@media (max-width: 767px) {
  .wrap {
    padding: 0 10px;
  }

  h1 {
    font-weight: 600;
    font-size: 28px;
    line-height: 126.2%;
    text-align: center;
    text-transform: uppercase;
    color: #FFF4DF;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 22px;
  }

  .custom__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 21px;
  }
  .custom__title h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF4DF;
    text-shadow: 0px 0px 59px rgba(255, 244, 223, 0.5);
    margin-bottom: 10px;
  }
  .custom__title span {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
  }
  .custom__title span.darkness {
    display: none;
  }

  .btn {
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.06em;
    padding: 20px 30px;
  }

  main.main {
    background: url(../fonts/IwayWrPGZ8ca.svg) center 250vw no-repeat;
    background-size: 312vw;
    padding-top: 66px;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  main.main {
    background-position: center 253vw !important;
  }
}
@media (max-width: 767px) {
  .bigbanner-slider__bottom {
    height: 57px;
  }
  .bigbanner-slider__nav {
    height: 100%;
  }
  .bigbanner-slider__nav .slick-arrow {
    top: -1px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .bigbanner-item {
    background-image: none !important;
  }
  .bigbanner-item__mobilebg {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    padding: 0 20px;
	margin-top: 60px;
    padding-top: 20px;
  }
  .bigbanner-item__mobilebg:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#242424), to(rgba(36, 36, 36, 0.47)));
    background: linear-gradient(180deg, #242424 0%, rgba(36, 36, 36, 0.47) 100%);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    z-index: 5;
  }
  .bigbanner-item__inner {
    height: calc(100vh - 66px);
    padding-top: 0;
    position: relative;
    z-index: 10;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 26.5625vw;
  }
  .bigbanner-item__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .bigbanner-item__subtitle {
    display: none;
  }
  .bigbanner-item__desc {
    display: none;
  }
  .bigbanner-item__list dl {
    font-size: 12px;
    line-height: 14px;
  }
  .bigbanner-item__list dl dd {
    padding-left: 0;
  }
  .bigbanner-item__list dl dd:before {
    display: none;
  }
  .bigbanner-item__mobile-text {
    display: block;
    font-size: 12px;
    line-height: 14px;
  }
  .bigbanner-item__mobile-text p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
  }
  .bigbanner-item__mobile-text p:last-child {
    margin-bottom: 0;
  }
  .bigbanner-item__btns {
    margin-top: 20px;
    -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;
  }
  .bigbanner-item__btns .btn {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
    padding: 0px 15px;
    height: 43px;
    line-height: 43px;
    display: block;
    font-weight: 600;
    font-size: 9px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .bigbanner-item__btns .btn:last-child {
    margin-bottom: 0;
  }
  .bigbanner-item__btns .btn.btn-dark {
    height: 31px;
    line-height: 31px;
    border: 0;
    color: #FFF4DF !important;
    background: none !important;
  }
}
@media (max-width: 767px) {
  .about {
    margin: 50px 0 39px;
  }
  .about.about-style2 {
    margin-bottom: 60px;
  }
  .about__mobile-img {
    display: block;
    width: 67.1875%;
    margin: 0 auto 10px;
  }
  .about__mobile-img img {
    display: block;
    width: 100%;
  }
  .about__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__left {
    width: 100% !important;
    position: relative;
  }
  .about__right {
    display: none;
  }
  .about p {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 20px;
  }
  .about__items {
    padding: 0 11.71875vw;
    margin: 0;
  }
  .about__items.ai-style2 {
    padding: 0 10px;
  }
  .about__items.ai-style2 .about-item {
    padding: 10px 17px;
  }
  .about__items.ai-style2 .about-item__image {
    margin-bottom: 0;
  }
  .about__items.ai-style2 .about-item__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .about__items.ai-style2 .about-item__text strong {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .about .about-item {
    width: 100%;
    margin: 0 0 9px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 9px !important;
  }
  .about .about-item:last-child {
    margin-bottom: 0 !important;
  }
  .about .about-item__image {
    height: 40px;
    width: 40px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    margin: 0 26px 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about .about-item__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    margin: 0;
  }
  .about .about-item.about-item-fw {
    margin-top: 21px;
    background: none;
    text-align: center;
    padding: 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
  }
  .about .about-item.about-item-fw strong {
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .about-item {
    padding: 10px 17px;
  }
}
@media (max-width: 767px) {
  .tour {
    margin-top: 39px;
    margin-bottom: 60px;
  }
  .tour .wrap {
    padding: 0 10px;
  }
  .tour__title {
    padding: 19.64px 0 19.64px 24.5px;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
  }
  .tour__title strong {
    padding-right: 24.5px;
  }
  .tour__title span {
    font-size: 11px;
    padding: 0 16.5px;
    line-height: 15px;
    white-space: nowrap;
  }
  .tour__title span:before {
    top: -28px;
    bottom: -27px;
  }
  .tour__block {
    height: 437px;
  }
  .tour__image {
    height: 100%;
  }
  .tour__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .zones {
    position: relative;
    margin-top: -40px;
    margin-bottom: 60px;
  }
  .zones__slider {
    padding: 0;
  }
  .zones__slider .slick-list {
    padding: 0 20px !important;
  }
  .zones__slider .slick-slide {
    padding: 0;
    width: 87.5vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .zones__slider .slick-slide:not(.slick-current) {
    opacity: 0;
  }
  .zones__slider__nav {
    top: auto;
    bottom: 245px;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .zones__slider__nav {
    bottom: 217px;
  }
}
@media (max-width: 767px) {
  .zones__slider .slick-arrow {
    width: 41px;
    height: 115px;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #5A5A5A;
  }
  .zones__slider .slick-arrow svg {
    width: 15px !important;
    height: 30px !important;
  }
}
@media (max-width: 767px) {
  .zones__slider__prev {
    left: 0 !important;
    border-radius: 0 5px 5px 0;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .zones__slider__prev {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .zones__slider__next {
    right: 0;
    border-radius: 5px 0 0 5px;
  }
}
@media (max-width: 767px) {
  .zones.zones-style2 {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .zone-item {
    position: relative;
    padding: 40px 0 0;
  }
  .zone-item__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #FFF4DF;
    text-shadow: 0px 0px 59px rgba(255, 244, 223, 0.5);
    margin-bottom: 14px;
  }
  .zone-item__title.title-big {
    padding-bottom: 0;
  }
  .zone-item__desc {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 14px;
  }
  .zone-item__desc.desc-1line {
    height: auto;
    line-height: normal;
  }
  .zone-item__desc.desc-big {
    margin-bottom: 14px;
  }
  .zone-item__desc br {
    display: none;
  }
  .zone-item__schedule {
    margin: 14px 0;
  }
  .zone-item__tags {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    margin: 0 -23px 14px;
    padding-left: 18px;
    overflow: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: none;
  }
  .zone-item__trigger {
    display: block;
    margin-bottom: 14px;
  }
  .zone-item__trigger a {
    text-decoration: none;
    display: block;
    padding: 10px 0;
    font-family: "Benzin";
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFF4DF;
  }
  .zone-item__tag {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 10px 12px;
    font-size: 12px;
  }
  .zone-item__image {
    height: 100vw;
    position: relative;
  }
  .zone-item__image img {
    height: 100% !important;
    width: auto !important;
    max-width: none !important;
    background-size: cover !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .box-modal.modal-tags {
    width: 300px;
    position: relative;
    padding: 72px 20px 20px;
  }
  .box-modal.modal-tags .zone-item__tags {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: 0;
  }
  .box-modal.modal-tags .zone-item__tag {
    height: auto;
    width: 100% !important;
    margin: 0 0 10px;
    padding: 10px;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
  }
  .box-modal.modal-tags .zone-item__tag:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .f-cards {
    margin: 0 !important;
    padding: 0 0 60px !important;
    background: url(../images/geCoPGeaqEmr.png) center -3vw no-repeat #343434;
    background-size: 100% auto;
  }
  .f-cards .custom__title {
    padding-top: 0;
    text-shadow: none !important;
    margin-bottom: 21px;
  }
  .f-cards .custom__title h2 {
    text-shadow: none !important;
  }
  .f-cards .slick-slide {
    padding: 0 10px;
  }
  .f-cards__slider__nav .slick-arrow {
    margin: 0 2.5px;
  }
}
@media (max-width: 767px) {
  .f-card {
    padding: 26px 20px 25px;
    width: calc(100vw - 20px) !important;
  }
  .f-card__type {
    display: none;
  }
  .f-card__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFF4DF;
    text-shadow: 0px 0px 30px rgba(255, 244, 223, 0.5);
    margin-bottom: 20px;
  }
  .f-card__title.title__sm {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFF4DF;
    text-shadow: 0px 0px 30px rgba(255, 244, 223, 0.5);
    margin-bottom: 20px;
  }
  .f-card__list {
    margin-bottom: 20px;
  }
  .f-card__list ul li {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    padding-left: 26.47px;
    margin-bottom: 10px;
  }
  .f-card__list ul li:before {
    width: 16.47px;
    height: 9.5px;
    background-size: contain;
  }
  .f-card .button .btn {
    width: 100%;
    padding: 0;
    height: 55px;
    line-height: 55px;
    text-align: center;
    max-width: none;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.06em;
  }
  .f-card .button.btn-style2 .btn {
    width: 100%;
    padding: 0;
    height: 55px;
    line-height: 55px;
    text-align: center;
    max-width: none;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.06em;
  }
}
@media (max-width: 767px) {
  .feedback {
    padding: 0;
  }
  .feedback__form {
    width: 100%;
  }
  .feedback__form .form {
    width: 100%;
    padding: 40px 10px;
  }
  .feedback__form .form__title {
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF4DF;
    text-shadow: 0px 0px 59px rgba(255, 244, 223, 0.5);
    margin-bottom: 10px;
  }
  .feedback__form .form__caption {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    margin-bottom: 34px;
    padding: 0;
    width: 100%;
  }
  .feedback__form label {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .feedback__image {
    display: none;
  }
  .feedback form {
    padding: 0 10px;
  }
  .feedback .radio__field label {
    height: 47px;
  }
}
@media (max-width: 767px) {
  .trainers {
    padding: 60px 0;
  }
  .trainers .wrap {
    padding: 0 30px;
  }
  .trainers__inner {
    display: block;
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
  }
  .trainers__nav {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-top: 20px;
  }
  .trainers .trainer__item {
    margin: 0;
    display: block !important;
  }
  .trainers .slick-arrow {
    width: 41px;
    height: 63px;
    margin: 0 2.5px !important;
    background: #5A5A5A;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .trainers .slick-arrow svg {
    width: 15px !important;
    height: 30px !important;
  }
  .trainers .slick-arrow.slick-prev {
    border-radius: 5px 0 0 5px;
  }
  .trainers .slick-arrow.slick-next {
    border-radius: 0 5px 5px 0;
  }
  .trainers .darkness-mobile {
    display: block;
    margin-top: 10px;
  }
  .trainers .darkness-mobile a {
    font-family: "Benzin";
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #5A5A5A;
  }
}
@media (max-width: 767px) {
  .trainer__title {
    font-size: 16px !important;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFF4DF;
    padding: 30px 25px 26px !important;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 40px 40px 20px;
  }
  .footer .wrap {
    padding: 0;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__block {
    padding: 0;
    margin-bottom: 50px;
  }
  .footer__block:last-child {
    margin-bottom: 0;
  }
  .footer__field {
    margin-bottom: 20px;
  }
  .footer__title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
  }
  .footer__lrg {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 4px;
  }
  .footer__caption {
    font-size: 13px;
    line-height: 15px;
    color: #ABABAB;
    text-transform: uppercase;
  }
  .footer__caption__sm__m {
    font-size: 13px;
    line-height: 15px;
    color: #ABABAB;
  }
  .footer__md:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .arcticmodal-container_i2 {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .box-modal {
    padding: 40px 20px 30px;
    width: 100%;
    max-width: 100%;
  }
  .box-modal.modal-card {
    width: 100%;
  }
  .box-modal.modal-card .f-card {
    padding: 60px 20px 35px;
  }
}