

/* Start:/local/templates/travelsoft/components/travelsoft/booking.search_form/form_inner_info/style.css?1760005538202*/
.side-form__title {
    font-size: 16px;
    line-height: 130%;
}

.side-form__price {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
}

.price-title{
    color: var(--primary);
}
/* End */


/* Start:/local/templates/travelsoft/components/bitrix/news/excursions/bitrix/news.detail/.default/style.css?17628511261518*/
.gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#location iframe {
    height: 100%;
    width: 100%;
}

.map-container {
    display: flex;
    width: 100%;
    height: 450px;
}

#no-map {
    height: 100%;
    width: 100%;
}

.price-col{
    font-size: 18px;
}

.tour_details_top_bottom h5{
    color: #7FB438;
}

@media (max-width: 576px) {
    .toru_details_top_bottom_item {
        display: inline-grid!important; 
    }

    .tour_details_boxed_inner{
        overflow: scroll;
    }

    .side-form__price{
        font-size: 18px;
    }
}

.few{
    background: lightgreen;
}

.dials{
    background: yellow;
}

.no{
    background: red; 
    color:white;
}

.button-cons button{
    margin-top: -110px;
    height: 45px;
}

.top-form button{
    font-size: 14px;
}

.season-content {
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.season-content.active {
    display: block;
    opacity: 1;
}

.description-control {
    border-radius: 0.5rem;
    display: flex;
    text-align: center;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.description-control:not(.active):hover {
    cursor: pointer;
}

.description-control.active {
    color: #fff;
    background-color: #002AB2;
}
/* End */


/* Start:/local/templates/travelsoft/components/travelsoft/callback/travelsoft_ticket/style.css?17598471751877*/
.form-input-button{
	all:unset;
}

.form-input, .form-input-button{
	background: #fff;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	padding: 0 15px 0 15px;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,0.21);
}

.form-leave-ticket{
    display: flex;
    justify-content: space-around;
    flex-flow: column;
    font-size: 16px;
}
.form-leave-ticket label{
	font-size: 14px;
}
.form-leave-ticket .form-group input.form-input{
	vertical-align: middle;
  	display: inline-block;
  	border: 1px solid #e8e8e8;
  	max-width: 100%;
  	width: 100%;
  	color: #3e4a4f;
  	transition: .2s ease-in-out;
  	transition-property: color,background-color,border-color,box-shadow;
  	border-radius: 20px;
	padding-left: 30px;
}
.form-leave-ticket .form-group input.form-input::placeholder{
	color: #999;
}
.subscription-image img{
	width: 100%;
}
.subscription_help{
	color: #0079bf;
}
.subscribe-wrap .form-leave-ticket .btn.btn-secondary.subscription-button{
	display: block;
  	margin-right: auto;
  	padding: 1.25rem 2.5rem;
  	font-weight: 500;
}
.form-leave-ticket .form-group{
	position: relative;
}
.form-leave-ticket .form-group span.form-group-icon{
	position: absolute;
	width: 2.5rem;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #002AB2;
}
.form-leave-ticket .form-group span.form-group-icon svg{
	stroke: currentColor;
}
#ts_leave_ticket {
  height: 100%;
}
#ts_leave_ticket .success-container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#ts_leave_ticket .success-container .success {
  padding: 2rem;
  font-size: 22px;
  width: 30rem;
  max-width: 100%;
  color: #fff;
  border-radius: 1rem;
  /*background: radial-gradient(rgb(0,200,0) 0%,rgb(0,150,0) 86%,rgba(255, 255, 255, 0) 100%);*/
  background: #0079bf;
  transition: ease-in 0.5s;
}
/* End */


/* Start:/local/templates/travelsoft/components/travelsoft/news.list.improved/tours.slider/style.css?17624407591166*/
/* .price {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 5px;
}

.price__value {
    font-size: 20px;
    font-weight: bold;
}

.price__currency {
    font-size: 18px;
}

.price-col{
    font-size: 18px;
}

@media (max-width: 1200px) {
    .price__value, .price__currency {
        font-size: 14px;
    }
}

.common_card_four_bottom_right .price-col{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 5px;
}

.tooltip-p {
    background-color: #fff;
    color: #64472d;
    padding: 2px 5px;
    border-radius: 4px;
    z-index: 1000;
    bottom: 100%;
    left: 0%;
    margin-top: 5px;
    text-wrap: nowrap;
    font-size: 14px;
    background: #eeeeeed1;
    width: min-content;
}
.common_card_four_bottom_right {display: flex;
    flex-direction: column;}
.price-col:hover .tooltip-p {
    display: block;
}
.common_card_four_bottom_right .price-col-currency {display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    line-height: 1.2;
    margin-right: 10px;}
.common_card_four_bottom_right  small {font-size: .875em;
    color: #727178;
	font-weight: 400;} */
/* End */
/* /local/templates/travelsoft/components/travelsoft/booking.search_form/form_inner_info/style.css?1760005538202 */
/* /local/templates/travelsoft/components/bitrix/news/excursions/bitrix/news.detail/.default/style.css?17628511261518 */
/* /local/templates/travelsoft/components/travelsoft/callback/travelsoft_ticket/style.css?17598471751877 */
/* /local/templates/travelsoft/components/travelsoft/news.list.improved/tours.slider/style.css?17624407591166 */
