

/* Start:/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/style.css?178647194518934*/
.bx-filter {
	width: 100%;
	margin-bottom: 20px;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	padding-top: 26px
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
}
.bx-filter .bx-filter-parameters-box-title {
	font-size: 13px;
	padding-bottom: 7px;
}
@media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box-title span {
	color: #0279c0;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	border-color: #0279c0;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
	/*color: #95a1a8;*/
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	/*color: #758087;*/
	border-color: transparent;
}
.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}
.bx-filter-parameters-box-container {
    padding-bottom: 20px;
    width: 100%;
    max-height: 140px;
    overflow-y: auto;
    border-radius: 6px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
}
/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 18px;
	height: 38px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	outline: none
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/border_default.png) 2 repeat;
}
/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/active.png) 2 repeat;
			border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
	clear: both;
}
/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding-top: 35px;
	padding-bottom: 25px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	/*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: bold;*/

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
border-radius: 8px;
    border-color: #6C7592;
    padding-left: 15px;
    font-size: 1rem;
    font-weight: 400;
    color: #6C7592;
    line-height: 67px;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/active.png) 2 repeat;
			border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0 33px 0 10px;
    background: #fff;
    border-radius: 8px;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label {
	/*font-size: 13px;*/
	margin-bottom: 0;
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio 
*
*/

.bx-filter .bx-filter-input-checkbox {    
	display: flex;
    align-items: center;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
    gap: 0.5rem;
}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {
    margin-top: 4px \9;
    margin-top: -2px;}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;

}
/*
* 	BTN 
*
*/

.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/active.png) 2 repeat;
			border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	/*font-weight:bold;*/

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	/*position:relative;*/
	/*top:4px;*/

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

.bx-filter .bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}
/*
*	BTN result and reset 
*
*/

.btn-themes {
	/*background-color: #1485CE;/* COLOR */
	/*border-color: #1485CE;/* COLOR */
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	/*background-color: #53A4D8;/* COLOR */
	/*border-color: #53A4D8;/* COLOR */
	color: #FFF
}
/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #C6DCE7;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}
.bx-filter-block .disabled {display:none !important;}
.btn_search {    width: 100%;
    border: none;
    background: #FCA702;
    color: #fff;
    border-radius: 8px;
    padding: 9px 0;
    transition: all .5s ease-in-out;
}
.smartfilter {
  padding: 1rem;
  background: #fff;
  border-radius: 1rem;
}
/* End */


/* Start:/local/templates/travelsoft/components/travelsoft/booking.main-search-form/tsoperator_intourdv/style.css?17887588719857*/
#main-search_form-with-tabs-v2 {
    z-index: 2;
    width: 100%;
    -ms-flex-item-align: baseline;
    align-self: baseline
}

#main-search_form-with-tabs-v2 .hor-scrolling {
    width: 100%;
    overflow: scroll;
    position: relative;
    min-height: 2.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-overflow-style: none;
    border-bottom: 0 !important;
    scrollbar-width: none
}

#main-search_form-with-tabs-v2 .hor-scrolling::-webkit-scrollbar {
    display: none
}

#main-search_form-with-tabs-v2 .card {
    border-radius: 0 4px 4px 4px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0;
    /* background:#fff !important; */
    padding: 0;
    margin: 0;
}

#main-search_form-with-tabs-v2 .card.hor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

#main-search_form-with-tabs-v2 .card .form-group {
    /* padding:0 .5rem; */
    -ms-flex-preferred-size: 20%;
    /* flex-basis: 20%; */
    /* -webkit-box-flex:1; */
    -ms-flex-positive: 1;
    /* flex-grow:1; */
}
#main-search_form-with-tabs-v2 .card .form-group .form-control{
    border: 0;
    background-color: unset;
    height: 55px;
    font-size: 18px;
    line-height: 22px;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    color: #495057;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#main-search_form-with-tabs-v2 .card .form-group.class-style-fiction {
  position: relative;
}
#main-search_form-with-tabs-v2 .card .form-group label {
    display: none;
}

#main-search_form-with-tabs-v2 .card .form-group:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    background: #0279c0;
}

/*@media (max-width: 1079.98px) {
    #main-search_form-with-tabs-v2 .card .form-group:last-child {
        margin:1rem auto
    }
}*/

/*#main-search_form-with-tabs-v2 .card .form-group:last-child .btn {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: auto auto 0;
    text-align: center;
    background: #0279c0;
    border-radius: 0;
    border-radius: 6px !important;
    border: 1px solid;
    margin-left: 10px;
    border-radius: 6px;
}*/

#main-search_form-with-tabs-v2 .card #packagetours .form-group:nth-child(n+3) {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%
}

#main-search_form-with-tabs-v2 .card .btn {
    margin-top: auto;
    -ms-flex-item-align: baseline;
    align-self: baseline
}

#main-search_form-with-tabs-v2 .card-header {
    background: #fc1313
}

#main-search_form-with-tabs-v2 .card-header .h6 {
    color: white;
    z-index: 1;
    position: relative;
    display: inline-block;
    margin: 0;
    background: #fff;
    border-radius: 1.5625rem;
    padding: .5rem 1rem;
    height: 100%
}

#main-search_form-with-tabs-v2 .card-header .h6 span {
    position: relative;
    z-index: 1
}

#main-search_form-with-tabs-v2 .card-body {
    background: rgba(0,0,0,0);
    padding: 1.25rem
}

#main-search_form-with-tabs-v2 .nav {
    /*-webkit-box-pack: center;*/
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

#main-search_form-with-tabs-v2 .nav-link {
    border-color: transparent;
    color: #6c757d;
    padding: 8px 14px;
    font-size: 1rem;
    border-radius: 8px 8px 0 0;
    height: 100%;
    opacity: 1;
    /* margin-left: 10px; */
    border: 1px solid #0279c0;
    /* margin-right: 10px; */
    border-bottom: 0;
    cursor: pointer;
}
#main-search_form-with-tabs-v2 .nav-link:not(.active):hover
{
  border-color: transparent !important;
  background-color: #0e0adb !important;
  color: #ffffff !important;
  border-radius: 5px;
}

#main-search_form-with-tabs-v2 .nav-link.active {
    background: #0279c0;
    color: #fff;
    border-radius: 8px 8px 0 0;
    opacity: 1;
    position: relative
}

#main-search_form-with-tabs-v2 .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#main-search_form-with-tabs-v2 .tab-content {
    padding-top: 0;
    width: 100%
}

#main-search_form-with-tabs-v2 .tab-content p {
    text-align: center;
    width: 80%;
    margin: 0 auto 2rem;
    color: #898989
}
#main-search_form-with-tabs-v2 .nav-link.active:after {display:none}


@media (min-width: 1079px) {
    #main-search_form-with-tabs-v2 .card .form-group.form-group-15 {
        flex-basis: 15% !important;
    }
    #main-search_form-with-tabs-v2 .card .form-group.form-group-30 {
        flex-basis: 30% !important;
    }
    #main-search_form-with-tabs-v2 .card .form-group.form-group-10 {
        flex-basis: 10% !important;
    }
}

@media (max-width: 1079.98px) {
    #main-search_form-with-tabs-v2 {
        padding-top:0
    }

    #main-search_form-with-tabs-v2 .nav-pills {
        /*position: absolute;*/
        top: 0;
        left: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        display: -webkit-box;
    }

    #main-search_form-with-tabs-v2 .nav-item {
        /* white-space: nowrap; */
        line-height: 1;
    }

    #main-search_form-with-tabs-v2 .card .form-group {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    #main-search_form-with-tabs-v2 .card .btn {
        margin-top: .625rem
    }

    #main-search_form-with-tabs-v2 .card #packagetours .form-group:nth-child(n+3) {
        -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3)
    }
}

@media (max-width: 839.98px) {
    #main-search_form-with-tabs-v2 {
        height:auto
    }

    #main-search_form-with-tabs-v2 .row {
        margin: 0
    }
}

@media (max-width: 659.98px) {
    #main-search_form-with-tabs-v2 .card .form-group {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%
    }

    #main-search_form-with-tabs-v2 .card #packagetours .form-group:nth-child(n+3) {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important
    }
}

#main-search_form-with-tabs-v2{
    background-color: #ffffff!important;
    /*margin-top: 1rem;*/
    padding: 0rem 1rem 0rem;
    border-radius: 0 0 8px 8px;
}
#main-search_form-with-tabs-v2 .hor-scrolling{
    justify-content: flex-start;
}
#main-search_form-with-tabs-v2 .nav-link{
    /* all: unset обнуляет ВСЁ, включая cursor: pointer, который браузер
       даёт ссылкам по умолчанию. Табы «Туры / Китай / Экскурсионные туры»
       выглядели кликабельными, но под курсором оставались стрелкой —
       для интерактивного элемента это читается как «не работает».
       Возвращаем руками: правило выше по файлу его задаёт, но этот блок
       идёт позже и перебивает. */
    all: unset;
    cursor: pointer;
    font-size: 15px;
    color: #0e0adb;
    font-weight: 700;
    text-transform: uppercase;
    border-width: 1px;
    border-radius: 5px;
    padding: 9px 18px 8px;

}
#main-search_form-with-tabs-v2 .nav-link.active{
    border-color: transparent !important;
    background-color: #0e0adb !important;
    color: #ffffff !important;
    border-radius: 5px;
}
#main-search_form-with-tabs-v2 .nav-item{
    position: relative;
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid transparent;
    text-overflow: ellipsis;
    font-weight: 400;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
#main-search_form-with-tabs-v2 .booking-form{
    background: transparent!important;
    border: none!important;
    padding: 15px 1rem !important;
    border-radius: 4px!important;
    box-shadow: none!important;
}
#main-search_form-with-tabs-v2 .booking-form .form-group{
    background-color: #fff;
    border: 1px solid #D9D9D9;
margin: 0;

}
#main-search_form-with-tabs-v2 .booking-form .form-group:first-child {
    border-radius: 4px 0 0 4px;

}
#main-search_form-with-tabs-v2 .booking-form .form-group:last-child {
    border-radius: 0px 4px 4px 0px;
}
#main-search_form-with-tabs-v2 .booking-form .form-group:last-child{
    background-color: transparent!important;
    border-color: #f17105;
}
#main-search_form-with-tabs-v2 .booking-form .form-group > .btn{
    margin: 0!important;
    height: 100%;
    border: none;
    border-radius: 0 !important;
    background: #f17105;
    display: flex!important;
    width: 100%;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}
#main-search_form-with-tabs-v2 .booking-form .form-group .clear-input-value{
    position: absolute;
    display: flex;
    height: 100%;
    right: 0;
    align-items: center;
    cursor: pointer;
    padding: 0.5rem;
}

#main-search_form-with-tabs-v2 .booking-form .form-group .card .bg-white{
    color: #000;
    background: #fff;
}
#main-search_form-with-tabs-v2 .booking-form .form-group .card .search_form__counter_content{
    padding: 1.25rem;
    display: flex;
    flex-flow: column;
}
#main-search_form-with-tabs-v2 .booking-form .form-group .card .search_form__counter_item .btn{
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
}
#main-search_form-with-tabs-v2 .booking-form .form-group .card .search_form__counter_item .btn > svg{
    display: block;
}
/* End */


/* Start:/local/components/travelsoft/booking.search_form/templates/packagetours.hotels/style.css?17454937981254*/
/*@import "/local/components/travelsoft/booking.search_form/templates/packagetours.hotels/./css/main-search_form.css";*/
.search_form__counter_item_label small{
    display: none !important;
}
.search_form__counter_item_label {
    flex-basis: 55%;
    margin: auto 0;
}

.list-group-item {
    cursor: pointer;
    max-width: none!important;
}

.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.list-optgroup  {
    font-weight: bold;
    text-transform: uppercase;
    cursor: default!important;
}

.list-optgroup:hover {
    background: none!important;
}

.list-group-item:not(.list-optgroup) {
    padding-left: 15px!important;
}

.packagetours-obejcts-list, .packagetours-destination-list, .packagetours-people-select {
    z-index: 1000;
}

.tsoperator__highlight {
    background: #ba7246!important;
    color: #fff!important;
}

.drp-calendar {
    margin-left: 0 !important;
}

.packagetours-transport-type-list {
    z-index: 10;
}
.packagetours-transport-type-input{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (min-width: 1079px) {
    .form-group-40 {
        flex-basis: 40%!important;
    }
}
/* End */


/* Start:/local/modules/travelsoft.travelbooking/plugins/daterangepicker/daterangepicker.css?17454938007659*/
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/* End */


/* Start:/local/modules/travelsoft.travelbooking/plugins/simplebar/simplebar.css?17454938004237*/
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* End */


/* Start:/local/components/travelsoft/booking.search_form/templates/combotours.objects/style.css?17864719453949*/

/*.search_form__counter_item_label small{
    display: none !important;
}
.search_form__counter_item_label {
    flex-basis: 55%;
    margin: auto 0;
}*/

.list-group-item {
    cursor: pointer;
    max-width: none!important;
}

.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.list-optgroup  {
    font-weight: bold;
    text-transform: uppercase;
    cursor: default!important;
}

.list-optgroup:hover {
    background: none!important;
}

.packagetours2-obejcts-list, .packagetours2-destination-list, .packagetours2-people-select {
    z-index: 1000;
}

.tsoperator__highlight {
    background: #0e0adb!important;
    color: #fff!important;
}

@media (min-width: 1079px) {
    .form-group-40 {
        flex-basis: 40%!important;
    }
}
.search_form__counter_container {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    overflow: hidden;
    padding: 0;
    margin-top: .25rem;
    max-width: 300px
}

.search_form__counter_content {
    padding: 0 1rem;
    font-size: 14px;
}

.search_form__counter_header {
    padding: .5rem 1rem;
    background: #eee;
    font-size: 14px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: inherit;
    border-bottom: 1px solid #d8d8d8
}

.search_form__input.pessangers {
    flex-basis: calc(15% - 4px);
    max-width: calc(15% - 4px);
    margin-right: 0;
    box-sizing: border-box
}

.search_form__input.pessangers_inner {
    flex-basis: 100%;
    max-width: calc(12% - 2px);
    box-sizing: border-box;
    margin-right: 2px
}

.search_form__counter_action {
    margin: .5rem 0;
    bottom: 0;
    left: 0

}

.search_form__counter_action button {
    height: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 4px;
    padding: 0 1.25rem;
    background: #fa8405;
    color: #fff;
    font-size: 1.25rem;
    border: 0;
    width: 100%;
    flex-basis: 100%;
    outline: 0 !important;
    text-align: center
}

.list_age_passangers {
    margin-left: 0;
    padding-left: 0
}

.list_age_pessangers-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: .25rem 0
}

.search_form__counter_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1rem 0
}

.search_form__counter_item_label {
    flex-basis: 60%;
    max-width: 60%;
    line-height:1;
}

.search_form__counter_item_label > * {
    display: block
}

.search_form__counter_item_label small {
    color: #707070;
    font-size: 80%;
    line-height: 1.1;
    margin-top: 3px
}

.search_form__counter_item_control {
    display: flex;
    justify-content: space-between;
    flex-basis: 40%;
    max-width: 40%
}
.search_form__counter_item_control .btn{
    line-height: 1;
    font-size: 16px;
}

.search_form__counter_item_control .count {
    min-width: auto;
    height: 30px
}

.count, .dicrement, .search_form__counter_item_control > .increment {
    text-align: center;
    max-width: 33%;
    font-size: 16px
}

.dicrement, .search_form__counter_item_control > .increment {
    border-radius: 100%;
    height: 30px;
    width: 30px;
    color: #fff;
    background: #f17105;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    display: flex;
    justify-content: center;
    align-items: center
}

.search_form__counter_item_control > .dicrement {
    background: var(--primary-color);
}

.dicrement:active, .search_form__counter_item_control > .increment:active {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: font-size .2s;
    transition: font-size .2s
}
/* End */


/* Start:/local/components/travelsoft/favorites.add/templates/.default/style.css?1745493799418*/
.bg-star {
    height: 30px;
    background: url(/local/components/travelsoft/favorites.add/templates/.default/img/star.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-star_filled {
    height: 30px;
    background: url(/local/components/travelsoft/favorites.add/templates/.default/img/star-filled.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.favorites__button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding-left: 35px;
    padding-top: 5px;
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1745493779666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/visual/style.css?17454937793988*/
.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
}

.bx_pagination_bottom .bx_pagination_section_one{ }
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/bitrix/components/bitrix/system.pagenavigation/templates/visual/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	border-radius: 3px;
	background: #dbecf4;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1);
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* End */


/* Start:/local/templates/travelsoft/components/travelsoft/news.list.improved/hotels/style.css?17864719455474*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.price.for_list_tours {
	font-size: 12px !important;
	padding: 2px 5px !important;
	line-height: 1.5;
}
.price {
	text-align: right;
}
.price .currency {
	color: #555 !important;
	font-size: 14px !important;
}
.price small {
	font-size: 12px;

	padding-right: 3px;
	width: 100%;
}
.price small span {
	font-weight: 500 !important;
	color: #004166;
	font-size: 14px !important;
}
.price span.block {
	padding-top: 30px;
	text-align: left !important;
}
p.price {
	margin-bottom: 15px !important;
}
.red {background:#d90023 !important; color:#fff !important;}
.green {background:#32a067 !important; color:#fff !important;}
.yellow {background:#dcb404 !important; color:#fff !important;}
.box_list .wrapper p {margin-bottom: 5px;}

.available-seats {
  display: inline-block; 
  border: 1px solid #ba7246;  
  padding: 5px 15px;
  background-color: #ba7246;
  color: white;
  border-radius: 4px;
}

.available-seats:hover {
  background-color: #FFC26A;
}


.geodir-opt-list a {
  padding: 5px 15px !important;
}

.card.text-black{
	color: #000;
}
.listing-item-container{
	display: flex;
	margin-top: 2rem;
}
.listing-item-container.lines{
	display: flex;
	flex-flow: column;
}
.listing-item-container.blocks{
		display: grid;
  	grid-template-columns: repeat(3,1fr);
  	grid-template-rows: 1fr;
  	gap: 1rem;
}
.listing-item-container .listing-item {
		display: grid;
  	grid-template-columns: 1fr 2fr;
  	grid-template-rows: 1fr;
  	grid-area: ;
  	background: #fff;
  	margin-bottom: 20px;
  	border-radius: 10px;
  	height: auto;
  	width: 100%;
  	overflow: hidden;
  	position: relative;
  	color: #000;
	grid-template-areas: 
    "listing-item-img listing-item-content"
    "listing-item-seats listing-item-seats"; 
}
.listing-item-content { grid-area: listing-item-content; }
.listing-item-img { grid-area: listing-item-img; }
.listing-item-seats { grid-area: listing-item-seats; }
.listing-item-container.lines .listing-item .listing-item-img img,
.listing-item-container.blocks .listing-item .listing-item-img img {
  width: 350px;
  height: 250px;
}
.listing-item-container .listing-item .product-grid__tags{
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	font-size: 12px;
	display: flex;
  flex-flow: column;
  gap: 0.5rem;
}
.listing-item-container .listing-item .product-grid__title a{
	color: #07385c;
	font-size: 18px;
  	line-height: 1.3;
  	font-family: var(--it-font);
  	font-weight: 700;
}
.listing-item-container .listing-item .product-grid__inner {
  	font-size: 16px;
  	display: flex;
  	flex-flow: column;
  	justify-content: space-between;
  	height: 100%;
  	gap: 0.5rem;
}
.listing-item-container .listing-item .product-grid__tags li {
  background-color: blue;
  padding: 0.35rem;
  border-radius: 0.25rem;
  color: #fff;
}
.listing-item-container.lines .listing-item .listing-item-img{
  	height: 100%;
  	overflow: hidden;
  	width: 100%;
}
.listing-item-container.blocks .listing-item .listing-item-img{
  	height: auto;
  	overflow: hidden;
  	width: 100%;
}
.listing-item-container .listing-item .listing-item-content {
  	padding: 1.5rem;
  	font-size: 14px;
  	display: flex;
  	flex-flow: column;
}
.listing-item-container .listing-item .listing-item-content .tour-meta {
	color: #a0a0a0;
	padding: 0.5rem;
}
.listing-item-container.blocks .listing-item .listing-item-content .tour-meta {
  	padding: 0rem;
}
.listing-item-container .listing-item .listing-item-content .list-tour-options {
  	color: #000;
}
.card-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    color: #fab900 !important
}
.listing-item-footer{
	display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn.btn-secondary.button-more{
	padding: 0.5rem 2rem;
  color: #fff;
  border-radius: 0.5rem;
  transition: 0.25s;
  background: #0e0adb;
  border-color: #0e0adb;
}

.btn.btn-secondary.button-more:hover{
	box-shadow:inset 0 0 1px rgba(0, 0, 0, .2);
	background-color: #0099f2;
  color: #fff;
  border-color: transparent;
}
.listing-item-container .listing-item .listing-item-content .product-grid__inner .listing-item-footer .listing-item-price span {
  font-size: 18px;
  line-height: 1.4;
  color: #f17105;
  font-weight: 700;
}
.listing-item-container .listing-item .listing-item-content .product-grid__inner .listing-item-footer .listing-item-price .listing-item-price-for {
  font-size: 13px;
  color: #555;
}
.listing-item-container.blocks .listing-item .listing-item-content .listing-item-footer {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 1rem;
}
.listing-item-container.blocks .listing-item{
  display: flex;
  flex-flow: column;
}
.listing-item-container.blocks .listing-item .listing-item-content{
  flex-grow: 1;
  flex-basis: 0;
}
@media only screen and (max-width: 1023px) {
	.listing-item-container.blocks{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 767px) {
	.listing-item-container .listing-item{
		grid-template-columns: 2fr 3fr;
	}
}
@media only screen and (max-width: 568px) {
	.listing-item-container.blocks{
		grid-template-columns: repeat(1, 1fr);
	}
	.listing-item-container .listing-item{
		grid-template-columns: 3fr 4fr;
	}
	.listing-item-container.blocks .listing-item .listing-item-img img{
		width: 100%;
		height: auto;
	}
}
/* End */
/* /local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/style.css?178647194518934 */
/* /local/templates/travelsoft/components/travelsoft/booking.main-search-form/tsoperator_intourdv/style.css?17887588719857 */
/* /local/components/travelsoft/booking.search_form/templates/packagetours.hotels/style.css?17454937981254 */
/* /local/modules/travelsoft.travelbooking/plugins/daterangepicker/daterangepicker.css?17454938007659 */
/* /local/modules/travelsoft.travelbooking/plugins/simplebar/simplebar.css?17454938004237 */
/* /local/components/travelsoft/booking.search_form/templates/combotours.objects/style.css?17864719453949 */
/* /local/components/travelsoft/favorites.add/templates/.default/style.css?1745493799418 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1745493779666 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/visual/style.css?17454937793988 */
/* /local/templates/travelsoft/components/travelsoft/news.list.improved/hotels/style.css?17864719455474 */
