

/* Start:/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/style.css?171869867219676*/
.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: #039be5;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.bx-filter .bx-filter-parameters-box-title span:hover {
    border-color: #039be5;
}

.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;
    border: 1px solid #ddd !important;
    width: 100%;
    max-height: 145px;
    overflow-y: auto;
    border-radius: 6px;
    border: solid 1px #eee;
    /* background: #f7f9fb; */
    /* color: #666; */
    padding: 12px 20px 12px 20px;
}

.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;
}

/*
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-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-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;
    box-sizing: border-box;
    width: 100%;
    height: 33px;
    margin: 0;
    padding: 0 33px 0 10px;
    border: none;
    border-radius: 2px;
    background: #fff;
}

.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;
}

.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;
}

/* --- 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;
    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;
    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;
    color: #000;
    border-color: transparent;
}

/*
*	BTN result and reset 
*
*/

.btn-themes {
    color: #FFF
}

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover {
    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 {
    border-radius: 3px;
    margin-top: 10px;
    border: 1px solid #ededed;
    background-color: var(--PRIMARY);
    border: 0;
    border-radius: 0 3px 3px 0;
    color: #fff;
    cursor: pointer;
    font-size: .875rem;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    margin-right: -1px;
    moz-border-radius: 0 3px 3px 0;
    moz-transition: all .3s ease-in-out;
    ms-border-radius: 0 3px 3px 0;
    ms-transition: all .3s ease-in-out;
    o-transition: all .3s ease-in-out;
    outline: 0;
    padding: 0 25px;
    transition: all .3s ease-in-out;
    webkit-border-radius: 0 3px 3px 0;
    webkit-transition: all .3s ease-in-out;
    width: 100%;
}
/* End */


/* Start:/local/components/travelsoft/booking.search_form/templates/combotours.objects/style.css?17187104441103*/
.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: 100;
}

.tsoperator__highlight {
    background: var(--SECONDARY) !important;
    color: #ffffff !important;
}

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

.clear-input-value {
    position: absolute;
    display: flex;
    height: 55px;
    right: 0;
    align-items: center;
    cursor: pointer;
    padding: 0.5rem;
}
/* End */


/* Start:/local/modules/travelsoft.travelbooking/plugins/daterangepicker/daterangepicker.css?16494094147659*/
.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/components/travelsoft/booking.search_form/templates/packagetours.hotels/style.css?17186983655076*/
.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: 100;
}

.tsoperator__highlight {
    background: var(--SECONDARY) !important;
    color: #fff !important;
}

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

.checkbox-item {
    margin: 4px 2px;
    display: flex;
    align-items: center;
}

.ts-checkbox {
    display: flex;
    width: 100%;
}

.ts-checkbox-control:hover {
    cursor: pointer;
}

.ts-checkbox-control {
    margin-top: 5px;
    margin-right: 10px;
    align-self: center;
}

.ts-checkbox-control input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid var(--SECONDARY);
    transform: scale(1.3);
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}

.ts-checkbox-control input[type="checkbox"]:checked {
    background-color: var(--SECONDARY);
}

.ts-checkbox-control input[type="checkbox"]:checked::after {
    content: "\2713";
    height: 14px;
    display: inline-block;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 1;
    color: white;
}

.ts-checkbox__title {
    margin: 0;
    color: black;
    font-size: 85%;
    line-height: 1;
    width: 100%;
    align-self: center;
}

.ts-checkbox__title:hover {
    cursor: pointer;
}

.dropdown-container {
    position: relative;
}

.dropdown-wrapper {
    position: absolute; 
    width: 500px;
    background-color: #fff;
    border: 1px solid #b4b4b4;
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    z-index: 999;
    display: flex;
}

.dropdown-objects-container {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 300px;
}

.dropdown-objects {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: auto;
}

.dropdown-cities {
    width: 41%;
    border-right: 1px solid #294A52;
    background-color: #FFFAF0;
}

.dropdown-placements {
    width: 59%
}

.dropdown-content {
    display: flex;
    flex-direction: column;
    height: 400px;
    padding: 20px 10px 20px 20px;
}

.dropdown-content__title {
    font-weight: 900;
}

.dropdown-content__title__bordered {
    border-bottom: 1px solid black;
}

.dropdown-content__search {
    margin: 10px 0;
    width: 100%;
}

.dropdown-content__search input {
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    width: 100%;
}

.dropdown-objects__label {
    width: 100%
}

.dropdown-objects__label:hover {
    cursor: pointer;
}

.dropdown-tabs {
    display: none;
}

.dropdown-controls {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}

.dropdown-controls.desktop {
    display: none;
}

.dropdown-controls__btn {
    height: 35px !important;
}

.simplebar-track.simplebar-vertical {
    background-color: #d9d9d9 !important;
    width: 10px !important;
}

.simplebar-content-wrapper {
    padding-right: 10px !important;
}

.simplebar-scrollbar::before {
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 0 !important;
    background-color: var(--SECONDARY) !important;
}

.simplebar-scrollbar.simplebar-visible::before {
    opacity: 1 !important;
}

@media screen and (max-width: 768px) {
    .dropdown-wrapper {
        width: 100%;
        flex-wrap: wrap;
    }

    .dropdown-controls.desktop {
        display: flex;
    }

    .dropdown-cities {
        width: 100%;
        border-right: none;

    }

    .dropdown-cities,
    .dropdown-placements {
        width: 100%;
        display: none;
    }

    .dropdown-cities.active,
    .dropdown-placements.active {
        display: flex;
    }

    .dropdown-tabs {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }

    .dropdown-tab {
        width: 50%;
        text-align: center;
    }

    .dropdown-tab:hover {
        cursor: pointer;
    }

    .dropdown-tab__active {
        background-color: var(--SECONDARY);
        color: #FFF;
    }

    .dropdown-cities {
        background-color: #f5f5f5 !important;
    }

    .dropdown-placements {
        background-color: #f5f5f5 !important;
    }
}
/* End */


/* Start:/local/modules/travelsoft.travelbooking/plugins/simplebar/simplebar.css?16900200604237*/
[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/templates/travelsoft/components/bitrix/catalog.smart.filter/packagetours/style.css?17186979653882*/
.dropdown-services-container {
    position: relative;
    display: inline-block;
}

.services-content {
    padding: 1rem;
}

.services-content.mobile {
    display: none;
}

.services-content__title {
    font-weight: 900;
    font-size: 16px;
}

.dropdown-services-container {
    margin: 10px 0;
    position: relative;
    display: inline-block;
    width: 80%;
}

.dropdown-services-container__btn-toggle.mobile {
    padding: 0.5rem 1rem;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: space-between;
    align-items: center;
}

.dropdown-arrow {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    border-top: 0.4rem solid;
    border-right: 0.4rem solid transparent;
    border-bottom: none;
    border-left: 0.4rem solid transparent;
    transition: transform 0.2s;
}

.dropdown-services-options {
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.dropdown-services-header {
    display: flex;
    flex-direction: column;
}

.dropdown-services-header__title_small {
    font-size: 12px;
    text-align: start;
}

.dropdown-services-header__content {
    text-align: start;
}

.dropdown-control {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.checkbox-item {
    margin: 4px 2px;
    display: flex;
    align-items: center;
}

.ts-checkbox {
    display: flex;
    width: 100%;
}

.ts-checkbox-control:hover {
    cursor: pointer;
}

.ts-checkbox-control {
    margin-top: 5px;
    margin-right: 10px;
    align-self: center;
}

.ts-checkbox-control input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid var(--SECONDARY);
    transform: scale(1.3);
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}

.ts-checkbox-control input[type="checkbox"]:checked {
    background-color: var(--SECONDARY);
}

.ts-checkbox-control input[type="checkbox"]:checked::after {
    content: "\2713";
    height: 14px;
    display: inline-block;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 1;
    color: white;
}

.ts-checkbox__title {
    margin: 0;
    color: black;
    font-size: 85%;
    line-height: 1;
    width: 100%;
    align-self: center;
}

.ts-checkbox__title:hover {
    cursor: pointer;
}

#advanced-filter {
    margin-top: 5px;
}

.advanced-search:hover {
    cursor: pointer;
}

.advanced-services {
    display: flex;
    justify-content: space-around;
}

.advanced-controls {
    display: flex;
    justify-content: start;
}

.btn-advanced {
    margin: 10px 0 5px 5px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 4px;
    color: black;
    background-color: #fff;
    border: 1px solid #b4b4b4;
    font-size: 14px;
    width: 173px;
}

.btn-advanced:hover {
    background-color: var(--SECONDARY);
    color: #fff;
}

.btn-advanced__icon {
    margin-left: 5px;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .advanced-services {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .advanced-controls {
        justify-content: center;
    }

    .btn-advanced {
        margin: 0;
        margin-bottom: 10px;
        width: 80%;
    }

    .dropdown-services-container {
        height: 50px;
    }

    .services-content.desktop {
        display: none;
    }

    .dropdown-services-container__btn-toggle.mobile {
        display: flex;
    }
}
/* End */


/* Start:/local/components/travelsoft/booking.search_form/templates/placements.2calendars/style.css?1718267758796*/
.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;
}

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


/* Start:/local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels_mainform/style.css?17501483743882*/
.dropdown-services-container {
    position: relative;
    display: inline-block;
}

.services-content {
    padding: 1rem;
}

.services-content.mobile {
    display: none;
}

.services-content__title {
    font-weight: 900;
    font-size: 16px;
}

.dropdown-services-container {
    margin: 10px 0;
    position: relative;
    display: inline-block;
    width: 80%;
}

.dropdown-services-container__btn-toggle.mobile {
    padding: 0.5rem 1rem;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: space-between;
    align-items: center;
}

.dropdown-arrow {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    border-top: 0.4rem solid;
    border-right: 0.4rem solid transparent;
    border-bottom: none;
    border-left: 0.4rem solid transparent;
    transition: transform 0.2s;
}

.dropdown-services-options {
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.dropdown-services-header {
    display: flex;
    flex-direction: column;
}

.dropdown-services-header__title_small {
    font-size: 12px;
    text-align: start;
}

.dropdown-services-header__content {
    text-align: start;
}

.dropdown-control {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.checkbox-item {
    margin: 4px 2px;
    display: flex;
    align-items: center;
}

.ts-checkbox {
    display: flex;
    width: 100%;
}

.ts-checkbox-control:hover {
    cursor: pointer;
}

.ts-checkbox-control {
    margin-top: 5px;
    margin-right: 10px;
    align-self: center;
}

.ts-checkbox-control input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid var(--SECONDARY);
    transform: scale(1.3);
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}

.ts-checkbox-control input[type="checkbox"]:checked {
    background-color: var(--SECONDARY);
}

.ts-checkbox-control input[type="checkbox"]:checked::after {
    content: "\2713";
    height: 14px;
    display: inline-block;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 1;
    color: white;
}

.ts-checkbox__title {
    margin: 0;
    color: black;
    font-size: 85%;
    line-height: 1;
    width: 100%;
    align-self: center;
}

.ts-checkbox__title:hover {
    cursor: pointer;
}

#advanced-filter {
    margin-top: 5px;
}

.advanced-search:hover {
    cursor: pointer;
}

.advanced-services {
    display: flex;
    justify-content: space-around;
}

.advanced-controls {
    display: flex;
    justify-content: start;
}

.btn-advanced {
    margin: 10px 0 5px 5px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 4px;
    color: black;
    background-color: #fff;
    border: 1px solid #b4b4b4;
    font-size: 14px;
    width: 173px;
}

.btn-advanced:hover {
    background-color: var(--SECONDARY);
    color: #fff;
}

.btn-advanced__icon {
    margin-left: 5px;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .advanced-services {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .advanced-controls {
        justify-content: center;
    }

    .btn-advanced {
        margin: 0;
        margin-bottom: 10px;
        width: 80%;
    }

    .dropdown-services-container {
        height: 50px;
    }

    .services-content.desktop {
        display: none;
    }

    .dropdown-services-container__btn-toggle.mobile {
        display: flex;
    }
}
/* End */


/* Start:/local/components/travelsoft/booking.search_form/templates/transfers/style.css?17186984435738*/
#ui-datepicker-div {
    z-index: 99 !important;
}

select.theme-search-area-section-input option[disabled] {
    background: #dddddd85;
}

.icon-container {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
}

.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}

@keyframes around {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader::after, .loader::before {
    content: "";
    background: #333;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

.loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}

.tsoperator-transfers-points-items-list {
    position: absolute;
    background: #fff;
    z-index: 99;
    box-sizing: border-box;
    min-width: 250px;
    display: none;
    border: 1px solid #ddd;

}

.tsoperator-transfers-points-items-list__item {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background-color: #dddddd4d;
    border-bottom: 1px solid #ddd;
}

.tsoperator-transfers-points-items-list__item:last-child {
    border-bottom: none;
}

.tsoperator-transfers-points-items-list__item:hover {
    background-color: #ddd;
}

.date-clear {
    position: absolute;
    top: 11px;
    right: 10px;
    cursor: pointer;
}

.tsoperator-control-buttons {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.tsoperator-one-direction, .tsoperator-two-direction {
    padding: 10px;
    border: 1px solid #000;
    width: 140px;
    cursor: pointer;
    font-weight: bold;
}

.tsoperator-one-direction:hover:not(.active), .tsoperator-two-direction:hover:not(.active) {
    background-color: #ddd;
}

.tsoperator-one-direction.active, .tsoperator-two-direction.active {
    background-color: #0093d2;
    color: #fff;
}

.tsoperator-one-direction {
    border-radius: 4px 0 0 4px;
}

.tsoperator-two-direction {
    border-radius: 0 4px 4px 0;
    border-left: none;
}

.item-sub {
    padding-left: 35px;
}

.item-root {
    background: #f5f5f5;
}


.basket-text-block {
    font-size: 24px;
}

.basket-modal-btn-block {
    margin: 10px 0;
}

.basket-modal-btn-block button {
    width: 60%;
}


.itravelclub-control-buttons {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.itravelclub-one-direction.active, .itravelclub-two-direction.active {
    background-color: #ffe0a2;
}

.itravelclub-one-direction {
    border-radius: 4px 0 0 4px;
}

.itravelclub-one-direction, .itravelclub-two-direction {
    padding: 10px;
    border: 1px solid #000;
    width: 140px;
    cursor: pointer;
    font-weight: bold;
}

.itravelclub-two-direction {
    border-radius: 0 4px 4px 0;
    border-left: none;
}

.daterangepicker {
    width: auto !important;
}

.quantity-selector-box {
    position: static !important;
    min-width: 250px;
}


element.style {
    position: absolute !important;
    display: block !important;
    top: 376.688px;
    left: 953.734px;
}

.quantity-selector-box {
    position: static !important;
    min-width: 250px;
}

.quantity-selector-box {
    display: none;
    padding: 15px;
    background: #fff;
    color: #595959;
    margin-top: 5px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    overflow: hidden;
    position: absolute;
    width: 160px;
    z-index: 100;
}

.quantity-selector-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.quantity-selector-inner {
    position: relative;
}

.quantity-selector-title {
    display: flex;
    flex-direction: column;
}

.quantity-selector-title {
    margin-bottom: 0;
}

.quantity-selector-controls {
    position: relative !important;
}

.quantity-selector-controls {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.quantity-selector-controls li {
    height: 30px;
    line-height: 30px;
    margin-left: 9px;
}

.quantity-selector-controls>li {
    float: left;
    margin-left: 7px;
    text-align: center;
    height: 20px;
    line-height: 18px;
    font-weight: bold;
    font-size: 18px;
}

.quantity-selector-controls li a {
    cursor: pointer;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 30px;
    height: 30px;
    line-height: 28px;
}

.quantity-selector-controls>li>a {
    text-decoration: none !important;
    font-weight: normal;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    border-radius: 50%;
    background: #0093d2;
    color: #fff;
}

.search-btn-block {
    margin-top: 24px;
}

.search-btn-block button {
    width: 100%;
}

#tsoperator-transfers {
    margin-top: 30px;
}

.point-input {
    padding: 12px 15px;
}

.point-input input {
    width: 100%;
    height: 35px;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 5px;
}

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

.tsoperator__highlight__low {
    background: #ffff00d1 !important;
    color: #000 !important;
}

.tsoperator__highlight__high {
    background: var(--SECONDARY) !important;
    color: #fff !important;
}
/* End */


/* Start:/local/components/travelsoft/booking.search_form/templates/transfers/plugins/daterangepicker.css?16751526827682*/
.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 !important;
  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/components/travelsoft/favorites.add/templates/.default/style.css?1668614572418*/
.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:/local/templates/travelsoft/components/bitrix/system.pagenavigation/modern/style.min.css?1626362936659*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:none}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:none;padding-left:.5em}span.modern-page-current{font-weight:bold}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/local/components/travelsoft/news.list.improved/templates/tours/style.css?1626362898876*/
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;}
/* End */
/* /local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels/style.css?171869867219676 */
/* /local/components/travelsoft/booking.search_form/templates/combotours.objects/style.css?17187104441103 */
/* /local/modules/travelsoft.travelbooking/plugins/daterangepicker/daterangepicker.css?16494094147659 */
/* /local/components/travelsoft/booking.search_form/templates/packagetours.hotels/style.css?17186983655076 */
/* /local/modules/travelsoft.travelbooking/plugins/simplebar/simplebar.css?16900200604237 */
/* /local/templates/travelsoft/components/bitrix/catalog.smart.filter/packagetours/style.css?17186979653882 */
/* /local/components/travelsoft/booking.search_form/templates/placements.2calendars/style.css?1718267758796 */
/* /local/templates/travelsoft/components/bitrix/catalog.smart.filter/hotels_mainform/style.css?17501483743882 */
/* /local/components/travelsoft/booking.search_form/templates/transfers/style.css?17186984435738 */
/* /local/components/travelsoft/booking.search_form/templates/transfers/plugins/daterangepicker.css?16751526827682 */
/* /local/components/travelsoft/favorites.add/templates/.default/style.css?1668614572418 */
/* /local/templates/travelsoft/components/bitrix/system.pagenavigation/modern/style.min.css?1626362936659 */
/* /local/components/travelsoft/news.list.improved/templates/tours/style.css?1626362898876 */
