:root {
  --color-bg: #1e1e1e;
  --nav-height: 60px;
  --color-bg-nav-link: #383838;
  --color-nav-link: white;
  --color-light: white;
  --color-primary: #ee0d21;
  --color-primary-dark: #b80414;
  --text-dark: #888;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: var(--color-bg);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
}

.nav {
  background-color: var(--color-bg);
  margin-top: 0;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  background-color: var(--color-bg-nav-link);
  color: var(--color-nav-link);
  border-radius: 20px;
  margin: 10px;
  padding: 10px 40px;
  font-size: 1rem;
  transition: color .3s, background-color .3s;
}

.nav-link:hover {
  background-color: var(--color-light);
  color: var(--color-bg);
}

.nav-link.nav-link-primary {
  background-color: var(--color-primary);
  transition: background-color .3s;
}

.nav-link.nav-link-primary:hover {
  background-color: var(--color-primary-dark);
}

.nav-link.nav-link-primary.nav-link-last {
  margin-right: 0;
}

.block-link {
  display: block;
}

.block-link.link.link-phone-nav {
  text-decoration: none;
}

.block-link.link.contacts-link {
  font-size: 3rem;
  line-height: 1;
  text-decoration: none;
}

.block-link.link-info {
  color: var(--text-dark);
}

.nav-link-block {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 1rem;
  line-height: 1.1rem;
  display: inline-block;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.container.container-hero {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(0deg, #000000a6, #fff0), url('../images/hero-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 680px;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container.container-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-items: stretch;
  padding-top: 0;
  display: block;
}

.container.container-howto {
  background-image: linear-gradient(#00000080, #00000080), url('../images/howto-bg.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: flex-end;
  padding-top: 40px;
  display: flex;
}

.container.container-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.header {
  -webkit-text-fill-color: transparent;
  background-color: gold;
  background-image: linear-gradient(135deg, #fdb068, #ecad70 17%, #f7c38d 36%, #f8e2be 52%, #f9dbb2 68%, #fcc386 84%, #feb066);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 80%;
  font-size: 4.66rem;
  font-weight: 700;
  line-height: 1;
}

.subtitle {
  color: #fff;
  align-items: center;
  font-size: 2rem;
  line-height: 1;
  display: flex;
}

.div-block {
  max-width: 55%;
  margin-right: auto;
}

.btn {
  background-color: var(--color-bg);
  border-radius: 40px;
  padding: 10px 20px;
  font-size: 1rem;
  transition: background-color .3s;
}

.btn.btn-primary {
  background-color: var(--color-primary);
}

.btn.btn-primary.btn-big {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.46rem;
}

.btn.btn-primary.btn-big:hover {
  background-color: var(--color-primary-dark);
}

.hero-blocks {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 2.66rem;
  font-size: 1.33rem;
  line-height: 1.1;
  display: flex;
}

.hero-block {
  max-width: 25%;
}

.services-conds {
  text-align: right;
  margin-right: auto;
}

.services {
  color: #fff;
}

.info-block {
  border-radius: 20px;
  width: 340px;
  height: 340px;
  padding: 20px;
}

.info-block.info-block-red {
  background-color: var(--color-primary);
  color: #fff;
}

.info-block.info-block-white {
  color: #000;
  background-color: #fff;
}

.info-block.info-block-black {
  border: 1px solid var(--color-bg-nav-link);
  background-color: #1e1e1eba;
}

.info-blocks {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  background-image: url('../images/case.png');
  background-position: 90% 100%;
  background-repeat: no-repeat;
  background-size: auto 60%;
  flex-flow: wrap;
  justify-content: flex-start;
  display: block;
}

.section-header {
  align-items: flex-start;
  padding-top: 2.66rem;
  padding-bottom: 2.66rem;
  display: flex;
}

.section-header-h {
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.section-header-text {
  color: #fff;
  width: 60%;
  font-size: 2.66rem;
  line-height: 1;
}

.red-dot {
  color: var(--color-primary);
  padding-right: 10px;
  font-size: 1rem;
  line-height: 1;
}

.info-block-icon {
  max-height: 64px;
}

.info-block-title {
  margin-bottom: 10px;
  padding-bottom: 1rem;
  font-size: 1.73rem;
  line-height: 1;
}

.info-block-title.info-block-title-red {
  border-bottom: 1px solid var(--color-light);
  font-weight: 400;
}

.info-block-title.info-block-title-white {
  border-bottom: 1px solid #000;
  font-weight: 400;
}

.info-block-body {
  word-break: normal;
  font-size: 1.2rem;
  line-height: 1.1;
}

.tours {
  line-height: 1;
}

.h2-section {
  color: #fff;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.section-header-block {
  border: 1px solid var(--color-bg-nav-link);
  border-radius: 20px;
  align-items: center;
  padding: 10px 40px 10px 20px;
  display: flex;
}

.janket-tours.mobile {
  display: none;
}

.tour {
  justify-content: space-between;
  align-items: stretch;
  min-height: 600px;
  padding-bottom: 40px;
  display: flex;
}

.tour-info {
  border: 1px solid var(--color-bg-nav-link);
  color: #fff;
  border-radius: 20px;
  width: 48%;
  padding: 40px 20px;
}

.tour-slider {
  background-color: #0000;
  width: 48%;
  height: 600px;
}

.tour-title {
  padding-bottom: 20px;
}

.tour-blocks {
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.tour-block {
  border: 1px #000;
  width: 45%;
}

.tour-footer {
  background-color: var(--color-primary);
  text-align: center;
  border-radius: 20px;
  margin-top: 40px;
  padding: 10px;
  font-size: 1.2rem;
  line-height: 1;
}

.h3-tour {
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 40px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.tour-block-title {
  margin-bottom: 10px;
  font-size: 1rem;
}

.tour-block-text {
  font-size: .8rem;
  line-height: 1.1;
}

.tour-block-text.tour-block-text--sm {
  color: var(--text-dark);
  margin-bottom: 10px;
  font-size: .6rem;
}

.slide-nav {
  display: none;
}

.icon {
  margin: 300px 20px;
}

.left-arrow {
  padding-top: 0;
}

.mask {
  border-radius: 20px;
}

.tour-block-comment {
  padding-top: 10px;
  font-size: .7rem;
}

.sl1-1 {
  background-image: url('../images/sl1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl1-2 {
  background-image: url('../images/sl1-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl1-3 {
  background-image: url('../images/sl1-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl1-4 {
  background-image: url('../images/sl1-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl1-5 {
  background-image: url('../images/sl1-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl1-6 {
  background-image: url('../images/sl1-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl1-7 {
  background-image: url('../images/sl1-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl2-2 {
  background-image: url('../images/sl2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl2-3 {
  background-image: url('../images/sl2-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl2-4 {
  background-image: url('../images/sl2-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl2-5 {
  background-image: url('../images/sl2-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl2-6 {
  background-image: url('../images/sl2-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl2-7 {
  background-image: url('../images/sl2-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl3-1 {
  background-image: url('../images/sl1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl3-2 {
  background-image: url('../images/sl2-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl3-3 {
  background-image: url('../images/sl3-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl3-4 {
  background-image: url('../images/sl3-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl3-5 {
  background-image: url('../images/sl3-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl3-6 {
  background-image: url('../images/sl3-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl3-7 {
  background-image: url('../images/sl3-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl4-1 {
  background-image: url('../images/sl4-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl4-2 {
  background-image: url('../images/sl4-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl4-3 {
  background-image: url('../images/sl4-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl4-4 {
  background-image: url('../images/sl4-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl4-5 {
  background-image: url('../images/sl5-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl4-6 {
  background-image: url('../images/sl4-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl4-7 {
  background-image: url('../images/sl4-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl5-1 {
  background-image: url('../images/sl5-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl5-2 {
  background-image: url('../images/sl2-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl5-3 {
  background-image: url('../images/sl4-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl5-4 {
  background-image: url('../images/sl3-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl5-5 {
  background-image: url('../images/sl2-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl5-6 {
  background-image: url('../images/sl5-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl5-7 {
  background-image: url('../images/sl5-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.howto {
  position: static;
}

.howto-info {
  color: #fff;
  width: 66%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
}

._2-howto {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.66rem;
  line-height: 1;
}

.howto-text {
  font-size: 1.33rem;
  line-height: 1;
}

.howto-action {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: wrap;
  justify-content: space-around;
  font-size: 2.53rem;
  line-height: 1;
  display: block;
}

.footer-info.mobile {
  display: none;
}

.footer-logos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  opacity: .6;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.img-logo {
  max-height: 60px;
}

.footer-block {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-block.copyright {
  color: var(--text-dark);
  font-size: .66rem;
}

.footer-block.socials {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  display: flex;
}

.foter-block-title {
  margin-bottom: 20px;
}

.footer-block-body {
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  display: block;
}

.link {
  color: #fff;
}

.div-block-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.foter-info-row {
  margin-bottom: 40px;
  display: flex;
}

.img-soc {
  display: block;
}

.nav-menu {
  justify-content: space-between;
  display: block;
}

.arrow-red {
  color: var(--color-primary);
}

.info-blocks-frame {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: flex-start;
  max-width: 80%;
  display: flex;
}

.wrapper-plane {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  inset: 0%;
}

.plane {
  background-image: url('../images/plane.png');
  background-position: 10% -50px;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.wrapper {
  justify-content: flex-end;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.conditions__date {
  color: var(--color-light);
  font-size: .7rem;
  line-height: 1.2;
}

.tour-block-price {
  background-color: var(--color-light);
  color: var(--color-primary);
  border-radius: 20px;
  margin-top: 10px;
  padding: 10px 15px;
  font-size: .7rem;
  font-weight: 500;
}

.tour-footer-info {
  font-size: .8rem;
}

.services-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 20px;
  display: flex;
}

.services-content__num {
  width: auto;
  min-width: 1.5rem;
  font-size: 1rem;
}

.services-content__title {
  width: auto;
  font-size: 1.2rem;
}

.services-content__text {
  width: 70%;
}

.services-nt {
  width: 30%;
  display: flex;
}

.list {
  padding-left: 20px;
}

.footer-legal-text {
  margin-bottom: 10px;
  font-size: .71rem;
}

.image-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: .74rem;
  display: flex;
}

.legal-content {
  justify-content: center;
  display: flex;
}

.cond-content {
  color: var(--color-light);
}

.services-content__info {
  font-size: .74rem;
}

.mt-1 {
  margin-top: 1rem;
}

.contacts-wrapper {
  border: 1px solid var(--color-bg-nav-link);
  border-radius: 20px;
  justify-content: space-between;
  padding: 60px 40px;
  display: flex;
}

.contacts-block {
  color: var(--color-light);
  max-width: 50%;
}

.contacts-title {
  font-size: 3.333rem;
  line-height: 1;
}

.contacts-text {
  min-height: 3rem;
  margin-bottom: 10px;
  display: block;
}

.mt-1-mob {
  margin-top: 0;
}

.text-block {
  margin-bottom: 10px;
}

@media screen and (min-width: 1280px) {
  .link.fotter-legal-link {
    font-size: .74rem;
  }

  .info-blocks-frame {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    max-width: 60%;
  }

  .image-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .legal-content {
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .nav {
    height: 60px;
  }

  .block-link.link.contacts-link {
    font-size: 1.5rem;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.container-howto {
    background-image: none;
    display: block;
  }

  .header {
    max-width: 70%;
    font-size: 3rem;
  }

  .div-block {
    font-size: 1.7rem;
  }

  .hero-block {
    max-width: 30%;
    font-size: 1rem;
  }

  .info-blocks {
    background-size: auto 50%;
  }

  .section-header-h {
    width: 50%;
  }

  .section-header-text {
    font-size: 1.7rem;
  }

  .janket-tours {
    display: block;
  }

  .janket-tours.mobile {
    display: none;
  }

  .tour {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .tour-info {
    width: 100%;
  }

  .tour-slider {
    width: 100%;
    height: 300px;
  }

  .icon {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .howto-info {
    padding-top: 66px;
  }

  .logo {
    max-width: 90%;
  }

  .slide-nav-2 {
    display: none;
  }

  .slider {
    background-color: #0000;
    height: 100vh;
  }

  .info-blocks-frame {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    max-width: 100%;
  }

  .plane {
    background-position: 0 -50px;
  }

  .wrapper {
    background-image: linear-gradient(#00000080, #00000080), url('../images/howto-bg.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 20px;
  }

  .services-content__num {
    width: auto;
  }

  .services-nt {
    width: 45%;
  }

  .contacts-text {
    min-height: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .container.container-hero {
    min-height: calc(100vh - var(--nav-height));
    background-image: linear-gradient(83deg, #000, #fff0), url('../images/hero-opera-m.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: flex-end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.container-howto {
    align-items: baseline;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    max-width: 100%;
    font-size: 2.13rem;
  }

  .subtitle {
    flex-flow: wrap;
  }

  .div-block {
    width: 100%;
    font-size: 1rem;
  }

  .btn.btn-primary.btn-big {
    font-size: 1rem;
  }

  .hero-block {
    max-width: 33%;
    font-size: .66rem;
  }

  .services-conds {
    width: 100%;
    margin-top: 20px;
  }

  .info-blocks {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    aspect-ratio: auto;
    background-size: auto 80%;
    flex-flow: wrap;
    align-items: stretch;
    display: flex;
    position: sticky;
    top: 0;
  }

  .section-header {
    flex-flow: column;
    height: 220px;
    position: static;
    top: 0;
  }

  .section-header.section-header--thin {
    height: auto;
  }

  .section-header-h {
    width: 80%;
  }

  .section-header-text {
    margin-top: 20px;
    font-size: 1.2rem;
  }

  .janket-tours {
    display: none;
  }

  .janket-tours.mobile {
    display: block;
    position: relative;
  }

  .tour {
    flex-flow: wrap;
    padding-bottom: 0;
  }

  .tour-slider {
    height: 200px;
  }

  .tour-title {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    font-size: .9rem;
    display: flex;
  }

  .h3-tour {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .tour-block-title {
    margin-bottom: 10px;
  }

  .icon {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .sl3-5 {
    background-image: url('../images/sl3-5.png');
  }

  .howto-info {
    width: 100%;
    padding-top: 80px;
  }

  ._2-howto {
    font-size: 1.33rem;
  }

  .howto-text {
    font-size: .8rem;
  }

  .footer-info {
    display: none;
  }

  .footer-info.mobile {
    display: block;
  }

  .footer-logos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-block {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-block.copyright {
    color: var(--text-dark);
  }

  .footer-block-body.mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .nav-menu {
    background-color: var(--color-bg);
  }

  .logo {
    max-width: 80%;
  }

  .slider {
    height: auto;
  }

  .left-arrow-2 {
    width: 40px;
    height: 40px;
    inset: -60px 80px auto auto;
  }

  .icon-2 {
    inset: 0% 0% auto auto;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    inset: -60px 0% auto auto;
  }

  .body-2 {
    color: var(--color-primary);
  }

  .info-blocks-cam {
    width: 100%;
    display: block;
    position: static;
    top: 0;
    overflow: auto;
  }

  .info-blocks-frame {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 1400px;
    max-width: none;
    height: 350px;
    display: flex;
    overflow: visible;
  }

  .plane {
    background-size: 80%;
  }

  .wrapper {
    background-image: linear-gradient(#0006, #0006), url('../images/howto-bg-m.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 0;
  }

  .services-content {
    border-bottom-style: none;
    border-bottom-color: #000;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .services-content.services-content-first {
    border-bottom: 1px solid var(--color-light);
    padding-bottom: 20px;
  }

  .services-content__num {
    width: auto;
    padding-right: 10px;
  }

  .services-content__title {
    width: auto;
  }

  .services-content__text {
    width: auto;
    margin-bottom: 0;
    padding-left: 1.5rem;
  }

  .services-nt {
    width: auto;
  }

  .tour-price-m {
    border: 1px solid var(--color-primary);
    text-align: center;
    border-radius: 20px;
    width: 50%;
    padding: 5px 10px;
  }

  .tour-price-m__price {
    font-size: 1em;
  }

  .tour-price-m__info {
    font-size: .7em;
  }

  .footer-legal-text {
    color: var(--color-light);
  }

  .contacts-wrapper {
    flex-flow: column;
    padding: 40px 20px;
  }

  .contacts-block {
    max-width: 100%;
  }

  .contacts-text {
    min-height: auto;
  }

  .mt-1-mob {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    height: var(--nav-height);
  }

  .nav-wrapper {
    justify-content: space-between;
  }

  .block-link.link.contacts-link {
    font-size: 1.3rem;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.container-hero {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero-bg.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.container-info {
    height: 200vh;
  }

  .container.container-howto {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header {
    max-width: 100%;
    font-size: 2.13rem;
  }

  .btn.btn-primary {
    text-align: center;
  }

  .info-block {
    width: 260px;
  }

  .info-blocks {
    background-size: auto 80%;
    align-items: center;
    height: 100vh;
  }

  .section-header {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .section-header-h {
    width: auto;
    margin-bottom: 20px;
  }

  .section-header-text {
    width: 100%;
  }

  .info-block-title {
    font-size: 1.3rem;
  }

  .info-block-body {
    overflow-wrap: anywhere;
    font-size: 1.1rem;
  }

  .tour {
    padding-bottom: 0;
  }

  .tour-title {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    font-size: .9rem;
    display: flex;
  }

  .tour-blocks {
    grid-row-gap: 10px;
  }

  .tour-block {
    width: 100%;
  }

  .h3-tour {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
    display: flex;
  }

  .tour-block-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .howto-info {
    z-index: 2;
    position: relative;
  }

  .footer-logos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-block {
    padding-left: 0;
    padding-right: 0;
  }

  .foter-block-title {
    font-size: 2rem;
  }

  .link.fotter-legal-link {
    font-size: .74rem;
  }

  .foter-info-row {
    display: block;
  }

  .logo {
    max-width: 50%;
  }

  .slider {
    margin-top: 9px;
  }

  .left-arrow-2.arrow-red, .right-arrow.arrow-red {
    top: -50px;
  }

  .info-blocks-cam {
    overflow: hidden;
  }

  .info-blocks-frame {
    width: 1070px;
    max-width: none;
    overflow: visible;
  }

  .wrapper-plane {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .plane {
    pointer-events: none;
    background-position: 0 0;
    background-size: contain;
  }

  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-4 {
    padding-top: 20px;
  }

  .brand {
    padding-left: 0;
  }

  .menu-button {
    padding-right: 18px;
  }

  .tour-price-m {
    border: 1px solid var(--color-primary);
    text-align: center;
    border-radius: 20px;
    width: 50%;
    padding: 10px;
  }

  .tour-price-m__price {
    font-size: 1em;
  }

  .tour-price-m__info {
    font-size: .6rem;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}