:root {
  --light: #faf8f4;
  --font-main: Montserrat, sans-serif;
  --d-green: #14281c;
  --golden: #be8c29;
  --dark: #3a443e;
  --headline-font: Benzin, Verdana, sans-serif;
  --gray: #c7c4c0;
  --yellow: #ebe3d4;
  --green: #153421;
}

::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: var(--light); /* or add it to the track */
}

textarea{
  resize: none;
  width: 100% !important;
  height: 100px !important;
}

/* Add a thumb */
::-webkit-scrollbar-thumb {
  background: var(--golden);
}
a{
  text-decoration: none;
}

.body {
  background-color: var(--light);
  font-family: var(--font-main);
  color: var(--d-green);
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

.page-wrapper {
  flex-flow: column;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo {
  width: 187px;
}

.logo.logo-f {
  width: 300px;
}

.nav-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar {
  width: 100%;
  display: block;
}

.header {
  z-index: 11;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.contain {
  width: 90%;
  max-width: 1280px;
  height: 100%;
}

.contain.light-bg {
  background-color: var(--light);
}

.contain.footer-contain {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contain.b2b-wr {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.contain.slid-contain {
  padding-left: 0;
  overflow: visible;
}

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

.links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
}

.head-link {
  color: var(--d-green);
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

.head-link.light-text {
  color: var(--light);
  font-size: 16px;
  font-weight: 600;
}

.btn {
  color: var(--light);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  display: flex;
}

.btn.primary-btn {
  background-color: var(--golden);
  text-align: center;
  cursor: pointer;
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.btn.outlined-btn {
  border: 1px solid var(--light);
  cursor: pointer;
  background-color: #0000004d;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.btn.outlined-btn.header-btn.blur {
  background-color: #0000001a;
}

.hero {
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  padding-bottom: 100px;
  padding-left: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.h1 {
  color: var(--dark);
  letter-spacing: -3px;
  text-transform: uppercase;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 54px;
  position: relative;
}

.h1.light-text {
  font-family: var(--headline-font);
  color: var(--light);
  letter-spacing: 0;
  font-size: 42px;
  line-height: 46px;
}

.h1.light-text.text-c {
  font-family: var(--headline-font);
  letter-spacing: 0;
  font-size: 42px;
}

.h1.center {
  text-align: center;
}

.h1.center._10w {
  color: var(--dark);
  width: 70%;
}

.background-video {
  z-index: -2;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.dark-div {
  z-index: -1;
  background-color: #0000;
  background-image: linear-gradient(190deg, #0000004d, #0000001a 17%, #0003 64%, #00000080 90%);
  display: block;
  position: absolute;
  inset: 0%;
}

.dark-div.ind {
  z-index: 2;
  background-color: #00000042;
  background-image: linear-gradient(#0000, #0009);
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.logo-link {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  overflow: clip;
}

.logo-link.logo-f {
  height: 80px;
  display: none;
}

.main-headline {
  background-image: url('../images/Group-6-min.png');
  background-position: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.blocks-wrap {
  background-color: var(--light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.headline {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.paragraph {
  color: var(--d-green);
  z-index: 1;
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
}

.paragraph._70w {
  width: 70%;
}

.paragraph._70w.center {
  text-align: center;
}

.paragraph.light-tetx {
  color: var(--light);
  text-decoration: none;
}

.paragraph.light-tetx._w-60 {
  width: 60%;
}

.paragraph.light-tetx.display {
  font-size: 22px;
}

.paragraph.gray {
  color: var(--gray);
}

.golden {
  color: var(--golden);
}

.golden.italic {
  font-family: var(--headline-font);
  font-style: italic;
  font-weight: 300;
}

.naprvl {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  z-index: 1;
  flex-flow: column;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.nap-blocks {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  display: flex;
  position: relative;
}

.nap-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--yellow);
  flex-flow: column;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 40vh;
}

.img.img-1 {
  background-image: url('../images/6023703027644481490_11zon.webp');
  background-position: 50% 60%;
  background-size: cover;
}

.img.img-2 {
  background-image: url('../images/593818564_11zon.webp');
  background-position: 50% 70%;
  background-size: cover;
}

.img.img-3 {
  background-image: url('../images/communication-concept_11zon.webp');
  background-position: 50%;
  background-size: cover;
}

.nap-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.h3 {
  font-family: var(--headline-font);
  color: var(--dark);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.h3._w-60 {
  width: auto;
}

.h3.golden {
  color: var(--golden);
  text-decoration: none;
}

.h3.center {
  text-align: center;
}

.link-all {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  pointer-events: none;
  cursor: default;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.h2 {
  font-family: var(--headline-font);
  color: var(--golden);
  text-transform: uppercase;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.h2._w-60 {
  width: auto;
}

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

.h2.light-text.text-c {
  text-align: center;
}

.link-warp {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-warp.link-c {
  pointer-events: none;
  cursor: default;
  justify-content: center;
  align-items: center;
}

.link-warp.link-l {
  pointer-events: none;
  cursor: default;
  justify-content: flex-start;
  align-items: center;
}

.tours {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.rours-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
  position: relative;
}

.tour-img {
  width: 100%;
  height: 70vh;
}

.tour-img.img-1 {
  background-image: url('../images/3811.jpg');
  background-position: 50%;
  background-size: cover;
}

.tour-img.img-2 {
  background-image: url('../images/2151690208.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.tour-img.img-3 {
  background-image: url('../images/1180.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.tour-img.img-4 {
  background-image: url('../images/951.jpg');
  background-position: 50%;
  background-size: cover;
}

.tours-col {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.tour-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--light);
  flex-flow: column;
  width: 50%;
  max-width: 530px;
  padding: 40px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.tour-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.tour-wrap.txt-top {
  inset: 0% 0% auto;
}

.experts {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  z-index: 2;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.exp-images {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  height: 60vh;
  display: flex;
}

.experts-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 40.9509%;
  display: flex;
}

.exp-img {
  width: 100%;
  height: 100%;
}

.exp-img.exp-1 {
  background-image: url('../images/IMG_2680_11zon.webp');
  background-position: 0 0;
  background-size: cover;
}

.exp-img.exp-2 {
  background-image: url('../images/IMG_2683_11zon.webp');
  background-position: 0 0;
  background-size: cover;
  position: static;
}

.b2b {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.background-video-2 {
  z-index: 1;
  height: 80vh;
  position: absolute;
  inset: 0%;
}

.vid-wrap {
  height: 80vh;
  position: relative;
}

.b2b-text {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.gallery {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.gall-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.row-1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.gal-img.gal-img1 {
  background-image: url('../images/babd0627ef78de280e644fe1fdb81596_11zon.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 80vh;
}

.col-1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.gal-img-2 {
  background-image: url('../images/Machu-Picchu_11zon.webp');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
}

.div-block {
  display: block;
}

.gal-img-3 {
  background-image: url('../images/19953_11zon-1.webp');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
}

.full-w-img {
  background-image: url('../images/very-beautiful-landscape-peru-travel-latin-america-min.jpg');
  background-position: 0%;
  background-size: cover;
  height: 60vh;
}

.row-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.gal-img-4 {
  background-image: url('../images/closeup-shot-cute-white-llama-with-ocean-mountains-sunrise_11zon.webp');
  background-position: 0 0;
  background-size: cover;
  width: 40%;
  height: 40vh;
}

.gal-img-5 {
  background-image: url('../images/1845_11zon-1.webp');
  background-position: 0 0;
  background-size: cover;
  width: 60%;
  height: 40vh;
}

.footer {
  background-image: linear-gradient(#000000bf, #000000bf);
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.image {
  opacity: .6;
  z-index: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 15%;
  left: -13.75px;
  overflow: visible;
}

.image-2 {
  opacity: .5;
  z-index: 0;
  position: absolute;
  inset: auto auto -38% -50%;
}

.image-2.top {
  opacity: .5;
  inset: -46% -49% auto auto;
}

.italic {
  font-style: normal;
  font-weight: 400;
  text-decoration-style: solid;
}

.footer-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.contact-form-modal {
  clear: none;
  opacity: 1;
  background-color: #0006;
  border-radius: 40px;
  width: 45%;
  padding: 60px;
}

.f-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-links {
  border-top: 1px solid var(--light);
  border-bottom: 0px none var(--light);
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.f-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.f-socials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.h2-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.form-block {
  width: 100%;
  height: 100%;
}

.field-label {
  color: var(--light);
  margin-bottom: 0;
  padding-left: 10px;
  line-height: 21px;
}

.text-field {
  border: 1px solid var(--light);
  color: var(--light);
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 10px 30px;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-4 {
  background-color: var(--yellow);
  width: 100%;
  height: 120%;
  position: absolute;
  inset: auto 0% 0%;
}

.tour-slider {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  display: flex;
  overflow: hidden;
}

.ind-tours {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.slider-headline {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-btns {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: static;
}

.swiper-button-prev, .swiper-button-next {
  width: auto;
  height: auto;
}

.swiper {
  z-index: 1;
  width: 100%;
  height: 50vh;
  padding-right: 0;
}

.swiper-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-right: 0;
  display: flex;
}

.swiper-wrapper.wpar-b2b {
  height: 60vh;
}

.swiper-slide {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.swiper-slide.end {
  background-image: none;
  width: 20%;
  height: 50vh;
}

.swiper-slide.slide-1 {
  background-image: url('../images/1042.jpg');
  background-position: 50%;
  background-size: cover;
  width: 20%;
  height: 50vh;
}

.swiper-slide.slide-2 {
  background-image: url('../images/1071.jpg');
  background-position: 50%;
  background-size: cover;
  width: 20%;
}

.swiper-slide.slide-3 {
  background-image: url('../images/42.jpg');
  background-position: 50%;
  background-size: cover;
  width: 20%;
}

.swiper-slide.slide-4 {
  background-image: url('../images/6.jpg');
  background-position: 50%;
  background-size: cover;
  width: 20%;
}

.swiper-slide.slide-5 {
  background-image: url('../images/18116218.jpg');
  background-position: 50%;
  background-size: cover;
  width: 20%;
}

.swiper-slide.slide-6 {
  background-image: url('../images/737.jpg');
  background-position: 20%;
  background-size: cover;
  width: 20%;
  position: static;
}

.swiper-slide.slide-7 {
  background-image: url('../images/27967006.jpg');
  background-position: 50%;
  background-size: cover;
  width: 20%;
}

.swiper-slide.sw-b2b {
  background-color: var(--yellow);
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.swiper-slide.sw-b2b.swb2b-1 {
  background-image: linear-gradient(#0000, #000000c2 90%), url('../images/111.jpg');
  background-position: 0 0, 20% 0;
  background-size: auto, cover;
  position: static;
}

.swiper-slide.sw-b2b.swb2b-2 {
  background-image: linear-gradient(#0000, #000000bf 82%), url('../images/1707.jpg');
  background-position: 0 0, 70%;
  background-size: auto, cover;
}

.swiper-slide.sw-b2b.swb2b-3 {
  background-image: linear-gradient(#0000, #000000bd 84%), url('../images/11878826.jpg');
  background-position: 0 0, 20%;
  background-size: auto, cover;
}

.swiper-slide.sw-b2b.swb2b-4 {
  background-image: linear-gradient(#0000, #000000c2 90%), url('../images/1224.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.image-3 {
  display: none;
}

.image-4 {
  width: 30px;
}

.image-4.im-l {
  transform-style: preserve-3d;
  width: 30px;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.image-5 {
  opacity: .5;
  z-index: -1;
  width: 70%;
  position: absolute;
  inset: -34% -25% auto auto;
}

.image-5.c {
  inset: -9% 0% 0% 20%;
}

.image-5.art-img {
  opacity: 100;
  z-index: 0;
  width: auto;
  height: 100%;
  inset: 0% auto 0% -23%;
}

.image-5.art-img.img-rev {
  inset: 0% -25% 0% auto;
}

.image-6 {
  opacity: .5;
  z-index: -1;
  width: 70%;
  position: absolute;
  inset: auto auto -41% -25%;
}

.span-bg {
  background-image: linear-gradient(180deg, #ebe3d400, var(--yellow));
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
}

.founders {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 100px;
  display: flex;
}

.found-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.founder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.f-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  display: flex;
  position: relative;
}

.image-7 {
  z-index: 1;
  width: auto;
  height: 100%;
  overflow: visible;
}

.f-btm {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  z-index: 1;
  flex-flow: column;
  display: flex;
}

.image-8 {
  opacity: 1;
  z-index: 0;
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.dark-bg {
  background-image: linear-gradient(#0000, #0009);
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.link {
  color: var(--d-green);
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.article {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.article.reverse {
  flex-flow: row;
}

.art-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.art-right {
  z-index: 2;
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.art-right._1 {
  background-image: url('../images/scale_1200.jpg');
  background-position: 50%;
  background-size: cover;
}

.art-right._2 {
  background-image: url('../images/ostrovok-filters-37.jpg');
  background-position: 0 0;
  background-size: cover;
}

.art-right._3 {
  background-image: url('../images/1253.jpg');
  background-position: 50%;
  background-size: cover;
}

.art-right._4 {
  background-image: url('../images/scale_1200-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.art-right._5 {
  background-image: url('../images/8234828.jpg');
  background-position: 50%;
  background-size: cover;
}

.art-right._6 {
  background-image: url('../images/6661.jpg');
  background-position: 50%;
  background-size: cover;
}

.art-right._7 {
  background-image: url('../images/3412.jpg');
  background-position: 50%;
  background-size: cover;
}

.art-right._8 {
  background-image: url('../images/10151247.jpg');
  background-position: 50%;
  background-size: cover;
}

.art-right._9 {
  background-image: url('../images/1071.jpg');
  background-position: 50%;
  background-size: cover;
}

.art-right._10 {
  background-image: url('../images/72.jpg');
  background-position: 50%;
  background-size: cover;
}

.h-art {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-9 {
  z-index: 2;
  width: 100%;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.b2b-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.b2b-left {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  z-index: 2;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.b2b-right {
  width: 60%;
  height: 60vh;
}

.b2b-right.swiper-b2b {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  height: auto;
  display: flex;
  overflow: hidden;
}

.slider-nav {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10, .image-11 {
  border: 2px solid var(--yellow);
  padding: 10px;
  display: block;
}

.image-11.swiper-button-next-b2b, .image-11.swiper-button-prev.swiper-button-prev-b2b {
  border-width: 0;
  padding: 0;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dark-bg-mod {
  opacity: 1;
  z-index: 1000;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.div-block-8 {
  border: 2px solid var(--yellow);
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .contain.slid-contain {
    width: 100%;
    padding-left: 5%;
  }

  .head-link.light-text {
    display: none;
  }

  .btn.primary-btn {
    display: flex;
  }

  .hero {
    padding-left: 0%;
  }

  .hero-content {
    width: 80%;
  }

  .h1 {
    font-size: 46px;
    line-height: 48px;
  }

  .h1.light-text, .h1.light-text.text-c {
    font-size: 36px;
    line-height: 40px;
  }

  .h1.center._10w {
    font-size: 46px;
    line-height: 48px;
  }

  .blocks-wrap {
    padding-bottom: 60px;
  }

  .headline {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph.light-tetx {
    font-size: 16px;
  }

  .naprvl {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 60px;
  }

  .nap-blocks {
    flex-flow: column;
  }

  .h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .h3._w-60 {
    font-size: 18px;
  }

  .link-all {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h2 {
    word-break: normal;
    width: auto;
    font-size: 28px;
    line-height: 34px;
  }

  .h2._w-60 {
    font-size: 24px;
    line-height: 30px;
  }

  .tours {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
  }

  .rours-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .tours-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tour-wrap, .tour-wrap.txt-top {
    inset: 0%;
  }

  .experts {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .experts-text {
    width: 100%;
  }

  .gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
  }

  .gall-grid, .row-1, .col-1, .row-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image {
    top: 26%;
  }

  .image-2 {
    bottom: -34%;
    left: -47%;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .contact-form-modal {
    width: 60%;
    padding: 40px;
  }

  .text-field {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    height: 140%;
  }

  .tour-slider {
    margin-top: 60px;
  }

  .ind-tours {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slider-btns {
    display: none;
  }

  .swiper-wrapper.wpar-b2b {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 70vh;
  }

  .swiper-slide.sl-b2b {
    display: none;
  }

  .image-3 {
    display: block;
  }

  .image-4, .image-4.im-l {
    width: 20px;
  }

  .text-block {
    font-size: 16px;
    line-height: 32px;
  }

  .founders {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
  }

  .f-top {
    height: 30vh;
  }

  .article {
    margin-top: 60px;
  }

  .art-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .art-right {
    height: 70vh;
  }

  .h-art {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-9 {
    width: 100%;
    height: auto;
  }

  .b2b-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .b2b-left, .b2b-right.swiper-b2b {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .slider-nav {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-11.swiper-button-next-b2b.swiper-button-next, .image-11.swiper-button-prev.swiper-button-prev-b2b {
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 140px;
  }

  .contain.b2b-wr {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .btn.primary-btn {
    justify-content: center;
    align-items: center;
  }

  .btn.outlined-btn {
    font-size: 14px;
    line-height: 18px;
  }

  .hero {
    padding-left: 0%;
  }

  .hero-content {
    width: auto;
  }

  .h1 {
    font-size: 32px;
    line-height: 34px;
  }

  .h1.light-text {
    font-size: 36px;
    line-height: 40px;
  }

  .h1.center._10w {
    font-size: 32px;
    line-height: 34px;
  }

  .logo-link {
    height: 30px;
  }

  .paragraph, .paragraph._70w.center {
    font-size: 16px;
    line-height: 30px;
  }

  .naprvl {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .h3, .h3._w-60 {
    font-size: 16px;
    line-height: 24px;
  }

  .link-all {
    word-break: normal;
  }

  .link-all.rev {
    justify-content: flex-end;
    align-items: center;
  }

  .h2 {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    width: auto;
    font-size: 24px;
    line-height: 30px;
  }

  .tour-text {
    width: 75%;
  }

  .exp-images {
    height: 30vh;
  }

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

  .row-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .gal-img.gal-img1 {
    background-position: 0%;
    height: 60vh;
  }

  .col-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    height: 30vh;
  }

  .gal-img-2, .gal-img-3 {
    width: 100%;
  }

  .row-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 30vh;
  }

  .gal-img-4 {
    background-position: 50%;
    width: 100%;
    height: auto;
  }

  .gal-img-5 {
    width: 100%;
    height: auto;
  }

  .footer-left {
    display: flex;
  }

  .contact-form-modal {
    width: 80%;
  }

  .field-label {
    font-size: 14px;
  }

  .div-block-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .swiper {
    height: 40vh;
  }

  .swiper-wrapper {
    height: auto;
  }

  .swiper-wrapper.wpar-b2b {
    height: 80vh;
  }

  .swiper-slide.slide-1 {
    height: 40vh;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 30px;
  }

  .image-5.art-img {
    display: none;
  }

  .found-div {
    flex-flow: column;
  }

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

  .f-top {
    height: 40vh;
  }

  .f-btm {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .link {
    font-size: 18px;
  }

  .article {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
  }

  .article.reverse {
    flex-flow: column-reverse;
  }

  .art-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .art-right {
    height: 70vh;
  }

  .h-art {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-9 {
    width: auto;
    height: auto;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .b2b-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .b2b-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .b2b-right.swiper-b2b {
    width: 100%;
  }

  .div-block-6 {
    display: block;
  }

  .div-block-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 100px;
  }

  .btn {
    padding: 10px;
  }

  .btn.primary-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn.outlined-btn {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero {
    padding-left: 0%;
  }

  .hero-content {
    width: auto;
  }

  .h1 {
    font-size: 26px;
  }

  .h1.light-text {
    font-size: 30px;
  }

  .h1.light-text.text-c {
    text-align: left;
    font-size: 30px;
    line-height: 34px;
  }

  .h1.center._10w {
    font-size: 26px;
  }

  .logo-link {
    height: 20px;
  }

  .paragraph.light-tetx.display.gray {
    font-size: 18px;
  }

  .naprvl {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .h2, .h2._w-60 {
    font-size: 20px;
  }

  .tour-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 90%;
    padding: 20px 10px;
  }

  .gal-img.gal-img1 {
    height: 50vh;
  }

  .full-w-img {
    background-position: 50%;
    height: 50vh;
  }

  .contact-form-modal {
    width: 90%;
  }

  .f-links {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .f-nav {
    width: 40%;
  }

  .swiper-slide {
    width: 20%;
  }

  .founder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse;
  }

  .f-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .image-7 {
    height: 100%;
  }

  .f-btm {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .link {
    font-size: 16px;
  }

  .art-right {
    height: 50vh;
  }

  .div-block-7 {
    flex-flow: column;
    width: 100%;
  }
}


@font-face {
  font-family: 'Benzin';
  src: url('../fonts/Arimo-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Benzin';
  src: url('../fonts/Arimo-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}
