

/* Start:/local/templates/travelsoft_copy/libs/jquery-ui-1.13.2.custom/jquery-ui.css?167990580037438*/
/*! jQuery UI - v1.13.2 - 2022-07-24
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/local/templates/travelsoft_copy/libs/jquery-ui-1.13.2.custom/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/local/templates/travelsoft_copy/libs/jquery-ui-1.13.2.custom/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/local/templates/travelsoft_copy/libs/jquery-ui-1.13.2.custom/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/local/templates/travelsoft_copy/libs/jquery-ui-1.13.2.custom/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/local/templates/travelsoft_copy/libs/jquery-ui-1.13.2.custom/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/local/templates/travelsoft_copy/libs/jquery-ui-1.13.2.custom/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/local/templates/travelsoft_copy/libs/jquery-ui-1.13.2.custom/images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	-ms-filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* End */


/* Start:/local/templates/travelsoft_copy/libs/slick-1.8.1/slick/slick.css?16799058001895*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/travelsoft_copy/libs/slick-1.8.1/slick/slick-theme.css?16799058003349*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/travelsoft_copy/libs/slick-1.8.1/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/travelsoft_copy/libs/slick-1.8.1/slick/./fonts/slick.eot');
    src: url('/local/templates/travelsoft_copy/libs/slick-1.8.1/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/travelsoft_copy/libs/slick-1.8.1/slick/./fonts/slick.woff') format('woff'), url('/local/templates/travelsoft_copy/libs/slick-1.8.1/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/travelsoft_copy/libs/slick-1.8.1/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/travelsoft_copy/css/font-awesome.min.css?167990580031071*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/local/templates/travelsoft_copy/css/../fonts/fontAwesome/fontawesome-webfont.eot?v=4.7.0');src:url('/local/templates/travelsoft_copy/css/../fonts/fontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/local/templates/travelsoft_copy/css/../fonts/fontAwesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/local/templates/travelsoft_copy/css/../fonts/fontAwesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/local/templates/travelsoft_copy/css/../fonts/fontAwesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/local/templates/travelsoft_copy/css/../fonts/fontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* End */


/* Start:/local/templates/travelsoft_copy/css/fonts.css?16799058004101*/
body {
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-ExtraLight.eot");
  src: url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-ExtraLight.eot?#iefix")
      format("embedded-opentype"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-ExtraLight.woff2") format("woff2"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-ExtraLight.woff") format("woff"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Medium.eot");
  src: url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Medium.woff") format("woff"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-ExtraBold.eot");
  src: url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-ExtraBold.woff2") format("woff2"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-ExtraBold.woff") format("woff"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Regular.eot");
  src: url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Regular.woff") format("woff"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-SemiBold.eot");
  src: url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-SemiBold.woff") format("woff"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Bold.eot");
  src: url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Bold.woff") format("woff"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Light.eot");
  src: url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Light.woff2") format("woff2"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Light.woff") format("woff"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Black.eot");
  src: url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Black.woff2") format("woff2"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Black.woff") format("woff"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Thin.eot");
  src: url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Thin.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Thin.woff2") format("woff2"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Thin.woff") format("woff"),
    url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MontserratBlack";
  src: url("/local/templates/travelsoft_copy/css/../fonts/Montserrat-Numbers.ttf");
}

/* End */


/* Start:/local/templates/travelsoft_copy/css/booking_form.css?16799058009128*/
.block__shadow {
  background-color: #ffffff;
  box-shadow: 0px 15.777px 65.7375px rgba(0, 0, 0, 0.25);
  border-radius: 1.5rem;
}

.booking-form__wrapper {
  width: 100%;
  height: 20.2rem;
  position: relative;
  z-index: 1;
}

.booking {
  max-width: 129rem;
  margin: 0 auto 8rem auto;
}

.booking-form__nav {
  position: relative;
  font-size: 2.1rem;
  text-align: center;
}

.booking-form__content {
  padding: 2.4rem 4rem 3.6rem 4rem;
}

.form-nav__left,
.form-nav__right {
  position: absolute;
  width: 2rem;
  height: 1.5rem;
  top: 1.1rem;
  z-index: 100;
}

.form-nav__left svg,
.form-nav__right svg {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
}

.form-nav__right {
  right: 0;
}

.form-nav__content {
  list-style-type: none;
  display: inline-flex;
  padding: 0;
  justify-content: space-around;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  height: 4rem;
  z-index: -1;
  align-items: center;
}

.form-nav__content::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.form-nav__content::-webkit-scrollbar-track {
  height: 0px;
  width: 0px;
}

.form-nav__content::-webkit-scrollbar-thumb {
  border-radius: 100px;
  width: 0px;
  height: 0px;
}

.form-nav__content li {
  color: var(--main-gray);
  padding: 0rem 3.3rem;
}

.form-nav__content .tab_active {
  color: var(--main-color);
  /* border-bottom: 2px solid var(--main-color); */
}
.form-about_nav__content .tab_active {
  color: var(--main-color);
  /* border-bottom: 2px solid var(--main-color); */
}

.form-content__item {
  position: relative;
  user-select: none;
}
.tab_active::after {
  content: "";
  position: absolute;
  height: 0.3rem;
  background-color: var(--main-color);
  bottom: -0.3rem;
  border-radius: 2rem;

  width: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.form-about_nav__content .tab_active::after {
  bottom: -0.7rem;
}

.search-btn {
  width: 8.5rem;
  height: 8.5rem;
  background-color: var(--main-color);
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-form__params {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  font-size: 2.1rem;
  margin-top: 2.5rem;
  align-items: center;
  display: grid;
  /* grid-template-columns: 36.5rem 1fr 1fr 1fr 8.5rem; */
  /* grid-template-columns: repeat(9, 13.4rem); */
  grid-template-columns: repeat(25, 1fr);

  grid-auto-rows: 85px;
}
.params__name {
  grid-column: 1 / 9;
  position: relative;
}

.params__name input {
  width: 100%;
  border-bottom: 2px solid var(--main-gray);
}

.search-preview {
  position: absolute;
  padding: 1rem 0.7rem 1.5rem;
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  top: 5rem;
  max-height: 33.3rem;
  overflow-y: auto;
  z-index: 190;
}

.search-preview__input {
  width: 100%;
  border: none;
  border-bottom: 0.2rem solid var(--main-gray);
  outline: none;
  font-weight: 700;
  line-height: 3rem;
  color: var(--main-color);
  margin-bottom: 1rem;
  padding: 0rem 1rem;
  border-bottom: 0.2rem solid #e9f3fd !important;
}

.search-preview__items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-height: 26rem;
  overflow-y: auto;
}

.search-preview__item {
  padding: 0.2rem 1.3rem;
}
.search-preview__item:hover {
  background-color: #e9f3fd;
  border-radius: 2rem;
}

.date {
  display: flex;
  position: relative;
}
.date svg {
  /* width: 2.6rem;
  height: 2.5rem; */
  width: 3rem;
  height: 2.9rem;
  /* padding-top: 0.6rem; */
}
.date__from {
  width: 80%;
  grid-column: 10 / 14;
  position: relative;
}
.params__name input::-webkit-input-placeholder {
  color: var(--main-gray);
  font-weight: 600;
}

.date input::placeholder {
  color: var(--main-color);
}

.date__to {
  position: relative;
}
.dash {
  width: 1.5rem;
  border-radius: 1rem;
  height: 0.3rem;
  background-color: var(--main-color);
}

.date {
  width: 15.7rem;
}
/* input {
  width: 100%;
} */
.date__to {
  width: 80%;
  grid-column: 15 / 19;
}
.tourists {
  width: 100%;
  grid-column: 21 / 24;
  position: relative;
}

/* .tourists:hover .tourists-options {
  visibility: visible;
  opacity: 1;
} */

.tourists-options__active {
  visibility: visible !important;
  opacity: 1 !important;
}

.tourists__select {
  display: flex;
  align-items: center;
  position: relative;
}
.tourists__select span {
  color: var(--main-color);
}
.tourists__select svg {
  width: 1.5rem;
  height: 1rem;
  margin-left: 1rem;
  /* transform: rotate(0deg); */
}

/* .tourists__select:hover svg {
  transform: rotate(180deg);
} */

.tourists-options {
  position: absolute;
  width: 100%;
  min-width: 25rem;
  left: -2rem;
  z-index: 100;
}
.tourists-options__content {
  display: flex;
  flex-direction: column;
  padding: 1.6rem 2.3rem 1.5rem 2.6rem;
  gap: 1.5rem;
  user-select: none;
}
.options-adults,
.options-childs {
  display: flex;
  justify-content: space-between;
}
.human__count {
  display: flex;
  width: 5.5rem;
  justify-content: space-between;
  align-items: center;
}

.human__count svg {
  width: 1.5rem;
}

.search-btn {
  grid-column: 25 / 26;
  justify-self: end;
}

.childs-ages {
  margin-top: 2rem;
}

@media screen and (max-width: 1280px) {
  .booking {
    margin: 0rem auto 8rem auto;
    max-width: 111.6rem;
  }
  .booking-form__wrapper {
    width: 100%;
    height: 15.4rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .form-nav__content {
    justify-content: flex-start;
    width: 95%;
    margin: 0 auto;
    gap: 7.5rem;
  }
  .booking-form__nav {
    font-size: 1.6rem;
  }
  .booking-form__nav li {
    padding: 0rem;
  }

  .form-nav__left,
  .form-nav__right {
    top: 1.8rem;
  }
  .date {
    width: 12rem;
  }

  .booking-form__params {
    font-size: 1.6rem;
  }
  .search-btn {
    width: 6.5rem;
    height: 6.5rem;
  }
  .booking-form__params {
    margin-top: 0;
  }
  .date svg {
    width: 2rem;
    height: 2.1rem;
  }
}

@media screen and (max-width: 990px) {
  .form-nav__content {
    height: 2.5rem;
  }
  .booking-form__wrapper {
    width: 90%;
    height: 25rem;
    margin: 0 auto;
  }
  .form-nav__content {
    justify-content: flex-start;
    width: 90%;
    margin: 0;
  }
  .params__name {
    grid-column: 1 / 26;
    grid-row: 1;
  }
  .date__from,
  .date__to,
  .tourists,
  .search-btn {
    grid-row: 2;
  }
  .date__from {
    grid-column: 1 / 5;
  }
  .dash {
    grid-column: 5;
    grid-row: 2;
    justify-self: end;
  }
  .date__to {
    grid-column: 7 / 12;
  }
  .tourists {
    grid-column: 13 / 17;
  }

  .form-nav__left,
  .form-nav__right {
    top: 0.8rem;
  }

  .human__count svg {
    width: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .tourists-options {
    top: 4rem;
  }

  .form-nav__left svg,
  .form-nav__right svg {
    width: 1.2rem;
    height: 1.2em;
    position: absolute;
    left: 0;
    top: -0.2rem;
  }

  .form-nav__content {
    height: 3rem;
    gap: 2.1rem;
  }
  .booking {
    /* max-width: 90%; */
    max-width: 100%;
    margin: 0 auto 4rem auto;
  }
  .booking-form__content {
    padding: 2rem 2rem;
  }
  .booking-form__wrapper {
    /* width: 95%; */
    width: 90%;
    margin: 0 auto;
    height: 25rem;
  }
  .booking-form__params {
    grid-auto-rows: 50px;
    margin-top: 1rem;
  }

  .tourists-options {
    z-index: 100;
  }

  /* Mobile scrollbar hide */
  /*###############################  */

  ::-webkit-scrollbar {
    display: none;
  }
  * {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  /*###############################  */

  .booking-form__nav,
  .booking-form__params {
    font-size: 1.6rem;
  }
  .form-nav__right {
    right: -1rem;
  }
  .form-nav__left {
    left: -0.5rem;
  }

  .form-nav__left,
  .form-nav__right {
    width: 2rem;
    height: 0.5rem;
  }

  .human__count svg path,
  .tourists__select svg path {
    stroke-width: 3;
  }

  .tourists__select svg {
    width: 1.2rem;
    height: 1.2rem;
  }

  .booking-form__nav li {
    padding: 0rem;
  }
  .params__name {
    grid-column: 1 / 26;
    grid-row: 1;
  }
  .date__from,
  .date__to {
    grid-row: 2;
  }

  .tourists,
  .search-btn {
    grid-row: 3;
  }

  .date__from {
    grid-column: 1 / 6;
  }

  .dash {
    grid-column: 1 / 26;
    justify-self: center;
  }

  .date__to {
    justify-self: end;
    grid-column: 21 / 26;
  }
  .tourists {
    grid-column: 1 / 13;
  }
  .search-btn {
    width: 8.5rem;
    height: 4rem;
    grid-column: 23 / 26;
  }
  .search-btn svg {
    width: 2rem;
    height: 2rem;
  }
}

/* End */


/* Start:/local/templates/travelsoft_copy/css/styles.css?1712060570186518*/
* {
  --main-color: #264b87;
  --main-font-color: #fff;
  --main-gray: #b0b5bd;
  --main-blue-light: #c8e1fb;
  --main-light: #e9f3fd;

  /* color: var(--main-font-color); */
  /* transition: all 0.3s; */

  box-sizing: inherit;

  margin: 0;
  padding: 0;
}

dl,
ol,
ul {
  margin: 0;
}

.ol {
  margin-left: 0.5rem;
}

html {
  font-size: 62.5%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}
body {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

::-webkit-scrollbar-track {
  background-color: #e9f3fd;
}

::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #264b87;
}

input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--main-color);
}

.text-main {
  color: var(--main-color);
}
.text-gray {
  color: var(--main-gray);
}
.text-light {
  color: var(--main-light);
}
.text-white {
  color: var(--main-font-color);
}

.rotate-left {
  transform: rotate(-90deg);
}
.rotate-right {
  transform: rotate(90deg);
}

.input {
  border: none;
  color: var(--main-color);
  outline: none;
  user-select: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.main-p {
  font-size: 1.6rem;
}

.cu-p {
  cursor: pointer;
}

.blue-border {
  border: 0.2rem solid #c8e1fb;
}

.h-1 {
  font-weight: 800;
  font-size: 16.5rem;
  line-height: 12rem;
}
.h-2 {
  font-size: 9.4rem;
  line-height: 86.4%;
}
.h-3 {
  font-size: 7.4rem;
  line-height: 86.4%;
}

.h-4 {
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 3.2rem;
}

.thin {
  font-weight: 300;
}
.medium {
  font-weight: 500;
}
.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}
.extra-bold {
  font-weight: 800;
}

.b-r {
  border-radius: 1.5rem;
}

.br-white {
  border-radius: 1.5rem;
  border: 2px solid #ffffff;
}

.btn-blue {
  background-color: var(--main-color);
}
.btn-blue:hover {
  background-color: #557dbc;
}

.body-overflow {
  overflow: hidden !important;
}

.btn-shadow:hover {
  box-shadow: 0px 3px 4px rgba(38, 75, 135, 0.25);
}

.text-shadow:hover {
  text-shadow: 0px 3px 4px rgba(38, 75, 135, 0.25);
}

.btn-bordered:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.btn-arrow:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.btn-bordered-blue {
  height: 4.5rem;
  color: var(--main-color);
  border: 0.25rem solid var(--main-color);
}

.svg-blueFill path {
  fill: var(--main-color);
}
.svg-whiteFill path {
  fill: #ffffff;
}

.header-burger {
  width: 2.9rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
}
.header-burger__block {
  width: 2.9rem;
  height: 4px;
  background-color: #ffffff;
  position: relative;
  border-radius: 25px;
}

.header-burger__block::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  top: -8px;
  border-radius: 25px;
}
.header-burger__block::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  bottom: -8px;
  border-radius: 25px;
}

header {
  display: flex;
  align-items: end;
}

.header-fixed {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 200;
  /* background: rgba(255, 255, 255, 0.85); */
  width: 100%;
  align-items: center;
  backdrop-filter: blur(0.3rem);
  height: 8rem;
  justify-content: center;
  max-width: 100%;
  background: white;
  border-bottom: 1px solid #e9f3fd;
}

.header-logo {
  user-select: none;
  align-self: end;
  transform: translateY(-0.4rem);
}

.main-arrow {
  width: 1.5rem;
  height: 1.5rem;
}
.main-arrow__indent {
  margin-left: 1.5rem;
}

.main-arrow__active {
  transform: rotate(180deg);
}

nav {
  display: flex;
  max-width: 128rem;
  width: 100%;
  /* justify-content: space-around; */
  justify-content: space-between;
  margin: 0 auto;
  height: 4.5rem;
  align-items: center;
}
.nav-menu {
  display: grid;
  align-items: center;
  max-width: 101rem;
  /* width: 100%; */
  margin-left: 7rem;
  grid-template-columns: repeat(35, 1fr);
  z-index: 1000;
}
.nav-search {
  grid-column: 1 / 2;
}

.nav-booking {
  grid-column: 3 / 12;
  font-size: 20px;
  /* max-width: 19.8rem; */
  width: fit-content;
  max-width: fit-content;
  border: 3px solid #ffffff;
  border-radius: 1.5rem;
  /* height: 4.5rem; */
  display: flex;
  align-items: center;
  position: relative;
}

.nav-booking:hover {
  box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
  background: rgba(255, 255, 255, 0.4);
}

.svg__blue path {
  fill: var(--main-color) !important;
}

.nav-booking__blue span {
  color: var(--main-color) !important;
}

.nav-auth__blue a span {
  color: var(--main-color) !important;
}

.header-lang__svg__blue path {
  fill: var(--main-color) !important;
}

.nav-booking__blue {
  border: 0.3rem solid var(--main-color);
  background: #ffffff;
}
.nav-booking__blue:hover {
  background: #ffffff;
}

.header-burger__block__blue {
  background-color: var(--main-color);
}

.header-burger__block__blue::after {
  background-color: var(--main-color);
}
.header-burger__block__blue::before {
  background-color: var(--main-color);
}
/* .nav-booking:hover .booking-options {
  visibility: visible;
  opacity: 1;
} */

/* .nav-booking:hover svg {
  transform: rotate(180deg);
} */

.nav-booking svg {
  width: 1.5rem;
  height: 1rem;
  margin-left: 1.5rem;
  /* transform: rotate(0deg); */
}

.nav-booking__svg__active {
  transform: rotate(180deg);
}

.svg-arrow__active {
  transform: rotate(180deg);
}

.nav-booking svg path {
  width: 1.5rem;
  height: 0.8rem;
}

.nav-favourites {
  grid-column: 12 / 13;
}

.nav-lang {
  font-size: 2rem;
  grid-column: 26 / 31;
  position: relative;
  user-select: none;
}

.nav-lang__wrapper {
  display: flex;
  align-items: center;
}

.currency__active {
  color: var(--main-color) !important;
}

.nav-lang svg {
  width: 1.5rem;
  height: 1rem;
  margin-left: 0.9rem;
  transform: rotate(0deg);
}

.currency {
  color: var(--main-gray);
  line-height: 1.95rem;
  padding-top: 0.5rem;
}

.modal-lang__options__active {
  visibility: visible;
  opacity: 1;
  display: flex !important;
  flex-direction: column;
  width: 22rem;
  left: -20px;
  position: absolute;

  background: #ffffff;
  box-shadow: 0px 0px 29.0541px rgba(0, 0, 0, 0.25);
  border-radius: 11.6216px;
}

.header-lang__svg__active {
  transform: rotate(180deg) !important;
}

.nav-lang svg path {
  fill: #ffffff;
}

.nav-lang__blue {
  color: var(--main-color) !important;
}

.nav-lang__blue svg path {
  fill: var(--main-color) !important;
}

.nav-cart {
  grid-column: 31 / 32;
  position: relative;
}

.nav-auth {
  grid-column: 33 / 36;
  font-size: 2rem;
  user-select: none;
}

.test {
  height: 100vh;
}

.mobile-nav {
  display: none;
}
.header-logo {
  width: 10.5rem;
  height: 4rem;
}
.header-logo img {
  width: 100%;
}
.nav-left__favourites {
  order: 3;
}
.nav-left__booking {
  order: 2;
}

.right-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  display: flex;
  display: none;
  visibility: none;
  opacity: 0;
  top: 0;
}

.right-modal__bg {
  height: 100%;
  width: 60%;
  backdrop-filter: blur(10px) brightness(0.7);
  -webkit-backdrop-filter: blur(10px) brightness(0.7);
}

.right-modal__content {
  position: relative;
  background-color: #fff;
  width: 40%;
  height: 100vh;
  z-index: 100000;
  display: flex;
  flex-direction: column;
}

.modal-nav {
  position: absolute;
  left: 41.1rem;
  top: 6rem;
  width: 2.8rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background-color: #264b87;
  transform: rotate(45deg);
}
.modal-nav::after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background-color: #264b87;
  transform: rotate(-270deg);
}

.modal-nav::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: -9px;
  right: 1px;
  transform: rotate(45deg);
}

.modal-menu {
  list-style-type: none;
  /* max-width: 26rem; */
  max-width: 42rem;
  margin-top: 21rem;
  margin-left: 8rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 0;
}

.modal-menu__hide {
  display: none;
}

.modal-actions__rates {
  margin: 16.7rem 2.5rem 0rem 2.5rem;
  height: 100vh;
}

.modal-actions__rates {
  display: none;
}

.modal-nav__back {
  display: none;
}

.modal-actions__rates__show {
  display: block;
}
.modal-nav__back__show {
  display: block;
}

.modal-actions__header {
  margin-left: 4.3rem;
  font-size: 3rem;
}
.modal-rates {
  font-size: 2.6rem;
  margin-top: 5rem;
}

.modal-rate__items {
  min-width: 26rem;
  text-align: right;
  border-bottom: 0.2rem solid var(--main-gray);
  padding-bottom: 1rem;
  padding-right: 2rem;
  margin-bottom: 1.5rem;
}

.modal-rate__day {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-left: 4.5rem;
}

.modal-rate__values {
  display: flex;
  padding-right: 2rem;
  gap: 5rem;
}

/* .modal-rate__value:not(:last-child) {
  margin-right: 5.5rem;
} */

.modal-rate__items > span:not(:last-child) {
  margin-right: 4.1rem;
}

td {
  height: 4rem !important;
}

.arrow-back {
  position: absolute;
  top: 5rem;
  left: 7rem;
  width: 3rem;
  height: 2.5rem;
}

.modal-menu__item {
  color: var(--main-gray);
  font-size: 2.1rem;
  line-height: 3.65rem;
}

.modal-menu__item__oppened {
  /* background-color: #e9f3fd; */
  border-radius: 1.5rem;
  /* padding: 0rem 1.5rem; */
  color: var(--main-color);
}

.modal-menu__item:not(.modal-menu__item__oppened):hover {
  /* background-color: #e9f3fd; */
  /* border-radius: 1.5rem; */
  /* padding: 0rem 1.5rem; */
  color: var(--main-color);
}

.modal-menu__item__oppened:hover {
  background-color: none !important;
  border-radius: 1.5rem;
  /* padding: 0rem 1.5rem; */
  color: var(--main-color);
}

.modal-menu__nested__list {
  list-style-type: none;
  font-size: 1.8rem;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.modal-menu__nested__item {
  padding: 0.5rem 1.3rem;
  color: var(--main-gray);
}

.modal-menu__nested__item:hover {
  background-color: #e9f3fd;
  color: var(--main-gray);
}

.modal-menu__nested {
  display: none;
  visibility: hidden;
  opacity: 0;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
  animation: menuOut 0.3s ease-in-out;

  /* transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out; */
}

/* .modal-menu__item:hover .modal-menu__nested {
  display: flex;
  opacity: 1;
  visibility: visible;
  animation: menu 0.2s ease-in-out;
} */

.modal-menu__nested__oppened {
  display: flex;
  opacity: 1;
  visibility: visible;
  /* transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out; */
  animation: menu 0.2s ease-in-out;
}

@keyframes menu {
  0% {
    display: flex;
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    display: none;
    visibility: visible;
    opacity: 1;
  }
}

main {
  margin-bottom: 8rem;
}
header {
  height: 85px;
  /* margin-bottom: 15rem; */
  /* margin-bottom: 8rem; */
}

.nav-search svg {
  width: 3.5rem;
  height: 2.6rem;
}
.nav-search svg path {
  fill: #ffffff;
}

.nav-favourites svg {
  width: 3.5rem;
  height: 2.6rem;
}

.nav-favourites svg path {
  fill: #ffffff;
}

.nav-cart svg {
  width: 3rem;
  height: 2.2rem;

  margin: 0 auto;
}

.nav-cart svg path {
  fill: #ffffff;
}
footer {
  box-sizing: border-box;
  margin: 8rem auto 0rem auto;
  /* height: 62.2rem; */
  height: 100%;
  overflow-y: hidden;
  background-color: var(--main-color);
  overflow-x: hidden;
}

.footer-icon:hover {
  transform: translateY(-1rem);
}
.footer-icons {
  padding-top: 8.55rem;
  display: flex;
  justify-content: center;
  /* gap: 5.4rem; */
  gap: 3.3rem;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.footer-icons::before {
  content: "";
  width: 100%;
  height: 0.15rem;
  background: #ffffff;
  position: absolute;
  bottom: -10%;
  left: -110%;
}
.footer-icons::after {
  content: "";
  width: 100%;
  height: 0.15rem;
  background: #ffffff;
  position: absolute;
  bottom: -10%;
  right: -110%;
}

.footer-icon svg {
  /* height: 5rem; */
  height: 3rem;
}

.footer-copyriht {
  text-align: center;
  margin-top: 6.5rem;
  font-size: 2.4rem;
}

.footer-menu {
  display: flex;
  font-size: 1.8rem;
  padding-top: 5rem;
  max-width: 127.2rem;
  margin: 0 auto;
  justify-content: space-between;
}

.footer-menu__nav {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.footer-menu__col:not(:first-child) {
  padding-top: 2.9rem;
}

.footer-menu__nav__item {
  line-height: 2.2rem;
}

.footer-parthners__owners {
  display: flex;
  /* width: 40%; */
  width: 47%;
}

.footer-parthners__owners .slick-list .slick-track {
  display: flex;
  gap: 1.8rem;
}

.footer-parthners {
  max-width: 131rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
}

.footer-worktime__phone {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer-col__worktime {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.footer-worktime__time {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.footer-parthners__payingsystems {
  position: relative;
  width: 40%;
}

.footer-parthners__payingsystems .slick-dots {
  position: absolute;
  left: -72%;
}

.footer-parthners__payingsystems .slick-dots button:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: #ffffff;
  border-radius: 50%;
}

.footer-parthners__payingsystems .slick-dots li.slick-active button:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: #ffffff;
  border-radius: 50%;
}

.footer-parthners__payingsystems .slick-dots li .slick-active button {
  width: 1.2rem;
  height: 1.2rem;
  background: #ffffff;
  border-radius: 50%;
}

.footer-parthners__payingsystems .slick-dots li button {
  width: 1.2rem;
  height: 1.2rem;
  background: rgba(176, 181, 189, 1);
  border-radius: 50%;
}

.options {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 5rem;
  left: 0;
  list-style-type: none;
  background-color: #ffffff;
  box-shadow: 0px 0px 29.0541px rgba(0, 0, 0, 0.25);
  min-width: 200px;
  /*width: 100%;*/
}
.options ul {
  list-style-type: none;
  padding: 1.6rem 0.6rem;
}
.options ul li {
  color: var(--main-gray);
}
.booking-option {
  /* width: 20.9rem; */
  width: 85%;
  line-height: 3.5rem;
  padding-left: 1.2rem;
}
.booking-options__list {
  margin: 0;
  display: flex;
  flex-direction: column;
  color: var(--main-gray);
}

.option {
  padding: 0.2rem 1rem;
}
.option:hover {
  background-color: #e8eff4;
  border-radius: 1.6 rem;
}

.footer-copyright {
  text-align: center;
  /* margin-top: 4.95rem; */
  margin-top: 1.5rem;
  margin-bottom: 4.5rem;
  font-size: 2rem;

  color: var(--main-font-color);
}

.lang-options {
  /* visibility: visible !important;
  opacity: 1 !important; */
  color: var(--main-gray);
  width: 19rem;
}

.lang-options ul {
  padding: 1.6rem 1.8rem;
  margin: 0;
  font-size: 1.6rem;
}

.lang-active {
  color: var(--main-color);
}
.lang-params svg {
  width: 1.5rem;
}
.lang-params svg path {
  fill: var(--main-color);
}
.lang-option {
  line-height: 1.95rem;
  font-size: 2rem;
}
.lang-option:last-child {
  margin-top: 3rem;
}

.lang-params {
  padding: 0 !important;
  margin: 1rem 0rem 0rem 0rem !important;
  display: flex;
  align-items: center;
  max-width: 11.6rem;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  font-size: 2rem;
}

.mob-icon {
  display: none;
  position: relative;
}

/* .mob-icon__active::before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.43773 7.94716C8.18457 6.14936 10.1063 4.70539 12.1128 3.56282C14.188 2.38062 16.3705 1.52013 18.5841 1.04003C20.7645 0.567004 23.0017 0.476696 25.1917 0.869426C27.298 1.2469 29.4332 2.08961 31.2842 3.57517C33.0889 5.02289 34.6287 7.13265 35.7124 9.62016C36.7618 12.0245 37.3896 14.8294 37.2715 17.6672C37.1728 20.0361 36.4979 22.3274 35.5354 24.2595C34.7317 25.8706 33.6791 27.2183 32.4913 28.2556C31.252 29.3388 29.8807 30.0895 28.4697 30.5972C26.9589 31.141 25.4041 31.4071 23.8472 31.4849C22.2098 31.5672 20.5681 31.4416 18.9425 31.1614C17.3373 30.8836 15.745 30.4495 14.1794 29.8782C12.6923 29.3352 11.2265 28.6676 9.80372 27.8533C8.57407 27.1501 7.37016 26.3314 6.24243 25.3463C4.56856 23.8855 2.8968 21.9391 2.10171 19.3376C1.69075 17.9952 1.57917 16.5069 1.81093 15.0806C2.07061 13.4775 2.68756 12.0211 3.43977 10.7786C4.8765 8.40695 6.77573 6.53754 8.71356 5.06088C10.5945 3.62747 12.615 2.57424 14.6977 1.89414C16.7857 1.21151 18.9339 0.909971 21.0767 0.983493C23.2173 1.0569 25.3494 1.50688 27.4074 2.34085C29.4526 3.16936 31.4172 4.37899 33.222 5.96641C35.1599 7.67031 36.9174 9.85197 38.1342 12.5958C39.3059 15.239 39.8982 18.4294 39.1471 21.4546C38.3874 24.5167 36.4764 26.7107 34.5858 28.3883C32.5857 30.1621 30.4086 31.5159 28.1446 32.4709C25.8773 33.4269 23.5296 33.9946 21.1679 34.2102C18.7912 34.4269 16.3941 34.2996 14.0346 33.838C11.9465 33.4304 9.86276 32.7998 7.87554 31.8033C6.09543 30.9111 4.3325 29.7049 2.90969 27.9311C1.49226 26.1625 0.492225 23.7741 0.456265 21.0602C0.413458 17.8228 1.68861 14.8692 3.22836 12.5933C4.46232 10.7689 5.92483 9.28772 7.49355 8.08339C8.85841 7.03542 10.3005 6.19548 11.7813 5.53393C13.3253 4.84507 14.9145 4.34461 16.5207 4.04037C18.1367 3.73357 19.7762 3.62474 21.4061 3.73266C22.9963 3.83873 24.5801 4.15626 26.1187 4.73447C27.5941 5.28901 29.0276 6.08303 30.3474 7.16895C31.6393 8.23196 32.8078 9.57242 33.78 11.1748C34.7897 12.8408 35.5644 14.78 36.0805 16.8421C36.47 18.3967 36.8005 20.1104 36.588 21.7649C36.3638 23.5087 35.515 24.9033 34.6641 26.1413C33.0557 28.4793 31.0449 30.3514 28.8635 31.4558C28.6542 31.5619 28.7444 32.034 28.9557 31.9271C31.2799 30.7501 33.3948 28.8905 35.1062 26.3756C35.9657 25.1102 36.8026 23.6529 37.0215 21.8808C37.2329 20.1627 36.941 18.417 36.5451 16.7934C36.0172 14.6287 35.2264 12.6072 34.1845 10.8476C33.1952 9.17457 31.9848 7.76768 30.6554 6.65524C29.2959 5.51626 27.8119 4.68067 26.285 4.10502C24.7013 3.50723 23.065 3.1817 21.4276 3.07378C19.7397 2.96336 18.0476 3.09069 16.3748 3.41527C14.7202 3.73613 13.0839 4.25977 11.4959 4.9875C9.9722 5.68521 8.48609 6.57025 7.08797 7.67213C5.44734 8.96314 3.91508 10.5698 2.65217 12.5357C1.12303 14.9171 -0.0921491 17.9731 0.00549988 21.2697C0.0891903 24.0693 1.11799 26.5532 2.58671 28.3864C4.05779 30.2231 5.86474 31.4734 7.70494 32.4046C9.73506 33.4322 11.8693 34.0804 14.0035 34.4996C16.4274 34.9752 18.8846 35.1229 21.3278 34.8948C23.7656 34.6674 26.1895 34.0767 28.5244 33.0598C30.841 32.0509 33.075 30.629 35.1094 28.7703C37.0441 27.0016 38.9207 24.6902 39.6729 21.5244C40.4143 18.402 39.822 15.0762 38.6321 12.3375C37.3971 9.49193 35.5987 7.21311 33.6094 5.43582C31.752 3.77514 29.7165 2.50795 27.6048 1.64129C25.4953 0.776614 23.3021 0.311388 21.1057 0.235306C18.8974 0.159195 16.6795 0.479427 14.5292 1.18952C12.3865 1.89596 10.3059 2.99952 8.37556 4.48688C7.41521 5.2271 6.49245 6.06451 5.61902 6.99385C4.66834 8.00548 3.75522 9.1081 2.99125 10.3984C2.21759 11.7035 1.57809 13.2165 1.30662 14.8852C1.06262 16.3805 1.14449 17.9448 1.5459 19.3729C2.33455 22.1727 4.05566 24.2753 5.82396 25.8557C6.98495 26.8938 8.22965 27.7409 9.50008 28.4802C10.9465 29.322 12.439 30.0117 13.9541 30.5706C15.5861 31.1728 17.2461 31.6229 18.92 31.9094C20.5885 32.1942 22.2752 32.3152 23.9545 32.2171C25.5672 32.1225 27.1832 31.8298 28.7444 31.2453C30.1951 30.7023 31.6114 29.8985 32.8776 28.7561C34.1244 27.6304 35.2114 26.181 36.044 24.455C37.0365 22.3997 37.6964 19.9734 37.7683 17.4797C37.8531 14.5651 37.1857 11.6726 36.0976 9.21344C34.971 6.66324 33.3797 4.49308 31.5213 3.00749C29.6103 1.48036 27.4203 0.631506 25.2507 0.240598C22.9877 -0.167041 20.6915 -0.0369855 18.4436 0.481988C16.1816 1.00369 13.982 1.93668 11.8811 3.22239C9.92392 4.42149 8.06225 5.95315 6.36903 7.78259C6.30145 7.85599 6.36583 8.01963 6.43773 7.94716Z' fill='%23B0B5BD'/%3E%3C/svg%3E%0A");
  width: 4rem;
  height: 3.5rem;
  position: absolute;
} */

.currency-params {
  max-width: 7.2rem;
}

.modal-lang {
  display: none;
}

.modal-lang__options {
  display: none;
  /* font-size: 1.6rem; */
  font-size: 2rem;
}

.modal-actions {
  position: relative;
}

/* .modal-lang-list__active {
  position: absolute;
  top: 7rem;
  left: 0;
  background: #ffffff;
  box-shadow: 0px 0px 29.0541px rgba(0, 0, 0, 0.25);
  border-radius: 11.6216px;
  min-height: 9rem;
  width: 17rem;

  padding: 1.5rem 0rem 1.5rem 2rem;
  flex-direction: column;

  display: flex;
} */

.modal-lang-item {
  padding-top: 1rem;
  font-size: 2rem;
  font-weight: 700;
  width: calc(100% - 1.9rem);
  padding: 0.3rem 1rem;
  border-radius: 1.5rem;
}

.modal-lang-item:hover {
  cursor: pointer;
  background: #e8eff4;

  /* color: var(--main-color); */
}

.modal-lang-item__active span {
  color: var(--main-color);
  font-weight: 700;
}

.modal-lang__select__active {
  display: none;
}

.modal-currency__select {
  display: none;
}

/* .modal-currency__select span:hover {
  color: var(--main-color);
} */

.modal-options__lang {
  z-index: 2;
}
.modal-options__currency {
  z-index: 1;
  margin-top: 3rem;
}

.modal-currency__select__active {
  display: flex;
  flex-wrap: wrap;
  max-width: 16rem;
  margin-left: -0.3rem;
}
.modal-currency__select__item {
  font-weight: 700;
  padding: 0.5rem 0.34rem;
  line-height: 2.4rem;
}

.modal-currency__select__item:hover {
  background-color: #e8eff4;
  border-radius: 1.5rem;
}

.modal-currency__select span {
  margin: 0rem 2.2rem 0rem 0rem;
  max-width: 9.5rem;
}

.modal-currency__select__item__current {
  color: var(--main-color);
  font-weight: 700;
}

.modal-lang-list {
  display: none;
}

.modal-lang-list__active {
  position: absolute;
  top: 7rem;
  left: 0;
  background: #ffffff;
  box-shadow: 0px 0px 29.0541px rgba(0, 0, 0, 0.25);
  border-radius: 11.6216px;
  min-height: 9rem;
  width: 22.8rem;

  padding: 1.5rem 0.6rem;
  flex-direction: column;

  display: flex;
}

.header__modal-lang__options {
  padding: 1.5rem 0rem 1.5rem 2rem;
}

.modal-arrow svg path {
  fill: var(--main-color) !important;
}
.modal-lang__select svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.4rem;
}
.modal-lang__select svg path {
  fill: var(--main-color);
}

/* для элемента input c type="checkbox" */
.chck > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .chck > span */
.chck > span {
  /* display: inline-flex; */
  display: inline-block;
  align-items: center;
  user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.chck > span::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 0.15rem solid var(--main-gray);
  border-radius: 0.8rem;
  margin-right: 2.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.chck__filter > span::before {
  width: 3rem;
  height: 3rem;
}

/* стили при наведении курсора на checkbox */
.chck > input:not(:disabled):not(:checked) + span:hover::before {
  border-color: var(--main-gray);
}

/* стили для активного чекбокса (при нажатии на него) */
.chck > input:not(:disabled):active + span::before {
  background-color: var(--main-blue-light);
  border-color: var(--main-color);
}

/* стили для чекбокса, находящегося в фокусе */
.chck > input:focus + span::before {
  /* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
  box-shadow: var(--main-color);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.chck > input:focus:not(:checked) + span::before {
  border-color: var(--main-gray);
}

/* стили для чекбокса, находящегося в состоянии checked */
.chck > input:checked + span::before {
  border-color: #ffffff;
  background-color: #ffffff;
  border: 0.15rem solid var(--main-gray);
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); */
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.4937 0.0394062C17.3934 0.0619587 17.2156 0.131283 17.0984 0.193454C16.8975 0.300094 16.6293 0.57139 12.3693 4.97698L7.85315 9.64744L5.60593 7.32423C3.4777 5.12403 3.34723 4.99508 3.14246 4.88953C2.7568 4.69077 2.38379 4.64642 1.98508 4.752C1.66776 4.83603 1.48989 4.94361 1.2332 5.20675C0.979243 5.46704 0.850651 5.70909 0.777718 6.06399C0.694011 6.47133 0.778889 6.9359 1.00375 7.3011C1.09141 7.44351 1.8971 8.29647 3.99789 10.471L6.87211 13.4461L7.12414 13.571C7.67929 13.8461 8.27839 13.8031 8.78213 13.4519C9.04396 13.2694 19.0879 2.84971 19.2402 2.60266C19.548 2.10323 19.5802 1.47364 19.3255 0.933292C19.1996 0.666087 18.8562 0.310552 18.5982 0.180238C18.2536 0.0062443 17.8627 -0.0435895 17.4937 0.0394062Z' fill='%23264B87'/%3E%3C/svg%3E");

  background-size: inherit;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.chck > input:disabled + span::before {
  background-color: #e9ecef;
}

.booking-options__active {
  visibility: visible;
  opacity: 1;
}

/* CARDS */

.card {
  max-width: 41rem;
  border: none;
  /* max-height: 67.2rem; */
  margin-bottom: 5rem;
}
.card_image {
  width: 100%;
  height: 23.5rem;
  position: relative;
}

.card_image img {
  border-radius: 1.5rem;
}
.card_title {
  color: var(--main-color);
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-top: 2.5rem;
  padding: 0rem 2rem;
  /* min-height: 5.6rem; */
  height: 7.9rem;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.card-title__span {
  line-height: 2.8rem;
}

.card-icon {
  margin-top: 0.4rem;
}

.card_services {
  margin-top: 2.5rem;
  border-top: 0.2rem solid #e9f3fd;
  border-bottom: 0.2rem solid #e9f3fd;
  padding: 2rem 0rem;
}

.card-services_list {
  list-style-type: none;
  height: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow-y: hidden;
}

.card-articles__list {
  justify-content: flex-start;
}

.card-service_item {
  display: flex;
  align-items: center;
  max-height: 3.6rem;
}

.card-service_item__desc {
  font-size: 1.8rem;
  color: var(--main-color);
  line-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}

.item-card_actions {
  display: flex;
  height: 4.5rem;
  justify-content: space-between;
  margin: 3.5rem auto 0rem auto;
  width: 87%;
}

.item-card_actions__singlebtn {
  justify-content: center;
}

.card-service_item:first-child {
  margin-top: 0rem;
}

.card-service_item__icon {
  width: 6.5rem;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  min-width: 6.5rem;
  max-width: 6.5rem;
}
.icon-location {
  width: 2rem;
  height: 2.7rem;
}

.icon-wifi {
  width: 3.33rem;
  height: 2.5rem;
}
.icon-badperson {
  width: 2.38rem;
  height: 2.5rem;
}

.card-price {
  display: flex;
  align-items: center;
  position: relative;
}

.card-price__span {
  font-size: 1.6rem;
  color: var(--main-color);
}

.card-price__span__sale {
  position: absolute;
  top: -2.5rem;
  color: var(--main-gray);
  font-size: 1.4rem;
  white-space: nowrap;
}

.card-price__span__sale::after {
  content: "";
  position: absolute;
  height: 0.15rem;
  width: 100%;
  background-color: var(--main-gray);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.card-details_link {
  padding: 1rem 3.8rem;
  background-color: var(--main-color);
  color: #ffffff;
  font-size: 2rem;
  box-sizing: border-box;
}

.card-details_link:hover {
  color: #ffffff;
  background-color: #557dbc;
}

.card-marker {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 1.5rem;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 17.4rem;
  left: 1.6rem;
  z-index: 199;
  /* z-index: 1; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-marker__selected {
  background-color: var(--main-color);
}

.card-marker:hover {
  background-color: var(--main-color);
}

.icon-favourites-filled {
  width: 3.2rem;
  height: 3.2rem;
}

.card_image .slick-arrow {
  visibility: hidden;
  opacity: 0;
  transition: visibility opacity 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.card_image:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.card_image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 1.5rem;
  z-index: 0;
}
.card_image:hover::before {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25) inset;
}

.card_image .slick-list .slick-track {
  display: flex;
  gap: 3rem;
}

.card_image .slick-prev {
  left: -1.5rem;
}

.card_image .slick-next {
  right: -1.5rem;
}
.card-image .slick-prev:before,
.slick-next:before {
  opacity: 1;
}

.card-image .slick-prev:before,
.slick-prev:before {
  opacity: 1;
}

.card_image .slick-prev,
.card_image .slick-next {
  z-index: 100;
  width: 5rem;
  height: 5rem;
  background-color: var(--main-color);
  border-radius: 1.5rem;
}

.card_image .slick-prev:hover,
.card_image .slick-next:hover {
  /* background-color: #557dbc; */
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.card_image .slick-prev:before {
  content: url("data:image/svg+xml,%3Csvg width='16px' height='16px'  viewBox='-2 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.82646 0.117961C7.53742 -0.591505 8.83515 -0.707119 9.72496 -0.140248C10.6148 0.426622 10.7598 1.46134 10.0488 2.1708L5.20342 7L10.0488 11.8292C10.7598 12.5387 10.6148 13.5734 9.72496 14.1402C8.83515 14.7071 7.53742 14.5915 6.82646 13.882L0.97711 8.05223C0.362382 7.46475 0.328892 6.59456 0.9512 5.97358L6.82646 0.117961Z' fill='white'/%3E%3C/svg%3E%0A");
}
.card_image .slick-next:before {
  content: url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='-4 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.17354 0.117961C3.46258 -0.591505 2.16485 -0.707119 1.27504 -0.140248C0.385235 0.426622 0.240233 1.46134 0.951198 2.1708L5.79658 7L0.951198 11.8292C0.240233 12.5387 0.385235 13.5734 1.27504 14.1402C2.16485 14.7071 3.46258 14.5915 4.17354 13.882L10.0229 8.05223C10.6376 7.46475 10.6711 6.59456 10.0488 5.97358L4.17354 0.117961Z' fill='white'/%3E%3C/svg%3E%0A");
}

.booking-form__bordered {
  /* border: inset 0.15rem solid var(--main-gray); */
  border-radius: 1.5rem;
  box-shadow: inset 0 0 0 0.15rem var(--main-gray);
}

.showmore {
  display: flex;
  justify-content: center;

  margin-top: 3rem;
  /* margin-bottom: 20rem; */
  margin-bottom: 12.5rem;
}
.showmore-btn {
  font-size: 2rem;
  padding: 0.7rem 4rem;
  border: 0.3rem solid var(--main-color);
  color: var(--main-color);
  user-select: none;
}

.showmore-btn:hover {
  color: #264b87;
  /* box-shadow: 0px 3px 4px rgba(38, 75, 135, 0.25); */
  box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
  /* text-shadow: 0px 3px 4px rgba(38, 75, 135, 0.25); */
}

.filter_tab__title__span {
  user-select: none;
}

/* Calendar */

.booking-filters {
  max-width: 129rem;
  margin: 0 auto 6rem auto;
}

.booking-filters_wrapper {
  display: flex;
  /* justify-content: space-between; */
  gap: 6rem;
  /* max-width: 57.2rem; */

  font-size: 2rem;
}

.booking-sort {
  display: flex;
}

.booking-filter {
  display: flex;
}

.filter-title {
  margin-left: 2.4rem;
}

.icon-filter {
  width: 3rem;
  height: 2.2rem;
}

.booking-sort_type {
  margin-left: 1rem;
  position: relative;
}

.booking-sort {
  position: relative;
  user-select: none;
}

.booking-sort_type__arrow {
  margin-left: 1.5rem;
}

.booking-sort_options__active {
  visibility: visible;
  opacity: 1;
  z-index: 300;
  top: 4rem;
  left: 16rem;
}

.booking-filter_tab:not(:first-child) {
  margin-top: 7rem;
}

.booking-filter_tab__title {
  margin-left: 1.5rem;
  font-size: 2.1rem;
}

.booking-filter_tab__reset {
  margin-left: 3.5rem;
  font-size: 1.4rem;
}

.booking-filter_tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-filter__drop {
  display: flex;
  align-items: center;
}

.booking-filter_details {
  max-width: 55rem;
  padding-top: 4rem;
}

.filter-progress .ui-corner-all {
  height: 0.2rem;
  top: -0.4rem;
  border: none;
  background-color: #b0b5bd;
}

.filter-progress .ui-slider-range {
  background-color: var(--main-color);
  top: 0rem;
}

.filter-progress .ui-slider-handle {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--main-color);
}

.filter-progress .ui-state-active {
  background-color: var(--main-color);
  border: none;
}

.slider-range_values {
  display: flex;
  justify-content: space-between;
  font-size: 2.1rem;
  margin-top: 1rem;
}

.filter-check {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  /* margin-top: 5rem; */
}

.filter-check:not(:first-child) {
  margin-top: 2rem;
}

.slider-range__value {
  display: flex;
  gap: 1rem;
}

.filter__input {
  border: none;
  outline: none;
  color: var(--main-color);
  font-weight: 600;
  max-width: 7rem;

  border-bottom: 0.15rem solid var(--main-gray);
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.filter__input::placeholder {
  color: var(--main-color);
  font-weight: 600;
}

.checkbox {
  width: 3rem;
  height: 3rem;
  border-radius: 0.7rem;

  border: 0.15rem solid var(--main-gray);

  appearance: none;
  -webkit-appearance: none;
}

.checkbox:checked {
  background-color: var(--main-color);
}

.checkbox-title {
  /* margin-left: 1.5rem; */
  line-height: 2.56rem;
}

.left-modal__bg {
  order: 2;
}

.left-modal__content {
  order: 1;
}

.modal-nav__left {
  right: 6rem;
  left: auto;
}

.booking-filter__tab__wrapper {
  display: flex;

  flex-direction: column;
}

.booking-filter__tab__wrapper:not(:first-child) {
  margin-top: 7rem;
}

.booking-filter__arrow__rotate {
  transform: rotate(180deg);
}

.booking-filter_details__hide {
  display: none;
}

.modal-booking {
  margin-top: 12.5rem;
}

.modal-booking_filter {
  margin-top: 15.6rem;
  margin-bottom: 6rem;
  padding-left: 11rem;
  max-width: 57rem;
  padding-right: 40px;
  overflow: auto;
  overflow-x: hidden;
}

.popularoffers-wrapper {
  max-width: 129rem;
  margin: 0 auto 12.5rem auto;
  display: flex;
  gap: 10rem;
}

.popularoffers-desc {
  margin-bottom: 5rem;
  min-height: 8.2rem;
  /* min-height: 22.2rem; */
}

.popularoffers-desc__span {
  font-size: 5rem;
  line-height: 6rem;
}

.popularoffers-region {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}

.popularoffers-region__desc__span {
  font-size: 2rem;
}

.popularoffers-region__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 3rem;
  margin-right: 1.8rem;
}
.popularoffers-region__icon__svg {
  width: 1.9rem;
  height: 2.7rem;
}

.popularoffers-block {
  max-width: 50%;
}

.popularoffers-slider {
  max-width: 61rem;
}

.popularoffers-slider .slick-list .slick-track {
  display: flex;
  gap: 2rem;
}

.popularoffers-slide {
  width: 19rem;
  height: 19rem;
  position: relative;
}

.popularoffers-slide__image {
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  position: relative;
}

.popularoffers-slide__image img {
  border-radius: 1.2rem;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.popularoffers-slide__desc {
  text-align: center;
}

.popularoffers-slide__desc__span {
  font-size: 1.6rem;
  line-height: 2rem;
}

.popularoffers-slide:hover .popularoffers-slide__image::before {
  transition: backdrop-filter 0.1s linear;
  content: "";
  position: absolute;
  /* background-color: rgba(137, 137, 137, 0.45); */
  backdrop-filter: blur(0.4rem);

  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 1.2rem;
}

.details_pic {
  cursor: pointer;
}
.details_pic:hover .popularoffers-slide__image::before,
.details_pic:hover .popularoffers-slide__desc {
  content: none;
  display: none;
}

.popularoffers-slide:hover .popularoffers-slide__desc {
  /* transform: translateY(-6rem); */
  visibility: visible;
  opacity: 1;

  transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.popularoffers-slide__desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;

  opacity: 0;
  visibility: hidden;
}

.map-fill__zone {
  fill: white;
}

.map-color {
  fill: #e9f3fd;
}

.map-fill__point {
  fill: #b0b5bd;
}

.map-color__point {
  fill: #264b87;
}

.map {
  width: 55rem;
  height: 50rem;
}

.map-main {
  width: 55rem;
  height: 45.5rem;
}

.popularoffers-slider .slick-prev::before {
  display: none;
}

.popularoffers-slider .slick-next::before {
  content: url("data:image/svg+xml,%3Csvg width='1rem' height='1rem' viewBox='-4 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.17354 0.117961C3.46258 -0.591505 2.16485 -0.707119 1.27504 -0.140248C0.385235 0.426622 0.240233 1.46134 0.951198 2.1708L5.79658 7L0.951198 11.8292C0.240233 12.5387 0.385235 13.5734 1.27504 14.1402C2.16485 14.7071 3.46258 14.5915 4.17354 13.882L10.0229 8.05223C10.6376 7.46475 10.6711 6.59456 10.0488 5.97358L4.17354 0.117961Z' fill='darkblue' /%3E%3C/svg%3E%0A");
}

.popularoffers-slider .slick-next {
  z-index: 100;
  width: 2rem;
  height: 2rem;
}
.find-form__wrapper {
  margin: 0 auto;
}

.find-form__params {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2rem;
}

.find-icon__location {
  margin-right: 1.5rem;
  transform: translateY(4px);
}

.find-region__select {
  cursor: pointer;
}

.find-region__select__span {
  line-height: 2.4rem;
  user-select: none;
}

.find-form__region {
  display: flex;
  align-items: center;
  position: relative;
  width: 30rem;
}

.find-form__content {
  padding: 2.4rem 4rem 2.4rem 4rem;
}

.find-form__search {
  width: 40.7rem;
  position: relative;
}

.find-form__input {
  width: 100%;
  border: none;
  border-bottom: 0.2rem solid var(--main-gray);
  outline: none;

  font-weight: 700;
  line-height: 3rem;
  color: var(--main-color);
}

.find-form__input::placeholder {
  color: var(--main-gray);
  font-weight: 600;
}

.options__category {
  width: 29.6rem;
  z-index: 300;
}

.booking-options__search {
  z-index: 300;
  width: 29.6rem;
}

.booking-option__search {
  width: 91%;
  padding: 0rem 1.2rem;
}

.find-category__select {
  display: flex;
}

.search-region {
  padding: 1.1rem 1.7rem 0rem 1.1rem;
  position: relative;
}

.search-region__input {
  outline: none;
  border: none;
  border-bottom: 0.15rem solid #e9f3fd;
  padding: 0rem 0rem 0rem 0.8rem;
  color: var(--main-color);
  font-weight: 700;
}

.search-region__input::placeholder {
  font-weight: 700;
  color: var(--main-gray);
}

.search-region__input__clear {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  right: 1.6rem;
  top: 2.2rem;
}
.search-region__input__clear::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 0.25rem;
  background-color: var(--main-color);
  transform: rotate(45deg);
  border-radius: 1rem;
}
.search-region__input__clear::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 0.25rem;
  background-color: var(--main-color);
  border-radius: 1rem;
  transform: rotate(135deg);
}
.find-form__category {
  position: relative;
}
.find-category__categories {
  left: -3rem;
}

.details-nav {
  max-width: 129rem;
  margin: -10rem auto 6rem auto;
  font-size: 2rem;
  position: relative;
}

.form-details-nav__right,
.form-details-nav__left {
  top: 2.2rem;
}

.form-details_nav__content {
  justify-content: flex-start;
  align-items: center;
  height: 6rem;
  gap: 3.9rem;

  max-width: 93%;
  margin: 0 auto;
}

.form-details-content__booking::after {
  width: 0;
  height: 0;
}

.form-details-content__booking {
  user-select: none;
  border: 0.3rem solid var(--main-color);
  border-radius: 1.5rem;
  padding: 0.5rem 1.5rem !important;
  color: var(--main-color) !important;
}

.form-details_nav__content {
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
}

.form-details_nav__content li {
  padding: 0;
}

.form-details-content__item {
  padding: 0;
}

.see-all__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}

.see-all__link {
  display: inline-flex;
  align-items: center;
}

.see-all__icon {
  width: 2rem;
  margin-right: 1.8rem;
}

.see-all__desc {
  font-size: 2rem;
}

.details-description__wrapper {
  max-width: 67vw;
  margin: 0 auto;
  font-size: 2rem;
}

.details-description__p {
  line-height: 2.4rem;
}

.details-description__category {
  margin-bottom: 2.5rem;
}

.details-description__text {
  margin-bottom: 3.5rem;
}

.details-description__medical {
  margin-bottom: 3.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem 2rem;
  justify-content: space-between;
  justify-items: stretch;
  align-items: stretch;
}

.check-arrow {
  width: 1.5rem;
  height: 1.1rem;
}

.details-description__medical__arrow {
  margin-right: 2rem;
}
.details-description__medical__item {
  display: flex;
  /* width: 63rem; */
}

.details-descriprion__leaving {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  gap: 3rem;
  margin: 0 auto;
}

.details-descriprion__leaving__image {
  width: 63rem;
}

.details-booking__wrapper {
  max-width: 129rem;
  margin: 0 auto 6rem auto;
}

.booking-form__details {
  height: 15.5rem;
}
.booking-form__content__details {
  padding: 1.4rem 2.5rem 3.6rem 2.5rem;
}

.params__name__details {
  grid-column: 1 / 6;
}

.date__from__details {
  grid-column: 7 / 11;
}

.date__to__details {
  grid-column: 12 / 16;
}

.tourists {
  user-select: none;
}
.tourists__details {
  grid-column: 16 / 19;
}

.citizenship__details {
  grid-column: 19 / 25;
}

.placechess-container {
  font-size: 1.8rem;
  display: flex;
}

.placechess-wrapper {
  max-width: 129rem;
  margin: 0 auto 5rem auto;
}
.placechess-title {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 7rem;
  margin-top: 12rem;
}

.placechess-rowitem {
  display: flex;
  overflow: auto;
}

.placechess-rooms__info:last-child {
  margin-bottom: 5rem;
}

.placechess-rooms__name {
  display: flex;
  margin-top: 8.5rem;
}
.placechess-rooms {
  display: flex;
  flex-direction: column;
  margin-right: 5rem;
}

.placechess-rooms__date {
  display: flex;
  gap: 1.4rem;
  margin-bottom: 1.6rem;
}
/* .placechess-rooms__type {
  margin-right: 4rem;
} */
.placechess-rooms__type__item {
  margin-bottom: 5.5rem;
  display: inline-block;
}

.placechess-rooms__item {
  margin-bottom: 1.5rem;
}

.placechess-rooms__items {
  width: 25rem;
  margin-right: 4rem;
}
.placechess-rooms__mouth {
  margin-bottom: 1.6rem;
  text-align: center;
}

.placechess-rooms__day {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.placechess-room__info {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.placechess-rooms__info {
  display: flex;
  gap: 1.4rem;
  margin-bottom: 1.8rem;
  position: relative;
}

.placechess-room__info_active {
  background-color: #c8e1fb;
  border-radius: 50%;
}

.placechess-room__info_active__chain {
  position: relative;
}
.placechess-room__info_active__chain::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: -60%;
  width: 2rem;
  height: 0.3rem;
  background-color: #c8e1fb;
  transform: translateY(-50%);
}

.placechess-room__info__disabled::before {
  content: "";
  width: 1.6rem;
  height: 0.25rem;
  border-radius: 1rem;
  background-color: #c8e1fb;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 50%;
}
.placechess-room__info__disabled::after {
  content: "";
  width: 1.6rem;
  height: 0.25rem;
  border-radius: 1rem;
  background-color: #c8e1fb;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  top: 50%;
}

.placechess-room__info__noarrival::before {
  content: "";
  width: 1.6rem;
  height: 0.25rem;
  border-radius: 1rem;
  background-color: #fbc8c8;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 50%;
}
.placechess-room__info__noarrival::after {
  content: "";
  width: 1.6rem;
  height: 0.25rem;
  border-radius: 1rem;
  background-color: #fbc8c8;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  top: 50%;
}

.placechess-notation {
  max-width: 129rem;
  margin: 0 auto;
}
.placechess-notation__wrapper {
  display: flex;
  justify-content: flex-end;
}
.placechess-notation__item {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  margin-left: 3.5rem;
}
.placechess-notation__item__desc {
  margin-left: 1.2rem;
}

.dash__details {
  grid-column: 11 / 11;
  justify-self: start;
}

.card-rate {
  font-size: 1.8rem;
  color: var(--main-color);
  margin: 2.5rem 2rem;
  display: flex;
  position: relative;
  user-select: none;
}
.card-rate__title {
  margin-right: 0.5rem;
  color: var(--main-color);
}
.card-rate__select {
  display: flex;
}

.card-rate__select__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.card-select_options {
  top: 3rem;
  left: 5.2rem;
  z-index: 200;
  width: 27rem;

  max-height: 26rem;
  padding: 1rem;
}

.card-select_options ul {
  max-height: 20rem;
  overflow-y: auto;
}

.card-select_options__active {
  visibility: visible;
  opacity: 1;
}

.card-rate__select__arrow {
  display: flex;
  align-items: center;
}
.card-rate__select__arrow__active {
  transform: rotate(180deg);
  /* padding-right: 1.5rem; */
}

.card-rate__select__arrow__active > svg {
  margin-left: 0;
  margin-right: 1.5rem;
}

.popularoffers-map {
  display: flex;
  align-items: end;
}

.reviews-comments__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.reviews-wrapper {
  max-width: 129rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.review-comment__info {
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.review-comment__text {
  font-size: 1.8rem;
  max-height: 19rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-comment__author__name {
  margin-bottom: 1rem;
  line-height: 2.4rem;
}

.reviws-rating__current {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 4.5rem;
}
.revies-rating__current__value {
  font-size: 6rem;
  line-height: 5.2rem;
}

.rewiews-count {
  font-size: 1.8rem;
}

.my-rating {
  display: flex;
  margin-bottom: 0.5rem;
  gap: 0.6rem;
  min-width: 11.7rem;
}

.jq-star-svg path {
  stroke: var(--main-color);
}

.jq-star-svg {
  width: 100%;
  height: 100%;
  /* width: 100px; */
  /* height: 100px; */
}

.reviews-rating {
  width: 52rem;
}

.reviews-rating__progress {
  width: 100%;
  height: 0.7rem;
  position: relative;
  background: #e9f3fd;
  border-radius: 0.5rem;
  overflow: hidden;
}
.reviews-rating__progress div {
  background: #00adff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 0.5rem;
}
.reviews-rating__progress div:after {
  border-radius: 0.5rem;
  background: #264b87;
  background-size: 40px 40px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reviews-rating__details {
  font-size: 1.8rem;
  margin-bottom: 5.5rem;
}
.reviews-rating__details__item {
  margin-bottom: 3rem;
}
.reviews-rating__details__item span {
  margin-bottom: 1rem;
  display: inline-block;
}

.review-comments__comment {
  width: 54.8rem;
  border: 0.2rem solid #e9f3fd;
  padding: 3.5rem 4rem;
}

.reviews-comments__nav {
  /* width: 16.5rem; */
  width: fit-content;
  height: 2.4rem;
  margin: 3.2rem auto;
  position: relative;
}

.pages-nav {
  /* width: 16.5rem; */
  width: fit-content;

  height: 2.4rem;
  margin: 3.2rem auto;
  position: relative;
}

.reviews-comments__pages__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 100%; */
  height: 100%;
  z-index: 1;
  width: 100%;
}

.pages-arrow svg {
  width: 1.5rem;
  height: 0.87rem;
}

.comments__pages__pages {
  display: flex;
  font-size: 2rem;
  justify-content: space-between;
  max-width: 70%;
  margin: 0 auto;
  line-height: 2.4rem;
  padding: 0rem 2rem;
}

.pages__num,
.pages__any {
  color: var(--main-gray);
  padding: 0rem 0.75rem;
  /* background-size: 3rem 3rem; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.pages__current {
  position: relative;
  color: var(--main-color);
}

.pages__current::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 3rem;
  height: 3rem;
  background-color: #c8e1fb;
  border-radius: 50%;
}

.reviews-comments__pages__pages {
  display: flex;
  font-size: 2rem;
  justify-content: space-between;
  /* max-width: 70%; */
  max-width: 100%;
  margin: 0 auto;
  line-height: 2.4rem;
  padding: 0rem 2rem;
}

.reviews-pages__num,
.reviews-pages__any {
  color: var(--main-gray);
  padding: 0rem 0.75rem;
  /* background-size: 3rem 3rem; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviews-pages__current {
  position: relative;
  color: var(--main-color);
}

.reviews-pages__current::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 3rem;
  height: 3rem;
  background-color: #c8e1fb;
  border-radius: 50%;
}

.date-picker-wrapper {
  width: 60rem;
  padding: 1rem 2.5rem;
}

.two-months {
  width: 60rem;
  left: 50% !important;
  transform: translateX(-50%);
  padding: 1rem 2.5rem;
}

.month-wrapper {
  width: 90% !important;
  margin: 0 auto;
  padding: 0 !important;

  gap: 5rem;
  flex-wrap: nowrap;
}
.date-picker-wrapper .month-wrapper table {
  width: 25rem;
}

.date-picker-wrapper .month-wrapper table.month2 {
  width: 25rem;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background: #e9f3fd;
}

/* .date-range-length-tip {
  display: none !important;
} */

.date-picker-wrapper .date-range-length-tip {
  background-color: rgb(247, 251, 255) !important;
  color: var(--main-color);
  font-weight: 700;
  z-index: 100;
}

.date-picker-wrapper .date-range-length-tip:after {
  border-top: 4px solid rgb(247, 251, 255) !important;
}

.date-picker-wrapper {
  font-family: "Montserrat", sans-serif !important;
  background: #ffffff !important;
  border-radius: 1.5rem;
  color: var(--main-color) !important;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.25) !important;
  border: none !important;
  z-index: 199;
}

.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #e9f3fd;
}
.drp_top-bar {
  display: none;
}

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
  background: #c8e1fb !important;
  color: var(--main-color) !important;
}

.day {
  font-family: "Montserrat", sans-serif !important;
  padding: 0.9rem 0.8rem !important;
  font-size: 1.6rem !important;
}

.month-element {
  font-weight: 700;
  font-size: 2.1rem;
  text-transform: lowercase;
}

.first-date-selected,
.last-date-selected {
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.first-date-selected::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #e9f3fd;
  mix-blend-mode: darken;
}

.last-date-selected::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #e9f3fd;
  mix-blend-mode: darken;
}

.valid {
  color: var(--main-color) !important;
  font-weight: 700 !important;
}

.date-picker-wrapper .month-wrapper {
  border: none !important;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  border-radius: 50%;
  background: none;
  font-weight: 800 !important;
}

.date-picker-wrapper .month-wrapper table .day {
  color: rgba(200, 225, 251, 0.5);
  font-weight: 600;
}

.month1 .month-element:last-child {
  display: none;
}

.month1 {
  float: left;
}
.month2 {
  float: right !important;
}

.month2 .month-element:last-child {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: var(--main-blue-light);
  font-weight: 600;
}

.days-сount {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}

.week-name {
  position: relative;
  font-size: 1.6rem;
  text-transform: lowercase !important;
}
.week-name::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2rem;
  bottom: 2rem;
  background-color: #e9f3fd;
}

.week-name > th {
  padding: 3rem 0rem !important;
}

.month1 > tbody > tr,
.month2 > tbody > tr {
  border-top: 0.5rem solid transparent;
}

.month1 > tbody > tr > td:last-child > div:not(.last-date-selected),
.month2 > tbody > tr > td:last-child > div:not(.last-date-selected) {
  border-radius: 0rem 5rem 5rem 0rem;
}

.month1 > tbody > tr > td:first-child > div:not(.first-date-selected),
.month2 > tbody > tr > td:first-child > div:not(.first-date-selected) {
  border-radius: 5rem 0rem 0rem 5rem;
}

.month1 > tbody > tr > td:first-child > div.last-date-selected,
.month2 > tbody > tr > td:first-child > div.last-date-selected {
  border-radius: 5rem;
}
.month1 > tbody > tr > td:last-child > div.first-date-selected,
.month2 > tbody > tr > td:last-child > div.first-date-selected {
  border-radius: 5rem;
}

.date-picker-wrapper .gap {
  background-color: #ffffff;
}
.gap {
  display: none;
}
.gap-lines {
  display: none;
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ffffff;
}

.date-picker-wrapper .gap {
  margin: 0;
}

.date-picker-wrapper {
  /* top: 63.5rem !important; */
  margin-top: 2rem;
}

.toTop {
  width: 5rem;
  height: 5rem;
  border-radius: 1.5rem;
  border: 0.25rem solid #c8e1fb;
  position: fixed;
  bottom: 15rem;
  right: 10vw;
  cursor: pointer;
  z-index: 2000;
  display: none;
  background-color: rgba(233, 243, 253, 0.25);
}
.toTop > svg {
  transform: rotate(180deg);
}
.toTop > svg > path {
  fill: #c8e1fb;
}

.city {
  cursor: pointer;
}

.card-marker__active {
  background-color: var(--main-color);
}

.menu__active {
  position: relative;
}

.time {
  display: none;
}

.citizenship__select__wrapper {
  max-width: 29rem;
}

.citizenship__select {
  position: relative;
}

.citizenship-select___options__active {
  visibility: visible;
  opacity: 1;
}

.reviews-rating__send {
  padding: 1rem 3.8rem;
  background-color: var(--main-color);
  color: #ffffff;
  font-size: 2rem;
}

.reviews-rating__send:hover {
  color: #ffffff;
  background-color: #557dbc;
}

.leaving-details__modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  backdrop-filter: blur(0.5rem) brightness(60%);
  z-index: 1001;
  overflow: hidden;
  display: none;
}

.rate-details__modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  backdrop-filter: blur(0.5rem) brightness(0.6);
  z-index: 1001;
  overflow: hidden;
  display: none;
}

.leaving-details__modal__active {
  display: block;
  visibility: visible;
  opacity: 1;
}

.leaving-modal__wrapper {
  position: absolute;
  padding: 10rem 7rem 6rem 11rem;
  /* top: 9rem; */
  top: 50%;
  left: 50%;
  /* transform: translateX(-50%); */
  transform: translate(-50%, -50%);

  background: #ffffff;
  width: 88.7rem;
  height: 60vh;
  box-shadow: 0px 0px 35px rgb(0 0 0 / 25%);
}

.leaving-modal__images {
  height: 24.3rem;
  width: 41rem;
}

.leaving-modal__images > .slick-list {
  height: 23.5rem !important;
}

.leaving-modal__images > .slick-list > .slick-track {
  display: flex;
}

.leaving-modal__images > .slick-list > .slick-track > .slick-slide {
  margin-right: 3rem;
}

.leaving-modal__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  padding-right: 6rem;
}

.leaving-modal__header {
  display: flex;
  gap: 3rem;
  margin-bottom: 5.5rem;
}
.leaving-modal__title {
  font-size: 2.4rem;
  max-width: 40.9rem;
  border-bottom: 0.2rem solid #e9f3fd;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
}

.leaving-service__desc {
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.leaving-modal__services {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.leaving-modal__service {
  display: flex;
  gap: 2rem;
}
.leaving-service__image {
  width: 3.5rem;
}

.leaving-modal__table {
  overflow-x: auto;
  margin-bottom: 2rem;
  min-height: 16rem;
}

.placechess-notation__wrapper__modal {
  justify-content: flex-start;
  margin-bottom: 6rem;
}

.placechess-notation__item__modal {
  margin-left: 0;
}
.placechess-notation__item__modal:not(:first-child) {
  margin-left: 1rem;
}

.leaving-table__items {
  display: flex;
  flex-wrap: nowrap;
  gap: 7rem;
  position: relative;
  padding-bottom: 3rem;
}

.leaving-table__item::before {
  content: "";
  position: absolute;
  height: 0.2rem;
  background-color: #e9f3fd;
  width: 240%;
  top: 50%;
}

.leaving-table__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3rem;
}

.leaving-table__item__month {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.leaving-table__item__day {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.leaving-table__item__value {
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.leaving-table__item__currency {
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.leaving-modal__description {
  font-size: 1.8rem;
}

.desktop-booking {
  display: flex;
  align-items: center;
  user-select: none;
}


/* .header-phone .footer-worktime__time{ 
  display: none;
}


.header-phone{
  grid-column: 15 / 24;
  color: #ffffff;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 1280px) {
  .header-phone .footer-phone__desc{
    font-size: 1.6rem;
  }
} */



@media screen and (min-width: 990px) {
  .desktop-booking {
    padding: 0.5rem 1.5rem;
  }
  
}

.block__active {
  user-select: none;
}

.chk-radio {
  display: flex;
  align-items: center;
}

.chk-radio {
  font-family: system-ui, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}

/* input[type="radio"]  */
.checkbox-radio {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;

  font: inherit;
  color: var(--main-color);
  width: 1.15em;
  height: 1.15em;
  /* border: 0.1rem solid var(--main-gray); */
  border: 0.1rem solid var(--main-blue-light);
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

/* input[type="radio"]::before  */
.checkbox-radio::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--main-color);
  background-color: var(--main-gray);
}

.checkbox-radio:checked::before {
  transform: scale(1);
}

.slick-dots li.slick-active button:before {
  color: var(--main-color);
  opacity: 1;
}

.booking-sort__tab {
  display: none;
}

.leaving-modal__close {
  right: 5.5%;
  left: auto !important;
}

.see-all {
  margin-bottom: 6.5rem;
}
.see-all__wrapper {
  max-width: 129rem;
  margin: 0 auto;
}

.see-all__icon {
  width: 2.5rem;
}

.booking-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin: 6rem auto 0rem auto;
  justify-content: flex-start;
  max-width: 129rem;
}

.date-picker-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.calendar__active {
  opacity: 1;
  visibility: visible;
  transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.search-region__options__wrapper > ul {
  width: 90%;
  overflow-y: auto;
  max-height: 270px;
}

.modal-right__date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
}

.date-rates {
  display: flex;
  font-size: 2rem;
}

.datepicker-rates_from,
.datepicker-rates_to {
  max-width: 12rem;
}

.datepicker-rates_from::placeholder,
.datepicker-rates_to::placeholder {
  color: var(--main-color);
}

.date-rates svg {
  width: 2rem;
}

/* .datepicker-oneway_from{
  width: 11.6rem;
} */

.chck__booking__transport {
  position: relative;
}
.chck__booking__transport span::before {
  width: 2.5rem;
  height: 2.5rem;
}

.booking-transport__wrapper {
  margin-top: 2rem;
}

.booking-transport__items {
  display: flex;
  justify-content: space-between;
}

.booking-transport {
  display: flex;
  gap: 3.5rem;
  font-size: 2rem;
  height: 100%;
}

.booking-transport__check {
  margin-bottom: 1.6rem;
}

.booking-transport__check > span {
  margin-left: 0;
}

.booking-transport__btn {
  transform: translateY(-4rem);
}

.booking-transport > span {
  white-space: nowrap;
}

.date-transport svg {
  width: 3rem;
}

.booking-transport__destination {
  display: flex;
  gap: 2.5rem;
}

.booking-transport__search {
  width: 17rem;
}

.datepicker-transport_from,
.datepicker-transport_to {
  width: 12rem;
}

.datepicker-transport_from::placeholder,
.datepicker-transport_to::placeholder {
  color: var(--main-color);
}

.date-transport {
  display: flex;
}
.date-transport svg {
  width: 2.5rem;
  height: 2.5rem;
}

.booking-date__transport {
  display: flex;
  gap: 3rem;
}

.date-transport__to__details__oneway > input {
  width: 18rem;
}

.single-month > .month-wrapper {
  margin: 0;
}

.single-date .first-date-selected::after {
  background: none;
}

.single-date {
  margin-left: 3rem;
}

.tourists-transport-options__content {
  gap: 0.5rem !important;
}

.options-babes {
  display: flex;
  justify-content: space-between;
}
.options-transport__desc {
  font-size: 1.2rem;
  margin-top: -1rem;
  color: var(--main-gray);
}

.not-found__bg__wrapper {
  max-width: 129rem;
  padding-top: 10rem;
}
.not-found__bg {
  margin-bottom: 8rem;
}

.not-found__image__mobile {
  display: none;
}

.not-found__bg > img {
  width: 100%;
}

.not-found__desc {
  font-size: 4rem;
  text-align: center;
  color: #c8e1fb;
}

.cookies {
  position: fixed;
  z-index: 100000;
  bottom: 8rem;
  left: 50%;
  transform: translateX(-50%);
}

.cookies-desc {
  font-size: 1.8rem;
  color: var(--main-color);
  font-weight: 600;
  margin-right: 2rem;
}

.cookies-btn__link {
  display: inline-block;
}

.cookies-desc > a {
  font-weight: 700;
}

.cookies-image > img {
  width: 16.3rem;
  margin-right: 1.7rem;
  transform: translateY(1rem);
}

.cookies-wrapper {
  display: flex;
  width: 70vw;
  min-width: 119rem;
  align-items: center;
  padding: 2.6rem 4rem;
  height: 9.5rem;
  background: #ffffff;
  box-shadow: 0px 15.777px 65.7375px rgb(0 0 0 / 25%);
  border-radius: 1.5rem;
}

.cookies-btn {
  font-size: 2.4rem;
  color: var(--main-color);
  border: 0.3rem solid var(--main-color);
  background: #ffffff;
}

.cookies-btn:hover {
  box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
}

.cookies-btn__link {
  padding: 0.5rem 7.1rem;
}
.date-transport__separator__mobile {
  display: none;
}

.date-transport__separator__desktop {
  display: none;
}

.notification {
  position: fixed;
  z-index: 150;
  left: 5rem;
  bottom: 4rem;
  max-width: 58.4rem;
  display: flex;
  align-items: center;
  padding: 2.2rem 3.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  border-radius: 15px;

  font-size: 1.8rem;
  font-weight: 600;
  color: var(--main-color);
}

.notification > img {
  margin-right: 3rem;
}

.data-picker-wrapper__from {
  left: auto;
}

.cart {
  max-width: 129rem;
  padding: 0;
}

.cart-item__wrapper {
  padding: 3.3rem 5.2rem;
  line-height: 100%;
}

.cart-title {
  width: fit-content;
  position: relative;
  line-height: 100%;
  font-size: 6rem;
  padding-bottom: 3.5rem;
  /* border-bottom: 0.2rem solid #e9f3fd; */
  /* margin-bottom: 3rem; */
}

.cart-title__counter {
  position: absolute;
  top: 0rem;
  right: -4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.1rem;
  font-weight: 600;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #c8e1fb;
}

.nav-cart__counter__light {
  background-color: #ffffff !important;
}

.cart-items {
  display: flex;
  gap: 4.2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 14.5rem;
}

.cart-item {
  position: relative;
  width: 62rem;
  border: 0.2rem solid var(--main-blue-light);
}
.item-cart__chck {
  display: flex;
}
.cart-chck {
  position: absolute;
  right: 0.2rem;
  top: 2.5rem;
}

.cart-item__title {
  font-size: 4rem;
  line-height: 120%;
  margin-bottom: 2.95rem;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.cart-item__dates {
  margin-bottom: 2.95rem;
}

.cart-item__dates,
.cart-item__info {
  font-size: 2.1rem;
  line-height: 100%;
}
.cart-item__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 4rem;
}

.cart-item__info__row {
  display: flex;
  gap: 0.5rem;
  line-height: 2.6rem;
}

.cart-info__row__title {
  margin-right: 1rem;
}

.cart-actions {
  display: flex;
  justify-content: space-between;
  font-size: 2.1rem;
  margin-bottom: 4.2rem;
  padding-top: 3rem;
  border-top: 0.2rem solid #e9f3fd;
}

.checkbox-blue {
  display: flex;
}

.terms__span {
  display: flex !important;
  align-items: center;
}

.cart-actions__btn {
  display: inline-block;
  padding: 1rem 7rem;
  border: 0.3rem solid var(--main-color);
  line-height: 100%;
}

.cart-item__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.4rem;
}

.cart-footer {
  margin-bottom: 12.5rem;
}

.cart-footer__info {
  display: flex;
  justify-content: space-between;
}

.cart-info__prices__row {
  display: flex;
  justify-content: space-between;
}

.cart-promocode__input {
  height: 4.5rem;
  width: 22.7rem;
  border-radius: 1.5rem;
  border: 0.15rem solid var(--main-gray);
  padding: 0rem 5rem 0rem 2rem;
  display: flex;
  align-items: center;
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--main-color);
  outline: none;
}

.cart-promocode__input::placeholder {
  font-size: 2.1rem;
  font-weight: 600;
  color: var(--main-gray);
}

.cart-info__promocode {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 57rem;
}

.cart-promocode__btn {
  font-size: 2.4rem;
  line-height: 100%;
  padding: 1rem 4.2rem;
  border: 0.3rem solid var(--main-color);
}
.cart-promocode__btn:hover {
  box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
}

.cart-footer__info {
  margin-bottom: 2.7rem;
}

.cart-info__prices {
  font-size: 2.1rem;
  width: 62rem;
}

.cart-price__title {
  font-size: 3.6rem;
}

.cart-price__order__value {
  font-size: 3.6rem;
}

.cart-price__order__btn {
  font-size: 2.4rem;
}

.cart-price__order {
  display: flex;
  align-items: center;
  width: 62rem;
  justify-content: space-between;
}

.cart-footer__price {
  display: flex;
  justify-content: space-between;
  height: 10.6rem;
  align-items: flex-end;
  border-top: 0.15rem solid #e9f3fd;
}

.cart-price__order__btn {
  padding: 1.3rem 5.2rem;
  line-height: 100%;
  color: #ffffff;
  background-color: var(--main-color);
}

.nav-cart__counter {
  position: absolute;
  top: -1.7rem;
  right: -2.1rem;
  font-size: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #c8e1fb;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-item-title {
  font-size: 6rem;
  max-width: 64.2rem;
  line-height: 95%;
}

.cart-item__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 4rem;
  border-bottom: 0.15rem solid #e9f3fd;
  margin-bottom: 4rem;
}

.rating-item__cart {
  margin-bottom: 0;
}

.cart-item__main {
  display: flex;
  gap: 3rem;
  margin-bottom: 3.5rem;
}

.cart-item__main__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 63rem;
  gap: 2.35rem;
}
.cart-item__info__moving {
  display: flex;
  justify-content: space-between;
}
.cart-item__moving__block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3rem;
  width: 23.7rem;
}

.cart-moving__block__time,
.cart-moving__block__title {
  font-size: 2.1rem;
  line-height: 100%;
}
.cart-moving__block__date {
  font-size: 2.4rem;
  line-height: 100%;
}

.cart-item-wrapper {
  overflow: hidden;
}

.cart-item__info__detail {
  padding: 3rem;
}

.cart-item__info__title {
  margin-right: 1rem;
}

.cart-item__main__image {
  width: 63rem;
  max-height: 36.9rem;
}
.cart-item__main__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item__price {
  font-size: 3.6rem;
  position: relative;
  line-height: 4.4rem;
  margin-bottom: 6rem;
}
.cart-item__price::after {
  content: "";
  position: absolute;
  height: 0.15rem;
  width: 100%;
  background-color: #e9f3fd;
  top: 50%;
  margin-left: 3rem;
}

.cart-services__included__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cart-item__services {
  display: flex;
  justify-content: space-between;
}

.cart-item__services__included {
  width: 56.7rem;
  padding: 3rem;
  font-size: 2.1rem;
  line-height: 2.6rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.cart-services__all {
  width: fit-content;
  position: relative;
}

.cart-services__all::after {
  content: url("/local/templates/travelsoft_copy/css/../images/arrow.svg");
  position: absolute;
  transform: rotate(-90deg);
  width: 3rem;
  height: 1.2rem;
}

.cart-item__info__detail {
  font-size: 2.1rem;
}

.cart-item__info__detail {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cart-item__info__place,
.cart-item__info__row {
  display: flex;
}

.leaving-modal__content__list {
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6rem;
  gap: 1rem;
}

.leaving-modal__content__list > li {
  width: 47%;
  line-height: 100%;
  min-width: 35rem;
}

.leaving-modal__list__title {
  font-size: 2.1rem;
  margin-bottom: 2.5rem;
}

.cart-order-title {
  line-height: 100%;
  font-size: 6rem;
  margin-bottom: 11.6rem;
}
.cart-order__nav {
  position: relative;
}
.cart-order__nav__list {
  user-select: none;
  font-size: 2.1rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  max-width: 120.6rem;
  margin: 0 auto;
  list-style-type: none;
  padding: 0;
}

.cart-order__nav__list::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2.9rem;
  height: 0.15rem;
  width: 82%;
  left: 52%;
  transform: translateX(-50%);
  background-color: var(--main-gray);
}

.cart-order__header {
  margin-bottom: 5.4rem;
}

.cart-order__notation {
  padding: 3rem 4.8rem;
  font-size: 2.1rem;
  line-height: 2.6rem;
  margin-bottom: 3rem;
  user-select: none;
}

.cart-nav__item {
  color: var(--main-gray);
}

.cart-nav__item__current {
  position: relative;
  color: var(--main-color);
}

.cart-services__included__item {
  /* line-height: 1.5rem; */
  line-height: 100%;
}

.cart-nav__item__current::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 0.3rem;
  border: 0.3rem;
  background-color: var(--main-color);
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5rem;
  border-radius: 2rem;
}

.step {
  position: relative;
}

.cart-order__nav__marker {
  position: absolute;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: #ffffff;
  border: 0.15rem solid var(--main-gray);
  top: -4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.step2__marker {
  z-index: 10 !important;
}

.stage__hide {
  display: none;
}

.cart-nav__item__current > .cart-order__nav__marker {
  border: 0.25rem solid var(--main-color);
  top: -4.1rem;
}

.cart-order__nav__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  bottom: 0.7rem;
}

.cart-order__marker__prev {
  border: 0.25rem solid var(--main-color);
  color: var(--main-color);
}

.cart-order__marker__done {
  border: 0.25rem solid var(--main-color);
  color: var(--main-color);
  top: -4.1rem;
}

.cart-order__tourists {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* gap: 3rem; */

  display: block;
  height: fit-content;
  user-select: none;
}

.cart-order__tourist {
  /* z-index: 0; */
  position: relative;
  padding: 4rem 6.8rem 4rem 4.8rem;
  width: 51rem;
}

.grid {
  margin: 0 auto 8rem auto;
  display: grid;
}
.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid-item {
  width: 51rem;
  height: auto;
  margin-bottom: 3rem;
  float: left;
  /* z-index: 0; */
}

.cart-order__tourist__arrow {
  width: 1.5rem;
  margin-right: 1.5rem;
}

.cart-order__tourist__title {
  display: flex;
  font-size: 2.1rem;
}

.cart-order__tourist__body {
  display: flex;
  flex-direction: column;
}

.cart-order__tourist__form {
  margin: 3rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.cart-order__input {
  color: var(--main-color);
  font-weight: 600;
  font-size: 1.8rem;
  height: 3.7rem;
  outline: none;
  border: none;
  border-bottom: 0.15rem solid var(--main-gray);
  padding-bottom: 0.5rem;
}

.cart-order__input::placeholder {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--main-gray);
}

.cart-order__tourist__citizenship,
.cart-order__tourist__gender {
  line-height: 100%;
  font-size: 1.8rem;
  display: flex;
  position: relative;
}

.cart-order__tourist__citizenship {
  margin-bottom: 2rem;
}

.card-rate__title {
  margin-right: 1rem;
}

.cart-order__buttons {
  display: flex;
  justify-content: space-between;
  font-size: 2.4rem;
  line-height: 100%;
  user-select: none;
}

.cart-order__button {
  background-color: #ffffff;
  border: 0.3rem solid var(--main-color);
}

.cart-order__button__link {
  padding: 1rem 7rem;
  /* display: inline-block; */
  line-height: 2.6rem;
  display: flex;
}

.cart-citizenship__select,
.cart-gender__select {
  display: flex;
}

.cart-select__title {
  margin-right: 1rem;
}

.cart-tourist__body__hide {
  display: none;
}
.cart-order__tourist__arrow {
  transform: rotate(0deg);
}

.cart-order__tourist__arrow__oppened {
  transform: rotate(180deg);
}

/* .step1__marker,
.step2__marker {
  z-index: 20;
} */

.step1__marker::before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 0.25rem;
  background-color: var(--main-color);
  width: var(--progressWidth);
  left: 2.4rem;
}

.step2__marker::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 0.25rem;
  background-color: var(--main-color);
  width: var(--progressWidth);
  right: 2.2rem;
}

.step3__marker::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 0.25rem;
  background-color: var(--main-color);
  width: var(--progressWidth);
  right: 2.1rem;
}

.arrow-stages__prev {
  transform: rotate(180deg);
  margin-right: 0.5rem;
}

.arrow-stages__next {
  margin-left: 0.5rem;
}

.cart-citizenship_options__active,
.cart-gender_options__active {
  visibility: visible;
  opacity: 1;
  z-index: 300;
  top: 2rem;
  left: 12.6rem;
}

.cart-gender_options__active {
  top: 2rem;
  left: 3.6rem;
}

/* .cart-citizenship_options {
  opacity: 1;
  visibility: visible;
} */

.cart-citizenship-option {
  padding: 0.5rem 1rem;
}

.cart-gender-option {
  padding: 0.5rem 1rem;
}

.cart-order-wrapper {
  margin-bottom: 12.5rem;
}

.cart-order__orders {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 8rem;
}

.cart-orders__item {
  padding: 3.3rem 5.2rem;
}

.cart-orders__item__title {
  line-height: 100%;
  font-size: 4.8rem;
  max-width: 53rem;
  margin-bottom: 3rem;
}

.cart-orders__item__info {
  max-width: 53rem;
  width: 100%;
}

.cart-order__item__details {
  display: flex;
  justify-content: space-between;
  gap: 8.3rem;
}
.cart-order__item__info {
  margin-bottom: 0;
}
.cart-order__item__actions {
  margin-top: 4rem;
}

.cart-order__tourist__select {
  padding: 1.5rem 12rem 1.5rem 1rem;
  line-height: 100%;
  font-size: 1.8rem;
  display: flex;
  position: relative;

  width: 44.4rem;
}

.cart-associate__select {
  align-items: center;
  display: flex;
}

.cart-orders__item__tourists {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

.cart-associate_options__active {
  visibility: visible;
  opacity: 1;
  z-index: 300;
  top: 4rem;
  left: 7.7rem;
}

.cart-associate-option {
  padding: 0.5rem 1rem;
}

.datepicker_from {
  width: 11rem;
  margin-right: 1rem;
}

.datepicker_to {
  width: 11rem;
  margin-right: 1rem;
}

.cart__paying__tab {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
}

.paying-tab__title {
  font-size: 2.1rem;
}
.paying-tab__chck {
  margin-left: 2rem;
  margin-right: 3rem;
}

.paying__bankcard__secure__title {
  margin-bottom: 3rem;
}

.paying__bankcard__secure__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.paying__bankcard__secure__item {
  line-height: 100%;
}

.cart__paying__tab__content {
  width: 81%;
  height: 89.4%;
  display: none;
  padding: 4rem 8rem;
  font-size: 2.1rem;
  color: var(--main-color);
}

.paying-tab__erip {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.paying-tab__erip__title {
  line-height: 100%;
}

.paying-tab__erip__qr__title {
  margin-bottom: 1rem;
}

.paying-tab__erip__qr__steps {
  line-height: 2.6rem;
}

.paying-tab__erip__qr {
  display: flex;
}
.paying-tab__erip__qr__code {
  padding: 1.8rem;
  width: 10.5rem;
  height: 10.5rem;
}

.paying-tab__erip__ordernum {
  padding: 1.5rem 1rem;
  width: fit-content;
  line-height: 100%;
}

.paying-tab__erip__ordernum__title {
  margin-bottom: 1rem;
}

.paying-tab__erip__ordernum__step {
  line-height: 2.6rem;
}

.paying-tab__erip__payatplace {
  padding: 1.5rem 1rem;
  width: fit-content;
  line-height: 100%;
  margin-bottom: 2rem;
}

.paying-tab__erip__payatoffice {
  padding: 1.5rem 1rem;
  width: fit-content;
  line-height: 100%;
}

.paying-tab__oplati__qr__code {
  padding: 1.5rem;
  width: 10.8rem;
  height: 10.8rem;
  margin-top: -8rem;
  float: right;
}

.paying-tab__oplati__steps {
  margin-bottom: 4rem;
}

.paying-tab__oplati {
  width: fit-content;
  padding: 1rem 1.5rem;
  margin-bottom: 4rem;
  line-height: 2.6rem;
}

.paying-tab__bankaccount__num {
  width: fit-content;
  padding: 1rem 1.5rem;
  margin-bottom: 4rem;
}

.cart-order__bankaccount__select {
  padding: 1.5rem 8rem 1.5rem 1rem;
  line-height: 100%;
  font-size: 2.1rem;
  display: flex;
  position: relative;
  margin-bottom: 4rem;
}

.requisite,
.cart-bankaccount__notation {
  margin-bottom: 4rem;
  line-height: 2.6rem;
}

.cart-bankaccount__button {
  padding: 1rem 7rem;
  border: 0.3rem solid var(--main-color);
  width: fit-content;
}

.cart-order__continue {
  display: flex;
  justify-content: flex-end;
  gap: 7.7rem;
  align-items: center;
  margin-top: -5rem;
}

.cart-continue__button {
  padding: 0.5rem 7rem;
  border: 0.3rem solid var(--main-color);
  font-size: 2.4rem;
}

.cart-order__totalprice {
  font-size: 3.6rem;
  margin-bottom: 0;
}

.cart-bankaccount__select {
  display: flex;
}

.cart-bankaccount_options__active {
  visibility: visible;
  opacity: 1;
  left: -0.6rem;
}

.cart-bankaccount-option {
  padding: 0.5rem 1rem;
}

.paying-tab__payatoffice {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  line-height: 2.6rem;
}

.cart-tab__content__showed {
  display: block;
}

.cart__paying__tab:has(.checkbox-radio:checked):before,
.cart__paying__tab:has(.checkbox-radio:checked):after {
  content: "";
  display: block;
  position: absolute;
  width: 7rem;
  height: 5rem;
}

.mask {
  position: absolute;
  z-index: 1;
}

.paying-tab__bankcard {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.paying__bankcard__icons {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
  flex-wrap: wrap;
}

.paying__bankcard__icon {
  max-width: 11.1rem;
  object-fit: cover;
}

.cart__paying__tab:has(.checkbox-radio:checked) .mask {
  right: -4rem;
  width: 5rem;
  height: 120%;
  background: #ffffff;
}

.cart__paying__tab:has(.checkbox-radio:checked):before {
  z-index: 2;
  right: -3rem;
  top: -5rem;
  background-color: #ffffff;
  border: 0.2rem solid #c8e1fb;
  border-radius: 1.5rem;
  clip-path: polygon(100% 100%, 20% 100%, 100% 20%);
}
.cart__paying__tab:has(.checkbox-radio:checked):after {
  z-index: 2;
  right: -3rem;
  bottom: -5rem;
  background-color: #ffffff;
  border: 0.2rem solid #c8e1fb;
  border-radius: 1.5rem;
  clip-path: polygon(20% 0, 100% 0, 100% 80%);
}

.first-paying__tab:has(.checkbox-radio:checked)::before {
  content: "";
  width: 6rem;
  height: 100%;
  top: -0.2rem;
  right: -5rem;
  border-radius: 0;
  border: none;
  border-top: 0.25rem solid #c8e1fb;
  clip-path: none;
}

.last-paying__tab:has(.checkbox-radio:checked):after {
  content: "";
  width: 6rem;
  right: -5rem;
  border-radius: 0;
  border: none;
  border-top: 0.25rem solid #c8e1fb;
  clip-path: none;
}

.payingTab1 {
  grid-area: payingTab1;
}
.payingTab2 {
  grid-area: payingTab2;
}
.payingTab3 {
  grid-area: payingTab3;
}
.payingTab4 {
  grid-area: payingTab4;
}
.payingTab5 {
  grid-area: payingTab5;
}
.payingTab6 {
  grid-area: payingTab6;
}
.payingTabContent {
  grid-area: payingTabContent;
}

.step3__content {
  display: grid;
  /* grid-template-columns: 41rem 85rem; */
  grid-template-columns: 1fr 2.07fr;
  grid-template-rows: 10rem 10rem 10rem 10rem 10rem 10rem;
  gap: 3rem 3rem;
  grid-template-areas:
    "payingTab1 payingTabContent"
    "payingTab2 payingTabContent"
    "payingTab3 payingTabContent"
    "payingTab4 payingTabContent"
    "payingTab5 payingTabContent"
    "payingTab6 payingTabContent";
}

.cart-order__buttons__mobile {
  display: none;
}

.step2__notation,
.step3__notation {
  display: none;
}

.cart-order__footer__hide {
  display: none;
}

.cart-order__buttons__desktop {
  margin-bottom: 4rem;
}

.stages-btn__desc {
  font-size: 2.4rem;
}

.hide {
  display: none;
}

.cart-info__promocode {
  align-self: baseline;
}
.cart-info__prices__row:first-child {
  padding-top: 1rem;

  margin-bottom: 3.6rem;
}

.cart-associate__select__arrow {
  margin-right: 1.5rem;
}

.cart-info__promocode__block {
  position: relative;
}

.modal-lang__select__svg__active {
  transform: rotate(180deg) !important;
  margin-top: -0.6rem !important;
}

.cart-info__input__clear {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  right: 1.6rem;
  top: 2.2rem;
  display: none;
}
.cart-info__input__clear::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 0.25rem;
  background-color: var(--main-color);
  transform: rotate(45deg);
  border-radius: 1rem;
}
.cart-info__input__clear::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 0.25rem;
  background-color: var(--main-color);
  border-radius: 1rem;
  transform: rotate(135deg);
}

.cart-remove {
  position: absolute;
  right: 4rem;
  top: 3.5rem;
}

.cart-actions__btn:hover,
.cart-bankaccount__button:hover,
.cart-order__button:hover {
  box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
}

.filters-clear {
  text-align: right;
  font-size: 1.4rem;
}

.blog-title {
  font-size: 6rem;
  line-height: 100%;
  margin-bottom: 4rem;
}

.post-date {
  font-size: 2rem;
  margin-bottom: 6.5rem;
}

.blog-desc p:not(:last-child) {
  margin-bottom: 2.5rem;
}

.blog-desc {
  line-height: 150%;
  font-size: 1.8rem;
  margin-bottom: 8rem;
}

.blog-pics {
  display: flex;
  gap: 3rem;
}

.blog-img {
  max-width: 63rem;
}

.card_title:hover .cart-fulltitle {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.cart-fulltitle {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 1.7rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  max-height: 24rem;
  /* left: -0.6rem; */
  left: 0;
  top: 31rem;
  z-index: 10;
  min-width: 100%;
  box-sizing: border-box;
}
.cart-fulltitle__title {
  font-size: 2rem;
  margin-bottom: 1.7rem;
  max-height: 8.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
  line-height: 1.9rem;
}

.cart-fulltitle__desc {
  line-height: 1.95rem;
  font-size: 1.6rem;
  max-height: 17.3rem;
  /* max-height: 13.5rem; */

  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  line-clamp: 7;
  box-orient: vertical;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.7rem;
}

.about {
  max-width: 129rem;
  padding: 0;
  margin: 0 auto;
  position: relative;
  margin-top: 3rem;
  margin-bottom: 12.5rem;
}

.about-profile {
  padding-top: 3rem;
  max-width: 129rem;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.about-nav {
  position: relative;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
}

.form-about_nav__content {
  list-style-type: none;
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  height: 100%;
  line-height: 100%;
  gap: 10.6rem;
  font-size: 2rem;
  overflow-x: auto;
  overflow-y: hidden;
  color: var(--main-gray);
  max-width: 93%;
}

.form-about-content__btn {
  border: 0.3rem solid var(--main-color);
  padding: 1rem 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
}

.form-about-content__item {
  height: fit-content;
  white-space: nowrap;
}

.form-about__left {
  left: 0;
}
.form-about__right {
  right: 0;
}
.form-about__left,
.form-about__right {
  position: absolute;
  width: 2rem;
  height: 1.5rem;
  z-index: 100;
}

.form-about-content__btn::after {
  content: "";
  width: 0 !important;
}

.about-p {
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 2.4rem;
}

.about-images {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 6rem auto;
}

.about-image {
  width: 63rem;
}
.about-tab {
  display: none;
}
.about-tab__current {
  display: block;
}

.about-contacts__item {
  box-sizing: border-box;
  padding: 3rem;
  font-size: 2.1rem;
  color: var(--main-color);
  max-width: 63rem;
  line-height: 2.6rem;
}

.about-contacts__item__p {
  width: fit-content;
}

.about-p__head {
  margin-bottom: 2rem !important;
}

.about-contacts__item__p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.about-contacts__item__title {
  margin-bottom: 1.5rem;
  line-height: 4.4rem;
  font-size: 3.6rem;
}

.about-contacts__phones {
  margin-top: 4rem;
}

.aboutGrid__item {
  width: 63rem;
  margin-bottom: 3rem;
}

.ages-options {
  position: absolute;
  padding: 1.6rem 1.8rem;
  z-index: 200;
  top: 93%;
  box-sizing: border-box;
  /* display: flex; */
  display: none;
  gap: 1rem;
  width: 25rem;
  left: -2.6rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ages-options__active {
  visibility: visible !important;
  opacity: 1 !important;
  display: flex;
}
.ages-item {
  box-sizing: border-box;
  font-size: 2rem;
  width: 10.2rem;
  line-height: 2.4rem;
  padding: 0.5rem 1rem;
  margin: 0;
}

.ages-item:hover {
  background-color: #e8eff4;
}
.cart-fulltitle__p {
  margin-bottom: 0;
}

.cart-fulltitle__item__medprofile {
  margin-bottom: 0;
}

.card-fulltitle__conditions {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
  max-height: 55rem;
  /* line-height: 150%; */
}

.cart-fulltitle__includes {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;

  /* max-height: 8rem; */
}

.cart-fulltitle__includes__item {
  display: flex;
  align-items: center;
  line-height: 130%;
}
.cart-fulltitle__item__check {
  margin-right: 1rem;
  width: 1.5rem;
  height: 1.1rem;
}

.cart-fulltitle__active {
  visibility: visible;
  opacity: 1;
  display: block !important;
}
.cart-fulltitle__seeall {
  display: flex;
  align-items: center;
}

.cart-fulltitle__seeall p {
  margin-right: 1rem;
  margin-bottom: 0;
}

.icon-feed {
  width: 1.6rem;
  height: 2.6rem;
}

.card-details_link__light {
  background-color: #ffffff;
  color: var(--main-color);
  border: 0.3rem solid var(--main-color);
  padding: 1rem 11.8rem;
}

.card-details_link__light:hover {
  background-color: #ffffff;
  color: var(--main-color);
  box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
}

.card-service_item__article {
  max-height: none;
}
.card-desc {
  font-size: 1.6rem;
  padding: 0rem 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  box-orient: vertical;
}

.card-service_item__article {
  margin-top: 1rem;
}

.card-services_list__twoitems {
  height: 9rem;
}

.review-form__wrapper {
  display: none;
  opacity: 0;
  visibility: 0;

  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  backdrop-filter: blur(0.5rem) brightness(0.7);
}

.review-form__wrapper__active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.review-form__wrapper__active > body {
  overflow: hidden !important;
}

.review-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 63rem;
  width: 107rem;
  display: flex;
  margin: 0 auto;
}

.review-form__content {
  background: #ffffff;
  width: 100%;
  border-radius: 1.5rem 0rem 0rem 1.5rem;
  box-sizing: border-box;
  padding: 8.7rem 7.5rem;
}

.review-form__bg {
  min-width: 41rem;
  max-width: 41rem;
  background: url("/local/templates/travelsoft_copy/css/../images/reviewBG.jpg");
  border-radius: 0rem 1.5rem 1.5rem 0rem;
}

.review-form__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.review-form__title {
  font-size: 3rem;
  margin-bottom: 2rem;
  line-height: 100%;
}
.review-form__subtitle {
  font-size: 1.8rem;
  margin-bottom: 3.5rem;
  line-height: 100%;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}

.review-form__input {
  border: none;
  outline: none;
  border-bottom: 0.15rem solid var(--main-gray);
  width: 100%;
  font-size: 1.8rem;
  color: var(--main-color);
  font-weight: 700;
  margin-bottom: 2.8rem;
  padding: 0rem 1rem 1rem 1rem;
}

.review-form__input::placeholder {
  color: var(--main-gray);
  font-weight: 600;
}

.review__inner__textarea__wrapper {
  position: relative;
  width: 100%;
  border: 0.15rem solid var(--main-gray);
  padding: 1rem;
  font-size: 1.8rem;
  max-height: 16rem;
  border-radius: 1.5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.review__inner__textarea {
  color: var(--main-color);
  font-weight: 600;

  width: 100%;
  max-height: 100%;
  padding: 0rem 1rem;
  outline: none;
  border: none;
  resize: none;

  height: 14rem;
}

.review__inner__textarea::placeholder {
  color: var(--main-gray);
  font-weight: 600;
}

.notification__accept span {
  margin-right: 2rem;
}

.notification__accept__btns {
  display: flex;
  gap: 1rem;
}

.notification__accept__btn {
  padding: 1rem 3rem;
  border: 0.3rem solid var(--main-color);
  line-height: 100%;
}
.notification__accept__btn:hover {
  box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
}

/* .review__inner__rating__title {
  margin-right: 2.8rem;
} */

.review__inner__rating {
  display: flex;
  gap: 2.8rem;
  align-items: baseline;
  font-size: 1.8rem;
  margin-bottom: 3.5rem;
}

.review__inner__submit {
  border: 0.3rem solid var(--main-color);
  width: fit-content;
  margin: 0 auto;
  padding: 1rem 3rem;
  line-height: 100%;
  font-size: 2rem;
}

.review__inner__submit:hover {
  box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
}

.review-form__close {
  position: absolute;
  width: 3rem;
  height: 3rem;
  right: 4.5rem;
  top: 4.5rem;
}

.review-form__close .btn-cross {
  width: 3rem;
  height: 0.5rem;
  border-radius: 5rem;
  background-color: #ffffff;
  margin-right: 5rem;
  transform: rotate(45deg);
  position: relative;
}

.review-form__close .btn-cross::before {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  transform: rotate(45deg);
  top: -1.2rem;
  right: 0;
}

.review-form__close .btn-cross::after {
  content: "";
  width: 3rem;
  height: 0.5rem;
  border-radius: 5rem;
  background-color: #ffffff;
  position: absolute;
  transform: rotate(90deg);
}

.nav-auth__unauthorized {
  display: none;
}

.nav-auth__authorized {
  display: flex;
}

.nav-lang__authorized {
  grid-column: 22 / 27;
}

.nav-cart__authorized {
  grid-column: 27 / 28;
}

.nav-auth__authorized {
  grid-column: 29 / 36;
}

.nav-auth_inner__authorized {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  line-height: 100%;
  border: 0.3rem solid #fff;
  padding: 0.7rem 1.5rem;

  position: relative;
}

.nav-auth_inner__authorized:hover {
  box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
  background: rgba(255, 255, 255, 0.4);
}

.authorized-options {
  position: absolute;
  padding: 1.6rem 0.6rem;
  background: #ffffff;
  top: 5rem;
  left: 0;

  box-sizing: border-box;
  width: 100%;
}

.authorized-options__active {
  opacity: 1;
  visibility: visible;
}

.authorized-options ul {
  padding: 0;
}

.authorized-options__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: var(--main-gray);
}

.authorized-options__option {
  padding: 0.7rem 1rem;
}

.search-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin-bottom: 9.5rem;
}

.search-empty__title {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 1.2rem;
}

.search-empty__subtitle {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 3.5rem;
}

.search-empty__btn {
  padding: 1rem 2.7rem;
  background-color: var(--main-color);
  color: #ffffff;
  font-size: 2rem;
}
.search-empty__btn:hover {
  background-color: #557dbc;
}

.favourites-empty {
  margin-top: 30rem;
}

.profile-orders {
  overflow-x: auto;
}

.about-orders__header {
  padding: 0rem 3rem;
  display: grid;
  grid-template-columns: 4fr 6fr 10fr 6fr 6fr 8fr;
  font-size: 1.6rem;
  min-width: 126rem;
  box-sizing: border-box;
  overflow-x: auto;

  margin-bottom: 1.5rem;
}

.icon-sort {
  margin-left: 1rem;
}

.about-header__date {
  padding-left: 3.6rem;
}
.about-header__list {
  padding-left: 1.6rem;
}

.about-header__price {
  /* text-align: right; */
  padding-left: 6rem;
}

.about-body__status {
  text-align: center;
  display: flex;
  height: fit-content;
  margin-left: 5.5rem;
}

.about-header__status {
  /* text-align: center; */
  padding-left: 4.2rem;
}

.about-status-wrapper {
  width: fit-content;
  padding: 0.5rem 1rem;
  line-height: 120%;
  /* margin: 0 auto; */
}

.about-status__cancellation {
  background-color: #eeedfa;
}

.about-status__payed {
  background-color: #e9f3fd;
}

.about-status__forpaying {
  background-color: #fcdfdf;
}

.about-status__completed {
  background-color: #d8f6f2;
}
.about-status__refund {
  background-color: #eeedfa;
}
.about-status__payonspot {
  background-color: #e9f3fd;
}

.about-body__price {
  text-align: right;
  min-width: 19.6rem;
  max-width: 19.6rem;
}

.about-list__item__title {
  line-height: 2.4rem;
}
.about-list__item__orderlist {
  max-width: 30rem;
}

.about-body__list_item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid #e9f3fd;
  margin-bottom: 1.5rem;
}

.about-body__count {
  min-width: 6rem;
}

.about-orders__body {
  min-width: 126rem;
  overflow-x: auto;
  padding-bottom: 2rem;
}

.about-order__body {
  /* padding: 0rem 3rem; */
  font-size: 2rem;
  display: grid;
  grid-template-columns: 5fr 5fr 20fr 8fr;
}

.about-order {
  position: relative;
  padding: 3rem;
  border: 0.2rem solid rgba(200, 225, 251, 1);
  margin-bottom: 3rem;
}

.about-order__timetocancel {
  font-size: 1.6rem;
  position: absolute;
  right: 2rem;
  top: 12.7rem;
  padding: 1rem 1.5rem;
  border: 0.2rem solid rgba(200, 225, 251, 1);
  text-align: center;
}

.about-timetocancel__time {
  display: flex;
  gap: 1.5rem;
}

.about-order__footer {
  max-width: 96rem;
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
}

.about-order__details {
  padding: 1rem 3rem;
  line-height: 100%;
  border: 0.3rem solid var(--main-color);
  margin-right: 14.5rem;
}

.about-order__finalprice {
  line-height: 100%;
  padding: 1rem 3rem;
}

.about-order__info {
  display: flex;
  /* width: 52rem; */
  /* justify-content: space-between; */
}

.about-order__pay {
  background-color: var(--main-color);
  color: #ffffff;
  line-height: 100%;
  padding: 1rem 3rem;
}

/* .single-month > .month-wrapper > {

}*/
.single-date .month-wrapper table .day.toMonth.hovering {
  border-radius: 50%;
}

.about-body__date__title {
  display: none;
}

.booking-sort__profile {
  display: none;
}

.booking-filters__profile {
  display: none;
}

.about-nav__profile {
  justify-content: flex-start;
  padding-left: 3rem;
}

.form-about_nav__content {
  /* margin-left: 5rem; */
}

.profile-main__content {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}

.profile-main__greetings {
  padding: 3.1rem 3rem 3.9rem 3rem;
  box-sizing: border-box;
  width: 91rem;
  display: flex;
  justify-content: space-between;
}

.profile-greetings__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  max-width: 60rem;
}

.profile-greetings__title {
  font-size: 3.6rem;
  line-height: 95%;
  margin-bottom: 5rem;
}

.profile-greetings__subtitle {
  font-size: 2rem;
  line-height: 139%;
}

.profile-greetings__image {
  border-radius: 50%;
}

.profile-greetings__image img {
  border-radius: 50%;
}

.terms__label {
  display: flex;
  align-items: center;
}
.terms__text {
  font-size: 1.6rem;
}

.profile-main__calendar {
  padding: 2.1rem 4.5rem;
  box-sizing: border-box;
  height: 39.3rem;
  /* max-height: 39.3rem; */
}

.profile-datepicker {
  opacity: 1;
  visibility: visible;
  margin: 0;
  /* max-width: 25rem; */
  padding: 0 !important;
  box-sizing: border-box;
  box-shadow: none !important;
  border: none !important;
}

.profile-main__data {
  width: 100%;
  padding: 3rem;
  position: relative;
}

.profile-main__data__edit {
  position: absolute;
  right: 3rem;
  top: 3rem;
}

.profile-main__data {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.profile-data__col {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.profile-data__icon {
  margin-right: 1.5rem;
}

.profile-data__row {
  font-size: 2rem;
}

.profile-data__title {
  font-size: 2.4rem;
}

.profile-data__addinfo__row {
  display: flex;
  gap: 1.3rem;
}

.profile-avatar__mobile {
  display: none;
}

.profile-modal__btns {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  font-size: 2rem;
  margin-top: 4.5rem;
}

.profile-modal__btn {
  padding: 1rem 3rem;
  box-sizing: border-box;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-edit__cancel {
  border: 0.3rem solid var(--main-color);
}

.profile-edit__save {
  background-color: var(--main-color);
}

.profile-edit__maininfo {
  min-width: 57.4rem;
  max-width: 57.4rem;

  height: fit-content;
  padding: 4rem 3rem;
  box-sizing: border-box;
}

.tourist-modal__edit__content,
.profile-modal__edit__content {
  /* max-height: 46.1rem; */
  max-height: 70%;
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

.proifle-edit__password {
  padding: 4.2rem 3rem;
  box-sizing: border-box;
  height: fit-content;
  width: 30.3rem;
}

.profile-modal__edit__title {
  font-size: 3.6rem;
  margin-bottom: 4rem;
}

.profile-modal__wrapper {
  overflow-y: hidden;
  width: 100.7rem;
  padding: 8.8rem 6rem 6rem 3.8rem;
}

.proifle-edit__password {
  padding: 1rem 3rem;
}

.profile-modal__details__title {
  display: flex;
  align-items: center;
}

.profile-details__ordernum {
  font-size: 3.6rem;
  margin-right: 3rem;
  padding-left: 3.2rem;
}

.profile-details__status {
  height: fit-content;
  margin-right: 5.9rem;
}

.profile-details__date,
.profile-details__status {
  font-size: 2rem;
}

.profile-details__title__wrapper {
  margin-bottom: 7.5rem;
}

.profile-modal__details__block {
  padding: 3.15rem;
}

.profile-details__block__value {
  width: 21.6rem;
}

.profile-details__row {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3.5rem;
}

.profile-modal__details__lastprice,
.profile-modal__details__nowpayed {
  font-size: 2rem;
}
.about-timetocancel__title,
.about-timetocancel__time {
  text-align: center;
}
.about-timetocancel__title {
  font-size: 1.6rem;
}

.about-timetocancel__time {
  font-size: 2rem;
}

.profile-details__btn__pay {
  color: #ffffff;
  background: var(--main-color);
}
.profile-details__btn {
  display: flex;
  align-items: center;
  padding: 0.8rem 2.7rem;
  box-sizing: border-box;
  line-height: 2.4rem;
  font-size: 2rem;
}

.profile-details__btn__pay {
  padding: 1rem 3rem;
}

.profile-details__btn__cancel,
.profile-details__btn__check {
  border: 0.3rem solid var(--main-color);
  color: var(--main-color);
}

.profile-details__separator {
  width: 26.7rem;
  height: 0.15rem;
  background-color: var(--main-light);
}

.profile-details__inner {
  overflow: hidden;
  overflow-y: auto;
  height: 70%;
}

.profile-details__maininfo__params {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.profile-details__maininfo__price {
  display: flex;
  width: fit-content;
  box-sizing: border-box;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
}

.profile-details__maininfo {
  max-width: 58.2rem;
}

.profile-details__maininfo__param {
  display: flex;
  gap: 0.5rem;
}

.profile-details__maininfo__title {
  font-size: 3.2rem;
  line-height: 3rem;
  margin-bottom: 2.5rem;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
.profile-details__maininfo__dates {
  margin-bottom: 2.5rem;
}
.profile-details__maininfo__params,
.profile-details__maininfo__price,
.profile-details__maininfo__dates {
  font-size: 2rem;
  line-height: 2.4rem;
}

.profile-details__subinfo {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.profile-subinfo__block {
  box-sizing: border-box;
  font-size: 2rem;
  width: 30rem;
}

.profile-details__touristinfo {
  width: 100%;
}

.profile-details__touristinfo__title {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0rem 3rem;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  width: calc(100% - 15rem);
}

.profile-touristinfo__content__date {
  text-align: center;
}

.profile-touristinfo__title__item {
  width: 20%;
}

.profile-details__touristinfo__content {
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 1rem;
  padding: 3rem;
  box-sizing: border-box;
  width: calc(100% - 9rem);
}

.profile-touristinfo__content__edit {
  position: absolute;
  right: 2rem;
}

.profile-touristinfo__content__item {
  width: 20%;
  font-size: 2rem;
}

/* .profile-modal__details__active {
  display: block;
  visibility: visible;
  opacity: 1;
} */

.profile-modal__payed__btns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* align-items: center; */
  font-size: 2rem;
  gap: 3.5rem;
  text-align: center;
  line-height: 2.4rem;
}

.profile-modal__payed__docs {
  background-color: var(--main-color);
  color: #ffffff;
  line-height: 100%;
  padding: 1rem 3rem;
  width: fit-content;
}

.profile-modal__payed__cancel {
  padding: 1rem 3rem;
  line-height: 100%;
  border: 0.3rem solid var(--main-color);
  width: fit-content;
}

.tourist-modal__edit__content {
  justify-content: center;
}

.tourist-modal__edit__active {
  display: block;
  visibility: visible;
  opacity: 1;
}

.profile-greetings__image {
  position: relative;
}

.profile-greetings__image:hover .profile-greetings__image__change {
  display: flex;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}
.profile-greetings__image__change {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 22rem;
  height: 22rem;
  top: 0;
  border-radius: 50%;
  background: rgba(233, 243, 253, 1);
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}

.profile-image__change__btn {
  width: fit-content;
  box-sizing: border-box;
  width: 19.5rem;
  font-size: 1.8rem;
  padding: 1rem 2.8rem;
  line-height: 1.7rem;
  border: 0.3rem solid var(--main-color);
}

.footer-parthners__payingsystems {
  display: flex;
}
.footer-parthners__payingsystem {
  width: 8rem;
}
.footer-parthners__payingsystem img {
  position: relative;
}

.footer-parthners__payingsystem:hover img {
  visibility: hidden;
  display: none;
}
.footer-parthners__assist:hover::before {
  content: "";
  background: url("/local/templates/travelsoft_copy/css/../images/iconsBank/assistColor.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.footer-parthners__belcart:hover::before {
  content: "";
  background: url("/local/templates/travelsoft_copy/css/../images/iconsBank/payColor.png");
  background-repeat: no-repeat;
background-size: 7.5%;
   width: 100%;
  height: 100%;
  
  position: absolute;
  top: 0;
}

.footer-parthners__erip:hover::before {
  content: "";
  background: url("/local/templates/travelsoft_copy/css/../images/iconsBank/eripColor.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.footer-parthners__visa:hover::before {
  content: "";
  background: url("/local/templates/travelsoft_copy/css/../images/iconsBank/visaColor.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.footer-parthners__mastercard:hover::before {
  content: "";
  background: url("/local/templates/travelsoft_copy/css/../images/iconsBank/mastercardColor.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.footer-parthners__mir:hover::before {
  content: "";
  background: url("/local/templates/travelsoft_copy/css/../images/iconsBank/mirColor.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.footer-parthners__oplati:hover::before {
  content: "";
  background: url("/local/templates/travelsoft_copy/css/../images/iconsBank/oplatiColor.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.footer-parthners__belcartpass:hover::before {
  content: "";
  background: url("/local/templates/travelsoft_copy/css/../images/iconsBank/belcartpassColor3.png");
  background-repeat: no-repeat;
background-size: 7.5%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.footer-parthners__visasecure:hover::before {
  content: "";
  background: url("/local/templates/travelsoft_copy/css/../images/iconsBank/visasequreColor.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.footer-parthners__belbank:hover::before {
  content: "";
  background: url("/local/templates/travelsoft_copy/css/../images/iconsBank/belbankColor.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.footer-parthners__miraccept:hover::before {
  content: "";
  background: url("/local/templates/travelsoft_copy/css/../images/iconsBank/miracceptColor.png");
  background-repeat: no-repeat;

  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.footer-parthners__unionpay:hover::before {
  content: "";
  background: url("/local/templates/travelsoft_copy/css/../images/iconsBank/UnionPayColor.png");
  background-repeat: no-repeat;

  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.footer-parthners__belcart2:hover::before {
  content: "";
  background: url("/local/templates/travelsoft_copy/css/../images/iconsBank/belcart_color22.png");
  background-repeat: no-repeat;

  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.footer-parthners__mastercard2:hover::before {
  content: "";
  background: url("/local/templates/travelsoft_copy/css/../images/iconsBank/MastercardColor2.png");
  background-repeat: no-repeat;

  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.footer-nav__header__mobileonly {
  display: none;
}

/* .footer-parthners__payingsystems .slick-prev {
  left: -30%;
  top: auto;
  bottom: -80%;
}

.footer-parthners__payingsystems .slick-next {
  left: -25%;
  top: auto;
  bottom: -80%;
}
.footer-parthners__payingsystems .slick-prev,
.footer-parthners__payingsystems .slick-next {
  width: 1.2rem;
  height: 1.2rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.footer-parthners__payingsystems .slick-disabled {
  background: #ffffff;
}

.footer-parthners__payingsystems .slick-next::before,
.footer-parthners__payingsystems .slick-prev::before {
  content: "";
} */

.footer-menu__header__arrow {
  display: none;
}

.footer-phone__desc {
  font-size: 2.2rem;
}

.notification-close {
  position: relative;
  top: auto;
  right: auto;
  margin-left: 2rem;
}
.notification-close::before {
  top: 50%;
  width: 1.9rem;
}
.notification-close::after {
  top: 50%;
  width: 1.9rem;
}

.contract-title {
  margin-bottom: 7rem;
}

.parthners-grid {
  grid-template-rows: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
}
.parthners__tab__content {
  height: 97.5rem;
}

.contract-btns {
  display: flex;
  justify-content: space-between;
}

.contract__uncreated {
  width: fit-content;
  margin: 0 auto;
}
.contract-btn {
  outline: none;
  box-sizing: border-box;
  padding: 1rem 3rem;
  background: none;
  border: none;
}
.contract-create-btn {
  border: 0.3rem solid var(--main-color);
  color: var(--main-color);
}
.contract-download-btn {
  color: #ffffff;
  background: var(--main-color);
}

.favourites-menu__content {
  gap: 9rem;
}

@media screen and (max-width: 1366px) {
  .profile-details__inner {
    height: 25rem;
  }
}

@media screen and (max-width: 1280px) {
  .about-order__details {
    margin-right: 5rem;
  }
  .favourites-empty {
    margin-top: 20rem;
  }

  .profile-modal__details__title {
    flex-wrap: wrap;
  }
  .profile-details__touristinfo {
    width: 91%;
    min-width: 91rem;
  }

  .profile-details__touristinfo__content,
  .profile-details__touristinfo__title {
    width: 100%;
  }

  .profile-main__calendar {
    display: none;
  }

  .profile-main__greetings {
    width: 100%;
  }
  .review-form {
    width: 99rem;
  }

  .cart-arrow__seeall {
    width: 1.2rem;
    height: 1.2rem;
  }

  .about-contacts__items {
    margin: 0 auto;
  }

  .ages-options {
    padding: 1rem 1.5rem;
  }

  .ages-item {
    font-size: 1.6rem;
    line-height: 100%;
  }

  /* хром, сафари */
  .form-about_nav__content::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  /* ie 10+ */
  .form-about_nav__content {
    -ms-overflow-style: none;
  }

  /* фф (свойство больше не работает, других способов тоже нет)*/
  .form-about_nav__content {
    overflow: -moz-scrollbars-none;
  }

  .form-about-content__btn {
    min-width: fit-content;
  }

  .about-content {
    max-width: 87vw;
    margin: 0 auto;
  }

  .about {
    margin-bottom: 8rem;
  }

  .about-nav {
    max-width: 87vw;
    margin: 0 auto 4rem auto;
  }
  .about-p {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .about-images {
    margin: 4rem auto;
  }

  .form-about_nav__content {
    max-width: 95%;
    font-size: 1.8rem;
    gap: 4.6rem;
  }

  .cart-fulltitle__title {
    line-height: 100%;
    margin-bottom: 1.4rem;
  }

  .cart-fulltitle__desc {
    font-size: 1.4rem;
  }

  .datepicker_to,
  .datepicker_from {
    width: 10rem;
    margin-right: 0;
  }

  .blog-wrapper {
    width: 87vw;
    margin: 0 auto;
  }
  .blog-pics {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cart-order__bankaccount__select {
    font-size: 1.8rem;
  }
  .paying-tab__oplati__qr__code {
    margin-top: 0;
  }
  .cart__paying__tab__content {
    width: auto;
  }
  .cart-order__continue {
    gap: 5rem;
  }

  .cart-order__continue {
    margin-top: -4.5rem;
  }

  .cart-continue__button {
    font-size: 1.8rem;
    padding: 0.5rem 4rem;
  }
  .cart-order__totalprice {
    font-size: 1.8rem;
  }
  .cart__paying__tab__content {
    height: 89.3%;
    padding: 4rem 5rem;
  }
  .parthners__tab__content {
    height: 97rem;
  }
  .contract-btn {
    padding: 0.5rem 1rem;
  }

  .paying-tab__chck {
    margin-right: 1.5rem;
  }
  .paying-tab__title {
    font-size: 1.8rem;
  }
  .paying__bankcard__icons {
    gap: 2rem;
  }
  .cart__paying__tab__content {
    font-size: 1.8rem;
  }
  .paying-tab__bankcard {
    gap: 3rem;
  }
  .paying__bankcard__secure__title {
    margin-bottom: 2rem;
  }

  .cart-orders__item__title {
    font-size: 3.5rem;
  }
  .cart-orders__item__info {
    max-width: 45rem;
  }
  .cart-order__tourist__select {
    padding: 1.5rem 9rem 1.5rem 1rem;
    width: auto;
  }
  .cart-order__buttons {
    font-size: 2.1rem;
  }
  .cart-order__button__link {
    padding: 1rem 5rem;
  }

  .cart-order__notation {
    font-size: 1.8rem;
  }
  .cart-order__nav__list::before {
    width: 67rem;
  }

  .cart-order__nav__list {
    max-width: 80rem;
    font-size: 1.8rem;
  }

  .cart-order-wrapper {
    max-width: 87vw;
    margin: 0 auto;
    margin-bottom: 12.5rem;
  }

  .cart-item__info__detail {
    padding: 2rem;
    gap: 1rem;
    font-size: 1.8rem;
    line-height: 100%;
  }
  .cart-item__info__row {
    line-height: 100%;
  }

  .cart-item__main__image {
    width: 50rem;
  }
  .cart-item__moving__block {
    padding: 2rem;
    gap: 1rem;
    width: 40%;
  }
  .cart-item__price {
    font-size: 2.6rem;
  }

  .cart-item__services__included {
    padding: 2rem;
    width: 43%;
    font-size: 1.8rem;
    gap: 1.5rem;
  }

  .cart-services__included__list {
    gap: 1rem;
  }

  .cart-moving__block__time,
  .cart-moving__block__title {
    font-size: 1.8rem;
  }

  .cart-moving__block__date {
    font-size: 1.6rem;
  }

  .cart-item-wrapper {
    max-width: 87vw;
    margin: 0 auto;
  }
  .cart-item-title {
    font-size: 4.5rem;
  }

  .cart-footer__info {
    flex-wrap: wrap;
  }

  .cart-item__title {
    font-size: 3.2rem;
  }

  .cart-item__actions {
    font-size: 1.8rem;
  }

  .cart-item__dates,
  .cart-item__info {
    font-size: 1.8rem;
  }

  .cart-price__order__btn {
    font-size: 1.8rem;
  }

  .cart-price__order {
    width: 45rem;
  }

  .cart-price__order__value {
    font-size: 2.4rem;
  }
  .cart-price__title {
    font-size: 2.4rem;
  }
  .cart-title {
    font-size: 5rem;
  }

  .cart-promocode__btn {
    font-size: 1.8rem;
  }

  .cart-info__promocode {
    width: 45rem;
  }
  .cart-promocode__input {
    width: 16rem;
    font-size: 1.8rem;
    padding: 0rem 4rem 0rem 1rem;
    height: 4rem;
  }
  .cart-promocode__input::placeholder {
    font-size: 1.8rem;
  }

  .cart-info__prices {
    width: 32rem;
  }

  .cart-wrapper {
    max-width: 87vw;
    margin: 0 auto;
  }

  .cookies-wrapper {
    width: 70vw;
    min-width: 86rem;
  }

  .cookies-desc {
    font-size: 1.6rem;
  }

  .not-found__bg__wrapper {
    max-width: 99rem;
  }

  .booking-transport__items {
    flex-wrap: wrap;
  }

  .booking-transport__check {
    margin-bottom: 0;
  }

  .date-transport {
    align-items: center;
  }

  .booking-date__transport {
    gap: 2rem;
  }

  .booking-transport__destination {
    gap: 1.5rem;
  }

  .tourists__transport {
    display: flex;
    align-items: center;
  }

  .booking-transport-form__wrapper {
    height: 100% !important;
  }

  .datepicker-transport_from,
  .datepicker-transport_to {
    height: 2rem;
    width: 10rem;
  }

  .date-transport__to__details__oneway > input {
    width: 14rem;
  }

  .chck__booking__transport span::before {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
  }

  .booking-transport {
    font-size: 1.6rem;
  }

  .booking-transport__transport {
    font-size: 1.6rem;
  }

  .modal-rates {
    min-height: 33vh;
    max-height: 33vh;
  }

  .modal-rate__day {
    font-size: 1.6rem;
    padding-left: 4rem;
  }

  .booking-cards {
    max-width: 108rem;
    margin: 0 auto;
  }

  .see-all__wrapper {
    max-width: 87vw;
  }

  .placechess-rooms__items {
    width: 27rem;
  }
  .placechess-wrapper {
    max-width: 87vw;
  }

  .placechess-notation {
    max-width: 87vw;
  }

  .details-nav {
    margin: -10rem auto 2rem auto;
  }
  .details-description__p {
    line-height: 1.7rem;
  }
  .details-description__category {
    margin-bottom: 2rem;
  }
  .details-description__wrapper {
    max-width: 87vw;
    margin: 0 auto;
    font-size: 1.4rem;
  }

  .see-all__desc {
    font-size: 1.6rem;
  }

  .form-details-content__item {
    font-size: 1.6rem;
  }

  .form-details_nav__content {
    margin: 0 auto;
  }

  .details-nav {
    max-width: 87vw;
  }

  .form-details_nav__content {
    justify-content: flex-start;
  }

  .find-form__params {
    font-size: 1.6rem;
    gap: 1rem;
  }
  .find-form__wrapper {
    margin-bottom: 4.5rem;
  }

  .map {
    transform: scale(0.95);
  }

  .popularoffers-wrapper {
    max-width: 87vw;
    gap: 5rem;

    /* flex-wrap: wrap; */
    justify-content: center;
  }

  .popularoffers-desc {
    margin-bottom: 3.2rem;
  }

  .popularoffers-desc__span {
    font-size: 6.4rem;
    line-height: 5.5rem;
  }
  .popularoffers-region {
    margin-bottom: 3.2rem;
  }

  .popularoffers-region__desc__span {
    font-size: 1.6rem;
  }

  .popularoffers-slider {
    max-width: 51rem;
  }

  .popularoffers-slider .slick-list .slick-track {
    gap: 1.5rem;
  }

  .popularoffers-slide {
    width: 16rem;
    height: 16rem;
  }

  .filter-check .booking-filter_tab__reset {
    margin-left: 2rem;
  }
  .filter_tab__reset__span {
    font-size: 1.2rem;
  }

  .booking-filter__tab__wrapper:not(:first-child) {
    margin-top: 4rem;
  }

  .booking-filter_tab:not(:first-child) {
    margin-top: 4rem;
  }

  .checkbox {
    width: 1.8rem;
    height: 1.8rem;
  }
  .checkbox-title {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
  .booking-filter_tab__title {
    font-size: 2.4rem;
  }
  .modal-booking_filter {
    max-width: 35rem;
  }

  .booking-filters {
    max-width: 87vw;
  }

  .booking-form__bordered {
    max-width: 87vw;
    width: 100%;
  }
  .booking-filters_wrapper {
    font-size: 1.6rem;
    gap: 4rem;
    /* max-width: 47rem; */
  }

  .booking-sort_options {
    top: 3rem;
    left: 10rem;
  }

  .showmore-btn {
    font-size: 1.6rem;
    padding: 0.55rem 11.25rem;
  }

  .card {
    max-width: 35rem;
    margin: 0 auto;
  }

  .card_image .slick-list .slick-track .slick-slide {
    max-width: 35rem;
  }

  .card_image {
    max-height: 20rem;
  }

  .card-marker {
    top: 14.5rem;
    left: 1.1rem;
  }

  .card_title {
    margin-top: 3rem;
    font-size: 2.4rem;
  }

  .card_services {
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
  }

  .card-service_item {
    max-height: 3.5rem;
    margin-top: 2rem;
    align-items: center;
  }

  .card-service_item__desc {
    font-size: 1.4rem;
  }

  .card-service_item__icon {
    min-width: 1.7rem;
    max-width: 4.7rem;
  }

  .icon-location {
    width: 1.6rem;
    height: 2rem;
  }
  .icon-wifi {
    width: 2rem;
    height: 1.5rem;
  }

  .icon-badperson {
    width: 1.9rem;
    height: 2rem;
  }

  .item-card_actions {
    width: 32.4rem;
    margin: 0rem auto 0rem auto;
    align-items: center;
  }

  .card-details_link {
    padding: 0.8rem 3rem;
    font-size: 1.6rem;
    border-radius: 1rem;
  }

  .card-price__span {
    font-size: 1.4rem;
  }

  .modal-actions__header {
    font-size: 2rem;
  }

  .modal-rates {
    font-size: 2rem;
  }

  .modal-rates__rate {
    /* height: 3.5rem; */
    grid-column: 2 / 11;
  }

  footer {
    margin: 6rem auto 0rem auto;
    height: 60rem;
    overflow-y: hidden;
  }

  .footer-parthners,
  .footer-menu {
    max-width: 99rem;
  }
  .footer-menu {
    font-size: 1.6rem;
  }

  .footer-menu__nav {
    gap: 1rem;
  }

  .footer-worktime__time {
    gap: 1rem;
  }

  .footer-icons {
    padding-top: 5.4rem;
    gap: 3.6rem;
  }
  .footer-icon {
    height: 3.2rem;
  }
  .footer-icon svg {
    width: 100%;
    height: 100%;
  }
  .footer-copyright {
    text-align: center;
    margin-top: 4.7rem;
    font-size: 1.6rem;
  }

  nav {
    max-width: 86vw;
  }

  .nav-booking span,
  .nav-lang span,
  .nav-auth span {
    font-size: 1.6rem;
  }

  .nav-booking {
    grid-column: 3 / 11;
    justify-content: space-between;
  }

  header {
    max-width: 110rem;
    margin: 0 auto 6rem auto;
    height: 7rem;
  }
  .header-burger {
    justify-content: end;
  }

  .nav-booking svg {
    margin-left: 0.6rem;
  }

  .card:last-child {
    margin: 0 auto;
  }

  .popularoffers-slide__desc__span {
    font-size: 1.6rem;
  }

  .booking-form__details {
    height: 11.7rem;
  }

  .booking-form__content__details {
    padding: 1.4rem 2.5rem 3.6rem 2.5rem;
  }

  .params__name__details {
    grid-column: 1 / 6;
  }

  .date__from__details {
    grid-column: 7 / 11;
  }

  .date__to__details {
    grid-column: 12 / 16;
  }

  .tourists__details {
    grid-column: 16 / 19;
  }

  .citizenship__details {
    grid-column: 19 / 25;
  }
  .details-booking__wrapper {
    max-width: 100%;
  }

  .reviews-wrapper {
    max-width: 87vw;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 12.4rem;
    justify-content: center;
  }
  .revies-rating__current__value {
    font-size: 5rem;
  }

  .reviews-rating {
    width: 44.5rem;
  }

  .rewiews-count {
    font-size: 1.4rem;
  }

  .reviews-rating__details {
    font-size: 1.4rem;
  }

  .review-comments__comment {
    width: 47.6rem;
    padding: 2.5rem 3rem;
  }

  .review-comment__info {
    font-size: 1.6rem;
  }

  .review-comment__text {
    font-size: 1.4rem;
    line-height: 1.4rem;
    max-height: 6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .leaving-modal__wrapper {
    padding: 9rem 6rem 3rem 4rem;
  }

  .form-about__content {
    gap: 4rem !important;
  }

  .card-service_item__article {
    max-height: fit-content;
  }
  .card-desc {
    padding: 0rem 1rem;
  }
  .card-details_link__light {
    padding: 0.8rem 11rem;
  }

  .nav-auth__authorized {
    display: flex;
  }

  .nav-lang__authorized {
    grid-column: 23 / 26;
  }

  .nav-cart__authorized {
    grid-column: 26 / 27;
  }

  .nav-auth__authorized {
    grid-column: 28 / 35;
  }

  .nav-auth_inner__authorized {
    padding: 0.5rem 1.2rem;
    gap: 1rem;
  }

  .profile-modal__wrapper {
    max-width: 87vw;
  }
  .tourist-modal__edit__content,
  .profile-modal__edit__content {
    max-height: 60%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .proifle-edit__password {
    min-width: 57.4rem;
    max-width: 57.4rem;
  }
}

@media screen and (max-width: 990px) {

  /* .header-phone{
    display: none;
  } */

  .card_image::before {
    z-index: -1;
  }
  .parthners__tab__content {
    height: 100%;
  }
  .popularoffers-desc {
    min-height: fit-content;
  }
  .profile-details__subinfo {
    flex-direction: row;
  }
  .profile-modal__payed__btns {
    flex-direction: row;
  }

  .profile-details__row {
    padding: 1.5rem;
    justify-content: space-between;
    overflow-x: auto;
  }
  .profile-modal__details__timeforpay {
    width: 100%;
    order: 1;
  }
  .profile-modal__details__lastprice,
  .profile-modal__details__nowpayed {
    width: calc(50% - 9rem);
    order: 0;
  }

  .profile-details__row {
    flex-wrap: wrap;
  }
  .profile-details__inner,
  .profile-modal__details__title {
    padding-left: 1.5rem;
  }

  .profile-details__inner {
    height: 45rem;
  }

  .profile-details__ordernum {
    width: 100%;
    padding-left: 0;
  }

  video {
    display: none;
  }

  .profile-data__col {
    gap: 2rem;
  }
  .profile-greetings__subtitle {
    font-size: 1.6rem;
  }

  .profile-data__row {
    font-size: 1.6rem;
  }

  .profile-main__greetings {
    padding: 1.5rem;
  }

  .profile-main__content {
    gap: 1.5rem;
  }

  .profile-main__data {
    padding: 1.5rem;
  }

  .profile-data__title {
    font-size: 2rem;
  }
  .terms__text {
    font-size: 1.4rem;
    line-height: 100%;
  }

  .terms-profile > label > .terms__span {
    margin-right: 1rem;
  }

  .profile-greetings__content {
    gap: 1.5rem;
  }

  .profile-greetings__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .profile-main__data__edit {
    top: 10rem;
  }

  .profile-main__greetings,
  .profile-main__data {
    box-sizing: border-box;
    max-width: 87vw;
    margin: 0 auto;
  }

  .profile-greetings__image {
    display: none;
  }

  .profile-main__data {
    flex-wrap: wrap;
  }

  .profile-data__col {
    min-width: 41.5rem;
  }

  .about-body__list_item:last-child {
    border-bottom: none;
  }

  .search-empty__btn {
    font-size: 1.4rem;
    padding: 0.8rem 2.6rem;
  }

  .booking-filters__profile {
    display: block;
    margin-bottom: 0rem;
  }

  .search-empty {
    text-align: center;
    max-width: 87vw;
    margin: 0 auto;
    margin-bottom: 12.5rem;
  }

  .favourites-empty {
    max-width: 87vw;
    margin: 9.4rem auto 12.5rem auto;
    text-align: center;
  }

  .search-empty__title {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }

  .search-empty__subtitle {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .about-order__details {
    border: 0.2rem solid var(--main-color);
  }

  .about-order__footer {
    width: 100%;
  }

  .about-list__item__title {
    font-size: 1.4rem;
  }
  .about-body__list {
    width: 100%;
  }
  .about-status-wrapper {
    margin: 0;
  }

  .about-order__waitforpaying > .about-order__body > .about-body__date {
    padding-top: 9.4rem;
  }
  .about-body__date {
    display: flex;
    order: 3;
  }

  .about-body__list {
    display: flex;
    flex-direction: column;
    order: 4;
  }
  .about-body__status {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    margin: 0;
    order: 1;
  }
  .about-body__num {
    order: 0;
    display: flex;
    width: 50%;
  }
  .about-orders__body {
    padding-top: 3rem;
  }

  .about-body__price {
    display: none;
  }

  .about-content {
    max-width: 100%;
    width: 100%;
  }
  .about-order__info {
    flex-wrap: wrap;
    width: 50%;
    position: relative;
  }

  .about-order__footer:not(:has(.about-order__info__forpaying))
    > .about-order__info::after {
    content: "";
    position: absolute;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    width: 95%;
    height: 0.2rem;
    background-color: #e9f3fd;
  }

  .about-body__count {
    display: none;
  }
  .about-order__footer {
    flex-wrap: wrap;
  }
  .about-order__timetocancel {
    position: absolute;
    top: 5.7rem;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
  }

  .about-timetocancel__time {
    justify-content: center;
  }

  .about-orders__header {
    display: none;
  }
  .about-order {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    padding: 1.5rem;
    box-sizing: border-box;
    width: 87vw;
    margin: 0 auto;
    margin-bottom: 1.5rem;

    background: #ffffff;
    border: none;
    box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .about-orders__body {
    flex-wrap: wrap;
    min-width: 0;
  }
  .about-order__body {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .review-form {
    width: 76.8rem;
    height: 54.3rem;
  }
  .review-form__content {
    padding: 4rem 4rem;
  }

  .review-form__bg {
    min-width: 35rem;
  }

  .review-form__title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  .review-form__subtitle {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }

  .notification__accept {
    flex-wrap: wrap;
    justify-content: center;
  }
  .notification__accept__btn {
    margin-top: 0.5rem;
  }
  .notification__accept__btn {
    padding: 0.5rem 1rem;
    border: 0.2rem solid var(--main-color);
  }
  .card-desc {
    font-size: 1.4rem;
  }
  .icon-feed {
    width: 1.3rem;
  }

  .modal-menu {
    margin-left: 0;
    padding-left: 8rem !important;
  }

  .comments__pages__pages {
    font-size: 1.6rem;
  }

  .pages__current::after {
    width: 2.5rem;
    height: 2.5rem;
  }

  .reviews-comments__pages__pages {
    font-size: 1.6rem;
  }

  .reviews-pages__current::after {
    width: 2.5rem;
    height: 2.5rem;
  }

  .about-contacts__items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
  }

  .aboutGrid__item {
    margin-bottom: 0;
  }
  .about-contacts__item__img {
    max-width: 87vw;
  }
  .about-contacts__item__img img {
    width: 100%;
  }

  .about-contacts__item {
    max-width: 87vw;
  }

  .about-image {
    width: 100%;
  }
  .about-nav {
    max-width: 87vw;
    margin: 0rem auto 3rem auto;
  }

  .form-about_nav__content {
    max-width: 90%;
    font-size: 1.6rem;
    gap: 3.9rem;
  }

  .card_title:hover .cart-fulltitle {
    /* visibility: visible;
    opacity: 1; */
    display: none;
  }
  .cart-fulltitle {
    top: 29rem;
  }

  .modal-menu__item:hover .modal-menu__nested {
    display: none;
  }

  .modal-menu__nested__oppened {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .blog-img {
    max-width: none;
    width: 100%;
  }

  .blog-desc p:not(:last-child) {
    margin-bottom: 2rem;
  }
  .blog-title {
    font-size: 5rem;
    margin-bottom: 3rem;
  }

  .blog-desc {
    margin-bottom: 5rem;
  }

  .post-date {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }

  .blog-desc {
    font-size: 1.6rem;
  }

  .modal-menu {
    gap: 3rem;
  }

  .modal-menu__nested__list {
    font-size: 1.4rem;
  }

  .cart-order__tourist__arrow {
    width: 1.2rem;
  }

  .cart-info__promocode {
    margin-bottom: 2rem;
  }
  .cart-info__prices__row:first-child {
    padding-top: 1rem;
    margin-bottom: 1rem;
  }

  .grid-item {
    width: -webkit-fill-available;
  }
  .step1__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cart-order__continue {
    margin-top: 0;
  }

  .cart-order__bankaccount__select {
    padding: 1.5rem 1rem;
    font-size: 1.4rem;
  }
  .paying-tab__oplati__qr__code {
    float: none;
    margin: 2rem auto;
  }
  .paying-tab__oplati__steps {
    margin-bottom: 2rem;
  }
  .paying-tab__oplati {
    margin: 2rem auto;
  }

  .cart-bankaccount__button {
    padding: 0.6rem 1rem;
    line-height: 100%;
  }

  .cart-bankaccount__select {
    display: flex;
    align-items: center;
  }

  .paying-tab__erip__qr__code {
    width: 24rem;
    height: 7rem;
    padding: 0.5rem;
  }
  .paying-tab__erip__qr__code img {
    width: 100%;
  }

  .cart-order__totalprice {
    font-size: 1.4rem;
  }
  .cart-continue__button {
    font-size: 1.2rem;
    padding: 0.5rem 1.4rem;
  }

  .cart__paying__tab__content {
    font-size: 1.4rem;
  }
  .paying-tab__title {
    font-size: 1.4rem;
  }
  .paying-tab__chck {
    margin: 0;
  }

  .cart__paying__tab__content {
    padding: 1.5rem;
  }
  .paying__bankcard__icon {
    gap: 0.4rem;
  }
  .paying__bankcard__icon {
    width: 5rem;
  }
  .cart__paying__tab {
    padding: 1.5rem;
    width: auto;
  }
  .mask {
    display: none;
  }
  .first-paying__tab:has(.checkbox-radio:checked)::before,
  .cart__paying__tab:has(.checkbox-radio:checked):after,
  .cart__paying__tab:has(.checkbox-radio:checked):before,
  .cart__paying__tab:has(.checkbox-radio:checked):after {
    display: none;
  }

  .step3__content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .cart-order__item__details {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
  }
  .cart-associate__select__title {
    min-width: 15rem;
  }
  .cart-actions__price {
    font-size: 1.8rem;
  }
  .cart-order__item__actions {
    margin-top: 2rem;
  }
  .cart-item__dates {
    margin-bottom: 2rem;
  }
  .cart-orders__item__title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }

  .cart-actions__btn {
    padding: 1rem 7rem;
    font-size: 1.8rem;
  }

  .cart-item__dates,
  .cart-item__info,
  .cart-item__actions {
    font-size: 1.4rem;
  }

  .cart-order__tourist__select {
    font-size: 1.4rem;
    padding: 1.5rem 5rem 1.5rem 1rem;
  }

  .cart-order__button__link {
    padding: 1rem 4rem;
  }
  .cart-order__buttons {
    font-size: 1.6rem;
  }
  .cart-order__nav__list::before {
    width: 50rem;
  }
  .cart-order__nav__list {
    max-width: 60rem;
  }

  .leaving-modal__content__list {
    font-size: 1.6rem;
  }

  .leaving-modal__content__list > li {
    min-width: 30rem;
  }

  .cart-item__moving__block {
    width: 35%;
  }

  .cart-price__order {
    width: 40rem;
  }

  .cart-footer__info {
    gap: 3rem;
  }

  .single-date {
    margin-left: 0rem;
  }

  .data-picker-wrapper__from,
  .data-picker-wrapper__to {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .notification {
    left: 5rem;
    bottom: 7rem;
    max-width: 30.5rem;
    padding: 1.7rem 2.5rem;
    font-size: 1.6rem;
  }

  .notification > img {
    margin-right: 1.5rem;
  }

  .mob-icon {
    stroke: var(--main-gray);
  }

  .date-transport__separator__desktop {
    display: none;
  }

  /* .date-transport__separator__mobile {
    display: block;
  } */

  .cookies-wrapper {
    width: 70vw;
    min-width: 65rem;
  }

  .cookies-desc {
    font-size: 1.4rem;
  }

  .cookies-btn {
    font-size: 1.8rem;
  }

  .cookies-btn__link {
    padding: 0.5rem 4.5rem;
  }

  .not-found__bg__wrapper {
    max-width: 76rem;
  }

  .tourists-transport-options {
    top: 4rem !important;

    min-width: 20rem !important;
    max-width: 20rem;
  }

  .booking-transport {
    flex-wrap: wrap;
  }
  .booking-transport__items {
    position: relative;
  }
  .booking-transport__btn {
    position: absolute;
    right: 0;
    bottom: -7rem;
  }

  .booking-sort__tab {
    display: inherit;
  }

  /* .booking-filter__sort {
    display: block;
  } */

  .month1 {
    display: none !important;
  }
  .time {
    display: none !important;
  }

  .date-picker-wrapper {
    max-width: 30rem;
  }

  .month-wrapper {
    width: 25rem;
  }

  .toTop {
    left: 10vw;
    right: auto;
    width: 4rem;
    height: 4rem;
  }

  .placechess-container {
    font-size: 1.4rem;
    /* flex-direction: column; */
  }

  .placechess-rooms__item {
    margin-bottom: 2.1rem;
  }
  .placechess-notation__wrapper {
    flex-direction: column;
  }

  .placechess-notation__item {
    margin-left: 0;
  }

  .details-descriprion__leaving {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .details-descriprion__leaving__image {
    width: 100%;
  }
  .booking-sort_options {
    display: block;
    top: 3rem;
    left: -7rem;
  }

  .popularoffers-wrapper {
    position: relative;
  }
  .popularoffers-region {
    margin-bottom: 2rem;
  }

  .popularoffers-map {
    position: absolute;
    top: 15rem;
    display: none;
  }

  .find-form__params {
    flex-direction: column;
  }

  .find-form__search {
    max-width: 75vw;
  }

  .find-form__input {
    max-width: 100%;
  }
  .popularoffers-block {
    max-width: 87vw;
  }

  .popularoffers-slider {
    margin: 0 auto;
  }
  .main-arrow {
    width: 1.2rem;
    height: 1.2rem;
  }
  .popularoffers-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .modal-actions {
    margin-top: 15rem;
    overflow-y: auto;
  }
  .modal-lang-list {
    display: none;
  }

  .modal-lang-list__active {
    position: absolute;
    top: 7rem;
    left: 0;
    background: #ffffff;
    box-shadow: 0px 0px 29.0541px rgba(0, 0, 0, 0.25);
    border-radius: 11.6216px;
    min-height: 9rem;
    width: 17rem;

    padding: 0rem 0rem 1.5rem 2rem;
    flex-direction: column;

    display: flex;
  }

  .modal-lang-item {
    padding-top: 1rem;
    font-size: 1.6rem;
    font-weight: 700;
  }

  .modal-lang-item__active span {
    color: var(--main-color);
    font-weight: 700;
  }

  .modal-lang__select__active {
    display: none;
  }

  .modal-currency__select {
    display: none;
  }

  .modal-options__currency {
    margin-top: 3rem;
  }

  .modal-currency__select__active {
    display: flex;
    flex-wrap: wrap;
  }
  .modal-currency__select__item {
    font-weight: 600;
  }
  .modal-currency__select__item__active {
    color: var(--main-color);
    font-weight: 700;
  }

  .modal-currency__select span {
    margin: 0.5rem 2.2rem 0rem 0rem;
    max-width: 9.5rem;
  }

  .modal-arrow {
    fill: var(--main-color);
    width: 1.5rem;
    height: 1.5rem;
  }
  .modal-lang {
    display: block;
    font-size: 1.6rem;
    position: relative;
  }

  .modal-lang svg {
    margin-left: 1.5rem;
  }

  .modal-arrow__active {
    margin-top: -7px;
    transform: rotate(180deg);
  }

  .modal-lang span {
    color: var(--main-color);
  }

  .modal-lang__select svg {
    margin-left: 1.5rem;
  }

  .modal-lang__active {
    position: absolute;
    top: 2.5rem;
    left: 6rem;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */

    background: #ffffff;
    box-shadow: 0px 0px 29.0541px rgba(0, 0, 0, 0.25);
    border-radius: 11.6216px;

    min-width: 17rem;
    min-height: 11rem;

    font-size: 1.6rem;

    padding: 1.5rem 0rem 1.5rem 2rem;
  }

  .modal-menu__item {
    font-size: 1.6rem;
  }
  .booking-options {
    display: none;
  }

  .nav-booking:hover svg {
    transform: rotate(0deg);
  }

  .desk-icon {
    display: none;
  }

  .mob-icon {
    display: block;
  }

  .right-modal__bg {
    width: 40%;
  }
  .right-modal__content {
    width: 60%;
  }

  footer {
    margin: 6rem auto 5rem auto;
  }
  .b-r {
    border-radius: 1rem;
  }
  nav {
    align-items: end;
    justify-content: space-between;
    max-width: 95%;
  }
  header {
    max-width: 91vw;
    margin: 0rem auto 6rem auto;
  }
  .h-1 {
    font-size: 7.9rem;
    text-align: center;
  }
  .booking-options {
    top: -23rem;
    left: -8rem;
  }

  .nav-menu {
    position: fixed;
    bottom: 0;
    margin: 0;
    left: 0;
    background-color: var(--main-font-color);
    box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 5.5rem;

    /* grid-template-columns: repeat(5, 1fr); */
  }
  .mobile-nav {
    display: block;
  }
  .nav-desktop {
    display: none;
  }

  .nav-search {
    grid-column: 12 / 13;
    grid-row: 1;
  }
  .nav-search svg path {
    fill: var(--main-gray);
  }

  .nav-cart {
    grid-row: 1;
    grid-column: 15 / 16;
  }
  .nav-cart svg path {
    fill: var(--main-gray);
  }

  .nav-booking svg {
    width: 3.1rem;
    height: 3rem;
    transform: rotate(0);
  }
  .nav-booking {
    grid-row: 1;
    grid-column: 18 / 19;
    border: none;
    padding: 0;
  }
  .mobile-booking svg {
    margin: 0;
    height: 2.2rem;
    width: 2.6rem;
  }
  .nav-favourites {
    grid-row: 1;
    grid-column: 21 / 22;
  }
  .nav-favourites svg path {
    fill: var(--main-gray);
  }

  .nav-auth {
    grid-column: 24 / 25;
  }

  .nav-auth__blue {
    color: var(--main-text);
  }

  .nav-auth svg {
    width: 1.6rem;
    height: 2rem;
  }
  .nav-auth-mobile svg {
    width: 1.9rem;
    height: 3rem;
  }

  /* создание в label псевдоэлемента before со следующими стилями */
  .chck > span::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    flex-grow: 0;
    border: 0.1rem solid var(--main-gray);
    border-radius: 0.5rem;
    margin-right: 2.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }

  /* стили для чекбокса, находящегося в состоянии checked */
  .chck > input:checked + span::before {
    border-color: #ffffff;
    background-color: #ffffff;
    border: 0.1rem solid var(--main-gray);
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); */
    /* background-image: url("/local/templates/travelsoft_copy/css/../images/checked.png"); */
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.4937 0.0394062C17.3934 0.0619587 17.2156 0.131283 17.0984 0.193454C16.8975 0.300094 16.6293 0.57139 12.3693 4.97698L7.85315 9.64744L5.60593 7.32423C3.4777 5.12403 3.34723 4.99508 3.14246 4.88953C2.7568 4.69077 2.38379 4.64642 1.98508 4.752C1.66776 4.83603 1.48989 4.94361 1.2332 5.20675C0.979243 5.46704 0.850651 5.70909 0.777718 6.06399C0.694011 6.47133 0.778889 6.9359 1.00375 7.3011C1.09141 7.44351 1.8971 8.29647 3.99789 10.471L6.87211 13.4461L7.12414 13.571C7.67929 13.8461 8.27839 13.8031 8.78213 13.4519C9.04396 13.2694 19.0879 2.84971 19.2402 2.60266C19.548 2.10323 19.5802 1.47364 19.3255 0.933292C19.1996 0.666087 18.8562 0.310552 18.5982 0.180238C18.2536 0.0062443 17.8627 -0.0435895 17.4937 0.0394062Z' fill='%23264B87'/%3E%3C/svg%3E");

    background-size: contain;
  }

  .search-cards {
    gap: 0;
  }

  .card {
    margin-bottom: 3rem;
  }

  .card:last-child {
    margin: 0rem auto 3rem auto;
  }

  .details-booking__wrapper {
    /* max-width: 129rem; */
    margin: 0 auto 6rem auto;
  }

  .booking-form__details {
    height: 21rem;
  }
  .booking-form__content__details {
    padding: 1.4rem 2.5rem 3.6rem 2.5rem;
  }

  .params__name__details {
    grid-column: 1 / 15;
  }

  .date__from__details {
    grid-column: 1 / 5;
  }

  .date__to__details {
    grid-column: 7 / 11;
  }

  .tourists__details {
    grid-column: 12 / 15;
  }

  .citizenship__details {
    grid-column: 16 / 24;
    grid-row: 2;
  }

  .dash__details {
    grid-column: 5 / 7;
    justify-self: center;
  }

  .reviews-wrapper {
    gap: 3rem;
  }

  .leaving-modal__header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .leaving-modal__close {
    right: 10% !important;
  }

  .leaving-modal__content {
    padding: 2rem;
    padding-top: 0.5rem;
    width: 87vw;
    margin: 0 auto;
  }

  .leaving-modal__wrapper {
    top: 62.5%;
    max-width: 100%;
    padding: 10rem 0rem;
    height: 75vh;
    top: 62.5%;
  }
  .month1 {
    display: block !important;
  }

  .profile-modal__wrapper {
    height: 100%;
    top: 60%;
    border-radius: 0;
  }

  .profile-modal__btns {
    justify-content: center;
  }
  .profile-modal__edit__title {
    max-width: 87vw;
    margin: 0 auto;
    font-size: 2.7rem;
  }

  .profile-edit__cancel {
    border: 0.2rem solid var(--main-color);
  }

  .tourist-modal__edit__content,
  .profile-modal__edit__content {
    max-height: 60%;
  }
  .profile-edit__maininfo {
    max-width: 100%;
    min-width: 100%;
  }

  .proifle-edit__password {
    max-width: 100%;
    min-width: 100%;
  }

  .profile-modal__edit__title {
    margin-bottom: 1.5rem;
  }

  footer {
    height: 100%;
  }

  .footer-parthners {
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }

  .footer-parthners__payingsystems .slick-dots {
    left: 0;
    top: 5.5rem;
  }

  .footer-parthners__payingsystems {
    width: 50%;
  }

  .footer-nav__header__mobileonly {
    display: block;
  }

  .footer-menu__nav__item__header {
    position: relative;
  }
  .footer-menu__nav__item__header {
    display: flex;
    gap: 1.3rem;
    cursor: pointer;
  }

  .footer-menu__header__arrow {
    display: block;
  }
  .footer-menu__header__arrow__oppened {
    transform: rotate(180deg);
  }

  .footer-menu__nav__item:not(.footer-menu__nav__item__header) {
    padding-left: 2.5rem;
  }

  .footer-menu__nav {
    padding-left: 0;
  }

  .footer-menu__nav__item:not(.footer-menu__nav__item__header) {
    display: none;
  }

  .footer-menu__nav__item__showed {
    display: block !important;
  }

  .footer-icons::before,
  .footer-icons::after {
    display: none;
  }

  .footer-parthners__payingsystems,
  .footer-parthners__owners {
    width: 100%;
  }

  .footer-copyright {
    align-self: center;
  }

  .footer-parthners__payingsystem img {
    width: 100%;
    width: 6.5rem;
  }



  .footer-parthners__assist:hover::before,
  .footer-parthners__belcart:hover::before,
  .footer-parthners__erip:hover::before,
  .footer-parthners__visa:hover::before,
  .footer-parthners__mastercard:hover::before,
  .footer-parthners__mir:hover::before,
  .footer-parthners__oplati:hover::before,
  .footer-parthners__belcartpass:hover::before,
  .footer-parthners__visasecure:hover::before,
  .footer-parthners__belbank:hover::before,
  .footer-parthners__miraccept:hover::before {
    width: 6.5rem;
    background-size: contain;
  }

  .footer-worktime__logo {
    display: none;
  }

  .footer-worktime__time {
    gap: 0.5rem;
  }

  .footer-col__worktime {
    order: 2;
    gap: 1.5rem;
    padding-top: 3rem;
  }

  .footer-menu {
    margin: 0;
    order: 2;
    width: 100%;
    max-width: none;
    padding: 3rem 0rem 4rem 0rem;
    position: relative;
  }

  .footer-parthners,
  .footer-menu {
    flex-direction: column;
  }

  .footer-menu {
    max-width: 87vw;
    margin: 0 auto;
  }
  .footer-parthners {
    max-width: 87vw;
  }

  .footer-icons {
    order: 0;
  }

  .footer-copyright {
    order: 1;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .footer-menu__col:not(:first-child) {
    padding-top: 2rem;
  }

  .footer-parthners {
    order: 3;
    padding-top: 3rem;
  }

  .footer-parthners__payingsystems .slick-dots li button {
    width: 0.5rem;
    height: 0.5rem;
  }

  .footer-parthners__payingsystems .slick-dots button:before {
    width: 0.5rem;
    height: 0.5rem;
  }

  .footer-parthners__payingsystems .slick-dots li.slick-active button:before {
    width: 0.5rem;
    height: 0.5rem;
  }

  .footer-parthners__payingsystems li button {
    padding: 0;
  }
}

@media screen and (max-width: 989px) and (min-width: 480px) {
  .month-wrapper {
    width: 26rem !important;
  }

  .date-picker-wrapper {
    padding-top: 3rem;
  }

  .month2 .month-element:last-child {
    top: -1rem;
  }
}

@media screen and (min-width: 990px) and (max-width: 1093px) {
  .booking-transport {
    flex-wrap: wrap;
  }
  .booking-transport__btn {
    position: absolute;
    right: 3%;
    bottom: -10%;
  }

  .desktop-booking svg {
    display: none;
  }
}

@media screen and (max-width: 955px) {
  .tourists__select__transport {
    margin-top: -2rem;
  }
  .booking-transport__btn {
    bottom: -10%;
  }
}

@media screen and (max-width: 480px) {
  .month1 {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .reviews-rating__details {
    margin-bottom: 4rem;
  }
  .reviews-rating__btn {
    text-align: center;
  }

  .reviews-rating__send {
    font-size: 1.4rem;
    padding: 0.8rem 1.8rem;
  }

  .about-nav__profile {
    padding-left: 0;
  }
  .footer-parthners,
  .footer-menu {
    flex-direction: column;
  }

  .about-content {
    max-width: 87vw;
  }

  .about-content__orders {
    max-width: 100%;
  }
  .profile-modal__payed__btns {
    font-size: 1.4rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
    gap: none;
    justify-content: space-between;
  }

  .profile-modal__details__payed {
    padding: 0 !important;
    width: 100%;
  }

  .profile-modal__payed__docs,
  .profile-modal__payed__cancel {
    padding: 0.6rem 2rem;
  }

  .profile-modal__payed__docs {
    padding: 0.8rem 2rem;
  }

  .profile-modal__payed__cancel {
    border: 0.2rem solid var(--main-color);
  }

  .profile-modal__details__title {
    padding: 0;
    width: 89vw;
    margin: 0 auto;
  }
  .profile-details__maininfo {
    max-width: none;
    /* width: 89vw; */
    width: 100%;
  }
  .profile-details__subinfo {
    /* width: 89vw; */
    width: 100%;
  }

  .profile-touristinfo__content__edit {
    width: 1.9rem;
    right: 2.5rem;
  }

  .profile-touristinfo__content__edit img {
    width: 100%;
  }

  .profile-details__touristinfo__title {
    font-size: 1.4rem;
    gap: 0.5rem;
    justify-content: flex-start;
  }

  .profile-touristinfo__title__item {
    width: 17%;
  }
  .profile-details__touristinfo__content {
    justify-content: flex-start;
  }

  .profile-touristinfo__content__item {
    font-size: 1.4rem;
    width: 18%;
  }

  .profile-details__subinfo {
    flex-direction: row;
    gap: 1rem;
  }
  .profile-subinfo__block {
    width: 50%;
    font-size: 1.4rem;
  }
  .profile-details__maininfo__params {
    gap: 0.5rem;
  }
  .profile-details__maininfo__params,
  .profile-details__maininfo__price,
  .profile-details__maininfo__dates {
    font-size: 1.4rem;
  }

  .profile-details__maininfo__dates {
    font-size: 1.4rem;
  }
  .profile-details__maininfo__title {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
  }

  .profile-modal__details__timeforpay {
    margin-top: 0.5rem;
  }
  .profile-details__inner {
    padding: 1.5rem;
  }

  .profile-details__btn {
    padding: 0.4rem 1.7rem;
  }

  .profile-details__btn__cancel,
  .profile-details__btn__check {
    border: 0.2rem solid var(--main-color);
  }

  .profile-details__btns__row {
    justify-content: space-between;
  }
  .profile-details__btn__pay {
    order: 2;
    justify-self: center;
  }

  .profile-details__separator {
    display: none;
  }
  .profile-details__btn {
    font-size: 1.4rem;
  }

  .profile-details__inner {
    /* height: 100%; */
    height: none;
  }
  .profile-modal__details__lastprice,
  .profile-modal__details__nowpayed {
    min-width: 38%;
    max-width: 50%;
    line-height: 1.5rem;
    font-size: 1.4rem;
  }

  .profile-details__row {
    padding: 0;
    gap: 1rem;
    margin-bottom: 1.5rem;
    overflow-x: auto;
  }

  .profile-modal__details__block {
    padding: 1.5rem;
  }

  .profile-details__block__value {
    width: 11rem;
  }

  .profile-details__title__wrapper {
    margin-bottom: 3.3rem;
  }

  .about-timetocancel__time {
    font-size: 1.6rem;
  }

  .profile-details__ordernum {
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
    order: 0;
  }
  .profile-details__status {
    font-size: 1.4rem;
    order: 2;
  }

  .profile-details__date {
    font-size: 1.4rem;
    margin-right: 2.8rem;
    order: 1;
  }

  .profile-main__data {
    position: relative;
  }
  .profile-avatar__mobile {
    display: block;
    position: absolute;
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 50%;
    right: 1.5rem;
    top: 1.5rem;
  }
  .profile-avatar__mobile img {
    width: 100%;
    border-radius: 50%;
  }

  .profile-data__icon {
    margin-right: 1rem;
  }
  .profile-main__data__edit {
    width: 1.7rem;
  }

  .profile-main__data__edit img {
    width: 100%;
  }

  .profile-data__col {
    gap: 1.5rem;
    min-width: 30rem;
    flex-wrap: wrap;
  }

  .profile-data__addinfo__row {
    max-width: 27rem;
    flex-wrap: wrap;
    gap: 0;
  }

  .profile-data__title {
    max-width: 14rem;
  }

  .profile-data__row {
    font-size: 1.4rem;
  }

  .profile-greetings__title {
    font-size: 1.8rem;
  }

  .profile-greetings__subtitle {
    font-size: 1.4rem;
    line-height: 120%;
  }
  .profile-data__title {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .about-order__footer:not(:has(.about-order__info__forpaying))
    > .about-order__info::after {
    width: 100%;
  }

  .about-nav__profile {
    justify-content: center;
  }

  .form-about_nav__content {
    margin: 0 auto;
  }

  .about-body__date__title {
    display: block;
  }

  .about-order__timetocancel {
    box-sizing: border-box;
    width: 90%;
  }
  .about-status-wrapper {
    white-space: nowrap;
  }
  .about-body__date {
    margin-top: 1.5rem;
  }
  .about-body__num {
    align-items: center;
  }
  .about-order__body {
    font-size: 1.4rem;
  }
  .about-order__details {
    padding: 0.7rem 2rem;
    font-size: 1.4rem;
  }
  .about-body__date {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
  }
  .about-order__footer {
    font-size: 1.4rem;
    width: 100%;
  }
  .about-order__finalprice {
    padding: 0.7rem 1rem;
  }

  .review__inner__rating {
    gap: 1rem;
    /* justify-content: space-between; */
  }

  .cart-info__input__clear {
    right: 0.7rem;
    top: 1.4rem;
  }

  .cart-fulltitle__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
  }

  .review-form__close .btn-cross {
    background-color: var(--main-color);
  }
  .review-form__close .btn-cross::after {
    background-color: var(--main-color);
  }

  .review-form__wrapper {
    overflow: hidden;
  }
  .review-form {
    height: 100vh;
    width: 100%;
    transform: none;
    left: 0;
    top: 0;
    overflow: hidden;
  }

  .review-form__content {
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .review__inner__submit {
    font-size: 1.6rem;
    border: 0.2rem solid var(--main-color);
  }

  .review-form__input {
    font-size: 1.5rem;
  }

  .review-form__input::placeholder {
    font-size: 1.5rem;
  }

  .review__inner__textarea {
    font-size: 1.5rem;
    height: 14rem;
  }
  .review__inner__textarea::placeholder {
    font-size: 1.5rem;
  }

  .review__inner__rating {
    font-size: 1.5rem;
  }
  .jq-star {
    width: 1.5rem !important;
    height: 1.5rem;
  }

  .review-form__bg {
    display: none;
  }

  .card-icon {
    margin-top: 0;
  }
  .card-services_list {
    height: 13rem;
  }

  .card-services_list__twoitems {
    height: 8rem;
  }

  .card_title {
    padding: 0rem 1rem;
  }

  .card-desc {
    padding: 0rem;
  }

  .about-contacts__phones {
    margin-top: 2rem;
  }
  .about-contacts__item__title {
    font-size: 1.8rem;
    line-height: 100%;
  }
  .about-p__head {
    margin-bottom: 1.5rem;
  }

  .about-contacts__item {
    font-size: 1.4rem;
    line-height: 100%;
    padding: 1.5rem;
  }

  .about-contacts__item__p:not(:last-child) {
    margin-bottom: 1rem;
  }

  .about-images {
    margin: 1.5rem auto;
    gap: 1.5rem;
  }
  .about-p {
    font-size: 1.4rem;
    line-height: 100%;
  }

  .about {
    margin-top: -4rem !important;
  }
  .about-nav {
    margin: 0rem auto 2rem auto !important;
  }
  .form-about-content__btn {
    padding: 0.5rem 2rem;
  }
  .form-about_nav__content {
    max-width: 85%;
    font-size: 1.6rem;
  }

  .nav-cart__counter__light {
    background-color: #c8e1fb !important;
  }

  .nav-cart__counter {
    left: 2.9rem;
  }

  .modal-lang__active {
    left: 1rem;
  }

  .datepicker_to,
  .datepicker_from {
    width: 9rem;
  }

  .cart-associate__select__arrow svg {
    margin-left: 0.3rem;
  }

  .cart-associate_options__active {
    left: 8.7rem;
  }
  .cart-citizenship_options__active,
  .cart-gender_options__active {
    left: 9.8rem;
  }

  .cart-gender_options__active {
    left: 2.8rem;
  }

  .blog-desc {
    margin-bottom: 4rem;
  }
  .see-all {
    margin-bottom: 3rem;
  }

  .blog-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }

  .post-date {
    font-size: 1.4rem;
  }

  .blog-desc {
    font-size: 1.4rem;
  }

  .filters-clear {
    font-size: 1.2rem;
  }

  .modal-menu__nested {
    margin-top: 1rem;
  }
  .modal-menu__nested__list {
    gap: 1rem;
  }

  .cart-remove {
    right: 2rem;
    top: 1.2rem;
    width: 2rem;
  }

  .paying-tab__erip__payatplace {
    margin-bottom: 1.5rem;
  }
  .paying-tab__payatoffice {
    line-height: 1.7rem;
    gap: 1.5rem;
  }
  .paying-tab__oplati {
    line-height: 1.7rem;
    margin: 1.5rem auto;
  }
  .paying-tab__erip__ordernum__step {
    line-height: 1.7rem;
  }
  .cart-bankaccount__button {
    border: 0.2rem solid var(--main-color);
  }
  .requisite,
  .cart-bankaccount__notation {
    margin-bottom: 1.5rem;
    line-height: 1.7rem;
  }

  .cart-order__bankaccount__select {
    margin-bottom: 1.5rem;
  }
  .paying-tab__bankaccount__num {
    margin-bottom: 1.5rem;
  }
  .ol {
    margin-left: 0rem;
  }
  .paying-tab__erip__ordernum__steps {
    line-height: 1.7rem;
  }

  .paying-tab__erip__qr__steps {
    line-height: 1.7rem;
  }
  .cart-order-wrapper {
    max-width: 90vw;
    width: 90vw;
  }

  .grid-item {
    margin-bottom: 1.5rem;
  }
  .cart-order__notation {
    margin-bottom: 1.5rem;
  }

  .modal-lang__select svg {
    width: 1.2rem;
  }

  .cart-actions__price {
    font-size: 1.4rem;
  }
  .cart-info__row__title {
    margin-right: 0;
  }

  .paying__bankcard__icons {
    gap: 0.8rem;
  }
  .cart-order__continue {
    display: none;
  }

  .step2__notation,
  .step3__notation {
    display: block;
  }

  .cart-order__buttons__desktop {
    display: none;
  }

  .cart-order__buttons__mobile {
    display: flex;
    margin-bottom: 8rem;
  }

  .cart-buttons__next__mobile,
  .cart-buttons__prev__mobile {
    visibility: hidden !important;
  }

  .cart-order__orders {
    gap: 1.5rem;
    margin-bottom: 6rem;
  }
  .cart-order__tourist__select {
    padding: 1.5rem 1rem 1.5rem 1rem;
  }

  .cart-order__item__details {
    gap: 0;
  }
  .cart-orders__item__title {
    margin-bottom: 1.5rem;
    font-size: 2.1rem;
  }

  .cart-orders__item {
    padding: 1.5rem 2.5rem;
  }

  .cart-order-wrapper {
    margin-bottom: 7rem;
  }

  .cart-citizenship-option {
    font-size: 1.4rem;
  }

  .cart {
    overflow-x: hidden;
  }
  .cart-order__nav__arrows {
    bottom: 1.3rem;
  }
  .fixed {
    position: fixed;
    width: 90% !important;
    z-index: 9;
    top: 0;
    padding-bottom: 2rem;
  }

  .cart-order__nav__marker {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 1.6rem;
  }
  .cart-nav__item__current > .cart-order__nav__marker {
    width: 2.1rem;
    height: 2.1rem;
  }

  .step > span {
    white-space: nowrap;
  }
  .grid {
    margin: 0 auto;
  }

  .cart-order__tourists {
    margin-bottom: 8rem;
  }

  .step1__content {
    margin-bottom: 0;
  }

  .cart-order__button {
    border: 0.2rem solid var(--main-color);
  }

  .arrow-stages__prev,
  .arrow-stages__next {
    margin: 0;
  }
  .cart-order__button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .stages-btn__desc {
    display: none;
  }
  .cart-order__tourist__citizenship,
  .cart-order__tourist__gender {
    font-size: 1.4rem;
  }

  .cart-order__tourist__title {
    font-size: 1.4rem;
  }

  .cart-order__input {
    font-size: 1.4rem;
    height: 2.6rem;
  }
  .cart-order__input::placeholder {
    font-size: 1.4rem;
  }

  .cart-order__nav__list::before {
    display: none;
  }

  .step1__marker::after {
    position: absolute;
    content: "";
    height: 0.15rem;
    z-index: -1;
    background-color: var(--main-gray);
    width: var(--step1LineWidth);
    left: 110%;
  }
  .step3__marker::before {
    content: "";
    position: absolute;
    z-index: -10000;
    height: 0.15rem;
    background-color: var(--main-gray);
    width: var(--step3LineWidth);
    right: 2.15rem;
  }

  .fixed > .cart-order__nav__list::before {
    bottom: 7.8rem;
  }

  .cart-nav__item {
    width: 16.3rem;
  }
  .cart-order__notation {
    padding: 1.5rem;
    font-size: 1.4rem;
    width: auto;
    line-height: 1.7rem;
  }
  .cart-order__nav__list {
    width: 81%;
    font-size: 1.4rem;
    gap: 1rem;
    text-align: center;
    /* overflow-x: hidden; */
    padding-bottom: 1rem;
    align-items: end;
    height: 100%;
    /* width: 20rem; */
  }

  .cart-order__nav {
    height: 9.6rem;
    display: flex;
    align-items: end;
    background: #ffffff;
    margin: 0 auto;
  }

  .cart-order-title {
    font-size: 2.4rem;
    line-height: 100%;
    margin-bottom: 0;
  }

  .cart-buttons__prev,
  .cart-buttons__next {
    display: none;
  }

  .cart-order__buttons {
    font-size: 1.4rem;
    justify-content: center;
  }
  .cart-order__button__link {
    padding: 0.7rem 1rem;
    line-height: 100%;
  }

  .cart-order__tourists {
    width: 90vw;
  }
  .cart-order__tourist {
    padding: 1.5rem;
  }

  .leaving-modal__list__title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .leaving-modal__content__list {
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }

  .see-all__cart__item {
    margin-bottom: 3rem;
  }

  .cart-services__all::after {
    transform: rotate(-90deg) scale(0.8);
    width: 3rem;
    height: 1.5rem;
  }

  .cart-item__main {
    margin-bottom: 2rem;
  }

  .cart-item__main__info {
    gap: 2rem;
  }

  .cart-item__info__detail {
    font-size: 1.4rem;
  }

  .cart-item__price {
    order: 2;
    padding-top: 2rem;
    display: flex;
    justify-content: flex-end;
    font-size: 1.8rem;
    margin-bottom: 6rem;
  }

  .cart-item__price::after {
    left: 0;
    margin: 0;
    top: 0;
  }

  .cart-item-wrapper {
    display: flex;
    flex-direction: column;
  }

  .cart-item__services__included {
    font-size: 1.4rem;
    gap: 1rem;
    padding: 1.5rem;
  }

  .cart-item__moving__block {
    padding: 1.5rem;
  }
  .cart-moving__block__title,
  .cart-moving__block__time {
    font-size: 1.4rem;
  }
  .cart-moving__block__date {
    font-size: 1.4rem;
  }

  .cart-item__header {
    padding: 0;
    border: 0;
    margin-bottom: 2rem;
  }
  .cart-item-title {
    font-size: 2.4rem;
  }
  .cart-item__main {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cart-item__main__image {
    width: 87vw;
  }

  .cart-item__services {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
  }

  .cart-item__main__info {
    width: 87vw;
  }

  .cart-item__services__included {
    width: 100%;
  }

  .rating-item__cart {
    display: none;
  }
  .cart-title__counter {
    right: -3rem;
    top: -1rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.8rem;
  }

  .cart-items {
    gap: 1.5rem;
  }

  .cart-title {
    border: none;
    line-height: 80%;
    font-size: 3.5rem;
  }

  .cart-footer__info {
    justify-content: center;
    gap: 1rem;
  }

  .cart-footer {
    margin-bottom: 7rem;
  }
  .cart-footer__price {
    height: 5rem;
  }
  .cart-price__order {
    justify-content: flex-end;
    gap: 2.5rem;
  }
  .cart-price__order__btn {
    font-size: 1.4rem;
    padding: 0.8rem 1.8rem;
  }
  .cart-price__order__value {
    font-size: 1.6rem;
  }
  .cart-price__title {
    display: none;
  }
  .cart-info__prices {
    font-size: 1.4rem;
    width: 87vw;
    max-width: 62rem;
  }
  .cart-item__actions {
    gap: 1rem;
  }
  .cart-info__promocode {
    gap: 1rem;
    margin-bottom: 2rem;
    width: 87vw;
    max-width: 62rem;
  }
  .cart-promocode__btn {
    padding: 0.6rem 1rem;
    font-size: 1.4rem;
    border: 0.2rem solid var(--main-color);
  }
  .cart-promocode__input {
    width: 11rem;
    height: 2.7rem;
    border-radius: 1rem;
    font-size: 1.4rem;
  }

  .cart-promocode__input::placeholder {
    font-size: 1.4rem;
  }

  .cart-items {
    margin-bottom: 3.6rem;
  }

  .cart-chck {
    right: 1.5rem;
    top: 1.5rem;
  }

  .cart-actions__btn {
    /* padding: 0.5rem 3rem; */
    padding: 0.7rem 2rem;

    font-size: 1.4rem;
    border: 0.2rem solid var(--main-color);
  }
  .cart-item__info {
    margin-bottom: 2rem;
  }
  .cart-item__dates {
    margin-bottom: 1rem;
  }
  .cart-item__dates,
  .cart-item__info {
    font-size: 1.4rem;
  }
  .cart-actions__unselect {
    font-size: 1.4rem;
  }
  .cart-item__wrapper {
    padding: 1.7rem 2.5rem;
  }
  .cart-item__actions {
    flex-wrap: wrap;
  }
  .cart-item__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  /* .cart-item {
    width: 32rem;
  } */

  .cart-info__promocode {
    flex-wrap: wrap;
  }
  .cart-footer__price {
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 87vw;
    max-width: 64.5rem;
  }

  .options-transport__desc {
    font-size: 1rem;
  }

  .notification {
    left: 50%;
    transform: translateX(-50%);
    top: 8rem;
    bottom: auto;
    max-width: 30.5rem;
    min-width: 25rem;

    padding: 1.7rem 2.5rem;
    font-size: 1.4rem;
  }

  .notification > img {
    width: 2rem;
  }

  .cookies {
    bottom: 7rem;
  }

  .cookies-wrapper {
    width: 81vw;
    min-width: 20rem;
    height: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.5rem;
  }

  .cookies-desc {
    font-size: 1.4rem;
    order: 0;
    margin-bottom: 1rem;
  }
  .cookies-image {
    order: 2;
  }
  .cookies-image > img {
    width: 10.4rem;
    transform: translateY(0rem);
  }

  .cookies-btn {
    order: 3;
    font-size: 1.8rem;
  }

  .cookies-btn {
    border-radius: 1rem;
    border: 0.2rem solid var(--main-color);
  }
  .cookies-btn__link {
    padding: 0.5rem 2rem;
  }

  .not-found__bg__wrapper {
    max-width: 34rem;
  }

  .not-found__desc {
    font-size: 1.4rem;
  }
  .not-found__image__desktop {
    display: none;
  }
  .not-found__image__mobile {
    display: block;
  }

  .datepicker-transport_from {
    width: 8rem;
  }

  .tourists-transport-options {
    top: 1rem !important;

    min-width: 20rem !important;
    max-width: 20rem;
  }

  .single-month .month1 .month-element:last-child {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }

  .two-month__from .month1 .month-element:last-child {
    /* transform: translateX(-50%); */
    left: 10%;
    bottom: -1.5rem;
  }

  .booking-transport__destination {
    justify-content: space-between;
    width: 80vw;
    gap: 1rem;
  }

  .booking-transport__destination__separator {
    display: none;
  }

  .booking-transport__check > span {
    margin-left: 1rem;
  }
  .date-transport svg {
    width: 2rem;
    height: 2rem;
  }

  .date-transport__separator {
    transform: translateY(-3rem);
    position: absolute;
    left: 50%;
    top: 41%;
    transform: translate(-50%, -50%);
  }

  .tourists__select__transport {
    margin-top: -2rem;
  }

  .date-transport__to__details__oneway > input {
    width: 11rem;
  }

  .booking-transport {
    width: 100%;
    font-size: 1.2rem;

    gap: 2.5rem;
  }
  .booking-transport__btn {
    bottom: -37%;
    right: 0;
  }

  .booking-transport__search,
  .booking-transport__search .find-form__input {
    max-width: 12rem;
  }

  .find-rorm__input {
    border-bottom: 0.1rem solid var(--main-gray) !important;
  }

  .booking-date__transport {
    justify-content: space-between;
    width: 100%;
    gap: 0;
    margin-bottom: 2.5rem;
  }

  .modal-rate__day {
    padding-left: 0;
    font-size: 1.4rem;
  }

  .leaving-service__image {
    min-width: 3rem;
    max-width: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .leaving-service__image > img {
    width: 2.5rem;
  }

  .placechess-notation__wrapper__modal {
    gap: 1rem;
  }

  .menu__active::after {
    content: url("/assets/images/menu__active.png");
    position: absolute;
    background-position: 0%;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .booking-sort__tab {
    display: flex;
  }

  .booking-sort_type {
    visibility: hidden;
  }

  .chck > span::before {
    margin-right: 0;
  }

  .dp-clearfix {
    display: none;
  }

  .month-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    margin: 0 auto;
  }

  .month-element {
    font-size: 1.8rem;
  }

  .week-name > th {
    font-size: 1.6rem;
  }

  .date-picker-wrapper {
    max-width: 75vw;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .month-wrapper {
    margin-left: 0.5rem;
  }

  .nav-booking:hover {
    box-shadow: none;
  }

  .leaving-modal__title {
    font-size: 2rem;
  }

  .leaving-service__desc {
    font-size: 1.4rem;
  }

  .leaving-modal__wrapper {
    /* top: 0; */
    top: 60%;
    height: 100%;
    border-radius: 0;
  }

  .leaving-modal__description {
    margin-bottom: 20rem;
    font-size: 1.6rem;
  }

  .leaving-modal__image {
    width: 100%;
  }

  .leaving-modal__images {
    width: 90vw;
    /* height: 18rem; */
    height: 100%;
  }

  .leaving-modal__info {
    width: 87vw;
  }

  .leaving-modal__table {
    min-height: 15rem;
    margin-bottom: 2rem;
  }

  .month1 .month-element:last-child {
    display: block;
    position: absolute;
    bottom: -1.6rem;
    left: 1rem;
    font-weight: 600;
    color: #c8e1fb;
  }
  .days-сount {
    text-align: right;
  }

  .week-name {
    font-size: 1.8rem;
  }

  .card-rate {
    font-size: 1.4rem;
    margin-left: 0.5rem;
  }
  .card-select_options {
    top: 3rem;
    left: 0;
  }

  .placechess-wrapper {
    margin: 0 auto;
  }
  .placechess-title {
    line-height: 5rem;
    font-size: 3.2rem;
    margin-top: 5rem;
    margin-bottom: 4rem;
  }

  .placechess-rooms__mouth {
    text-align: left;
  }

  .placechess-rooms__item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .placechess-rooms__items {
    max-width: 10rem;
  }
  .details-description__medical {
    grid: none;
  }

  .see-all__icon {
    width: 1.5rem;
    margin-right: 1rem;
  }
  .see-all__desc {
    font-size: 1.4rem;
  }
  .popularoffers-region {
    margin-bottom: 28rem;
  }

  .find-form__region {
    margin-bottom: 2.5rem;
  }

  .find-form__search {
    margin-bottom: 2rem;
  }

  .find-form__search {
    max-width: 78vw;
  }
  .find-form__params {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .find-form__content {
    padding: 2rem 1.5rem 2rem 1.5rem;
  }

  .booking-options__search {
    left: -55%;
    transform: translateX(50%);
  }

  .popularoffers-slider {
    margin: 0rem auto 3rem auto;
    max-width: 30rem;
  }

  .popularoffers-block {
    max-width: 100%;
  }
  .popularoffers-map {
    transform: scale(0.5);
    top: 0rem;
  }
  .popularoffers-slide {
    width: 14rem;
    height: 9rem;
  }

  .popularoffers-desc__span {
    font-size: 3rem;
    line-height: 2.7rem;
  }
  .filter-title {
    margin-left: 0.5rem;
  }

  .modal-booking_filter {
    align-self: center;
    padding: 1.6rem 1.5rem 0rem 1.5rem;
    margin-top: 13rem;
    margin-bottom: 7rem;
  }

  .booking-filter_tab__title {
    font-size: 1.8rem;
  }

  .checkbox-title {
    font-size: 1.4rem;
    margin-left: 1rem;
  }

  .checkbox {
    border-radius: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }

  .booking-filter_details {
    padding-top: 2.5rem;
  }

  .filter-check:not(:first-child) {
    margin-top: 1rem;
  }

  .booking-sort_options {
    display: block;
    top: 3rem;
    left: -10rem;
  }
  .icon-filter {
    width: 2.5rem;
  }

  .booking-filters_wrapper {
    font-size: 1.4rem;
    max-width: none;
    width: 100%;
  }

  .booking-filters {
    margin: 0 auto 3rem auto;
  }

  .main-arrow {
    width: 1.2rem;
    height: 1.2rem;
  }
  .showmore {
    margin: 0rem auto 3.5rem auto;
  }
  .showmore-btn {
    padding: 0.2rem 1.6rem;
  }

  .card-title__span {
    font-size: 2rem;
    line-height: 86%;
  }
  .card-marker {
    top: 15.5rem;
    left: 2rem;
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
  }

  .icon-favourites-filled {
    width: 2.3rem;
    height: 2.1rem;
  }

  .card_image {
    max-width: 87vw;
    max-height: 20rem;
    margin: 0 auto;
  }
  .card_services {
    /* max-width: 29rem; */
    max-width: 87vw;
    min-width: 87vw;

    margin: 0 auto;
  }

  .card-details_link {
    padding: 0.8rem 2.1rem;
  }

  .card_image .slick-list .slick-track .slick-slide {
    max-width: 87vw;

    height: 20rem;
  }

  .card-service_item__icon {
    min-width: 2.6rem;
    max-width: 2.6rem;

    justify-content: flex-start;
  }

  .card_title {
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 87vw;
    line-height: 2.4rem;
    height: 4.6rem;
  }
  .item-card_actions {
    max-width: 86vw;
    padding: 1rem 0rem;
  }
  .modal-actions__rates span {
    font-size: 1.6rem;
  }

  .modal-nav__back {
    left: 1.5rem;
  }

  .modal-actions__rates span {
    margin: 0;
  }

  .modal-rates {
    font-size: 1.4rem;
  }

  .modal-actions__rates {
    margin: 16.7rem 1.5rem 0rem 1.5rem;
  }
  .modal-rates__rate {
    grid-column: 1 / 11;
  }

  .modal-rates__buy,
  .modal-rates__sell {
    margin: 0;
    grid-column: 1 / 11;
  }

  .right-modal__bg {
    width: 0%;
  }
  .right-modal__content {
    width: 100%;
  }

  .modal-nav {
    left: unset;
    right: 2rem;
  }
  .modal-menu {
    margin: 15rem 0rem 0rem 0rem;

    padding-left: 3rem !important;
  }

  footer {
    padding: 1.5rem !important;
    padding-left: 2.1rem !important;
    padding-right: 2.1rem !important;
    margin: 3.4rem auto 5rem auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: hidden;
  }

  .footer-icons {
    padding-top: 4.3rem;
    gap: unset;
    justify-content: space-between;
    width: 100%;
  }
  .footer-icon {
    min-width: 2.2rem;
    height: 2.2rem;
  }
  .footer-copyriht {
    margin-top: 3.5rem;
    font-size: 1.2rem;
    align-self: center;
  }

  /* .footer-parthners__payingsystems .slick-list .slick-track {
    display: flex;
    gap: 1rem;
  } */

  nav {
    max-width: 90%;
    justify-content: space-between;
  }
  .nav-menu {
    left: 0;
  }
  header {
    max-width: 96vw;
    margin-bottom: 4rem;
  }
  .header-logo {
    /* margin-left: 1.5rem; */
    width: 9rem;
    height: 3.5rem;
  }
  .header-burger {
    justify-content: center;
  }

  .nav-search {
    grid-column: 4 / 8;
  }

  .nav-search a svg {
    width: 2.2rem;
    height: 2.2rem;
  }
  .nav-favourites a svg {
    width: 2.4rem;
    height: 2.5rem;
    margin: 0 auto;
  }

  .nav-cart {
    grid-column: 10 / 14;
  }

  .nav-booking {
    width: 100%;
    grid-column: 18 / 21;
  }
  .mobile-booking {
    width: 100%;
  }

  .mobile-booking svg {
    width: 100%;
  }
  .nav-favourites {
    grid-column: 22 / 29;
  }

  .nav-auth {
    grid-column: 31 / 35;
  }

  .booking-form__details {
    height: 23rem;
  }
  .booking-form__content__details {
    padding: 1.4rem 1.5rem 3.6rem 1.5rem;
  }

  .booking-form__params {
    margin-top: 0;
  }

  .params__name__details {
    grid-column: 1 / 26;
  }

  .date__from__details {
    grid-column: 1 / 5;
  }

  .date__to__details {
    grid-column: 19 / 26;
  }

  .tourists__details {
    grid-column: 1 / 9;
  }

  .citizenship__details {
    grid-column: 1 / 24;
    grid-row: 4;
  }
  .search-btn__details {
    grid-column: 16 / 26;
  }

  .dash__details {
    grid-column: 5 / 19;
  }

  .reviews-rating,
  .reviews-comments {
    width: 87vw;
  }

  .review-comments__comment {
    padding: 2rem 1.5rem;
    width: initial;
  }

  .reviews-comments__wrapper {
    gap: 1.5rem;
  }

  .chk-radio {
    font-size: 2rem;
    line-height: 1.1;
  }

  input[type="radio"] {
    width: 2rem;
    height: 2rem;
    border: 0.1rem solid var(--main-blue-light);
    transform: translateY(-0.075em);
  }

  input[type="radio"]::before {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
  }

  .card-details_link__light {
    padding: 0.6rem 9.8rem;
  }

  .item-card_actions__singlebtn {
    margin-top: 1.5rem;
    padding: 0;
  }

  .booking-filters__profile {
    margin-bottom: 0rem;
  }

  .profile-modal__edit__title {
    font-size: 2rem;
    line-height: 100%;
  }

  .profile-modal__btns {
    font-size: 1.6rem;
    max-width: 87vw;
    margin: 1.5rem auto 0 auto;
    justify-content: space-between;
  }

  .profile-modal__btn {
    padding: 0.7rem 2rem;
  }

  .proifle-edit__password,
  .profile-edit__maininfo {
    padding: 1.5rem;
  }

  .tourist-modal__edit__content,
  .profile-modal__edit__content {
    gap: 1.5rem;
  }

  .footer-menu::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: -20rem;
    z-index: 10;
    height: 0.15rem;
    background: #ffffff;
    width: 100rem;
  }

  .footer-menu::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -20rem;
    z-index: 10;
    height: 0.1rem;
    background: #ffffff;
    width: 100rem;
  }

  .popularoffers-slider .slick-dots li {
    display: none;
  }

  .popularoffers-slider .slick-dots li.slick-active {
    display: inline-block;
  }

  .popularoffers-slider .slick-dots .before,
  .popularoffers-slider .slick-dots .after {
    display: inline-block;
  }
}

@media screen and (min-width: 990px) {
}

.cart-order__tourists__hide {
  display: none;
}

@media screen and (max-width: 506px) {
  .profile-details__btns__row {
    justify-content: center;
  }
  .profile-details__btn__cancel {
    order: 1;
    margin-bottom: 2rem;
  }
  .profile-details__btn__check {
    margin-bottom: 2rem;
    margin-right: 2rem;
    order: 0;
  }

  .profile-details__btn__pay {
    position: relative;
  }

  .profile-details__btn__pay::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -85%;
    transform: translateY(-50%);
    width: 70%;
    height: 0.15rem;
    background: #e9f3fd;
  }

  .profile-details__btn__pay::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -85%;
    transform: translateY(-50%);
    width: 70%;
    height: 0.15rem;
    background: #e9f3fd;
  }
}

.pm-main__link {
  display: flex;
  font-size: 1.6rem;
  max-width: 87vw;
  margin: 0 auto;
  color: var(--main-color);
  margin-bottom: 2rem;
  text-decoration: underline;
}
.nav-course ul {
  list-style-type: none;
  color: #ffffff;
  position: absolute;
  font-size: 1.3rem;
  width: fit-content;
  line-height: 1.4rem;
  padding: 0;
  margin-top: -2rem;
  margin-left: 1rem;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .nav-course ul {
    font-size: 1rem;
    margin-left: -1rem;
  }
}

.header-fixed .nav-course ul {
  color: #b0b5bd;
}
header .nav-course ul {
  color: #fff;
}
/* .header-fixed  .header-phone{
  color: var(--main-color);
} */

/* .header-phone .footer-phone__desc a:not(:first-child){
  display: none;
} */
/* main:not(.main) .header-phone{
  color: var(--main-color);
} */

@media screen and (max-width: 990px) {
  .nav-course {
    display: none;
  }
}

.fil19 {
  fill: #fefefe;
}
.fil0 {
  fill: #fefefe;
}
.fil8 {
  fill: #ffd500;
}
.fil6 {
  fill: #fdc400;
}
.fil7 {
  fill: #f7a707;
}
.fil9 {
  fill: #f2a0c5;
}
.fil15 {
  fill: #ef7f1a;
}
.fil10 {
  fill: #c5a6cf;
}
.fil5 {
  fill: #ba3e7c;
}
.fil18 {
  fill: #b83e7c;
}
.fil12 {
  fill: #9fd3c5;
}
.fil13 {
  fill: #8dbf2d;
}
.fil17 {
  fill: #7dbaa9;
}
.fil11 {
  fill: #4dbfee;
}
.fil4 {
  fill: #6d2f85;
}
.fil14 {
  fill: #0da341;
}
.fil2 {
  fill: #00a0e3;
}
.fil3 {
  fill: #005898;
}
.fil1 {
  fill: #293c7b;
}
.fil16 {
  fill: #263162;
}
.fil105 {
  fill: none;
}
.fil103 {
  fill: #fdc507;
}
.fil108 {
  fill: #ed73a7;
}
.fil102 {
  fill: #fdd746;
}
.fil104 {
  fill: #f0a1c3;
}
.fil107 {
  fill: #fbf07e;
}
.fil100 {
  fill: #f4e60d;
}
.fil1012 {
  fill: #a1d4c6;
}
.fil101 {
  fill: #aaca47;
}
.fil106 {
  fill: #90bf2d;
}
.fil1010 {
  fill: #78c5b7;
}
.fil109 {
  fill: #5fc6f1;
}
.fil1014 {
  fill: #6bb536;
}
.fil1013 {
  fill: #21a73f;
}
.fil1011 {
  fill: #0f8bc6;
}


@media screen and (max-width: 990px) {
  .current-booking-data {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  .current-booking-data {
    display: flex;

    flex-direction: column;
    gap: 1rem;
    position: fixed;
    bottom: 1.6rem;
    right: 3.6rem;
    padding: 2rem;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    border-radius: 1.5rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #b0b5bd;
    width: 23.7rem;
    gap: 1rem;

    box-sizing: border-box;
    z-index: 5;
  }

  .booking-data__persons,
  .booking-data__dates {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1900px) {
  .card-rate__select__modal {
    width: 80.7rem;
    max-height: 38.3rem;
    padding: 1.7rem;
    left: -70%;
    /* height: fit-content; */
  }
  .card-rate__select ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
  }
  .rate-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.7rem;
    border-radius: 0;
    gap: 2rem;
  }

  .rate-info:not(:last-child) {
    border-bottom: 0.2rem solid #e9f3fd;
  }

  .card-rate__title {
    max-width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.7rem;
  }

  .card-rate__info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 50%;
  }

  .card-rate__btn {
    padding: 1rem 4.2rem;
    background-color: var(--main-color);
    color: #ffffff;
    font-size: 2rem;
    box-sizing: border-box;
    border: none;
    outline: none;
  }

  .rate-title__name {
    font-weight: 800;
    font-size: 2rem;
    line-height: 110%;
  }

  .card-rate__price {
    display: flex;
    align-items: center;
    color: var(--main-color);
    font-weight: 800;
  }
}

@media screen and (max-width: 1900px) {
  .card-rate__select__modal {
    width: 100%;
    max-height: 38.3rem;
    padding: 1.7rem;
    left: -2rem;
    /* height: fit-content; */
  }
  .card-rate__select ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
  }
  .rate-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 1.5rem 0rem 2rem 0rem;
    border-radius: 0;
    gap: 2rem;
  }

  .rate-info:not(:last-child) {
    border-bottom: 0.2rem solid #e9f3fd;
  }

  .card-rate__title {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .card-rate__info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  .card-rate__btn {
    padding: 0.8rem 2rem;
    background-color: var(--main-color);
    color: #ffffff;
    font-size: 1.4rem;
    box-sizing: border-box;
    border: none;
    outline: none;
  }

  .rate-title__name {
    font-weight: 800;
    font-size: 2rem;
    line-height: 110%;
  }

  .card-rate__price {
    display: flex;
    align-items: center;
    color: var(--main-color);
    font-weight: 800;
  }
}

@media screen and (max-width: 768px) {
  .card-rate__select__modal ul {
    padding: 0;
  }

  .card-rate__select__modal {
    left: -1rem;
  }
  .nav-calls.cu-p{
    display:none;
  }
}

.rate-modal-info__block {
  margin-bottom: 4rem;
}
.rate-modal__title {
  font-size: 3.5rem;
  max-width: 100%;
  padding-bottom: 1rem;
}

.card-rate__accept {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.card-rate__accept > .card-rate__price {
  font-size: 3.5rem;
}

.card-rate__accept > .card-rate__btn {
  padding: 1rem 3.8rem;
  font-size: 2rem;
}


/* номера */
.header-phone {
  grid-column: 14 / 21;
  width: max-content;
  color: #fff;
}
.header-phone .footer-phone__desc {
  font-size: 2rem;
}


.header-phone .footer-worktime__time{
  display: none;
}
.header-phone .footer-worktime__phone .footer-phone__desc a:not(:first-child),
.header-phone .footer-worktime__phone .footer-phone__desc br:not(:first-child)
{
  display: none;
}

.beltur{
 
  width: 80px;
  height: 42px;
}

.beltur img{
  width: 100%;
}
.beltur:hover{
  display: block;
  visibility: visible;
  opacity: 1;
}
.beltur:hover .beltur::before{
  content: unset
}

.nav-calls {
  grid-column: 15/21;
  font-size: 20px;
  width: fit-content;
  max-width: fit-content;
  border: 3px solid #fff;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-calls span{
  margin-right: 15px;
}

.header-fixed .nav-calls, main:not(.main) .nav-calls{
  border: 0.3rem solid var(--main-color);
  background: #ffffff;
}

.header-fixed .nav-course li, main:not(.main) .nav-course li{
  color: var(--main-color) !important;
}
.nav-calls:hover {
  box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1400px) {
  .nav-course ul {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .nav-calls {
    font-size: 17px;
  }
}
@media screen and (max-width: 1093px) {
  .nav-menu {
    margin-left: 0rem;
  }
}
/* End */


/* Start:/local/templates/travelsoft_copy/css/guide.css?16799058226875*/
.slick-track {
  transition: none;
}
.guide-dots .slick-list .slick-track {
  gap: 1rem;
}
.guide {
  /* margin-top: 13rem; */
  max-height: 95.4rem;
}

.guide-slide__wrapper {
  color: var(--main-font-color);

  width: 129rem;
  height: 49.5rem;
  /* padding: 0rem 2rem; */
}

.guide-slide {
  /* background-image: url("/local/templates/travelsoft_copy/css/../images/slide.jpg"); */
  background-image: url("/local/templates/travelsoft_copy/css/../images/slide.webp");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  position: relative;
  display: flex;
}

.slick-active .guide-slide:hover {
  box-shadow: inset 0px 0px 4rem rgba(0, 0, 0, 0.4);
}

.guide-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(0.8);
  border-radius: 1.5rem;
}

.guide-slide__desc {
  transition: visibility 0.3s linear, opacity 0.3s linear;
  visibility: hidden;
  opacity: 0;
  font-size: 9.4rem;
  max-width: 93rem;
  line-height: 86.4%;
  padding: 0rem 0rem 7rem 8rem;
  align-self: flex-end;
  z-index: 10;
}
.guide-slide__nav {
  position: absolute;
  bottom: 3.5rem;
  right: 3.5rem;
  display: flex;
  z-index: 11;
  gap: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}

.guide-nav__item {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
  border-radius: 1.5rem;
}

.guide-nav__item svg path {
  fill: #ffffff;
}

.guide-nav__item:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.guide-nav__left svg {
  transform: rotate(180deg);
}
.guide-nav__right svg {
  transform: rotate(180deg);
}

.guide-nav__left svg,
.guide-nav__right svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -2px;
}
.guide-nav__left {
  transform: rotate(-90deg);
}

.guide-nav__right {
  transform: rotate(90deg);
}

/* .slick-dots {
  display: flex;
  justify-content: center;
} */

/* .slick-dots li {
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  border: 0.25rem solid var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
} */

.guide-carousel .slick-list .slick-track {
  display: flex;
  gap: 4rem;
}

.guide-carousel .slick-dots li button::before {
  color: var(--main-color);
  opacity: 1;
  top: 0.55rem;
  left: 0.55rem;
}

.guide-carousel .slick-dots::before {
  contain: "";
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
}
.slick-dots::before {
  contain: "";
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
}

.guide-carousel .slick-dots .slick-active {
  background-color: var(--main-color);
}
.guide-carousel .slick-dots .slick-active button::before {
  color: #ffffff;
  opacity: 1;
}

.dots-slide__wrapper {
  padding: 20px 0px;
}
.slick-current .guide-slide .guide-slide__desc,
.slick-current .guide-slide .guide-slide__nav {
  visibility: visible;
  opacity: 1;
}

.slick-current .dots-slide .dots-marker {
  background-color: var(--main-color);
}
.slick-current .dots-slide .dots-marker::before {
  background-color: #ffffff;
}

.guide-dots__wrapper {
  max-width: 100%;
  position: relative;
}
.guide-dots {
  max-width: 129rem;
  margin: 4.5rem auto 0 auto;
}

.guide-dots .slick-list {
  padding: 0 !important;
}
.guide-dots__wrapper::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 0.25rem;
  background-color: var(--main-color);
  top: 3.7rem;
}
.dots-desc {
  margin-top: 2rem;
  font-size: 2rem;
  max-width: 25rem;
}

.dots-marker {
  width: 3.7rem;
  height: 3.7rem;
  border: 3px solid var(--main-color);
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
}
.dots-marker:hover {
  box-shadow: 0px 3px 4px rgba(38, 75, 135, 0.25);
}
.dots-marker:hover::before {
  box-shadow: 0px 3px 4px rgba(38, 75, 135, 0.25);
}

.dots-marker::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background-color: var(--main-color);
  border-radius: 50%;
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
}

@media screen and (max-width: 1280px) {
  .guide {
    display: flex;
    flex-direction: column;
    /* margin-top: 19rem; */
  }
  .guide-carousel {
    max-width: 119.5rem;
    width: 95%;
    float: right;
    align-self: flex-end;
  }
  .guide-dots {
    margin-top: 4.2rem;
  }
  .guide-slide__wrapper {
    max-width: 92rem;
  }
  .guide-dots__wrapper {
    max-width: 119.3rem;
    width: 95%;
    align-self: flex-end;
  }
  .guide-dots__wrapper::before {
    top: 8rem;
    max-width: 97%;
    right: 0;
  }
  .guide-slide__desc {
    font-size: 8rem;
    padding: 22.4rem 0rem 5rem 6.5rem;
  }
  .guide-nav__item {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
  }
}

@media screen and (max-width: 990px) {
  .guide-carousel {
    width: 95%;
  }
  .guide-slide__wrapper {
    max-width: 78rem;
  }
  .guide-dots__wrapper {
    /* max-width: 119.3rem; */
    max-width: 100%;
    align-self: flex-end;
  }
  .guide-slide__desc {
    font-size: 6rem;
    padding: 22.4rem 0rem 5rem 6.5rem;
  }
  .guide-nav__item {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .guide-slide__desc {
    transition: visibility 0.3s linear, opacity 0.3s linear;
    visibility: visible;
    opacity: 1;
    font-size: 9.4rem;
    max-width: 69.6rem;
    line-height: 86.4%;
    padding: 0rem 0rem 7rem 8rem;
    align-self: flex-end;
  }

  .guide {
    margin-bottom: 4rem;
  }
  .guide-carousel {
    width: 96%;
  }
  .guide-carousel .slick-list .slick-track {
    gap: 0.5rem;
  }
  .guide-slide__wrapper {
    width: 25.5rem;
    max-height: 15.5rem;
    /* padding: 0rem 1.3rem; */
    padding: 0rem 0.5rem;
  }
  .guide-dots__wrapper {
    max-width: 96%;
  }

  .guide-dots {
    margin-top: 1.4rem;
  }
  .dots-desc {
    margin-top: 0.5rem;
    line-height: 1.3rem;
    max-width: 15rem;
  }
  .dots-desc span {
    font-size: 1.3rem;
  }
  .dots-marker {
    width: 2rem;
    height: 2rem;
  }
  .dots-marker::before {
    top: 0.5rem;
    left: 0.5rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  .guide-dots__wrapper::before {
    top: 4.3rem;
  }
  .guide-dots__wrapper {
    max-width: calc(95% - 0.4rem);
  }
  .guide-slide__nav {
    display: none;
  }
  .guide-slide__desc {
    font-size: 2rem;
    padding: 0rem 0rem 3rem 1.5rem;
  }
}

@media screen and (max-width: 500px) {
  .guide-slide__desc {
    transition: visibility 0.3s linear, opacity 0.3s linear;
    visibility: hidden;
  }
}

/* End */


/* Start:/local/templates/travelsoft_copy/css/popular.css?16799058008498*/
.popular-wrapper {
  height: 36.5rem;
  margin-top: 12rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);

  grid-template-rows: repeat(7, 1fr);
  column-gap: 3rem;
  max-width: 129rem;
  color: var(--main-font-color);
}

.popular-slider__main {
  display: flex;
  gap: 2rem;
  max-width: 63rem;
  height: 36.5rem;
  grid-column: 1 / 7;
  grid-row: 1 / 8;
}

.popular-slider__main .slick-list .slick-track {
  display: flex;
  /* gap: 3rem; */
  gap: 3.5rem;
}

.popular-main__slide {
  border-radius: 1.5rem;
  background-size: cover;
  width: 63rem;
  height: 36.5rem;
  position: relative;
  overflow: hidden;

  display: flex !important;
  flex-direction: column;
  justify-content: end;
  padding: 3.5rem 3.5rem 5rem 8rem;
}

.popular-main__slide::after {
  content: "";
  background: url("/local/templates/travelsoft_copy/css/../images/popular-1.webp");
  background-size: cover;
  filter: blur(10px) brightness(0.8) contrast(0.6);
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}

.popular-slider__sub .slick-list .slick-track {
  transition: none;
  display: flex;
  gap: 2rem;
}
.popular-main__nav {
  display: flex;
  gap: 1rem;
  justify-content: end;
  position: absolute;
  right: 3.5rem;
  top: 3.5rem;
}

.popular-nav__item {
  width: 5rem;
  height: 5rem;
  border: 2px solid #ffffff;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popular-nav__item:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.popular-nav__item svg {
  width: 1.5rem;
  height: 1.5rem;
}
/* .popular-nav__item svg path {
  stroke: #ffffff;
} */

.popular-nav__left svg {
  transform: rotate(90deg);
}

.popular-nav__right svg {
  transform: rotate(-90deg);
}
.popular-main__price {
  font-size: 2rem;
  margin-top: 3rem;
}
.popular-main__name {
  margin-top: 2.5rem;
  font-size: 3.7rem;
  line-height: 3.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}
.popular-main__actions {
  margin-top: 3.5rem;
  display: flex;
  justify-content: space-between;
  max-width: 47rem;
  width: 100%;
  align-items: center;
  height: 4.5rem;
  min-height: 4.5rem;
}
.main-actions__booking {
  font-size: 2rem;
  height: 100%;
  width: 22rem;
  border: 2px solid #ffffff;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-actions__all {
  font-size: 2rem;
}
.popular-desc {
  grid-column: 7 / 13;
  font-size: 7.4rem;
  line-height: 6.4rem;
  grid-row: 1 / 4;
}
.popular-slider__sub {
  /* grid-column: 6 / 13;
  grid-row: 3 / 5; */

  grid-column: 7 / 13;
  grid-row: 4 / 8;

  display: flex;
  gap: 1rem;

  max-width: 100%;
  align-items: end;
}
.slider-sub__item {
  width: 19rem;
  height: 18.5rem;
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-sub__desc {
  /* position: absolute; */
  /* top: 8rem; */
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  max-width: 15rem;
  /* left: 10%; */
  visibility: hidden;
  opacity: 0;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  box-orient: vertical;
}
.slider-sub__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/local/templates/travelsoft_copy/css/../images/popular-2.webp");
  background-size: cover;
  /*background-position: center;
  top: 0; */
}
.slider-sub__item:hover::after {
  filter: blur(4px);
  transition: filter 0.1s linear;
}

.slider-sub__item:hover .slider-sub__desc {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.2s linear, opacity 0.2s linear;
}

.popular-slider__main .slick-dots li.slick-active button:before {
  color: var(--main-color);
}

@media screen and (max-width: 1280px) {
  .popular-wrapper {
    width: 86%;
  }

  .popular-slider__main {
    width: 54rem;
    max-height: 31.5rem;
  }

  .popular-slider__sub {
    max-width: 52rem;
    height: 15rem;

    grid-column: 7 / 13;
    grid-row: 3 / 8;

    height: 100%;

    align-items: center;
  }

  .popular-desc {
    font-size: 6.4rem;
    line-height: 6.5rem;
  }

  .popular-wrapper {
    width: 85%;
  }

  .popular-nav__item {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
  }
  .popular-nav__item svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .popular-main__slide {
    width: 54rem;
    max-height: 31.5rem;
    padding: 2rem 2rem 4rem 6.4rem;
  }
  .popular-main__price {
    font-size: 1.6rem;
  }
  .popular-main__name {
    font-size: 3.2rem;

    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .main-actions__booking {
    width: 17.6rem;
    font-size: 1.6rem;
  }
  .main-actions__all {
    font-size: 1.6rem;
  }

  .popular-main__actions {
    width: 41.1rem;
  }
  .slider-sub__item {
    width: 16rem;
    height: 16rem;
  }
}

@media screen and (max-width: 1215px) {
  .popular-desc {
    font-size: 4.4rem;
    line-height: 4.5rem;
  }
  .popular-slider__main {
    /* grid-column: 1 / 6; */
    grid-row: 1 / 8;
  }
}

@media screen and (max-width: 990px) {
  .popular-wrapper {
    height: 55rem;
  }
  .popular-wrapper {
    row-gap: 2rem;
  }
  .popular-slider__main {
    grid-column: 1 / 13;
    /* grid-row: 3 / 7; */
    grid-row: 3 / 8;

    /* width: 76rem; */
    max-width: 52rem;

    justify-self: center;

    margin-top: 2rem;
  }

  .popular-main__slide {
    /* width: 76rem; */
    max-width: 52rem;
  }
  .popular-desc {
    grid-column: 1 / 13;
    grid-row: 1 / 1;
    font-size: 3.6rem;
    justify-self: center;
  }
  .popular-slider__sub {
    grid-column: 1 / 13;
    grid-row: 2 / 3;
    justify-self: center;
  }
}

@media screen and (max-width: 768px) {
  .popular-main__actions {
    min-height: 3.5rem;
  }

  .popular {
    margin-bottom: 4rem;
  }
  .popular-slider__sub .slick-list .slick-track {
    gap: 1rem;
  }
  .popular-desc {
    justify-self: center;
    /* width: 30rem; */
    width: 90%;
    grid-row: 1 / 1;
    line-height: 2.8rem;
    margin-bottom: 1.5rem;
  }
  .popular-wrapper {
    height: 40rem;
    margin-top: 0;
    row-gap: 1rem;
    width: 100%;
  }
  .popular-slider__main {
    /* width: 32rem; */
    width: 90%;
    height: 18rem;
    justify-self: center;
    margin-top: 0;
  }
  .popular-slider__sub {
    height: 9rem;
    max-width: 32rem;
    justify-self: center;

    /* display: none; */
  }
  .slider-sub__item {
    height: 9rem;
    /* width: 14rem; */
    width: 15.5rem;
  }
  .popular-main__slide {
    /* width: 29rem; */
    /* width: 32rem; */
    width: 90vw;

    height: 17.2rem;
    padding: 0rem 0rem 1.5rem 1.5rem;
  }
  .popular-main__nav {
    display: none;
  }
  .popular-main__name {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.7rem;
  }
  .popular-main__price {
    font-size: 1.2rem;
  }
  .popular-main__actions {
    align-items: center;
    margin-top: 2rem;
    /* width: 26.1rem; */
    width: 94%;

    height: 3rem;
  }
  .main-actions__all {
    font-size: 1.2rem;
  }
  .main-actions__booking {
    font-size: 1.2rem;
    width: 11.2rem;
    border-radius: 1rem;
  }
  .slider-sub__desc {
    visibility: none;
    opacity: 0;
    /* left: 0%; */

    left: 50%;
    top: 50%;
    /* transform: translate(-50%, -50%); */

    /* top: 3rem; */
  }
  .slider-sub__item {
    visibility: visible;
  }
  .slider-sub__item::after {
    /* filter: blur(4px); */
  }
}

@media screen and (min-width: 370px) and (max-width: 550px) {
  .popular-slider__sub {
    max-width: 89vw;
  }
}

@media screen and (min-width: 551px) and (max-width: 768px) {
  .popular-slider__sub {
    max-width: 70vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  .offers-page {
    display: none;
  }
}

/* End */


/* Start:/local/templates/travelsoft_copy/css/offers.css?17097326427646*/
.offers {
  margin-top: 10.5rem;
  /* background-image: url("/local/templates/travelsoft_copy/css/../images/offers.jpg"); */

  background-image: url("/local/templates/travelsoft_copy/css/../images/offers.jpg");

  background-repeat: no-repeat;
  background-size: cover;
}
.offers-wrapper {
  height: 101.2rem;
  max-width: 129rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  column-gap: 3rem;

  color: var(--main-font-color);
}
.offers-wrapper::after {
  content: "";
  z-index: 0;
  grid-column: 1 / 8;
  grid-row: 1/ 13;
  max-width: 63rem;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  filter: brightness(0.9);
}

.offers-main__slider {
  /* background-color: red; */
  grid-column: 1 / 7;
  grid-row: 5 / 8;
  margin-left: 8rem;
  max-width: 47rem;
  height: 25.5rem;
  z-index: 10;
}
.offers-main__slider .slick-list .slick-track .offers-main__slide {
  width: 47rem;
}

.offers-main__slider h3 {
  font-size: 4rem;
  line-height: 106%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}
.offers-main__slider span {
  display: inline-block;
  margin-top: 4rem;
  font-size: 2rem;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}
.offers-main__nav {
  /* background-color: blueviolet; */
  grid-column: 1 / 7;
  grid-row: 8 / 10;
  height: 5rem;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  column-gap: 1rem;
  align-self: center;
  max-width: 44rem;
  margin-left: 8rem;
  z-index: 10;
}

.offers-detail {
  width: 29.5rem;
  height: 4.8rem;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  /* border-radius: 1.5rem; */
  font-size: 2rem;
  display: flex;
  grid-column: 1 / 7;
}
.offers-nav__left {
  grid-column: 9 /10;
}
.offers-nav__right {
  grid-column: 10 / 11;
}

.offers-nav__left svg {
  transform: rotate(90deg);
}

.offers-nav__right svg {
  transform: rotate(-90deg);
}
.offers-nav__item svg {
  width: 1.5rem;
  height: 1.5rem;
}

.offers-nav__item {
  width: 4.8rem;
  height: 4.8rem;
  border: 2px solid #fff;
  /* border-radius: 1.5rem; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.offers-page {
  grid-column: 12 / 13;
  grid-row: 4 / 6;
  user-select: none;
}

.offers-page span {
  display: inline-block;
  font-weight: 900;
  font-size: 110px;
  line-height: 134px;
  color: transparent;
  -webkit-text-stroke-width: 1.16px;
  -webkit-text-stroke-color: #ffffff;
  /* font-family: MontserratBlack, sans-serif !important; */
  font-family: "MontserratBlack", sans-serif !important;
}
.offers-sub__slider {
  /* background-color: teal; */
  grid-column: 8 / 13;
  grid-row: 6 / 10;
  max-width: 47rem;
  display: flex;
  gap: 3rem;
  align-self: center;
  justify-self: end;
}
.offers-sub__slide {
  width: 22rem;
  height: 22rem;
  background-color: #fff;
  border-radius: 1.5rem;
  background-image: url("/local/templates/travelsoft_copy/css/../images/popular-4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.offers-sub__slider .slick-list .slick-track {
  display: flex;
  gap: 3.1rem;
}

.offers-sub__desc {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  max-width: 15rem;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}

.offers-sub__slide:hover .offers-sub__desc {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
}

.offers-sub__slide:hover::after {
  content: "";
  border-radius: 1.5rem;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: backdrop-filter 0.1s linear;
  backdrop-filter: blur(0.4rem);
}

@media screen and (max-width: 1280px) {
  .offers-main__slider {
    margin: 0;
    margin-left: 7rem;
    min-width: 44rem;
  }
  .offers-main__nav {
    margin: 0;
    margin-left: 7rem;
  }

  .offers-main__slide h3 {
    font-size: 4.8rem;
  }
  .offers-main__slide span {
    font-size: 2rem;
  }
  .offers-page span {
    line-height: 11.7rem;
  }
  .offers-sub__slide {
    width: 16rem;
    height: 16rem;
  }
  .offers-page {
    grid-column: 11 / 12;
  }
  .offers-main__slider .slick-list .slick-track .offers-main__slide {
    width: 47rem;
  }

  .offers-main__nav {
    display: flex;
  }

  .offers-wrapper::after {
    grid-column: 1 / 7;
    min-width: 51rem;
  }
}

@media screen and (max-width: 990px) {
  .offers-main__nav {
    grid-column: 1 / 13;
  }
  .offers-main__slider,
  .offers-main__nav {
    margin-left: 3rem;
  }
  .offers-main__nav {
    justify-self: center;
  }

  .offers-wrapper::after {
    max-width: 85%;
    min-width: 85%;
    grid-column: 1 / 13;
    justify-self: center;
  }

  .offers-main__slider .slick-list .slick-track .offers-main__slide {
    /* width: 60%; */
    gap: 2rem;
  }

  .offers-page,
  .offers-sub__slider {
    z-index: 10;
  }

  .offers-wrapper {
    max-width: 100%;
  }

  .offers-main__slider {
    grid-column: 1 / 13;
    grid-row: 4 / 7;
    justify-self: center;
  }
  .offers-sub__slider {
    grid-column: 1 / 13;
    justify-self: center;
    max-width: 32rem;
    grid-row: 6 / 9;
  }

  .offers-main__slide h3 {
    font-size: 2.2rem;
  }
  .offers-main__slide span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .offers-wrapper::after {
    max-width: 90%;
    width: 90%;
  }
  .offers-main__slide span {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .offers-wrapper {
    max-height: 54.9rem;
    justify-items: center;
  }
  .offers-page span {
    font-size: 4.8rem;
    line-height: 5.9rem;
  }
  .offers {
    margin-top: 0;
  }
  .offers-main__nav {
    grid-column: 1 / 13;
    max-width: 26rem;
    font-size: 1.4rem;
  }

  .offers-main__slider,
  .offers-main__nav {
    margin-left: 0;
  }

  .offers-main__slider {
    max-width: 26rem;
    min-width: auto;
    max-height: 13rem;

    grid-row: 2 / 6;
    align-self: center;
  }

  .offers-main__slide {
    max-height: 15rem;
  }

  .offers-sub__slider {
    grid-row: 6 / 10;
  }

  .offers-main__slider .slick-list .slick-track .offers-main__slide {
    width: 27rem;
  }

  .offers-main__slide {
    max-width: 32rem;
  }
  .offers-main__slide h3 {
    font-size: 2rem;
    max-width: 15rem;
  }
  .offers-page {
    grid-column: 9 / 12;
    grid-row: 2 / 4;
    align-self: center;
  }

  .offers-main__nav {
    grid-row: 10 / 12;
    align-self: center;
  }

  .offers-main__slide {
    font-size: 1.4rem;
  }
  .offers-sub__slide {
    width: 26rem;
  }
  .offers-detail {
    font-size: 1.2rem;
    height: 3.8rem;
    order: 2;
    max-width: 14rem;
  }
  .offers-nav__left {
    order: 1;
  }
  .offers-nav__right {
    order: 3;
  }

  .offers-nav__item {
    height: 3.8rem;
    width: 3.8rem;
  }
  .offers-nav__item svg {
    height: 1.2rem;
    width: 1.2rem;
  }
  .offers-main__nav {
    display: flex;
    justify-content: space-between;
    width: 26rem;
  }
}

/* End */


/* Start:/local/templates/travelsoft_copy/css/blog.css?16799058007089*/
.blog {
  margin-top: 10rem;
  /* height: 69.2rem; */
}
.blog-wrapper {
  max-width: 129rem;
  /* max-height: 63.6rem; */
  color: var(--main-font-color);
  margin-bottom: 8rem;
}

.blog-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  gap: 3rem;
  height: 100%;
}

.blog-left {
  grid-column: 1 / 5;
  grid-row: 1 / 13;
  /* max-height: 62.5rem; */
  max-height: 68.5rem;
  padding: 3rem 0rem;
  overflow-y: hidden;
}

.blog-top {
  grid-column: 5 / 13;
  grid-row: 1 / 7;
  max-height: 32.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-item__content {
  display: flex;
  flex-direction: column;
}

.blog-item__title {
  font-size: 2.7rem;
  line-height: 2.4rem;
  max-height: 7.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-item__desc {
  display: inline-block;
  margin-top: 2.5rem;
  font-size: 2rem;
  line-height: 2.4rem;
  max-height: 41rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-item__btn {
  margin-top: 3.8rem;
  display: flex;
  justify-content: center;
  text-align: center;
  max-width: 14.1rem;
  line-height: 4.9rem;
  font-size: 2rem;
}

.blog-left__content {
  max-width: 28.5rem;
  margin-left: 4.5rem;
}

.blog-top__content {
  max-width: 48rem;
  margin-left: 4rem;
}

.blog-down__content > .blog-item__desc,
.blog-top__content > .blog-item__desc {
  max-height: 10rem;
}

.blog-down {
  grid-column: 5 / 13;
  grid-row: 7 / 13;
  width: 85rem;
  height: 32.6rem;
  flex-direction: row;
  justify-content: flex-start;
}
.blog-down__content {
  justify-content: center;
  margin-left: 4rem;
  max-width: 33.1rem;
}

.blog-down__image {
  width: 40rem;
  height: 100%;
}
.blog-down__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem 0rem 0rem 1.5rem;
}
.blog-left {
  background-color: var(--main-color);
}

.blog-top {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.blog-top::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/local/templates/travelsoft_copy/css/../images/blog-top__bg.webp");
  opacity: 0.8;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(0.6rem) brightness(0.8);
  box-shadow: inset 85rem 28rem 2rem 2rem rgba(48, 100, 184, 0.85);
}

.blog-down {
  background-color: #5b7aab;
}

.blog-nav {
  width: fit-content;
  height: 2.4rem;
  margin: 3.2rem auto;
  position: relative;
}
.blog-nav__pages {
  display: flex;
  font-size: 2rem;
  justify-content: space-between;
  max-width: 70%;
  margin: 0 auto;
  line-height: 2.4rem;
}
.blog-nav__pages p {
  z-index: 2;
}
.blog-pages__num,
.blog-pages__any {
  color: var(--main-gray);
  padding: 0rem 0.75rem;
  /* background-size: 3rem 3rem; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-nav__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 125%;
  height: 100%;
  z-index: 1;
}
.blog-arrow svg {
  width: 1.5rem;
  height: 0.87rem;
  display: flex;
  align-items: center;
}
.blog-arrow__left {
  transform: rotate(0deg);
}

.blog-arrow__right {
  transform: rotate(180deg);
}

.blog-pages__current {
  position: relative;
  color: var(--main-color);
  /* background-color: #c8e1fb; */
  /* border-radius: 50%; */
}

.blog-pages__current::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 3rem;
  height: 3rem;
  background-color: #c8e1fb;
  border-radius: 50%;
}

@media screen and (max-width: 1280px) {
  .blog-item__desc {
    max-height: 30rem;
  }

  .blog-down__content > .blog-item__desc,
  .blog-top__content > .blog-item__desc {
    max-height: 4rem;
  }

  .blog-item__title {
    max-height: 7rem;
  }

  .blog {
    height: 55.4rem;
  }
  .blog-wrapper {
    max-width: 111rem;
    height: 50.6rem;
  }

  .blog-top {
    grid-row: 1 / 8;
    max-height: 22.5rem;
  }
  .blog-down {
    width: 73rem;
    height: 25.3rem;
  }

  .blog-item__title {
    font-size: 2.4rem;
    line-height: 2.2rem;
  }
  .blog-item__desc {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 1.5rem;
  }
  .blog-item__btn {
    margin-top: 3rem;
    font-size: 1.6rem;
    line-height: 3.6rem;
    max-width: 11.9rem;
  }
  .blog-top__content,
  .blog-down__content {
    margin-left: 3.2rem;
  }
}

@media screen and (max-width: 990px) {
  .blog-nav__pages {
    font-size: 1.6rem;
  }
  .blog-pages__current::after {
    width: 2.5rem;
    height: 2.5rem;
  }

  .blog-left {
    max-height: 50.6rem;
  }

  .blog-item__desc {
    max-height: 30rem;
  }

  .blog-down__content > .blog-item__desc,
  .blog-top__content > .blog-item__desc {
    max-height: 4rem;
  }

  .blog-item__title {
    max-height: 7rem;
  }

  .blog-left {
    grid-column: 1 / 8;
  }
  .blog-top {
    grid-column: 8 / 13;
    max-height: 22.5rem;
  }
  .blog-down {
    grid-column: 8 / 13;
    width: 45rem;
    height: 25.3rem;
  }
  .blog-left__content {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .blog-left {
    padding: 0;
  }
  .blog-item__desc {
    max-height: 7rem;
  }

  .blog-down__content > .blog-item__desc,
  .blog-top__content > .blog-item__desc {
    max-height: 4.8rem;
  }

  .blog-item__title {
    max-height: 2.7rem;
  }

  .blog {
    margin-bottom: 5rem;
  }
  .blog-left__content {
    justify-content: space-between;
  }

  .blog-top__content,
  .blog-down__content {
    margin: 0rem 3.2rem;
  }
  .blog {
    margin-top: 5rem;
    height: 20.4rem;
  }
  .blog-wrapper {
    height: 20.4rem;

    margin-bottom: 200px;
  }
  .blog-content {
    display: flex;
    justify-content: flex-end;
    max-width: 95%;
    float: right;
  }

  .blog-content .slick-list .slick-track {
    display: flex;
    gap: 1rem;
  }

  .blog-item {
    width: 21.5rem;
    height: 20.4rem;
  }
  .blog-nav {
    display: none;
  }

  .blog-down__image {
    display: none;
  }

  .blog-item__content {
    align-items: center;
    max-width: 16.5rem;
    height: 90%;
    justify-content: space-between;
  }
  .blog-item__title {
    font-size: 1.4rem;
    line-height: 1.3rem;

    margin-top: 2rem;
  }

  .blog-item__desc {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .blog-item__btn {
    /* margin-top: 2.5rem; */
    margin: 0;
    font-size: 1.2rem;
    line-height: 2.6rem;
    max-width: 16.5rem;
    width: 16.5rem;
  }
}

@media screen and (min-width: 320px) and (max-width: 460px) {
  .blog-item:not(.slick-active) > .blog-item__content {
    visibility: hidden;
  }
}

/* End */


/* Start:/local/templates/travelsoft_copy/css/star-rating-svg.css?1679905800591*/
.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100% ;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow( -2px -2px 2px #888 );
  filter: drop-shadow( -2px -2px 2px #888 );
}

/* End */


/* Start:/local/templates/travelsoft_copy/css/static.css?16799058003400*/
.main-about {
    margin-bottom: 6rem;
    background-position: center;
    height: 55rem;
}

.main.main-about {
    background-position: center;
    position: relative;
}

.main-about .main-descriptions {
    padding-left: 3.5rem !important;
}

.main-about .main-description__h1 {
    margin-left: 0 !important;
    margin-bottom: 2rem !important;
}
.main-about .main-description__h1 h1 {
    font-size: 14rem;
}

.main-about .main-description__span {
    font-size: 2.8rem;
    white-space: nowrap;
}

@media screen and (max-width: 1280px) {
    .main-about .main-description__h1 {
        margin-bottom: 4rem !important;
    }
    .main-about .main-descriptions {
        padding: 0 !important;
        max-width: 87vw;
        margin: 0rem auto 5rem auto;
    }
    .main-about .main-description__span {
      font-size: 2.6rem;
      text-align: end;
      margin-top: -20px;
      max-width: 44rem;
    }
}

@media screen and (max-width: 990px) {
    .main-about .main-description__h1 h1 {
        font-size: 12rem;
    }
    .main-about .main-description__h1 {
        margin-bottom: 3rem !important;
    }
    .main-about .main-descriptions {
        padding: 0 !important;
    }
    /*.main-about .main-description__span {
        max-width: none !important;
    }*/
    .main-about .main-description__span {
        text-align: center;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .main-about {
        height: 30rem;
    }
    .main-about .main-description__h1 h1 {
        font-size: 3.5rem;
        line-height: 100%;
    }
    .main-about .main-description__h1 {
        margin-bottom: 4rem !important;
    }
    .main-about .main-description__span {
        font-size: 1.6rem !important;
        line-height: 110%;
        white-space: inherit;
        margin-top: -30px;
        font-size: 1.8rem;
        font-weight: 300;
    }
    .main-about .main-descriptions{
        max-width: 29rem;
        margin: 8rem auto 4rem auto;
    }
}

.main-about .container {
    box-sizing: border-box;
    min-height: 100%;
}

.main {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    /*url("/local/templates/travelsoft_copy/css/../images/belarusBG.jpg");*/
    background-position: center;
    position: relative;
}

.main-descriptions {
    padding-left: 3.5rem !important;
}

.main-description__h1 {
    margin-left: 0 !important;
    margin-bottom: 2rem !important;
}
.main-description__h1 h1 {
  font-size: 14rem;
}

.main-description__span {
    font-size: 2.8rem;
    white-space: nowrap;
}

@media screen and (max-width: 1280px) {
    .main-description__h1 {
        margin-bottom: 4rem !important;
    }
    .main-descriptions {
        padding: 0 !important;
    }
}

@media screen and (max-width: 990px) {
    .main-description__h1 h1 {
        font-size: 12rem;
    }
    .main-description__h1 {
        margin-bottom: 3rem !important;
    }
    .main-descriptions {
        padding: 0 !important;
    }
    .main-description__span {
        max-width: none !important;
    }
}

@media screen and (max-width: 768px) {
    .main-about {
        height: 30rem;
    }
    .main-description__h1 h1 {
        font-size: 3.5rem;
        line-height: 100%;
    }
    .main-description__h1 {
        margin-bottom: 4rem !important;
    }
    .main-description__span {
        font-size: 1.6rem !important;
        line-height: 110%;
        white-space: inherit;
    }
}
/* End */


/* Start:/local/templates/travelsoft_copy/css/travelsoft_styles.css?168138927530895*/
/*auth modal*/

.auth-form {
  width: 107rem;
  height: 63rem;
  /* background-color: black; */
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  display: flex;
  justify-content: space-between;
  /* backdrop-filter: blur(1.4rem); */
}

.auth-form__nav {
  max-width: 41rem;
  /* position: relative; */
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/local/templates/travelsoft_copy/images/auth-bg.png");
  border-radius: 1.5rem 0rem 0rem 1.5rem;

  color: #ffffff;

  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
}

.greetings {
  line-height: 2.832rem;
  font-size: 3rem;
  width: 34rem;
  height: 4.8rem;
  border-bottom: 0.15rem solid #ffffff;

  margin-top: 2rem;
}

.auth-nav__text {
  max-width: 29.5rem;
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.7rem;
}

.auth-login__link {
  margin-top: 4rem;
}

.auth-login {
  font-size: 2rem;
  padding: 0.8rem 3rem;
  border: 0.25rem solid #ffffff;
}

.authorize-link {
  padding: 1.1rem 3.2rem;
}

.auth-form__registration {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  background-color: var(--bs-body-bg);
}

.auth-form__authorize {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  background-color: var(--bs-body-bg);
}

.auth-form__registration__hide {
  display: none;
}
.auth-form__authorize__hide {
  display: none;
}
/* .auth-form__registration__show {
  display: flex;
} */

/* .auth-form__authorize__show {
  display: flex;
} */

.reg-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.auth-form__close {
  /* height: 9.1rem; */
  align-items: center;
  width: 100%;

  /* display: flex; */
  /* justify-content: flex-end; */
  position: absolute;
  width: 3rem;
  height: 3rem;
  right: 4.5rem;
  top: 4.5rem;
}

.btn-cross {
  width: 3rem;
  height: 0.5rem;
  border-radius: 5rem;
  background-color: var(--main-color);
  margin-right: 5rem;
  transform: rotate(45deg);
  position: relative;
}

.btn-cross::after {
  content: "";

  width: 3rem;
  height: 0.5rem;
  border-radius: 5rem;
  background-color: var(--main-color);
  position: absolute;
  transform: rotate(90deg);
}

.btn-cross::before {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  transform: rotate(45deg);
  top: -1.2rem;
  right: 0;
}

.btn-cross__white {
  background-color: #ffffff;
}

.btn-cross__white::after {
  background-color: #ffffff;
}

.auth-reg-title {
  margin-top: 9.1rem;
  font-size: 3rem;
  line-height: 2.8rem;
}
.auth-reg-desc {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.7rem;
  max-width: 47.5rem;
}

.auth-reg-title,
.auth-reg-desc {
  color: var(--main-color);
}

.reg-form:first-child() {
  margin-top: 3.5rem;
}

.reg-form__input {
  height: 3.9rem;
  width: 51rem;
  border: none;
  border-bottom: 0.15rem solid var(--main-gray);
  margin-top: 2.8rem;
  outline: none;

  color: var(--main-color);
  font-size: 1.8rem;
  font-weight: 700;
}
.reg-form__input_captcha {
  height: 3.9rem;
  width: 51rem;
  border: none;
  margin-top: 2.8rem;
  outline: none;

  color: var(--main-color);
  font-size: 1.8rem;
  font-weight: 700;
}

.reg-form__input__wrong::placeholder {
  color: #fbc8c8 !important;
}

.reg-form__input__wrong {
  border-bottom: 0.15rem solid #fbc8c8;
  color: #fbc8c8;
}

.reg-form__input::placeholder {
  color: var(--main-gray);
  font-size: 1.8rem;
  font-weight: 600;
}
.reg-form__input::-moz-placeholder {
  color: var(--main-gray);
  font-size: 1.8rem;
  font-weight: 600;
}
.reg-form__input::-webkit-input-placeholder {
  color: var(--main-gray);
  font-size: 1.8rem;
  font-weight: 600;
}

.terms {
  display: flex;
  justify-content: center;
  margin-top: 3.8rem;
  max-width: 51rem;
}

.terms__label {
  display: flex;
}

.terms__checkbox {
  transform: translateY(0.3rem);
}

.terms__span {
  color: var(--main-gray);
  font-size: 1.2rem;
  /* margin-left: 2.5rem; */
}

.terms__p {
  color: var(--main-gray);
  font-size: 1.2rem;
}

.reg-input__wrapper {
  position: relative;
}

.show-pass,
.show-pass-confirm {
  width: 2.9rem;
  height: 2.5rem;
}

.show-pass__wrapper,
.show-pass-confirm__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 34px;
  right: 10px;
}

.view-pass {
  width: 2.9rem;
  height: 1.7rem;
}

.term:hover {
  color: black;
}
.term {
  font-size: 1.2rem;
  font-weight: 800;
}

.do-reg {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25.6rem;
  margin-top: 4.8rem;

  height: 4rem;
}

.reg-link {
  line-height: 4.5rem;
  text-align: center;
  width: 100%;
}

.social {
  display: flex;
  justify-content: space-between;
  width: 27rem;
  margin-top: 4rem;
}

.social-text {
  font-size: 1.3rem;
}

.social-icons {
  display: flex;
  gap: 2.26rem;
}

.terms__text {
  font-size: 1.2rem;
}

.terms__text a:hover {
  color: var(--main-color);
}

.social-icon {
  width: 3rem;
  align-self: center;
  text-align: center;
}

.social-icon:hover {
  transform: translateY(-0.5rem);
}

.social-icon__svg {
  height: 2.2rem;
}

.icon-vk {
  width: 3.1rem;
  height: 1.8rem;
}

.icon-google {
  width: 2.2rem;
  height: 2rem;
}

.icon-fb {
  width: 2rem;
  height: 2.25rem;
}

.auth-reg-nav {
  display: none;
}

.forgot-pass {
  color: var(--main-color);
}

.auth-authorize__actions {
  color: var(--main-color);
  display: flex;
  justify-content: space-between;
  margin-top: 3.5rem;
  font-size: 2rem;
  width: 51rem;
  align-items: center;
}

/* .btn-authorize {
  width: 13rem;
} */

/*.authorize-link {
  line-height: 4.3rem;
}*/

.auth-form__nav__authorize {
  order: 2;
  border-radius: 0rem 1.5rem 1.5rem 0rem;
}

@media screen and (max-width: 1280px) {
  .auth-form {
    width: 99rem;
  }
}

@media screen and (max-width: 990px) {
  .header-fixed .nav-booking,
  main:not(.main) .nav-booking {
    border: none;
  }

  .terms__agree {
    font-size: 0.9rem;
  }

  .auth-authorize__actions {
    width: 30rem;
    font-size: 1.6rem;
  }
  .btn-authorize {
    width: 10rem;
    height: 3.3rem;
  }
  .authorize-link {
    padding: 1.1rem 2.4rem;
    line-height: 3.3rem;
  }

  .auth-form__nav {
    padding: 0;
  }
  .auth-form {
    width: 76.8rem;
    height: 53.8rem;
  }

  .auth-form__nav {
    max-width: 35rem;
  }

  .reg-form__input {
    width: 30rem;
  }

  .auth-reg-title {
    font-size: 2rem;
    margin-top: 8rem;
  }

  .greetings {
    font-size: 2.4rem;
  }

  .auth-nav__text {
    font-size: 1.4rem;
  }

  .auth-login {
    font-size: 1.6rem;
  }

  .social {
    margin-top: 2.5rem;
  }

  .terms {
    max-width: 30rem;
  }

  .term {
    font-size: 1rem;
  }

  .do-reg {
    margin-top: 2rem;
    font-size: 1.6rem;
    width: 20rem;
  }

  .auth-reg-desc {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }

  .reg-form__input {
    font-size: 1.5rem;
  }

  .terms {
    margin-top: 2rem;
  }

  .reg-form__input::placeholder {
    font-size: 1.4rem;
  }
  .reg-form__input::-moz-placeholder {
    font-size: 1.4rem;
  }
  .reg-form__input::-webkit-input-placeholder {
    font-size: 1.4rem;
  }

  .show-pass,
  .show-pass-confirm {
    width: 2rem !important;
    height: 1.8rem;
    /* top: 4.5rem; */
  }

  .show-pass__wrapper,
  .show-pass-confirm__wrapper {
    width: 3rem;
    height: 3rem;
    top: 3.5rem;
  }

  .view-pass {
    width: 2rem;
    height: 1.2rem;
  }

  .icon-vk {
    width: 2.5rem;
    height: 2rem;
  }

  .icon-google {
    width: 1.8rem;
    height: 2rem;
  }

  .icon-fb {
    width: 1.6rem;
    height: 2.2rem;
  }

  .auth-form__authorize {
    width: 100%;
  }

  .reg-form__authorize {
    margin-top: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .auth-login__link {
    margin: 0;
  }

  .auth-authorize__actions {
    max-width: 25rem;
    max-width: 80%;
    justify-content: space-between;
    margin: 6rem 3.2rem;
    height: 3.7rem;
  }

  .btn-authorize {
    height: 3.3rem;
    width: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .forgot-pass {
    font-size: 1.4rem;
  }
  /*.authorize-link {
    font-size: 1.6rem;
    width: 10rem;
    line-height: 3.7rem;
    text-align: center;
  }*/

  .auth-form__close {
    top: 4.3rem;
    right: 1.7rem;
  }
  .auth-form {
    backdrop-filter: none;
    justify-content: flex-start;
  }

  .reg-form {
    width: 100%;
  }

  .reg-input__wrapper {
    width: 80%;
    /*margin-left: 3.2rem;*/
    margin-left: 0;
  }

  .auth-tab {
    font-size: 1.6rem;
    position: relative;
    color: var(--main-gray);
  }

  .auth-tab__current {
    color: var(--main-color);
  }

  .auth-tab__current::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 0.2rem;
    background-color: var(--main-color);
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .auth-form__nav {
    display: none;
  }

  .auth-reg-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 11.5rem;
    margin-left: 3.2rem;
    width: 17rem;
  }

  .auth-form {
    width: 100%;
    height: 100%;
    overflow: auto;
    flex-direction: column;
  }

  .reg-form {
    margin-top: 3.7rem;
  }

  .reg-form__input {
    /* width: 26rem; */
    width: 100%;
  }

  .auth-reg-title,
  .auth-reg-desc {
    display: none;
  }

  .terms {
    max-width: 85%;
    margin-left: 1.5rem;
    margin-top: 3rem;
  }

  .term {
    font-size: 0.9rem;
  }

  .chck > span::before {
    margin-right: 1rem;
  }
  .do-reg {
    width: 25rem;
    margin-top: 3rem;
  }

  .social {
    margin: 6.5rem 3.2rem 2rem 3.2rem;
  }
}
.mfp-hide,
.mfp-close {
  display: none !important;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backdrop-filter: blur(0.5rem) brightness(0.6);
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  /*height: 100%;*/
  /*height: 95%;*/
  vertical-align: middle;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  /*height: 100%;*/
  height: 97%;
  cursor: auto;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.search-cards {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  max-width: 129rem;
  gap: 3rem;
}

.showmore-search {
  margin-bottom: 15rem;
}
/* .header-lang__svg path {
  fill: var(--main-color) !important;
} */
.nav-search {
  position: absolute;
}
.nav-search__menu::after {
  content: url(/assets/images/menu__active.svg);
  position: absolute;
  background-position: 0%;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  .search-cards {
    justify-content: center;
    max-width: 87vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 990px) {
  .header-fixed .nav-booking,
  main:not(.main) .nav-booking {
    border: none;
    background: #ffffff;
  }

  .nav-search__menu svg path {
    fill: var(--main-color);
    stroke: var(--main-color);
  }

  .search-cards {
    justify-content: space-between;
  }

  .terms__text .leaving-modal__content.lh1 {
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .search-cards {
    justify-content: center;
  }

  .showmore-search {
    margin-bottom: 8rem;
  }
}

/*edits for header with header-fixed class*/

.header-fixed .logotype,
.logotype-blue,
main:not(.main) .logotype {
  display: none;
}

.header-fixed .logotype-blue,
.logotype,
main:not(.main) .logotype-blue {
  display: inherit;
}

.header-fixed .desk-icon path,
main:not(.main) .desk-icon path {
  fill: var(--main-color) !important;
}

.header-fixed .nav-booking span,
main:not(.main) .nav-booking span {
  color: var(--main-color) !important;
}

.header-fixed .nav-auth a span,
.header-fixed .nav-auth a,
main:not(.main) .nav-auth a span,
main:not(.main) .nav-auth a {
  color: var(--main-color) !important;
}

.header-fixed .header-lang__svg path,
main:not(.main) .header-lang__svg path {
  fill: var(--main-color) !important;
}

.header-fixed .nav-auth .profile-img__wrapper path,
main:not(.main) .nav-auth .profile-img__wrapper path {
  fill: var(--main-color) !important;
}

@media screen and (min-width: 990px) {
  .header-fixed .nav-booking,
  main:not(.main) .nav-booking {
    border: 0.3rem solid var(--main-color);
    background: #ffffff;
  }
}

.header-fixed .nav-auth_inner__authorized,
main:not(.main) .nav-auth_inner__authorized {
  border: 0.3rem solid var(--main-color);
  background: #ffffff;
}
.header-fixed .nav-booking:hover,
main:not(.main) .nav-booking:hover {
  background: #ffffff;
}

.header-fixed .header-burger__block,
main:not(.main) .header-burger__block {
  background-color: var(--main-color);
}

.header-fixed .header-burger__block::after,
main:not(.main) .header-burger__block::after {
  background-color: var(--main-color);
}
.header-fixed .header-burger__block::before,
main:not(.main) .header-burger__block::before {
  background-color: var(--main-color);
}

.header-fixed .svg-whiteFill path,
main:not(.main) .svg-whiteFill path {
  fill: var(--main-color);
}

.header-fixed .text-white,
main:not(.main) .text-white {
  color: var(--main-color) !important;
} /*end of styles for header-fixed block*/
.no-icon {
  background: url("/local/templates/travelsoft_copy/css/../images/ok.svg") no-repeat center;
  width: 3.33rem !important;
  height: 2.5rem !important;
}
.badperson {
  background: url("/local/templates/travelsoft_copy/css/../images/badperson.svg") no-repeat center;
  width: 2.38rem !important;
  height: 2.5rem !important;
}
.wifi {
  /*background: url('/local/templates/travelsoft_copy/css/../images/icon-service-9.png') no-repeat center;*/
  background: url("/local/templates/travelsoft_copy/css/../images/wifi.svg") no-repeat center;
  width: 3.33rem !important;
  height: 2.5rem !important;
}
.breakfast {
  background: url("/local/templates/travelsoft_copy/css/../images/icon-service-1.png") no-repeat center;
}
.spa {
  background: url("/local/templates/travelsoft_copy/css/../images/icon-service-2.png") no-repeat center;
}
.parking {
  background: url("/local/templates/travelsoft_copy/css/../images/icon-service-3.png") no-repeat center;
}
.sauna {
  background: url("/local/templates/travelsoft_copy/css/../images/icon-service-4.png") no-repeat center;
}
.restaurant {
  background: url("/local/templates/travelsoft_copy/css/../images/icon-service-5.png") no-repeat center;
}
.casino {
  background: url("/local/templates/travelsoft_copy/css/../images/icon-service-6.png") no-repeat center;
}
.pool {
  background: url("/local/templates/travelsoft_copy/css/../images/icon-service-7.png") no-repeat center;
}
.transfer {
  background: url("/local/templates/travelsoft_copy/css/../images/icon-service-8.png") no-repeat center;
}
.smoking {
  background: url("/local/templates/travelsoft_copy/css/../images/icon-service-10.png") no-repeat center;
}
.laundry {
  background: url("/local/templates/travelsoft_copy/css/../images/icon-service-11.png") no-repeat center;
}
.business_center {
  background: url("/local/templates/travelsoft_copy/css/../images/icon-service-12.png") no-repeat center;
}
.hairdryer {
  background: url("/local/templates/travelsoft_copy/css/../images/icon-service-13.png") no-repeat center;
}
.non-stop_service {
  background: url("/local/templates/travelsoft_copy/css/../images/icon-service-14.png") no-repeat center;
}
.family-rooms {
  background: url("/local/templates/travelsoft_copy/css/../images/holidays.png") no-repeat center;
}
@media screen and (max-width: 1280px) {
  .icon-wifi {
    width: 2rem !important;
    height: 1.5rem !important;
  }
  .no-icon {
    width: 2rem !important;
    height: 1.5rem !important;
  }
  .icon-badperson {
    width: 1.9rem !important;
    height: 2rem !important;
  }
}
.card-service_item a {
  display: block;
  float: left;
  margin: 0 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.border_icon {
  width: 24px;
  height: 24px;
  background-size: cover;
}
.header-lang__svg path {
  fill: var(--main-color);
}

@media screen and (max-width: 768px) {
  .item-card_actions {
    padding-top: 1rem;
  }
  .popularoffers-map {
    display: none;
  }
  .popularoffers-region {
    margin-bottom: 2rem;
  }
}

/* moved from old styles.css  */

.notification {
  z-index: 100050;
}

.offers-sub__slide {
  overflow: hidden;
}

.header-fixed .text-shadow:hover,
main:not(.main) .text-shadow:hover {
  text-shadow: none;
}

.slider-sub__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  background-size: none;
}
.slider-sub__item:hover .image-styler-stupid {
  filter: blur(4px);
  transition: filter 0.1s linear;
}

.popular-main__slide::after {
  content: "";
  background: none;
  background-size: none;
  filter: none;
  background-color: none;
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}
.slider-sub__item {
  display: flex !important;
}
body {
  margin: 0;
  height: 100%;
}
.loader {
  position: absolute;
  top: 50%;
  left: 40%;
  margin-left: 10%;
  transform: translate3d(-50%, -50%, 0);
}
.dot {
  width: 24px;
  height: 24px;
  background: #264b87;
  border-radius: 100%;
  display: inline-block;
  animation: slide 1s infinite;
}
.dot:nth-child(1) {
  animation-delay: 0.1s;
  background: blue(#264b87, 50);
}
.dot:nth-child(2) {
  animation-delay: 0.2s;
  background: blue(#264b87, 100);
}
.dot:nth-child(3) {
  animation-delay: 0.3s;
  background: blue(#264b87, 150);
}
.dot:nth-child(4) {
  animation-delay: 0.4s;
  background: blue(#264b87, 200);
}
.dot:nth-child(5) {
  animation-delay: 0.5s;
  background: blue(#264b87, 250);
}
.dot:nth-child(6) {
  animation-delay: 0.6s;
  background: blue(#264b87, 300);
}
.dot:nth-child(7) {
  animation-delay: 0.7s;
  background: blue(#264b87, 350);
}
@-moz-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
/*.nav-cart::after {
  content: url('/local/templates/travelsoft_copy/css/../images/menu__active.png');
  position: absolute;
  background-position: 0%;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .nav-cart__counter {
    right: -1rem;
    top: -1.5rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
  }
  .nav-cart::after {
    content: url('/local/templates/travelsoft_copy/css/../images/menu__active.png');
    position: absolute;
    background-position: 0%;
    top: 65%;
    left: 36%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}*/
h1 {
  font-size: 5rem;
  font-weight: 700;
}
.card_title:hover .cart-fulltitle {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.cart-fulltitle {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 1.7rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  max-height: 24rem;
  left: -0.6rem;
  z-index: 10;
  /*max-width: 38rem;*/
  max-width: 100%;
}
.cart-fulltitle__title {
  font-size: 2rem;
  margin-bottom: 1.7rem;
  max-height: 5.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cart-fulltitle__desc {
  line-height: 1.95rem;
  font-size: 1.6rem;
  max-height: 17.3rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
}
.page-content__wrapper {
  margin-bottom: 12.5rem;
}
footer {
  /*  margin: 7.8rem auto 0rem auto;
  height: 28.5rem;
  background-color: var(--main-color);*/
}
@media screen and (max-width: 1280px) {
  .page-content__wrapper {
    max-width: 87vw;
    margin: 0 auto;
    margin-bottom: 12.5rem;
  }
  /*  footer {
    margin: 5rem auto 0rem auto;
    height: 19rem;
  }*/
}
@media screen and (max-width: 768px) {
  .page-content__wrapper {
    max-width: 90vw;
    width: 90vw;
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 449px) {
  /*  footer {
    margin: 3.125rem auto 0rem auto;
  }*/
}
.page-content__header {
  margin-bottom: 5.4rem;
}
.page-content-title {
  line-height: 100%;
  font-size: 6rem;
  margin-bottom: 11.6rem;
}
#preloader {
  position: fixed;
  display: none;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999999999;
}

.reviews-comments__nav {
  display: inline-flex;
}
.reviews-comments__nav a {
  color: var(--main-gray);
}
.reviews-comments__nav.reviews-pages__current {
  color: var(--main-color);
}
.reviews-comments__pages__pages p {
  padding-top: 1rem;
}
.reviews-pages__current::after {
  transform: translate(-50%, -35%) !important;
}
.arrow--right {
  position: relative !important;
  padding-left: 1rem;
}
.arrow--left {
  position: relative !important;
  padding-right: 1rem;
}

/*
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}*/

.main-about .main-descriptions {
  color: var(--main-font-color);
}

.main-about .main-descriptions.container {
  min-height: inherit !important;
}

.pages-nav__arrows {
  position: inherit !important;
  height: 3rem !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 145%;
  z-index: 1;
}

.reviews-comments__pages__pages {
  max-width: 85%;
}

.right-modal {
  z-index: 9000;
}

.cookies-wrapper {
  font-family: "Montserrat", sans-serif !important;
  box-sizing: initial;
}

@media screen and (max-width: 768px) {
  .item-card_actions {
    padding-top: 1rem;
  }
  .popularoffers-map {
    display: none;
  }
  .popularoffers-region {
    margin-bottom: 2rem;
  }
}

.popup-window {
  padding: 0;
}
.popup-window-overlay {
  opacity: 0.4 !important;
}
/*.footer-icons{
  width: 100%;
}*/

.pages__num:hover {
  color: var(--main-gray);
}

.popular-main__name {
  line-height: 4.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.block_rooms_name {
  max-width: 45rem;
  /*padding-right: 4rem;*/
  border-right: none;
}

.block_rooms_name p {
  width: 45rem;
  padding-right: 4rem;
}

.block_rooms {
  margin-left: 5rem;
}

.card-select_options {
  max-height: 300px;
  overflow-x: auto;
}

.blog-item__desc {
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.outline::after {
  content: url(/local/templates/travelsoft_copy/css/../images/menu__active.png);

  position: absolute;
  background-position: 0%;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.outline {
  position: relative;
}

@media screen and (max-width: 768px) {
  .outline::after {
    /* left: 36%; */
    left: 50%;
  }
  .nav-favourites.outline::after {
    /* left: 25%; */
    left: 50%;
  }
}

.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reg-input__wrapper.col .reg-form__input,
.reg-input__wrapper.col .reg-form__input_captcha {
  width: 100%;
}

.reg-input__wrapper.col-5 {
  padding-right: 0;
}

.reg-input__wrapper img {
  width: 100%;
}

.auth-form__authorize__forgotpass {
  background-color: var(--bs-body-bg);
  width: 100%;
  /*display: flex;*/
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.review-form {
  transform: translate(-50%, -50%) !important;
}

@media screen and (max-width: 768px) {
  .review-form {
    transform: none !important;
  }
}

.forgot-group {
  width: 51rem;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.pr-1 {
  padding-right: 1rem;
}

.review-form__close {
  all: unset;
  width: 3rem;
  height: 3rem;
  right: 4.5rem;
  top: 4.5rem;
  position: absolute;
  margin: 0;
  z-index: 1;
}

.reg-form .forgot-group > * {
  padding-left: 0;
}

.fade.active {
  opacity: 1;
}

.review__inner__textarea {
  font-size: 1.8rem;
  height: 100%;
  /*border: none;*/
  /*border-bottom: 0.15rem solid var(--main-gray);
  border-radius: 0;*/
  border: 0.15rem solid var(--main-gray);
  padding: 1rem;
}

.modal-header.review-form__desc {
  border: none;
}

.review__inner__submit {
  background: white;
}

.modal-footer {
  border: none;
}

.details-description__wrapper iframe {
  height: 72rem;
}

.filter_booking-sort {
  display: none;
}

@media screen and (max-width: 768px) {
  .btn-authorize__sendpass .authorize-link {
    width: auto;
  }

  .reg-input__wrapper img {
    width: auto;
  }

  .forgot-group {
    width: 80%;
    /*margin-left: 3.2rem;*/
    margin-left: 0;
  }

  .forgot-group .reg-input__wrapper {
    margin-left: 0;
  }

  .forgot-group .reg-input__wrapper.col-5 {
    width: auto;
  }

  .details-description__wrapper iframe {
    height: 50%;
  }

  .header-fixed .nav-booking,
  main:not(.main) .nav-booking {
    border: none;
  }

  .cart-fulltitle {
    max-width: 95%;
  }

  body {
    -webkit-overflow-scrolling: touch;
  }
  body.mfp-active {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    width: 100%;
    position: fixed;
    overflow: auto;
  }
  body .mfp-wrap {
    position: fixed;
    overflow: auto;
    top: 0 !important;
  }
  .filter_booking-sort {
    display: block;
  }
}

.w100 {
  width: 100%;
}

.popup_wrapper {
  text-align: justify;
}

.w107 {
  width: 107rem;
}

.cart .search-empty__title {
  margin-top: 185px;
}

.cart .search-empty__btn {
  margin-bottom: 185px;
}

.cart .search-empty .cart-title {
  border-bottom: 0.2rem solid #e9f3fd;
}

.leaving-modal__content {
  padding-left: 2rem;
  margin-left: -2rem;
}
@media screen and (max-width: 990px) {
  .leaving-modal__content {
    margin-left: auto;
  }
}

.right-menu-overflow-x-hidden {
  overflow-x: hidden;
}
@media (max-width: 1198px) {
  .hidden {
    display: none;
  }
}

/*.reviews-comments__pages__arrows{
  width: 130%;
}*/
/*
.booking-filter_details .select2-input {
  border-bottom: 0.15rem solid var(--main-gray) !important;
}*/
/*
.tab-content .tab-pane:before {
  display: block;
  content: "";
  height: 120px;
  margin: -120px 0 0;
}*/

.tab-content > .active,
.tab-content > ._active {
  display: block;
  visibility: visible;
}

.fade.active,
.fade._active {
  opacity: 1;
}

/*.date-picker-wrapper .month-wrapper table .day.real-today {
  background: none !important;
}*/

.date-picker-wrapper .real-today.first-date-selected.last-date-selected::before,
.date-picker-wrapper .real-today.first-date-selected.last-date-selected::after {
  background: none;
}
/*.date-picker-wrapper .checked.first-date-selected,
.date-picker-wrapper .checked.last-date-selected {
  background: #c8e1fb !important;
  color: var(--main-color) !important;
}
.date-picker-wrapper .checked.last-date-selected::before {
  background-color: #e9f3fd;
}
.date-picker-wrapper .checked.first-date-selected::after {
  background-color: #e9f3fd;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #e9f3fd;
}*/

.date-picker-wrapper {
  z-index: 199 !important;
}

.terms.terms-ts {
  all: unset;
}
.terms.terms-ts .terms__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 990px) {
  .terms.terms-ts .terms__text {
    font-size: 1.4rem;
  }
  .date-picker-wrapper .month-wrapper table.month2 {
    display: none;
  }
}

.auth-form__authorize__changepasswd {
  /* display: flex;*/
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  background-color: var(--bs-body-bg);
}

.blur_disabled {
  pointer-events: none;
  filter: blur(4px);
}

.fade.review-form__wrapper__active {
  opacity: 1;
}

#techsupport-modal .error-container {
  color: #fbc8c8;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  /*-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);*/
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-body {
  padding: 15px;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.collapse {
  display: none;
}

.collapse:not(.show) {
  display: none;
}

.collapse.in {
  display: block;
}

.details-description__wrapper h3,
.details-description__wrapper h4 {
  font-size: 2.375rem;
  color: var(--main-color);
}

.details-description__wrapper .details-description__category {
  color: var(--main-color);
}

.modal-lang__options__active {
  z-index: 10;
}

.cart-fulltitle__desc .cart-fulltitle-data-cut-by-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}

@media screen and (max-width: 768px) {
  .leaving-details__modal .leaving-modal__image.autowidth {
    width: auto;
  }
  .leaving-details__modal .leaving-modal__images .card_image {
    max-width: 390px;
  }
}
/*.card_image{
  overflow-x: visible;
  overflow-y: clip;
}*/
/*.slider__item {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 75%;
    background-color: #888;
}*/

.spinner {
  height: 80px;
  width: 80px;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  animation: rotation 1s infinite linear;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  border-top: 10px solid transparent;
  border-radius: 100px;
}

.hiding_images_except_first > img:not(:first-child) {
  display: none;
}

.cart-order__input.cart-order__tourist__email:disabled {
  opacity: 0.5;
}

.card-image.hiding_images_except_first img {
  width: 100%;
}
.card-image.hiding_images_except_first.slick-slider img {
  width: inherit;
}

.price__old {
  text-align: right;
  text-decoration: line-through;
}

/* End */


/* Start:/local/templates/travelsoft_copy/components/bitrix/menu/top/style.css?1679905800822*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/travelsoft_copy/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



@media screen and (max-width: 990px) {
  .modal-menu__item:hover .modal-menu__nested {
    display: none;
  }

  .modal-menu__nested__active {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
/* End */


/* Start:/local/components/vetliva/exchange_rates_list/templates/right_menu_version/style.css?1679905797758*/
.exchange_rates tr {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}

.exchange_rates td, .exchange_rates th {
  padding: 10px !important;
  text-align: center !important;
}

.exchange_rates th {
  color: #264b87;
}

.pagination_wrapper {
  display: flex;
}

.pagination_inner {
  margin: auto;
}


/*.comments__pages__pages {
  display: flex;
  font-size: 2rem;
  justify-content: space-between;
  max-width: 70%;
  margin: 0 auto;
  line-height: 2.4rem;
  height: 100%;
  padding-top: 2px;
  width:100%;
}*/

.reviews-comments__pages__arrows{
  position: inherit!important;
  height: 3rem!important;
}
.comments__pages__pages p {
  margin-bottom: 0 !important;
}
/*
.blog-left{
  max-height: inherit!important;
}*/
/* End */


/* Start:/local/templates/travelsoft_copy/components/bitrix/menu/boo_top/style.css?1679905800581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/travelsoft_copy/components/bitrix/menu/boo_top/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/components/travelsoft/small.basket/templates/vetliva_new/style.css?1679905797533*/
/* 
    Created on : 22.08.2017, 11:35:53
    Author     : dimabresky
*/
/*#basket-link {
    position: relative;
    color: #337ab7;
	margin-right: -10px;
    padding-right: 10px;
}

#basket-count-item {
    display: block;
    position: absolute;
    top: 20px;
    right: 2px;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    background: linear-gradient(180deg, #F8AB17 0%, #E09A15 100%), #C4C4C4;
    line-height: 16px;
    text-align: center;
	font-size: 9px;
	color: #242424; 
	font-weight: 600;
	z-index:999;
}*/
/* End */


/* Start:/local/templates/travelsoft_copy/components/bitrix/system.auth.form/header-auth/style.css?16799058004264*/
/*.header-auth-form {
	margin: 0 auto;
	max-width: 350px;
	width: auto;
	position: relative;
	background-color: #fff;
	padding: 20px;
}*/
.header-auth-form .bx-authform-social ul {
	margin: 0 !important;
	padding: 0 !important;
}
.header-auth-form .modal-seperator {
	margin-bottom: 12px !important;
}
.header-auth-form .btn {
	margin-top: 0;
}
.header-auth-form .bx-authform-link-container {
	margin-bottom: 5px !important;
}
.header-auth-form .bx-authform {
	margin-bottom: 0 !important;
}
.header-auth-form .bx-authform-formgroup-container {
	margin-bottom: 15px !important;
}
/*.show-header-auth-popup.registration-link {float:left; padding-right: 15px;}*/

.bx-authform .logotype {
    background-repeat: no-repeat;
    background-position: center;
}
.bx-authform .logotype {
    background-image: url(/local/templates/travelsoft/images/logo-auth-form.svg) !important;
    height: 70px !important;
    width: 110px !important;
    position: relative !important;
	margin-bottom: 15px;
	background-size: contain;
}
.links-hidden {display: none;position: absolute; top: 70px; background: #fff; width: 165px; padding: 0;}
.down-links {float:right}
.links-hidden a {font-size: 13px; line-height: 35px; padding: 0px 17px; border-top: 1px solid #f1f1f1;}

.mfp-content .bx-authform-label-container {display: none;}
.bx-authform-input-container input[type="text"]::-webkit-input-placeholder{font-size:14px; color: #BBBBBB; } 
.bx-authform-input-container input[type="password"]::-webkit-input-placeholder{font-size:14px; color: #BBBBBB;} 
.bx-authform-input-container input[type="text"], .bx-authform-input-container input[type="password"] {
	height: 45px;
	padding: 0 15px;
	border: 1px solid #E3E3E3;
	line-height: 47px
} 


.header-auth-form .bx-authform-formgroup-container.formgroup-forgotpsw {float: left;}
.auth-footer.auth {text-align: center;}
.auth-footer > div {display: inline-block;}


#header-auth-popup .bx-authform-link-container {
    margin-bottom: 5px !important;
    margin-top: 10px;
    float: right;
}
.auth-form__close {
	/* height: 9.1rem; */
	align-items: center;
	width: 100%;

	/* display: flex; */
	/* justify-content: flex-end; */
	position: absolute;
	width: 3rem;
	height: 3rem;
	right: 4.5rem;
	top: 4.5rem;
}
.btn-cross, .mfp-close {
	width: 3rem;
	height: 0.5rem;
	border-radius: 5rem;
	background-color: var(--main-color);
	margin-right: 5rem;
	transform: rotate(45deg);
	position: relative;
}
.cu-p {
	cursor: pointer;
}
.btn-cross::after, .mfp-close::after {
	content: "";

	width: 3rem;
	height: 0.5rem;
	border-radius: 5rem;
	background-color: var(--main-color);
	position: absolute;
	transform: rotate(90deg);
}

.btn-cross::before, .mfp-close::before {
	content: "";
	width: 3rem;
	height: 3rem;
	position: absolute;
	transform: rotate(45deg);
	top: -1.2rem;
	right: 0;
}

.btn-cross__white {
	background-color: #ffffff;
}

.btn-cross__white::after {
	background-color: #ffffff;
}
input.authorize-link {
	margin-top: -6px;
	background: none;
	border: none;
	color: var(--main-color);
}
/*.notification.alert-danger {
	background-color: #F2DEDE; !important;
	max-width: 75% !important;
	position: inherit;
	font-size: 1.1rem;
}*/
.auth-form__authorize, .auth-form__authorize__forgotpass, .auth-form__authorize__changepasswd {
	border-bottom-left-radius: 1.5rem;
	border-top-left-radius: 1.5rem;
}
.auth-form__registration {
	border-bottom-right-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
}
.mfp-container {
	backdrop-filter: blur(0.5rem) brightness(0.6);
}
@media screen and (max-width: 768px) {
	.auth-form {
		background: #FFFFFF;
	}
	.btn-cross {
		background-color: var(--main-color);
	}
	.btn-cross::after, .mfp-close::after {
		background-color: var(--main-color) !important;
	}
	input.authorize-link {
		margin-top: 0;
	}
	.header-auth-form .bx-authform-formgroup-container {
		margin-bottom: 0 !important;
	}
}

@media screen and (min-width: 769px) and (max-width: 990px) {
	.forgot-group {
		width: 30rem;
	}
	.forgot-group .col-5 {
		width: 28%;
	}
	.forgot-group .col-5 .reg-form__input_captcha {
		height: 28px;
		margin-top: 3.8rem;
	}
	.forgot-group .col-5 .reg-form__input_captcha img {
		height: 28px;
	}
}
.auth-form__authorize .forgot-pass .semi-bold, .auth-form__nav .auth-login {
	cursor: pointer;
}
/* End */


/* Start:/local/templates/travelsoft_copy/components/bitrix/system.auth.registration/flat/style.css?16799058001767*/
/*style from inline*/
.btn_login{
		display: block;
		font-size: 14px;
		line-height: 25px;
		margin-top: 22px;
		margin-left: 20px;
		padding: 0 10px;
		background: #264B87;
		color: #fff !important;
		border: 1px solid #264B87;
		text-align: center;
		text-transform: none;
		text-overflow: ellipsis;
		max-width: 50px;
		white-space: nowrap;
		overflow: hidden;
	}

.popup{
	position: fixed;
    z-index: 1080;
    background: #fff;
    /*width: 80%;
    top: 0%;
    left: 10%;
    height: 100vh;*/
    overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	display: none;
	font-size: 1.8rem;
}

/* .popup::before{
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	background: black;
	left: 0;
	opacity: 0.7;
} */

.popup_wrapper{
	width: 100%;
    z-index: 1000;
    background: rgb(0, 0, 0, .5);
    position: fixed;
    /*height: 100vh;*/
    height: 100%;
    left: 0;
    top: 0;
	display: none;
}
.close{
	margin: 30px;
	color: #000 !important;
}
.white-popup{
	max-width: 100% !important;
}

.popup::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.icon-eye.text-muted, .icon-eye-blocked.text-muted {cursor: pointer; pointer-events: all;}
input.reg-link {
	background: none;
	border: none;
	color: var(--main-color);

}
.do-reg, .social {
	margin: 4.8rem auto 0;
}
/*.auth-form {
	height: 77rem !important;
}*/
/*.notification.alert-danger {
	background-color: #F2DEDE; !important;
	max-width: 75% !important;
	position: inherit;
	font-size: 1.1rem;
}*/
.notification.alert-success {
	background-color: #eefff3 !important;
	/*border-color: #d6f2de;*/
	max-width: 75% !important;
	position: inherit;
	font-size: 1.1rem;
}

.rules .leaving-modal__content {
	color: var(--main-color);
}

.popup.leaving-modal__wrapper {
	width: 100%;
}
/* End */


/* Start:/local/templates/travelsoft/css/icomoon/style.min.css?167990579845019*/
@font-face{font-family:icomoon;src:url(/local/templates/travelsoft/css/icomoon/fonts/icomoon.eot?3p0rtw);src:url(/local/templates/travelsoft/css/icomoon/fonts/icomoon.eot?#iefix3p0rtw) format('embedded-opentype'),url(/local/templates/travelsoft/css/icomoon/fonts/icomoon.woff?3p0rtw) format('woff'),url(/local/templates/travelsoft/css/icomoon/fonts/icomoon.ttf?3p0rtw) format('truetype'),url(/local/templates/travelsoft/css/icomoon/fonts/icomoon.svg?3p0rtw#icomoon) format('svg');font-weight:400;font-style:normal}[class*=" icon-"],[class^=icon-]{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;min-width:1em;display:inline-block;text-align:center;font-size:16px;vertical-align:middle;position:relative;top:-1px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-2x{font-size:32px}.icon-3x{font-size:48px}.icon-bordered{padding:5px;border:2px solid;border-radius:50%}.icon-home:before{content:"\e900"}.icon-home2:before{content:"\e901"}.icon-home5:before{content:"\e904"}.icon-home7:before{content:"\e906"}.icon-home8:before{content:"\e907"}.icon-home9:before{content:"\e908"}.icon-office:before{content:"\e909"}.icon-city:before{content:"\e90a"}.icon-newspaper:before{content:"\e90b"}.icon-magazine:before{content:"\e90c"}.icon-design:before{content:"\e90d"}.icon-pencil:before{content:"\e90e"}.icon-pencil3:before{content:"\e910"}.icon-pencil4:before{content:"\e911"}.icon-pencil5:before{content:"\e912"}.icon-pencil6:before{content:"\e913"}.icon-pencil7:before{content:"\e914"}.icon-eraser:before{content:"\e915"}.icon-eraser2:before{content:"\e916"}.icon-eraser3:before{content:"\e917"}.icon-quill2:before{content:"\e919"}.icon-quill4:before{content:"\e91b"}.icon-pen:before{content:"\e91c"}.icon-pen-plus:before{content:"\e91d"}.icon-pen-minus:before{content:"\e91e"}.icon-pen2:before{content:"\e91f"}.icon-blog:before{content:"\e925"}.icon-pen6:before{content:"\e927"}.icon-brush:before{content:"\e928"}.icon-spray:before{content:"\e929"}.icon-color-sampler:before{content:"\e92c"}.icon-toggle:before{content:"\e92d"}.icon-bucket:before{content:"\e92e"}.icon-gradient:before{content:"\e930"}.icon-eyedropper:before{content:"\e931"}.icon-eyedropper2:before{content:"\e932"}.icon-eyedropper3:before{content:"\e933"}.icon-droplet:before{content:"\e934"}.icon-droplet2:before{content:"\e935"}.icon-color-clear:before{content:"\e937"}.icon-paint-format:before{content:"\e938"}.icon-stamp:before{content:"\e939"}.icon-image2:before{content:"\e93c"}.icon-image-compare:before{content:"\e93d"}.icon-images2:before{content:"\e93e"}.icon-image3:before{content:"\e93f"}.icon-images3:before{content:"\e940"}.icon-image4:before{content:"\e941"}.icon-image5:before{content:"\e942"}.icon-camera:before{content:"\e944"}.icon-shutter:before{content:"\e947"}.icon-headphones:before{content:"\e948"}.icon-headset:before{content:"\e949"}.icon-music:before{content:"\e94a"}.icon-album:before{content:"\e950"}.icon-tape:before{content:"\e952"}.icon-piano:before{content:"\e953"}.icon-speakers:before{content:"\e956"}.icon-play:before{content:"\e957"}.icon-clapboard-play:before{content:"\e959"}.icon-clapboard:before{content:"\e95a"}.icon-media:before{content:"\e95b"}.icon-presentation:before{content:"\e95c"}.icon-movie:before{content:"\e95d"}.icon-film:before{content:"\e95e"}.icon-film2:before{content:"\e95f"}.icon-film3:before{content:"\e960"}.icon-film4:before{content:"\e961"}.icon-video-camera:before{content:"\e962"}.icon-video-camera2:before{content:"\e963"}.icon-video-camera-slash:before{content:"\e964"}.icon-video-camera3:before{content:"\e965"}.icon-dice:before{content:"\e96a"}.icon-chess-king:before{content:"\e972"}.icon-chess-queen:before{content:"\e973"}.icon-chess:before{content:"\e978"}.icon-megaphone:before{content:"\e97a"}.icon-new:before{content:"\e97b"}.icon-connection:before{content:"\e97c"}.icon-station:before{content:"\e981"}.icon-satellite-dish2:before{content:"\e98a"}.icon-feed:before{content:"\e9b3"}.icon-mic2:before{content:"\e9ce"}.icon-mic-off2:before{content:"\e9e0"}.icon-book:before{content:"\e9e1"}.icon-book2:before{content:"\e9e9"}.icon-book-play:before{content:"\e9fd"}.icon-book3:before{content:"\ea01"}.icon-bookmark:before{content:"\ea02"}.icon-books:before{content:"\ea03"}.icon-archive:before{content:"\ea04"}.icon-reading:before{content:"\ea05"}.icon-library2:before{content:"\ea06"}.icon-graduation2:before{content:"\ea07"}.icon-file-text:before{content:"\ea08"}.icon-profile:before{content:"\ea09"}.icon-file-empty:before{content:"\ea0a"}.icon-file-empty2:before{content:"\ea0b"}.icon-files-empty:before{content:"\ea0c"}.icon-files-empty2:before{content:"\ea0d"}.icon-file-plus:before{content:"\ea0e"}.icon-file-plus2:before{content:"\ea0f"}.icon-file-minus:before{content:"\ea10"}.icon-file-minus2:before{content:"\ea11"}.icon-file-download:before{content:"\ea12"}.icon-file-download2:before{content:"\ea13"}.icon-file-upload:before{content:"\ea14"}.icon-file-upload2:before{content:"\ea15"}.icon-file-check:before{content:"\ea16"}.icon-file-check2:before{content:"\ea17"}.icon-file-eye:before{content:"\ea18"}.icon-file-eye2:before{content:"\ea19"}.icon-file-text2:before{content:"\ea1a"}.icon-file-text3:before{content:"\ea1b"}.icon-file-picture:before{content:"\ea1c"}.icon-file-picture2:before{content:"\ea1d"}.icon-file-music:before{content:"\ea1e"}.icon-file-music2:before{content:"\ea1f"}.icon-file-play:before{content:"\ea20"}.icon-file-play2:before{content:"\ea21"}.icon-file-video:before{content:"\ea22"}.icon-file-video2:before{content:"\ea23"}.icon-copy:before{content:"\ea24"}.icon-copy2:before{content:"\ea25"}.icon-file-zip:before{content:"\ea26"}.icon-file-zip2:before{content:"\ea27"}.icon-file-xml:before{content:"\ea28"}.icon-file-xml2:before{content:"\ea29"}.icon-file-css:before{content:"\ea2a"}.icon-file-css2:before{content:"\ea2b"}.icon-file-presentation:before{content:"\ea2c"}.icon-file-presentation2:before{content:"\ea2d"}.icon-file-stats:before{content:"\ea2e"}.icon-file-stats2:before{content:"\ea2f"}.icon-file-locked:before{content:"\ea30"}.icon-file-locked2:before{content:"\ea31"}.icon-file-spreadsheet:before{content:"\ea32"}.icon-file-spreadsheet2:before{content:"\ea33"}.icon-copy3:before{content:"\ea34"}.icon-copy4:before{content:"\ea35"}.icon-paste:before{content:"\ea36"}.icon-paste2:before{content:"\ea37"}.icon-paste3:before{content:"\ea38"}.icon-paste4:before{content:"\ea39"}.icon-stack:before{content:"\ea3a"}.icon-stack2:before{content:"\ea3b"}.icon-stack3:before{content:"\ea3c"}.icon-folder:before{content:"\ea3d"}.icon-folder-search:before{content:"\ea3e"}.icon-folder-download:before{content:"\ea3f"}.icon-folder-upload:before{content:"\ea40"}.icon-folder-plus:before{content:"\ea41"}.icon-folder-plus2:before{content:"\ea42"}.icon-folder-minus:before{content:"\ea43"}.icon-folder-minus2:before{content:"\ea44"}.icon-folder-check:before{content:"\ea45"}.icon-folder-heart:before{content:"\ea46"}.icon-folder-remove:before{content:"\ea47"}.icon-folder2:before{content:"\ea48"}.icon-folder-open:before{content:"\ea49"}.icon-folder3:before{content:"\ea4a"}.icon-folder4:before{content:"\ea4b"}.icon-folder-plus3:before{content:"\ea4c"}.icon-folder-minus3:before{content:"\ea4d"}.icon-folder-plus4:before{content:"\ea4e"}.icon-folder-minus4:before{content:"\ea4f"}.icon-folder-download2:before{content:"\ea50"}.icon-folder-upload2:before{content:"\ea51"}.icon-folder-download3:before{content:"\ea52"}.icon-folder-upload3:before{content:"\ea53"}.icon-folder5:before{content:"\ea54"}.icon-folder-open2:before{content:"\ea55"}.icon-folder6:before{content:"\ea56"}.icon-folder-open3:before{content:"\ea57"}.icon-certificate:before{content:"\ea58"}.icon-cc:before{content:"\ea59"}.icon-price-tag:before{content:"\ea5a"}.icon-price-tag2:before{content:"\ea5b"}.icon-price-tags:before{content:"\ea5c"}.icon-price-tag3:before{content:"\ea5d"}.icon-price-tags2:before{content:"\ea5e"}.icon-barcode2:before{content:"\ea5f"}.icon-qrcode:before{content:"\ea60"}.icon-ticket:before{content:"\ea61"}.icon-theater:before{content:"\ea62"}.icon-store:before{content:"\ea63"}.icon-store2:before{content:"\ea64"}.icon-cart:before{content:"\ea65"}.icon-cart2:before{content:"\ea66"}.icon-cart4:before{content:"\ea67"}.icon-cart5:before{content:"\ea68"}.icon-cart-add:before{content:"\ea69"}.icon-cart-add2:before{content:"\ea6a"}.icon-cart-remove:before{content:"\ea6b"}.icon-basket:before{content:"\ea6c"}.icon-bag:before{content:"\ea6d"}.icon-percent:before{content:"\ea6f"}.icon-coins:before{content:"\ea70"}.icon-coin-dollar:before{content:"\ea71"}.icon-coin-euro:before{content:"\ea72"}.icon-coin-pound:before{content:"\ea73"}.icon-coin-yen:before{content:"\ea74"}.icon-piggy-bank:before{content:"\ea75"}.icon-wallet:before{content:"\ea76"}.icon-cash:before{content:"\ea77"}.icon-cash2:before{content:"\ea78"}.icon-cash3:before{content:"\ea79"}.icon-cash4:before{content:"\ea7a"}.icon-credit-card:before{content:"\ea6e"}.icon-credit-card2:before{content:"\ea7b"}.icon-calculator4:before{content:"\ea7c"}.icon-calculator2:before{content:"\ea7d"}.icon-calculator3:before{content:"\ea7e"}.icon-chip:before{content:"\ea7f"}.icon-lifebuoy:before{content:"\ea80"}.icon-phone:before{content:"\ea81"}.icon-phone2:before{content:"\ea82"}.icon-phone-slash:before{content:"\ea83"}.icon-phone-wave:before{content:"\ea84"}.icon-phone-plus:before{content:"\ea85"}.icon-phone-minus:before{content:"\ea86"}.icon-phone-plus2:before{content:"\ea87"}.icon-phone-minus2:before{content:"\ea88"}.icon-phone-incoming:before{content:"\ea89"}.icon-phone-outgoing:before{content:"\ea8a"}.icon-phone-hang-up:before{content:"\ea8e"}.icon-address-book:before{content:"\ea90"}.icon-address-book2:before{content:"\ea91"}.icon-address-book3:before{content:"\ea92"}.icon-notebook:before{content:"\ea93"}.icon-envelop:before{content:"\ea94"}.icon-envelop2:before{content:"\ea95"}.icon-envelop3:before{content:"\ea96"}.icon-envelop4:before{content:"\ea97"}.icon-envelop5:before{content:"\ea98"}.icon-mailbox:before{content:"\ea99"}.icon-pushpin:before{content:"\ea9a"}.icon-location3:before{content:"\ea9d"}.icon-location4:before{content:"\ea9e"}.icon-compass4:before{content:"\ea9f"}.icon-map:before{content:"\eaa0"}.icon-map4:before{content:"\eaa1"}.icon-map5:before{content:"\eaa2"}.icon-direction:before{content:"\eaa3"}.icon-reset:before{content:"\eaa4"}.icon-history:before{content:"\eaa5"}.icon-watch:before{content:"\eaa6"}.icon-watch2:before{content:"\eaa7"}.icon-alarm:before{content:"\eaa8"}.icon-alarm-add:before{content:"\eaa9"}.icon-alarm-check:before{content:"\eaaa"}.icon-alarm-cancel:before{content:"\eaab"}.icon-bell2:before{content:"\eaac"}.icon-bell3:before{content:"\eaad"}.icon-bell-plus:before{content:"\eaae"}.icon-bell-minus:before{content:"\eaaf"}.icon-bell-check:before{content:"\eab0"}.icon-bell-cross:before{content:"\eab1"}.icon-calendar:before{content:"\eab2"}.icon-calendar2:before{content:"\eab3"}.icon-calendar3:before{content:"\eab4"}.icon-calendar52:before{content:"\eab6"}.icon-printer:before{content:"\eab7"}.icon-printer2:before{content:"\eab8"}.icon-printer4:before{content:"\eab9"}.icon-shredder:before{content:"\eaba"}.icon-mouse:before{content:"\eabb"}.icon-mouse-left:before{content:"\eabc"}.icon-mouse-right:before{content:"\eabd"}.icon-keyboard:before{content:"\eabe"}.icon-typewriter:before{content:"\eabf"}.icon-display:before{content:"\eac0"}.icon-display4:before{content:"\eac1"}.icon-laptop:before{content:"\eac2"}.icon-mobile:before{content:"\eac3"}.icon-mobile2:before{content:"\eac4"}.icon-tablet:before{content:"\eac5"}.icon-mobile3:before{content:"\eac6"}.icon-tv:before{content:"\eac7"}.icon-radio:before{content:"\eac8"}.icon-cabinet:before{content:"\eac9"}.icon-drawer:before{content:"\eaca"}.icon-drawer2:before{content:"\eacb"}.icon-drawer-out:before{content:"\eacc"}.icon-drawer-in:before{content:"\eacd"}.icon-drawer3:before{content:"\eace"}.icon-box:before{content:"\eacf"}.icon-box-add:before{content:"\ead0"}.icon-box-remove:before{content:"\ead1"}.icon-download:before{content:"\ead2"}.icon-upload:before{content:"\ead3"}.icon-floppy-disk:before{content:"\ead4"}.icon-floppy-disks:before{content:"\ead5"}.icon-usb-stick:before{content:"\ead6"}.icon-drive:before{content:"\ead7"}.icon-server:before{content:"\ead8"}.icon-database:before{content:"\ead9"}.icon-database2:before{content:"\eada"}.icon-database4:before{content:"\eadb"}.icon-database-menu:before{content:"\eadc"}.icon-database-add:before{content:"\eadd"}.icon-database-remove:before{content:"\eade"}.icon-database-insert:before{content:"\eadf"}.icon-database-export:before{content:"\eae0"}.icon-database-upload:before{content:"\eae1"}.icon-database-refresh:before{content:"\eae2"}.icon-database-diff:before{content:"\eae3"}.icon-database-edit2:before{content:"\eae5"}.icon-database-check:before{content:"\eae6"}.icon-database-arrow:before{content:"\eae7"}.icon-database-time2:before{content:"\eae9"}.icon-undo:before{content:"\eaea"}.icon-redo:before{content:"\eaeb"}.icon-rotate-ccw:before{content:"\eaec"}.icon-rotate-cw:before{content:"\eaed"}.icon-rotate-ccw2:before{content:"\eaee"}.icon-rotate-cw2:before{content:"\eaef"}.icon-rotate-ccw3:before{content:"\eaf0"}.icon-rotate-cw3:before{content:"\eaf1"}.icon-flip-vertical2:before{content:"\eaf2"}.icon-flip-horizontal2:before{content:"\eaf3"}.icon-flip-vertical3:before{content:"\eaf4"}.icon-flip-vertical4:before{content:"\eaf5"}.icon-angle:before{content:"\eaf6"}.icon-shear:before{content:"\eaf7"}.icon-align-left:before{content:"\eafc"}.icon-align-center-horizontal:before{content:"\eafd"}.icon-align-right:before{content:"\eafe"}.icon-align-top:before{content:"\eaff"}.icon-align-center-vertical:before{content:"\eb00"}.icon-align-bottom:before{content:"\eb01"}.icon-undo2:before{content:"\eb02"}.icon-redo2:before{content:"\eb03"}.icon-forward:before{content:"\eb04"}.icon-reply:before{content:"\eb05"}.icon-reply-all:before{content:"\eb06"}.icon-bubble:before{content:"\eb07"}.icon-bubbles:before{content:"\eb08"}.icon-bubbles2:before{content:"\eb09"}.icon-bubble2:before{content:"\eb0a"}.icon-bubbles3:before{content:"\eb0b"}.icon-bubbles4:before{content:"\eb0c"}.icon-bubble-notification:before{content:"\eb0d"}.icon-bubbles5:before{content:"\eb0e"}.icon-bubbles6:before{content:"\eb0f"}.icon-bubble6:before{content:"\eb10"}.icon-bubbles7:before{content:"\eb11"}.icon-bubble7:before{content:"\eb12"}.icon-bubbles8:before{content:"\eb13"}.icon-bubble8:before{content:"\eb14"}.icon-bubble-dots3:before{content:"\eb15"}.icon-bubble-lines3:before{content:"\eb16"}.icon-bubble9:before{content:"\eb17"}.icon-bubble-dots4:before{content:"\eb18"}.icon-bubble-lines4:before{content:"\eb19"}.icon-bubbles9:before{content:"\eb1a"}.icon-bubbles10:before{content:"\eb1b"}.icon-user:before{content:"\eb33"}.icon-users:before{content:"\eb34"}.icon-user-plus:before{content:"\eb35"}.icon-user-minus:before{content:"\eb36"}.icon-user-cancel:before{content:"\eb37"}.icon-user-block:before{content:"\eb38"}.icon-user-lock:before{content:"\eb39"}.icon-user-check:before{content:"\eb3a"}.icon-users2:before{content:"\eb3b"}.icon-users4:before{content:"\eb44"}.icon-user-tie:before{content:"\eb45"}.icon-collaboration:before{content:"\eb46"}.icon-vcard:before{content:"\eb47"}.icon-hat:before{content:"\ebb8"}.icon-bowtie:before{content:"\ebb9"}.icon-quotes-left:before{content:"\eb49"}.icon-quotes-right:before{content:"\eb4a"}.icon-quotes-left2:before{content:"\eb4b"}.icon-quotes-right2:before{content:"\eb4c"}.icon-hour-glass:before{content:"\eb4d"}.icon-hour-glass2:before{content:"\eb4e"}.icon-hour-glass3:before{content:"\eb4f"}.icon-spinner:before{content:"\eb50"}.icon-spinner2:before{content:"\eb51"}.icon-spinner3:before{content:"\eb52"}.icon-spinner4:before{content:"\eb53"}.icon-spinner6:before{content:"\eb54"}.icon-spinner9:before{content:"\eb55"}.icon-spinner10:before{content:"\eb56"}.icon-spinner11:before{content:"\eb57"}.icon-microscope:before{content:"\eb58"}.icon-enlarge:before{content:"\eb59"}.icon-shrink:before{content:"\eb5a"}.icon-enlarge3:before{content:"\eb5b"}.icon-shrink3:before{content:"\eb5c"}.icon-enlarge5:before{content:"\eb5d"}.icon-shrink5:before{content:"\eb5e"}.icon-enlarge6:before{content:"\eb5f"}.icon-shrink6:before{content:"\eb60"}.icon-enlarge7:before{content:"\eb61"}.icon-shrink7:before{content:"\eb62"}.icon-key:before{content:"\eb63"}.icon-lock:before{content:"\eb65"}.icon-lock2:before{content:"\eb66"}.icon-lock4:before{content:"\eb67"}.icon-unlocked:before{content:"\eb68"}.icon-lock5:before{content:"\eb69"}.icon-unlocked2:before{content:"\eb6a"}.icon-safe:before{content:"\eb6b"}.icon-wrench:before{content:"\eb6c"}.icon-wrench2:before{content:"\eb6d"}.icon-wrench3:before{content:"\eb6e"}.icon-equalizer:before{content:"\eb6f"}.icon-equalizer2:before{content:"\eb70"}.icon-equalizer3:before{content:"\eb71"}.icon-equalizer4:before{content:"\eb72"}.icon-cog:before{content:"\eb73"}.icon-cogs:before{content:"\eb74"}.icon-cog2:before{content:"\eb75"}.icon-cog3:before{content:"\eb76"}.icon-cog4:before{content:"\eb77"}.icon-cog52:before{content:"\eb78"}.icon-cog6:before{content:"\eb79"}.icon-cog7:before{content:"\eb7a"}.icon-hammer:before{content:"\eb7c"}.icon-hammer-wrench:before{content:"\eb7d"}.icon-magic-wand:before{content:"\eb7e"}.icon-magic-wand2:before{content:"\eb7f"}.icon-pulse2:before{content:"\eb80"}.icon-aid-kit:before{content:"\eb81"}.icon-bug2:before{content:"\eb83"}.icon-construction:before{content:"\eb85"}.icon-traffic-cone:before{content:"\eb86"}.icon-traffic-lights:before{content:"\eb87"}.icon-pie-chart:before{content:"\eb88"}.icon-pie-chart2:before{content:"\eb89"}.icon-pie-chart3:before{content:"\eb8a"}.icon-pie-chart4:before{content:"\eb8b"}.icon-pie-chart5:before{content:"\eb8c"}.icon-pie-chart6:before{content:"\eb8d"}.icon-pie-chart7:before{content:"\eb8e"}.icon-stats-dots:before{content:"\eb8f"}.icon-stats-bars:before{content:"\eb90"}.icon-pie-chart8:before{content:"\eb91"}.icon-stats-bars2:before{content:"\eb92"}.icon-stats-bars3:before{content:"\eb93"}.icon-stats-bars4:before{content:"\eb94"}.icon-chart:before{content:"\eb97"}.icon-stats-growth:before{content:"\eb98"}.icon-stats-decline:before{content:"\eb99"}.icon-stats-growth2:before{content:"\eb9a"}.icon-stats-decline2:before{content:"\eb9b"}.icon-stairs-up:before{content:"\eb9c"}.icon-stairs-down:before{content:"\eb9d"}.icon-stairs:before{content:"\eb9e"}.icon-ladder:before{content:"\eba0"}.icon-rating:before{content:"\eba1"}.icon-rating2:before{content:"\eba2"}.icon-rating3:before{content:"\eba3"}.icon-podium:before{content:"\eba5"}.icon-stars:before{content:"\eba6"}.icon-medal-star:before{content:"\eba7"}.icon-medal:before{content:"\eba8"}.icon-medal2:before{content:"\eba9"}.icon-medal-first:before{content:"\ebaa"}.icon-medal-second:before{content:"\ebab"}.icon-medal-third:before{content:"\ebac"}.icon-crown:before{content:"\ebad"}.icon-trophy2:before{content:"\ebaf"}.icon-trophy3:before{content:"\ebb0"}.icon-diamond:before{content:"\ebb1"}.icon-trophy4:before{content:"\ebb2"}.icon-gift:before{content:"\ebb3"}.icon-pipe:before{content:"\ebb6"}.icon-mustache:before{content:"\ebb7"}.icon-cup2:before{content:"\ebc6"}.icon-coffee:before{content:"\ebc8"}.icon-paw:before{content:"\ebd5"}.icon-footprint:before{content:"\ebd6"}.icon-rocket:before{content:"\ebda"}.icon-meter2:before{content:"\ebdc"}.icon-meter-slow:before{content:"\ebdd"}.icon-meter-fast:before{content:"\ebdf"}.icon-hammer2:before{content:"\ebe1"}.icon-balance:before{content:"\ebe2"}.icon-fire:before{content:"\ebe5"}.icon-fire2:before{content:"\ebe6"}.icon-lab:before{content:"\ebe7"}.icon-atom:before{content:"\ebe8"}.icon-atom2:before{content:"\ebe9"}.icon-bin:before{content:"\ebfa"}.icon-bin2:before{content:"\ebfb"}.icon-briefcase:before{content:"\ebff"}.icon-briefcase3:before{content:"\ec01"}.icon-airplane2:before{content:"\ec03"}.icon-airplane3:before{content:"\ec04"}.icon-airplane4:before{content:"\ec05"}.icon-paperplane:before{content:"\ec06"}.icon-car:before{content:"\ec07"}.icon-steering-wheel:before{content:"\ec08"}.icon-car2:before{content:"\ec09"}.icon-gas:before{content:"\ec0a"}.icon-bus:before{content:"\ec0b"}.icon-truck:before{content:"\ec0c"}.icon-bike:before{content:"\ec0d"}.icon-road:before{content:"\ec0e"}.icon-train:before{content:"\ec0f"}.icon-train2:before{content:"\ec10"}.icon-ship:before{content:"\ec11"}.icon-boat:before{content:"\ec12"}.icon-chopper:before{content:"\ec13"}.icon-cube:before{content:"\ec15"}.icon-cube2:before{content:"\ec16"}.icon-cube3:before{content:"\ec17"}.icon-cube4:before{content:"\ec18"}.icon-pyramid:before{content:"\ec19"}.icon-pyramid2:before{content:"\ec1a"}.icon-package:before{content:"\ec1b"}.icon-puzzle:before{content:"\ec1c"}.icon-puzzle2:before{content:"\ec1d"}.icon-puzzle3:before{content:"\ec1e"}.icon-puzzle4:before{content:"\ec1f"}.icon-glasses-3d2:before{content:"\ec21"}.icon-brain:before{content:"\ec24"}.icon-accessibility:before{content:"\ec25"}.icon-accessibility2:before{content:"\ec26"}.icon-strategy:before{content:"\ec27"}.icon-target:before{content:"\ec28"}.icon-target2:before{content:"\ec29"}.icon-shield-check:before{content:"\ec2f"}.icon-shield-notice:before{content:"\ec30"}.icon-shield2:before{content:"\ec31"}.icon-racing:before{content:"\ec40"}.icon-finish:before{content:"\ec41"}.icon-power2:before{content:"\ec46"}.icon-power3:before{content:"\ec47"}.icon-switch:before{content:"\ec48"}.icon-switch22:before{content:"\ec49"}.icon-power-cord:before{content:"\ec4a"}.icon-clipboard:before{content:"\ec4d"}.icon-clipboard2:before{content:"\ec4e"}.icon-clipboard3:before{content:"\ec4f"}.icon-clipboard4:before{content:"\ec50"}.icon-clipboard5:before{content:"\ec51"}.icon-clipboard6:before{content:"\ec52"}.icon-playlist:before{content:"\ec53"}.icon-playlist-add:before{content:"\ec54"}.icon-list-numbered:before{content:"\ec55"}.icon-list:before{content:"\ec56"}.icon-list2:before{content:"\ec57"}.icon-more:before{content:"\ec58"}.icon-more2:before{content:"\ec59"}.icon-grid:before{content:"\ec5a"}.icon-grid2:before{content:"\ec5b"}.icon-grid3:before{content:"\ec5c"}.icon-grid4:before{content:"\ec5d"}.icon-grid52:before{content:"\ec5e"}.icon-grid6:before{content:"\ec5f"}.icon-grid7:before{content:"\ec60"}.icon-tree5:before{content:"\ec61"}.icon-tree6:before{content:"\ec62"}.icon-tree7:before{content:"\ec63"}.icon-lan:before{content:"\ec64"}.icon-lan2:before{content:"\ec65"}.icon-lan3:before{content:"\ec66"}.icon-menu:before{content:"\ec67"}.icon-circle-small:before{content:"\ec68"}.icon-menu2:before{content:"\ec69"}.icon-menu3:before{content:"\ec6a"}.icon-menu4:before{content:"\ec6b"}.icon-menu5:before{content:"\ec6c"}.icon-menu62:before{content:"\ec6d"}.icon-menu7:before{content:"\ec6e"}.icon-menu8:before{content:"\ec6f"}.icon-menu9:before{content:"\ec70"}.icon-menu10:before{content:"\ec71"}.icon-cloud:before{content:"\ec72"}.icon-cloud-download:before{content:"\ec73"}.icon-cloud-upload:before{content:"\ec74"}.icon-cloud-check:before{content:"\ec75"}.icon-cloud2:before{content:"\ec76"}.icon-cloud-download2:before{content:"\ec77"}.icon-cloud-upload2:before{content:"\ec78"}.icon-cloud-check2:before{content:"\ec79"}.icon-import:before{content:"\ec7e"}.icon-download4:before{content:"\ec80"}.icon-upload4:before{content:"\ec81"}.icon-download7:before{content:"\ec86"}.icon-upload7:before{content:"\ec87"}.icon-download10:before{content:"\ec8c"}.icon-upload10:before{content:"\ec8d"}.icon-sphere:before{content:"\ec8e"}.icon-sphere3:before{content:"\ec90"}.icon-earth:before{content:"\ec93"}.icon-link:before{content:"\ec96"}.icon-unlink:before{content:"\ec97"}.icon-link2:before{content:"\ec98"}.icon-unlink2:before{content:"\ec99"}.icon-anchor:before{content:"\eca0"}.icon-flag3:before{content:"\eca3"}.icon-flag4:before{content:"\eca4"}.icon-flag7:before{content:"\eca7"}.icon-flag8:before{content:"\eca8"}.icon-attachment:before{content:"\eca9"}.icon-attachment2:before{content:"\ecaa"}.icon-eye:before{content:"\ecab"}.icon-eye-plus:before{content:"\ecac"}.icon-eye-minus:before{content:"\ecad"}.icon-eye-blocked:before{content:"\ecae"}.icon-eye2:before{content:"\ecaf"}.icon-eye-blocked2:before{content:"\ecb0"}.icon-eye4:before{content:"\ecb3"}.icon-bookmark2:before{content:"\ecb4"}.icon-bookmark3:before{content:"\ecb5"}.icon-bookmarks:before{content:"\ecb6"}.icon-bookmark4:before{content:"\ecb7"}.icon-spotlight2:before{content:"\ecb8"}.icon-starburst:before{content:"\ecb9"}.icon-snowflake:before{content:"\ecba"}.icon-weather-windy:before{content:"\ecd0"}.icon-fan:before{content:"\ecd1"}.icon-umbrella:before{content:"\ecd2"}.icon-sun3:before{content:"\ecd3"}.icon-contrast:before{content:"\ecd4"}.icon-bed2:before{content:"\ecda"}.icon-furniture:before{content:"\ecdb"}.icon-chair:before{content:"\ecdc"}.icon-star-empty3:before{content:"\ece0"}.icon-star-half:before{content:"\ece1"}.icon-star-full2:before{content:"\ece2"}.icon-heart5:before{content:"\ece9"}.icon-heart6:before{content:"\ecea"}.icon-heart-broken2:before{content:"\eceb"}.icon-thumbs-up2:before{content:"\ecf2"}.icon-thumbs-down2:before{content:"\ecf4"}.icon-thumbs-up3:before{content:"\ecf5"}.icon-thumbs-down3:before{content:"\ecf6"}.icon-height:before{content:"\ecf7"}.icon-man:before{content:"\ecf8"}.icon-woman:before{content:"\ecf9"}.icon-man-woman:before{content:"\ecfa"}.icon-yin-yang:before{content:"\ecfe"}.icon-cursor:before{content:"\ed23"}.icon-cursor2:before{content:"\ed24"}.icon-lasso2:before{content:"\ed26"}.icon-select2:before{content:"\ed28"}.icon-point-up:before{content:"\ed29"}.icon-point-right:before{content:"\ed2a"}.icon-point-down:before{content:"\ed2b"}.icon-point-left:before{content:"\ed2c"}.icon-pointer:before{content:"\ed2d"}.icon-reminder:before{content:"\ed2e"}.icon-drag-left-right:before{content:"\ed2f"}.icon-drag-left:before{content:"\ed30"}.icon-drag-right:before{content:"\ed31"}.icon-touch:before{content:"\ed32"}.icon-multitouch:before{content:"\ed33"}.icon-touch-zoom:before{content:"\ed34"}.icon-touch-pinch:before{content:"\ed35"}.icon-hand:before{content:"\ed36"}.icon-grab:before{content:"\ed37"}.icon-stack-empty:before{content:"\ed38"}.icon-stack-plus:before{content:"\ed39"}.icon-stack-minus:before{content:"\ed3a"}.icon-stack-star:before{content:"\ed3b"}.icon-stack-picture:before{content:"\ed3c"}.icon-stack-down:before{content:"\ed3d"}.icon-stack-up:before{content:"\ed3e"}.icon-stack-cancel:before{content:"\ed3f"}.icon-stack-check:before{content:"\ed40"}.icon-stack-text:before{content:"\ed41"}.icon-stack4:before{content:"\ed47"}.icon-stack-music:before{content:"\ed48"}.icon-stack-play:before{content:"\ed49"}.icon-move:before{content:"\ed4a"}.icon-dots:before{content:"\ed4b"}.icon-warning:before{content:"\ed4c"}.icon-warning22:before{content:"\ed4d"}.icon-notification2:before{content:"\ed4f"}.icon-question3:before{content:"\ed52"}.icon-question4:before{content:"\ed53"}.icon-plus3:before{content:"\ed5a"}.icon-minus3:before{content:"\ed5b"}.icon-plus-circle2:before{content:"\ed5e"}.icon-minus-circle2:before{content:"\ed5f"}.icon-cancel-circle2:before{content:"\ed63"}.icon-blocked:before{content:"\ed64"}.icon-cancel-square:before{content:"\ed65"}.icon-cancel-square2:before{content:"\ed66"}.icon-spam:before{content:"\ed68"}.icon-cross2:before{content:"\ed6a"}.icon-cross3:before{content:"\ed6b"}.icon-checkmark:before{content:"\ed6c"}.icon-checkmark3:before{content:"\ed6e"}.icon-checkmark2:before{content:"\e372"}.icon-checkmark4:before{content:"\ed6f"}.icon-spell-check:before{content:"\ed71"}.icon-spell-check2:before{content:"\ed72"}.icon-enter:before{content:"\ed73"}.icon-exit:before{content:"\ed74"}.icon-enter2:before{content:"\ed75"}.icon-exit2:before{content:"\ed76"}.icon-enter3:before{content:"\ed77"}.icon-exit3:before{content:"\ed78"}.icon-wall:before{content:"\ed79"}.icon-fence:before{content:"\ed7a"}.icon-play3:before{content:"\ed7b"}.icon-pause:before{content:"\ed7c"}.icon-stop:before{content:"\ed7d"}.icon-previous:before{content:"\ed7e"}.icon-next:before{content:"\ed7f"}.icon-backward:before{content:"\ed80"}.icon-forward2:before{content:"\ed81"}.icon-play4:before{content:"\ed82"}.icon-pause2:before{content:"\ed83"}.icon-stop2:before{content:"\ed84"}.icon-backward2:before{content:"\ed85"}.icon-forward3:before{content:"\ed86"}.icon-first:before{content:"\ed87"}.icon-last:before{content:"\ed88"}.icon-previous2:before{content:"\ed89"}.icon-next2:before{content:"\ed8a"}.icon-eject:before{content:"\ed8b"}.icon-volume-high:before{content:"\ed8c"}.icon-volume-medium:before{content:"\ed8d"}.icon-volume-low:before{content:"\ed8e"}.icon-volume-mute:before{content:"\ed8f"}.icon-speaker-left:before{content:"\ed90"}.icon-speaker-right:before{content:"\ed91"}.icon-volume-mute2:before{content:"\ed92"}.icon-volume-increase:before{content:"\ed93"}.icon-volume-decrease:before{content:"\ed94"}.icon-volume-mute5:before{content:"\eda4"}.icon-loop:before{content:"\eda5"}.icon-loop3:before{content:"\eda7"}.icon-infinite-square:before{content:"\eda8"}.icon-infinite:before{content:"\eda9"}.icon-loop4:before{content:"\edab"}.icon-shuffle:before{content:"\edac"}.icon-wave:before{content:"\edae"}.icon-wave2:before{content:"\edaf"}.icon-split:before{content:"\edb0"}.icon-merge:before{content:"\edb1"}.icon-arrow-up5:before{content:"\edc4"}.icon-arrow-right5:before{content:"\edc5"}.icon-arrow-down5:before{content:"\edc6"}.icon-arrow-left5:before{content:"\edc7"}.icon-arrow-up-left2:before{content:"\edd0"}.icon-arrow-up7:before{content:"\edd1"}.icon-arrow-up-right2:before{content:"\edd2"}.icon-arrow-right7:before{content:"\edd3"}.icon-arrow-down-right2:before{content:"\edd4"}.icon-arrow-down7:before{content:"\edd5"}.icon-arrow-down-left2:before{content:"\edd6"}.icon-arrow-left7:before{content:"\edd7"}.icon-arrow-up-left3:before{content:"\edd8"}.icon-arrow-up8:before{content:"\edd9"}.icon-arrow-up-right3:before{content:"\edda"}.icon-arrow-right8:before{content:"\eddb"}.icon-arrow-down-right3:before{content:"\eddc"}.icon-arrow-down8:before{content:"\eddd"}.icon-arrow-down-left3:before{content:"\edde"}.icon-arrow-left8:before{content:"\eddf"}.icon-circle-up2:before{content:"\ede4"}.icon-circle-right2:before{content:"\ede5"}.icon-circle-down2:before{content:"\ede6"}.icon-circle-left2:before{content:"\ede7"}.icon-arrow-resize7:before{content:"\edfe"}.icon-arrow-resize8:before{content:"\edff"}.icon-square-up-left:before{content:"\ee00"}.icon-square-up:before{content:"\ee01"}.icon-square-up-right:before{content:"\ee02"}.icon-square-right:before{content:"\ee03"}.icon-square-down-right:before{content:"\ee04"}.icon-square-down:before{content:"\ee05"}.icon-square-down-left:before{content:"\ee06"}.icon-square-left:before{content:"\ee07"}.icon-arrow-up15:before{content:"\ee30"}.icon-arrow-right15:before{content:"\ee31"}.icon-arrow-down15:before{content:"\ee32"}.icon-arrow-left15:before{content:"\ee33"}.icon-arrow-up16:before{content:"\ee34"}.icon-arrow-right16:before{content:"\ee35"}.icon-arrow-down16:before{content:"\ee36"}.icon-arrow-left16:before{content:"\ee37"}.icon-menu-open:before{content:"\ee38"}.icon-menu-open2:before{content:"\ee39"}.icon-menu-close:before{content:"\ee3a"}.icon-menu-close2:before{content:"\ee3b"}.icon-enter5:before{content:"\ee3d"}.icon-esc:before{content:"\ee3e"}.icon-enter6:before{content:"\ee3f"}.icon-backspace:before{content:"\ee40"}.icon-backspace2:before{content:"\ee41"}.icon-tab:before{content:"\ee42"}.icon-transmission:before{content:"\ee43"}.icon-sort:before{content:"\ee45"}.icon-move-up2:before{content:"\ee47"}.icon-move-down2:before{content:"\ee48"}.icon-sort-alpha-asc:before{content:"\ee49"}.icon-sort-alpha-desc:before{content:"\ee4a"}.icon-sort-numeric-asc:before{content:"\ee4b"}.icon-sort-numberic-desc:before{content:"\ee4c"}.icon-sort-amount-asc:before{content:"\ee4d"}.icon-sort-amount-desc:before{content:"\ee4e"}.icon-sort-time-asc:before{content:"\ee4f"}.icon-sort-time-desc:before{content:"\ee50"}.icon-battery-6:before{content:"\ee51"}.icon-battery-0:before{content:"\ee57"}.icon-battery-charging:before{content:"\ee58"}.icon-command:before{content:"\ee5f"}.icon-shift:before{content:"\ee60"}.icon-ctrl:before{content:"\ee61"}.icon-opt:before{content:"\ee62"}.icon-checkbox-checked:before{content:"\ee63"}.icon-checkbox-unchecked:before{content:"\ee64"}.icon-checkbox-partial:before{content:"\ee65"}.icon-square:before{content:"\ee66"}.icon-triangle:before{content:"\ee67"}.icon-triangle2:before{content:"\ee68"}.icon-diamond3:before{content:"\ee69"}.icon-diamond4:before{content:"\ee6a"}.icon-checkbox-checked2:before{content:"\ee6b"}.icon-checkbox-unchecked2:before{content:"\ee6c"}.icon-checkbox-partial2:before{content:"\ee6d"}.icon-radio-checked:before{content:"\ee6e"}.icon-radio-checked2:before{content:"\ee6f"}.icon-radio-unchecked:before{content:"\ee70"}.icon-checkmark-circle:before{content:"\ee73"}.icon-circle:before{content:"\ee74"}.icon-circle2:before{content:"\ee75"}.icon-circles:before{content:"\ee76"}.icon-circles2:before{content:"\ee77"}.icon-crop:before{content:"\ee78"}.icon-crop2:before{content:"\ee79"}.icon-make-group:before{content:"\ee7a"}.icon-ungroup:before{content:"\ee7b"}.icon-vector:before{content:"\ee7c"}.icon-vector2:before{content:"\ee7d"}.icon-rulers:before{content:"\ee7e"}.icon-pencil-ruler:before{content:"\ee80"}.icon-scissors:before{content:"\ee81"}.icon-filter3:before{content:"\ee88"}.icon-filter4:before{content:"\ee89"}.icon-font:before{content:"\ee8a"}.icon-ampersand2:before{content:"\ee8b"}.icon-ligature:before{content:"\ee8c"}.icon-font-size:before{content:"\ee8e"}.icon-typography:before{content:"\ee8f"}.icon-text-height:before{content:"\ee90"}.icon-text-width:before{content:"\ee91"}.icon-height2:before{content:"\ee92"}.icon-width:before{content:"\ee93"}.icon-strikethrough2:before{content:"\ee98"}.icon-font-size2:before{content:"\ee99"}.icon-bold2:before{content:"\ee9a"}.icon-underline2:before{content:"\ee9b"}.icon-italic2:before{content:"\ee9c"}.icon-strikethrough3:before{content:"\ee9d"}.icon-omega:before{content:"\ee9e"}.icon-sigma:before{content:"\ee9f"}.icon-nbsp:before{content:"\eea0"}.icon-page-break:before{content:"\eea1"}.icon-page-break2:before{content:"\eea2"}.icon-superscript:before{content:"\eea3"}.icon-subscript:before{content:"\eea4"}.icon-superscript2:before{content:"\eea5"}.icon-subscript2:before{content:"\eea6"}.icon-text-color:before{content:"\eea7"}.icon-highlight:before{content:"\eea8"}.icon-pagebreak:before{content:"\eea9"}.icon-clear-formatting:before{content:"\eeaa"}.icon-table:before{content:"\eeab"}.icon-table2:before{content:"\eeac"}.icon-insert-template:before{content:"\eead"}.icon-pilcrow:before{content:"\eeae"}.icon-ltr:before{content:"\eeaf"}.icon-rtl:before{content:"\eeb0"}.icon-ltr2:before{content:"\eeb1"}.icon-rtl2:before{content:"\eeb2"}.icon-section:before{content:"\eeb3"}.icon-paragraph-left2:before{content:"\eeb8"}.icon-paragraph-center2:before{content:"\eeb9"}.icon-paragraph-right2:before{content:"\eeba"}.icon-paragraph-justify2:before{content:"\eebb"}.icon-indent-increase:before{content:"\eebc"}.icon-indent-decrease:before{content:"\eebd"}.icon-paragraph-left3:before{content:"\eebe"}.icon-paragraph-center3:before{content:"\eebf"}.icon-paragraph-right3:before{content:"\eec0"}.icon-paragraph-justify3:before{content:"\eec1"}.icon-indent-increase2:before{content:"\eec2"}.icon-indent-decrease2:before{content:"\eec3"}.icon-share:before{content:"\eec4"}.icon-share2:before{content:"\eec5"}.icon-new-tab:before{content:"\eec6"}.icon-new-tab2:before{content:"\eec7"}.icon-popout:before{content:"\eec8"}.icon-embed:before{content:"\eec9"}.icon-embed2:before{content:"\eeca"}.icon-markup:before{content:"\eecb"}.icon-regexp:before{content:"\eecc"}.icon-regexp2:before{content:"\eecd"}.icon-code:before{content:"\eece"}.icon-circle-css:before{content:"\eecf"}.icon-circle-code:before{content:"\eed0"}.icon-terminal:before{content:"\eed1"}.icon-unicode:before{content:"\eed2"}.icon-seven-segment-0:before{content:"\eed3"}.icon-seven-segment-1:before{content:"\eed4"}.icon-seven-segment-2:before{content:"\eed5"}.icon-seven-segment-3:before{content:"\eed6"}.icon-seven-segment-4:before{content:"\eed7"}.icon-seven-segment-5:before{content:"\eed8"}.icon-seven-segment-6:before{content:"\eed9"}.icon-seven-segment-7:before{content:"\eeda"}.icon-seven-segment-8:before{content:"\eedb"}.icon-seven-segment-9:before{content:"\eedc"}.icon-share3:before{content:"\eedd"}.icon-share4:before{content:"\eede"}.icon-google:before{content:"\eee3"}.icon-google-plus:before{content:"\eee4"}.icon-google-plus2:before{content:"\eee5"}.icon-google-drive:before{content:"\eee7"}.icon-facebook:before{content:"\eee8"}.icon-facebook2:before{content:"\eee9"}.icon-instagram:before{content:"\eeec"}.icon-twitter:before{content:"\eeed"}.icon-twitter2:before{content:"\eeee"}.icon-feed2:before{content:"\eef0"}.icon-feed3:before{content:"\eef1"}.icon-youtube:before{content:"\eef3"}.icon-youtube2:before{content:"\eef4"}.icon-youtube3:before{content:"\eef5"}.icon-vimeo:before{content:"\eef8"}.icon-vimeo2:before{content:"\eef9"}.icon-lanyrd:before{content:"\eefb"}.icon-flickr:before{content:"\eefc"}.icon-flickr2:before{content:"\eefd"}.icon-flickr3:before{content:"\eefe"}.icon-picassa:before{content:"\ef00"}.icon-picassa2:before{content:"\ef01"}.icon-dribbble:before{content:"\ef02"}.icon-dribbble2:before{content:"\ef03"}.icon-dribbble3:before{content:"\ef04"}.icon-forrst:before{content:"\ef05"}.icon-forrst2:before{content:"\ef06"}.icon-deviantart:before{content:"\ef07"}.icon-deviantart2:before{content:"\ef08"}.icon-steam:before{content:"\ef09"}.icon-steam2:before{content:"\ef0a"}.icon-dropbox:before{content:"\ef0b"}.icon-onedrive:before{content:"\ef0c"}.icon-github:before{content:"\ef0d"}.icon-github4:before{content:"\ef10"}.icon-github5:before{content:"\ef11"}.icon-wordpress:before{content:"\ef12"}.icon-wordpress2:before{content:"\ef13"}.icon-joomla:before{content:"\ef14"}.icon-blogger:before{content:"\ef15"}.icon-blogger2:before{content:"\ef16"}.icon-tumblr:before{content:"\ef17"}.icon-tumblr2:before{content:"\ef18"}.icon-yahoo:before{content:"\ef19"}.icon-tux:before{content:"\ef1a"}.icon-apple2:before{content:"\ef1b"}.icon-finder:before{content:"\ef1c"}.icon-android:before{content:"\ef1d"}.icon-windows:before{content:"\ef1e"}.icon-windows8:before{content:"\ef1f"}.icon-soundcloud:before{content:"\ef20"}.icon-soundcloud2:before{content:"\ef21"}.icon-skype:before{content:"\ef22"}.icon-reddit:before{content:"\ef23"}.icon-linkedin:before{content:"\ef24"}.icon-linkedin2:before{content:"\ef25"}.icon-lastfm:before{content:"\ef26"}.icon-lastfm2:before{content:"\ef27"}.icon-delicious:before{content:"\ef28"}.icon-stumbleupon:before{content:"\ef29"}.icon-stumbleupon2:before{content:"\ef2a"}.icon-stackoverflow:before{content:"\ef2b"}.icon-pinterest2:before{content:"\ef2d"}.icon-xing:before{content:"\ef2e"}.icon-flattr:before{content:"\ef30"}.icon-foursquare:before{content:"\ef31"}.icon-paypal:before{content:"\ef32"}.icon-paypal2:before{content:"\ef33"}.icon-yelp:before{content:"\ef35"}.icon-file-pdf:before{content:"\ef36"}.icon-file-openoffice:before{content:"\ef37"}.icon-file-word:before{content:"\ef38"}.icon-file-excel:before{content:"\ef39"}.icon-libreoffice:before{content:"\ef3a"}.icon-html5:before{content:"\ef3b"}.icon-html52:before{content:"\ef3c"}.icon-css3:before{content:"\ef3d"}.icon-git:before{content:"\ef3e"}.icon-svg:before{content:"\ef3f"}.icon-codepen:before{content:"\ef40"}.icon-chrome:before{content:"\ef41"}.icon-firefox:before{content:"\ef42"}.icon-IE:before{content:"\ef43"}.icon-opera:before{content:"\ef44"}.icon-safari:before{content:"\ef45"}.icon-check2:before{content:"\e601"}.icon-home4:before{content:"\e603"}.icon-people:before{content:"\e81b"}.icon-checkmark-circle2:before{content:"\e853"}.icon-arrow-up-left32:before{content:"\e8ae"}.icon-arrow-up52:before{content:"\e8af"}.icon-arrow-up-right32:before{content:"\e8b0"}.icon-arrow-right6:before{content:"\e8b1"}.icon-arrow-down-right32:before{content:"\e8b2"}.icon-arrow-down52:before{content:"\e8b3"}.icon-arrow-down-left32:before{content:"\e8b4"}.icon-arrow-left52:before{content:"\e8b5"}.icon-calendar5:before{content:"\e985"}.icon-move-alt1:before{content:"\e986"}.icon-reload-alt:before{content:"\e987"}.icon-move-vertical:before{content:"\e988"}.icon-move-horizontal:before{content:"\e989"}.icon-hash:before{content:"\e98b"}.icon-bars-alt:before{content:"\e98c"}.icon-eye8:before{content:"\e98d"}.icon-search4:before{content:"\e98e"}.icon-zoomin3:before{content:"\e98f"}.icon-zoomout3:before{content:"\e990"}.icon-add:before{content:"\e991"}.icon-subtract:before{content:"\e992"}.icon-exclamation:before{content:"\e993"}.icon-question6:before{content:"\e994"}.icon-close2:before{content:"\e995"}.icon-task:before{content:"\e996"}.icon-inbox:before{content:"\e997"}.icon-inbox-alt:before{content:"\e998"}.icon-envelope:before{content:"\e999"}.icon-compose:before{content:"\e99a"}.icon-newspaper2:before{content:"\e99b"}.icon-calendar22:before{content:"\e99c"}.icon-hyperlink:before{content:"\e99d"}.icon-trash:before{content:"\e99e"}.icon-trash-alt:before{content:"\e99f"}.icon-grid5:before{content:"\e9a0"}.icon-grid-alt:before{content:"\e9a1"}.icon-menu6:before{content:"\e9a2"}.icon-list3:before{content:"\e9a3"}.icon-gallery:before{content:"\e9a4"}.icon-calculator:before{content:"\e9a5"}.icon-windows2:before{content:"\e9a6"}.icon-browser:before{content:"\e9a7"}.icon-portfolio:before{content:"\e9a8"}.icon-comments:before{content:"\e9a9"}.icon-screen3:before{content:"\e9aa"}.icon-iphone:before{content:"\e9ab"}.icon-ipad:before{content:"\e9ac"}.icon-googleplus5:before{content:"\e9ad"}.icon-pin:before{content:"\e9ae"}.icon-pin-alt:before{content:"\e9af"}.icon-cog5:before{content:"\e9b0"}.icon-graduation:before{content:"\e9b1"}.icon-air:before{content:"\e9b2"}.icon-droplets:before{content:"\e7ee"}.icon-statistics:before{content:"\e9b4"}.icon-pie5:before{content:"\e7ef"}.icon-cross:before{content:"\e9b6"}.icon-minus2:before{content:"\e9b7"}.icon-plus2:before{content:"\e9b8"}.icon-info3:before{content:"\e9b9"}.icon-info22:before{content:"\e9ba"}.icon-question7:before{content:"\e9bb"}.icon-help:before{content:"\e9bc"}.icon-warning2:before{content:"\e9bd"}.icon-add-to-list:before{content:"\e9bf"}.icon-arrow-left12:before{content:"\e9c0"}.icon-arrow-down12:before{content:"\e9c1"}.icon-arrow-up12:before{content:"\e9c2"}.icon-arrow-right13:before{content:"\e9c3"}.icon-arrow-left22:before{content:"\e9c4"}.icon-arrow-down22:before{content:"\e9c5"}.icon-arrow-up22:before{content:"\e9c6"}.icon-arrow-right22:before{content:"\e9c7"}.icon-arrow-left32:before{content:"\e9c8"}.icon-arrow-down32:before{content:"\e9c9"}.icon-arrow-up32:before{content:"\e9ca"}.icon-arrow-right32:before{content:"\e9cb"}.icon-switch2:before{content:"\e647"}.icon-checkmark5:before{content:"\e600"}.icon-ampersand:before{content:"\e9cc"}.icon-alert:before{content:"\e9cf"}.icon-alignment-align:before{content:"\e9d0"}.icon-alignment-aligned-to:before{content:"\e9d1"}.icon-alignment-unalign:before{content:"\e9d2"}.icon-arrow-down132:before{content:"\e9d3"}.icon-arrow-up13:before{content:"\e9da"}.icon-arrow-left13:before{content:"\e9d4"}.icon-arrow-right14:before{content:"\e9d5"}.icon-arrow-small-down:before{content:"\e9d6"}.icon-arrow-small-left:before{content:"\e9d7"}.icon-arrow-small-right:before{content:"\e9d8"}.icon-arrow-small-up:before{content:"\e9d9"}.icon-check:before{content:"\e9db"}.icon-chevron-down:before{content:"\e9dc"}.icon-chevron-left:before{content:"\e9dd"}.icon-chevron-right:before{content:"\e9de"}.icon-chevron-up:before{content:"\e9df"}.icon-clippy:before{content:"\f035"}.icon-comment:before{content:"\f02b"}.icon-comment-discussion:before{content:"\f04f"}.icon-dash:before{content:"\e9e2"}.icon-diff:before{content:"\e9e3"}.icon-diff-added:before{content:"\e9e4"}.icon-diff-ignored:before{content:"\e9e5"}.icon-diff-modified:before{content:"\e9e6"}.icon-diff-removed:before{content:"\e9e7"}.icon-diff-renamed:before{content:"\e9e8"}.icon-file-media:before{content:"\f012"}.icon-fold:before{content:"\e9ea"}.icon-gear:before{content:"\e9eb"}.icon-git-branch:before{content:"\e9ec"}.icon-git-commit:before{content:"\e9ed"}.icon-git-compare:before{content:"\e9ee"}.icon-git-merge:before{content:"\e9ef"}.icon-git-pull-request:before{content:"\e9f0"}.icon-graph:before{content:"\f043"}.icon-law:before{content:"\e9f1"}.icon-list-ordered:before{content:"\e9f2"}.icon-list-unordered:before{content:"\e9f3"}.icon-mail5:before{content:"\e9f4"}.icon-mail-read:before{content:"\e9f5"}.icon-mention:before{content:"\e9f6"}.icon-mirror:before{content:"\f024"}.icon-move-down:before{content:"\f0a8"}.icon-move-left:before{content:"\f074"}.icon-move-right:before{content:"\f0a9"}.icon-move-up:before{content:"\f0a7"}.icon-person:before{content:"\f018"}.icon-plus22:before{content:"\e9f7"}.icon-primitive-dot:before{content:"\f052"}.icon-primitive-square:before{content:"\f053"}.icon-repo-forked:before{content:"\e9f8"}.icon-screen-full:before{content:"\e9f9"}.icon-screen-normal:before{content:"\e9fa"}.icon-sync:before{content:"\e9fb"}.icon-three-bars:before{content:"\e9fc"}.icon-unfold:before{content:"\e9fe"}.icon-versions:before{content:"\e9ff"}.icon-x:before{content:"\ea00"}
/* End */


/* Start:/local/templates/travelsoft_copy/components/bitrix/system.auth.changepasswd/flat/style.css?1679905800112*/
/*style from inline*/
.icon-eye.text-muted, .icon-eye-blocked.text-muted {cursor: pointer; pointer-events: all;}
/* End */


/* Start:/local/templates/travelsoft_copy/components/bitrix/system.auth.registration/partners-flat/style.css?16799058001767*/
/*style from inline*/
.btn_login{
		display: block;
		font-size: 14px;
		line-height: 25px;
		margin-top: 22px;
		margin-left: 20px;
		padding: 0 10px;
		background: #264B87;
		color: #fff !important;
		border: 1px solid #264B87;
		text-align: center;
		text-transform: none;
		text-overflow: ellipsis;
		max-width: 50px;
		white-space: nowrap;
		overflow: hidden;
	}

.popup{
	position: fixed;
    z-index: 1080;
    background: #fff;
    /*width: 80%;
    top: 0%;
    left: 10%;
    height: 100vh;*/
    overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	display: none;
	font-size: 1.8rem;
}

/* .popup::before{
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	background: black;
	left: 0;
	opacity: 0.7;
} */

.popup_wrapper{
	width: 100%;
    z-index: 1000;
    background: rgb(0, 0, 0, .5);
    position: fixed;
    /*height: 100vh;*/
    height: 100%;
    left: 0;
    top: 0;
	display: none;
}
.close{
	margin: 30px;
	color: #000 !important;
}
.white-popup{
	max-width: 100% !important;
}

.popup::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.icon-eye.text-muted, .icon-eye-blocked.text-muted {cursor: pointer; pointer-events: all;}
input.reg-link {
	background: none;
	border: none;
	color: var(--main-color);

}
.do-reg, .social {
	margin: 4.8rem auto 0;
}
/*.auth-form {
	height: 77rem !important;
}*/
/*.notification.alert-danger {
	background-color: #F2DEDE; !important;
	max-width: 75% !important;
	position: inherit;
	font-size: 1.1rem;
}*/
.notification.alert-success {
	background-color: #eefff3 !important;
	/*border-color: #d6f2de;*/
	max-width: 75% !important;
	position: inherit;
	font-size: 1.1rem;
}

.rules .leaving-modal__content {
	color: var(--main-color);
}

.popup.leaving-modal__wrapper {
	width: 100%;
}
/* End */


/* Start:/local/templates/travelsoft_copy/components/bitrix/menu/sub-menu/style.css?1679905800610*/
li.root-item ul.root-item {display: none;}
a.root-item-selected, a.item-selected {font-weight: 600;}


[data='collapse']{
    display: none;
}
[data="collapse"].active{
    display: block;
}
[data='toogle-menu']{
    text-align: center;
    color: #264B87;
    font-size: 24px;
    padding-left: 25px;
    cursor: pointer;
    width: 100%;
    background-color: #fff;
    border: 1px solid;
    padding: 10px 5px;
    display: none;
}
@media screen and(min-width: 768px) {
    .sidebar-cn .widget_categories{
        
    }
}
@media screen and (max-width:768px) {
[data='toogle-menu']{
    display: block;
}

}
/* End */


/* Start:/local/templates/travelsoft_copy/components/bitrix/menu/boo_footer/style.css?1679905800581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/travelsoft_copy/components/bitrix/menu/boo_footer/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/travelsoft_copy/components/bitrix/menu/footer_col/style.css?1679905800581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/travelsoft_copy/components/bitrix/menu/footer_col/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/components/travelsoft/callback/templates/techsupport/style.css?1679905797575*/
#callback-btn {
    /*padding: 10px;*/
    /*background-color: #264B87;
    color: #fff;*/
    cursor: pointer;
}
/*.review-form{
    transform: translate(-50%,-50%)!important;
}*/

#callback-modal .error-container {color: red; font-size: 11px !important;}

#callback-modal .star {color: red;}

#callback-modal .fail-message {color: red; font-size: 18px;}

#callback-modal .ok-message {color: green; font-size: 18px;}

#callback-modal .glyphicon {top: 25px !important;}
.fade.active {
  opacity: 1;
}
.review-form__close{
    margin: 0 !important;
}

/* End */
/* /local/templates/travelsoft_copy/libs/jquery-ui-1.13.2.custom/jquery-ui.css?167990580037438 */
/* /local/templates/travelsoft_copy/libs/slick-1.8.1/slick/slick.css?16799058001895 */
/* /local/templates/travelsoft_copy/libs/slick-1.8.1/slick/slick-theme.css?16799058003349 */
/* /local/templates/travelsoft_copy/css/font-awesome.min.css?167990580031071 */
/* /local/templates/travelsoft_copy/css/fonts.css?16799058004101 */
/* /local/templates/travelsoft_copy/css/booking_form.css?16799058009128 */
/* /local/templates/travelsoft_copy/css/styles.css?1712060570186518 */
/* /local/templates/travelsoft_copy/css/guide.css?16799058226875 */
/* /local/templates/travelsoft_copy/css/popular.css?16799058008498 */
/* /local/templates/travelsoft_copy/css/offers.css?17097326427646 */
/* /local/templates/travelsoft_copy/css/blog.css?16799058007089 */
/* /local/templates/travelsoft_copy/css/star-rating-svg.css?1679905800591 */
/* /local/templates/travelsoft_copy/css/static.css?16799058003400 */
/* /local/templates/travelsoft_copy/css/travelsoft_styles.css?168138927530895 */
/* /local/templates/travelsoft_copy/components/bitrix/menu/top/style.css?1679905800822 */
/* /local/components/vetliva/exchange_rates_list/templates/right_menu_version/style.css?1679905797758 */
/* /local/templates/travelsoft_copy/components/bitrix/menu/boo_top/style.css?1679905800581 */
/* /local/components/travelsoft/small.basket/templates/vetliva_new/style.css?1679905797533 */
/* /local/templates/travelsoft_copy/components/bitrix/system.auth.form/header-auth/style.css?16799058004264 */
/* /local/templates/travelsoft_copy/components/bitrix/system.auth.registration/flat/style.css?16799058001767 */
/* /local/templates/travelsoft/css/icomoon/style.min.css?167990579845019 */
/* /local/templates/travelsoft_copy/components/bitrix/system.auth.changepasswd/flat/style.css?1679905800112 */
/* /local/templates/travelsoft_copy/components/bitrix/system.auth.registration/partners-flat/style.css?16799058001767 */
/* /local/templates/travelsoft_copy/components/bitrix/menu/sub-menu/style.css?1679905800610 */
/* /local/templates/travelsoft_copy/components/bitrix/menu/boo_footer/style.css?1679905800581 */
/* /local/templates/travelsoft_copy/components/bitrix/menu/footer_col/style.css?1679905800581 */
/* /local/components/travelsoft/callback/templates/techsupport/style.css?1679905797575 */
