@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&display=swap");
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Regular.eot"), url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';
  src: url("fonts/CeraPro-Regular.eot"), url("fonts/CeraPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/CeraPro-Regular.woff") format("woff"), url("fonts/CeraPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';
  src: url("fonts/CeraPro-Medium.eot"), url("fonts/CeraPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/CeraPro-Medium.woff") format("woff"), url("fonts/CeraPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';
  src: url("fonts/CeraPro-Bold.eot"), url("fonts/CeraPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/CeraPro-Bold.woff") format("woff"), url("fonts/CeraPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: 'Montserrat', sans-serif;
  min-height: -webkit-fill-available;
  -webkit-overflow-scrolling: touch;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: none;
  font-size: 0;
  padding: 0;
  border: none;
}

.page {
  overflow: hidden;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 200;
  padding: 11px 0;
}

.header.hide {
  position: fixed;
  top: -73px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(25px);
}

.header.hide .header-btn {
  width: 200px;
  padding-left: 30px;
}

.header.visible {
  top: 0;
  transition: all ease .3s;
}

.header.menu-open {
  z-index: 9999;
}

.section1 {
  background: url(../images/s1-bg.jpg) no-repeat top center;
  height: 840px;
  padding-top: 245px;
  position: relative;
  z-index: 2;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation-toggle__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  display: block;
}

.navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.navigation li a {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 0 18px;
  letter-spacing: 1px;
}

.navigation li a:hover {
  opacity: .8;
}

.navigation li a.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: -28px;
  border-bottom: 1px solid #f00;
}

.phone-icon {
  display: block;
  background: url(../images/wa.svg) no-repeat;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.phone {
  margin-left: 20px;
}

.phone a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.7px;
}

.phone a:hover .phone-icon {
  background: url(../images/wa.svg) no-repeat;
}

.main-title {
  text-align: center;
  font-family: 'Cera Pro';
  margin: 0;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 33px;
  letter-spacing: -2.4px;
}

.main-title span {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.main-title span:last-child {
  margin-right: 0;
}

.main-title br {
  display: none;
}

.icon-plane {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/plane.svg) no-repeat center;
  margin-right: 30px;
}

.main-text {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 80px;
  font-family: 'Cera Pro';
  letter-spacing: 8px;
}

.main-text br {
  display: none;
}

.selectbox {
  font-family: 'Montserrat', sans-serif;
}

.jq-selectbox {
  position: relative;
  z-index: 0;
}

.jq-selectbox select {
  display: none !important;
}

.jq-selectbox__select-text span {
  color: #ff0000;
}

.jq-selectbox__select {
  height: 60px;
  background: #fff;
  line-height: 60px;
  padding: 0 17px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

.search {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  max-width: 992px;
  margin: 0 auto;
}

.search-row {
  display: flex;
  margin: 0 -10px;
}

.search-col {
  width: 390px;
  margin: 0 10px;
  position: relative;
}

.jq-selectbox__trigger-arrow {
  background: url(../images/down.svg) no-repeat;
  width: 13px;
  height: 6px;
  right: 25px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
}

.jq-selectbox__dropdown {
  background: #fff;
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
  top: auto !important;
  bottom: auto !important;
}

.jq-selectbox__dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
  max-height: 400px;
}

.jq-selectbox__dropdown ul li {
  padding: 20px 30px;
  cursor: pointer;
}

.jq-selectbox__dropdown ul li:hover {
  background: #f00;
  color: #fff;
}

.jq-selectbox__dropdown ul li span {
  color: #ff0000;
}

.jq-selectbox__dropdown h3, .jq-selectbox__dropdown .dropdown-close {
  display: none;
}

.custom-option__price {
  display: none;
}



/* ---- ИНПУТ УБРАН! ПЕРЕПИСЫВАЛ СТИЛИ ---- */




.datepicker {
  background: #fff;
  cursor: pointer;
}

.down-icon {
  display: block;
  position: absolute;
  width: 13px;
  height: 6px;
  background: url(../images/down.svg) no-repeat center;
  pointer-events: none;
  right: 20px;
  top: 50%;
  margin-top: -3px;
}

.search-btn {
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #fff;
  background: #f00;
  border: none;
  border-radius: 10px;
  padding: 0 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
}

.search-btn:hover .icon-arrow {
  transform: translate(5px, 0);
}

.search-btn.disabled {
  background: #8B8B8B;
  pointer-events: none;
  user-select: none;
}

.icon-arrow {
  background: url(../images/arrow.svg) no-repeat;
  width: 18px;
  height: 10px;
  transition: all ease 0.3s;
}

.section2 {
  padding: 128px 0;
  position: relative;
}

.s2-title {
  font-size: 70px;
  line-height: 100%;
  text-transform: uppercase;
  float: left;
  letter-spacing: -5px;
  margin-bottom: 55px;
}

.s2-title span {
  color: #ff0000;
}

.s2-title span:last-child {
  float: right;
}

.s2-row {
  display: flex;
  justify-content: space-between;
}

.s2-text {
  max-width: 535px;
  display: flex;
  flex-direction: column;
  font-family: 'Cera Pro';
}

.s2-title__group {
  font-family: 'Cera Pro';
  display: flex;
  flex-direction: column;
  height: 100%;
}

.s2-title__group h3 {
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: 500;
  max-width: 310px;
  letter-spacing: -1px;
}

.s2-title__bottom {
  font-size: 16px;
  line-height: 160%;
  color: rgba(0, 0, 0, 0.7);
}

.s2-img {
  min-width: 600px;
}

.s2-img .swiper {
  border-radius: 200px;
  overflow: hidden;
}

.s2-img .swiper img {
  display: block;
  width: 100%;
}

.section3 {
  background-size: cover;
  height: 680px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.text-wrapper {
  position: relative;
  text-align: center;
  z-index: 2;
  height: 680px;
}

.text-wrapper span {
  display: block;
  font-size: 100px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Cera Pro';
  letter-spacing: .5px;
  width: 100%;
  text-align: center;
  bottom: 0;
  margin: 0 auto 80px;
  position: absolute;
  top: 145%;
}

.text-wrapper span.active {
  color: #fff;
}

.s3-bg {
  position: absolute;
  width: 100%;
  top: -355px;
  left: 0;
}

.s3-bg img {
  display: block;
  width: 100%;
}

.section4 {
  padding-top: 140px;
  height: 900px;
  overflow: hidden;
  position: relative;
}

.section4 .container {
  position: relative;
  z-index: 2;
}

.s4-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -310px;
  background: url(../images/s4-bg.jpg) repeat-x top center;
}

.s4-title {
  font-size: 50px;
  margin-bottom: 114px;
}

.s4-title span {
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
}

.s4-title div {
  font-size: 100px;
  letter-spacing: -5px;
}

.s4-title div span {
  color: #E2E2E2;
  margin: 0;
}

.s4-img {
  position: relative;
  min-height: 250px;
  margin-bottom: 45px;
}

.s4-img img {
  display: block;
  position: absolute;
  right: 0;
  top: 250px;
}

.s4-text {
  max-width: 465px;
  line-height: 160%;
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Cera Pro';
}

.s5-row {
  display: flex;
}

.animate {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.s5-item {
  position: relative;
  animation-duration: 1s;
  animation-fill-mode: both;
  overflow: hidden;
}

.s5-item:hover .s5-item__title {
  font-size: 100px;
  line-height: 100%;
  letter-spacing: -5px;
}

.s5-item:hover .s5-item__img {
  transform: scale(1.1);
}

.s5-item__img {
  transition: all ease .7s;
}

.s5-item__img img {
  display: block;
  width: 100%;
}

.s5-item__title {
  color: #fff;
  font-size: 50px;
  line-height: 110%;
  letter-spacing: -2px;
  font-family: 'Cera Pro';
  position: absolute;
  z-index: 2;
  text-transform: uppercase;
  left: 50px;
  top: 50px;
  transition: all ease .7s;
}

.s5-item__row {
  display: flex;
  position: absolute;
  z-index: 2;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  bottom: 50px;
  left: 50px;
}

.s5-item__info {
  padding: 30px;
  font-size: 20px;
  font-family: 'Cera Pro';
  font-weight: 500;
  line-height: 140%;
  border-right: 1px solid #fff;
}

.s5-item__info:last-child {
  border: none;
}

.section6 {
  padding: 150px 0 0;
}

.s6-title {
  font-family: 'Cera Pro';
  margin-bottom: 90px;
  font-size: 50px;
  font-weight: normal;
  text-transform: uppercase;
}

.s6-title div span {
  font-size: 100px;
}

.s6-title div:last-child {
  margin-left: 335px;
}

.s6-row {
  display: flex;
  align-items: center;
}

.s6-row .s2-img {
  margin-right: 135px;
}

.s6-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.s6-text ul li {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 160%;
  font-family: 'Cera Pro';
  position: relative;
}

.s6-text ul li:last-child {
  margin-bottom: 0;
}

.s6-text ul li:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #ff0000 url(../images/check.svg) no-repeat center;
  border-radius: 8.57px;
  position: absolute;
  left: -50px;
  top: 2px;
}

.s7-title {
  font-size: 70px;
  font-family: 'Cera Pro';
  text-transform: uppercase;
  letter-spacing: -3px;
  margin-right: 40px;
}



/* ---- TEXTAREA УБРАНА! ПЕРЕПИСЫВАЛА СТИЛИ ---- */




.s7-row {
  display: flex;
  justify-content: space-between;
}

.s7-form {
  max-width: 600px;
  width: 100%;
}

.s7-form .input {
  border: 1px solid #CDCDCD;
  border-radius: 6px;
  display: block;
  width: 100%;
  font-size: 15px;
}

.s7-form__row {
  margin-bottom: 10px;
}

.button {
  display: block;
  height: 60px;
  line-height: 60px;
  width: 100%;
  color: #fff;
  background: #f00;
  border: none;
  border-radius: 10px;
  padding: 0 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  background: #f20000;
}



/* ---- .button2 УБРАН! ПЕРЕПИСЫВАЛ СТИЛИ ---- */




.button2:hover {
  background: #f20000;
}

.footer {
  background: #1E1E1E;
  padding: 50px 0 25px;
  color: #fff;
}

.section7 {
  padding-bottom: 180px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
}

.footer-right {
  display: flex;
  width: 77.5%;
  justify-content: space-between;
}

.f-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.f-list li {
  margin-bottom: 7px;
}

.f-list li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

.f-list li a:hover {
  text-decoration: underline;
}

.f-col h4 {
  margin: 0 0 7px;
}

.footer-bottom {
  margin-top: 50px;
  padding-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.footer-bottom:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  border-top: 1px solid #3C3C3C;
}

.copyright {
  font-size: 12px;
  font-weight: 500;
}

.footer-links {
  display: flex;
}

.footer-links a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  margin: 0 15px;
}

.footer-links a:last-child {
  font-size: 13px;
}

.icon-tg {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/tg.svg) no-repeat center;
}

.icon-wa {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/wa.svg) no-repeat center;
}

.icon-inst {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/inst.svg) no-repeat center;
}

.icon-app {
  display: inline-block;
  width: 91px;
  height: 21px;
  background: url(../images/app.svg) no-repeat center;
}

.footer-social {
  display: flex;
  align-items: center;
}

.footer-social a {
  margin-left: 20px;
  display: block;
  height: 23px;
}

.footer-social span {
  font-size: 15px;
  font-weight: 700;
}

.mob-visible {
  display: none;
}

.s5-item__mobile {
  display: none;
}

.logo-mob {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

.inputbox {
  position: relative;
}

.inputbox label {
  display: block;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  left: 16px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
  font-family: 'Montserrat', sans-serif;
  top: 21px;
  transition: all ease .3s;
}

.inputbox.changed label {
  top: 10px;
  font-size: 12px;
}

.inputbox .input {
  padding-top: 20px;
}

.inputbox .textarea {
  padding-top: 30px;
}

.fancybox-bg {
  opacity: .3 !important;
}

.modal {
  width: 550px;
  padding: 60px 85px !important;
  overflow: visible !important;
  border-radius: 5px;
}

.modal .fancybox-close-small {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
  right: -20px;
  top: -20px;
  opacity: 1;
}

.modal .fancybox-close-small svg path {
  fill: #fff;
}

.modal-form .input {
  border: none;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.modal-form .inputbox label {
  left: 0;
}

.modal-form__title {
  text-align: center;
  color: #000;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 60px;
}

.modal-form__row {
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
}

.modal-form__row .inputbox {
  width: 100%;
}

.modal-form__col {
  flex: 1;
}

.modal-form__btn {
  margin-top: 30px;
}

.modal-close {
  display: none;
}

.header-btn {
  overflow: hidden;
  width: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.header-btn .button {
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 21px;
  width: auto;
}

.s5-carousel {
  position: relative;
}

.s5-carousel:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  z-index: 2;
}

.s5-carousel .swiper-button-next, .s5-carousel .swiper-button-prev {
  color: #fff;
}

.s5-carousel .swiper-slide {
  max-width: 666px;
}

.datepicker-slide-down {
  animation: slideDownOut 0.3s forwards;
}

@keyframes slideDownOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
.phone-inputbox input {
  padding-top: 0 !important;
}

.phone-code-sort {
  padding-top: 0 !important;
}

.icon-wa {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/wa.svg) no-repeat center;
}

.icon-tg {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/tg.svg) no-repeat center;
}

.icon-mail {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/mail.svg) no-repeat center;
}

.icon-dzen {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/dzen.svg) no-repeat center;
}

.icon-vk {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/vk.svg) no-repeat center;
}

.icon-yt {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/yt.svg) no-repeat center;
}

.order-modal {
  padding: 0 !important;
}

.order-modal__wrapp {
  min-height: calc(100vh - 12px);
  min-height: calc(100svh - 12px);
  min-height: calc(100dvh - 12px);
  width: 100vw;
  max-width: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}

.order-modal__close {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.order-modal__close:hover {
  color: var(--base-color);
}

.icon-check2 {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../images/check2.svg) no-repeat center;
}

.success-modal__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20vh;
}
.success-modal__title h3 {
  font-size: 32px;
  font-weight: normal;
  margin: 20px 0;
}
.success-modal__title span {
  line-height: 140%;
}

@media (max-width: 1650px) {
  .s5-item:hover .s5-item__title {
    font-size: 75px;
  }
}

@media (max-width: 1400px) {
  .s5-item__title {
    left: 20px;
    top: 20px;
  }
  .s5-item:hover .s5-item__title {
    font-size: 65px;
  }
  .s5-item__row {
    left: 20px;
    bottom: 20px;
  }
  .s5-item__info {
    padding: 15px;
    font-size: 18px;
  }
}

@media (max-width: 1230px) {
  .container {
    max-width: 992px;
  }
  .menu-btn {
    display: block;
  }
  .logo-mob {
    display: block;
    margin-bottom: 30px;
  }
  .navigation-toggle {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: fixed;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    left: 0;
    top: 0;
    background: #1E1E1E;
    text-align: center;
    padding: 60px 0 60px;
    transition: all ease .3s;
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden;
    overflow: auto;
  }
  .navigation-toggle.open {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
  .navigation {
    flex-direction: column;
    align-items: center;
  }
  .navigation li {
    margin-bottom: 50px;
  }
  .navigation li a {
    font-size: 20px;
    font-weight: 400;
  }
  .phone {
    margin-left: 0;
  }
  .phone a {
    font-size: 20px;
  }
  .main-title {
    font-size: 42px;
  }
  .main-text {
    font-size: 22px;
  }
  .s2-title {
    font-size: 71px;
  }
  .s2-text {
    max-width: 365px;
  }
  .s2-title__group h3 {
    font-size: 20px;
    max-width: 200px;
  }
  .s2-img {
    min-width: 520px;
    max-width: 520px;
  }
  .s4-img {
    min-height: 160px;
  }
  .s4-img img {
    max-width: 700px;
  }
  .s5-carousel .swiper-slide {
    max-width: 500px;
  }
  .header-btn {
    width: auto;
    padding: 0;
    padding-top: 30px;
    overflow: visible;
  }
}

@media (max-width: 992px) {
  .ui-datepicker.ui-datepicker-multi {
    margin-left: 0;
  }
  .icon-plane {
    width: 17px;
    height: 17px;
    background-size: 100%;
    margin-right: 20px;
  }
  .search-row {
    flex-direction: column;
    margin: 0;
  }
  .search {
    background: transparent;
    padding: 0;
    border: none;
  }
  .search-col {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .jq-selectbox__select {
    height: 55px;
    line-height: 55px;
  }
  .input {
    height: 55px;
  }
  .search-btn {
    height: 55px;
  }
  .s2-row {
    flex-direction: column;
  }
  .s2-text {
    max-width: 100%;
  }
  .section2 {
    padding: 60px 0;
  }
  .s2-title {
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -3px;
  }
  .s2-title span {
    float: none !important;
    color: #000;
  }
  .s2-title__group {
    position: relative;
  }
  .s2-title__group h3 {
    display: none;
  }
  .s2-title__group .s2-title__bottom {
    display: none;
  }
  .s2-img {
    max-width: 100%;
    width: 100%;
    margin: -45px 0 40px 0;
  }
  .s2-img .swiper {
    border-radius: 0;
    margin: 0 -15px;
  }
  .s2-img__item {
    height: 500px;
  }
  .s2-img__item img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
    position: absolute;
  }
  .mob-visible {
    display: block;
  }
  .mob-visible .s2-text h3 {
    font-size: 17px;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 20px;
  }
  .mob-visible .s2-title__bottom {
    font-size: 14px;
    line-height: 160%;
  }
  .text-wrapper span {
    font-size: 65px;
  }
  .section3 {
    height: 500px;
  }
  .s5-item__img {
    height: 360px;
  }
  .s5-item__img img {
    height: 100%;
    object-fit: cover;
  }
  .s5-item {
    height: 360px;
    overflow: hidden;
    transition: all ease .3s;
  }
  .s5-item.active {
    width: 100%;
    min-width: 80px;
  }
  .s5-item.inactive {
    width: 0;
    min-width: 0;
  }
  .s5-item__mobile {
    display: block;
  }
  .s5-row {
    position: relative;
  }
  .s5-item__info {
    font-size: 14px;
    padding: 12px;
  }
  .s5-item__row {
    border-radius: 6px;
  }
  .s5-item__title {
    font-size: 40px !important;
    line-height: 110% !important;
    letter-spacing: -1px !important;
  }
  .section6 .s2-img {
    display: none;
  }
  .s6-text {
    margin-left: 60px;
  }
  .text-wrapper {
    height: 500px;
  }
  .text-wrapper span {
    top: 130%;
  }
  .s3-bg {
    top: -275px;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
  .copyright {
    min-width: 50%;
    margin-bottom: 20px;
  }
  .footer-social {
    min-width: 50%;
  }
  .footer-links {
    margin-bottom: 20px;
    min-width: 50%;
  }
  .footer-links a {
    margin: 0 15px 0 0;
  }
  .down-icon {
    right: 25px;
  }
  .s6-title {
    font-size: 36px;
  }
  .s6-title div span {
    font-size: 75px;
  }
  .s6-title div:last-child {
    margin-left: 250px;
  }
  .s5-carousel .swiper-slide {
    max-width: 400px;
  }
}

.dropdown-close {
  position: absolute;
  top: 35px;
  right: 25px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/cross.svg) no-repeat center;
}

@media (max-width: 768px) {
  .section1 {
    padding-top: 164px;
    height: 650px;
    background-size: cover;
    background-position: right center;
  }
  .main-title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .main-title span {
    margin-bottom: 10px;
  }
  .main-title span:last-child {
    margin-bottom: 0;
  }
  .main-title {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
  }
  .main-title br {
    display: block;
  }
  .main-text {
    font-size: 20px;
    text-align: left;
    margin-bottom: 93px;
    line-height: 120%;
  }
  .main-text br {
    display: block;
  }
  .s2-img__item {
    height: auto;
  }
  .s2-img__item img {
    position: static;
  }
  .section3 {
    height: 360px;
  }
  .section4 {
    padding: 60px 0;
    height: 430px;
    background-size: cover;
  }
  .s4-title {
    font-size: 40px;
    letter-spacing: -3px;
    margin-bottom: 45px;
  }
  .s4-title span {
    margin: 0;
    color: #000 !important;
  }
  .s4-title div {
    font-size: 40px;
    letter-spacing: -3px;
  }
  .s4-title div span {
    display: block;
  }
  .s4-img img {
    height: 120px;
    width: auto;
  }
  .s4-bg {
    background-size: cover;
  }
  .s4-text {
    display: none;
  }
  .section6 {
    padding: 60px 0;
  }
  .s6-title {
    display: block;
    margin-bottom: 40px;
  }
  .s6-title div {
    display: inline;
    font-size: 40px !important;
    color: #000 !important;
    margin: 0 !important;
    letter-spacing: -2px !important;
  }
  .s6-title div br {
    display: none;
  }
  .s6-title div span {
    float: none !important;
    margin: 0;
  }
  .s6-text {
    margin-left: 45px;
  }
  .s6-text ul li {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .s6-text ul li:before {
    width: 20px;
    height: 20px;
    background-size: 14px;
    border-radius: 5px;
    top: 2px;
    left: -40px;
  }
  .s7-row {
    flex-direction: column;
  }
  .s7-title {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .s7-title br {
    display: none;
  }
  .section7 {
    padding-bottom: 60px;
  }
  .s7-form {
    max-width: 100%;
  }
  .footer {
    background: url(../images/footer-mob.jpg) no-repeat center;
    border-radius: 30px 30px 0 0;
    background-size: cover;
    padding: 60px 0 40px;
  }
  .footer-row {
    flex-direction: column;
    align-items: center;
  }
  .footer-right {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .f-logo {
    margin-bottom: 40px;
  }
  .f-col {
    margin-bottom: 60px;
    position: relative;
  }
  .f-col:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    border-block-start: 1px solid #fff;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -30px;
  }
  .f-col:last-child {
    margin-bottom: 0;
  }
  .f-col:last-child:after {
    display: none;
  }
  .f-col:nth-child(4) {
    margin-bottom: 0;
  }
  .f-col:nth-child(4):after {
    display: none;
  }
  .footer-bottom {
    flex-direction: column-reverse;
    align-items: center;
  }
  .footer-bottom:before {
    display: none;
  }
  .icon-tg {
    width: 52px;
    height: 52px;
    background: url(../images/tg2.svg) no-repeat center;
  }
  .icon-wa {
    width: 52px;
    height: 52px;
    background-size: 100%;
  }
  .icon-app {
    width: 200px;
    height: 52px;
    background-size: 100%;
  }
  .icon-inst {
    width: 52px;
    height: 52px;
    background-size: 100%;
    background: url(../images/inst2.svg) no-repeat center;
  }
  .footer-social {
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-social a {
    margin: 0 20px;
    height: auto;
  }
  .footer-social a:last-child {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .footer-social span {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-links {
    flex-direction: column;
    text-align: center;
    margin-bottom: 45px;
  }
  .footer-links a {
    margin: 0 0 15px;
  }
  .footer-bottom {
    border: none;
    padding-top: 0;
  }
  .s7-title {
    font-size: 40px;
  }
  .copyright {
    text-align: center;
  }
  .s6-title {
    font-size: 40px;
  }
  .s6-title div span {
    font-size: 40px;
  }
  .s6-title div:last-child {
    margin-left: 0;
  }
}

@media (max-width: 680px) {
  .text-wrapper {
    height: 360px;
  }
  .text-wrapper span {
    font-size: 40px;
    line-height: 110%;
    text-align: left;
    margin-bottom: 58px;
    top: 30%;
    width: 100%;
    padding: 0 50px 0 20px;
    transform: translateY(0) !important;
  }
  .s3-bg {
    top: -240px;
    left: -25%;
    right: -25%;
    width: auto;
  }
  .modal {
    padding: 30px !important;
  }
  .s5-carousel .swiper-button-next:after,
  .s5-carousel .swiper-button-prev:after {
    font-size: 24px;
  }
  .s7-title span {
    display: block;
  }
}

@media (max-width: 560px) {
  .s4-img img {
    height: 80px;
    width: auto;
  }
  .s2-img__item {
    height: 360px;
    overflow: hidden;
  }
  .ui-datepicker {
    min-width: 0;
    left: 0 !important;
    right: 0;
    top: auto !important;
    bottom: 0 !important;
    position: fixed !important;
    min-height: calc(100vh - 220px);
    padding-top: 55px;
  }
  .modal-form__row {
    flex-direction: column;
  }
  .modal {
    height: 100vh;
    height: 100dvh;
    border-radius: 0;
    padding: 70px 15px 60px 15px !important;
  }
  .modal .fancybox-close-small {
    display: none !important;
  }
  .fancybox-slide--html {
    padding: 0;
  }
  .modal-close {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 5;
    background: #000;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
  }
  .ui-datepicker-group-last {
    display: none;
  }
  .ui-datepicker .ui-datepicker-title {
    justify-content: center;
    font-size: 30px;
    font-weight: 300;
  }
  .ui-datepicker table {
    width: 100%;
  }
  .ui-datepicker-calendar thead th {
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    padding: 15px 0 !important;
  }
  .ui-datepicker-calendar thead th span {
    color: #000;
    text-transform: none;
  }
  .ui-datepicker td {
    padding: .5rem 0;
  }




  /* !!!! ИСПРАВЛЕНО ДЛЯ ПОКАЗА НЕАКТИВНЫХ ДАТ !!! */




  .ui-datepicker .ui-datepicker-calendar tbody td a,
  .ui-datepicker .ui-datepicker-calendar tbody td span {
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    border-radius: 50%;
  }




  /* END !!!! ИСПРАВЛЕНО ДЛЯ ПОКАЗА НЕАКТИВНЫХ ДАТ !!! */




  .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-active {
    border-color: #ff0000;
  }
  .ui-datepicker .ui-datepicker-buttonpane button {
    display: block;
    position: absolute;
    width: 100%;
    height: 55px;
    border-radius: 27.5px;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 300;
    background: #fff;
    color: #000;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  }
  .ui-datepicker .ui-datepicker-buttonpane {
    bottom: 70px;
    top: auto;
    left: 15px;
    right: 15px;
    display: block;
    position: absolute;
  }
  .ui-datepicker .ui-datepicker-prev {
    left: 0;
  }
  .ui-datepicker .ui-datepicker-next {
    right: 0;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td a {
    font-size: 15px !important;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-today a {
    background: transparent;
    color: #000 !important;
    border-color: transparent;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td:hover a {
    color: #000 !important;
    background: transparent !important;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td.event a:after {
    bottom: 6px;
    width: 28px;
    margin-left: -14px;
  }
  .ui-datepicker:before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    border-bottom: 3px solid #EBEBEB;
    left: 50%;
    margin-left: -30px;
    top: 30px;
    border-radius: 1.5px;
  }
  .jq-selectbox__dropdown {
    display: block;
    width: 100vw;
    height: 100vh !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    position: fixed !important;
    z-index: 99999;
    margin: 0;
    border-radius: 0;
  }
  .search {
    backdrop-filter: none;
  }
  .section1 {
    z-index: auto;
  }
  .jq-selectbox {
    z-index: 999;
  }
  .jq-selectbox__dropdown {
    padding-top: 20px;
  }
  .jq-selectbox__dropdown h3 {
    display: block;
    font-size: 16px;
    padding: 0 30px;
  }
  .jq-selectbox__dropdown ul {
    max-height: calc(100vh - 100px);
  }
  .jq-selectbox__dropdown ul li .custom-option__price {
    float: right;
    display: block;
  }
  .jq-selectbox__dropdown .dropdown-close {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */




/* Дополнительные стили */

.thanks_text {
  text-align: center;
}
.thanks_text span {
  font-weight: 600;
  line-height: 2em;
}
.order-modal {
  font-family: "Cera Pro", sans-serif;
}

/* Правки-конфликты с общей версткой */
.section5 {
  margin-top: 0;
  height: auto;
}
.jq-selectbox.opened .jq-selectbox__select {
  border-radius: 10px;
}
.jq-selectbox__select, .input.datepicker {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  width: 100%;
}
.input.datepicker {
  height: 60px;
  border-radius: 10px;
  cursor: pointer;
}
.search .icon-arrow:before {
  content: '';
}
.header.hide {
  backdrop-filter: unset;
}
.jq-selectbox__dropdown ul li {
  font-size: unset;
  border-top: unset;
}
@media (max-width: 1240px) {
  #section5 {
    display: block;
  }
}
@media (max-width: 992px) {
  .s2-img {
    min-width: 100%;
  }
}
@media (max-width: 560px) {
  .jq-selectbox {
    z-index: 2;
  }
  .jq-selectbox.opened {
    z-index: 101 !important;
  }
}
/* END Правки-конфликты с общей версткой */

/* END Дополнительные стили */
