

/* Start:/local/templates/travelsoft/components/bitrix/news/tours/bitrix/news.detail/.default/style.css?17746057886167*/
.price-sale {
	font-size: 12px !important;
	background: #26bdf7 !important;
	padding: 7px 21px !important;
	margin-top: 21px !important;
	border-radius: 0 !important;
}
.price-sale span {
	font-size: 12px !important;
}
.travel_tour div.product p.price, .travel_tour-page div.product p.price {
	font-size: 1.4em !important;
}
.flexslider {
	margin: 0 !important;
}
.margin_60 {
	padding-top: 0 !important;
}
.flexslider {
	margin: 0 !important;
}
.margin_60 {
	padding-top: 0 !important;
}
#carousel ul {
	padding-top: 3px !important;
}
#carousel ul li {
	margin-right: 3px !important;
	/*width: auto !important;*/
}
i.arrow_left, i.arrow_right {
	font-size: 35px;
}
#carousel .flex-next, #carousel .flex-prev {
	top: 56% !important;
	width: 35px !important;
	height: 35px !important;
}
.flex-direction-nav a.flex-next:before, .flex-direction-nav a:before {
	content: '' !important;
}
ul.booking-list {
	margin-bottom: 30px !important;
}
ul#cat_nav li a:after {
	content: "" !important;
}
.box_style_general {
	padding-bottom: 30px !important;
}
.box_style_general ul {
	margin-left: 20px;
}
ul.files {
	list-style: none;
	padding-left: 0;
}
.box_detail .price>span {
    font-size: 1.9375rem;
    font-size: 31px;
    font-weight: 600;
}
.box_detail .price>span>small {
    font-size: .6875rem;
    font-size: 11px;
    font-weight: 500;
}

.youtube-resize iframe {
	max-height:550px;
}
.feature-box ul li, .feature-box-2 ul li{list-style: disc !important ;}
.modal-body li {list-style: disc !important ;}
.btn-third {padding:10px !important; color:#fff !important}
.btn-third:hover {background-color:#6D79BB}

@media (max-width:1199px) {.youtube-resize iframe {
	max-height:460px;
	}
}

@media (max-width:767px) {.youtube-resize iframe {
	max-height:340px;
	}
}

.slick-gallery-slideshow .slider.gallery-slideshow div:not(:first-child) .image img{
	display: none;
}
.slick-gallery-slideshow .slider.gallery-slideshow.slick-initialized div:not(:first-child) .image img{
	display: block;
}
.slick-gallery-slideshow .slider.gallery-nav div .image img{
	display: none;
}
.slick-gallery-slideshow .slider.gallery-nav.slick-initialized div .image img{
	display: block;
}

ul.list-mobile-visible{
	display: none;
}
ul.list-pc-visible{
	display: block;
}
@media only screen and (max-width: 991px){
	ul.list-mobile-visible{
		display: block;
	}
	ul.list-pc-visible{
		display: none;
	}
}
/* .price-include {background-color:#e5f4e8 !important}
.price-no-include {background-color:#f4e5e5 !important} */

.price-include ul, .price-no-include ul{
	/* padding-left: 15px; */
  list-style: none;
}
.price-include ul li, .price-no-include ul li{
	line-height: 1.7!important;
  list-style-type: none !important;
}
.price-include ul li::before{
	content: "✓";
	color: #28a745;
  font-size: 16px;
  font-weight: 800;
  margin-right: 10px;
}
.price-no-include ul li::before{
	content: "✗";
	color: #ffad00;
  font-size: 16px;
  font-weight: 800;
  margin-right: 10px;
}

.collapse-inner img{
	border-radius: 16px;
}

.share-btn-container{
	position: absolute;
	top: 20px;
	right: 20px;
}
/*Слайдер в программу*/
 .tdb2-photos {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
  }
  .tdb2-photos img {
    width: calc(33.33% - 7px);
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }
  .tdb2-photos img:hover {
    opacity: 0.85;
  }
  .tdb2-text {
    font-size: 14.5px;
    line-height: 1.75;
    color: #374151;
  }
  .tdb2-text .tdb2-orange {
    color: #FFB300;
    font-weight: 700;
  }
  .tdb2-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
  }
  .tdb2-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #374151;
  }
  .tdb2-list li::before {
    content: '';
    display: inline-block;
    min-width: 18px;
    height: 18px;
    margin-top: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFB300' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M8 12l3 3 5-5'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* Лайтбокс */
  .tdb2-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    z-index: 99999;
    align-items: center;
    justify-content: center;
  }
  .tdb2-lightbox.active {
    display: flex;
  }
  .tdb2-lightbox img {
    max-width: 90vw;
    max-height: 85vh;
    border-radius: 12px;
    object-fit: contain;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    animation: tdb2-zoom-in 0.25s ease;
  }
  @keyframes tdb2-zoom-in {
    from { transform: scale(0.88); opacity: 0; }
    to   { transform: scale(1);    opacity: 1; }
  }
  .tdb2-lightbox-close {
  position: absolute;   /* было: fixed */
  top: 20px;
  right: 28px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  opacity: 0.8;
  transition: opacity 0.15s;
  user-select: none;
  z-index: 1;
  }
  .tdb2-lightbox-close:hover { opacity: 1; }
  .tdb2-lightbox-prev,
  .tdb2-lightbox-next {
  position: absolute;   /* было: fixed */
  top: 50%;
  transform: translateY(-50%);
  font-size: 42px;
  color: #fff;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.15s;
  user-select: none;
  padding: 0 18px;
  z-index: 1;
  }
  .tdb2-lightbox-prev { left: 10px; }
  .tdb2-lightbox-next { right: 10px; }
  .tdb2-lightbox-prev:hover,
  .tdb2-lightbox-next:hover { opacity: 1; }

  /* Мобильный слайдер */
  @media (max-width: 768px) {
    .tdb2-photos {
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      padding-bottom: 4px;
    }
    .tdb2-photos::-webkit-scrollbar { display: none; }
    .tdb2-photos img {
      flex: 0 0 78%;
      width: 78%;
      height: 210px;
      cursor: default;
    }
    .tdb2-photos img:hover { opacity: 1; }
    .tdb2-lightbox { display: none !important; }
  }
/* End */


/* Start:/local/components/travelsoft/share.btn/templates/.default/style.css?1774423465144*/
.ts-share-btn {
    border-radius: 50px;
    padding: 8px;
    border: none;
    background: #fff;
    height: 40px;
    display: none;
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?174187171351*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/travelsoft/components/travelsoft/travelsoft.news.list/home_tours/style.css?1744121708303*/
.product-grid-item p {margin: 5px 0 !important;}
.product-grid-item small {display: inline-block !important;}
li.tour-options-item.orange {background-color: #fb7e7e;}
.product-grid-item .tour-name { line-height: 1.25; margin-bottom: 7px; font-size:19px; color: #212121; }
.tour-name a {font-weight:500;}
/* End */
/* /local/templates/travelsoft/components/bitrix/news/tours/bitrix/news.detail/.default/style.css?17746057886167 */
/* /local/components/travelsoft/share.btn/templates/.default/style.css?1774423465144 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?174187171351 */
/* /local/templates/travelsoft/components/travelsoft/travelsoft.news.list/home_tours/style.css?1744121708303 */
