@font-face {
  font-family: "Gilroy";
  src: local("../fonts/Gilroy Light"), local("Gilroy-Light"),
    url("../fonts/Gilroylight.woff2") format("woff2"),
    url("../fonts/Gilroylight.woff") format("woff"),
    url("../fonts/Gilroylight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"),
    url("../fonts/Gilroyextrabold.woff2") format("woff2"),
    url("../fonts/Gilroyextrabold.woff") format("woff"),
    url("../fonts/Gilroyextrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri.eot");
  src: local("☺"), url("../fonts/Calibri.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input {
  line-height: normal;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}
html,
body {
  padding: 0;
  margin: 0;
}
input::placeholder,
textarea::placeholder {
  color: #cdcdcd;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.19px;
}
.container {
  max-width: 1680px;
  width: 100%;
  padding: 0px 20px;
  margin: 0 auto;
}
.container_small {
  max-width: 1406px;
  width: 100%;
  padding: 0px 20px;
  margin: 0 auto;
}
button {
  cursor: pointer;
}
#phone-error,
#email_get-error,
#name-error,
#email-error {
  color: red;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  font-family: "Calibri";

}
a {
  text-decoration: none;
  color: #000;
}
ul {
  list-style-type: none;
}
h2 {
  color: #5a1b57;
  font-family: "Gilroy";
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
  margin: 0;
}
strong {
  font-family: "Calibri";
  font-weight: 700;
}
.preloader {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  display: none;

}
.preloader svg {
  animation: for_preload 0.9s infinite linear;
}
@keyframes for_preload{
  to {
    transform: rotate(360deg)
  }
}

/* pop_up */
.pop_up,
.pop_up_other {
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  transition: transform 0.3s;
  transform: scale(0);
}
.pop_up.pop_up_show {
  transform: scale(1);
}
.pop_up_other.pop_up_show {
  transform: scale(1);
}
.pop_up {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop_up_video {
  width: 60%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop_up video {
  width: 100%;
}
.data_h {
  color: #591b57;
  font-family: "Gilroy";
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}
.pop_up_other button {
  max-width: 381px;
  width: 100%;
  height: 53px;
  border-radius: 26px;
  border: none;
  background-image: linear-gradient(to right, #8c3689 0%, #591b57 100%);
  color: #ffffff;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.9px;
  margin-top: 20px;
}
.pop_up_other span {
  color: #000000;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.17px;
}
.pop_up_other form {
  max-width: 382px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.close {
  width: 28px;
  height: 28px;
  background-color: #f0d33a;
  position: absolute;
  right: -14px;
  top: -14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}
.close svg:hover {
  transition: transform 0.3s;
  transform: rotate(180deg);
}
.pop_up_call {
  position: relative;
  max-width: 442px;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0;
}
.wrap_input textarea {
  width: 100%;
  height: 106px;
  border: none;
  background-color: #ffffff;
  border: 1px solid #cdcdcd;
  border-radius: 26px;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.19px;
  padding: 10px;
}
.text_rev {
  display: none;
}

/* header */
header {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(/img/bg-slider.jpg);
  background-repeat: no-repeat;
  background-position: right;
  overflow: hidden;
}
.hid_logo {
  display: none;
}
.link_number a {
  color: #ffffff;
  font-family: Calibri;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
}
.btn_call_back button {
  transition: all 0.3s;
  border: none;
  color: #ffffff;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.9px;
  width: 203px;
  height: 48px;
  border-radius: 24px;
  background-image: linear-gradient(to right, #f0d33a 0%, #eea800 100%);
}
.btn_call_back button:hover {
  transition: all 0.3s;
  color: #fff;
  background-color: #1b1b1b;
  background-image: linear-gradient(62deg, #1b1b1b 0%, #1b1b1b 100%);
}
.wrap_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 114px;
  padding-top: 50px;
}
.number {
  display: flex;
  max-width: 460px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.phone_number {
  display: flex;
  align-items: center;
}
.link_number {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.main_slide {
  display: none;
  transition: all 0.4s;
}
.main_slide:nth-child(1) .slide_img img {
  width: 122%;
}
.show_slide {
  display: flex;
}
.main_slide.show_slide {
  transition: all 0.4s;
}
.main_slide.opacity {
  transition: all 0.4s;
  opacity: 0;
}
.slide_info {
  width: 50%;
  transition: all 0.7s;
  transform: translateX(-130%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mark {
  max-width: 150px;
  color: #000;
  font-family: 'Gilroy';
  font-weight: 700;
  background-color: #f0d33a;
  font-size: 28px;
  padding: 4px;
  margin-top: 60px;
}
.slide_img {
  transition: all 0.7s;
  transform: translateX(130%);
}
.slide_info.anim_slide,
.slide_img.anim_slide {
  transition: all 0.7s;
  transform: translateX(0);
}
.slide_info h2 {
  width: 100%;
  /* height: 172px; */
  color: #000;
  font-family: "Gilroy";
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
}
.strong_h {
  font-size: 98px;
  line-height: 88px;
  position: relative;
}
.strong_h::after {
  content: "";
  position: absolute;
  right: 80px;
  bottom: -20px;
  display: block;
  background-image: url(/img/smile.svg);
  background-repeat: no-repeat;
  width: 83px;
  height: 32px;
}
.btn_main_slide {
  margin-top: 85px;
  border: none;
  color: #ffffff;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.9px;
  width: 220px;
  height: 48px;
  border-radius: 24px;
  background-image: linear-gradient(to right, #f0d33a 0%, #eea800 100%);
  position: relative;
  display: none;
}
.btn_main_slide::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url(/img/arrow.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;

}
.btn_main_slide:hover {
  color: #fff;
  background-color: #1b1b1b;
  background-image: linear-gradient(62deg, #1b1b1b 0%, #1b1b1b 100%);
}
.slide_img {
  position: relative;
  margin-left: auto;
  width: 50%;
}
.slide_img img {
  width: 100%;
}
.hidden_text {
  display: none;
  font-size: 16px;
  transform: scale(0);
}
.hidden_text.show_text {
  animation: for_text 0.5s forwards;
}
.plus {
  font-size: 28px;
}
.point_img {
  position: absolute;
  width: 172px;
  height: 90px;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle {
  width: 35px;
  height: 35px;
  background-image: linear-gradient(to right, #f0d33a 0%, #eea800 100%);
  border-radius: 50%;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.circle.anim_circle {
  animation: for_circle 0.7s forwards;
}
.circle::after {
  position: absolute;
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #f0d33a;
}
.anim_circle {
  position: relative;
}
.anim_circle::after {
  content: "";
  width: 13px;
  height: 13px;
  border: none;
  border-bottom: 1px solid #eea902;
  border-right: 1px solid #eea902;
  position: absolute;
  border-radius: 0%;
  right: -6px;
  bottom: -7px;
  animation: for_circle_after 0.7s forwards;
}
.anim_circle::before {
  content: "";
  width: 13px;
  height: 13px;
  border: none;
  border-top: 1px solid #eea902;
  border-left: 1px solid #eea902;
  position: absolute;
  border-radius: 0%;
  left: -6px;
  top: -7px;
  animation: for_circle_after 0.7s forwards;
}

.point_img:nth-child(2) {
  top: -38px;
  left: 35px;
}
.point_img:nth-child(3) {
  bottom: -5px;
  left: 6px;
}
.point_img:nth-child(4) {
  top: 50px;
  right: -25px;
}
.pagin {
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #f9f3ff;
}
.pagin_active {
  color: #591b57;
  font-family: Calibri;
  font-size: 30px;
  font-weight: 700;
  line-height: 64px;
}
.del {
  color: #b4a0b7;
  font-family: Calibri;
  font-size: 22px;
  font-weight: 400;
}
.pagin_all {
  color: #b4a0b7;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.next {
  margin-left: 20px;
  margin-right: 24px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
}
.prev {
  margin-right: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
}
.next:disabled svg,
.prev:disabled svg {
  fill: #e3e3e3;
}

/* main */
.all_count {
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: 60px;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  margin-bottom: -125px;
}
.count {
  max-width: 380px;
  width: 100%;
  height: 207px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.count:nth-child(1) {
  background-image: linear-gradient(to right, #8c3689 0%, #591b57 100%);
  box-shadow: 0px 19px 15px -12px rgba(91, 28, 90, 0.75);
}
.count:nth-child(2) {
  background-image: linear-gradient(to left, #eea800 0%, #f0d33a 100%);
  box-shadow: 0px 19px 15px -12px rgba(240, 209, 56, 0.75);
}
.count:nth-child(3) {
  background-image: linear-gradient(to left, #805686 0%, #d4b7d8 100%);
  box-shadow: 0px 19px 15px -12px rgba(156, 119, 162, 0.75);
}
.counter {
  color: #ffffff;
  font-family: "Gilroy";
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-top: 20px;
}
.count_info {
  color: #ffffff;
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1.2px;
  margin-bottom: 34px;
}
.about_us {
  background: linear-gradient(
    to bottom,
    #f9f3ff 0%,
    #f9f3ff 37%,
    #ffffff 37%,
    #ffffff 100%
  );
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.about_us .container {
  padding-top: 126px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about {
  width: 50%;
  margin-bottom: 80px;
  max-width: 810px;
}
.about img {
  width: 100%;
  height: 100%;
}
.about video {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.about_video {
  position: relative;
  min-height: 460px;
}
.background_video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.background_video svg {
  cursor: pointer;
}
.background_video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #591b57;
  opacity: 0.5;
}
/* .about_video:nth-child(1) .background_video {
  background-image: url(/img/domson-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.about_video:nth-child(4) .background_video {
  background-image: url(/img/domson-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
} */
.about_h {
  display: flex;
  text-align: center;
  margin-top: 82px;
}
.about_info h2 {
  line-height: 0.8;
}
.about_info {
  color: #111111;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding-right: 15px;
}
.wrap_text_about {
  margin-top: 35px;
}
.wrap_text_about p {
  margin-bottom: 26px;
}
.catalog {
  background: linear-gradient(
    to right,
    #f0d33a 0%,
    #eea800 49.5%,
    #ffffff 49.5%,
    #ffffff 100%
  );
  display: flex;
  justify-content: space-between;
  min-height: 942px;
  margin-top: -17px;
}
.catalog .container {
  display: flex;
}
.right_form {
  max-width: 810px;
  width: 100%;
  margin-left: 20px;
}
.download_catalog {
  max-width: 575px;
  width: 100%;
  margin-left: auto;
  margin-right: 45px;
  margin-top: 150px;
}
.wrap_form_catalog {
  max-width: 382px;
  width: 100%;
}
.left_catalog {
  position: relative;
  max-width: 810px;
  width: 100%;
}
.left_catalog img {
  position: absolute;
  top: 60px;
  left: -48px;
  width: 138%;
}

.right_form h2 {
  text-align: center;
  width: 100%;
  line-height: 64px;
  margin-bottom: 47px;
}
.clon_catalog_h {
  display: none;
}
/* select */
.download_catalog {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wrap_my_select {
  max-width: 381px;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* overflow: hidden; */
  position: relative;
  margin-top: -6px;
}
.my_select {
  height: 53px;
  border-radius: 26px;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.03px;
}
.active_option {
  margin-left: 20px;
}
.my_select svg {
  margin-right: 20px;
  transition: all 0.2s;
}
.my_select svg.rotate_svg {
  transition: all 0.2s;
  transform: rotate(180deg);
}
.select_option {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  transform: scaleY(0);
  position: absolute;
  top: 53px;
  width: 100%;
  color: #000000;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.03px;
  z-index: 1;
}
.select_option.show_select {
  transition: all 0.3s;
  transform: scaleY(1);
}
.option {
  width: 94%;
  margin: 0 auto;
  height: 53px;
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.option:hover {
  background-color: #e3e3e3;
  cursor: pointer;
}
.wrap_input {
  max-width: 382px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.wrap_input p {
  color: #111111;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.03px;
  margin-bottom: 20px;
}
.wrap_input input {
  color: #000000;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.03px;
  width: 100%;
  height: 53px;
  background-color: #ffffff;
  border: 1px solid #cdcdcd;
  border-radius: 26px;
  padding-left: 22px;
}
.download_catalog span {
  max-width: 382px;
  width: 100%;
  color: #111111;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.19px;
}
.submit_catalog {
  max-width: 381px;
  width: 100%;
  border: none;
  height: 53px;
  border-radius: 26px;
  background-image: linear-gradient(to right, #8c3689 0%, #591b57 100%);
  color: #ffffff;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.03px;
  letter-spacing: 0.9px;
  margin-top: 24px;
  box-shadow: 0px 19px 15px -12px rgba(91, 28, 90, 0.75);
}
.submit_catalog:hover {
  color: #fff;
  background-color: #1b1b1b;
  background-image: linear-gradient(62deg, #1b1b1b 0%, #1b1b1b 100%);
}

.wrap_info:nth-child(1) .info_img::after {
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  background-image: url(/img/info_1.svg);
  background-repeat: no-repeat;
  opacity: 0.3;
}
.wrap_info:nth-child(2) .info_img::after {
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(/img/info_2.svg);
  background-repeat: no-repeat;
  opacity: 0.3;
}
.wrap_info:nth-child(3) .info_img::after {
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  display: block;
  width: 52px;
  height: 50px;
  background-image: url(/img/info_3.svg);
  background-repeat: no-repeat;
  opacity: 0.3;
}
.wrap_info:nth-child(4) .info_img::after {
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  background-image: url(/img/info_4.svg);
  background-repeat: no-repeat;
  opacity: 0.3;
}
.wrap_del_info {
  max-width: 530px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
}
.style_border {
  background: linear-gradient(to top, #fff 20%, #f0d33a 20%, #f0d33a 30%, #fff 30%, #fff 100%)
}
.wrap_info {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 50px;
}
.info_text {
  margin-left: 20px;
  color: #111111;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.delivery {
  margin-top: 54px;
}
.delivery h2 {
  line-height: 64px;
}
.del_info {
  max-width: 832px;
  width: 100%;
}
.info_img {
  position: relative;
  width: 65px;
}
.delivery .container {
  display: flex;
  position: relative;
}
.bus {
  position: absolute;
  right: -6px;
  top: -24px;
}
.our_hall {
  background-color: #f9f3ff;
  margin-top: 10px;
}
.our_hall .container_small {
  padding-top: 235px;
  text-align: center;
}
.wrap_slider_hall {
  width: 100%;
  margin-top: 42px;
}
.slide_hall {
  width: 100%;
  height: 734px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.btn_hall {
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}
.next_hall {
  right: -53px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-image: linear-gradient(to right, #eea800 0%, #f0d33a 100%);
}
.prev_hall {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-image: linear-gradient(to right, #f0d33a 0%, #eea800 100%);
}
.dots {
  width: 15px;
  height: 15px;
  background-color: #f0d33a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.slick-active .dots {
  border: none;
  background-color: #8c3689;
  width: 15px;
  height: 15px;
}
.free_consult {
  max-width: 1088px;
  width: 100%;
  margin: 0 auto;
}
.free_consult h2 {
  text-align: center;
  margin-top: 39px;
  line-height: 64px;
}
.form_consult {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
  margin-bottom: 60px;
}
.wrap_inp_consult {
  width: 255px;
  height: 52px;
  position: relative;
}
.wrap_inp_consult input {
  width: 100%;
  height: 100%;
  border: 1px solid #cdcdcd;
  border-radius: 26px;
  background-color: #ffffff;
  padding-left: 23px;
  color: #000000;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.03px;
}
.submit_consult {
  width: 255px;
  height: 52px;
  border-radius: 26px;
  background-image: linear-gradient(to right, #8c3689 0%, #591b57 100%);
  color: #ffffff;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.9px;
  border: none;
  box-shadow: 0px 19px 15px -12px rgba(91, 28, 90, 0.75);
}
.submit_consult:hover {
  color: #fff;
  background-color: #1b1b1b;
  background-image: linear-gradient(62deg, #1b1b1b 0%, #1b1b1b 100%);
}
.wrap_slider_reviews {
  padding-bottom: 120px;
  margin-top: 11px;
}
.slide_reviews {
  max-width: 673px;
  width: 100%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  min-height: 420px;
}

.wrap_slide_reviews {
  padding: 0 10px;
  padding-bottom: 10px;
  position: relative;
}
.who {
  display: flex;
  justify-content: space-between;
  margin: 30px 30px 0 30px;
}
.who_reviews {
  color: #591b57;
  font-family: Calibri;
  font-size: 24px;
  font-weight: 400;
  line-height: 64px;
}
.date_reviews {
  color: #d5d5d5;
  font-family: Calibri;
  font-size: 24px;
  font-weight: 400;
  line-height: 64px;
}
.reviews_about_text {
  color: #111111;
  font-family: Calibri;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 30px;
  height: 270px;
  overflow: hidden;
}
.reviews_about_text.show_text {
  height: auto;
}
.reviews_about_text::after {
  width: 127px;
  height: 117px;
  content: "";
  position: absolute;
  right: 36px;
  bottom: 40px;
  background-image: url(/img/text_point.svg);
  background-repeat: no-repeat;
  opacity: 0.05;
}
.show_more {
  color: #f0d33a;
  font-family: Calibri;
  font-size: 20px;
  font-weight: 400;
  line-height: 64px;
  text-decoration: underline;
  background-color: transparent;
  border: none;
  margin-left: 30px;
}
.reviews_about_video {
  width: 100%;
  position: relative;
  height: 356px;
}
.reviews_about_video video {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.reviews_about_video .background_video {
  background-image: url(/img/back_reviews.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.btn_reviews {
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}
.prev_reviews {
  left: 10px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-image: linear-gradient(to right, #f0d33a 0%, #eea800 100%);
}
.next_reviews {
  right: -43px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-image: linear-gradient(to right, #eea800 0%, #f0d33a 100%);
}
.reviews h2 {
  text-align: center;
}
.reviews {
  background-color: #f9f3ff;
  padding-top: 57px;
}
.set_reviews {
  width: 255px;
  height: 52px;
  border-radius: 26px;
  background-image: linear-gradient(to right, #8c3689 0%, #591b57 100%);
  color: #ffffff;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.9px;
  border: none;
  box-shadow: 0px 19px 15px -12px rgba(91, 28, 90, 0.75);
  margin: 0 auto;
  margin-bottom: 30px;
  z-index: 10;
}
.reviews .container_small {
  display: flex;
  flex-direction: column;
}
.set_reviews:hover {
  color: #fff;
  background-color: #1b1b1b;
  background-image: linear-gradient(62deg, #1b1b1b 0%, #1b1b1b 100%);
}
.social .container_small {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -70px;
  margin-bottom: -5px;
}
.social h2 {
  line-height: 64px;
  margin-top: 20px;
}
.right_iphone {
  position: relative;
  z-index: 1;
}
.right_iphone::after {
  position: absolute;
  top: 259px;
  right: 395px;
  width: 345px;
  height: 391px;
  content: "";
  background-image: url(/img/after_img.svg);
  background-repeat: no-repeat;
  z-index: -1;
}
.left_social {
  max-width: 464px;
  width: 100%;
}
.link_social {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}
.link_social a {
  display: flex;
  justify-content: flex-start;
  padding-left: 30px;
  align-items: center;
  color: #ffffff;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.9px;
  width: 220px;
  height: 48px;
  border-radius: 24px;
  background-image: linear-gradient(to right, #8c3689 0%, #591b57 100%);
  transition: 0.3s;
  box-shadow: 0px 19px 15px -12px rgba(91, 28, 90, 0.75);
}
.link_social a:hover {
  transition: all 0.3s;
  background-image: linear-gradient(62deg, #1b1b1b 0%, #1b1b1b 100%);
}
.link_social a:nth-child(1)::after {
  width: 18px;
  height: 18px;
  content: "";
  display: block;
  background-image: url(/img/inst.svg);
  background-repeat: no-repeat;
  margin-left: 20px;
}
.link_social a:nth-child(2)::after {
  width: 18px;
  height: 18px;
  content: "";
  display: block;
  background-image: url(/img/face.svg);
  background-repeat: no-repeat;
  margin-left: 20px;
}
.map {
  background-color: #f9f3ff;
  padding-bottom: 20px;
}
.wrap_map {
  padding-top: 130px;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.point {
  position: absolute;
  top: 61px;
  right: 49px;
}
.video_pop {
  position: absolute;
  bottom: 0px;
  right: 162px;
  display: none;
}
.video_pop button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 109px;
  height: 109px;
  border-radius: 50%;
  background-image: linear-gradient(to right, #f0d33a 0%, #eea800 100%);
}
.video_pop button::after {
  content: "";
  width: 171px;
  height: 171px;
  border-radius: 50%;
  border: 1px solid #f0d33a;
  position: absolute;
}
.video_pop p {
  color: #591b57;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 64px;
  text-decoration: underline;
  margin-top: 20px;
}
.text_map {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  margin-top: 49px;
  flex-direction: column;
  align-items: center;
}
.text_map span {
  font-family: "Gilroy";
  font-size: 30px;
  font-weight: 700;
  line-height: 64px;
  color: #f0d33a;
}
.text_map img {
  width: 150px;
  height: 47px;
  position: relative;
  top: 10px;
}
.text_map h2 {
  color: #591b57;
  font-family: "Gilroy";
  font-size: 30px;
  font-weight: 700;
  line-height: 64px;
}
footer {
  width: 100%;
  height: 180px;
  background-image: url(/img/patern.png),
    linear-gradient(to right, #8c3689 0%, #591b57 100%);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
footer .container {
  display: flex;
  justify-content: space-between;
}
.svg_soc {
  fill: #fff;
  opacity: 0.5;
}
.svg_soc:hover {
  opacity: 1;
}
.soc_link {
  max-width: 184px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.year {
  height: 70px;
  color: #591b57;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.9px;
  display: flex;
  align-items: center;
}
.year .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.uzor {
  color: #f0d239;
  font-family: Calibri;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  max-width: 280px;
  width: 100%;
  justify-content: space-between;
}
.header_thanks {
  justify-content: flex-start;
}
.thanks {
  margin-top: 15%;
  display: flex;
}
.left_thanks {
  width: 50%;
}
.left_thanks a {
  transition: all 0.3s;
  border: none;
  color: #ffffff;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  border-radius: 24px;
  background-image: linear-gradient(to right, #f0d33a 0%, #eea800 100%);
  padding: 13px 15px;
}
.left_thanks a:hover {
  transition: all 0.3s;
  color: #fff;
  background-color: #1b1b1b;
  background-image: linear-gradient(62deg, #1b1b1b 0%, #1b1b1b 100%);
}
.text_thanks {
  color: #5a1b57;
  font-family: "Gilroy";
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
  margin-bottom: 30px;
}
.right_thanks {
  width: 50%;
}
.right_thanks img {
  width: 100%;
}
/* keyframes */

@keyframes for_text {
  0% {
    transform: scale(0);
  }
  100% {
    /* display: block; */
    transform: scale(1);
  }
}

@keyframes for_circle {
  0% {
  }
  25% {
    transform: scale(0);
  }
  45% {
    transform: scale(0.8);
    border-radius: 0%;
    width: 172px;
    height: 35px;
  }
  65% {
    transform: scale(1.2);
    border-radius: 0%;
    width: 172px;
    height: 35px;
  }
  100% {
    transform: scale(1);
    border-radius: 0%;
    width: 172px;
    height: 35px;
  }
}
@keyframes for_circle_adapt {
  0% {
  }
  25% {
    transform: scale(0);
  }
  45% {
    transform: scale(0.8);
    border-radius: 0%;
    width: 135px;
    height: 30px;
  }
  65% {
    transform: scale(1.2);
    border-radius: 0%;
    width: 135px;
    height: 30px;
  }
  100% {
    transform: scale(1);
    border-radius: 0%;
    width: 135px;
    height: 30px;
  }
}
@keyframes for_circle_after {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* media */

@media screen and (max-width: 1800px) {
  .pagin {
    justify-content: center;
  }
  .next {
    margin-right: 0;
  }
}

@media screen and (max-width: 1680px) {
  .pagin {
    margin: 0 auto 60px auto;
  }
}
@media screen and (max-width: 1650px) {
  .bus {
    max-width: 850px;
  }
  .our_hall .container_small {
    padding-top: 140px;
  }
}
@media screen and (max-width: 1520px) {
  .bus {
    max-width: 680px;
    top: 30px;
  }
  .our_hall .container_small {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .catalog {
    min-height: 780px;
  }
  .left_catalog img {
    top: 40px;
    width: 130%;
  }
  .right_form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .download_catalog {
    margin-top: 0;
  }
  .wrap_slider_hall {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1400px) {
  .slide_info h2 {
    font-size: 36px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1360px) {
  .bus {
    max-width: 590px;
    top: 90px;
  }
}
@media screen and (max-width: 1350px) {
  header {
    background-size: 50% 100%;
  }
  .left_catalog img {
    width: 128%;
    top: 50%;
    transform: translateY(-50%);
  }
  .catalog {
    min-height: 100%;
  }
  .download_catalog {
    margin-right: 0;
  }
  .text_map {
    padding: 0 15px;
    text-align: center;
  }
}
@media screen and (max-width: 1250px) {
  .all_count {
    padding: 0 10px;
  }
  .count {
    min-width: 280px;
    margin: 0 10px;
  }
  .right_iphone::after {
    display: none;
  }
  .wrap_map {
    padding: 0 15px;
  }
  .wrap_map img {
    width: 100%;
    margin-top: 90px;
  }
  .point {
    top: 20px;
  }
  .video_pop {
    bottom: -20px;
  }
}
@media screen and (max-width: 1200px) {
  .point_img:nth-child(2) {
    top: -44px;
    left: 0px;
  }
  .point_img:nth-child(3) {
    bottom: 40px;
    left: -19px;
  }
  .point_img:nth-child(4) {
    top: 11px;
    right: -25px;
  }
}
@media screen and (max-width: 1150px) {
  .bus {
    max-width: 490px;
    top: 150px;
  }
  .free_consult {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1100px) {
  .slide_info h2 {
    font-size: 32px;
  }
  header {
    height: 100%;
  }
  .wrap_main_slider {
    margin-top: 50px;
  }
  .all_count {
    position: static;
    margin-bottom: -50px;
    margin-top: 20px;
  }
  .pagin {
    margin: 50px auto 0 auto;
    width: 100%;
  }
  .form_consult {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .wrap_inp_consult {
    width: 35%;
    margin-bottom: 20px;
  }
  .submit_consult {
    width: 35%;
  }
  .right_iphone {
    width: 40%;
    margin-left: 20px;
  }
  .right_iphone img {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .bus {
    max-width: 430px;
    top: 195px;
  }
}
@media screen and (max-width: 992px) {
  header {
    background-size: 100% 100%;
  }
  .slide_info h2 {
    color: #fff;
    margin-bottom: 40px;
  }
  .show_slide {
    flex-direction: column-reverse;
  }
  .slide_info {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .slide_img {
    width: 70%;
    margin: 0 auto;
  }
  .btn_main_slide {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .wrap_main_slider {
    margin-top: 70px;
  }
  .point_img:nth-child(3) {
    bottom: 5px;
    left: -19px;
  }
  .show_logo {
    display: none;
  }
  .hid_logo {
    display: block;
  }
  .all_count {
    position: static;
    margin-top: 20px;
    margin-bottom: -30px;
  }
  .pagin {
    width: 100%;
    z-index: 20;
    margin: 0 auto;
  }
  .about_us .container {
    padding-top: 0;
  }
  .about {
    width: 100%;
    max-width: 100%;
  }
  .about_h {
    order: 1;
  }
  .about_video:nth-child(1) {
    order: 2;
  }
  .about_info {
    order: 3;
    padding-right: 0;
  }
  .about_video:nth-child(4) {
    order: 4;
  }
  .catalog {
    background: linear-gradient(to right, #fff 0%, #fff 100%);
    margin-top: 0;
  }
  .catalog .container {
    flex-wrap: wrap;
    padding: 0 0;
  }
  .left_catalog {
    min-height: 160px;
    height: 100%;
    max-height: 320px;
    background-image: linear-gradient(to right, #f0d33a 0%, #eea800 100%);
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }
  .left_catalog img {
    width: 70%;
    left: 18%;
  }
  .dn_adaptive {
    display: none;
  }
  .clon_catalog_h {
    display: block;
    text-align: center;
    margin-bottom: 100px;
  }
  .right_form {
    max-width: 100%;
    margin-left: 0;
  }
  .download_catalog {
    max-width: 100%;
  }
  .container,
  .container_small {
    padding: 0 15px;
  }
  .bus {
    display: none;
  }
  .delivery {
    margin-top: 220px;
  }
  .del_info {
    max-width: 100%;
  }
  .delivery h2 {
    text-align: center;
  }
  .wrap_del_info {
    margin-left: auto;
    margin-right: auto;
  }
  .slide_hall {
    height: 500px;
  }
  .point {
    right: 35px;
  }
  .header_thanks {
    height: 100vh;
  }
  .thanks {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 8%;
  }
  .left_thanks {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .text_thanks {
    color: #fff;
  }
  .right_thanks {
    width: 70%;
  }
  .strong_h {
    font-size: 70px;
  }
  .mark {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .main_slide:nth-child(1) .slide_img img {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .all_count {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -65px;
  }
  .count {
    margin-bottom: 20px;
  }
  .wrap_slider_reviews {
    padding-bottom: 0;
  }
  .social .container_small {
    margin-top: -30px;
  }
  footer .container {
    flex-direction: column;
    align-items: center;
  }
  footer {
    height: auto;
  }
  .logo_foot {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .soc_link {
    margin-bottom: 20px;
  }
  .number {
    margin-bottom: 20px;
  }
  .video_pop {
    bottom: -40px;
    right: 90px;
  }
}
@media screen and (max-width: 900px) {
  .slide_reviews {
    max-width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .wrap_inp_consult,
  .submit_consult {
    width: 43%;
  }
}
@media screen and (max-width: 800px) {
  h2,
  .delivery h2,
  .free_consult h2,
  .social h2,
  .text_thanks {
    font-size: 36px;
    line-height: 52px;
  }
  .about {
    margin-bottom: 30px;
  }
  .clon_catalog_h {
    margin-bottom: 60px;
  }
  .point svg {
    width: 60px;
    height: 60px;
  }
  .point {
    right: 50px;
    top: 50px;
  }
  .video_pop button {
    width: 80px;
    height: 80px;
  }
  .video_pop button::after {
    width: 125px;
    height: 125px;
  }
  .video_pop {
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pop_up_video {
    width: 80%;
  }
}
@media screen and (max-width: 750px) {
  .logo img,
  .logo_foot img {
    width: 110px;
    height: 63px;
  }
  .wrap_slider_hall {
    padding: 0 0;
  }
  .dots {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .social h2 {
    margin-top: 10px;
  }
  .link_social {
    margin-top: 15px;
  }
}
@media screen and (max-width: 700px) {
  .circle {
    width: 21px;
    height: 21px;
  }
  .circle::after,
  .circle::before {
    width: 32px;
    height: 32px;
  }
  .plus {
    font-size: 16px;
  }
  .slide_img {
    width: 95%;
  }
  .social .container_small {
    flex-wrap: wrap;
  }
  .left_social {
    max-width: 100%;
  }
  .social h2 {
    margin-top: 40px;
    text-align: center;
  }
  .link_social {
    margin-bottom: 25px;
    justify-content: space-around;
  }
  .right_iphone {
    width: 45%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .number {
    justify-content: space-around;
  }
  .slide_info h2 {
    line-height: 52px;
    font-size: 26px;
  }
  h2,
  .delivery h2,
  .free_consult h2,
  .social h2,
  .text_map h2,
  .text_thanks,
  .text_map span {
    font-size: 28px;
    line-height: 40px;
  }
  .strong_h {
    font-size: 54px;
    line-height: 40px;
  }
  .strong_h::after {
    right: 23px;
  }
  .point {
    right: 35px;
    top: 45px;
  }
  .video_pop button {
    width: 65px;
    height: 65px;
  }
  .video_pop button::after {
    width: 110px;
    height: 110px;
  }
  .video_pop {
    right: 65px;
    bottom: -60px;
  }
}
@media screen and (max-width: 600px) {
  .wrap_header .container {
    justify-content: center;
    flex-direction: column;
    padding-top: 15px;
    height: 100%;
  }
  .number {
    flex-direction: column;
    width: 100%;
  }
  .phone_number {
    width: 100%;
    margin: 15px 0;
  }
  .phone_number svg {
    display: none;
  }
  .link_number {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-left: 0px;
  }
  .left_catalog img {
    left: 0%;
    /* padding: 0 10px; */
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .about_video {
    min-height: 300px;
  }
  .about_us {
    background: linear-gradient(
      to bottom,
      #f9f3ff 0%,
      #f9f3ff 30%,
      #ffffff 30%,
      #ffffff 100%
    );
  }
  .info_text {
    margin-left: 10px;
  }
  .slide_hall {
    height: 380px;
  }
  .wrap_inp_consult,
  .submit_consult {
    width: 48%;
  }
  .point {
    top: 55px;
  }
  .point svg {
    width: 45px;
    height: 45px;
  }
  .video_pop {
    right: 45px;
  }
}
@media screen and (max-width: 500px) {
  .point_img {
    width: 120px;
    height: 50px;
  }
  .circle.anim_circle {
    animation: for_circle_adapt 0.7s forwards;
  }
  .hidden_text {
    font-size: 14px;
  }
  .point_img:nth-child(2) {
    top: -16px;
  }
  h2,
  .delivery h2,
  .free_consult h2,
  .social h2,
  .text_map h2,
  .text_thanks,
  .text_map span {
    font-size: 24px;
    line-height: 34px;
  }
  .about_info {
    font-size: 14px;
    line-height: 18px;
  }
  .wrap_text_about p {
    margin-bottom: 16px;
  }
  .about_us {
    background: linear-gradient(
      to bottom,
      #f9f3ff 0%,
      #f9f3ff 33%,
      #ffffff 33%,
      #ffffff 100%
    );
  }
  .who_reviews {
    font-size: 20px;
  }
  .date_reviews {
    font-size: 18px;
  }
  .right_iphone {
    width: 100%;
    max-width: 220px;
  }
  .link_social {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .link_social a {
    margin-bottom: 20px;
  }
  .video_pop {
    position: static;
    margin: 0 auto;
    margin-top: 45px;
  }
  .text_map {
    margin-top: 10px;
  }
  .text_map img {
    width: 107px;
    height: 34px;
  }
  .year .container {
    flex-direction: column;
    margin-top: 40px;
  }
  .uzor {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .wrap_main_slider {
    margin-top: 30px;
  }
  .wrap_slider_hall {
    margin-top: 20px;
  }
  .free_consult h2 {
    margin-top: 20px;
  }
  .form_consult {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .reviews {
    padding-top: 30px;
  }
  .wrap_slide_reviews {
    margin-top: 0;
  }
  .wrap_map img {
    margin-top: 65px;
  }
  .point {
    top: 30px;
  }
  .pop_up_call {
    margin: 0 15px;
  }
  .show_more {
    font-size: 16px;
  }
  .reviews_about_text::after {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .slide_info h2 {
    line-height: 44px;
    font-size: 22px;
  }
  .left_catalog {
    max-height: 200px;
  }
  .clon_catalog_h {
    margin-bottom: 110px;
  }
  .left_catalog img {
    top: 65px;
  }
  .right_form {
    padding: 0 15px;
  }
  .wrap_input p {
    font-size: 16px;
    line-height: 28px;
  }
  .my_select {
    height: 40px;
  }
  .option {
    height: 40px;
  }
  .wrap_input input {
    height: 40px;
  }
  input::placeholder {
    color: #cdcdcd;
    font-family: Calibri;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.2px;
  }
  .download_catalog span {
    font-size: 16px;
  }
  .submit_catalog {
    height: 40px;
  }
  .delivery {
    margin-top: 60px;
  }
  .wrap_info {
    width: 100%;
    justify-content: center;
  }
  .wrap_del_info {
    margin-top: 20px;
  }
  .wrap_info {
    margin-bottom: 20px;
    margin-left: 35px;
  }
  .info_text {
    width: 178px;
  }
  .wrap_inp_consult,
  .submit_consult {
    width: 100%;
    height: 40px;
  }
  .link_social a {
    height: 40px;
  }
  .pop_up form {
    padding: 0 10px;
  }
  .pop_up_call {
    padding: 15px 0;
  }
  .wrap_input p {
    margin-bottom: 10px;
  }
  .data_h {
    line-height: 32px;
    font-size: 28px;
  }
  .pop_up_video {
    width: 90%;
  }
}
@media screen and (max-width: 400px) {
  .count {
    height: 150px;
  }
  .count_info {
    font-size: 18px;
  }
  .link_number {
    justify-content: space-between;
  }
  .slide_info h2 {
    font-size: 20px;
  }
  .about_video {
    min-height: 200px;
  }
  .about_us {
    background: linear-gradient(
      to bottom,
      #f9f3ff 0%,
      #f9f3ff 31%,
      #ffffff 31%,
      #ffffff 100%
    );
  }
  .left_catalog {
    max-height: 160px;
  }
  .clon_catalog_h {
    margin-bottom: 130px;
  }
  .left_catalog img {
    top: 30px;
  }
  .slide_hall {
    height: 220px;
  }
  .who_reviews {
    font-size: 16px;
  }
  .date_reviews {
    font-size: 14px;
  }
  .reviews_about_text {
    font-size: 14px;
    line-height: 18px;
    height: 215px;
  }
  .slide_reviews {
    min-height: 360px;
  }
  .reviews_about_video {
    height: 296px;
  }
  .wrap_map img {
    margin-top: 65px;
  }
  .point {
    top: 30px;
    right: 20px;
  }
}
@media screen and (max-width: 370px) {
  h2,
  .delivery h2,
  .free_consult h2,
  .social h2,
  .text_map h2,
  .text_thanks,
  .text_map span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 350px) {
  .clon_catalog_h {
    margin-bottom: 115px;
  }
  .slide_hall {
    height: 175px;
  }
}
/* @media screen and (max-height: 700px) {
  .wrap_main_slider {
    margin-top: 60px;
  }
  .all_count {
    position: static;
    margin-top: 20px;
  }
  .pagin {
    margin-top: 90px;
    margin-bottom: 0px;
  }
  header {
    height: 100%;
  }
} */
