@charset "UTF-8";
.fullscreen-gallery.active {
  display: block;
  left: 0;
}

.fullscreen-gallery {
  left: -10000px;
  overflow: hidden;
  background: #000;
  color: #000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
}
.fullscreen-gallery .close {
  filter: brightness(0) invert(1);
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  width: 50px;
  height: 50px;
}
.fullscreen-gallery .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.fullscreen-gallery .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.fullscreen-gallery .gallery-zoom {
  height: 100%;
  width: 100%;
}
.fullscreen-gallery .gallery-thumb {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.fullscreen-gallery .gallery-thumb .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.fullscreen-gallery .gallery-thumb .swiper-slide-thumb-active {
  opacity: 1;
}
.fullscreen-gallery .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.gallery-mainphoto {
  height: 401px;
}

.headTourPage .gallery-mainphoto {
  position: relative;
}

.headTourPage {
  position: relative;
  display: flex;
  margin-bottom: 50px;
  min-height: 250px;
  height: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
  background: #f2f2f2;
}
.headTourPage .button {
  display: block;
  padding: 10px 50px;
}
.headTourPage .ico-wallet {
  margin-right: 0;
}
.headTourPage .label-wrapper {
  min-width: 175px;
}
.headTourPage h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #FF732D;
  font-weight: 600;
}
.headTourPage h1.h1-guide {
  margin-bottom: 14px;
}
.headTourPage .label-right {
  width: 100px;
}
.headTourPage .label-noicon {
  margin-right: 0;
  padding-right: 0;
}
.headTourPage .guide {
  color: #999;
  font-weight: 600;
  font-size: 18px;
}
.headTourPage .headTourPage-content {
  width: 46%;
  margin-right: 70px;
  padding: 30px 0 30px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.headTourPage .headTourPage-content .artikul {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}
.headTourPage .headTourPage-content .marshrut {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  margin-right: 10px;
}
.headTourPage .headTourPage-content .headTourPage__types {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
  padding-right: 66px;
  width: 100%;
}
.headTourPage .headTourPage-content .headTourPage__types .headTourPage__types-icos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.headTourPage .headTourPage-content .headTourPage__types .artikul {
  color: #7B7B7B;
  margin-top: 3px;
  margin-bottom: 10px;
}
.headTourPage .headTourPage-content .headTourPage__types .ico {
  min-height: 23px;
  display: flex;
  align-items: center;
  padding-left: 37px;
  margin-right: 22px;
  background-size: contain;
  margin-bottom: 10px;
}
.headTourPage .headTourPage-content .headTourPage__types .ico-tickets {
  background-size: 23px;
  background-position: 0 center;
}
.headTourPage .product-tags {
  color: #7B7B7B;
  font-size: 13px;
  max-width: 200px;
}
.headTourPage .otryv {
  right: 56px;
}
.headTourPage.typeGallery1 .gallery {
  width: auto;
  margin-right: 15px;
}
.headTourPage.typeGallery1 .gallery__otherphotos {
  display: none;
}
.headTourPage.typeGallery1 .headTourPage-content {
  width: calc(50% + 15px);
}
.headTourPage .disableSwiper1 .gallery__otherphotos {
  justify-content: flex-start;
}
.headTourPage .disableSwiper1 .gallery__otherphotos .swiper {
  padding: 0 8px 8px 8px;
}
.headTourPage .disableSwiper1 .gallery__otherphotos .swiper-wrapper {
  flex-direction: column;
}
.headTourPage .disableSwiper1 .gallery__otherphotos .swiper-slide {
  height: 100px;
  margin-bottom: 10px;
}

.gallery {
  width: 54%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  justify-content: space-between;
  max-height: 566px;
  overflow: hidden;
}

.gallery .gallery__otherphotos {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 102px;
  width: 102px;
  height: 333px;
  margin: 33px 0px 30px 0px;
  padding: 0px 0px;
}
.gallery .gallery__otherphotos .gallery_vetical_swiper {
  padding: 0 8px 8px 8px;
}
.gallery .gallery__otherphotos .swiper-slide {
  overflow: hidden;
  box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
  margin: 0;
}
.gallery .gallery__otherphotos .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .gallery__otherphotos div:last-child {
  margin-bottom: 0;
}
.gallery .gallery__otherphotos .gallery_lastitem {
  position: relative;
}
.gallery .gallery__otherphotos .gallery_lastitem .gallery_more_text {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.gallery .gallery__otherphotos .gallery_lastitem img {
  filter: brightness(33%);
}
.gallery .gallery__otherphotos .gallery_lastitem.nomoreimage img {
  filter: none;
}
.gallery .gallery__otherphotos .swiper-navigation {
  position: absolute;
  height: 100%;
  top: 0;
}
.gallery .gallery__otherphotos .swiper-navigation .swiper-button-next, .gallery .gallery__otherphotos .swiper-navigation .swiper-button-prev {
  background: url(/assets/i/icons/caret-gray.svg) no-repeat;
  background-size: contain;
  width: 28px;
  height: 15px;
}
.gallery .gallery__otherphotos .swiper-navigation .swiper-button-next {
  top: 0px;
  left: 37px;
}
.gallery .gallery__otherphotos .swiper-navigation .swiper-button-prev {
  bottom: -22px;
  top: inherit;
  left: 37px;
}
.gallery img {
  cursor: pointer;
  display: block;
}
.gallery .gallery__mainphoto > div {
  position: relative;
}
.gallery .gallery__mainphoto > div, .gallery .gallery__otherphotos > div {
  cursor: pointer;
}
.gallery .gallery__mainphoto {
  max-width: 503px;
}
.gallery .gallery__mainphoto img {
  height: 401px;
  -o-object-fit: cover;
     object-fit: cover;
}

/**************** PRODUCT *******************************/
.product h2 {
  color: #FF732D;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

.product-top-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 70px;
}

.product-top-1 > a:first-child {
  font-weight: normal;
  text-transform: uppercase;
}

.product-top-1 .button {
  padding: 20px 55px;
}

.product-top-2 {
  display: flex;
  justify-content: flex-start;
  font-weight: bold;
  text-transform: uppercase;
}

.product-top-2 > div.ico:first-child {
  margin-left: -30px;
}

.product-text {
  border-radius: 10px;
  background-color: rgba(255, 115, 45, 0.3);
  background-image: url("/assets/i/product-text-bg1.svg"), url("/assets/i/product-text-bg2.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, right 45px bottom;
  margin-bottom: 40px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.product-text .product-text-content {
  max-width: 600px;
  text-align: left;
  padding: 50px 15px;
  margin: 0 auto;
  color: #464646;
}
.product-text .product-text-content:before {
  content: "";
  width: 5px;
  height: calc(100% - 100px);
  background-color: #fff;
  display: block;
  position: absolute;
  margin: 0 0 0 -14px;
}
.product-text span, .product-text p, .product-text strong, .product-text b, .product-text i {
  color: #333333 !important;
  font-family: "Roboto", serif !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
}

.product-slider {
  /*max-height: 407px;*/
  overflow-y: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
}

.product-slider-thumbs {
  max-height: 89px;
  overflow-y: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
}

.product-slider img {
  width: 100%;
}

.product-slider .swiper-slide > div {
  position: absolute;
  bottom: 50px;
  left: 80px;
  font-size: 20px;
  color: #fff;
  font-family: "Roboto Slab", serif, sans-serif;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
}

.product-slider .swiper-button-next, .product-slider .swiper-button-prev {
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  align-items: flex-end;
}
.product-slider .swiper-button-next {
  left: inherit;
  right: 0;
}
.product-slider .swiper-button-next:hover, .product-slider .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.2);
}
.product-slider .swiper-button-next:after, .product-slider .swiper-button-prev:after {
  filter: grayscale(1) brightness(100);
  font-size: 19px;
  bottom: calc(50% - 20px);
  position: absolute;
}
.product-slider .swiper-button-next:hover::after, .product-slider .swiper-button-prev:hover::after {
  filter: none;
  color: #FF732D;
}
.product-slider-thumbs {
  margin-bottom: 90px;
}

.submenu-white-container {
  background: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
  margin-bottom: 1px;
}

.submenu {
  display: flex;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}

.submenu li {
  margin-right: 30px;
  list-style: none;
  margin-bottom: 10px;
}

.submenu .active {
  color: #cccccc;
}

.link-up {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.padding-left0 {
  padding-left: 0;
}

.maincol__section.padding-left0 h2 {
  padding-left: 4%;
}

.tour-programm {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tour-programm > li {
  margin-bottom: 16px;
  background-color: rgb(242, 242, 242);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}

.tour-programm > li .day_content div, .tour-programm > li .day_content p:not(.programma_title), .tour-programm > li .day_content span, .tour-programm > li .day_content li, .tour-programm > li .day_content strong {
  color: #333333 !important;
  font-family: "Roboto", serif !important;
  font-weight: 350 !important;
  font-size: 14px !important;
}
.tour-programm > li .day_content strong {
  font-weight: bold !important;
}

.tour-programm > li:last-child {
  border-bottom: none;
}

.tour-programm > li .accordion-content-inner > div {
  display: flex;
}

.tour-programm > li .accordion-content-inner > div > div:first-child {
  min-width: 136px;
  font-weight: bold !important;
  font-size: 16px !important;
  text-transform: uppercase;
  margin-right: 30px;
  white-space: nowrap;
  text-align: right;
}

.tour-programm > li .accordion-content-inner > div > div:last-child {
  flex-basis: calc(100% - 90px);
}

.day_content-pt.hasicon .day-time {
  padding-right: 50px;
}

.tour-programm .ico {
  padding-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  margin-left: -63px;
  position: absolute;
  width: 25px;
  height: 25px;
  background-size: contain;
  margin-top: -2px;
}

.tour-programm .ico-discount {
  background-size: 25px;
  background-position: center;
}

.tour-programm_city {
  font-size: 20px;
  font-weight: 600;
}

.expanded .tour-programm_city {
  background: -webkit-linear-gradient(90deg, #FF6600 0%, #FF1572 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tour-programm_accordion .accordion_title {
  background-image: url(/assets/i/plus.svg);
  background-position: right 0px top 2px;
  background-repeat: no-repeat;
  padding-right: 15px;
  font-weight: bold;
  background-size: 14px;
  min-height: 14px;
}

.accordion_title {
  color: #FF732D;
  cursor: pointer;
}

.tour-programm_accordion {
  position: relative;
  margin-bottom: 15px;
}

.tour-programm_accordion .close {
  position: absolute;
  top: 19px;
  right: 19px;
  cursor: pointer;
}

.tour-programm_accordion_expanded {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-left: -90px;
  padding-left: 90px;
}

.tour-programm_accordion_expanded .accordion_title {
  color: #000;
  cursor: default;
  background: none;
}

.tour-programm .ico-bus-gray {
  background-size: 21px;
  background-position: top center;
}

.tour-programm .ico-shopping-bag {
  background-size: 21px;
  background-position: top center;
}

.day_content-pt.obed-gray .programma_title {
  font-weight: 400;
  margin-top: 0px;
}

.hasicon.hascollapse .programma_title {
  margin-top: 10px;
}
.hasicon.hascollapse .collapse .programma_title::before {
  top: 15px;
}
.hasicon.hascollapse .collapse.expanded .programma_title::before {
  top: 8px;
}
.hasicon.hascollapse .ico.ico-hotel {
  margin-top: 1px;
}

.dates-rows {
  margin: 0;
  padding: 0;
}

.buy-dates {
  padding: 58px 25px;
}

.buy-dates > div, .buy-dates ul.dates-rows li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.buy-dates ul.dates-rows li {
  align-items: center;
}

.buy-dates ul.dates-rows li:last-child {
  margin-bottom: 30px;
}

.buy-dates > div > div, ul.dates-rows li > div {
  flex-basis: 25%;
  margin-right: 0;
  text-align: center;
}

ul.dates-rows li > div {
  align-items: flex-start;
}

.buy-dates > div > div:last-child, .dates-rows li > div:last-child {
  flex-basis: 25%;
  text-align: center;
}

.detail-btns-title a {
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
}
.detail-btns-title a:hover {
  text-decoration: none;
}

.detail-btns-title img {
  height: 35px;
}

.tour-detail {
  margin-bottom: 50px;
}

.tour-detail-content {
  text-align: center;
  padding: 50px 85px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px !important;
  font-family: "Roboto", serif !important;
}
.tour-detail-content p, .tour-detail-content span {
  font-size: 16px !important;
  font-family: "Roboto", serif !important;
}
.tour-detail-content h2 {
  font-size: 20px;
  color: #FF732D;
  font-weight: 500;
  margin-bottom: 32px;
}
.tour-detail-content .tour_incost p, .tour-detail-content .tour_incost span, .tour-detail-content .tour_incost div {
  font-size: 14px !important;
  margin-bottom: 0;
}
.tour-detail-content .tour_outcost p, .tour-detail-content .tour_outcost span {
  font-size: 16px !important;
}
.tour-detail-content .daterow span {
  color: #999;
}
.tour-detail-content > li {
  padding-left: 30px;
}
.tour-detail-content .button {
  font-size: 1rem;
  /* margin: -10px auto 0 auto; */ /*old*/
  margin: 0 auto;
  padding: 10px;
  max-width: 152px;
  padding: 10px;
  width: 100%;
}
.tour-detail-content .hr-gradient {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.tour-detail-content__daterow-date {
  position: relative;

  > span {
    position: absolute;
    left: 50%;
    bottom: 0;

    text-align: center;

    transform: translate(-50%, 103%);
  }
}

.tour-detail-content .detail-calendar, .tour-detail-content ul.dates-rows li > div.daterow-date {
  flex-basis: 180px;
}
.tour-detail-content .detail-avatar, .tour-detail-content ul.dates-rows li > div.daterow-count {
  flex-basis: 25%;
}
.tour-detail-content .detail-btns-title, .tour-detail-content ul.dates-rows li > div.daterow-btn {
  flex-basis: 152px !important;
}

.tour-detail .price {
  color: #FF732D;
  white-space: nowrap;
  margin-right: 10px;
  font-size: 20px;
}

.buy-dates .buy-dates-head {
  margin-bottom: 53px;
}

.buy-dates-head {
  color: #FF732D;
  font-size: 20px;
  font-weight: 600;
}
.buy-dates-head div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.buy-dates-head div img {
  margin-bottom: 7px;
}

.tour_incost, .tour_outcost {
  display: flex;
  justify-content: center;
  margin: 0 0 0px 0;
  padding: 0;
  font-weight: normal;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  gap: 20px;
  max-width: 1040px;
}

.tour_outcost > li {
  list-style: none;
  padding: 0 0 0 60px;
}

.column .head::first-letter, .column .leftgrayline p::first-letter {
  text-transform: capitalize;
}

.columns-row .column {
  list-style: none;
  padding: 0 0 0 60px;
  flex: 0 1 auto;
  min-width: 150px;
  max-width: 35%;
  padding: 0 15px;
  box-sizing: border-box;
}

.tour_incost > li:last-child {
  padding-right: 0;
}

.tour_incost .head {
  font-weight: bold;
}

.column-content {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  text-align: left;
}

/* Специальные правила для 2 колонок */
.columns-row[data-columns="4"] {
  justify-content: center;
  max-width: 1040px;
}

.columns-row[data-columns="3"] {
  justify-content: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.columns-row[data-columns="2"] {
  justify-content: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.tour_outcost {
  justify-content: flex-start;
}

.tour_attention {
  font-weight: normal;
  padding-left: 80px;
  margin-bottom: 50px;
  background-image: url(/assets/i/icons-catalog/chat.svg);
  background-repeat: no-repeat;
  background-position: 30px 0;
}

.buy-dates > div.tour_attention {
  display: block;
}

.tour_description_withicons {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 50px 0;
  padding: 0;
  flex-wrap: wrap;
}

.tour_description_withicons > li {
  list-style: none;
  flex-basis: 25%;
}

.tour_description_withicons > li.ico {
  margin: 0 0 25px 0;
  background-size: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  padding-left: 80px;
  padding-right: 5px;
}

.product-hotels {
  padding: 15px 50px 15px 45px;
  margin-bottom: 15px;
}
.product-hotels h2 {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
.product-hotels h2 img {
  height: 43px;
  margin-right: 15px;
}
.product-hotels .tour-programm > li .day_title::after {
  right: inherit;
  left: -30px;
  background-size: 14px;
  background-position: center;
}
.product-hotels .tour-programm > li {
  background: none;
  box-shadow: none;
}
.product-hotels .tour-programm > li .day_content {
  display: none;
}
.product-hotels .tour-programm > li .day_content div, .product-hotels .tour-programm > li .day_content p:not(.programma_title), .product-hotels .tour-programm > li .day_content span, .product-hotels .tour-programm > li .day_content li, .product-hotels .tour-programm > li .day_content strong {
  font-size: 14px !important;
}
.product-hotels .tour-programm > li .day_title {
  padding: 3px 0;
}
.product-hotels .h2expand.expanded .h2expand-content {
  margin-top: 25px;
}
.product-hotels .h2expand > h2:after {
  top: 15px;
}
.product-hotels .h2expand.expanded .h2expand-content {
  margin-left: 30px;
}
.product-hotels .tour-programm > li.expanded {
  padding-top: 0 !important;
}
.product-hotels .tour-programm > li.expanded .day_content {
  display: block;
  font-size: 14px;
}
.product-hotels .hotel-regurl {
  display: block;
  color: #464646;
  margin-top: 4px;
  margin-bottom: 12px;
  font-weight: 400;
  text-decoration: underline;
}
.product-hotels .hotel-regurl:hover {
  text-decoration: none;
}
.product-hotels .day_title__hotel {
  display: flex;
  align-items: center;
}
.product-hotels .stars {
  margin-left: 3px;
  white-space: nowrap;
}
.product-hotels .star {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2509803922));
}

#date {
  margin-top: 50px;
  scroll-margin: 120px;
}

.product-date h2#date {
  padding-top: 21px;
  margin-bottom: 0;
  display: block;
}

#intresting {
  margin-bottom: 0px;
  padding-top: 27px;
  padding-bottom: 100px;
}
#intresting .container {
  padding: 0;
}
#intresting .title-container {
  display: block;
}
#intresting .intresting_item > a {
  display: block;
  -webkit-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.25));
  -moz-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.25));
  -ms-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.25));
  -o-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.25));
}
#intresting .nextcircle {
  right: 18px;
  bottom: 15px;
  box-shadow: 0px 0px 5.5px 2px rgba(0, 0, 0, 0.2509803922);
}
#intresting .show-more {
  display: none;
}
#intresting .intresting-label {
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  width: 88px;
  height: 57px;
  box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.3019607843);
  background: linear-gradient(90deg, #FF6600 0%, #FF1572 100%);
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#intresting .intresting-label b {
  font-size: 14px;
  font-weight: 500;
}
#intresting .swiper-slide {
  overflow: hidden;
  border-radius: 8px;
}
#intresting .arrows-gray-wrapper {
  margin-top: 30px;
  width: 82px;
}
#intresting .arrows-gray-wrapper .swiper-button-next, #intresting .arrows-gray-wrapper .swiper-button-prev {
  background-image: url("/assets/i/icons/arrow-solid-gray.svg");
  background-position: center;
  filter: none;
  width: 26px;
  height: 36px;
}
#intresting .arrows-gray-wrapper .swiper-button-next:hover, #intresting .arrows-gray-wrapper .swiper-button-prev:hover {
  filter: brightness(0.5);
  background-position-y: 0;
}
#intresting .arrows-gray-wrapper .swiper-button-prev {
  rotate: none;
  transform: none;
  background-image: url("/assets/i/icons/arrow-solid-gray-left.svg");
}

.intrestings {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 0px auto 61px auto;
}

.intresting_item {
  position: relative;
  max-width: 387px;
  font-size: 1rem;
  border-radius: 8px;
  flex-basis: 24%;
}
.intresting_item a, .intresting_item a:hover {
  text-decoration: none;
}

.intresting_img_container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 368px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  border-radius: 8px;
  overflow: hidden;
}

.intresting_text {
  background: linear-gradient(180deg, rgba(208, 208, 208, 0.7) -10.82%, rgba(70, 70, 70, 0.7) 99.86%);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 17px 15px 20px 15px;
  height: 122px;
  width: 100%; /*new*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

a:hover .intresting_text {
  background: linear-gradient(180deg, rgba(100, 100, 100, 0.7) -10.82%, rgba(0, 0, 0, 0.7) 99.86%);
}

.intresting-title-wrapper {
  display: flex;
  align-items: center;
  height: 47px;
  padding-bottom: 15px;
}

.intresting-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2509803922);
  text-align: center;
  width: 100%;
}

.intresting-description {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
  padding-right: 55px;
}
.intresting-description p {
  margin: 0;
}

#intresting .button {
  margin: 20px 0 -40px 0;
}

.intresting_img_container:hover .button {
  background-color: #ed5f00;
}

#video {
  margin-top: 50px;
}

.video-container {
  margin-bottom: 64px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

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

.tour-detail-content .hr-gradient {
  margin-bottom: 25px;
}

.cankorporat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  margin: 36px auto !important;
  width: 86%;
}
.cankorporat .cankorporat-text {
  flex-basis: 57%;
  text-align: left;
  font-size: 16px;
  color: #5A5D62;
  font-weight: 500;
}
.cankorporat .btn {
  font-size: 16px;
  background-color: transparent;
  color: #5A5D62;
  box-shadow: none;
  box-shadow: 0px 0px 7.3px 2px rgba(0, 0, 0, 0.2509803922);
  padding: 8px 18px;
}
.cankorporat .btn:hover {
  background-color: #FF732D;
  color: #fff;
}

.NotinPriceandDopWrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  list-style: none;
  font-weight: normal;
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}
.NotinPriceandDopWrapper li {
  max-width: inherit;
}
.NotinPriceandDopWrapper > li {
  padding: 0 40px;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  line-height: 1.4;
}
.NotinPriceandDopWrapper > li .blockDopPrice-in {
  text-align: left;
}
.NotinPriceandDopWrapper .hr-gradient {
  width: 100%;
}

.NotinPriceandDopWrapper > li ul.tour_outcost > li {
  padding-left: 0;
  text-align: left;
  line-height: 1.4;
}
.NotinPriceandDopWrapper > li ul.tour_outcost > li:last-child {
  padding-right: 0;
}

.NotinPriceandDopWrapper > li ul {
  flex-direction: column !important;
  margin-bottom: 15px;
  align-items: center;
}

.NotinPriceandDopWrapper > li ul.tour_outcost {
  margin-bottom: 5px;
}

.NotinPriceandDopWrapper hr {
  max-width: 720px;
  margin: 0px auto 0px auto;
  border: 0;
  height: 3px;
  background: #D9D9D9;
}
.NotinPriceandDopWrapper h2 {
  margin-top: 0px;
  margin-bottom: 30px;
}

.OrganizationalDetails.tour-detail-content {
  padding-top: 35px;
  padding-bottom: 30px;
  margin-bottom: 5px;
}

.OrganizationalDetails > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.OrganizationalDetails > ul li {
  margin: 0 auto 60px auto;
  text-align: left;
}
.OrganizationalDetails > ul li p, .OrganizationalDetails > ul li span, .OrganizationalDetails > ul li strong, .OrganizationalDetails > ul li b {
  font-size: 16px !important;
  font-family: "Roboto", serif !important;
  font-weight: 400 !important;
}
.OrganizationalDetails > ul li .head {
  font-size: 20px !important;
  font-weight: bold !important;
  text-align: center;
}
.OrganizationalDetails > ul li:last-child {
  margin-bottom: 0;
}
.OrganizationalDetails > ul .ico, .OrganizationalDetails > ul .ico-znat {
  background-position: center top;
  padding-top: 50px;
  background-size: 40px;
  padding-left: 0;
}
.OrganizationalDetails > ul .ico {
  background-image: url(/assets/i/icons/important_icon.svg);
}
.OrganizationalDetails > ul .leftgrayline {
  display: flex;
  justify-content: center;
}
.OrganizationalDetails > ul .leftgrayline div {
  width: 100%;
}
.OrganizationalDetails > ul .leftgrayline p:last-child {
  margin-bottom: 0;
}
.OrganizationalDetails > ul .leftgrayline:before {
  content: "";
  display: block;
  width: 5px;
  min-width: 5px;
  margin-right: 12px;
  background-color: #D0D0D0;
}

.showmore_dates_wrapper {
  display: block !important;
  text-align: left !important;
}

.showmore_dates {
  display: inline-block;
  width: 180px !important;
  cursor: pointer;
  color: #FF732D;
  text-decoration: underline;
}

.showmore_dates:hover {
  text-decoration: none;
}

.tour-detail .dates-rows_open .daterow:nth-child(n+4) {
  display: flex !important;
}
.tour-detail .dates-rows_open .showmore_dates_wrapper {
  display: none !important;
}

/*rrrr*/
@media (max-width: 1380px) {
  .gallery {
    width: auto;
  }
}
@media (max-width: 930px) {
  .product-text {
    background-image: inherit;
  }
}
@media (max-width: 1200px) {
  .cankorporat {
    flex-direction: column;
    text-align: center;
    margin: 0 auto 30px auto !important;
  }
  .cankorporat .cankorporat-text {
    margin-bottom: 34px;
  }
}
@media (max-width: 1024px) {
  .product .headTourPage {
    flex-wrap: wrap;
    margin-bottom: 27px;
  }
  .product .headTourPage .botton {
    padding: 12px 40px;
  }
  .product .headTourPage .headTourPage-content {
    position: relative;
    overflow-x: clip;
    width: 100%;
    margin-right: 0;
    padding-top: 36px;
    padding-left: 9px;
  }
  .product .headTourPage .headTourPage-content .product-bottoms {
    flex-wrap: nowrap;
    margin-right: 10px;
  }
  .product .headTourPage .headTourPage-content h1 {
    font-size: var(--fz20);
  }
  .product .headTourPage .headTourPage-content .marshrut {
    font-size: var(--fz16);
    margin-bottom: 10px;
  }
  .product .headTourPage .headTourPage-content .artikul {
    margin-right: 30px;
    margin-bottom: 0;
    font-size: var(--fz12);
    min-height: 23px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .product .headTourPage .headTourPage-content .product-share {
    margin-top: 0;
  }
  .product .headTourPage .headTourPage-content .product-share .pdflink, .product .headTourPage .headTourPage-content .product-share .pdflink img {
    margin-right: 0;
  }
  .product .headTourPage .headTourPage-content .headTourPage__types {
    padding-right: 10px;
  }
  .product .headTourPage .headTourPage-content .headTourPage__types .headTourPage__types-icos {
    font-size: var(--fz12);
  }
  .product .headTourPage .headTourPage-content .headTourPage__types .ico-tickets {
    margin-right: 46px;
  }
  .product .headTourPage .headTourPage-content .product-lb {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 18px;
  }
  .product .headTourPage .headTourPage-content .button {
    font-size: var(--fz14);
  }
  .product .headTourPage .headTourPage-content .zabron-class {
    padding: 10px 26px;
  }
  .product .headTourPage .headTourPage-content .catalog-price {
    font-size: var(--fz16);
  }
  .product .headTourPage .otryv {
    transform: rotate(90deg) translateY(500px);
    height: 1180px;
    top: -590px;
    margin-top: 15px;
  }
  .product .gallery {
    display: none;
  }
  .product .swiper-GalleryMobile {
    display: block !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .product .swiper-GalleryMobile .swiper-button-next, .product .swiper-GalleryMobile .swiper-button-prev {
    background-size: 15px;
    background-position: center;
  }
  .product .swiper-GalleryMobile .swiper-pagination {
    bottom: 12px;
  }
  .product .swiper-GalleryMobile .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px !important;
  }
  .product .product-text {
    background-image: url("/assets/i/product-text-bg-m.svg");
    background-repeat: no-repeat;
    background-position: right 19px bottom 0px;
  }
  .product .product-text .product-text-content:before {
    display: none;
  }
  .product .product-text span, .product .product-text p, .product .product-text strong, .product .product-text b, .product .product-text i {
    font-size: var(--fz14) !important;
  }
  .product .tour-programm {
    width: calc(100% + 28px);
    margin-left: -14px;
  }
  .product .tour-programm > li {
    padding-left: 0;
  }
  .product .tour-programm > li .day_title {
    display: flex;
  }
  .product .day_title__name {
    padding-left: 0px;
    padding-right: 25px;
  }
  .product .tour-programm_city {
    font-size: var(--fz16);
  }
  .product .day_content {
    padding-right: 15px;
  }
  .product .tour-programm > li .day_content .day_content-pt {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }
  .product .tour-programm > li .day_title .day_title__day {
    min-width: auto;
    display: inline-block;
    padding: 9px 15px;
    font-size: var(--fz16);
    margin-left: 0px;
    white-space: nowrap;
  }
  .product .tour-programm > li .accordion-content-inner > div > div:first-child {
    min-width: auto;
    font-size: var(--fz14) !important;
    margin-bottom: 5px;
  }
  .product .tour-programm > li .accordion-content-inner > div.hasicon > div:last-child {
    padding-left: 35px;
  }
  .product .tour-programm > li .accordion-content-inner > div.hasicon > div:last-child .ico {
    margin-left: -35px;
    margin-top: 0px;
  }
  .product .tour-programm > li .accordion-content-inner > div > div:last-child.collapse {
    padding-left: 35px;
    margin-left: 20px;
  }
  .product .tour-programm > li .accordion-content-inner > div > div:last-child.collapse .ico {
    margin-left: -53px;
    margin-top: 0px;
  }
  .product .hasicon.hascollapse .collapse .programma_title::before {
    top: 5px;
  }
  .product .hasicon.hascollapse .collapse.expanded .programma_title::before {
    top: -2px;
  }
  .product .tour-programm > li .day_content div, .product .tour-programm > li .day_content p:not(.programma_title), .product .tour-programm > li .day_content span, .product .tour-programm > li .day_content li, .product .tour-programm > li .day_content strong {
    font-size: var(--fz12) !important;
  }
  .product .tour-programm > li.expanded {
    padding: 0;
  }
  .product .tour-programm > li .day_content p.programma_title {
    font-size: var(--fz14) !important;
    position: relative;
  }
  .product .tour-programm > li .day_title::after {
    background-size: 14px;
    background-position: center;
    top: 34px;
    right: 20px;
  }
  .product h2 {
    font-size: var(--fz24);
  }
  .product .video-container {
    border-radius: 10px;
    overflow: hidden;
  }
  .product .buy-dates-head div.detail-btns-title {
    display: none;
  }
  .product .showmore_dates_wrapper {
    text-align: center !important;
  }
  .product ul.dates-rows li div.daterow-btn {
    flex-basis: 100% !important;
  }
  .product .tour-detail-content {
    padding: 21px !important;
  }
  .product .buy-dates .buy-dates-head {
    font-size: var(--fz14);
  }
  .product .buy-dates > div, .product .dates-rows li {
    position: relative;
    flex-wrap: wrap;
  }
  .product .buy-dates .daterow-btn {
    flex-basis: 100% !important;
    width: 100%;
  }
  .product .buy-dates .dates-rows .button {
    width: 91.6%;
    max-width: inherit;
    margin-top: 44px;
    font-size: var(--fz14);
    padding: 12px;
  }
  .product .buy-dates .dates-rows .button.btn-border {
    padding: 10px;
  }
  .product .buy-dates > div > div, .product ul.dates-rows li > div {
    margin: 0;
    padding: 0 !important;
    flex-basis: auto !important;
  }

  .tour-detail-content__daterow-date > span {
    width: 100%;

    text-align: left;
  }

  .tour-detail-content__catalog-price {
    position: relative;

    display: block;
  }
  
  .tour-detail-content__wr-cat-price-old {
    position: absolute;
    align-items: center;
    gap: 7px;

    transform: translateY(-103%);
  }

  .tour-detail-content__wr-cat-price-cur .tour-detail-content____current-cat-price {
    font-size: 16px !important;

    & .tour-detail-content__cat-price__price_b {
      font-size: 16px !important;
    }
  }

  .product .tour_incost, .product .tour_outcost {
    flex-direction: column;
  }
  .product .tour_outcost {
    padding: 0;
    margin-bottom: 0;
  }
  .product .tour_description_withicons > li.ico {
    padding-left: 40px;
  }
  .product .tour_outcost > li {
    padding-bottom: 25px;
    max-width: 100%;
  }
  .product .tour-detail-content {
    padding: 15px 20px;
  }
  .product .tour-detail .price {
    font-size: var(--fz16);
    margin-right: 0;
  }
  .product .daterow-date {
    text-align: left;
    max-width: 112px;
    min-width: 104px;
  }

  .product .detail-calendar {
    max-width: 112px;
    min-width: 104px;
    margin-left: -15px !important;
    margin-right: 15px !important;
  }
  .product .cankorporat .btn {
    margin-top: 34px;
  }
  .product .tour-detail {
    margin-bottom: 27px;
  }
  .product .intresting_item {
    margin: 0 auto;
    overflow: hidden;
  }
  .product #intresting .arrows-gray-wrapper {
    height: 28px;
    width: 80px;
  }
  .product #intresting .arrows-gray-wrapper .swiper-button-next, .product #intresting .arrows-gray-wrapper .swiper-button-prev {
    background-size: contain;
    background-position: center;
  }
  .product .arrows-gray-wrapper .swiper-button-prev {
    margin-top: -22px;
  }
  .product #intresting {
    margin-bottom: 14px;
  }
  .product #intresting .swiper-slide {
    width: 250px;
  }
  .product .product-text {
    margin-bottom: 34px;
  }
  .product h2#date {
    padding-top: 10px;
  }
  .product h2#programma {
    padding-top: 0;
    margin-bottom: 15px;
  }
  .product h2#video {
    margin-top: 26px;
    margin-bottom: 9px;
    padding: 0;
  }
  .product h2#details {
    margin-top: 27px;
    margin-bottom: 13px;
    padding: 0;
  }
  .product .cankorporat {
    width: 100%;
  }
  .product .cankorporat .cankorporat-text {
    text-align: center;
  }
  .product .price-label-wraper, .product .detail-wallet {
    min-width: 110px;
  }
  .product .tour-detail-content .hr-gradient {
    width: 100%;
    margin-bottom: 18px;
  }
  .product .tour-detail-content h2 {
    font-size: var(--fz20);
    margin-bottom: 20px;
  }
  .product .tour-detail-content .tour_incost li {
    margin-bottom: 1rem;
  }
  .product .tour-detail-content .tour_incost p {
    margin-bottom: 0.2rem;
  }
  .product .OrganizationalDetails > ul li {
    margin-bottom: 40px;
  }
  .product .OrganizationalDetails > ul li .head {
    font-size: var(--fz14) !important;
  }
  .product .OrganizationalDetails > ul li p, .product .OrganizationalDetails > ul li span, .product .OrganizationalDetails > ul li strong, .product .OrganizationalDetails > ul li b {
    font-size: var(--fz12) !important;
  }
  .product .OrganizationalDetails > ul .leftgrayline {
    justify-content: flex-start;
  }
  .product .OrganizationalDetails > ul .leftgrayline:before {
    width: 3px;
    min-width: 3px;
  }
  .product .product-hotels {
    padding: 15px 20px 15px 27px;
  }
  .product .product-hotels .tour-programm > li .day_title::after {
    top: 5px;
  }
  .product .product-hotels .h2expand > h2:after {
    right: 0;
  }
  .product .product-hotels .tour-programm > li.expanded .day_content {
    padding-top: 5px;
  }
  .product .product-hotels .h2expand.expanded .h2expand-content {
    margin-left: 45px;
  }
  .product .product-hotels .tour-programm > li.expanded .day_content {
    font-size: var(--fz14) !important;
  }
  .product .showmore_dates_wrapper {
    margin-top: -10px;
  }
  .product .showmore_dates_wrapper .detail-btns-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 20px 0;
  }
  .product .showmore_dates_wrapper .detail-btns-title img {
    margin-bottom: 10px;
  }
  .product .product-top-1 {
    margin-top: 35px;
  }
  .product .NotinPriceandDopWrapper > li {
    padding: 0;
  }
  .product .NotinPriceandDopWrapper .hr-gradient {
    margin: 0;
  }
  .product .NotinPriceandDopWrapper h2 {
    margin-top: 25px;
  }
}
@media (max-width: 1300px) {
  .columns-row[data-columns="4"] {
    flex-wrap: wrap;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .columns-row[data-columns="4"] .column {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 1100px) {
  .columns-row[data-columns="3"] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .columns-row[data-columns="3"] .column {
    max-width: 100%;
    margin-bottom: 0;
  }
  .columns-row[data-columns="3"] .column:nth-child(3) {
    grid-column: span 2;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 772px) {
  .columns-row[data-columns="2"] {
    flex-wrap: wrap;
  }
  .columns-row[data-columns="2"] .column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .columns-row[data-columns="4"],
  .columns-row[data-columns="3"],
  .columns-row[data-columns="2"] {
    max-width: 100%;
  }
  .columns-row[data-columns="4"] .column,
  .columns-row[data-columns="3"] .column,
  .columns-row[data-columns="2"] .column {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .columns-row[data-columns="3"] {
    display: flex;
    flex-direction: column;
  }
  .columns-row[data-columns="3"] .column:nth-child(3) {
    grid-column: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .columns-row {
    gap: 0;
  }
  .column {
    margin-bottom: 20px;
  }
  .column:last-child {
    margin-bottom: 0;
  }
  .headTourPage .product-tags {
    font-size: var(--fz13);
  }
  .tour-detail-content .tour_incost p, .tour-detail-content .tour_incost span, .tour-detail-content .tour_incost div {
    font-size: var(--fz14) !important;
  }
  .cankorporat .btn, .cankorporat .cankorporat-text {
    font-size: var(--fz16);
  }
  .tour-detail-content p, .tour-detail-content span, .tour-detail-content {
    font-size: var(--fz16) !important;
  }

  .label-wrapper-wr-small_mob {
    display: block;
  }

  .product .buy-dates .dates-rows .button, .product .headTourPage .headTourPage-content .button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1024px) and (min-width: 376px) {
  #intresting .intresting-label {
    font-size: var(--fz10);
    min-width: 88px;
    width: 30%;
  }
  .intresting-title {
    font-size: var(--fz16);
  }
  #intresting .intresting-label b {
    font-size: var(--fz14);
  }
  .intresting-description {
    font-size: clamp(14px, 3vw, 21px);
    padding-right: clamp(55px, 8vw, 100px);
  }
  .intresting-title {
    font-size: clamp(16px, 3vw, 24px);
  }
  .intresting_item {
    max-width: none;
  }
  #intresting .intresting_img_container {
    min-width: 40vw;
    min-height: clamp(288px, 58vw, 580px);
  }
  #intresting .nextcircle {
    width: clamp(40px, 7vw, 60px);
    height: clamp(40px, 7vw, 60px);
  }
  .intresting-description .shape {
    width: 4vw;
  }
  .intresting_text {
    height: clamp(122px, 22vw, 300px);
  }
  #intresting .nextcircle {
    width: clamp(40px, 7vw, 60px);
    height: clamp(40px, 7vw, 60px);
    min-height: 40px;
  }
  #intresting .nextcircle img {
    width: calc(100% - 15px);
  }
}
@media (max-width: 768px) {
  .product .tour-programm > li .accordion-content-inner > div.hasicon > div:last-child {
    padding-left: 0;
  }
  .product .tour-programm > li .accordion-content-inner > div.hasicon > div:last-child .ico {
    display: none;
  }
  .product .tour-programm > li .accordion-content-inner > div > div:last-child.collapse {
    padding-left: 0px;
    margin-left: 20px;
  }
  .product .tour-programm > li .accordion-content-inner > div > div:last-child.collapse .ico {
    display: none;
  }
}/*# sourceMappingURL=product.css.map */