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

@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: 'ProximaNova';
  src: url("fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Regular.otf") format("opentype"), url("fonts/ProximaNova-Regular.woff") format("woff"), url("fonts/ProximaNova-Regular.ttf") format("truetype"), url("fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Light.otf") format("opentype"), url("fonts/ProximaNova-Light.woff") format("woff"), url("fonts/ProximaNova-Light.ttf") format("truetype"), url("fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Semibold.otf") format("opentype"), url("fonts/ProximaNova-Semibold.woff") format("woff"), url("fonts/ProximaNova-Semibold.ttf") format("truetype"), url("fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

body {
  font-family: 'ProximaNova', sans-serif;
}

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

.section1 {
  background: url(../images/s1-bg.jpg) no-repeat top center;
  height: 840px;
  padding-top: 215px;
}

.logo2 {
  display: none;
}

.logo a {
  display: block;
}

.logo img {
  display: block;
}

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

.header.hide {
  top: -80px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
}

.header.visible {
  padding: 15px 0;
  position: fixed;
  top: 0;
}

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

.header.visible .navigation li a {
  padding: 0 15px;
  letter-spacing: 0;
}

.header.visible .phone {
  margin-left: 16px;
}

.header.visible .phone a {
  letter-spacing: 0;
}

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

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

.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 23px;
  letter-spacing: 1px;
  transition: all ease .3s;
}

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

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

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

.phone {
  margin-left: 20px;
  transition: all ease .3s;
}

.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: 1px;
  transition: all ease .3s;
}

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

.header-btn {
  overflow: hidden;
  width: 0;
  transition: all ease .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;
}

.main-title {
  text-align: center;
  font-family: 'Panton';
  font-style: italic;
  font-weight: 300;
  margin: 0;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.main-title span {
  font-size: 70px;
}

.main-title i {
  margin: 0 23px;
  font-size: 80px;
}

.main-text {
  text-align: center;
  color: #fff;
  font-family: 'Panton';
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 30px;
  margin-bottom: 70px;
}

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

.jq-selectbox {
  position: relative;
}

.jq-selectbox select {
  display: none;
}

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

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

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

.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%;
}

.jq-selectbox__dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

.input {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: none;
  padding: 0 16px;
  font-family: 'Montserrat', sans-serif;
}

.datepicker {
  background: #fff url(../images/down.svg) no-repeat 94% 50%;
}

.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__price {
  letter-spacing: 1px;
}

.search {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}

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

.ui-datepicker {
  font-family: 'Montserrat';
}

.section2 {
  height: 840px;
  background: url(../images/s2-bg.jpg) no-repeat center;
  padding-top: 140px;
}

.block-title {
  font-family: 'Panton';
  font-weight: 300;
  font-style: italic;
  font-size: 70px;
  text-transform: uppercase;
}

.s2-text {
  max-width: 490px;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  margin-top: 50px;
}

.section3 {
  height: 840px;
  background: url(../images/s3-bg.jpg) no-repeat top center;
  padding-top: 140px;
}

.section3 .block-title {
  color: #fff;
}

.blackjet-bg {
  background: url(../images/blackjet-bg.jpg) no-repeat top center;
}

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

.s3-text {
  color: #fff;
  max-width: 455px;
  font-size: 18px;
  line-height: 26px;
}

.s3-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.s3-img {
  margin-right: -133px;
}

.tour-link {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  height: 57px;
  line-height: 55px;
  border-radius: 27px;
  border: 1px solid #fff;
  padding: 0 40px;
}

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

.tour-link:hover:after {
  transform: translate(7px, 0);
}

.section4 {
  height: 840px;
  background: url(../images/s4-bg.jpg) no-repeat top center;
  padding-top: 140px;
}

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

.s4-list {
  max-width: 500px;
  margin: 60px 4px 0 0;
  list-style: none;
}

.s4-list li {
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 25px;
  position: relative;
}

.s4-list li:before {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  border: 1px solid #f00;
  border-radius: 1px;
  left: -40px;
  top: 11px;
}

.section5 {
  margin-top: -100px;
  height: 840px;
  background: url(../images/s5-bg.jpg) no-repeat top center;
}

.section5 .block-title {
  color: #fff;
}

.section5-mobile {
  margin-top: -100px;
  height: 840px;
  background: url(../images/s5-bg.jpg) no-repeat top center;
  display: none;
}

.section5-mobile .block-title {
  color: #fff;
}

.s5-row {
  height: 840px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.s5-row .block-title {
  margin-right: 140px;
}

.s5-row .item {
  margin-right: 40px;
}

.swiper-slide {
  width: 270px;
}

.s5-slider {
  max-width: 70%;
}

.s5-slider .block-title {
  width: 550px;
}

.title-slide {
  width: 550px !important;
}

.item {
  position: relative;
  min-width: 270px;
}

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

.item-img img {
  display: block;
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.item-desc {
  background: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 0 0 8px 8px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 28px;
}

.item-desc span {
  display: block;
  font-size: 22px;
  font-weight: 300;
  text-transform: none;
}

.footer {
  padding: 165px 0 170px;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 155px;
}

.footer-contacts {
  display: flex;
  justify-content: center;
}

.footer-contacts a {
  display: flex;
  align-items: center;
  margin-left: 85px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.footer-contacts a span {
  font-size: 24px;
  font-weight: 300;
  border-bottom: 2px solid #f00;
  padding-bottom: 4px;
  display: inline-block;
}

.footer-contacts a.footer-phone span {
  font-size: 20px;
}

.icon-mail {
  width: 37px;
  height: 32px;
  background: url(../images/mail-icon.svg) no-repeat;
  margin-right: 25px;
}

.icon-wa2 {
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-right: 22px;
  background: url(../images/wa-icon2.svg) no-repeat;
}

.icon-tg {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 22px;
  background: url(../images/tg-icon.svg) no-repeat;
}

.page {
  overflow: hidden;
}

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

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

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

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

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

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

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

.menu-btn.active span:after {
  bottom: 0;
  background: #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

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

.section-row .block-title {
  padding-left: calc((100vw - 1230px) / 2);
  min-width: 845px;
  position: relative;
}

.section-row .block-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-bottom: 2px solid #FF0000;
  width: 57px;
  right: -150px;
}

.logo-mob {
  display: none;
}

.s2-img {
  display: none;
}

.inputbox {
  position: relative;
}

.inputbox input {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  padding: 20px 18px 0 18px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 6px;
  background: #F5F5F5;
}

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

.inputbox textarea {
  display: block;
  width: 100%;
  height: 140px;
  resize: none;
  border: none;
  padding: 30px 18px 20px 18px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 6px;
  background: #F5F5F5;
}

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

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

.form {
  width: 580px;
}

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

.button:hover {
  background: #f20000;
}

@media (max-width: 1330px) {
  .container {
    max-width: 992px;
  }
  .header .container {
    max-width: 100%;
  }
  .navigation li a {
    padding: 0 10px;
  }
  .phone {
    margin-left: 20px;
  }
  .s3-img img {
    max-width: 750px;
  }
  .block-title {
    font-size: 60px;
  }
  .s4-list {
    max-width: 430px;
  }
  .section5 .block-title {
    margin-left: 0;
    margin-bottom: 80px;
    min-width: 480px;
  }
  .search-btn {
    font-size: 16px;
  }
  .s5-slider {
    max-width: 900px;
  }
  .main-title {
    font-size: 90px;
  }
  .main-title span {
    font-size: 60px;
  }
}

@media (max-width: 1200px) {
  .menu-btn {
    display: block;
  }
  .logo-mob {
    display: block;
    text-align: center;
    margin-bottom: 60px;
  }
  .navigation-toggle {
    position: absolute;
    width: 100%;
    height: 100svh;
    left: 0;
    top: 0;
    background: #fff;
    flex-direction: column;
    padding: 75px 30px 50px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    transition: all ease .3s;
    transform: translate(0, 40px);
    opacity: 0;
    visibility: hidden;
  }
  .navigation-toggle.open {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
  .navigation {
    flex-direction: column;
    align-items: center;
    margin-bottom: auto;
  }
  .navigation li {
    margin: 0 0 50px 0;
  }
  .navigation li a {
    color: #000;
    font-size: 20px;
    font-weight: 400;
  }
  .navigation li a.active:after {
    bottom: -8px;
  }
  .phone {
    margin: 10px 0 0 0 !important;
  }
  .phone a {
    color: #000;
    font-size: 20px;
  }
  .phone-icon {
    background-image: url(../images/wa-icon2.svg);
    background-size: 100%;
  }
  .header-btn {
    width: auto !important;
    margin: 40px 0 0;
    padding: 0 !important;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 768px;
  }
  .search-btn__price {
    letter-spacing: 0;
  }
  .search-btn {
    font-size: 13px;
  }
  .main-title {
    font-size: 80px;
  }
  .main-title span {
    font-size: 40px;
  }
  .main-text {
    font-size: 30px;
  }
  .phone {
    margin: 10px 0 0 0;
  }
  .phone a {
    color: #000;
    font-size: 20px;
  }
  .search {
    margin: 0 -20px;
  }
  .s4-list {
    max-width: 300px;
  }
  .footer-row {
    padding: 0 0;
    height: auto;
    flex-direction: column;
  }
  .footer-row .block-title {
    text-align: center;
    margin-bottom: 40px;
  }
  .footer-row .block-title br {
    display: none;
  }
  .footer-contacts a {
    margin: 0 30px;
  }
  .phone-icon {
    background-image: url(../images/wa-icon2.svg);
    background-size: 100%;
  }
  .footer {
    padding: 100px 0;
  }
  .s3-text {
    max-width: 355px;
    margin-bottom: 30px;
  }
  .section3 .block-title {
    font-size: 40px;
  }
  .s3-img img {
    max-width: 555px;
  }
}

@media (max-width: 1200px) {
  .section5 {
    display: none;
  }
  .section5-mobile {
    display: block;
    padding: 100px 0;
    height: auto;
  }
  .section5-mobile .block-title {
    text-align: center;
    margin-bottom: 80px;
  }
  .section5-mobile .block-title br {
    display: none;
  }
  .s5-slider {
    margin: 0 auto;
  }
}

@media (max-width: 992px) {
  .s5-slider {
    max-width: 100%;
    padding: 0 15px;
  }
  .s3-text {
    max-width: 345px;
  }
}

@media (max-width: 768px) {
  .search {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
  }
  .search-row {
    flex-direction: column;
  }
  .search-col {
    margin-bottom: 20px;
  }
  .search-col:last-child {
    margin-bottom: 0;
  }
  .main-text {
    margin: 30px 0;
  }
  .section1 {
    padding-top: 100px;
    height: 780px;
  }
  .s2-text {
    margin-left: 0;
  }
  .s3-row {
    flex-direction: column;
  }
  .section3 {
    padding: 100px 0;
    height: auto;
  }
  .block-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .block-title br {
    display: none;
  }
  .search-btn {
    font-size: 18px;
  }
  .search-btn__price {
    letter-spacing: 1px;
  }
  .s3-text {
    max-width: 100%;
    text-align: center;
  }
  .s3-bottom {
    flex-direction: column-reverse;
    align-items: center;
  }
  .s3-img {
    margin: 60px 0 90px 0;
  }
  .s3-img img {
    max-width: 100%;
  }
  .section4 {
    background: #fff;
    padding: 100px 0;
    height: auto;
  }
  .s4-row {
    flex-direction: column;
  }
  .s4-list {
    max-width: 100%;
    margin: 0;
  }
  .s4-list li:last-child {
    margin-bottom: 0;
  }
  .s4-list li br {
    display: none;
  }
  .section2,
  .section5 {
    padding: 100px 0;
    height: auto;
  }
  .s5-row {
    height: auto;
  }
  .block-title {
    text-align: center;
  }
  .footer-row .block-title {
    max-width: 545px;
  }
  .main-title {
    flex-direction: column;
    display: flex;
  }
  .main-title i {
    font-size: 30px;
    margin: 0;
    transform: rotate(90deg);
    font-weight: 300;
    font-style: normal;
  }
  .section3 {
    background-size: cover;
  }
  .footer-contacts {
    flex-direction: column;
    align-items: center;
  }
  .footer-contacts a {
    margin: 0 0 30px 0;
  }
  .footer-contacts a:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  .search-col {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .search-row {
    margin: 0;
  }
  .footer-row .block-title {
    max-width: 400px;
  }
  .s2-text:before {
    display: none;
  }
  .section2 {
    background: none;
    padding-bottom: 0;
  }
  .s2-text {
    margin: 0;
  }
  .s2-img {
    display: block;
    margin-top: 50px;
  }
  .s2-img img {
    width: 100%;
    display: block;
  }
  .main-title {
    font-size: 70px;
  }
  .form {
    width: 100%;
  }
  .footer-form {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .ui-datepicker {
    min-width: 0;
    left: 15px !important;
    right: 15px;
    top: 465px !important;
  }
}
/*# sourceMappingURL=style.css.map */



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

.link_mobile {
    display: none;
}

@media (max-width: 1200px) {
    .link_desktop {
        display: none;
    }

    .link_mobile {
        display: block;
    }
}

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


/* ----- Корректирующие стили ----- */

.search-btn {
    line-height: unset;
}

/* ----- END Корректирующие стили ----- */


/* ------- Всплывающие окна ---------*/


.popup_start {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 15;
    background: rgba(0, 0, 0, 0.3);
    max-height: 100%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.popup_start.active {
    opacity: 1;
    visibility: visible;
}

.popup__wraper {
    width: 90%;
    position: relative;
    margin: 0 auto;
    padding: 30px 0;
}

.popup__wraper.center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.popup__body {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup.active .popup__body {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.popup__close {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    z-index: 3;
    top: -20px;
    right: -20px;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
    display: -ms-grid;
    display: grid;
    background: #000 url(../icon/close.svg) center no-repeat;
}

.close {
    display: none;
}

.popup_form .popup__wraper {
    max-width: 550px;
}

.popup_form .popup__body {
    padding: 60px 85px;
}

@media screen and (max-width: 576px) {
    .popup_full .popup__wraper {
        width: 100%;
        max-width: 100%;
        padding: 0;
        height: 100%;
        overflow: hidden;
    }

    .popup_full .popup__body {
        width: 100%;
        min-height: 100%;
        border-radius: 0;
        max-height: 100%;
        overflow: auto;
        padding: 70px 15px 60px 15px;
    }

    .popup_full .popup__close {
        display: none;
    }

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

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

.application__text {
    text-align: center;
}

.modal-form__item {
    margin-bottom: 35px;
}

.modal-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
}

.modal-form__col {
    width: 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
}

.modal-form__btn .btn {
    margin: 0 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal .inputbox {
    width: 100%;
    position: relative;
}

.modal .inputbox label {
    position: absolute;
    display: block;
    font-size: 16px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    top: 5px;
    pointer-events: none;
    left: 0;
}

.modal .inputbox.focus label {
    font-size: 12px;
    color: #999;
    top: -10px;
}

.modal .inputbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: none;
    display: block;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    height: 33px;
    padding: 0;
    border-radius: 0;
    background: #fff;
}

.modal .inputbox.error input {
    border-bottom: 1px solid #ff0000;
}

.modal .inputbox.error + .error-mess {
    display: block;
}

.error-mess {
    margin-top: 3px;
    font-family: "Montserrat", serif;
    font-weight: 300;
    font-size: 11px;
    color: #ff0000;
    line-height: 125%;
    display: none;
}

.btn-red {
    background: #ff0000;
    color: #ffffff;
    border-color: #ff0000;
}

.btn-red:hover {
    background: #e50000;
    border-color: #e50000;
}

.modal-form__btn .btn {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    width: 270px;
    border-radius: 50px;
    padding: 19px;
    font-family: "Montserrat", serif;
    line-height: 125%;
    text-align: center;
    border: unset;
    text-transform: unset;
    font-weight: normal;
    letter-spacing: unset;
}

.modal-form__btn .btn:hover {
    color: #ffffff;
}

@media screen and (max-width: 576px) {
    .modal-form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .modal-form__col {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 35px;
    }

    .modal-form__col:last-child {
        margin-bottom: 0;
    }
}

.popup__wraper.center-item {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ------- END Всплывающие окна ---------*/



/* ------- Новый календарь (выбор любой даты, нельзя отправить, пока не выбрано) ---------*/

.jq-selectbox__dropdown ul li:first-child {
  display: none;
}

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

/* ------- END Новый календарь (выбор любой даты, нельзя отправить, пока не выбрано) ---------*/




/* ------- Новый двойной календарь (вид МВ) ---------*/

@media (max-width: 560px) {
  .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;
  }
  .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;
  }

}

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

@keyframes slideDownOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}

/* ------- END Новый двойной календарь (вид МВ) ---------*/
