@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;
}

html {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: 'Cera Pro', sans-serif;
  -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;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 100;
  padding: 30px 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.header.fixed {
  position: fixed;
  top: -120px;
}

.header.visible {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: 15px 0;
  top: 0;
}

.header.visible .header-btn {
  display: block;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.section-main {
  background: url(../images/main-bg.jpg) no-repeat center;
  height: 840px;
  background-size: cover;
  border-radius: 0 0 100px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 250px;
}

.logo img {
  display: block;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right {
  margin-left: auto;
}

.navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation li {
  margin-left: 40px;
}

.navigation li > a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

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

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 23px;
}

.header-social a {
  display: block;
  height: 26px;
  margin-left: 15px;
}

.header-social a:hover {
  opacity: .8;
}

.header-social .icon-mail {
  width: 28px;
  height: 25px;
  background-size: 100%;
}

.header-phone {
  margin-left: 40px;
}

.header-phone a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

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

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

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

.header-btn {
  margin-left: 40px;
  display: none;
}

.header-btn .button1 {
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.main-form {
  width: 100%;
  max-width: 732px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.02);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  text-align: center;
  color: #fff;
  padding: 50px 60px 60px;
}

.main-form p {
  font-size: 30px;
  font-weight: 500;
  margin: 9px 0 53px;
}

.main-form__title {
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -2px;
  font-weight: 600;
}

.main-form__city,
.main-form__date {
  height: 60px;
  border-radius: 30px;
  border: none;
  padding: 0 24px;
  font-family: 'Cera Pro', sans-serif;
  width: 360px;
  margin-right: 5px;
  font-size: 17px;
  font-weight: 500;
}

.main-form__city::-webkit-input-placeholder,
.main-form__date::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.main-form__city:-ms-input-placeholder,
.main-form__date:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.main-form__city::-ms-input-placeholder,
.main-form__date::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.main-form__city::placeholder,
.main-form__date::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.main-form__date {
  width: 132px;
  padding: 0 20px;
}

.main-form__button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FF0000 url(../images/arrow.svg) no-repeat center;
  border: none;
  cursor: pointer;
}

.main-form__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section1 {
  padding: 150px 0 75px;
}

.s1-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-title {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -2px;
  text-align: center;
  margin-bottom: 85px;
  line-height: 100%;
}

.s1-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 400px;
  margin-right: 100px;
}

.s1-text .block-title {
  text-align: left;
  margin-bottom: 30px;
}

.s1-text p {
  font-size: 16px;
  line-height: 140%;
}

.s1-text p span {
  font-size: 15px;
  opacity: .5;
}

.s1-text__social {
  margin-top: auto;
}

.s1-text__social h3 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 500;
}

.s1-text__social-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}

.s1-text__social-wrapp a {
  display: block;
  width: 50px;
  height: 50px;
  background: #FF0000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s1-text__social-wrapp a .icon-mail {
  width: 24px;
  height: 20px;
  background-size: 100%;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #f00;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
  padding: 0 40px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.button:after {
  content: "";
  display: block;
  width: 31px;
  height: 11px;
  background: url(../images/arrow1.svg) no-repeat center;
  margin-left: 20px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.button:hover:after {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}

.button2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #000;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
  padding: 0 40px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  width: 320px;
}

.button2:after {
  content: "";
  display: block;
  width: 31px;
  height: 11px;
  background: url(../images/arrow1.svg) no-repeat center;
  margin-left: 20px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.button2:hover:after {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}

.button1 {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #f00;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
  padding: 0 40px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  border: none;
  cursor: pointer;
  width: 100%;
}

.s1-btn {
  margin-top: 60px;
}

.s1-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 50px;
  overflow: hidden;
}

.s1-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section2 {
  padding: 75px 0;
}

.section2 .block-title {
  margin-bottom: 55px;
}

.s2-carousel {
  max-width: 1730px;
  margin: 0 auto;
  position: relative;
}

.s2-carousel .swiper-slide {
  width: 350px;
}

.s2-carousel .swiper {
  padding-top: 30px;
}

.s2-carousel .swiper-button-prev,
.s2-carousel .swiper-button-next {
  width: 14px;
  height: 24px;
  background: url(../images/slider-arrow.svg) no-repeat center;
  top: 193px;
}

.s2-carousel .swiper-button-prev:after,
.s2-carousel .swiper-button-next:after {
  display: none;
}

.s2-carousel .swiper-button-prev:hover,
.s2-carousel .swiper-button-next:hover {
  background: url(../images/slider-arrow2.svg) no-repeat center;
}

.s2-carousel .swiper-button-next {
  right: -40px;
}

.s2-carousel .swiper-button-prev {
  left: -40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.vip {
  text-align: center;
  position: relative;
  margin: 0 25px;
  width: 300px;
}

.vip span {
  font-size: 20px;
  line-height: 140%;
}

.vip-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.vip-img {
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 60px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.vip-img img {
  display: block;
}

.vip-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

@media (min-width: 768px) {
  .swiper-slide:hover .vip-img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .swiper-slide-active:hover .vip-img {
    -webkit-transform: scale(1.1) !important;
            transform: scale(1.1) !important;
  }
}

.section3 {
  padding: 0 0 75px;
}

.tabs {
  position: relative;
}

.tabs:hover .plus {
  opacity: 0;
}

.tab-item {
  width: 50%;
  position: relative;
  z-index: 2;
  height: 315px;
  -webkit-transition: all ease .8s;
  transition: all ease .8s;
}

.tab-item.disabled {
  opacity: 0;
}

.tab-item:nth-child(1) {
  padding: 0 75px 75px 0;
}

.tab-item:nth-child(2) {
  padding: 0 0 75px 75px;
}

.tab-item:nth-child(3) {
  padding: 75px 75px 0 0;
}

.tab-item:nth-child(4) {
  padding: 75px 0 0 75px;
}

.tab-item h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 40px 0;
}

.tab-item p {
  font-size: 17px;
  line-height: 140%;
  margin: 0;
}

.tabs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tab-item__btn {
  margin-top: 40px;
}

.plus {
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  background: url(../images/plus.svg) no-repeat center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease .8s;
  transition: all ease .8s;
}

.tab-img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transition: all ease .8s;
  transition: all ease .8s;
}

.tab-img.active {
  opacity: 1;
  visibility: visible;
}

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

.section4 {
  padding: 75px 0 150px;
}

.s4-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s4-text {
  max-width: 500px;
}

.s4-text .block-title {
  text-align: left;
  margin-bottom: 40px;
}

.s4-text h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 40px 0;
}

.s4-text p {
  line-height: 140%;
}

.s4-btn {
  margin-top: 150px;
}

.s4-list {
  max-width: 400px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.s4-list li {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.s4-list li:after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  border-bottom: 1px solid #f00;
  bottom: -25px;
  left: -25px;
}

.s4-list li:last-child {
  margin-bottom: 0;
}

.s4-list li:last-child:after {
  display: none;
}

.footer {
  padding: 70px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-logo {
  margin-right: 33px;
}

.copyright {
  font-size: 13px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.4);
}

.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.footer-item {
  margin-right: 90px;
}

.footer-item:last-child {
  margin: 0;
}

.footer-item h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px;
}

.footer-links a {
  color: #f00;
  font-weight: 500;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.footer-social a {
  display: block;
  width: 32px;
  height: 32px;
  background: #f00;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-social .icon-wa {
  width: 16px;
  height: 16px;
  background-size: 100%;
}

.icon-tg2 {
  display: block;
  width: 16px;
  height: 14px;
  background: url(../images/tg2.svg) no-repeat center;
  margin-right: 3px;
}

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

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

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

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

a.app-link {
  background: transparent;
  width: auto;
  height: auto;
}

.modal-img {
  width: 700px;
  border-radius: 0 100px 100px 0;
  overflow: hidden;
  height: 100vh;
}

.modal-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 64px;
  position: relative;
}

.modal-social {
  position: absolute;
  top: 64px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  max-width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  background: #f00;
  border-radius: 50%;
  margin-right: 10px;
}

.modal-social a i {
  width: 16px;
  height: 16px;
  background-size: 100%;
}

.modal-social span {
  margin-left: 26px;
  font-size: 20px;
  font-weight: 500;
}

.text-center {
  text-align: center !important;
  width: 100%;
}

.modal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1020px;
}

.modal-form .block-title {
  text-align: left;
  margin-bottom: 50px;
  font-size: 40px;
}

.modal-form .block-title span {
  color: #f00;
}

.modal-form__date {
  margin-bottom: 10px;
}

.modal-form__date span {
  display: inline-block;
  border: 1px solid #f00;
  color: #f00;
  font-size: 23px;
  font-weight: 700;
  border-radius: 10px;
  padding: 0 10px;
  height: 35px;
  line-height: 33px;
}

.form-checkbox {
  margin-bottom: 20px;
}

.form-checkbox input {
  display: none;
}

.form-checkbox input:checked + label {
  color: #000;
}

.form-checkbox input:checked + label span {
  background: #f00;
}

.form-checkbox input:checked + label span:before {
  left: 19px;
}

.form-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.form-checkbox label span {
  width: 38px;
  height: 20px;
  border-radius: 30px;
  display: block;
  margin-right: 12px;
  background: #E4E4E4;
  position: relative;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.form-checkbox label span:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  left: 1px;
  top: 1px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.form-col {
  max-width: 445px;
  margin-right: 75px;
}

.modal-form__text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 140%;
}

.form-row {
  margin-bottom: 20px;
}

.form-input {
  height: 40px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  font-family: 'Cera Pro';
  font-size: 17px;
  font-weight: 500;
}

.form-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.form-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.form-input:focus, .form-input.changed {
  border-color: #f00;
}

.form-input.phone {
  max-width: 150px;
}

.form-input.datepicker {
  width: 136px;
  background: url(../images/down.svg) no-repeat right center;
}

.form-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-btn {
  margin-top: 93px;
}

.modal {
  padding: 0 !important;
  width: 100%;
  height: 100vh;
}

.fancybox-slide {
  padding: 0 !important;
}

.fancybox-close-small {
  width: 59px;
  height: 59px;
  background: #F5F5F5 !important;
  border-radius: 50% !important;
  top: 50px !important;
  right: 50px !important;
}

.page {
  overflow: hidden;
  min-width: 375px;
}

.menu-btn {
  display: none;
}

.menu-btn {
  display: none;
  width: 28px;
  height: 22px;
  position: relative;
  z-index: 11;
}

.menu-btn span {
  display: block;
  height: 2px;
  width: 30px;
  position: relative;
  background: #fff;
  top: 50%;
  right: 0;
  margin-top: -2.5px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  border-radius: 2px;
}

.menu-btn span:before,
.menu-btn span:after {
  content: " ";
  display: block;
  height: 2px;
  width: 30px;
  position: absolute;
  background: #fff;
  border-radius: 2px;
  right: 0;
}

.menu-btn span:before {
  top: -10px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.menu-btn span:after {
  bottom: -10px;
  width: 20px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.menu-btn.active span {
  background: transparent;
}

.menu-btn.active span:before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.menu-btn.active span:after {
  bottom: 0;
  width: 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.mobile-visible {
  display: none;
}

.s1-text__mob {
  display: none;
}

.tabs-carousel {
  display: none;
}

.s4-btn__mob {
  display: none;
}

.footer-links__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-form__btn {
  display: none;
}

.main-form__select {
  position: relative;
}

.drop {
  display: none;
  position: absolute;
  background: #fff;
  color: #000;
  border-radius: 20px;
  top: 74px;
  width: 500px;
  left: 0;
  text-align: left;
  font-weight: 500;
  -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
  padding: 24px 24px 1px;
}

.drop h3 {
  display: none;
  color: #BEBEBE;
  font-weight: 500;
  margin: 0;
}

.drop h3:first-child {
  margin-top: 0;
}

.drop-wrapp {
  max-height: 455px;
  overflow: auto;
}

.drop-wrapp::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.drop-wrapp::-webkit-scrollbar-thumb {
  background-color: #EBEBEB;
  border-radius: 10px;
}

.drop-list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.drop-list:last-child {
  margin-bottom: 0;
}

.drop-list li {
  font-size: 17px;
  margin-top: 20px;
}

.drop-list li:hover {
  color: #ff0000;
  cursor: pointer;
}

.ui-datepicker-buttonpane {
  display: none;
}

.s5-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s5-col {
  width: 25%;
}

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

.s5-list li {
  margin-bottom: 10px;
}

.s5-list li:last-child {
  margin-bottom: 0;
}

.s5-list li a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.s5-list li a:hover {
  color: #FF0000;
}

.section5 {
  margin: 70px 0;
}

.navigation-links .icon-mail {
  width: 26px;
  height: 22px;
  background-size: 100%;
}

.city-modal__mobile {
  display: none;
}

.copyright-mob {
  display: none;
}

@media (max-width: 1750px) {
  .modal-content {
    padding: 0 70px;
    position: relative;
  }
  .modal-social {
    left: 70px;
    width: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .modal-img {
    width: 470px;
  }
  .modal-form {
    max-width: 100%;
  }
}

.ui-datepicker-current {
  display: none !important;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  z-index: 99993;
}

@media (max-width: 1600px) {
  .modal-img {
    width: 450px;
  }
  .form-col {
    margin-right: 60px;
    max-width: 355px;
  }
  .modal-form .block-title {
    font-size: 40px;
  }
}

@media (max-width: 1400px) {
  .modal-social {
    left: 50px;
  }
  .modal-img {
    display: none;
  }
  .modal-content {
    padding: 150px 60px;
  }
}

@media (max-width: 1200px) {
  .header-social {
    margin-left: 25px;
  }
  .section3 .container {
    max-width: 1024px;
  }
  .modal-form {
    max-width: 100%;
  }
  .modal-social {
    left: 60px;
  }
  .tab-item {
    height: 265px;
  }
  .tab-item:nth-child(1) {
    padding: 0 30px 30px 0;
  }
  .tab-item:nth-child(2) {
    padding: 0 0 30px 30px;
  }
  .tab-item:nth-child(3) {
    padding: 30px 30px 0 0;
  }
  .tab-item:nth-child(4) {
    padding: 30px 0 0 30px;
  }
  .tab-item h3 {
    margin-bottom: 20px;
  }
  .tab-item__btn {
    margin-top: 28px;
  }
  .header-btn,
  .header-phone {
    margin-left: 17px;
  }
  .header-social {
    margin-left: 5px;
  }
  .navigation li {
    margin-left: 17px;
  }
  .footer-item {
    margin-right: 40px;
  }
}

@media (max-width: 1024px) {
  .menu-btn {
    display: block;
    z-index: 51;
    margin-left: 20px;
  }
  .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 50;
    background: #f00;
    text-align: center;
    padding: 60px 0 30px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
    visibility: hidden;
    overflow: auto;
  }
  .navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navigation.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .navigation li {
    margin-bottom: 30px;
    margin-left: 0;
  }
  .navigation li > a {
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
  }
  .mobile-visible {
    display: block;
  }
  .navigation-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navigation-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin-bottom: 20px;
  }
  .navigation-links a i {
    margin-right: 15px;
  }
  .navigation-btn {
    margin: 23px 0 53px;
  }
  .s1-text {
    margin-right: 40px;
    max-width: 345px;
  }
  .tabs {
    display: none;
  }
  .tabs-carousel {
    display: block;
  }
  .vip-text {
    text-align: left;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    opacity: 0;
  }
  .vip-text h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .vip-text p {
    font-size: 13px;
    margin: 0;
    line-height: 140%;
  }
  .swiper-slide-active .vip-text {
    opacity: 1;
  }
  .section3 {
    padding: 30px 0;
  }
  .section3 .container {
    padding: 0;
  }
  .section3 .block-title {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .s4-text {
    max-width: 415px;
    margin-right: 30px;
  }
  .s5-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s5-col {
    width: 50%;
    margin-bottom: 30px;
  }
  .section5 {
    margin: 30px 0;
  }
  .footer-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .f-logo {
    margin-right: 0;
  }
  .footer-col {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .footer-col .copyright {
    display: none;
  }
  .footer-right {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .copyright-mob {
    display: block;
    margin-top: 40px;
    font-size: 13px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    width: 100%;
  }
  .modal-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-content {
    padding: 80px 20px;
  }
  .form-col {
    margin: 0 0 30px 0;
  }
  .form-col .block-title br {
    display: none;
  }
  .form-btn {
    margin-top: 60px;
  }
  .fancybox-close-small {
    width: 32px !important;
    height: 32px !important;
    right: 20px !important;
    top: 32px !important;
    padding: 5px !important;
  }
  .main-form__btn {
    display: block;
  }
}

@media (max-width: 768px) {
  .section-main {
    height: 600px;
    border-radius: 0 0 50px 50px;
    background: url(../images/main-bg-mob.jpg) no-repeat right center;
    position: relative;
  }
  .main-form {
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    padding: 380px 20px 20px;
    background: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .main-form p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 25px;
  }
  .main-form__title {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .main-form__wrapp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
  }
  .main-form__city {
    max-width: 100%;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    font-size: 15px;
    padding: 0 20px;
  }
  .main-form__select {
    height: 60px;
    position: static;
  }
  .main-form__button {
    display: none;
  }
  .main-form__btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .main-form__btn .button {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    padding: 0 25px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-form__date {
    width: 100%;
    max-width: 140px;
    height: 50px;
    font-size: 15px;
    padding: 0 20px;
    margin-right: 10px;
  }
  .main-form__select {
    width: 100%;
  }
  .section1 {
    padding: 60px 0 30px;
  }
  .s1-img {
    border-radius: 40px;
  }
  .block-title {
    font-size: 40px;
    text-align: left;
  }
  .s1-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s1-text {
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  .s1-text p {
    margin: 0;
  }
  .s1-text__bottom {
    display: none;
  }
  .s1-img {
    margin-bottom: 30px;
    border-radius: 40px;
  }
  .s1-text__social {
    display: none;
  }
  .s1-text__mob {
    display: block;
    font-size: 13px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.5);
  }
  .s1-text__mob .s1-text__social {
    display: block;
    margin-top: 30px;
  }
  .s1-text__mob .s1-text__social h3 {
    font-size: 18px;
    color: #000;
  }
  .s1-text__social-wrapp a {
    width: 40px;
    height: 40px;
  }
  .s1-text__social-wrapp a i {
    width: 20px;
    height: 20px;
    background-size: 100%;
  }
  .s1-text__social-wrapp a .icon-mail {
    width: 20px;
  }
  .s2-carousel .swiper-slide {
    margin-left: 20px;
  }
  .s2-carousel .swiper {
    padding-top: 0;
  }
  .section2 .block-title {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .section2 {
    padding: 30px 0;
  }
  .vip-img {
    margin-bottom: 25px;
  }
  .vip-title {
    font-size: 17px;
  }
  .vip {
    text-align: left;
    margin: 0;
  }
  .vip span {
    font-size: 17px;
  }
  .s2-carousel .swiper-slide {
    width: 300px;
  }
  .s1-text p {
    font-size: 13px;
  }
  .section4 {
    padding: 30px 0 60px;
  }
  .s4-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s4-text {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .s4-btn {
    display: none;
  }
  .s4-btn__mob {
    display: block;
    margin-top: 30px;
  }
  .s4-list {
    max-width: 100%;
    margin-left: 30px;
  }
  .footer {
    padding: 40px 0;
  }
  .footer-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .footer-item {
    width: 45%;
    margin: 0;
  }
  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer-links a {
    font-size: 20px;
  }
  .footer-links__social {
    margin-bottom: 30px;
  }
  .header-btn span {
    display: none;
  }
  .header-phone {
    display: none;
  }
  .city-modal__mobile {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 150;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .city-modal__mobile .main-form__city {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid #EBEBEB;
    height: 50px;
    padding: 0 140px 0 20px;
  }
  .city-modal__mobile.active {
    opacity: 1;
    visibility: visible;
  }
  .city-modal__mobile .drop-list li {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .city-modal__mobile .drop {
    width: 100%;
    border-radius: 0;
    height: calc(100vh - 50px);
  }
  .city-modal__mobile .drop h3 {
    font-size: 15px;
  }
  .city-modal__mobile .drop .drop-list {
    border-bottom: none;
  }
  .city-modal__mobile .drop-wrapp {
    max-width: 100%;
    max-height: 100%;
  }
  .drop-mobile {
    display: block !important;
    width: 300px;
    position: static;
    padding: 20px;
  }
  .city-modal__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    border-left: 1px solid #EBEBEB;
  }
  .icon-cross {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/cross.svg) no-repeat center;
  }
  .city-modal__clear {
    display: block;
    position: absolute;
    height: 23px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 11.5px;
    padding: 0 10px;
    font-size: 10px;
    color: #000;
    right: 60px;
    text-decoration: none;
    top: 12.5px;
    line-height: 21px;
  }
  .ui-datepicker {
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding-bottom: 85px;
    position: fixed !important;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1) !important;
  }
  .ui-datepicker .ui-datepicker-title {
    line-height: 64px !important;
    text-align: center;
    margin: 0 0 12px 0 !important;
    border-bottom: 1px solid #F0F0F0;
  }
  .ui-datepicker .ui-datepicker-prev {
    right: auto;
    left: 0 !important;
  }
  .ui-datepicker .ui-datepicker-next {
    right: 0 !important;
  }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 0 !important;
    width: 65px !important;
    height: 65px !important;
  }
  .ui-datepicker td {
    padding: 18px 0 !important;
  }
  .ui-datepicker-buttonpane {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    bottom: 25px;
    top: auto !important;
    left: 25px !important;
    right: 25px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ui-datepicker-close {
    width: 100%;
    text-align: center;
    height: 50px;
    background: #ff0000;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Cera Pro';
  }
  .header {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .header.hide {
    opacity: 0;
    visibility: hidden;
  }
  .modal-social {
    display: none;
  }
  .modal-form .block-title {
    font-size: 30px;
  }
  .modal-form__date span {
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    border-radius: 5.7px;
  }
  .ui-datepicker .ui-datepicker-calendar tbody tr td a {
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
    border-radius: 50% !important;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-today a {
    border-color: #ff0000;
  }
}

@media (max-width: 570px) {
  .navigation {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    padding: 60px 20px;
    height: auto;
    bottom: 0;
    bottom: env(safe-area-inset-bottom);
  }
  .navigation-links {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .logo img {
    width: 56px;
  }
  .header {
    padding: 20px 0;
  }
  .header .container {
    padding: 0 20px;
  }
  .block-title {
    font-size: 30px;
  }
  .s4-text h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .s4-list {
    margin-left: 20px;
  }
  .s4-list li {
    font-size: 15px;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 500;
  }
  .s4-list li:after {
    bottom: -16px;
    left: -20px;
  }
  .s5-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s5-col {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-item {
    width: 100%;
  }
  .footer-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .footer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .s5-list {
    text-align: center;
  }
  .form-input.datepicker,
  .form-input.phone {
    width: 100%;
    max-width: 100%;
  }
  .form-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=style.css.map */



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

.modal-form .block-title span {
  color: #000000;
}

.modal-form .block-title .modal-airport {
  color: #f00;
}

.form-input-wrapper {
  width: 100%;
}

@media (min-width: 571px) {
  .form-input-wrapper.phone {
    max-width: 150px;
  }
}

.error-mess {
  margin-top: 3px;
  font-weight: 300;
  font-size: 14px;
  color: #ff0000;
  line-height: 125%;
  display: none;
}

.drop h3, .drop-list {
  display: block;
}

.drop .search {
  color: #BEBEBE;
  font-weight: 500;
  margin: 17px;
  margin-bottom: 24px;
}

.drop-mobile .search {
  text-align: center;
}

.loader {
  position: absolute;
  right: 28px;
  top: 16px;
  width: 30px;
  height: 30px;
  border: 2px solid #E2E2E2;
  border-bottom-color: #ff0000;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  z-index: 151;
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#loader-mobile {
  text-align: center;
  text-align: -webkit-center;
}

#loader-mobile .loader {
  position: unset;
  width: 60px;
  height: 60px;
}

.ui-helper-hidden-accessible {
  display: none;
}

@media (min-width: 571px) {
  .logo .mobile_only {
    display: none;
  }
}

@media (max-width: 571px) {
  .logo .desktop_only {
    display: none;
  }
}

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