@media (max-width: 1023px) {
  body {
    background: #393939;
  }

  h1,
h2 {
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
  }

  h1 {
    font-size: 28px;
    line-height: 42px;
  }
  h1.title-sm {
    font-weight: 600;
    font-size: 23px;
    line-height: 126.2%;
  }

  h2 {
    font-size: 28px;
  }

  .test-mobile {
    display: block;
    text-align: center;
    padding: 50px;
    background: #292929;
  }
  .test-mobile__title {
    font-family: "Benzin";
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
  }
  .test-mobile__caption {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
  }
  .test-mobile__btsn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
  }

  .header {
    display: none;
  }

  .about,
.tour,
.zones,
.f-cards {
    margin: 70px 0;
  }

  .about p {
    font-size: 20px;
  }
  .about__left {
    width: 101.551724% !important;
  }
  .about__image {
    margin-top: 0;
  }

  .zones__slider__prev {
    left: 20px;
  }
  .zones__slider__next {
    right: 20px;
  }

  .zone-item__tags.tags-fix-w .zone-item__tag {
    padding-left: 15px;
    padding-right: 15px;
  }
  .zone-item__tag {
    width: auto !important;
  }

  .f-cards {
    background-position: center -43vw;
    background-color: #343434;
    margin-top: -70px !important;
    padding-top: 70px !important;
    margin-bottom: -70px !important;
    padding-bottom: 70px !important;
    position: relative;
  }
  .f-cards .custom__title {
    padding-top: 20px;
    position: relative;
  }
  .f-cards__slider__nav {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    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;
    height: 63px;
    margin-top: 10px;
  }
  .f-cards__slider__nav .slick-arrow {
    height: 100%;
    width: 41px;
    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;
    left: auto !important;
    right: auto !important;
    position: relative;
    background: #5A5A5A;
    margin: 0 5px;
  }
  .f-cards__slider__nav .slick-arrow svg {
    width: 15px !important;
    height: 30px !important;
  }
  .f-cards__slider__nav .slick-arrow.slick-prev {
    border-radius: 5px 0 0 5px;
  }
  .f-cards__slider__nav .slick-arrow.slick-next {
    border-radius: 0 5px 5px 0;
  }

  .trainers__inner {
    margin-right: -15px;
  }
  .trainers .trainer__item {
    width: calc(25% - 15px);
    margin-right: 15px;
  }

  .trainer__title {
    font-size: 12px !important;
    padding: 10px !important;
  }
  .trainer__title a {
    font-size: 12px !important;
    padding: 10px !important;
  }

  .feedback {
    padding: 70px 0;
  }
  .feedback .form {
    padding: 30px;
    width: 50%;
  }
  .feedback .form__title {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (max-width: 1023px) and (min-width: 767px) and (max-width: 1023) {
  .feedback .form__caption br {
    display: none;
  }
}
@media (max-width: 1023px) {
  .form__title {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (max-width: 1023px) {
  .footer__title {
    font-size: 16px;
  }
  .footer__lrg {
    font-size: 16px;
  }
  .footer__md {
    font-size: 14px;
  }
}