.container {
  width: 100%;
  max-width: 1240px;
  padding: 0 30px 0 30px;
  margin: 0 auto;
}
.flexible-image {
	width: 100%;
	border-radius: 20px;
}

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

.li {
  list-style: none;
  display: flex;
  transition: 0.2s all ease;
}

.list-descr-style {
    font-family: Montserrat;
    font-size: 14px;
    color: #555;
}

.link {
  font-family: Montserrat;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.header__nav .link:hover {
  color: #eb6d38;
}

.lang {
  color: #fff;
}

.lang .selectpicker {
  background: #ffffff26;
  border: transparent;
  color: #fbfaf8;
  border-radius: 3px;
}

.lang .selectpicker:hover {
  background: transparent;
    border: transparent;
}


.svg {
  cursor: pointer;
}

.svg path {
  transition: 0.2s all ease;
}

.svg:hover path {
  fill: #c7b299;
}

.title {
    font-family: "Unbounded", sans-serif;
  font-size: 43px;
  font-weight: bold;
  color: #2b2929;
}


.fa-2x2 {
  font-size: 2.5em;
}


.subtitle {
font-size: 18px;
    line-height: 22px;
    color: #292929;
    font-weight: 600;
}

.button {
  width: 250px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-family: Montserrat;
background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 10px 0 rgb(229 66 10 / 55%);
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  transition: 0.1s ease-in-out;
}

.button:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}

.btn {
  width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  /* display: inline-block; */
  /* font-weight: 400; */
  margin: 0 auto;
  /* color: #212529; */
  /* text-align: center; */
  /* vertical-align: middle; */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  /* user-select: none; */
  /* background-color: transparent; */
  /* border: 1px solid transparent; */
  /* padding: 0.375rem 0.75rem; */
  /* font-size: 1rem; */
  /* line-height: 1.5; */
  /* border-radius: 0.25rem; */
  transition: 0.1s ease-in-out;
}

.btn-hover.color-2 {
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 10px 0 rgb(229 66 10 / 55%);
}

body {
  overflow-x: hidden;
  font-weight: 400;
  font-family: Montserrat;
}

p {
  font-family: Montserrat;
  overflow-x: hidden;
  font-weight: 500;
  font-size: 16px;
  color: #2b2929;
}

a:hover {
  text-decoration: none;
}

* {
	box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Unbounded", sans-serif;
}

/* Header */
.header__banner {
  height: 660px;
  padding: 10px 0;
  color: #fff;
}

.header__sm {
  padding: 10px 0;
  color: #fff;
background: rgb(15,27,15);
background: linear-gradient(90deg, rgba(15,27,15,1) 0%, rgba(32,51,35,1) 12%, rgba(37,59,42,1) 28%, rgba(51,113,47,1) 100%);
}

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

.header__logo {
  transition: 0.2s all ease;
  z-index: 500;
}

.header__logo:hover .svg path {
  fill: #c7b299;
}

.logo {
  display: flex;
  align-items: center;
}

.logo__text {
  font-family: Montserrat;
  font-size: 34px;
  font-weight: normal;
}

.header__ul {
  font-size: 14px;
}

.header__li {
  margin-left: 25px;
  transition: 0.2s all ease;
  z-index: 40;
  align-items: center;
  text-transform: uppercase;
}

.header__li:first-child {
  margin-left: 0px;
}

.header__li:hover {
  color: #c7b299;
}

.header__links {
  z-index: 500;
  display: flex;
  flex-direction: column;
}

.header__links ul{
  list-style: none;
  text-align: center;
}

.header__links ul a{
    font-family: "Unbounded", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.header__links ul a:hover{
  color: #ec6a1f;
}

.header__socials_link {
  display: flex;
 justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.header__socials_link span{
  color: #fff;
}

.header__socials_link a{
  color: #fff;
  margin: 0 7px 0 7px;
}

.header__socials_link a:hover{
  color: #ec6a1f;
}


/*searchbox*/
.btn-search {
  width: 40px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background-color: #f29047;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    transition: 0.1s ease-in-out;
    border: none;
}

.search-form {
    display: flex;
}

.form-control {
  border-radius: 0;
}

/* Slider */
.header__banner .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.slider * {
  outline: none;
}

.slide {
  height: 660px;
}

.slide__description:before {
      content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1414145c;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slide__header-1 {
  background: url(../img/header/img-2179b.jpg) center no-repeat;
  background-size: cover;
}

.slide__header-2 {
  background: url(../img/header/banner.png) center no-repeat;
  background-size: cover;
}

.slide__header-3 {
  background: url(../img/header/banner.png) center no-repeat;
  background-size: cover;
}

.header__slider .slick-dots {
  position: relative;
  bottom: 42px;
}

.header__slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c7b299;
}

.header__slider .slick-dots li button:before {
  content: "";
}

.header__slider .slick-dots li.slick-active button {
  border: 2px solid transparent;
  background: none;
}

.header__slider .slick-arrow {
  z-index: 101;
  height: 760px;
  width: 18%;
  transition: 0.1s all ease;
  display: none;
}

.header__slider .slick-prev {
  left: 0;
  background: url(../img/header/left.png) no-repeat center;
}

.header__slider .slick-next {
  right: 0;
  background: url(../img/header/right.png) no-repeat center;
}

.header__slider .slick-prev:hover {
  background: url(../img/header/left-active.png) no-repeat center;
}

.header__slider .slick-next:hover {
  background: url(../img/header/right-active.png) no-repeat center;
}

.header__slider .slick-prev:before {
  content: "";
}

.header__slider .slick-next:before {
  content: "";
}

.slide__description {
  height: 100%;
  margin-top: 70px;
  /*margin: auto;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.slide__subtitle {
  font-size: 36px;
  margin-bottom: 4px;
}
.slide__title {
    font-family: "Unbounded", sans-serif;
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 0px;
  padding: 0px 250px 0px 250px;
  text-shadow: 0px 4px 3px rgb(0 0 0 / 9%), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
@media (max-width: 1024px) {
    .slide__title {
        padding: 0px 0px 0px 0px;
    }
}
.slide__text {
    line-height: 25px;
    width: 70%;
    font-size: 20px;
    font-weight: 500;
    padding: 20px;
}
.slide__button {
  margin-top: 10px;
  box-shadow: 0px 4px 3px rgb(0 0 0 / 9%), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

/* End Slider */
/* End Header */

.breadcrumb-text {
  font-family: Montserrat;
  padding: 30px 0 35px 0;
  font-weight: 500;
}

.breadcrumb-text a {
  display: inline-block;
  font-size: 12px;
  color: #252525;
  margin-right: 28px;
  position: relative;
}

.breadcrumb-text a::after {
  position: absolute;
  right: -18px;
  top: 0px;
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  color: rgb(178, 178, 178);
}

.breadcrumb-text span {
  display: inline-block;
  color: #888;
  font-size: 12px;
}

/* About */
.about {
  padding: 95px 0;
  background-color: #2a542c;
  background-image: url(/img/bg-pattern2.png);
    background-repeat: no-repeat;
    background-position: center;
}

.whychoose_us__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 15px auto;
}

.whychoose_us__title h2{
    font-family: "Unbounded", sans-serif;
  color: #fff;
  font-size: 43px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: center;

}

.whychoose_us__subtitle {
  font-size: 16px;
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
}

.about__ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  width: 100%;
  color: #2b2929;
  padding: 0;
  margin: 0;
}

.about__li {
  display: flex;
  flex-direction: column;
  width: 24%;
  align-items: center;
  text-align: center;
  cursor: default;
}

.about__svg {
  display: flex;
  align-items: center;
  height: 49px;
}

.about__title {
  color: #fff;
    font-family: "Unbounded", sans-serif;
  font-size: 22px;
  font-weight: 600;
  transition: 0.2s all ease;
  margin: 20px 0 20px 0;
}

.about__text {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
}

.about__line {
  background-color: #ec6a1f;
  width: 12%;
  height: 2px;
  margin-bottom: 25px;
  transition: 0.2s all ease;
}

.inner-page-section {
    padding: 0 0 60px 0;
}

/* End About */
/* Realization*/
.realization {
  background: #fbfaf8;
  padding: 80px 0 80px 0;
}

.realization h5{
  font-size: 22px;
   font-family: "Unbounded", sans-serif;
  font-weight: 700;
  color: #555;

}


.realization__body {
  display: flex;
  flex-direction: column;
  padding: 80px 0 80px 0;
}

.realization__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 45px auto;
}

.realization__title {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  background: #006600;
background: linear-gradient(to bottom right, #006600 0%, #2F4231 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.realization__images {
  height: 482px;
  position: relative;
}

.realization__image {
  position: absolute;
  bottom: 0;
}

.realization__image_1 {
  left: -30px;
}

.realization__image_2 {
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}

.realization__image_3 {
  right: -30px;
}

/*BULLETS*/
.list-ic a {
  color: #788288;
  text-decoration: none;
}
.list-ic li {
  position: relative;
}
.list-ic li span {
  display: inline-block;
  width: 59px;
  height: 59px;
  text-align: center;
  line-height: 3.5em;
  border-radius: 100%;
  background: #2a542c;
  color: #fff;
  position: relative;
}
.list-ic li::before {
  content: '';
  position: absolute;
  background: #2a542c;
  z-index: -1;
}
.list-ic.horizontal li {
  display: inline-block;
}
.list-ic.horizontal li span {
  margin: 0 1em;
}
.list-ic.horizontal li::before {
  top: 0.9em;
  left: -25px;
  width: 4em;
  height: 0.2em;
}
.list-ic.vertical {
  padding: 0;
  margin: 0;
}
.list-ic.vertical li {
  list-style-type: none;
  text-align: left;
}
.list-ic.vertical li span {
  margin: 1.4em 0;
}
.list-ic.vertical li::before {
  top: -35px;
  left: 13px;
  width: 0.2em;
  height: 4em;
}
.list-ic li:first-child::before {
  display: none;
}
.list-ic .active {
  background: dodgerblue;
}
.list-ic .active ~ li {
  background: lightblue;
}
.list-ic .active ~ li::before {
  background: lightblue;
}

.realization-list-item {
  display: flex;
}

.realization-list-item span{
  display: inline-block;
  width: 59px;
  height: 59px;
  text-align: center;
  line-height: 3.5em;
  border-radius: 100%;
  background: #2a542c;
  color: #fff;
  position: relative;
  font-weight: 600;
}

.realization-list-text {
 width: 90%;
 margin: 0 0 40px 50px;
}


/* End Realization*/
/* Purchase */
.purchase {
  background: linear-gradient(to right, #211b19, #4e3427);
}

.purchase__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 0 50px 0;
}

.purchase__title {
  color: #fff;
  font-size: 28px;
  margin: 0px 0px 10px 0;
}

.purchase__waxom {
  color: #c7b299;
}

.purchase__subtitle {
  color: #5b524f;
}

/* End Purchase */
/* Portfolio */

.tours__section {
  padding: 0 0 95px 0;
}

.tours__section__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tours__section__header {
	width: 100%;
  text-align: center;
  margin: 95px 0 55px 0;
}

.tours__section__header_inner {
    width: 100%;
    text-align: center;
    margin: 35px 0 55px 0;
}

.tours__section_inner {
    margin: 65px 0 5px 0;
}

.tours__section__title {
  display: block;
  margin: 0 0 20px;
  background: #006600;
  text-transform: uppercase;
background: linear-gradient(to bottom right, #006600 0%, #2F4231 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.tours__section__title h3{
    font-family: "Unbounded", sans-serif;
  font-size: 33px;
  font-weight: bold;
  text-transform: uppercase!important;
  color: #2b2929;
}

.tours__section__tabs {
  margin: 40px 0 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tours__section-cards {
  display: flex;
    flex-wrap: wrap;
}

.card__wrapper {
  width: 33%;
  margin-bottom: 20px;
}

.tabs__header {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 0 40px 0;
}


.tab-item {
  border: 1px solid #ebebeb;
  text-align: center;
  border-radius: 3px;
  color: #8c8c8c;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s ease;
}



.tab-item.is-active {
  background: #998675;
  border: 1px solid #998675;
  color: #fff;
}

.tabs__tab {
  padding: 10px 20px;
  margin: 0 10px 0 0;
}
.tabs__tab:last-child {
	margin: 0;
}

.tab__content {
  width: 100%;
}

.tab {
  display: none;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tab.is-active {
  display: flex;
}

.tours_page__button {
    width: 350px;
    height: 60px;
  cursor: pointer;
  margin: 40px auto 0 auto;
}

.tab__card {
  margin: 15px;

}

.card__img-cont {
  position: relative;
}

.card {
    border-radius: 20px;
  height: 100%;
  box-shadow: 0px 2px 12px rgba(17, 23, 28, 0.08), 0px 6px 26px rgba(34, 56, 73, 0.15);
}

.card__img {
  display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
    border-radius: 20px 20px 0 0;
}



.card__description {
  position: relative;
  padding: 25px;
  transition: 0.3s ease;
}



.card__title {
    font-family: "Unbounded", sans-serif;
  font-size: 20px;
  font-weight: 700;
  background: #006600;
background: linear-gradient(to bottom right, #006600 0%, #2F4231 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  margin: 0 0 15px 0;
  min-height: 45px;
  transition: 0.3s ease;
}

.card__subtitle {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  color: #2b2929;
  transition: 0.3s ease;
  min-height: 56px;
}

.card__days-subtitle {
  font-family: Montserrat;
  font-size: 14px;
  color: #ec6a1f;
  font-weight: 700;
}


.tab__card:hover .card__subtitle {
  color: #808080;
}

/* End Portfolio */
/* Presentation */
.presentation {
  position: relative;
}
.presentation__video-wrap {
	position: relative;
}
.presentation__video {
  width: 100%;
  max-height: 822px;
  outline: none;
}

.presentation__description {
  max-width: 550px;
  max-height:50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.presentation__description_mobile {
	display: none;
}
.presentation__play {
  position: relative;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  margin: 0 auto 40px auto;
}

.presentation__title {
  color: #fff;
  margin: 0 0 20px 0;
}

.presentation__subtitle {
  color: #fff;
}

.presentation__duration {
  font-size: 14px;
  font-weight: bold;
  color: #c7b299;
  margin: 40px 0 0 0;
}

/* End Presentation */
/* Mobile */
.about__me {
  background-color: #fbfaf8;
}

.about__me h2{
    font-family: "Unbounded", sans-serif;
  font-size: 43px;
  font-weight: bold;
  text-transform: uppercase;
  background: #006600;
background: linear-gradient(to bottom right, #006600 0%, #2F4231 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.about__me__body {
  padding: 95px 0 40px 0;
  background-color: #fbfaf8;
}
.about__me__title {
  margin: 0 0 30px 0;
}

.about__me__img {
    text-align: center;
}

.about__me__content {
  padding: 0 50px 0 50px;
}
.about__me__list {
  margin: 20px 0px 20px 0px;
}

.about__me__item {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 30px;
}

.about__me__item img {
  margin: 0 25px 0 0;
}

/*read more link*/
 .block_programm-obj {
            position: relative;
            padding: 20px;
             background-color: #f5f8fc;
            box-shadow: 0 5px 10px 0 rgba(44,99,174,.1);
            margin: 30px 0;
            z-index: 1;
          }

          .block_programm-obj h4{
              font-family: "Unbounded", sans-serif;
            color: #2b2929;
            font-size: 18px;
            font-weight: 800;
                padding: 0 0 20px 0;
          }
          
          .block_programm-text {
              text-align: center;
    margin: 40px 0 20px 0;
    font-weight: 700;
    font-size: 16px;
          }

          .block-item-text label {
    margin-bottom: .3rem;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    color: #007bff;
    text-decoration: underline;
          }

          .read-more-target,
.read-more-trigger_opened {
  display: none;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target,
.read-more-state:checked ~ .read-more-trigger_opened {
  display: block;
}
.read-more-state:checked ~ .read-more-trigger_closed {
  display: none;
}


.attention-title-text {
      font-family: "Unbounded", sans-serif;
    color: #2b2929;
    font-size: 18px;
    font-weight: 800;
        margin: 0;
}


/*FAQ*/
.accordion .accordion-item {
  border-bottom: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  border: 2px solid #B0B0B030;
  border-radius: 12px;
  margin-bottom: 14px;
}
.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #fff;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 20px;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #ec6a1f;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #ec6a1f;
  border: 1px solid #ec6a1f;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
    font-family: "Unbounded", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
}
/*.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}*/

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: -10px;
  width: 20px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: -1px;
  width: 2px;
  height: 20px;
  background: currentColor;
}
.accordion button[aria-expanded='true'] {
  color: #ec6a1f;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 15em;
  transition: all 10ms linear;
  will-change: opacity, max-height;
  background-color: #fff;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 20ms linear, max-height 20ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  margin: 2em 20px;
  color: #2b2929;
}


.accordion .accordion-content ul{
    font-weight: 400;
    font-size: 16px;
    list-style: inside;
    line-height: 25px;
}

.tour_days_wrapper {
    margin: 50px 0;
}

.tour-day-item-title {
    padding: 1em 1.5em 1em 0;
      font-family: "Unbounded", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ec6a1f;
}

@media screen and (max-width: 991px) {

.faq__section .accordion {
  margin-bottom: 40px;
}
}

/* Posts */
.contacts {
    position: relative;
  padding: 95px 0;
  background-color: #f4f5f8;
  background-image: url('/img/lih-travel00-54-28.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.contacts:before {
content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1414145c;
    background-size: cover;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.contacts__header {
  max-width: 750px;
  text-align: center;
  margin: 0 auto 60px auto;
}

.contacts__title {
  display: block;
  margin: 0 0 20px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}

.contacts__subtitle {
  color: #fff;
  text-align: left;
}

.contacts__slider {
  margin: 0 0 140px 0;
}




#contact {
  width: 100%;
  height: 100%;
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
}


.contact-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  /*max-width: 840px;*/
}



/* Left contact page */

.form-wrapper{
  max-width: 570px;
  width: 100%;
  padding: 50px 75px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: hsla(0, 0%, 100%, .1);
    border: 1px solid hsla(0, 0%, 100%, .1);
}

.form-wrapper h2{
    font-family: "Unbounded", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
  color: #ffffff;
}

.form-wrapper .input_field{
  margin-bottom: 30px;
}

.form-wrapper .input_field input[type="text"],
.form-wrapper textarea{
  border: 1px solid #e0e0e0;
  width: 100%;
  padding: 10px;
  border-radius: 15px;
  background-color: #ffffffa1;
}

.form-wrapper textarea{
  resize: none;
  height: 80px;
}

.form-wrapper .btn input[type="submit"]{
  border: 0px;
  border-radius: 20px;
  margin-top: 40px;
  padding: 15px;
  text-align: center;
  width: 100%;
  background: #f29047;
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}

#error_message{
  margin-bottom: 20px;
  background: #fe8b8e;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  transition: all 0.5s ease;
}

.tour-select {
  width: 100%;
  height: 46px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  color: #555;
    background-color: rgba(255, 255, 255, 0.63);
    border-radius: 15px;
  border: 1px solid #e0e0e0;
}

.agreement_form_text {
  font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}

.agreement_form_text a{
    color: #2a542c;
    font-weight: bold;
}




/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
  padding: 0 0 0 50px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  /* margin-left: -30px;*/
  padding-right: 20px;
}

.list-item {
  line-height: 6;
  color: #aaa;
}

.contact-text {
  font: 700 21px 'Montserrat', sans-serif;
  color: #444444;
}

.place {
  margin-left: 32px;
}

.phone {
  margin-left: 30px;
  line-height: 40px;
}

.gmail {
  margin-left: 37px;
}

.contact-text a {
  color: #fff;
  text-decoration: none;
  transition-duration: 0.2s;
}


.contact-text a:hover {
  color: #ec6a1f;
  text-decoration: none;
}


/* Social Media Icons */
.social-media-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li a:hover {
  color: #ec6a1f;
}

.social-media-list li {
  position: relative; 
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 10px 3px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer; 
}



/* Begin Media Queries*/



@media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }  
  
  .direct-contact-container {
    margin-top: 60px;
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .form-wrapper {
    max-width: 100%;
}
}

@media screen and (max-width: 569px) {

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
 
  
  .name, .email, textarea {
    width: 280px;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
  }  
  .social-media-list {
    left: 0;
  }

  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}



.faq__section {
  padding: 95px 0;
}

.faq__section__header {
    max-width: 750px;
    text-align: center;
    margin: 0 auto 0 auto;
}

.faq__section__title {
  display: block;
  margin: 0 0 20px;
  text-transform: uppercase;
      background: #006600;
background: linear-gradient(to bottom right, #006600 0%, #2F4231 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.faq__section__subtitle {
  margin-bottom: 60px;
}



.review__section {
  padding: 95px 0;
  background-color: #dddddd29;
}

.review__section__header {
    max-width: 750px;
    text-align: center;
    margin: 0 auto 0 auto;

}

.review__section__title {
  display: block;
  margin: 0 0 20px;
  text-transform: uppercase;
      background: #006600;
background: linear-gradient(to bottom right, #006600 0%, #2F4231 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.review__section__subtitle {
  margin-bottom: 60px;
}



.tourpage__price-section {
  padding: 30px 0;
}

.tourpage__price-section h2{
  text-align: center;
    font-family: "Unbounded", sans-serif;
    font-size: 43px;
    font-weight: bold;
   color: #2b2929;
    text-transform: uppercase;
    margin-bottom: 80px;
}


.tour_descr_list {
        margin-top: 40px;
  list-style: none;
  line-height: 22px;
}

.tour_descr_list li{
  font-size: 14px;
    margin-bottom: 10px;
    font-family: Montserrat;
    font-weight: 500;
    color: #2b2929;
}

.tour_descr_list li span{
  font-size: 14px;
  font-weight: 600;
}

.tour__price-form h6{
  font-size: 18px;
    font-family: "Unbounded", sans-serif;
  font-weight: 700;
  color: #555;
}

.tour__price-form span{
  font-size: 24px;
  font-family: Montserrat;
  font-weight: 700;
  color: #555;
}

.tour__price-form p{
  font-size: 12px;
  color:#a7a7a7;
  width: 80%;
}

.price__button {
  cursor: pointer;
  margin-top: 20px;
}

.tour__description-section {
  padding: 30px 0;
}

.tour__description-section h3{
  text-align: center;
    font-family: "Unbounded", sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #2b2929;
    text-transform: uppercase;
    padding: 0 0 35px 0;
}

.tour__description-pic {
  text-align: center;
}

.flexible-image-tour {
  max-width: 100%;
  border-radius: 20px;
}

.tour__map-section {
  padding: 30px 0;
}

.tour__map-section h3{
  text-align: center;
   font-family: "Unbounded", sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #2b2929;
    text-transform: uppercase;
}

.tour__map-section .subtitle{
  width: 60%;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  text-align: center;
  font-family: Montserrat;
    color: #2b2929;
    padding: 0 0 60px 0;
    max-width: 760px;
    margin: 0 auto 15px auto;
}


.tour__map-section .accordion {
  margin-top: 60px;
  color: #333;
  font-weight: 700;
}

.tour__map-section .accordion .accordion-item {
  border-bottom: 1px solid #f4f4f4;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0px;
}


.tour__details-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}

.tour__details-col h6{
    font-family: "Unbounded", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #2b2929;
}

.tour__details-col span{
  color: #2a542c;
}



.tour__circumstances-section {
  padding: 30px 0;
}

.tour__circumstances-section h2{
  text-align: center;
  font-family: Montserrat;
    font-size: 28px;
    font-weight: bold;
    color: #2b2929;
    text-transform: uppercase;
    padding: 0 0 60px 0;
}

.tour__circumstances-section h6{
    font-family: "Unbounded", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 20px 0;
}

.tour__photogallery {
  padding: 30px 0;
}

.tour__photogallery h2{
  text-align: center;
    font-family: "Unbounded", sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #2b2929;
    text-transform: uppercase;
    padding: 0 0 20px 0;
}

.tour-gallery-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Footer */
.footer{
  background: #19231a;
}

.footer__body {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 20px 0;
  color: #2b2929;
  font-size: 14px;
}

.footer__ul {
  list-style: none;
  display: flex;
}

.footer__li:last-child {
  border-right: none;
}

.footer__li {
  border-right: 1px solid #252525;
  padding: 0 10px;
    font-family: "Unbounded", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #f29047;
}

.footer__li_light {
  font-size: 12px;
  font-weight: 300;
  color: #f29047;
}

.footer__link {
  transition: 0.2s;
}

.footer__link:hover {
  color: #fcb865;
}

.footer__links {
  list-style: none;
}

.footer__links li {
  margin-bottom: 13px;
}

.footer__links li a{
  font-family: Montserrat;
  font-size: 14px;
  color: #fff;
  line-height: 12px;
}



.footer__links li a:hover{
  color: #f29047;
}

.copyright__section {
  background-color: #0f1b0f;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Пропорции 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    border-radius: 20px;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

/* Widgets */


.widgets__body {
	width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 75px 0 80px 0;
}

.widgets__column {
  width: 23.5%;
}

.widgets__logo {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.widgets__text {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 22px;
  color: #f2f0f0;
  padding: 20px 40px 20px 0;
}


.widgets__title {
    font-family: "Unbounded", sans-serif;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 30px 0 10px 0;
}

.widgets__block {
  display: block;
  padding: 20px 0;
}

.widgets__block:last-child {
  border-bottom: none;
}

.widgets__date {
  font-size: 12px;
  font-weight: bold;
  color: #363636;
  padding: 0 0 15px 0;
  transition: 0.3s;
}

.widget__wrapper .widgets__block:hover .widgets__text {
  color: #ae9c86;
}

.widget__wrapper .widgets__block:hover .widgets__date {
  color: #fff;
}

.widgets__duration {
  color: #363636;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0 0 0;
}

.widgets__hesh {
  color: #00bff3;
}

.widgets__link {
  color: #959595;
}

.widget__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.widget__img {
  display: block;
  margin: 0 0 10px;
}




/* Mobile-menu */

.burger-menu {
	color: #fff;
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
    background: rgb(15,27,15);
    background: linear-gradient(90deg, rgba(15,27,15,1) 0%, rgba(32,51,35,1) 12%, rgba(37,59,42,1) 28%, rgba(51,113,47,1) 100%);
  padding: 12px 0;
	z-index: 10000;
}
.burger-menu__body {
	height: 60px;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 0 15px;
}
.burger {
	position: relative;
	width: 24px;
	height: 24px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.burger__lines {
	width: 100%;
	height: 2px;
	background: #fff;
}
.burger__lines::before {
	content: '';
	background: #fff;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 5px;
}
.burger__lines::after {
	content: '';
	background: #fff;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 5px;
}
.burger__lines {
	width: 100%;
	height: 2px;
	background: #fff;
}


.burger-menu .logo__text {
	font-size: 25px;
}
.burger-close {
	position: relative;
	width: 30px;
	height: 30px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin: -30px 20px 0 auto;
}
.burger-close__lines::before {
	content: '';
	background: #555;
	width: 100%;
	height: 2px;
	position: absolute;
	transform: rotate(45deg);
}
.burger-close__lines::after {
	content: '';
	background: #555;
	width: 100%;
	height: 2px;
	position: absolute;
	transform: rotate(-45deg);
}


.menu {
	display: none;
	justify-content: flex-end;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10001;
}
.menu__content {
	padding: 50px 0 0 0;
  width: 80%;
	height: 100%;
	color: #555;
	background: #fff;
	/*border-top: 1px solid #191919;*/
	animation: to-left 0.7s 1 ease;
}
.menu__ul {
	padding: 20px 10px;
	list-style: none;
	display: flex;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;

}
.menu__li {
	display: blocks;
	font-size: 16px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #efefef;
	padding: 15px 10px;
}
.menu__li:last-child {
	border-bottom: none;
}

.menu__li a{
  color: #000;
}
/* End Mobile-menu */



@keyframes to-left {
  from {
    transform: translate(100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes to-right {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(100%, 0);
  }
}
@keyframes to-up {
  from {
    transform: translate(0, 200%);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes to-down {
  from {
    transform: translate(0, -200%);
  }
  to {
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 1200px) {
	.container {
		max-width: 970px;
	}

  .header__banner {
    height: 700px;
}

  .slide {
    height: 700px;
}

  .slide__text {
    width: 75%;
    text-shadow: 0px 4px 3px rgb(0 0 0 / 31%), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

  .realization__image_3 {
    right: 0;
  }
  .realization__image_1 {
    left: 0;
  }
  /* header */
  .header__li {
    margin-left: 15px;
  }
  /*presentation*/
  .presentation__description {
    max-width: 80%;
    max-height: 80%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .presentation__play {
    margin-bottom: 10px;
  }
  .presentation__duration {
    margin-top: 20px;
  }
  .presentation {
    background: #fbfaf8;
    justify-content: center;
  }
  .tabs__header {
    width: 80%;
    flex-wrap: wrap;
    justify-content: center;
  }
  /*tabs*/
  .tabs__tab {
    width: 18%;
    padding: 10px 10px;
    margin-bottom: 10px;
    max-height: 38px;
    font-size: 12px;
  }
  .tab__content {
    width: 80%;
  }
  .tab__card {
    margin: 8px;
}
}





@media screen and (max-width: 992px) {

  .contact-wrapper {
    flex-direction: column;
}

  .form-wrapper {
    max-width: 100%;
  }
  
  .direct-contact-container {
    padding: 50px;
    margin: 0 auto;
}

  .link {
    font-size: 12px;
}

.header__li {
  margin-left: 15px;
}

  .slide__title {
    font-size: 40px;
}

	.container {
		max-width: 750px;
	}
  /* Header */
  .header__nav.container {
    max-width: 900px;
  }
  .header__ul {
  }
  .header__li {
    margin-left: 10px;
  }

  /* about me */
  .about__me__body {
    justify-content: space-between;
    padding: 65px 0;
  }
  .about__me__title {
    margin: 0 0 30px 0;
  }

  .about__me h2 {
    text-align: center;
}
.about__me__list {
    margin: 0;
    margin-top: 50px;
  }

  .about__me__img img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .about__me__content {
    padding-bottom: 20px;
    padding: 0 10px 0 10px;
  }

  
  .card__wrapper {
    width: 50%;
    margin-bottom: 20px;
}

.tours__section__header {
  padding: 65px 0;
  margin: 0 auto;
}

  /*counter*/
  .count__counter {
    font-size: 40px;
  }

  /*presentation*/
  .presentation__description {
    max-width: 80%;
    max-height: 80%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .presentation__play {
    margin-bottom: 10px;
  }
  .presentation__duration {
    margin-top: 20px;
  }
  .presentation {
    background: #fbfaf8;
    justify-content: center;
  }
  /*potfolio*/
  .portfolio__header {
    width: 80%;
  }
  .tabs__header {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tabs__tab {
    width: 18%;
    padding: 10px 10px;
    margin-bottom: 10px;
    max-height: 38px;
    font-size: 12px;
  }
  .tab__content {
    width: 100%;
  }

  .about__li {
    padding-top: 30px;
    width: 50%;
}

.realization {
  padding: 65px 0;
}


.faq__section {
  padding: 65px 0;
}

.contacts {
  padding: 65px 0;
}

.direct-contact-container {
  padding: 30px 0 0 0;
}

.whychoose_us__subtitle {
  margin-bottom: 0px; 
}
.about {
  padding: 65px 0;
}
  


  /*widgets*/
  .widgets__body {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  .widgets__column {
    width: 80%;
    margin: 0 0 20px 0;
  }
  .widgets__title {
    margin-bottom: 10px;
  }
  .widget__images {
    display: flex;
    justify-content: center;
  }
  .widget__img {
    margin-right: 10px;
  }
   /*footer*/
  .footer__body {
    width: 80%;
    justify-content: space-between;
  }
  .footer__ul {
    flex-direction: column;
    width: 50%;
  }
  .footer__li {
    border-right: none;
    padding: 10px 5px;
    border-bottom: 1px solid #252525;
    width: 80%;
  }
  .footer__li:last-child {
    border-bottom: none;
  }
  .footer__ul:first-child {
    margin: 0 0 0 0;
  }

  .tour__price-form {
    margin: 50px 0;
  }

  .tour__price-form .button {
    margin: 0 auto;
}

.tour__price-form p {
  display: block;
  margin: 20px 0 20px 0;
}


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

  .header__sm {
    margin-bottom: 50px;
}

  .header__banner {
		height: 650px;
}

	.slide {
		height: 650px;
	}
  
  /* header */
	.header__nav {
		display: none;
	}

	.slick-arrow {
		display: none;
	}
	
	.slide__subtitle {
		font-size: 30px;
	}

	.slide__text {
		font-size: 16px;
	}

	.realization__header {
    width: 80%;
  }
  .about__ul {
    justify-content: center;
  }
  .about__li {
    width: 70%;
    margin: 0 0 40px 0;
  }
  .realization__body {
    -ms-align-items: center;
    align-items: center;
  }

  .realization-list-text {
    width: 80%;
    margin: 0 0 40px 30px;
}

  .realization__images {
    width: 80%;
    height: 100%;
    position: relative;
  }
  .realization__image {
    display: block;
    position: static;
    transform: translate(0, 0);
    max-width: 100%;
    max-height: 100%;
  }
  
  .realization__images .slick-dots{
    position: static;
  }
  .realization__images .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #8d8d8f;
  }

  .realization__images .slick-dots li button:before {
    content: "";
  }

  .realization__images .slick-dots li.slick-active button {
    border: 2px solid #c7b299;
    background: none;
  }

  /*potfolio*/
	.portfolio__header {
		width: 80%;
	}


  .about__me__body {
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		padding-bottom: 50px;
	}
  .about__me__content {
  	width: 100%;
	}
  .about__me__title {
	  margin: 0 0 30px 0;
	}
  .about__me__list {
		margin: 0;
	}
  .about__me__img{
		width: 100%;
    order: 2;
	}

  
  /*presentation*/
	.presentation__description {
		max-width: 80%;
		height: 50%;
		top: 50%;
  	transform: translate(-50%, -50%);
	}
	.presentation__play {
		width: 50px;
		height: 50px;
		margin-bottom: 0;
	}
	.presentation__play .svg {
		width: 35px;
		height: 35px;
	}
	.presentation__title,
	.presentation__subtitle {
		display: none;
	}
	.presentation__duration {
		margin-top: 20px;
	}
	.presentation {
		background: #fbfaf8;
		justify-content: center;
	}
	.presentation__description_mobile {
		display: block;
		margin: auto;
		width: 80%;
		padding: 50px 0 50px 0;
	}
	.presentation__title_mobile {
		margin: 0 0 30px 0;
	}

  /*posts*/
	.posts__slide {
		display: flex;
		justify-content: center;
		margin: 0 0 50px 0;
	}
	
  /*logos*/
	.logos__body {
		flex-direction: column;
	}
	.logos__link {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 0 80px;
	}
	.logos__link:last-child {
		margin: 0;
	}

  /*clip-nav*/
	.clip-nav {
		display: none;
	}
  /*burger*/
	.burger-menu {
		display: block;
	}

  .burger-menu__contacts ul{
    list-style: none;
    margin-bottom: 0;
  }

  .burger-menu__contacts ul a{
    font-family: Montserrat;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }

  .burger-menu__contacts .header__socials_link {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    color: #fff;
}

.tour__circumstances-section h6 {
  padding: 20px 0 20px 0;
}

.tour__map-section .subtitle {
  width: 100%; 
}

.tour__map-section .subtitle {
  padding: 0 0 40px 0;
  margin: 0 auto 15px auto;
}

.tourpage__price-section h2 {
  font-size: 28px;
  margin-bottom: 50px;
}

.tour__description-section h3 {
  padding: 0 0 50px 0;
}

.tour__circumstances-section h2 {
  padding: 0 0 35px 0;
}

.accordion button .accordion-title {
  font-size: 13px;
}

.tour__photogallery h2 {
  padding: 0 0 30px 0;
}

.contacts__title {
  font-size: 28px;
}

}


@media screen and (max-width: 650px) {
  .form-wrapper {
    padding: 55px 45px;
}

.contact-wrapper {
  padding: 0; 
}

.footer__body {
  width: 100%;
  flex-direction: column;
}

.footer__ul {
  width: 100%;
}

}



@media screen and (max-width: 569px) {

  p {
    font-size: 12px;
}

.slide__title {
  font-size: 30px;
}

.slide__text {
  font-size: 14px;
}

  .button {
    width: 170px;
    font-size: 12px;
}

.subtitle {
  font-size: 14px;
}

.card__wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.title {
  font-size: 26px;
}

.about__me h2 {
  font-size: 26px;
}

.realization h5 {
  font-size: 18px;
}

.whychoose_us__title h2 {
  font-size: 26px;
}

.form-wrapper h2 {
  font-size: 20px;
}

.contact-text {
  font: 700 18px 'Montserrat', sans-serif;
  color: #444444;
}

.widgets__title {
  font-size: 20px;
}

.widgets__text {
  font-size: 12px;
}

.footer__links li a {
  font-size: 12px;
}
  
}


@media screen and (max-width: 480px) {
  .realization-list-text {
    margin: 0 0 40px 15px;
}

}

@media screen and (max-width: 410px) {
  .realization-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.realization-list-text {
  width: 100%;
 margin: 30px 0 40px 0;
}
  .form-wrapper h2 {
    font-size: 16px;
}

  .form-wrapper {
    padding: 55px 25px;
}

.accordion button {
  padding: 15px 35px 15px 15px;
  font-size: 12px;
}

}


@media screen and (max-width: 370px) {

  .btn {
    width: 150px;
    height: 40px;
}

.contact-text a {
  font-size: 14px;
}

.phone {
  margin-left: 10px;
}

.gmail {
  margin-left: 10px;
}

.place {
  margin-left: 10px;
}

}

/*tourpage gallery*/

.my-gallery {
	padding-top: 40px;
	padding-bottom: 90px;
}
.my-gallery__item {
	opacity: 1;
	position: relative;
	display: block;
}
.my-gallery__item_imgwrap {
	position: relative;
	display: block;
}
.fancybox-content {
	transition: none !important;
}
.my-gallery__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.my-gallery__separator {
	padding-bottom: 100%;
}
.my-gallery__info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.my-gallery__owl .owl-nav {
	justify-content: space-between;
	display: flex;
	width: 100%;
	position: absolute;
	top: 45%;
}
.my-gallery__owl .owl-nav button.owl-prev,
.my-gallery__owl .owl-nav button.owl-next {
	outline: none;
	font-size: 15px;
	width: 40px;
	height: 40px;
	color: #000000;
	background-color: #fbfaf8;
	border-radius: 100%;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.my-gallery__owl .owl-nav button.owl-prev {
	position: absolute;
	left: -20px;
}
[dir="rtl"].nb_rtl .my-gallery__owl .owl-prev {
	right: 10%;
	left: auto;
}
.my-gallery__owl .owl-nav button.owl-next {
	position: absolute;
	right: -20px;
}
[dir="rtl"].nb_rtl .my-gallery__owl .owl-next {
	left: 10%;
	right: auto;
}
.my-gallery__owl .owl-nav [class*="owl-"]:hover {
	background-color: #ffffff;
	color: #181818;
}
.my-gallery__owl .owl-dots {
	padding-top: 15px;
}
.my-gallery__owl .owl-dots .owl-dot.active span,
.my-gallery__owl .owl-dots .owl-dot:hover span {
	background: #000;
}
.my-gallery__owl .owl-dot {
	outline: none;
}

/*simple search*/
.simplesearch-result h3 {
    font-weight: 600;
}

/*Ajax Form*/
.jGrowl.top-right{
    top:40% !important;
    width:30% !important;
    left:35% !important;
}
    
#jGrowl{
    font-size:18px;
    margin:0 12px;
}

.jGrowl.top-right{
    left:35%!important;
    top:35%!important;
}

#jGrowl .jGrowl-notification{
    position:relative;
    width:320px;
    padding:15px;
    text-align:center;
    background:none repeat 0 0 #fff!important;
    box-shadow:0 0 0 7px #8ab933!important;
    border:0 solid rgba(255,255,255,0.49)!important;
}

#jGrowl .jGrowl-notification .jGrowl-close{
    position:absolute;
    right:4px;top:4px;
    color:#8ab933!important;
}

#jGrowl .jGrowl-notification .jGrowl-message{
    color:#8ab933!important;
}




/*tour styles new*/
.fly_destination {
    background-color: #2f6631;
    padding: 40px;
    margin: 40px 0;
    border-left: 6px solid #f3854a;
    border-right: none;
}

.fly_destination h3 {
    color: #fff;
    padding: 0 0 30px 0;
}

.fly_destination p {
    color: #fff;
}


.tourheader__banner {
    height: 500px;
    background: url(../img/tourpage/holi.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 70px;
}

.tourpage__date-price-section h2 {
    text-align: center;
    font-family: Montserrat;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 48px;
    color: #fff;
    padding: 200px 0 50px 0;
    text-shadow: 0px 4px 3px rgb(0 0 0 / 9%), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.paint-top img {
    width: 100px;
}

@media screen and (max-width: 992px) {
.tourpage__date-price-section h2 {
  font-size: 35px;
  margin-bottom: 50px;
    }
    
    .paint-top img {
    display: none;
}
}

@media screen and (max-width: 650px){
   .tourheader__banner {
         font-size: 30px;
    height: 400px;
    margin-bottom: 50px;
} 

}

@media screen and (max-width: 550px){
.paint-top img {
    display: none;
}

}



.slick-next:before {
  content: '→';
  color: #aaa;
}

.slick-prev:before {
  content: '←';
  color: #aaa;
}


/*acc*/
.accordion {
  max-width: 1170px;
  margin: 40px auto 0;
}

.at-tab {
  display: none;
  padding: 15px;
  border-top: none;
  background-color: #fff;
}

.at-title {
  cursor: pointer;
  border-bottom: 1px solid #dddddd;
  position: relative;
  transition: background-color 0.3s ease;
}

.at-title:hover {
  background-color: #f8f8f8;
  color: #f29047;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.at-title:after {
  content: "\002B";
  position: absolute;
  color: #26313b;
  top: 1px;
  font-weight: 400;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  font-size: 34px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.at-title.active:after {
  content: "\2212";
  color: #26313b;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.at-item {
  border-radius: 0px;
  margin-bottom: 1px;
}

.at-title h2 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 15px;
  margin: 0;
}

.accordion-header {
  text-align: center;
  background-color: #222222;
  color: white;
  padding: 20px 0;
}

.tour_attention-info {
  margin: 50px 0 0 0;
    border-left: 4px solid #ed683294;
    padding: 0 20px;
}

.main-gallery .container {
	 display: grid;
	 grid-template-columns: repeat(3, 1fr);
	 grid-gap: 1rem;
	 justify-content: center;
	 align-items: center;
	     padding: 0;
}
 .main-gallery .card-gallery {
	 color: #252a32;
	 border-radius: 2px;
	 background: white;
}
 .main-gallery .card-image {
	 position: relative;
	 display: block;
	 width: 100%;
	 padding-top: 70%;
	 background: white;
}
 .main-gallery .card-image img {
	 display: block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 @media only screen and (max-width: 600px) {
	 .main-gallery .container {
		 display: grid;
		 grid-template-columns: 1fr;
		 grid-gap: 1rem;
	}
}

.rounded__img {
    border-radius: 50%;
    float: left;
    width: 300px;
    margin-right: 20px;
}

 @media only screen and (max-width: 800px) {
    .rounded__img {
        float: none;
        margin-right: 0px;
        margin-bottom: 30px;
    }
}

/* Контейнер карточки */
.gallery-hover {
    position: relative;
    overflow: hidden;
    display: flex; /* Включаем flex, чтобы зоны заняли всю ширину */
}

/* Настройки для невидимых зон */
.hover-zone {
    flex: 1; /* Зоны равномерно делят ширину карточки */
    height: 100%;
    position: relative;
    z-index: 10; /* Зоны всегда должны быть поверх картинок, чтобы ловить мышь */
}

/* Общие настройки для всех картинок */
.gallery-hover .card__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0; /* Прячем все картинки */
    transition: opacity 0.2s ease-in-out;
    z-index: 1;
}

/* Первую картинку показываем по умолчанию */
.gallery-hover .img-1 {
    opacity: 1;
    position: relative; /* relative нужен, чтобы контейнер не схлопнулся по высоте */
    z-index: 2;
}

/* 
   ЛОГИКА ПЕРЕКЛЮЧЕНИЯ:
   Используем селектор ~, который находит картинку после зоны, на которую навели 
*/

/* При наведении на 1-ю зону (левая часть) - показываем 1 фото */
.zone-1:hover ~ .img-1 { opacity: 1; z-index: 5; }

/* При наведении на 2-ю зону (центр) - показываем 2 фото и прячем 1-е */
.zone-2:hover ~ .img-2 { opacity: 1; z-index: 5; }
.zone-2:hover ~ .img-1 { opacity: 0; }

/* При наведении на 3-ю зону (правая часть) - показываем 3 фото и прячем 1-е */
.zone-3:hover ~ .img-3 { opacity: 1; z-index: 5; }
.zone-3:hover ~ .img-1 { opacity: 0; }

.cards__button {
    cursor: pointer;
    margin: 10px auto 0 auto;
    max-width: 250px;
    height: 45px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-family: Montserrat;
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 10px 0 rgb(229 66 10 / 55%);
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    transition: 0.1s ease-in-out;
}