/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* 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%;
}

/*!
 * jQuery UI Accordion 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.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;
}

/*!
 * jQuery UI Autocomplete 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!
 * jQuery UI Button 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.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;
	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;
}

/*!
 * jQuery UI Checkboxradio 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */

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

/*!
 * jQuery UI Controlgroup 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */

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


/*!
 * jQuery UI Datepicker 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.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;
}

/*!
 * jQuery UI Dialog 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.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;
}

/*!
 * jQuery UI Draggable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	touch-action: none;
}

/*!
 * jQuery UI Menu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.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;
}

/*!
 * jQuery UI Progressbar 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.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;
}

/*!
 * jQuery UI Resizable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	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;
}

/*!
 * jQuery UI Selectable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

/*!
 * jQuery UI Selectmenu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.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;
}

/*!
 * jQuery UI Sortable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	touch-action: none;
}

/*!
 * jQuery UI Slider 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.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;
	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;
}

/*!
 * jQuery UI Spinner 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.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;
}

/*!
 * jQuery UI Tabs 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.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;
}

/*!
 * jQuery UI Tooltip 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.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/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* 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/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.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/*{fcDefault}*/;
	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/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.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/*{fcHover}*/;
	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/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.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(/images/vendor/jquery-ui/themes/base/ui-icons_444444_256x240.png?d1b818587c3bc65058fe43800e4a191c)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_444444_256x240.png?d1b818587c3bc65058fe43800e4a191c)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_555555_256x240.png?35d57320d9df28ec0d0d8bd1b5c75983)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_ffffff_256x240.png?92bef7e45fed3caba8dc9348edef4df2)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_777620_256x240.png?f423048bf942a7a33b33b1b982ecdb51)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_cc0000_256x240.png?5cbbd560bcf30acb95dd3b0b0d61645a)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_777777_256x240.png?f5d5fce2f36b5776eab8b314efc2dfd8)/*{iconsDefault}*/;
}

/* 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/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}

/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

@charset "UTF-8";
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
* {
  text-decoration: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-backface-visibility: hidden;
  color: #2E2E32;
}
*:after, *:before, * button {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-backface-visibility: hidden;
}
*::-moz-selection {
  background-color: rgba(233, 53, 50, 0.4);
}
*::selection {
  background-color: rgba(233, 53, 50, 0.4);
}

.preload * {
  transition: none !important;
}

html {
  font-size: 100%;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
  z-index: 3;
}

footer {
  z-index: 2;
}

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

::-webkit-scrollbar-track {
  background-color: #ECECEC;
  transition-duration: 0.4s;
}

::-webkit-scrollbar-thumb {
  background-color: #2E2E32;
  outline: 1px solid #2E2E32;
  border-radius: 7px;
  transition-duration: 0.4s;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #2E2E32;
  transition-duration: 0.4s;
}

::-moz-placeholder {
  font-weight: 300;
  color: #2E2E32;
  opacity: 1;
}

::placeholder {
  font-weight: 300;
  color: #2E2E32;
}

p {
  -webkit-hyphens: auto;
  hyphens: auto;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

summary::-webkit-details-marker {
  display: none;
}

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

input {
  -webkit-appearance: searchfield;
}

*::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

input[type=text],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  resize: none;
  background-color: #fff;
}

fieldset {
  padding: 0;
  border: none;
}

.overflow-hidden {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Manrope", sans-serif;
}

input {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  user-select: initial;
}
input:disabled {
  background-color: #fff;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

select {
  padding: 0.5rem;
  background: transparent;
  border-radius: 1px;
  border: 1px solid #E3E3E3;
  transition-duration: 0.4s;
  font-size: 1.5em;
  color: #000;
}
select option:hover {
  background: #fff;
  transition-duration: 0.4s;
}

.select-hidden {
  display: none;
  visibility: hidden;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 60px;
  width: 20%;
  border: 2px solid #e93532;
  border-radius: 8px;
  background-color: #fff;
}
.select-block {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.select-block-one .select-styled {
  width: 15rem;
  padding: 0.25rem 1rem;
  height: auto;
  border-radius: 4px;
}
.select-block-one .select-styled.active {
  padding-top: 0.25rem;
}
.select-block-one .select-styled.active .select-styled-default {
  display: none;
}
.select-block-one .select-styled.active::after {
  top: 0.5rem;
}
.select-block-one .select-styled::after {
  top: 0.25rem;
  content: url("/img/site/arrow-small.svg");
}
.select-block-one .select-styled-select {
  display: none;
}
.select-block-one .select-options {
  top: 38px;
  border-radius: 4px;
}
.select-styled {
  background-color: #fff;
  border: 2px solid #2E2E32;
  border-radius: 8px;
  padding: 1rem;
  width: 20rem;
  transition: all 0.4s ease-in;
  font-weight: 500;
  height: 58px;
  position: relative;
}
.select-styled.active {
  border-color: #e93532;
  background-color: #e93532;
  padding-top: 0.5rem;
}
.select-styled.active::after {
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}
.select-styled.active .select-styled-select {
  display: block;
  color: #fff;
}
.select-styled.active .select-styled-default {
  font-size: 0.7em;
  color: #fff;
}
.select-styled::after {
  content: url("/img/site/arrow.svg");
  position: absolute;
  right: 1rem;
  top: calc(50% - .6rem);
  transition: all 0.4s ease-in-out;
  filter: brightness(0);
}
.select-styled-default {
  font-size: 1em;
  transition-duration: 0.4s;
}
.select-styled-select {
  display: none;
  transition-duration: 0.4s;
}
.select-styled:not(.active):hover {
  border-color: #e93532;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.select-styled:not(.active):hover .select-styled-select,
.select-styled:not(.active):hover .select-styled-default {
  color: #e93532;
}
.select-styled:not(.active):hover::after {
  filter: brightness(1);
}
.select-options {
  display: none;
  position: absolute;
  top: calc(100% + .5rem);
  right: 0;
  left: 0;
  z-index: 3;
  background-color: #fff;
  border: 2px solid #e93532;
  border-radius: 8px;
  overflow: hidden;
}
.select-options.active {
  display: block;
}
.select-options-link {
  padding: 1rem;
  transition: all 0.15s ease-in;
  color: #e93532;
  cursor: pointer;
  position: relative;
  display: block;
}
.select-options-link input[type=radio] {
  display: none;
}
.select-options-link:not(:last-child) {
  border-bottom: 1px dashed #FFD2D2;
}
.select-options-link:hover {
  background-color: #FFD2D2;
  border-radius: 8px;
}
.select-options-link:hover::after {
  content: url("/img/site/arrow-select.svg");
  position: absolute;
  right: 1rem;
  top: calc(50% - .5rem);
  transition: all 0.4s ease-in-out;
}
.select-options-link:hover.active::after {
  opacity: 0.8;
}
.select-options-link[rel=hide] {
  display: none;
}
.select-options-link.active::after {
  content: url("/img/site/arrow-select.svg");
  position: absolute;
  right: 1rem;
  top: calc(50% - .5rem);
  transition: all 0.4s ease-in-out;
}

.index-tabs-select {
  display: none;
  margin-bottom: 1rem;
  width: 100%;
}
.index-tabs-select .select-styled-select {
  display: block;
  color: #e93532;
}
.index-tabs-select .select-styled {
  border-color: #e93532;
}
.index-tabs-select .select-styled::after {
  filter: brightness(1);
}
.index-tabs-select .select-styled:hover {
  background-color: #FFEDED;
}
.index-tabs-select .select-styled.active {
  color: #e93532;
  background-color: #fff;
}
.index-tabs-select .select-styled.active .select-styled-select {
  color: #e93532;
  font-size: 1em;
}
.index-tabs-select .select-styled.active:hover {
  background-color: #FFEDED;
}
.index-tabs-select .select-options a {
  width: 100%;
  padding: 1rem;
  color: #e93532;
  display: block;
}
.index-tabs-select .select-options li,
.index-tabs-select .select-options label {
  padding: 0;
}

.input-wrapper-accent .input {
  color: #fff;
  border-color: #fff;
}
.input-wrapper-accent .input:focus {
  color: #e25856;
  border-color: #e25856;
}
.input-wrapper-accent .input:not(:empty):invalid {
  border-color: #e25856;
}
.input-wrapper-accent .input:hover {
  border-color: #e25856;
  box-shadow: none;
}
.input-wrapper-accent .move-label {
  color: #fff;
}
.input-wrapper-accent input[type=email]:not(:empty):invalid ~ .move-label,
.input-wrapper-accent input:focus ~ .move-label,
.input-wrapper-accent textarea:focus ~ .move-label {
  color: #e25856;
  top: 5px;
  font-size: 0.9em;
}
.input-wrapper-accent input:not(:focus):valid ~ .move-label,
.input-wrapper-accent textarea:not(:focus):valid ~ .move-label {
  color: #fff;
  top: 5px;
  font-size: 0.9em;
}
.input-wrapper-dark .input {
  color: #2E2E32;
  border-color: #2E2E32;
}
.input-wrapper-dark .input:focus {
  color: #e93532;
  border-color: #e93532;
}
.input-wrapper-dark .input:not(:empty):invalid {
  border-color: #e93532;
}
.input-wrapper-dark .input:hover {
  border-color: #e93532;
  box-shadow: none;
}
.input-wrapper-dark .move-label {
  color: #2E2E32;
}
.input-wrapper-dark input[type=email]:not(:empty):invalid ~ .move-label,
.input-wrapper-dark input:focus ~ .move-label,
.input-wrapper-dark textarea:focus ~ .move-label {
  color: #e93532;
  top: 6px;
  font-size: 0.75em;
}
.input-wrapper-dark input:not(:focus):valid ~ .move-label {
  color: #2E2E32;
  top: 6px;
  font-size: 0.75em;
}
.input-wrapper-dark .button-feedback {
  border-color: #fff;
  background-color: #2E2E32;
  color: #fff;
}
.input-wrapper-dark .button-feedback:focus {
  background-color: #e93532;
  color: #fff;
}

.input-container {
  position: relative;
  width: 100%;
}
.input-container:not(:last-child) {
  margin-bottom: 1.5rem;
}
.input-container textarea {
  height: 160px;
}

.input-error {
  color: #e93532;
  font-size: 0.8em;
  font-weight: 300;
  font-style: italic;
  position: absolute;
  left: 0;
  bottom: -1rem;
}

.input {
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  overflow: hidden;
  padding: 1.4rem 1rem 0.6rem;
  background-color: transparent;
  width: 100%;
  border: 2px solid #2E2E32;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}
.input:focus {
  outline: none;
}
.input:disabled {
  border-color: #E3E3E3;
}
.input:invalid, .input:-moz-submit-invalid, .input:-moz-ui-invalid {
  box-shadow: none;
}

.move-label {
  font-size: 1em;
  position: absolute;
  pointer-events: none;
  top: 1rem;
  left: 1rem;
  transition: all 0.3s ease;
}

.input-toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.input-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.input-toggle input:checked + .input-toggle-slider {
  border-color: #e93532;
  background-color: #e93532;
}
.input-toggle input:checked + .input-toggle-slider:before {
  transform: translateX(26px);
  background-color: #fff;
}
.input-toggle input:focus + .input-toggle-slider {
  box-shadow: 0 0 1px #2196F3;
}
.input-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 2px solid #2E2E32;
  transition: 0.4s;
  border-radius: 34px;
}
.input-toggle-slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  background-color: #2E2E32;
  transition: 0.4s;
  border-radius: 50%;
}

.text-empty {
  font-size: 3em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6rem;
  font-family: "Inter", sans-serif;
}
.text-empty-small {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6rem;
  font-family: "Inter", sans-serif;
}

ul {
  list-style: none;
}

.overflow-hidden {
  overflow-y: hidden;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.display-none {
  display: none;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
  position: relative;
}

.content {
  padding-top: 6rem;
}

.content-index {
  z-index: 3;
  flex: 1 0 auto;
}

.page {
  padding-left: 12rem;
  padding-right: 12rem;
  width: 100%;
}

.page-inner {
  margin: 0 auto;
  max-width: 1680px;
  width: 100%;
}

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

h1 {
  color: #2E2E32;
}

.margin-top {
  margin-top: auto;
}

.button {
  font-size: 1em;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-decoration: none;
  padding: 1rem 2rem;
  transition: all 0.4s ease-in-out;
  border-width: 2px;
  border-style: solid;
  border-radius: 8px;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.25rem;
}
.button-small {
  padding: 0.3333333333rem 1rem;
  font-size: 0.9em;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: -moz-max-content;
  height: max-content;
}
.button svg {
  width: 1.2rem;
  height: 1.2rem;
}
.button-hover-red:hover {
  background-color: #fff;
  color: #e93532;
  border-color: #e93532;
}
.button-hover-red:hover svg {
  transition-duration: 0.4s;
  fill: #e93532;
}
.button-hover-red:hover svg path {
  transition-duration: 0.4s;
  fill: #e93532;
}
.button-hover-dark:hover {
  color: #2E2E32;
  border-color: #2E2E32;
}
.button-hover-dark:hover svg {
  transition-duration: 0.4s;
  fill: #2E2E32;
}
.button-focus-white:focus {
  background-color: #fff;
  color: #e93532;
  border-color: #e93532;
}
.button-focus-white:focus svg {
  transition-duration: 0.4s;
  fill: #e93532;
}
.button-focus-accent:focus {
  background-color: #e93532;
  color: #fff;
  border-color: #e93532;
}
.button-focus-accent:focus svg {
  transition-duration: 0.4s;
  fill: #fff;
}
.button-accent {
  background-color: #e93532;
  border-color: #e93532;
  color: #fff;
}
.button-accent svg {
  transition-duration: 0.4s;
  fill: #fff;
}
.button-feedback {
  border-color: #fff;
  background-color: #fff;
  color: #2E2E32;
}
.button-gray {
  border-color: #C3C3C7;
  background-color: #C3C3C7;
  color: #fff;
  font-size: 0.9em;
  padding: 0.8em 1.5em;
}
.button-gray svg {
  transition-duration: 0.4s;
  fill: #fff;
}
.button-dark {
  border-color: #fff;
  background-color: #2E2E32;
  color: #fff;
}
.button-dark svg {
  transition-duration: 0.4s;
  fill: #fff;
}
.button-transparent {
  background-color: #fff;
  border-color: #2E2E32;
  color: #2E2E32;
}
.button-transparent svg {
  transition-duration: 0.4s;
  fill: #2E2E32;
}
.button-white {
  border-color: #fff;
  background-color: #fff;
  color: #2E2E32;
}
.button-white svg {
  transition-duration: 0.4s;
  fill: #2E2E32;
}

.grecaptcha-badge {
  z-index: 20;
  visibility: hidden;
}

.pattern {
  position: absolute;
  width: calc(100% - 24rem);
  height: 100%;
  top: 0;
  left: 12rem;
  right: 12rem;
}
.pattern-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
}
.pattern span {
  position: absolute;
  top: 0;
  width: 1rem;
  height: 100%;
}
.pattern span:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: repeating-linear-gradient(to bottom, transparent 0 10px, #E4E4E4 0px 20px);
}
.pattern span:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: repeating-linear-gradient(to bottom, transparent 0 10px, #E4E4E4 0px 20px);
}
.pattern span:nth-child(1) {
  left: 0;
}
.pattern span:nth-child(2) {
  left: 7.1%;
}
.pattern span:nth-child(3) {
  left: 14.2%;
}
.pattern span:nth-child(4) {
  left: 21.3%;
}
.pattern span:nth-child(5) {
  left: 28.4%;
}
.pattern span:nth-child(6) {
  left: 35.5%;
}
.pattern span:nth-child(7) {
  left: 42.6%;
}
.pattern span:nth-child(8) {
  left: 49.7%;
}
.pattern span:nth-child(9) {
  left: 56.8%;
}
.pattern span:nth-child(10) {
  left: 63.9%;
}
.pattern span:nth-child(11) {
  left: 71%;
}
.pattern span:nth-child(12) {
  left: 78.1%;
}
.pattern span:nth-child(13) {
  left: 85.2%;
}
.pattern span:nth-child(14) {
  left: 92.3%;
}
.pattern span:nth-child(15) {
  right: 0;
}

.body-wrapper .swiper-slide {
  background-color: #fff;
}
.body-wrapper .swiper-button-next,
.body-wrapper .swiper-button-prev {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 8px;
  transition-duration: 0.4s;
}
.body-wrapper .swiper-button-next svg,
.body-wrapper .swiper-button-prev svg {
  margin: auto;
}
.body-wrapper .swiper-button-next:hover,
.body-wrapper .swiper-button-prev:hover {
  transition-duration: 0.4s;
}
.body-wrapper .swiper-button-next:after, .body-wrapper .swiper-container-rtl .swiper-button-prev:after,
.body-wrapper .swiper-button-prev:after, .body-wrapper .swiper-container-rtl .swiper-button-next:after {
  content: none;
}
.body-wrapper .swiper-button {
  padding: 0.3333333333rem 1rem;
  font-size: 0.9em;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border: 2px solid #2E2E32;
  border-radius: 8px;
  height: 3.5rem;
  width: 3.5rem;
  transition-duration: 0.4s;
}
.body-wrapper .swiper-button:hover {
  border-color: #e93532;
  color: #e93532;
}
.body-wrapper .swiper-button:hover svg {
  transition-duration: 0.4s;
  fill: #e93532;
}
.body-wrapper .swiper-button:hover svg path {
  transition-duration: 0.4s;
  fill: #e93532;
}

.filter {
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.filter-button {
  font-size: 0.8em;
  align-items: center;
  color: #2E2E32;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.filter-button:hover {
  color: #BBBBBB;
}
.filter-button:hover svg {
  opacity: 0.5;
}
.filter-button svg {
  margin-right: 0.3333333333rem;
}
.filter .hash:hover {
  background-color: #e93532;
  color: #fff;
  transition-duration: 0.4s;
  cursor: pointer;
}

.list-hash {
  flex-wrap: wrap;
  gap: 0.25rem;
}

.hash {
  color: #e93532;
  font-weight: 600;
  font-size: 0.9em;
  padding: 3px 10px;
  border: 1px dashed #e93532;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
}
.hash.active {
  background-color: #e93532;
  color: #fff;
}

.index-tabs {
  flex-wrap: wrap;
  list-style: none;
  gap: 0 1rem;
}
.index-tabs li {
  font-size: 1em;
  cursor: pointer;
  background-color: #ECECEC;
  transition-duration: 0.4s;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.index-tabs li a {
  font-weight: 500;
  color: #2E2E32;
  display: block;
  padding: 1rem 2rem;
}
.index-tabs li:hover {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(46, 46, 50, 0.8) 100%), #F0F0F0;
  transition-duration: 0.4s;
}
.index-tabs li.active {
  background-color: #2E2E32;
}
.index-tabs li.active a {
  color: #ECECEC;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes accent {
  0% {
    background-color: #e93532;
    color: #fff;
  }
  50% {
    background-color: #fff;
    color: #e93532;
  }
  100% {
    background-color: #e93532;
    color: #fff;
  }
}
@keyframes accentSvg {
  0% {
    stroke: #fff;
  }
  50% {
    stroke: #e93532;
  }
  100% {
    stroke: #fff;
  }
}
.page404 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 6rem;
}
.page404 h1 {
  font-size: 2.5em;
  font-weight: 800;
  margin-bottom: 1rem;
  font-family: "Inter", sans-serif;
  text-align: center;
}
.page404 p {
  width: 50%;
  text-align: center;
  line-height: 1.5rem;
}
.page404 .button {
  margin-top: 2rem;
}

.header {
  z-index: 12;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.header-desktop {
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.header-desktop-index {
  background-color: #fff;
}
.header-desktop-other {
  background-color: #2E2E32;
}
.header-desktop-other .header-li a {
  color: #fff;
}
.header-desktop-other .header-phone-link,
.header-desktop-other .header-phone-text {
  color: #fff;
}
.header-submenu {
  display: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #2E2E32;
}
.header-nav {
  align-items: center;
  width: 100%;
  gap: 1rem;
}
.header-ul {
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  gap: 0 2rem;
}
.header-ul-submenu {
  align-items: center;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: auto;
  gap: 0 2rem;
}
.header-ul-submenu::-webkit-scrollbar {
  display: none;
}
.header-li a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.7rem;
}
.header-li a:hover {
  color: #e93532;
}
.header-li.active-menu a {
  color: #e93532;
}
.header-li-submenu {
  font-size: 0.8em;
}
.header-li-submenu a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
.header-li-submenu a:hover {
  color: #959595;
}
.header-li-submenu.active a {
  color: #959595;
}
.header-li-submenu-right {
  margin-left: auto;
}
.header-li-submenu-config {
  white-space: nowrap;
}
.header-li-submenu-config a {
  display: block;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 2rem;
  padding: 0.3rem 1rem;
  font-size: 0.8em;
  transition-duration: 0.4s;
  position: relative;
}
.header-li-submenu-config a:hover {
  transition-duration: 0.4s;
  color: #e93532;
  border-color: #e93532;
}
.header-li-submenu-online {
  white-space: nowrap;
  margin-left: 2rem;
}
.header-li-submenu-online a {
  display: block;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 2rem;
  padding: 0.3rem 1rem 0.3rem 2rem;
  font-size: 0.8em;
  transition-duration: 0.4s;
  position: relative;
}
.header-li-submenu-online a:hover {
  transition-duration: 0.4s;
  color: #e93532;
  border-color: #e93532;
}
.header-li-submenu-online a::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.9rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #e93532;
  animation: blink normal 2s infinite ease-in-out;
}
.header-logo {
  display: block;
  min-width: 150px;
  height: 35px;
}
.header-logo-image {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}
.header-phone {
  font-size: 1em;
  align-items: center;
  white-space: nowrap;
}
.header-phone-link {
  white-space: nowrap;
  transition-duration: 0.4s;
}
.header-phone-text {
  margin-right: 0.5rem;
}
.header-phone:hover .header-phone-link {
  color: #BBBBBB;
  transition-duration: 0.4s;
}
.header-callback {
  margin-left: auto;
  animation: accent normal 4s infinite ease-in-out;
  cursor: pointer;
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: all 0.4s ease-in-out;
  border-width: 2px;
  border-style: solid;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  background-color: #e93532;
  border-color: #e93532;
  color: #fff;
}
.header-callback-svg {
  animation: accentSvg normal 4s infinite ease-in-out;
  stroke: #fff;
}
.header-callback-text {
  font-size: 0.9em;
  white-space: nowrap;
  letter-spacing: 0.02em;
  text-align: center;
  color: inherit;
}
.header-whatsapp {
  display: block;
}

.footer-wrapper {
  padding-bottom: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #79797D;
  flex-direction: column;
  gap: 2rem;
}
.footer-logo {
  display: flex;
  height: 35px;
}
.footer-logo-image {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}
.footer-logo picture {
  height: 100%;
}
.footer-nav {
  align-items: center;
  gap: 1rem;
}
.footer-ul {
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  gap: 0 2rem;
}
.footer-flex {
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.footer-info {
  flex-direction: column;
}
.footer-info p {
  font-size: 0.8em;
  line-height: 1.6em;
  cursor: default;
}
.footer-info a:hover {
  color: #e93532;
}
.footer-phone {
  align-items: center;
  gap: 0.5rem;
}
.footer-phone-link {
  white-space: nowrap;
}
.footer-phone:hover .footer-phone-link {
  color: #e93532;
}
.footer-phone:hover svg {
  transition-duration: 0.4s;
  fill: #e93532;
}
.footer-social {
  gap: 1rem;
}
.footer-social-list {
  gap: 0.5rem;
  align-items: center;
}
.footer-vk {
  display: flex;
}
.footer-copyright {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer-copyright-text {
  font-weight: 600;
}
.footer-copyright-developer {
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
  gap: 0.5rem;
}
.footer-copyright-developer a {
  font-weight: 600;
  color: #e93532;
}
.footer-copyright-developer a:hover {
  color: #BBBBBB;
}
.footer-bottom {
  justify-content: space-between;
  align-items: center;
}
.footer-bottom-arrow {
  display: flex;
  width: 3rem;
  height: 3rem;
  transition-duration: 0.4s;
  border: 2px solid #2E2E32;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
}
.footer-bottom-arrow svg {
  width: 1rem;
  height: 1rem;
}
.footer-bottom-arrow:hover {
  cursor: pointer;
  border-color: #e93532;
  transition-duration: 0.4s;
}
.footer-bottom-arrow:hover svg {
  fill: #e93532;
  transition-duration: 0.4s;
}
.footer-desc {
  width: 100%;
}
.footer-desc p {
  font-size: 0.8em;
  color: #79797D;
}
.footer-desc p:not(:last-child) {
  margin-bottom: 0.25rem;
}
.footer-desc p a {
  color: #e93532;
}
.footer-desc p a:hover {
  color: #2E2E32;
}

.submenu {
  display: none;
}
.submenu.active {
  display: block;
}
.submenu li {
  padding: 1rem;
  margin-left: 2rem;
}
.submenu li:hover a {
  color: #e93532;
}
.submenu li.active a {
  font-weight: 700;
}

.feedback-form {
  flex-direction: column;
  width: 50%;
  min-width: 220px;
  max-width: 400px;
  margin: 0 auto;
}
.feedback-form .button {
  width: 100%;
}
.feedback-title {
  font-family: "Inter", sans-serif;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 1rem;
}
.feedback-politic {
  font-size: 0.7em;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 1rem;
}
.feedback-politic a {
  color: #BBBBBB;
}
.feedback-politic a:hover {
  color: #e93532;
}
.feedback-contact {
  background-color: #2E2E32;
  border-radius: 20px;
  padding: 2rem 4rem;
  width: 100%;
}
.feedback-contact-column {
  flex-direction: column;
  width: calc(70% - 4rem);
  margin-right: 4rem;
}
.feedback-contact-img {
  width: 30%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  align-self: center;
}
.feedback-contact .button {
  width: 100%;
}
.feedback-contact .move-label,
.feedback-contact .feedback-politic,
.feedback-contact .feedback-title {
  color: #fff;
}

.index-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  gap: 0.5rem;
}
.index-title-h1 {
  font-weight: 700;
  font-size: 2.5em;
  font-family: "Inter", sans-serif;
}
.index-title-h1-count {
  color: #BBBBBB;
  font-weight: 800;
  font-size: 2.5em;
  margin-left: 1rem;
}
.index-title .button {
  white-space: nowrap;
}

.index-promo-list {
  flex-wrap: wrap;
  gap: 1rem;
}
.index-promo-block {
  width: calc(100% / 3 - 2rem / 3);
  flex-direction: column;
  background-color: #ECECEC;
  padding: 3rem;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #ECECEC;
  transition: all 0.4s ease-in-out;
  gap: 1rem;
}
.index-promo-block:hover {
  border-color: #E3E3E3;
}
.index-promo-block:hover .index-promo-title {
  -webkit-text-decoration-color: #2E2E32;
  text-decoration-color: #2E2E32;
  transition-duration: 0.4s;
}
.index-promo-title {
  font-weight: 800;
  font-size: 1.5em;
  font-family: "Inter", sans-serif;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition-duration: 0.4s;
  word-break: break-word;
}
.index-promo-desc {
  line-height: 1.5em;
  word-break: break-word;
}
.index-promo-hash {
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  gap: 0.5rem;
}
.index-promo-hash-block {
  font-weight: 600;
  color: #e93532;
  cursor: default;
}
.index-promo-date {
  padding: 0.5rem;
  border-radius: 4px;
  width: -moz-max-content;
  width: max-content;
}
.index-promo-date-end {
  background-color: #BBBBBB;
}
.index-promo-date-active {
  background-color: #e93532;
}
.index-promo-date p {
  color: #fff;
  font-size: 0.8em;
  font-weight: 600;
}
.index-promo-date p:not(:last-child) {
  margin-right: 0.5rem;
}
.index-promo-bottom {
  flex-direction: column;
  margin-top: auto;
  gap: 0.5rem;
}

.index-finishing-content .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.index-finishing-content .swiper-slide::before {
  content: "";
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #2E2E32 0%, #2e2e32 1%, rgba(46, 46, 50, 0.3) 20%, rgba(255, 255, 255, 0) 100%);
}
.index-finishing-content .finishing-button-prev,
.index-finishing-content .finishing-button-next {
  bottom: 5rem;
  top: auto;
  left: auto;
}
.index-finishing-content .finishing-button-prev {
  right: 5rem;
}
.index-finishing-content .finishing-button-next {
  right: 10rem;
}
.index-finishing-swiper {
  border: 4px solid #2E2E32;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  max-height: 45rem;
}
.index-finishing-swiper-text {
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 6rem 5rem 5rem;
  width: 100%;
  height: 100%;
}
.index-finishing-swiper-text-title {
  font-weight: 900;
  font-size: 3em;
  color: #fff;
  font-family: "Inter", sans-serif;
}
.index-finishing-swiper-text-buttons {
  margin-top: auto;
  gap: 1rem;
}

.object-slider .fp-slide, .object-slider .fp-slidesContainer {
  position: relative;
  overflow: hidden;
}
.object-slider .fp-slidesNav.fp-bottom {
  bottom: 6rem;
}
.object-slider .fp-slidesNav {
  padding-left: 12rem;
  padding-right: 12rem;
}
.object-slider #fp-nav ul, .object-slider .fp-slidesNav ul {
  max-width: 1680px;
  margin: 0 auto;
  width: 100%;
}
.object-slider #fp-nav ul li,
.object-slider .fp-slidesNav ul li {
  height: 0.6rem;
  margin: 0 0.5rem 0.5rem 0;
}
.object-slider #fp-nav ul li:first-child:nth-last-child(n+1), .object-slider #fp-nav ul li:first-child:nth-last-child(n+1) ~ li,
.object-slider .fp-slidesNav ul li:first-child:nth-last-child(n+1),
.object-slider .fp-slidesNav ul li:first-child:nth-last-child(n+1) ~ li {
  width: calc(100% / 1 - .5rem);
}
.object-slider #fp-nav ul li:first-child:nth-last-child(n+2), .object-slider #fp-nav ul li:first-child:nth-last-child(n+2) ~ li,
.object-slider .fp-slidesNav ul li:first-child:nth-last-child(n+2),
.object-slider .fp-slidesNav ul li:first-child:nth-last-child(n+2) ~ li {
  width: calc(100% / 2 - .5rem);
}
.object-slider #fp-nav ul li:first-child:nth-last-child(n+3), .object-slider #fp-nav ul li:first-child:nth-last-child(n+3) ~ li,
.object-slider .fp-slidesNav ul li:first-child:nth-last-child(n+3),
.object-slider .fp-slidesNav ul li:first-child:nth-last-child(n+3) ~ li {
  width: calc(100% / 3 - .5rem);
}
.object-slider #fp-nav ul li:first-child:nth-last-child(n+4), .object-slider #fp-nav ul li:first-child:nth-last-child(n+4) ~ li,
.object-slider .fp-slidesNav ul li:first-child:nth-last-child(n+4),
.object-slider .fp-slidesNav ul li:first-child:nth-last-child(n+4) ~ li {
  width: calc(100% / 4 - .5rem);
}
.object-slider #fp-nav ul li:first-child:nth-last-child(n+5), .object-slider #fp-nav ul li:first-child:nth-last-child(n+5) ~ li,
.object-slider .fp-slidesNav ul li:first-child:nth-last-child(n+5),
.object-slider .fp-slidesNav ul li:first-child:nth-last-child(n+5) ~ li {
  width: calc(100% / 5 - .5rem);
}
.object-slider #fp-nav ul li:first-child:nth-last-child(n+6), .object-slider #fp-nav ul li:first-child:nth-last-child(n+6) ~ li,
.object-slider .fp-slidesNav ul li:first-child:nth-last-child(n+6),
.object-slider .fp-slidesNav ul li:first-child:nth-last-child(n+6) ~ li {
  width: calc(100% / 6 - .5rem);
}
.object-slider #fp-nav ul li:first-child:nth-last-child(n+7), .object-slider #fp-nav ul li:first-child:nth-last-child(n+7) ~ li,
.object-slider .fp-slidesNav ul li:first-child:nth-last-child(n+7),
.object-slider .fp-slidesNav ul li:first-child:nth-last-child(n+7) ~ li {
  width: calc(100% / 7 - .5rem);
}
.object-slider #fp-nav ul li:first-child:nth-last-child(n+8), .object-slider #fp-nav ul li:first-child:nth-last-child(n+8) ~ li,
.object-slider .fp-slidesNav ul li:first-child:nth-last-child(n+8),
.object-slider .fp-slidesNav ul li:first-child:nth-last-child(n+8) ~ li {
  width: calc(100% / 8 - .5rem);
}
.object-slider #fp-nav ul li:first-child:nth-last-child(n+9), .object-slider #fp-nav ul li:first-child:nth-last-child(n+9) ~ li,
.object-slider .fp-slidesNav ul li:first-child:nth-last-child(n+9),
.object-slider .fp-slidesNav ul li:first-child:nth-last-child(n+9) ~ li {
  width: calc(100% / 9 - .5rem);
}
.object-slider #fp-nav ul li:first-child:nth-last-child(n+10), .object-slider #fp-nav ul li:first-child:nth-last-child(n+10) ~ li,
.object-slider .fp-slidesNav ul li:first-child:nth-last-child(n+10),
.object-slider .fp-slidesNav ul li:first-child:nth-last-child(n+10) ~ li {
  width: calc(100% / 10 - .5rem);
}
.object-slider #fp-nav ul li a span,
.object-slider .fp-slidesNav ul li a span {
  background: rgba(255, 255, 255, 0.7);
  height: 0.6rem;
  width: 100%;
  border-radius: 8px;
  left: 0;
  top: 0;
  margin: 0;
}
.object-slider #fp-nav ul li a.active span,
.object-slider #fp-nav ul li:hover a.active span,
.object-slider .fp-slidesNav ul li a.active span,
.object-slider .fp-slidesNav ul li:hover a.active span {
  height: 0.6rem;
  width: 100%;
  margin: 0;
  background: #e93532;
  border-radius: 8px;
}
.object-slider #fp-nav ul li:hover a span,
.object-slider .fp-slidesNav ul li:hover a span {
  height: 0.6rem;
  width: 100%;
  background: rgba(233, 53, 50, 0.7);
  margin: 0;
}

.index-news-list {
  gap: 2rem;
}

.news-block {
  flex-direction: column;
  width: calc(100% / 3);
  gap: 0.5rem;
}
.news-block-link {
  height: 20vh;
  overflow: hidden;
  position: relative;
  display: block;
  border: 4px solid #E3E3E3;
  border-radius: 20px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
}
.news-block-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  filter: brightness(0.9);
  transition-duration: 0.4s;
}
.news-block-date {
  color: #939393;
  font-size: 0.9em;
  letter-spacing: 0.02em;
  line-height: 1.3em;
}
.news-block-title {
  font-weight: 800;
  font-size: 1.5em;
  line-height: 1.3em;
  font-family: "Inter", sans-serif;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: 0.4s;
}
.news-block-desc {
  font-size: 0.9em;
  color: #2E2E32;
  line-height: 2em;
  word-break: break-word;
}
.news-block:hover {
  transition: all 0.4s ease-in-out;
}
.news-block:hover .news-block-img {
  filter: brightness(1);
  transition-duration: 0.4s;
}
.news-block:hover .news-block-title {
  -webkit-text-decoration-color: #2E2E32;
  text-decoration-color: #2E2E32;
}

.swiper-button-svg {
  width: 2rem;
  height: 2rem;
  fill: #000;
  transition-duration: 0.4s;
}
.swiper-button-svg:hover {
  transition-duration: 0.4s;
  fill: #e93532;
}

.svg-big {
  width: 2.2rem;
  height: 2.2rem;
}
.svg-medium {
  width: 1.7rem;
  height: 1.7rem;
}
.svg-medium-small {
  width: 1.3rem;
  height: 1.3rem;
}
.svg-small {
  width: 1rem;
  height: 1rem;
}
.svg-li {
  width: 1.2rem;
  height: 1.2rem;
}
.svg-gray {
  fill: #ECECEC;
  transition-duration: 0.4s;
}
.svg-white {
  fill: #fff;
  transition-duration: 0.4s;
}
.svg-black {
  fill: #000;
  transition-duration: 0.4s;
}
.svg-accent {
  fill: #e93532;
}
.svg-dark {
  fill: #2E2E32;
  transition-duration: 0.4s;
}
.svg-stroke-accent {
  stroke: #e93532;
}
.svg-stroke-white {
  stroke: #fff;
}
.svg-stroke-accent-white {
  transition-duration: 0.4s;
  fill: #fff;
}
.svg-black-accent {
  fill: #000;
  transition-duration: 0.4s;
}
.svg-black-accent:hover {
  transition-duration: 0.4s;
  fill: #e93532;
}
.svg-white-accent {
  fill: #fff;
  transition-duration: 0.4s;
}
.svg-white-accent:hover {
  transition-duration: 0.4s;
  fill: #e93532;
}
.svg-gray-accent {
  fill: #ECECEC;
  transition-duration: 0.4s;
}
.svg-gray-accent:hover {
  transition-duration: 0.4s;
  fill: #e93532;
}
.svg-dark-green {
  stroke: #2E2E32;
  transition-duration: 0.4s;
}
.svg-dark-green:hover {
  transition-duration: 0.4s;
  stroke: #81BD52;
}
.svg-light-green {
  stroke: #fff;
  transition-duration: 0.4s;
}
.svg-light-green:hover {
  transition-duration: 0.4s;
  stroke: #81BD52;
}
.svg-social {
  fill: #2E2D32;
  transition-duration: 0.4s;
}
.svg-social:hover {
  transition-duration: 0.4s;
  fill: #e93532;
}
.svg-accent-black {
  fill: #e93532;
  transition-duration: 0.4s;
}
.svg-accent-black:hover {
  transition-duration: 0.4s;
  fill: #000;
}
.svg-accent-white {
  fill: #e93532;
  transition-duration: 0.4s;
}
.svg-accent-white:hover {
  transition-duration: 0.4s;
  fill: #fff;
}

@media only all and (max-width: 36em) and (max-width: 576px) {
  .svg-big {
    width: 1.5rem;
    height: 1.5rem;
  }

  .svg-medium {
    width: 1.3rem;
    height: 1.3rem;
  }

  .svg-li {
    width: 1rem;
    height: 1rem;
  }
}
#toast-container > div {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 2rem 2rem 2rem 4rem;
  min-width: 20rem;
  width: 100%;
  transition-duration: 0.4s;
  border-radius: 8px;
  opacity: 0.99;
  margin: 0;
  background-position: 2rem center;
}
#toast-container > div:hover {
  box-shadow: 0 15px 12px rgba(0, 0, 0, 0.15);
  transition-duration: 0.4s;
}
#toast-container > div .toast-message,
#toast-container > div .toast-title {
  text-align: center;
  font-size: 1em;
  line-height: 1.2rem;
  font-weight: 500;
}

#toast-container > .toast-success {
  background-image: url("/img/site/success.svg") !important;
  background-color: #EDFFEF;
  background-size: 30px;
  border: 1px solid #19AB16;
}
#toast-container > .toast-success .toast-message,
#toast-container > .toast-success .toast-title {
  color: #3BB54A;
}

#toast-container > .toast-error {
  background-image: url("/img/site/error.svg") !important;
  background-color: #FFEDED;
  background-size: 30px;
  border: 1px solid #E93532;
}
#toast-container > .toast-error .toast-message,
#toast-container > .toast-error .toast-title {
  color: #E93532;
}

#toast-container > .toast-warning {
  background-image: url("/img/warning.svg") !important;
  background-color: #FFF6ED;
  border: 1px solid #E98A32;
  background-size: 30px;
}
#toast-container > .toast-warning .toast-message,
#toast-container > .toast-warning .toast-title {
  color: #E98A32;
}

#toast-container > .toast-info {
  background-image: url("/img/info.svg") !important;
  background-color: #EDF6FF;
  border: 1px solid #166CAB;
  background-size: 30px;
}
#toast-container > .toast-info .toast-message,
#toast-container > .toast-info .toast-title {
  color: #166CAB;
}

.navigation-menu {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  gap: 0.5rem 1rem;
}
.navigation-menu-index {
  background-color: #fff;
}
.navigation-menu-other {
  background-color: #2E2E32;
}
.navigation-menu-logo {
  width: 100%;
  height: 100%;
  max-width: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}
.navigation-menu-logo-link {
  display: flex;
}
.navigation-menu-phone {
  transition-duration: 0.4s;
  font-size: 0.8em;
  white-space: nowrap;
}
.navigation-menu-phone.white {
  color: #ACACAC;
}
.navigation-menu-phone.black {
  color: #2E2E32;
}
.navigation-menu-phone:hover {
  color: #e93532;
}
.navigation-menu-hamburger {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}

.navigation-checkbox-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0;
}
.navigation-checkbox-toggle:checked + .navigation-hamburger > span {
  transform: rotate(135deg);
}
.navigation-checkbox-toggle:checked + .navigation-hamburger > span:before, .navigation-checkbox-toggle:checked + .navigation-hamburger > span:after {
  top: 0;
  transform: rotate(90deg);
}
.navigation-checkbox-toggle:checked + .navigation-hamburger > span:after {
  opacity: 0;
}
.navigation-checkbox-toggle:checked ~ .navigation-menu-list {
  pointer-events: auto;
  visibility: visible;
  transform: none;
  margin: 0;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.navigation-checkbox-toggle:checked:hover + .navigation-hamburger > span {
  transform: rotate(225deg);
}

.navigation-hamburger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation-hamburger.white > span {
  background-color: #ACACAC;
}
.navigation-hamburger.black > span {
  background-color: #2E2E32;
}
.navigation-hamburger > span {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease;
}
.navigation-hamburger > span:before, .navigation-hamburger > span:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: inherit;
  background: inherit;
  transition: all 0.4s ease;
}
.navigation-hamburger > span:after {
  top: 8px;
}
.navigation-hamburger > span:before {
  top: -8px;
}

.navigation-menu-list {
  position: fixed;
  top: 45px;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  display: flex;
  margin: -50px 0 0 -50px;
  transform-origin: 0 0;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  background: #fff;
  overflow-y: auto;
  padding: 4rem 2rem;
}
.navigation-menu-ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  z-index: 3;
}
.navigation-menu-ul > li {
  font-size: 1.3em;
  font-family: "Inter", sans-serif;
  font-display: swap;
  padding: 0 0 1rem 2rem;
  position: relative;
}
.navigation-menu-ul > li a,
.navigation-menu-ul > li div {
  font-weight: 700;
}
.navigation-menu-ul > li a:hover,
.navigation-menu-ul > li div:hover {
  transition-duration: 0.4s;
  color: #e93532;
  cursor: pointer;
}
.navigation-menu-ul > li::before {
  content: url("/img/site/li.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
.navigation-menu svg.active {
  transform: rotate(180deg);
  transition-duration: 0.4s;
}
.navigation-menu-submenu {
  max-height: 0;
  transition: all 0.4s ease-out;
  overflow: hidden;
  margin-left: 2rem;
  margin-top: 0;
}
.navigation-menu-submenu > li {
  padding: 0 0.5rem 1rem 2rem;
  font-size: 0.8em;
  position: relative;
  font-family: "Inter", sans-serif;
}
.navigation-menu-submenu > li::before {
  content: url("/img/site/li-small.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
}
.navigation-menu-submenu > li a {
  font-weight: 700;
}
.navigation-menu-submenu > li a:hover {
  transition-duration: 0.4s;
  color: #e93532;
}
.navigation-menu-submenu.active {
  max-height: 100%;
  overflow: visible;
  margin-top: 1rem;
}

@media only all and (max-width: 576px) {
  .navigation-menu {
    display: flex;
  }

  .navigation-menu-logo {
    max-width: 90px;
  }
}
@media only all and (max-width: 400px) {
  .navigation-menu-logo {
    max-width: 70px;
  }

  .navigation-menu-list {
    padding: 2rem 1rem;
    top: 35px;
  }

  .navigation-menu-submenu {
    margin-left: 0;
  }

  .navigation-menu-ul > li {
    font-size: 1em;
  }
}
.rokat-page-pagination nav {
  display: flex;
}
.rokat-page-pagination .pagination {
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  gap: 1rem;
}
.rokat-page-pagination .pagination-mobile {
  display: none;
}
.rokat-page-pagination .pagination-mobile.page-item svg {
  margin: 0;
}
.rokat-page-pagination .pagination-web {
  display: flex;
}
.rokat-page-pagination .page-item {
  background-color: #fff;
  border: 2px solid #2E2E32;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.rokat-page-pagination .page-item:hover:not(.rokat-page-pagination .page-item.disabled), .rokat-page-pagination .page-item.active {
  background-color: #2E2E32;
  cursor: default;
}
.rokat-page-pagination .page-item:hover:not(.rokat-page-pagination .page-item.disabled) .page-link,
.rokat-page-pagination .page-item:hover:not(.rokat-page-pagination .page-item.disabled) .page-link span, .rokat-page-pagination .page-item.active .page-link,
.rokat-page-pagination .page-item.active .page-link span {
  color: #fff;
}
.rokat-page-pagination .page-item:hover:not(.rokat-page-pagination .page-item.disabled) path, .rokat-page-pagination .page-item.active path {
  fill: #fff;
}
.rokat-page-pagination .page-item.disabled {
  cursor: default;
  background-color: #ECECEC;
  border-color: #ECECEC;
}
.rokat-page-pagination .page-item.disabled .page-link,
.rokat-page-pagination .page-item.disabled .page-link span {
  color: #9F9F9F;
}
.rokat-page-pagination .page-item.disabled path {
  fill: #9F9F9F;
}
.rokat-page-pagination .page-item button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.rokat-page-pagination .page-item svg {
  margin: 0 1rem;
}
.rokat-page-pagination .page-link {
  color: #2E2E32;
  font-size: 1em;
  padding: 1rem 1.3333333333rem;
  display: block;
}

@media only screen and (max-width: 56em) {
  .rokat-page-pagination .page-link {
    padding: 0.5rem 1rem;
  }
}
@media only all and (max-width: 48em) and (max-width: 768px) {
  .rokat-page-pagination .pagination-mobile {
    display: block;
  }
  .rokat-page-pagination .pagination-web {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .rokat-page-pagination .pagination {
    gap: 0.5rem;
  }

  .rokat-page-pagination .page-item svg {
    margin: 0;
  }
}
.ck-content {
  overflow: auto;
}
.ck-content > * {
  letter-spacing: 0.2px;
}
.ck-content strong {
  font-weight: 800;
}
.ck-content > h1, .ck-content h2, .ck-content h3, .ck-content h4, .ck-content h5, .ck-content h6 {
  font-family: "Inter", sans-serif;
  padding-bottom: 1rem;
}
.ck-content li:not(:last-child) {
  margin-bottom: 1rem;
}
.ck-content h1 {
  font-size: 2em;
  font-weight: 600;
}
.ck-content h2 {
  font-size: 2em;
}
.ck-content h3 {
  font-size: 1.5em;
  font-weight: 600;
}
.ck-content h4 {
  font-size: 1.5em;
}
.ck-content h5 {
  font-size: 1.4em;
  font-weight: 400;
}
.ck-content h6 {
  font-size: 1.4em;
}
.ck-content p {
  padding-bottom: 1rem;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 400;
  text-align: justify;
}
.ck-content p b {
  font-style: italic;
}
.ck-content p code {
  color: #e93532;
}
.ck-content p img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.ck-content em {
  font-style: italic;
}
.ck-content u {
  text-decoration: underline;
}
.ck-content s {
  text-decoration: line-through;
}
.ck-content hr {
  margin: 5px 0;
}
.ck-content ol {
  counter-reset: item;
  list-style-position: inside;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.ck-content ol li {
  list-style-type: none;
  font-weight: 400;
}
.ck-content ol li::before {
  padding-right: 5px;
  counter-increment: item;
  content: counters(item, ".") ".";
  font-weight: 400;
}
.ck-content li {
  list-style-type: none;
  font-weight: 400;
}
.ck-content li strong {
  padding-left: 5px;
}
.ck-content li ol {
  margin-top: 1rem;
  padding-bottom: 0;
}
.ck-content li ol li {
  font-weight: 400;
  line-height: 1.4em;
}
.ck-content li ol li::before {
  font-weight: normal;
  padding-right: 5px;
}
.ck-content li ol li strong {
  padding-left: 5px;
}
.ck-content ul {
  padding-left: 1rem;
  list-style-position: inside;
  padding-bottom: 1rem;
}
.ck-content ul li {
  list-style-type: disc;
  list-style-position: inside;
  font-weight: 400;
  line-height: 1.4em;
}
.ck-content ul li::before {
  content: none;
}
.ck-content a {
  color: #2E2E32;
  border-bottom: 1px solid #2E2E32;
  transition-duration: 0.4s;
}
.ck-content a:hover {
  color: #e93532;
  border-bottom-color: #e93532;
  transition-duration: 0.4s;
}
.ck-content .table {
  overflow-y: auto;
}
.ck-content table {
  min-width: 500px;
  width: 100%;
  height: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #E3E3E3;
  border-collapse: collapse;
}
.ck-content table caption {
  padding-bottom: 1rem;
  font-size: 1.5em;
  text-align: left;
}
.ck-content table img {
  -o-object-fit: contain;
  object-fit: contain;
}
.ck-content table p {
  padding-bottom: 5px;
}
.ck-content thead tr {
  border-bottom: 1px solid #E3E3E3;
  border-top: none;
  border-right: none;
  border-left: none;
}
.ck-content thead th {
  position: sticky;
  top: 0;
  color: #BBBBBB;
  font-weight: 700;
  padding: 1rem;
  font-family: "Inter", sans-serif;
  text-align: left;
  border: none;
}
.ck-content tbody tr {
  border-bottom: 1px solid #E3E3E3;
  border-top: none;
  border-right: none;
  border-left: none;
}
.ck-content tbody td {
  font-weight: 600;
}
.ck-content th,
.ck-content td {
  padding: 1rem;
  border: none;
}
.ck-content.ck-content-li ul {
  padding-left: 0;
}
.ck-content.ck-content-li ul p {
  padding-bottom: 0;
}
.ck-content.ck-content-li ul li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  font-size: 1em;
  font-weight: 600;
}
.ck-content.ck-content-li ul li::before {
  content: url("/img/site/li.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
.ck-content.ck-content-li ul li ol li {
  font-weight: 400;
}
.ck-content.ck-content-li ul li ol li::before {
  content: counters(item, ".") ".";
}

@media only all and (max-width: 48em) and (max-width: 768px) {
  .ck-content p {
    font-size: 1em;
    line-height: 1.5em;
    padding-bottom: 0.5rem;
  }
  .ck-content li {
    font-size: 1em;
  }
  .ck-content li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .ck-content ol, .ck-content ul {
    padding-bottom: 0.5rem;
  }
}
@media only all and (max-width: 36em) and (max-width: 576px) {
  .ck-content th, .ck-content td {
    padding: 0.5rem;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow-y: auto;
  align-items: center;
}
.modal-overlay {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.95;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.modal-open {
  height: 100%;
  opacity: 1;
}
.modal-form {
  z-index: 2;
  flex-direction: column;
  width: 50%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem;
}
.modal-close {
  position: absolute;
  cursor: pointer;
  right: 5rem;
  width: 4rem;
  top: 5rem;
  transition-duration: 0.4s;
  z-index: 10;
}
.modal-close:hover {
  opacity: 0.7;
}
.modal .feedback-block {
  width: 100%;
}

.modal-cookie {
  width: -moz-max-content;
  width: max-content;
  flex-direction: column;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  transform: translate(0, 100%);
  opacity: 0;
  padding: 1rem;
  gap: 1rem;
  z-index: 15;
  background-color: #fff;
  border: 4px solid #E3E3E3;
  border-radius: 20px;
  align-items: center;
}
.modal-cookie p {
  font-weight: 400;
  color: #64646E;
  text-align: center;
}
.modal-cookie a {
  text-decoration: underline;
  transition-duration: 0.4s;
}
.modal-cookie a:hover {
  -webkit-text-decoration-color: #e93532;
  text-decoration-color: #e93532;
  color: #e93532;
  transition-duration: 0.4s;
}

.modal-cookie.active {
  opacity: 1;
  transform: translate(0, 0);
}

@media only all and (max-width: 75em) and (max-width: 1200px) {
  .modal-close {
    right: 5vw;
  }
}
@media only all and (max-width: 62em) and (max-width: 992px) {
  .feedback-title {
    font-size: 1.5em;
  }
}
@media only all and (max-width: 48em) and (max-width: 768px) {
  .modal-form {
    width: 60%;
  }

  .modal-cookie {
    padding: 1rem;
    border-radius: 8px;
    width: 100%;
    left: 0;
    gap: 0.5rem;
  }
}
@media only all and (max-width: 36em) and (max-width: 576px) {
  .modal-close {
    width: 2rem;
    top: 2rem;
  }

  .page-flats .modal-close {
    top: 4rem;
    z-index: 6;
  }

  .modal-form {
    width: 80%;
  }

  .modal-overlay {
    display: none;
  }

  .modal-open {
    background-color: #fff;
    opacity: 0.95;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .modal-cookie {
    padding: 0.5rem;
    bottom: 0.5rem;
  }
}
@media only all and (max-width: 320px) {
  .modal-close {
    top: 1rem;
  }
}
.flats-filters-range-absolute .noUi-target {
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.flats-filters-range-absolute .noUi-connects {
  border-radius: 0;
}
.flats-filters-range-absolute .noUi-handle {
  box-shadow: none;
  border-radius: 50%;
  background: #2E2E32;
  border: 2px solid #fff;
}
.flats-filters-range-absolute .noUi-horizontal .noUi-handle {
  width: 1.1rem;
  height: 1.1rem;
  right: -10px;
  top: -8px;
}
.flats-filters-range-absolute .noUi-handle:before, .flats-filters-range-absolute .noUi-handle:after {
  display: none;
}
.flats-filters-range-absolute .noUi-horizontal {
  height: 0;
}
.flats-filters-range-absolute .noUi-connect {
  background: #2E2E32;
}

.flats-filters-range.active .flats-filters-range-absolute .noUi-handle {
  background: #e93532;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zooming {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 150px);
  }
}
.page-wrapper {
  position: relative;
  padding-bottom: 2rem;
}
.page-content {
  padding-top: 2rem;
  border-top: 1px solid #BBBBBB;
  gap: 2rem;
}
.page-count {
  align-items: center;
  position: relative;
  gap: 1rem;
}
.page-count-margin {
  margin-bottom: 2rem;
}
.page-count-flex {
  align-items: center;
  gap: 1rem;
}
.page-h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 3.5em;
  max-width: 80%;
}
.page-h1-count {
  color: #BBBBBB;
  font-weight: 800;
  font-size: 3.5em;
}
.page-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2.5em;
}
.page-title-count {
  color: #BBBBBB;
  font-weight: 800;
  font-size: 2.5em;
}
.page-title-contact {
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 1.5em;
  line-height: 2.5rem;
}
.page-date {
  font-size: 1.5em;
  color: #939393;
  margin-bottom: 2rem;
}
.page-li {
  display: block;
  position: relative;
  padding-left: 2rem;
  font-size: 1em;
  font-weight: 600;
}
.page-li::before {
  content: url("/img/site/li.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
.page-li ol {
  padding-top: 1rem;
  padding-left: 1rem;
}
.page-li ol li {
  padding-bottom: 0.5rem;
}
.page-li p {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-desc {
  line-height: 2rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.page-desc-gray {
  color: #64646E;
}
.page-desc a {
  color: #e93532;
  text-decoration: underline;
  -webkit-text-decoration-color: #e93532;
  text-decoration-color: #e93532;
}
.page-desc a:hover {
  color: #BBBBBB;
  -webkit-text-decoration-color: #BBBBBB;
  text-decoration-color: #BBBBBB;
}
.page-desc b {
  font-weight: 700;
}
.page-list {
  margin-bottom: 1rem;
}
.page-list li .sprite {
  margin-right: 1rem;
}
.page-list li p {
  font-weight: 600;
  width: calc(100% - 25px - 1rem);
}
.page-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.about-tabs {
  flex-direction: column;
  width: 30%;
  gap: 0.5rem;
}
.about-tabs-select {
  display: none;
}
.about-tabs-link {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  padding: 1rem 2rem;
  font-size: 1.1em;
}
.about-tabs-link span {
  position: relative;
  z-index: 2;
  transition-duration: 0.4s;
}
.about-tabs-link p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.4s;
}
.about-tabs-link p::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: right no-repeat url("/img/tab.svg");
  background-size: cover;
  width: 100%;
  height: 100%;
}
.about-tabs-link.active span, .about-tabs-link:hover span {
  color: #fff;
}
.about-tabs-link.active p, .about-tabs-link:hover p {
  opacity: 1;
}
.about-tabs-link.active + .submenu {
  display: block;
}

.bread {
  color: #2E2E32;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.bread-title {
  font-weight: 800;
  font-family: "Inter", sans-serif;
  font-size: 3em;
}
.bread-slash {
  font-weight: 800;
  font-size: 3em;
  color: #BBBBBB;
}
.bread-link {
  text-decoration: underline;
  -webkit-text-decoration-color: #2E2E32;
  text-decoration-color: #2E2E32;
  font-weight: 800;
  font-size: 3em;
  font-family: "Inter", sans-serif;
  transition-duration: 0.4s;
}
.bread-link:hover {
  transition-duration: 0.4s;
  color: #BBBBBB;
  -webkit-text-decoration-color: #BBBBBB;
  text-decoration-color: #BBBBBB;
}

.bread-flat {
  margin-bottom: 1rem;
  color: #2E2E32;
  gap: 0.5rem;
  align-items: baseline;
  flex-wrap: wrap;
}
.bread-flat-title {
  font-weight: 800;
  font-family: "Inter", sans-serif;
  font-size: 1.3em;
}
.bread-flat-slash {
  font-weight: 800;
  font-size: 1.3em;
  color: #BBBBBB;
}
.bread-flat-link {
  text-decoration: underline;
  -webkit-text-decoration-color: #2E2E32;
  text-decoration-color: #2E2E32;
  font-weight: 800;
  font-size: 1.3em;
  font-family: "Inter", sans-serif;
  transition-duration: 0.4s;
}
.bread-flat-link:hover {
  transition-duration: 0.4s;
  color: #BBBBBB;
  -webkit-text-decoration-color: #BBBBBB;
  text-decoration-color: #BBBBBB;
}

.object-tabs-select {
  display: none;
  margin-bottom: 1rem;
  width: 100%;
}
.object-tabs-select .select-styled-select {
  display: block;
}
.object-tabs-select .select-styled:hover {
  background-color: #FFEDED;
}
.object-tabs-select .select-styled.active {
  color: #e93532;
  background-color: #fff;
}
.object-tabs-select .select-styled.active .select-styled-select {
  color: #e93532;
  font-size: 1em;
}
.object-tabs-select .select-styled.active:hover {
  background-color: #FFEDED;
}
.object-tabs-select .select-styled.active::after {
  filter: brightness(1) invert(0);
}
.object-tabs-select .select-options a {
  width: 100%;
  color: #e93532;
  display: block;
}

.page-news,
.page-stock,
.page-faq,
.page-politic,
.page-about,
.page-mortgage {
  padding-bottom: 4rem;
}

.news-list {
  flex-wrap: wrap;
  gap: 2rem;
}
.news-list .news-block:nth-child(5n+1), .news-list .news-block:nth-child(5n+2) {
  width: calc(100% / 2 - 1rem);
}
.news-list .news-block:nth-child(5n+1) .news-block-link, .news-list .news-block:nth-child(5n+2) .news-block-link {
  height: 30vh;
}
.news-list .news-block:nth-child(5n+3), .news-list .news-block:nth-child(5n+4), .news-list .news-block:nth-child(5n+5) {
  width: calc(100% / 3 - 3rem / 2);
}
.news-list .news-block:nth-child(5n+3) .news-block-link, .news-list .news-block:nth-child(5n+4) .news-block-link, .news-list .news-block:nth-child(5n+5) .news-block-link {
  height: 22vh;
}
.news-links {
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.news-show {
  padding-top: 2rem;
  border-top: 1px solid #BBBBBB;
}
.news-show-info {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.3333333333rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.news-show-date p {
  font-size: 1.5em;
  color: #939393;
}
.news-show-link {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  border-radius: 8px;
  border: 1px solid #E3E3E3;
  overflow: hidden;
}
.news-show-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  z-index: 2;
}
.news-show-image-absolute {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(10px) opacity(0.55);
}
.news-show-text {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.news-show-swiper {
  position: relative;
  height: 50vh;
}
.news-show-swiper figure {
  height: 100%;
  width: 100%;
}
.news-show-swiper-main {
  height: 100%;
  border-radius: 8px;
}
.news-show-swiper-main .swiper-slide {
  -o-object-fit: cover;
  object-fit: cover;
}
.news-show-swiper .swiper-button-next.swiper-button-disabled, .news-show-swiper .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.news-show-other {
  margin-bottom: 4rem;
}
.news-show-other .index-news-list {
  margin-top: 2rem;
}

.blog-list {
  flex-direction: column;
  max-height: 73rem;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4rem;
}
.blog-block {
  flex-direction: column;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #E3E3E3;
  transition: all 0.4s ease-in-out;
  gap: 0.5rem;
}
.blog-block-width.blog-block:nth-child(1), .blog-block-width.blog-block:nth-child(2), .blog-block-width.blog-block:nth-child(3), .blog-block-width.blog-block:nth-child(4), .blog-block-width.blog-block:nth-child(5), .blog-block-width.blog-block:nth-child(6), .blog-block-width.blog-block:nth-child(7), .blog-block-width.blog-block:nth-child(9), .blog-block-width.blog-block:nth-child(10), .blog-block-width.blog-block:nth-child(8) {
  width: calc(100% / 2 - 2rem);
}
.blog-block:nth-child(1), .blog-block:nth-child(2), .blog-block:nth-child(3) {
  width: calc(100% / 12 * 4 - 2rem);
}
.blog-block:nth-child(1) .blog-block-link, .blog-block:nth-child(2) .blog-block-link, .blog-block:nth-child(3) .blog-block-link {
  order: 1;
}
.blog-block:nth-child(1) .news-block-date, .blog-block:nth-child(2) .news-block-date, .blog-block:nth-child(3) .news-block-date {
  order: 2;
}
.blog-block:nth-child(1) .blog-block-title, .blog-block:nth-child(2) .blog-block-title, .blog-block:nth-child(3) .blog-block-title {
  order: 4;
}
.blog-block:nth-child(1) .news-block-desc, .blog-block:nth-child(2) .news-block-desc, .blog-block:nth-child(3) .news-block-desc {
  order: 5;
}
.blog-block:nth-child(1) .margin-top, .blog-block:nth-child(2) .margin-top, .blog-block:nth-child(3) .margin-top {
  order: 3;
}
.blog-block:nth-child(1) .blog-block-link, .blog-block:nth-child(3) .blog-block-link {
  display: block;
  height: 280px;
}
.blog-block:nth-child(4), .blog-block:nth-child(5), .blog-block:nth-child(6) {
  width: calc(100% / 12 * 5 - 2rem);
}
.blog-block:nth-child(4) .blog-block-link, .blog-block:nth-child(5) .blog-block-link {
  display: block;
  height: 320px;
}
.blog-block:nth-child(7), .blog-block:nth-child(9), .blog-block:nth-child(10) {
  width: calc(100% / 12 * 3 - 2rem);
}
.blog-block:nth-child(8) {
  width: calc(100% / 12 * 3 - 2rem);
}
.blog-block:nth-child(8) .blog-block-link {
  display: block;
  height: 200px;
}
.blog-block-link {
  display: none;
  position: relative;
  overflow: hidden;
}
.blog-block-img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  filter: brightness(0.9);
  transition-duration: 0.4s;
}
.blog-block-title {
  font-size: 1.6em;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.blog-block:hover .blog-block-img {
  filter: brightness(1);
}
.blog-block:hover .blog-block-title {
  -webkit-text-decoration-color: #2E2E32;
  text-decoration-color: #2E2E32;
}
.blog-block .hash:hover {
  color: #fff;
  border-style: solid;
  background-color: #e93532;
}

.page-stock .index-promo-block .hash {
  background-color: transparent;
}

.faq-back {
  display: none;
  margin-bottom: 1rem;
}
.faq-back .sprite {
  transform: rotate(180deg);
}
.faq-tabs {
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-bottom: 2rem;
}
.faq-tabs li {
  width: calc(100% / 4 - 1rem);
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.faq-tabs li.active .faq-tabs-item {
  background-color: #e93532;
  border-color: #fff;
}
.faq-tabs li.active .faq-tabs-title,
.faq-tabs li.active .faq-tabs-desc {
  color: #fff;
}
.faq-tabs li.active .faq-tabs-image path {
  fill: #fff;
}
.faq-tabs-item {
  border: 1px solid #BBBBBB;
  padding: 2rem;
  border-radius: 20px;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  text-align: center;
  background-color: #fff;
}
.faq-tabs-item:hover {
  transition: all 0.4s ease-in-out;
  background-color: #e93532;
  border-color: #fff;
}
.faq-tabs-item:hover .faq-tabs-title,
.faq-tabs-item:hover .faq-tabs-desc {
  color: #fff;
}
.faq-tabs-item:hover .faq-tabs-image path {
  fill: #fff;
}
.faq-tabs-title {
  font-size: 1.5em;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  line-height: 2.2rem;
}
.faq-tabs-image {
  margin-bottom: 2rem;
}
.faq-tabs-image path {
  fill: #929292;
}
.faq-tabs-desc {
  font-size: 0.8em;
  color: #BBBBBB;
}
.faq-tabcontent-title {
  font-size: 2em;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  line-height: 2.3rem;
  text-align: center;
  margin-bottom: 1rem;
}
.faq-tabcontent-desc {
  color: #64646E;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.5rem;
  width: 30%;
  margin: 0 auto;
}
.faq-tabcontent-list {
  flex-direction: column;
  width: 70%;
  justify-content: center;
  margin: 2rem auto;
}
.faq-tabcontent-details {
  padding-bottom: 1rem;
  position: relative;
  transition: all 0.4s ease-in-out;
  gap: 2rem;
}
.faq-tabcontent-details:not(:last-child) {
  border-bottom: 1px solid #BBBBBB;
}
.faq-tabcontent-details:hover .faq-tabcontent-summary, .faq-tabcontent-details[open] .faq-tabcontent-summary {
  color: #e93532;
}
.faq-tabcontent-details:hover .faq-tabcontent-summary::before, .faq-tabcontent-details[open] .faq-tabcontent-summary::before {
  background-color: #e93532;
}
.faq-tabcontent-summary {
  font-size: 1.5em;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  list-style: none;
  padding-bottom: 1rem;
  padding-left: 3rem;
  display: block;
  position: relative;
  cursor: pointer;
}
.faq-tabcontent-summary::-webkit-details-marker {
  display: none;
}
.faq-tabcontent-summary::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1rem);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #2E2E32;
  transition-duration: 0.4s;
}
.faq-tabcontent-summary div {
  position: absolute;
  top: calc(50% - .5rem);
  right: 0;
  width: 1rem;
  height: 1rem;
}
.faq-tabcontent-summary div::before, .faq-tabcontent-summary div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 2px;
  background-color: #929292;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
}
.faq-tabcontent-summary div::after {
  transform: translateY(-50%) rotate(90deg);
}
[open] .faq-tabcontent-summary div::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-tabcontent-text {
  padding: 0 3rem;
}
.faq-tabcontent-text.ck-content p, .faq-tabcontent-text li {
  color: #64646E;
  font-size: 0.9em;
}
.faq-tabcontent-text.ck-content p a, .faq-tabcontent-text li a {
  color: #e93532;
  border-bottom: none;
}
.faq-tabcontent-text.ck-content p a:hover, .faq-tabcontent-text li a:hover {
  text-decoration: underline;
}

.about-content {
  width: 100%;
}
.about-content .ck-content p {
  font-size: 1em;
  text-align: justify;
}
.about-main {
  flex-direction: column;
  width: calc(70% - 2rem);
  gap: 2rem;
}
.about-main .about-block:not(:last-child) {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 1rem;
}
.about-block {
  gap: 1rem;
  flex-direction: column;
}
.about-partners {
  flex-wrap: wrap;
  margin-left: -2rem;
  margin-top: 2rem;
}
.about-partners > * {
  width: calc(100% / 4 - 2rem);
  margin-left: 2rem;
  margin-bottom: 2rem;
  height: 90px;
}
.about-partners a {
  display: block;
}
.about-partners a img {
  height: 100%;
  width: 100%;
}
.about-partners img {
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}
.about-governance {
  margin-bottom: 2rem;
}
.about-governance-img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border: 1px solid #F6A3A3;
  border-radius: 8px;
  background-color: #FFEDED;
}
.about-governance-info {
  margin-left: 1rem;
  flex-direction: column;
}
.about-governance-name {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 1rem;
}
.about-governance-position {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #7E7878;
  margin-bottom: 1rem;
}
.about-governance-desc {
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.3rem;
}
.about-document {
  flex-wrap: wrap;
  margin-left: -1rem;
}
.about-document-title {
  margin-bottom: 0;
  margin-top: auto;
}
.about-document-block {
  padding: 1rem;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  width: calc(100% / 2 - 1rem);
  margin-bottom: 1rem;
  margin-left: 1rem;
  transition: all 0.4s ease-in-out;
}
.about-document-block-info {
  flex-direction: column;
  margin-left: 1rem;
}
.about-document-block-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.about-document-block-desc p {
  color: #BBBBBB;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.about-document-block-desc p:first-child {
  margin-right: 0.5rem;
}
.about-document-block:hover {
  background-color: #e93532;
  cursor: pointer;
}
.about-document-block:hover .about-main-document-block-title {
  color: #fff;
}
.about-document-block:hover .sprite {
  background-position: -71px -135px;
}
.about-history {
  flex-direction: column;
}
.about-history .tabcontent {
  padding-bottom: 2rem;
}
.about-history-sort {
  justify-content: flex-end;
  margin-bottom: 2rem;
}
.about-history-sort li {
  margin-bottom: 0.5rem;
}
.about-history-sort li:not(:last-child) {
  margin-right: 0.5rem;
}
.about-history-sort li.active a {
  background-color: #e93532;
  color: #fff;
}
.about-history-main {
  margin-left: auto;
  width: calc(70% - 6rem);
  margin-top: 4rem;
}
.about-history-main-title {
  font-weight: 900;
  font-size: 3em;
  font-family: "Inter", sans-serif;
  margin-bottom: 1rem;
}
.about-history-main .page-list li p {
  font-weight: 400;
}
.about-history-main .page-list li:not(:last-child) {
  margin-bottom: 1rem;
}
.about-awards {
  flex-direction: column;
  gap: 1rem;
}
.about-awards-block {
  align-items: center;
  gap: 1rem;
}
.about-awards-block:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 1px solid #E3E3E3;
}
.about-awards-figure a {
  width: 150px;
  height: 150px;
  display: block;
}
.about-awards-img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0.9);
  transition-duration: 0.4s;
}
.about-awards-img:hover {
  filter: brightness(1);
  transition-duration: 0.4s;
}

.contact-content .ck-content p {
  line-height: 1.2rem;
  padding-bottom: 0.5rem;
}
.contact-list {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
}
.contact-list-column {
  flex-direction: column;
  gap: 1rem;
}
.contact-list-three .contact-block {
  width: calc(100% / 3 - 1rem);
}
.contact-list-two .contact-block {
  width: calc(100% / 2 - 1rem);
}
.contact-list-main .contact-block-50 {
  width: calc(100% / 2 - 1rem);
}
.contact-block {
  flex-grow: 1;
  align-items: center;
}
.contact-block a:hover {
  color: #e93532;
}
.contact-block-text {
  font-weight: 400;
  margin-left: 1rem;
  line-height: 1rem;
  width: -moz-max-content;
  width: max-content;
}
.contact-block-text-margin {
  margin-top: 1rem;
}
.contact-block-text p {
  display: inline;
  cursor: default;
  margin-left: 1rem;
}
.contact-block-text p b {
  font-weight: 600;
}
.contact-block-text.flex {
  flex-direction: column;
  gap: 0.5rem;
}
.contact-block-text-title {
  font-weight: 600;
}
.contact-block-text-clock {
  cursor: default;
}
.contact-block-text-clock-key {
  color: #BBBBBB;
  margin-right: 0.5rem;
}
.contact-block-time {
  align-items: flex-start;
}
.contact-block-time svg {
  margin-top: 0.2rem;
}
.contact-map {
  width: 100%;
  height: 30vh;
  border-radius: 20px;
  border: 4px solid #E3E3E3;
  overflow: hidden;
}
.contact-details {
  flex-direction: column;
  gap: 2rem;
}
.contact-details .faq-tabcontent-summary {
  font-size: 1.1em;
}
.contact-tabcontent {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-delay: 0ms;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-tabcontent-list {
  flex-wrap: wrap;
  padding-bottom: 1rem;
  gap: 1rem;
}
.contact-tabcontent-list:not(:last-child) {
  border-bottom: 1px dashed #E3E3E3;
}
.contact-tabcontent-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 2rem;
  letter-spacing: 0.02em;
}
.contact-tabcontent-name {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.02em;
  color: #9F9F9F;
}
.contact-tabcontent-fio {
  font-size: 1.2em;
  line-height: 2rem;
}
.contact-tabcontent-card {
  align-items: center;
}
.contact-tabcontent-img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
  border: 1px solid #F6A3A3;
  background-color: #FFEDED;
}
.contact-tabcontent-text {
  margin-left: 1rem;
  flex-direction: column;
}
.contact-tabcontent-desc {
  color: #BBBBBB;
}
.contact-partners {
  margin-bottom: 2rem;
  border-bottom: 1px solid #E3E3E3;
  flex-wrap: wrap;
}
.contact-partners-block {
  width: calc(100% / 2 - 1rem);
}
.contact-partners-block .contact-list {
  flex-direction: column;
}
.contact-partners-other .contact-block-text {
  width: calc(100% - 20px - .5rem);
}

.page-videos .page-count,
.page-news .page-count {
  justify-content: space-between;
}
.page-videos .page-count-flex,
.page-news .page-count-flex {
  width: 80%;
}

.video-wrapper {
  flex-wrap: wrap;
}
.video-block {
  width: calc(100% / 3 - 4rem/3);
  height: 100%;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: hidden;
  flex-direction: column;
  gap: 0.5rem;
}
.video-block iframe {
  width: 100%;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
}
.video-block-youtube-image {
  position: relative;
  width: 100%;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.video-block-youtube-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  filter: brightness(0.7);
  transition: all 0.3s ease-out;
}
.video-block-youtube-button {
  position: absolute;
  width: 100px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  transition: all 0.6s ease-out;
}
.video-block-youtube:hover .video-block-youtube-img {
  filter: brightness(1);
}
.video-block-youtube:hover .video-block-youtube-button {
  opacity: 0.8;
}
.video-block-title {
  font-size: 1.5em;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.video-block-desc {
  font-size: 1em;
  letter-spacing: 0.02em;
}

.live-wrapper {
  flex-wrap: wrap;
}
.live-block {
  width: calc(100% / 3 - 4rem/3);
  overflow: hidden;
  flex-direction: column;
  gap: 0.5rem;
}
.live-block-image {
  overflow: hidden;
  width: 100%;
  height: 260px;
  border-radius: 20px;
}
.live-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  filter: brightness(0.9);
  transition: all 0.4s ease-out;
}
.live-block-image:hover img {
  transition-duration: 0.4s;
  filter: brightness(1);
}
.live-block-title {
  font-size: 1.2em;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.live-block-desc {
  font-size: 1em;
  letter-spacing: 0.02em;
}
.live-block-link {
  transition-duration: 0.4s;
  font-weight: 700;
  text-decoration: underline;
  font-size: 1em;
  letter-spacing: 0.02em;
}
.live-block-link:hover {
  transition-duration: 0.4s;
  color: #e93532;
}

.page-objects {
  margin-bottom: 4rem;
}

.objects-list {
  flex-direction: column;
  gap: 2rem;
}
.objects-list:not(:last-child) {
  margin-bottom: 4rem;
}
.objects-block {
  gap: 2rem;
}
.objects-block-link {
  display: flex;
  width: 25rem;
  height: 15rem;
  background-color: #fff;
  position: relative;
}
.objects-block-online {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #e93532;
  border-radius: 2rem;
  padding: 0.3rem 0.6rem 0.3rem 1.5rem;
  font-size: 0.8em;
  transition-duration: 0.4s;
  font-weight: 800;
}
.objects-block-online:hover {
  transition-duration: 0.4s;
  color: #fff;
  background-color: #e93532;
}
.objects-block-online:hover::before {
  background-color: #fff;
  transition-duration: 0.4s;
}
.objects-block-online::before {
  transition-duration: 0.4s;
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #e93532;
  animation: blink normal 2s infinite ease-in-out;
}
.objects-block-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  filter: opacity(0.9);
  border-radius: 20px;
  border: 4px solid #E3E3E3;
}
.objects-block-title {
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.objects-block-title h1 {
  font-weight: 800;
  font-family: "Inter", sans-serif;
  font-size: 2em;
  transition-duration: 0.4s;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.objects-block-title-type {
  background-color: #e93532;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  font-size: 0.8em;
}
.objects-block-title:hover h1 {
  transition-duration: 0.4s;
  -webkit-text-decoration-color: #2E2E32;
  text-decoration-color: #2E2E32;
}
.objects-block-address {
  font-size: 1.2em;
  font-weight: 600;
}
.objects-block-desc {
  font-size: 1.1em;
  line-height: 2rem;
  text-align: justify;
}
.objects-block-info {
  flex-direction: column;
  gap: 0.5rem;
}
.objects-block-info .button {
  margin-top: auto;
}
.objects-block-info .hash {
  width: -moz-max-content;
  width: max-content;
}
.objects-block-structure {
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
}
.objects-block-structure-item {
  align-items: center;
  font-size: 0.9em;
  cursor: default;
  gap: 0.5rem;
}
.objects-block-structure-item-img {
  width: 2rem;
  height: 2rem;
}
.objects-block-status {
  width: -moz-max-content;
  width: max-content;
  color: #e93532;
  font-weight: 600;
  font-size: 0.9em;
  padding: 3px 10px;
  border: 1px dashed #e93532;
  border-radius: 4px;
  background-color: #fff;
}
.objects-block-flats {
  width: -moz-max-content;
  width: max-content;
  color: #e93532;
  font-weight: 600;
  font-size: 0.9em;
  padding: 3px 10px;
  border: 1px dashed #e93532;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
}
.objects-block-flats:hover {
  color: #2E2E32;
  border-color: #2E2E32;
  transition-duration: 0.4s;
}

.mortgage-desc {
  line-height: 2rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.mortgage-title {
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 2em;
  line-height: 2.5rem;
}
.mortgage-block {
  flex-direction: column;
  gap: 1rem;
}
.mortgage .ck-content p {
  font-size: 1em;
}
.mortgage-list {
  flex-wrap: wrap;
  gap: 1rem;
}
.mortgage-list-one .page-li {
  width: 100%;
}
.mortgage-list-two .mortgage-block {
  width: calc(100% / 2 - .5rem);
}
.mortgage-list-three .mortgage-block {
  width: calc(100% / 3 - 2rem / 3);
}
.mortgage-info {
  background-color: rgba(187, 187, 187, 0.3);
  padding: 2rem;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.mortgage-info-block {
  flex-direction: column;
  width: calc(100% / 3 - 1rem / 3);
  align-items: center;
  gap: 0.5rem;
}
.mortgage-info-title {
  font-weight: 900;
  font-family: "Inter", sans-serif;
  font-size: 2.8em;
  white-space: nowrap;
  text-align: center;
}
.mortgage-info-text {
  line-height: 1.2rem;
  font-weight: 500;
  text-align: center;
}
.mortgage-table {
  overflow: auto;
}
.mortgage-table td img {
  width: 150px;
  height: 100%;
  max-height: 100px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}
.mortgage-table-title {
  width: 30%;
}

.object-link-mobile {
  display: none;
  position: fixed;
  top: 4rem;
  right: 1rem;
  z-index: 11;
}
.object-link-mobile a {
  border-color: #2E2E32;
  color: #2E2E32;
  background-color: #fff;
}
.object-slider {
  position: relative;
}
.object-slider-bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.object-slider-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(35deg, rgba(19, 29, 31, 0.6) 25%, rgba(20, 38, 43, 0.1) 50%, rgba(135, 201, 222, 0.01) 100%);
}
.object-slider-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.object-slider-info {
  position: absolute;
  bottom: 12rem;
  left: 0;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.object-slider-title {
  font-size: 3.5em;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 4.5rem;
  text-shadow: 0 0 10px #2e2e32;
}
.object-slider-title .accent {
  color: #E93532;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  text-shadow: 0 0 8px #4e2d2c70;
}
.object-slider-slogan {
  font-weight: 300;
  font-size: 1.2em;
  color: #fff;
  text-shadow: 0px 0px 10px #2e2e32;
  line-height: 2rem;
  margin-bottom: 1rem;
  width: 60%;
}
.object-slider-address {
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 2rem;
}
.object-slider-button {
  display: none;
  gap: 1rem;
}
.object-slider-ready {
  position: relative;
  display: flex;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.object-slider-ready .swiper-slide:first-child {
  width: 100%;
}
.object-slider-ready .swiper-slide:not(:first-child) {
  opacity: 0;
  width: 0;
}
.object-slider .swiper-wrapper {
  height: 100vh;
}
.object-slider .swiper-pagination-bullet-active {
  background: #e93532;
}
.object-slider .swiper-pagination-bullet {
  border-radius: 8px;
  height: 0.5rem;
}
.object-slider .swiper-pagination-bullets {
  bottom: 2rem !important;
}
.object-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.object-info {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2E2E32;
  position: relative;
}
.object-info-links {
  gap: 0.5rem 1rem;
  flex-wrap: wrap;
}
.object-info-wrapper {
  flex-direction: column;
  gap: 2rem;
  z-index: 10;
  position: relative;
}
.object-info .pattern span:not(:last-child)::before,
.object-info .pattern span:not(:first-child)::after {
  background: repeating-linear-gradient(to bottom, transparent 0 10px, rgba(228, 228, 228, 0.1) 0px 20px);
}
.object-info-bread {
  margin-bottom: 0;
}
.object-info-bread .bread-title {
  color: #fff;
}
.object-info-bread .bread-link {
  color: #BBBBBB;
  -webkit-text-decoration-color: #BBBBBB;
  text-decoration-color: #BBBBBB;
}
.object-info-bread .bread-link:hover {
  color: #e93532;
  -webkit-text-decoration-color: #e93532;
  text-decoration-color: #e93532;
}
.object-info-flats {
  gap: 1rem;
  flex-wrap: wrap;
}
.object-info-text {
  width: 80%;
}
.object-info-text p {
  color: #fff;
}
.object-info-text a {
  color: #ECECEC;
  border-color: #ECECEC;
}
.object-info-desc {
  flex-wrap: wrap;
  gap: 1rem;
}
.object-info-desc-li {
  width: calc(50% - 1rem);
  align-items: center;
}
.object-info-desc-li p {
  font-size: 1.2em;
  color: #fff;
}
.object-info-desc-li svg {
  margin-right: 0.5rem;
}
.object-info-infographic {
  border-top: 1px solid #E3E3E3;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 2rem;
  gap: 1rem;
}
.object-info-infographic-block {
  align-items: center;
  gap: 0.5rem;
}
.object-info-infographic-desc {
  flex-direction: column;
  font-size: 1.1em;
}
.object-info-infographic-title {
  color: #BBBBBB;
  font-weight: 500;
}
.object-info-infographic-text {
  color: #fff;
}
.object-details {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.object-details-wrapper {
  position: relative;
  height: 75vh;
}
.object-details-tabcontent {
  width: 100%;
  height: 100%;
  position: relative;
  flex-wrap: wrap;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  overflow: hidden;
}
.object-details-tabcontent::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 77%, #2e2e32 100%);
  border-radius: 8px;
}
.object-details-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.object-details-title {
  position: absolute;
  top: 2rem;
  left: 2rem;
  align-items: center;
  display: flex;
  gap: 1rem;
}
.object-details-title svg {
  fill: #fff;
}
.object-details-title span {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Inter", sans-serif;
}
.object-details-desc {
  position: absolute;
  bottom: 3rem;
  text-align: center;
  margin: auto auto 0;
  width: 90%;
  line-height: 1.6rem;
  overflow: auto;
  left: 5%;
}
.object-details-desc > * {
  color: #fff;
}
.object-details-tabs {
  position: relative;
  width: 98%;
  margin: -2rem auto 0;
  background-color: #ececec;
  z-index: 10;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  overflow: auto;
}
.object-details-tabs-flex {
  transition: all 0.4s ease-out;
  align-items: center;
  padding: 0.7rem;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 0.25rem;
}
.object-details-tabs li {
  display: flex;
  flex-grow: 1;
}
.object-details-tabs li svg {
  transition-duration: 0.4s;
  width: 3rem;
  height: 3rem;
  padding: 0.8rem;
  border-radius: 4px;
}
.object-details-tabs li:not(:last-child) {
  border-right: 1px solid #E3E3E3;
}
.object-details-tabs li:hover svg, .object-details-tabs li.active svg {
  background-color: #e93532;
  fill: #fff;
  transition-duration: 0.4s;
}
.object-infrastructures {
  position: relative;
  overflow: hidden;
}
.object-infrastructures-map {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  margin-top: auto;
}
.object-infrastructures-map .ymaps-2-1-79-controls__control {
  inset: 20vh auto auto 3vw !important;
}
.object-infrastructures-absolute {
  position: absolute;
  top: 20vh;
  left: 12rem;
  width: 35vw;
}
.object-infrastructures-tabcontent {
  overflow-y: auto;
  max-height: 50vh;
  padding-right: 1rem;
}
.object-infrastructures-name {
  align-items: center;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
  transition-duration: 0.4s;
}
.object-infrastructures-name span {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - .7rem);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  transition-duration: 0.4s;
}
.object-infrastructures-details {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.object-infrastructures-details:hover .object-infrastructures-name {
  color: #e93532;
  transition-duration: 0.4s;
}
.object-infrastructures-details:hover .object-infrastructures-summary {
  color: #e93532;
  transition-duration: 0.4s;
}
.object-infrastructures-details:hover .object-infrastructures-summary span {
  background-color: #e93532;
  transition-duration: 0.4s;
}
.object-infrastructures-details:not(:last-child) {
  margin-bottom: 1rem;
}
.object-infrastructures-summary {
  font-family: "Inter", sans-serif;
  list-style: none;
  display: block;
  position: relative;
  cursor: pointer;
  transition-duration: 0.4s;
}
.object-infrastructures-summary::-webkit-details-marker {
  display: none;
}
.object-infrastructures-summary div {
  position: absolute;
  top: calc(50% - .5rem);
  right: 0;
  width: 0.7rem;
  height: 0.7rem;
}
.object-infrastructures-summary div::before, .object-infrastructures-summary div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.7rem;
  height: 2px;
  background-color: #929292;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
}
.object-infrastructures-summary div::after {
  transform: translateY(-50%) rotate(90deg);
}
[open] .object-infrastructures-summary div::after {
  transform: translateY(-50%) rotate(180deg);
}
.object-infrastructures-content {
  padding-left: 1.5rem;
}
.object-infrastructures-info {
  position: relative;
  z-index: 3;
  padding: 4rem;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border: 1px solid #E3E3E3;
}
.object-infrastructures-info-block {
  flex-direction: column;
  gap: 2rem;
}
.object-infrastructures-title {
  font-size: 2em;
  font-weight: 800;
  font-family: "Inter", sans-serif;
}
.object-infrastructures-slider.swiper-container {
  margin: 0;
}
.object-infrastructures-tabs {
  border-bottom: 1px solid #E3E3E3;
}
.object-infrastructures-tabs li.swiper-slide {
  background-color: transparent;
  width: -moz-max-content !important;
  width: max-content !important;
}
.object-infrastructures-tabs li:not(:last-child) {
  padding-right: 1rem;
}
.object-infrastructures-tabs li p {
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  padding-bottom: 0.5rem;
}
.object-infrastructures-tabs li.active p, .object-infrastructures-tabs li:hover p {
  border-bottom: 1px solid #e93532;
  color: #e93532;
  cursor: pointer;
}
.object-infrastructures-desc {
  margin-bottom: 1rem;
}
.object-infrastructures-desc p {
  font-size: 1em;
  line-height: 1.2rem;
}
.object-infrastructures-desc ul li {
  line-height: 1rem;
}
.object-finish {
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.object-office {
  padding-top: 4rem;
}
.object-office-map {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 4px solid #2E2E32;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
}
.object-office-map-frame {
  width: 60%;
  height: 50vh;
  margin-left: auto;
}
.object-office-info {
  width: 40%;
  background-color: #ECECEC;
  padding: 4rem;
  overflow: auto;
  gap: 1rem;
}
.object-office-info-list {
  z-index: 10;
  position: relative;
  flex-direction: column;
  gap: 1rem;
}
.object-office .pattern span:not(:last-child)::before,
.object-office .pattern span:not(:first-child)::after {
  background: repeating-linear-gradient(to bottom, transparent 0 10px, #cecece 0px 20px);
}
.object-office .pattern {
  width: 100%;
  left: 0;
  right: 0;
}
.object-office .pattern span:nth-child(1) {
  display: none;
}
.object-office .pattern span:nth-child(2) {
  left: 17.8%;
}
.object-office .pattern span:nth-child(3) {
  left: 35.5%;
}
.object-office .pattern span:nth-child(4) {
  left: 53%;
}
.object-office .pattern span:nth-child(5) {
  left: 71%;
}
.object-office .pattern span:nth-child(6) {
  left: 88.7%;
}
.object-office .pattern span:nth-child(7) {
  display: none;
}
.object-office-title {
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 2em;
  z-index: 2;
  position: relative;
}
.object-office-block {
  align-items: center;
  font-size: 1.2em;
  gap: 1rem;
}
.object-office-block-text {
  font-weight: 500;
}
.object-office-block-text.flex {
  flex-direction: column;
}
.object-office-block-text-additional {
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.object-office-block-text-additional b {
  font-weight: 600;
}
.object-office-block-text-additional a:hover {
  color: #e93532;
}
.object-office-block a.object-office-block-text:hover {
  color: #e93532;
}
.object-documents {
  padding-top: 4rem;
}
.object-documents-wrapper {
  flex-direction: column;
  gap: 2rem;
}
.object-documents-info {
  position: relative;
  align-items: flex-end;
}
.object-documents-info-buttons {
  position: relative;
  width: 10rem;
  height: 5rem;
  margin-left: 2rem;
}
.object-documents-info-buttons .swiper-button.swiper-button-next,
.object-documents-info-buttons .swiper-button.swiper-button-prev {
  border-color: #ECECEC;
}
.object-documents-info-dom {
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  padding: 1rem 2rem;
  background-color: #fff;
  border-left: 10px solid #e93532;
  align-items: center;
  width: 100%;
}
.object-documents-info-dom-link {
  margin-right: 2rem;
  width: 60px;
  height: 60px;
  display: block;
}
.object-documents-info-dom-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.object-documents-info-dom-text {
  width: 50%;
}
.object-documents-info-dom-text p {
  line-height: 1.5rem;
}
.object-documents-info-dom-text a {
  text-decoration: underline;
  color: #e93532;
}
.object-documents-info-dom-text a:hover {
  color: #2E2E32;
}
.object-media {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.object-media-buttons {
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.object-media-buttons li.active .button {
  background-color: #fff;
  color: #e93532;
  border-color: #e93532;
}
.object-media-buttons li.active .button svg {
  fill: #e93532;
}
.object-media-video {
  gap: 2rem;
  flex-wrap: wrap;
}
.object-media .video-block iframe {
  height: 13rem;
}
.object-media .video-block-text {
  display: none;
}
.object-news-list {
  flex-wrap: wrap;
  gap: 2rem;
}
.object-news-block {
  width: calc(100% / 3 - 4rem / 3);
  height: 13rem;
  border: 2px solid #E3E3E3;
  flex-direction: column;
  padding: 2rem;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
}
.object-news-block:hover {
  border-color: #2E2E32;
}
.object-news-block:hover .object-news-title {
  -webkit-text-decoration-color: #2E2E32;
  text-decoration-color: #2E2E32;
  transition: 0.4s;
}
.object-news-title {
  font-weight: 800;
  font-size: 1.3em;
  margin-bottom: 1rem;
  font-family: "Inter", sans-serif;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: 0.4s;
}
.object-news-desc {
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
  line-height: 1.5em;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: 0.4s;
}
.object-news-hash {
  flex-wrap: wrap;
}
.object-news-hash-block {
  font-size: 0.9em;
  font-weight: 600;
  color: #e93532;
  cursor: default;
}
.object-news-hash-block:not(:last-child) {
  margin-right: 0.5rem;
}
.object-news-date {
  color: #C3C3C7;
  font-size: 0.8em;
}
.object-close {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.object-close-wrapper {
  gap: 2rem;
}
.object-close-wrapper .objects-block {
  flex-grow: 1;
}

.social-tabcontent {
  display: none;
  position: relative;
}
.social-tabcontent.active {
  display: block;
}

.page-finish {
  padding-bottom: 4rem;
}

.page-finishes {
  padding-bottom: 4rem;
}

.finishes-list {
  gap: 4rem;
  flex-direction: column;
}
.finishes-block {
  gap: 2rem;
}
.finishes-block[data-finish=white-box] {
  order: 4;
}
.finishes-block[data-finish=predchistovaya] {
  order: 5;
}
.finishes-block[data-finish=dizaynerskaya] {
  order: 2;
}
.finishes-block[data-finish=finish_premium] {
  order: 3;
}
.finishes-block[data-finish=finish_furnished] {
  order: 1;
}
.finishes-block-img {
  width: 25rem;
  height: 15rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  filter: opacity(0.9);
  border-radius: 20px;
  border: 4px solid #E3E3E3;
}
.finishes-block-info {
  flex-direction: column;
  gap: 1rem;
}
.finishes-block-info .button {
  margin-top: auto;
}
.finishes-block-title {
  align-items: center;
  flex-wrap: wrap;
}
.finishes-block-title h1 {
  font-weight: 800;
  font-family: "Inter", sans-serif;
  font-size: 2em;
  transition-duration: 0.4s;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.finishes-block-title:hover h1 {
  transition-duration: 0.4s;
  -webkit-text-decoration-color: #2E2E32;
  text-decoration-color: #2E2E32;
}
.finishes-block-desc {
  font-size: 1.1em;
  line-height: 2rem;
  text-align: justify;
}
.finishes-block-structure {
  flex-wrap: wrap;
  gap: 2rem;
}
.finishes-block-structure-item {
  align-items: center;
  font-size: 0.9em;
  cursor: default;
  gap: 0.5rem;
}

.finish-wrapper {
  padding-top: 4rem;
}
.finish-title {
  font-family: "Inter", sans-serif;
  font-size: 2.5em;
  line-height: 3rem;
  font-weight: 800;
  width: 35%;
  margin-right: 2rem;
}
.finish-info {
  margin-bottom: 4rem;
}
.finish-info-desc {
  font-size: 1.2em;
  line-height: 2rem;
  text-align: justify;
  width: 100%;
}
.finish-order {
  margin: 2rem 0;
  padding-top: 2rem;
  border-top: 1px dashed #BBBBBB;
}
.finish-order-desc {
  width: 100%;
}
.finish-order .ck-content p {
  font-size: 1em;
}
.finish-order .ck-content ul {
  padding-bottom: 2rem;
}
.finish-list {
  flex-wrap: wrap;
  justify-content: center;
}
.finish-list-block {
  flex-direction: column;
  width: calc(100% / 4 - 8rem / 4);
  align-items: center;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.finish-list-img {
  padding: 2rem;
  background-color: #FFEDED;
  border-radius: 8px;
  border: 1px solid #e93532;
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 1rem;
}
.finish-list-title {
  font-size: 1.1em;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.finish-list-desc {
  font-size: 0.9em;
  line-height: 1.2rem;
  text-align: center;
}
.finish-image {
  margin-bottom: 2rem;
}
.finish-image a {
  display: flex;
}
.finish-image img {
  width: 100%;
  height: 45vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 8px;
}
.finish-gallery {
  margin-top: 4rem;
  height: 50vh;
  position: relative;
}
.finish-gallery-link {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  border-radius: 8px;
  border: 1px solid #E3E3E3;
  overflow: hidden;
}
.finish-gallery-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  z-index: 2;
}
.finish-gallery-img-absolute {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(10px) opacity(0.7);
}
.finish-gallery .swiper-button-next.swiper-button-disabled, .finish-gallery .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.finish-options {
  margin: 4rem 0;
}
.finish-options-list {
  margin-top: 2rem;
  flex-wrap: wrap;
}
.finish-options-block {
  position: relative;
  width: calc(100% / 2 - 1rem);
  border-radius: 8px;
  height: 40vh;
  border: 1px solid #E3E3E3;
  transition: background 0.4s ease-in-out;
  overflow: hidden;
}
.finish-options-block:not(:last-child) {
  margin-right: 2rem;
}
.finish-options-block::before {
  content: "";
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(46, 46, 50, 0) 30%, rgba(46, 46, 50, 0.8) 100%);
  border-radius: 8px;
  transition-duration: 0.4s;
}
.finish-options-block:hover::before {
  transition-duration: 0.4s;
  background: linear-gradient(180deg, rgba(46, 46, 50, 0) 30%, rgba(46, 46, 50, 0.5) 100%);
}
.finish-options-text {
  position: absolute;
  bottom: 0;
  padding: 2rem;
  z-index: 2;
}
.finish-options-title {
  color: #fff;
  font-weight: 900;
  font-size: 2em;
  margin-bottom: 1rem;
  font-family: "Inter", sans-serif;
}
.finish-options-desc {
  color: #fff;
  line-height: 1.5rem;
}
.finish-options-img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #fff;
}

.cursor {
  width: 3rem;
  height: 3rem;
  display: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.63);
  position: absolute;
  top: 20rem;
  z-index: 15;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  align-items: center;
  justify-content: center;
}
.cursor svg {
  width: 1rem;
  height: 1rem;
  fill: #fff;
}
.cursor.active {
  opacity: 1;
  display: flex;
}

.page-flats {
  padding-bottom: 2rem;
}
.page-flats .modal-close {
  position: relative;
  top: 0;
  right: 0;
}

.flats-filters {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ECECEC;
  flex-direction: column;
  gap: 0.5rem;
}
.flats-filters-top {
  flex-wrap: wrap;
  gap: 1rem;
}
.flats-filters-bottom {
  justify-content: space-between;
}
.flats-filters-list {
  flex-wrap: wrap;
  width: 80%;
  gap: 0.5rem;
}
.flats-filters-hash {
  font-size: 0.9em;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  border: 1px dashed #e93532;
  background-color: #fff;
  height: -moz-max-content;
  height: max-content;
  align-items: center;
  gap: 0.25rem;
}
.flats-filters-hash p {
  padding: 6px 10px;
  color: #e93532;
}
.flats-filters-hash svg {
  padding: 5px;
}
.flats-filters-hash.active {
  background-color: #e93532;
}
.flats-filters-hash.active p {
  color: #fff;
}
.flats-filters-hash.active svg {
  fill: #fff;
}
.flats-filters-hash.active:hover {
  background-color: #fff;
}
.flats-filters-hash.active:hover p {
  color: #e93532;
}
.flats-filters-hash.active:hover svg {
  fill: #e93532;
  cursor: pointer;
}
.flats-filters-hash:not(.active):hover {
  color: #fff;
  background-color: #e93532;
  cursor: pointer;
}
.flats-filters-hash:not(.active):hover svg {
  fill: #fff;
}
.flats-filters-all {
  background-color: #fff;
  border: 2px solid #2E2E32;
  border-radius: 8px;
  padding: 0.8rem;
  transition-duration: 0.4s;
  position: relative;
  height: -moz-max-content;
  height: max-content;
}
.flats-filters-all-count {
  display: none;
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  border-radius: 50%;
  background-color: #fff;
  color: #e93532;
  font-weight: 800;
  font-size: 0.8rem;
  width: 1.3rem;
  height: 1.3rem;
  align-items: center;
  justify-content: center;
}
.flats-filters-all.accent, .flats-filters-all:hover {
  background-color: #e93532;
  border-color: #e93532;
  cursor: pointer;
}
.flats-filters-all.accent svg, .flats-filters-all:hover svg {
  fill: #fff;
}
.flats-filters-all.accent .flats-filters-all-count, .flats-filters-all:hover .flats-filters-all-count {
  display: flex;
}
.flats-filters-object {
  cursor: pointer;
  position: relative;
}
.flats-filters-apartment {
  padding: 0.25rem 1rem;
  border: 2px solid #2E2E32;
  border-radius: 8px;
  flex-direction: column;
  transition-duration: 0.4s;
  background-color: #fff;
}
.flats-filters-apartment-name {
  color: #2E2E32;
  font-size: 0.8em;
}
.flats-filters-apartment-list {
  flex-wrap: wrap;
}
.flats-filters-apartment-count {
  background-color: #E3E3E3;
  padding: 0.25rem 0.5rem;
  transition-duration: 0.4s;
  border-radius: 4px;
  font-size: 0.9em;
}
.flats-filters-apartment-count input {
  display: none;
}
.flats-filters-apartment-count:not(:last-child) {
  margin-right: 0.25rem;
}
.flats-filters-apartment-count.accent, .flats-filters-apartment-count:hover {
  color: #fff;
  background-color: #e93532;
  cursor: pointer;
}
.flats-filters-apartment.accent, .flats-filters-apartment:hover {
  border-color: #e93532;
}
.flats-filters-apartment.accent .flats-filters-apartment-name, .flats-filters-apartment:hover .flats-filters-apartment-name {
  color: #e93532;
}
.flats-filters-range {
  padding: 0.25rem 1rem 0 1rem;
  border: 2px solid #2E2E32;
  border-radius: 8px;
  flex-direction: column;
  transition-duration: 0.4s;
  position: relative;
  background-color: #fff;
  height: 58px;
}
.flats-filters-range-name {
  color: #8B8B92;
  font-size: 0.8em;
}
.flats-filters-range.active {
  border-color: #e93532;
}
.flats-filters-range.active .flats-filters-range-name,
.flats-filters-range.active .flats-filters-range-wrapper-input {
  color: #e93532;
}
.flats-filters-range.active .ui-state-default,
.flats-filters-range.active .ui-widget-content .ui-state-default,
.flats-filters-range.active .ui-widget-header .ui-state-default,
.flats-filters-range.active .ui-button,
.flats-filters-range.active html .ui-button.ui-state-disabled:hover,
.flats-filters-range.active html .ui-button.ui-state-disabled:active {
  background: #e93532;
}
.flats-filters-range-wrapper {
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  gap: 1rem;
}
.flats-filters-range-wrapper-input {
  border: none;
  font-size: 1.2em;
  width: 6rem;
}
.flats-filters-range-wrapper span {
  margin-right: 0.5rem;
  color: #8B8B92;
}
.flats-filters-range-block {
  flex: 1 1 0;
  align-items: center;
}
.flats-filters-range-absolute {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
}
.flats-filters-range-absolute .ui-slider-horizontal {
  height: 2px;
}
.flats-filters-range-absolute .ui-widget.ui-widget-content {
  border: none;
}
.flats-filters-range-absolute .ui-slider-horizontal .ui-slider-handle {
  top: -0.4em;
}
.flats-filters-range-absolute .ui-state-default,
.flats-filters-range-absolute .ui-widget-content .ui-state-default,
.flats-filters-range-absolute .ui-widget-header .ui-state-default,
.flats-filters-range-absolute .ui-button,
.flats-filters-range-absolute html .ui-button.ui-state-disabled:hover,
.flats-filters-range-absolute html .ui-button.ui-state-disabled:active {
  background: #2E2E32;
  border-radius: 50%;
  border: 2px solid #fff;
}
.flats-filters-range-absolute .ui-state-active,
.flats-filters-range-absolute .ui-widget-content .ui-state-active,
.flats-filters-range-absolute .ui-widget-header .ui-state-active,
.flats-filters-range-absolute a.ui-button:active,
.flats-filters-range-absolute .ui-button:active,
.flats-filters-range-absolute .ui-button.ui-state-active:hover {
  border-color: #fff;
}
.flats-filters-range-absolute .ui-state-hover,
.flats-filters-range-absolute .ui-widget-content .ui-state-hover,
.flats-filters-range-absolute .ui-widget-header .ui-state-hover,
.flats-filters-range-absolute .ui-state-focus,
.flats-filters-range-absolute .ui-widget-content .ui-state-focus,
.flats-filters-range-absolute .ui-widget-header .ui-state-focus,
.flats-filters-range-absolute .ui-button:hover, .flats-filters-range-absolute .ui-button:focus {
  background: #e93532;
  transition-duration: 0.2s;
}
.flats-sorting {
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.flats-sorting .select-block {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.flats-sorting-view {
  margin-left: auto;
}
.flats-sorting-view-block {
  padding: 0.25rem;
  border: 2px solid #2E2E32;
  border-radius: 8px;
  transition-duration: 0.4s;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
}
.flats-sorting-view-block:first-child {
  margin-right: 0.5rem;
}
.flats-sorting-view-block:hover, .flats-sorting-view-block.accent {
  border-color: #e93532;
  background-color: #e93532;
  transition-duration: 0.4s;
}
.flats-sorting-view-block:hover svg, .flats-sorting-view-block.accent svg {
  fill: #fff;
}
.flats-sorting-view-block:hover:not(.accent) {
  cursor: pointer;
}
.flats-block-about {
  gap: 0.5rem;
}
.flats-block-about-title {
  color: #000;
  font-weight: 800;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  font-family: "Inter", sans-serif;
}
.flats-block-about-title span {
  font-weight: 800;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
}
.flats-block-about-title sup {
  font-weight: 800;
  margin-left: -6px;
}
.flats-block-about-list {
  flex-wrap: wrap;
  gap: 0.3rem;
}
.flats-block-about-list span {
  color: #64646E;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.flats-block-about-list span:not(:last-child)::after {
  content: "●";
  margin-left: 0.3rem;
  color: #8B8B92;
}
.flats-block-about-stock {
  flex-wrap: wrap;
}
.flats-block-about-stock div {
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  color: #e93532;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.flats-block-about-stock div svg {
  margin-right: 0.25rem;
}
.flats-block-about-stock div:not(:last-child) {
  margin-right: 0.5rem;
}
.flats-block-about-stock div:not(:last-child)::after {
  content: "•";
  margin-left: 0.3rem;
  color: #e93532;
}
.flats-block-about-advantage {
  flex-wrap: wrap;
  gap: 0.5rem;
}
.flats-block-about-advantage-block {
  border: 1px dashed #e93532;
  font-size: 0.9em;
  color: #e93532;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #fff;
}
.flats-block-about-advantage-block.inversion {
  background-color: #e93532;
  border: 1px dashed #fff;
  color: #fff;
}
.flats-block-price-square {
  font-weight: 800;
  color: #fff;
  background-color: #8B8B92;
  border-radius: 8px;
  padding: 0.5rem;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
}
.flats-block-price-area {
  font-weight: 800;
  color: #64646E;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
}
.flats-block-price-area sup {
  font-weight: 800;
  color: #64646E;
}
.flats-block:hover .flats-block-about-title {
  -webkit-text-decoration-color: #e93532;
  text-decoration-color: #e93532;
  color: #e93532;
  transition-duration: 0.4s;
}
.flats-block:hover .flats-block-about-title sup,
.flats-block:hover .flats-block-about-title span {
  color: #e93532;
}
.flats-block:hover .flats-block-price-square {
  background-color: #e93532;
  transition-duration: 0.4s;
}
.flats-list {
  position: relative;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}
.flats-list-horizon {
  flex-wrap: wrap;
  gap: 2rem;
}
.flats-list-horizon .flats-block {
  width: 100%;
  position: relative;
}
.flats-list-horizon .flats-block-show {
  width: 100%;
  position: relative;
}
.flats-list-horizon .flats-block-link {
  display: block;
  position: relative;
  width: 12rem;
  height: 12rem;
  border: 1px solid #BBBBBB;
  border-radius: 20px;
  background-color: #fff;
  padding: 1rem;
}
.flats-list-horizon .flats-block-img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}
.flats-list-horizon .flats-block-about {
  flex-direction: column;
  width: 70%;
  margin-left: 2rem;
  margin-right: 2rem;
}
.flats-list-horizon .flats-block-about-title {
  font-size: 2em;
}
.flats-list-horizon .flats-block-about-title sup {
  font-size: 0.6em;
}
.flats-list-horizon .flats-block-price {
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  margin-left: auto;
}
.flats-list-horizon .flats-block-price-square {
  font-size: 2em;
  margin-bottom: 0.5rem;
}
.flats-list-horizon .flats-block-price-area {
  font-size: 1.2em;
}
.flats-list-horizon .flats-block-price-area sup {
  font-size: 0.6em;
}
.flats-list-cube {
  gap: 2rem;
}
.flats-list-cube .flats-block {
  width: calc((100% / 3) - 4rem/3);
  border: 1px solid #BBBBBB;
  border-radius: 20px;
  background-color: #fff;
  padding: 2rem 2rem 1.5rem;
}
.flats-list-cube .flats-block-show {
  flex-direction: column;
  position: relative;
}
.flats-list-cube .flats-block-link {
  display: block;
  position: relative;
  width: 100%;
  height: 70%;
  max-height: 12rem;
  min-height: 5rem;
  margin-bottom: 1rem;
}
.flats-list-cube .flats-block-img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}
.flats-list-cube .flats-block-about {
  flex-direction: column;
}
.flats-list-cube .flats-block-about-title {
  font-size: 1.2em;
}
.flats-list-cube .flats-block-about-title sup {
  font-size: 0.5em;
}
.flats-list-cube .flats-block-about-list span {
  font-size: 0.9em;
}
.flats-list-cube .flats-block-about-stock div {
  font-size: 0.9em;
}
.flats-list-cube .flats-block-price {
  position: absolute;
}
.flats-list-cube .flats-block-price-square {
  font-size: 1.2em;
}
.flats-list-cube .flats-block-price-area {
  display: none;
}
.flats-modal {
  z-index: 2;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 10%;
}
.flats-modal-wrapper {
  position: relative;
  flex-direction: column;
  gap: 2rem;
}
.flats-modal-top {
  justify-content: space-between;
  align-items: center;
}
.flats-modal-title {
  align-items: center;
  gap: 1rem;
  font-size: 2em;
  font-family: "Inter", sans-serif;
  font-weight: 800;
}
.flats-modal-title p {
  color: #8B8B92;
  font-weight: 700;
}
.flats-modal-filters {
  position: relative;
  gap: 2rem;
  flex-wrap: wrap;
}
.flats-modal-row {
  gap: 1rem 2rem;
  flex-wrap: wrap;
  width: 100%;
}
.flats-modal-column {
  flex-direction: column;
  width: 100%;
  gap: 2rem;
}
.flats-modal-column .select-styled {
  width: 100%;
}
.flats-modal-column .flats-filters-range,
.flats-modal-column .flats-filters-apartment {
  margin-right: 0;
}
.flats-modal-options {
  flex-direction: column;
  gap: 0.5rem;
}
.flats-modal-options-title {
  font-weight: 700;
  font-size: 1.5em;
  color: #9F9F9F;
  font-family: "Inter", sans-serif;
}
.flats-modal-options-list {
  flex-wrap: wrap;
  gap: 0.5rem;
}
.flats-modal-options-hash {
  font-weight: 600;
  font-size: 0.9em;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  border: 1px dashed #2E2E32;
  background-color: #fff;
  height: -moz-max-content;
  height: max-content;
  align-items: center;
}
.flats-modal-options-hash input {
  display: none;
}
.flats-modal-options-hash p {
  padding: 6px 10px;
  color: #2E2E32;
}
.flats-modal-options-hash svg {
  display: none;
  padding: 5px;
}
.flats-modal-options-hash:hover p {
  color: #fff;
}
.flats-modal-options-hash.active {
  background-color: #e93532;
  border-color: #e93532;
}
.flats-modal-options-hash.active p {
  color: #fff;
}
.flats-modal-options-hash.active svg {
  fill: #fff;
  display: block;
}
.flats-modal-options-hash.active:hover {
  background-color: #fff;
  border-color: #2E2E32;
}
.flats-modal-options-hash.active:hover p {
  color: #2E2E32;
}
.flats-modal-options-hash.active:hover svg {
  fill: #2E2E32;
  cursor: pointer;
}
.flats-modal-options-hash:not(.active):hover {
  color: #fff;
  background-color: #e93532;
  cursor: pointer;
  border-color: #e93532;
}
.flats-modal-buttons {
  width: 100%;
  gap: 2rem;
}
.flats-modal-buttons .button {
  flex: 1 1 0;
  gap: 0.5rem;
}
.flats-modal-buttons .button svg {
  margin-right: 0;
}
.flats-modal-buttons .button-dark {
  border-color: #2E2E32;
}
.flats-modal-buttons .button-dark:hover {
  border-color: #e93532;
}
.flats-modal .flats-filters-list {
  width: 100%;
}
.flats-show {
  flex-direction: column;
  gap: 2rem;
}
.flats-show-title {
  font-size: 1.6em;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.flats-show-main {
  width: 100%;
  gap: 2rem;
}
.flats-show-main-left {
  flex-direction: column;
  gap: 2rem;
  width: 70%;
  min-height: 30rem;
}
.flats-show-gallery {
  position: relative;
  border-radius: 20px;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  width: 100%;
  height: 30rem;
}
.flats-show-gallery-link {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.flats-show-gallery .swiper-pagination {
  display: flex;
  align-self: center;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  bottom: 1rem;
}
.flats-show-gallery .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.flats-show-gallery .swiper-container {
  height: 100%;
  padding: 1rem;
}
.flats-show-gallery .swiper-button.swiper-button-next,
.flats-show-gallery .swiper-button.swiper-button-prev {
  border-color: #2E2E32;
}
.flats-show-gallery .swiper-pagination-bullet {
  border-radius: 4px;
  padding: 3px 10px;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  font-size: 0.9em;
  background: #fff;
  color: #64646E;
  border: 1px dashed #64646E;
  opacity: 1;
}
.flats-show-gallery .swiper-pagination-bullet-active,
.flats-show-gallery .swiper-pagination-bullet:hover {
  background: #e93532;
  color: #fff;
  border-color: #e93532;
  transition-duration: 0.4s;
}
.flats-show-info {
  flex-direction: column;
  width: 30%;
  gap: 1rem;
}
.flats-show-info-title {
  padding: 1rem;
  background-color: #F9F9FF;
  flex-direction: column;
  border-radius: 8px;
  gap: 0.5rem;
}
.flats-show-info-title-object {
  color: #e93532;
  font-family: "Inter", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}
.flats-show-info-title-name {
  font-size: 1.7em;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.flats-show-info-title-name span {
  font-family: "Inter", sans-serif;
  white-space: nowrap;
  font-weight: 600;
}
.flats-show-info-title-name sup {
  font-weight: 800;
  margin-left: -6px;
  font-size: 0.6em;
  font-family: "Inter", sans-serif;
}
.flats-show-info-title-cost {
  font-weight: 800;
  font-size: 1.5em;
  font-family: "Inter", sans-serif;
}
.flats-show-info-title-price {
  color: #85859B;
  font-size: 0.9em;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
.flats-show-info-feedback {
  width: 100%;
}
.flats-show-info-list {
  padding: 1rem;
  background-color: #F9F9FF;
  flex-direction: column;
  border-radius: 8px;
  width: 100%;
  gap: 0.5rem;
}
.flats-show-info-list-wrapper {
  position: relative;
}
.flats-show-info-list-button {
  width: 100%;
  color: #fff;
  background-color: #85859B;
  padding: 0.5rem;
  border-radius: 8px;
  text-align: center;
}
.flats-show-info-list-button:hover {
  background-color: #BFBFD9;
  transition-duration: 0.4s;
  cursor: pointer;
}
.flats-show-info-list-block {
  justify-content: space-between;
}
.flats-show-info-list-block:not(:first-child) {
  padding-top: 0.5rem;
  border-top: 1px dashed #85859B;
}
.flats-show-info-list-block-key {
  color: #85859B;
  font-size: 0.9em;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.flats-show-info-list-block-value {
  color: #2E2E32;
  font-size: 0.9em;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.flats-show-info-stock {
  flex-direction: column;
  padding: 1rem;
  border: 1px solid #19AB16;
  background-color: #EDFFEF;
  border-radius: 8px;
  gap: 0.5rem;
}
.flats-show-info-stock-title {
  color: #19AB16;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  display: block;
}
.flats-show-info-stock-title:hover {
  border-bottom-color: #19AB16;
  transition-duration: 0.4s;
}
.flats-show-info-stock-date {
  background-color: #19AB16;
  color: #fff;
  font-size: 0.9em;
  border-radius: 4px;
  padding: 0.3333333333rem 0.5rem;
  width: -moz-max-content;
  width: max-content;
}
.flats-show-same {
  flex-direction: column;
  gap: 2rem;
}
.flats-show-options {
  flex-direction: column;
  gap: 1rem;
}
.flats-show-options-list {
  flex-direction: column;
  gap: 1rem;
}
.flats-show-options-block {
  padding: 1rem;
  border-radius: 8px;
  background-color: #F9F9FF;
  font-weight: 800;
  color: #2E2E32;
}
.flats-show-options-desc {
  line-height: 1.5rem;
}
.flats-show-finish {
  flex-direction: column;
  gap: 1rem;
}
.flats-show-finish-block {
  flex-direction: column;
  border-radius: 8px;
  background-color: #F9F9FF;
  overflow: hidden;
  position: relative;
}
.flats-show-finish-block-title {
  font-weight: 800;
  padding: 1rem;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.flats-show-finish-block-title:hover {
  transition-duration: 0.4s;
  -webkit-text-decoration-color: #2E2E32;
  text-decoration-color: #2E2E32;
}
.flats-show-finish-block-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 30rem;
}
.flats-show-finish-block-button {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  color: #fff;
  background-color: #85859B;
  padding: 0.5rem 2rem;
  border-radius: 8px;
  text-align: center;
}
.flats-show-finish-block-button:hover {
  background-color: #BFBFD9;
  transition-duration: 0.4s;
  cursor: pointer;
}
.flats-show-mobile-show {
  display: none;
  flex-direction: column;
  gap: 1rem;
}

.fancybox__image {
  background: white !important;
}

@media only all and (max-width: 1700px) {
  .page {
    padding-right: 6rem;
    padding-left: 6rem;
  }

  .pattern {
    width: calc(100% - 12rem);
    left: 6rem;
    right: 6rem;
  }
}
@media only all and (max-width: 1600px) {
  .ck-content p {
    font-size: 1.1em;
    line-height: 1.5rem;
  }

  .button {
    font-size: 0.9em;
    padding: 1rem;
  }

  .header-callback {
    padding: 0.5rem;
  }

  .button-white .sprite {
    margin-right: 0.5rem;
  }

  .news-block-link {
    height: 14rem;
  }

  .news-block-title {
    font-size: 1.3em;
  }
}
@media only all and (max-width: 1440px) {
  .text-empty {
    font-size: 2.5em;
  }

  .page {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pattern {
    width: calc(100% - 2rem);
    left: 1rem;
    right: 1rem;
  }

  .news-block-link {
    height: 13rem;
  }

  .news-block-title {
    font-size: 1.2em;
  }
}
@media only all and (max-width: 1200px) {
  .header-nav {
    gap: 1rem;
  }

  .header-li a {
    line-height: 1rem;
  }

  .text-empty {
    font-size: 2.2em;
  }

  .ck-content p {
    font-size: 1em;
  }

  .pattern span:nth-child(2) {
    left: 10%;
  }
  .pattern span:nth-child(3) {
    left: 20%;
  }
  .pattern span:nth-child(4) {
    left: 30%;
  }
  .pattern span:nth-child(5) {
    left: 40%;
  }
  .pattern span:nth-child(6) {
    left: 50%;
  }
  .pattern span:nth-child(7) {
    left: 60%;
  }
  .pattern span:nth-child(8) {
    left: 70%;
  }
  .pattern span:nth-child(9) {
    left: 80%;
  }
  .pattern span:nth-child(10) {
    left: 90%;
  }
  .pattern span:nth-child(11), .pattern span:nth-child(12), .pattern span:nth-child(13), .pattern span:nth-child(14) {
    display: none;
  }

  .index-promo-block {
    padding: 2rem;
  }

  .index-finishing-swiper-text {
    padding: 4rem 3rem;
  }

  .index-finishing-content .finishing-button-prev,
.index-finishing-content .finishing-button-next {
    bottom: 4rem;
  }
  .index-finishing-content .finishing-button-prev {
    right: 3rem;
  }
  .index-finishing-content .finishing-button-next {
    right: 8rem;
  }

  .index-news-list {
    gap: 1rem;
  }

  .news-block-link {
    height: 10rem;
    border-width: 1px;
    border-radius: 8px;
  }
}
@media only all and (max-width: 992px) {
  .header-desktop {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .header-nav {
    flex-wrap: wrap;
  }

  .header-logo {
    order: 1;
    min-width: -moz-max-content;
    min-width: max-content;
    height: 1.5rem;
  }

  .header-callback {
    order: 2;
  }

  .header-phone {
    order: 3;
  }

  .header-whatsapp {
    order: 4;
  }

  .header-ul {
    order: 5;
    width: 100%;
    gap: 0 1rem;
  }

  .header-ul-submenu {
    gap: 0 1rem;
  }

  .index-promo-block {
    width: calc(100% / 2 - .5rem);
    padding: 1rem;
  }

  .index-promo-title {
    font-size: 1.2em;
  }

  .index-promo-hash-block {
    font-size: 0.9em;
  }

  .index-finishing-swiper-text {
    padding: 3rem 2rem 2rem;
  }

  .index-tabs li a {
    padding: 1rem;
  }

  .index-finishing-content .finishing-button-prev,
.index-finishing-content .finishing-button-next {
    bottom: 2rem;
  }
  .index-finishing-content .finishing-button-prev {
    right: 2rem;
  }
  .index-finishing-content .finishing-button-next {
    right: 7rem;
  }
}
@media only all and (max-width: 896px) {
  .header-ul {
    gap: 0 1rem;
  }

  .footer-nav {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .footer-ul {
    width: 100%;
  }
  .footer-ul .header-li {
    width: calc(100% / 3 - 1rem);
  }

  .text-empty {
    font-size: 2em;
  }

  .pattern span:nth-child(2) {
    left: 12.5%;
  }
  .pattern span:nth-child(3) {
    left: 25%;
  }
  .pattern span:nth-child(4) {
    left: 37.5%;
  }
  .pattern span:nth-child(5) {
    left: 50%;
  }
  .pattern span:nth-child(6) {
    left: 62.5%;
  }
  .pattern span:nth-child(7) {
    left: 75%;
  }
  .pattern span:nth-child(8) {
    left: 87.5%;
  }
  .pattern span:nth-child(9), .pattern span:nth-child(10) {
    display: none;
  }

  .button {
    padding: 0.5rem 1rem;
  }

  .header-callback {
    padding: 0.15rem 0.25rem;
  }

  .header-callback-svg {
    width: 0.8rem;
    height: 0.8rem;
  }

  .index-title-h1,
.index-title-h1-count {
    font-size: 2.2em;
  }
}
@media only all and (max-width: 768px) {
  .header-nav {
    flex-wrap: wrap;
    gap: 0.25rem 0.5rem;
  }

  .footer-wrapper {
    gap: 1rem;
  }

  .footer-copyright {
    flex-wrap: wrap;
  }

  .page404 {
    margin-bottom: 4rem;
  }
  .page404 p {
    width: 100%;
  }
  .page404 h1 {
    font-size: 2em;
  }

  .select-styled {
    height: 40px;
    padding: 0.5rem;
  }

  .select-options li,
.select-options label,
.select-options > a,
.index-tabs-select .select-options a {
    padding: 0.5rem;
  }

  .select-styled.active {
    padding-top: 0.5rem;
  }

  .select-styled.active .select-styled-select {
    font-size: 0.9em;
  }

  .content-index {
    padding-top: 3rem;
  }

  .feedback-form {
    width: 70%;
  }

  .pattern span:nth-child(2) {
    left: 16.6%;
  }
  .pattern span:nth-child(3) {
    left: 33.3%;
  }
  .pattern span:nth-child(4) {
    left: 50%;
  }
  .pattern span:nth-child(5) {
    left: 66.6%;
  }
  .pattern span:nth-child(6) {
    left: 83.3%;
  }
  .pattern span:nth-child(7), .pattern span:nth-child(8) {
    display: none;
  }

  .index-title-h1,
.index-title-h1-count {
    font-size: 2em;
  }

  .index-finishing-content .finishing-button-prev,
.index-finishing-content .finishing-button-next {
    bottom: auto;
    top: 4rem;
  }
  .index-finishing-content .finishing-button-prev {
    right: 2rem;
  }

  .index-tabs {
    gap: 0;
  }

  .index-tabs li a {
    padding: 1rem 0.5rem;
  }

  .news-block-title {
    font-size: 1.1em;
  }
}
@media only all and (min-width: 3200px) {
  html {
    font-size: 110%;
  }
}
@media only all and (min-width: 4000px) {
  html {
    font-size: 130%;
  }
}
@media only all and (min-width: 4800px) {
  html {
    font-size: 140%;
  }
}
@media only all and (max-width: 576px) {
  .header-desktop {
    display: none;
  }

  .navigation-menu-index .header-callback-svg {
    stroke: #2E2E32;
  }

  .header-callback {
    order: inherit;
    font-size: 0.8em;
    margin-left: 0;
    padding: 0;
    border: none;
    animation: none;
    background-color: transparent;
  }

  .header-callback-svg {
    width: 1.3rem;
    height: 1.3rem;
    animation: none;
  }
  .header-callback-svg:hover {
    transition-duration: 0.4s;
    stroke: #e93532;
  }

  .header-callback-text {
    display: none;
  }

  .header-whatsapp {
    margin-left: auto;
    order: inherit;
    height: 1.3rem;
  }

  .header-submenu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .header-logo {
    height: 30px;
  }

  .header-li a {
    font-size: 0.9em;
    line-height: 1rem;
  }

  .header-ul-submenu {
    gap: 0 0.5rem;
  }

  .header-li-submenu {
    font-size: 0.8em;
  }

  .text-empty,
.text-empty-small {
    font-size: 1.5em;
    margin-bottom: 2rem;
  }

  .index-title {
    margin-bottom: 1rem;
  }

  .index-title-h1 {
    font-size: 1.2em;
    color: #101E51;
  }

  .feedback-form {
    width: 100%;
  }

  .hash {
    padding: 2px 5px;
  }

  .button {
    padding: 0.5rem 1rem;
  }

  .pattern span:nth-child(2) {
    left: 20%;
  }
  .pattern span:nth-child(3) {
    left: 40%;
  }
  .pattern span:nth-child(4) {
    left: 60%;
  }
  .pattern span:nth-child(5) {
    left: 80%;
  }
  .pattern span:nth-child(6) {
    display: none;
  }

  .move-label {
    top: 0.8rem;
    font-size: 0.9em;
  }

  .input {
    font-size: 0.9em;
    padding: 1rem 1rem 0.4rem;
  }

  .input-wrapper-dark input:not(:focus):valid ~ .move-label {
    top: 3px;
  }

  .index-tabcontent {
    border: none;
    border-radius: 8px;
  }

  .index-tabs {
    display: none;
    gap: 0.5rem;
  }

  .index-tabs-select {
    display: block;
  }

  .index-tabs li a {
    padding: 1rem 0.5rem;
  }

  .news-links {
    margin-bottom: 0;
  }

  .news-block-link {
    height: 7rem;
  }

  .index-promo-title {
    font-size: 1em;
  }

  .index-promo-block {
    width: 100%;
    gap: 0.5rem;
    padding: 0.5rem;
  }

  .index-promo-desc {
    line-height: 1rem;
    font-size: 0.9em;
  }

  .index-promo-date {
    padding: 0.25rem;
  }

  .body-wrapper .swiper-button-next, .body-wrapper .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }

  .index-finishing-swiper-text-buttons {
    flex-direction: column;
  }
  .index-finishing-swiper-text-buttons .button {
    width: 100%;
  }

  .index-finishing-swiper-text {
    padding: 2rem;
  }

  .index-finishing-swiper-text {
    padding: 2rem;
  }

  .index-finishing-content .swiper-slide img {
    -o-object-position: right;
    object-position: right;
    min-height: 17rem;
  }
  .index-finishing-content .finishing-button-next {
    right: 5rem;
  }
  .index-finishing-content .finishing-button-prev {
    right: 2rem;
  }
  .index-finishing-content .finishing-button-prev,
.index-finishing-content .finishing-button-next {
    top: auto;
    bottom: 10rem;
  }

  .index-finishing-swiper-text-title {
    font-size: 1.5em;
  }

  .footer-desc p {
    font-size: 0.7em;
  }

  .footer-ul .header-li {
    width: calc(100% / 2 - 1rem);
  }

  .footer-copyright-text,
.footer-copyright-developer {
    font-size: 0.8em;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }

  .footer-logo {
    height: 25px;
  }

  .footer-wrapper {
    padding-bottom: 2rem;
  }

  .page404 {
    margin-bottom: 2rem;
  }
  .page404 h1 {
    font-size: 1.5em;
  }

  .index-news-list {
    flex-wrap: wrap;
  }

  .news-block-desc {
    line-height: 1.4rem;
  }

  .news-block {
    width: 100%;
  }

  .news-block-title {
    font-size: 1em;
  }

  .input-toggle {
    height: 28px;
  }

  .input-toggle-slider::before {
    height: 20px;
    width: 20px;
    left: 3px;
  }
}
@media only all and (max-width: 400px) {
  .pattern span:nth-child(4), .pattern span:nth-child(5) {
    display: none;
  }
  .pattern span:nth-child(2) {
    left: 33.3%;
  }
  .pattern span:nth-child(3) {
    left: 66.6%;
  }

  .footer-ul .header-li {
    width: 100%;
  }

  .header-ul {
    gap: 0;
  }
}
@media only all and (max-width: 320px) {
  .header {
    height: auto;
  }

  .navigation-menu {
    gap: 0.5rem;
    flex-wrap: wrap;
  }

  .navigation-menu-phone {
    display: none;
  }

  .index-title {
    flex-wrap: wrap;
  }

  .footer-copyright {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-submenu {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .index-finishing-swiper-text {
    padding: 1rem;
  }

  .select-options li,
.select-options label,
.select-options > a,
.index-tabs-select .select-options a {
    padding: 0.5rem;
  }
}
@media only all and (min-width: 1700em) {
  .object-pagination.swiper-pagination {
    padding-left: calc(50% - 840px);
    padding-right: calc(50% - 840px);
  }

  .object-infrastructures-absolute {
    left: 6rem;
  }
}
@media only all and (max-width: 1600px) {
  .page-h1,
.page-h1-count {
    font-size: 3.2em;
  }

  .blog-block-title {
    font-size: 1.5em;
  }

  .news-list .news-block:nth-child(5n+1) .news-block-link,
.news-list .news-block:nth-child(5n+2) .news-block-link {
    height: 26vh;
  }
  .news-list .news-block:nth-child(5n+3) .news-block-link,
.news-list .news-block:nth-child(5n+4) .news-block-link,
.news-list .news-block:nth-child(5n+5) .news-block-link {
    height: 20vh;
  }

  .about-main-info-block-number-desc {
    font-size: 1em;
  }

  .about-main-info-block-number {
    margin-right: 1rem;
    width: calc(40% - 1rem);
  }

  .about-main-info-block-desc {
    width: 60%;
  }

  .about-main-info-block-number-title {
    font-size: 3em;
  }

  .mortgage-info-title {
    font-size: 2.5em;
  }

  .object-slider-title {
    line-height: 4rem;
  }

  .object-pagination.swiper-pagination {
    bottom: 1.5rem !important;
  }

  .object-infrastructures-absolute {
    left: 5rem;
    width: 45vw;
    top: 18vh;
  }

  .flats-list-horizon .flats-block-price-square,
.flats-list-horizon .flats-block-about-title {
    font-size: 1.8em;
  }
}
@media only all and (max-width: 1440px) {
  .page-h1, .page-h1-count {
    font-size: 2.5em;
  }

  .finish-wrapper {
    padding-top: 2rem;
  }

  .finish-list-img {
    width: 100px;
    height: 100px;
  }

  .news-list .news-block:nth-child(5n+1) .news-block-link,
.news-list .news-block:nth-child(5n+2) .news-block-link {
    height: 25vh;
  }
  .news-list .news-block:nth-child(5n+3) .news-block-link,
.news-list .news-block:nth-child(5n+4) .news-block-link,
.news-list .news-block:nth-child(5n+5) .news-block-link {
    height: 18vh;
  }

  .blog-block:nth-child(4) .blog-block-link, .blog-block:nth-child(5) .blog-block-link {
    height: 260px;
  }

  .blog-block:nth-child(1) .blog-block-link, .blog-block:nth-child(3) .blog-block-link {
    height: 220px;
  }

  .blog-block:nth-child(8) .blog-block-link {
    height: 180px;
  }

  .blog-list {
    max-height: 65rem;
  }

  .blog-block-title {
    font-size: 1.4em;
  }

  .faq-tabs-title {
    font-size: 1.3em;
  }

  .faq-tabcontent-desc {
    width: 50%;
  }

  .video-block-title {
    font-size: 1.2em;
  }

  .video-block-youtube-button {
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .about-main-info-block-number-title {
    font-size: 3em;
  }

  .about-governance-img {
    width: 180px;
    height: 180px;
  }

  .about-governance-name,
.about-governance-position {
    margin-bottom: 0.5rem;
  }

  .about-history-main {
    width: calc(70% - 3rem);
    margin-top: 2rem;
  }

  .mortgage-info {
    padding: 1rem 2rem;
  }

  .object-documents-block {
    padding: 1.5rem;
  }

  .object-documents-block-name {
    margin-bottom: 0.5rem;
  }

  .object-slider-info {
    bottom: 4rem;
  }

  .object-infrastructures-info {
    padding: 3rem;
  }

  .object-news-title {
    font-size: 1.2em;
    margin-bottom: 0.5rem;
  }

  .object-news-desc {
    line-height: 1.3rem;
    margin-bottom: 0.5rem;
  }

  .object-news-hash {
    margin-bottom: 0.5rem;
  }

  .object-news-block {
    padding: 1.5rem;
  }

  .news-show-text {
    margin-top: 2rem;
  }

  .flats-list-horizon .flats-block-price-square,
.flats-list-horizon .flats-block-about-title {
    font-size: 1.6em;
  }

  .flats-list-horizon .flats-block-about {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 60%;
  }

  .flats-show-info-title-name {
    font-size: 1.3em;
  }

  .flats-show-info-title-cost {
    font-size: 1.3em;
  }

  .flats-show-info-stock {
    padding: 0.5rem;
  }

  .flats-show-main,
.flats-show-main-left {
    gap: 1rem;
  }

  .flats-show-title {
    font-size: 1.2em;
  }

  .flats-show-finish-block-img {
    height: 25rem;
  }
}
@media only all and (max-width: 1366px) {
  .bread-link,
.bread-slash,
.bread-title {
    font-size: 2em;
  }

  .news-show-swiper {
    height: 400px;
  }

  .news-list {
    gap: 1rem;
  }
  .news-list .news-block:nth-child(5n+1),
.news-list .news-block:nth-child(5n+2) {
    width: calc(100% / 2 - 1rem);
  }
  .news-list .news-block:nth-child(5n+3),
.news-list .news-block:nth-child(5n+4),
.news-list .news-block:nth-child(5n+5) {
    width: calc(100% / 3 - 1rem);
  }

  .object-news-title, .object-media .video-block-title {
    margin-bottom: 0.5rem;
    font-size: 1.2em;
  }

  .object-news-desc {
    line-height: 1rem;
    font-size: 0.9em;
    margin-bottom: 0.5rem;
  }
}
@media only all and (max-width: 1200px) {
  .finishes-block {
    gap: 1rem;
  }

  .finishes-block-img {
    width: 20rem;
    height: 13rem;
  }

  .finishes-block-info {
    gap: 0.5rem;
  }

  .finishes-block-title h1 {
    font-size: 1.5em;
  }

  .finishes-block-desc {
    font-size: 1em;
    line-height: 1.3rem;
  }

  .finish-info-desc {
    font-size: 1.1em;
    line-height: 1.5rem;
  }

  .mortgage-title {
    font-size: 1.8em;
    line-height: 2rem;
  }

  .news-show-swiper {
    height: 500px;
  }

  .news-show-date {
    font-size: 1.2em;
  }

  .blog-block {
    margin-left: 1rem;
  }

  .blog-list {
    margin-left: -1rem;
  }

  .blog-block:nth-child(1),
.blog-block:nth-child(2),
.blog-block:nth-child(3) {
    width: calc(100% / 12 * 4 - 1rem);
  }

  .blog-block:nth-child(4),
.blog-block:nth-child(5),
.blog-block:nth-child(6) {
    width: calc(100% / 12 * 5 - 1rem);
  }

  .blog-block:nth-child(7),
.blog-block:nth-child(8),
.blog-block:nth-child(9),
.blog-block:nth-child(10) {
    width: calc(100% / 12 * 3 - 1rem);
  }

  .blog-block:nth-child(4) .blog-block-link, .blog-block:nth-child(5) .blog-block-link {
    height: 230px;
  }

  .blog-block:nth-child(1) .blog-block-link, .blog-block:nth-child(3) .blog-block-link {
    height: 200px;
  }

  .blog-block:nth-child(8) .blog-block-link {
    height: 150px;
  }

  .blog-block-title {
    font-size: 1.2em;
  }

  .blog-block {
    margin-bottom: 1rem;
  }

  .blog-list {
    max-height: 57rem;
  }

  .faq-tabs-item {
    padding: 1rem;
  }

  .faq-tabs-title {
    font-size: 1.2em;
    line-height: 1.5rem;
  }

  .faq-tabs-image {
    margin-bottom: 1rem;
  }

  .faq-tabcontent-desc {
    width: 80%;
  }

  .feedback-contact-column {
    flex-direction: column;
    width: calc(75% - 2rem);
    margin-right: 2rem;
  }

  .feedback-contact-img {
    width: 25%;
  }

  .feedback-contact {
    padding: 2rem;
  }

  .about-main {
    width: calc(75% - 2rem);
  }

  .about-tabs {
    width: 25%;
  }

  .about-tabs-link {
    padding: 1rem;
    font-size: 1em;
  }
  .about-tabs-link::after {
    top: 5px;
    right: -20px;
    transform: rotate(135deg);
    width: 42px;
    height: 42px;
    border-top: solid 21px #E93532;
    border-left: solid 21px #E93532;
    border-right: solid 21px transparent;
    border-bottom: solid 21px transparent;
  }

  .about-main-info-block-number-title {
    font-size: 2.5em;
    line-height: 2rem;
  }

  .about-partners > * {
    margin-left: 1rem;
    margin-bottom: 1rem;
    width: calc(100% / 4 - 1rem);
  }

  .about-partners {
    margin-left: -1rem;
  }

  .about-governance-desc {
    line-height: 1.2rem;
  }

  .about-governance-name {
    font-size: 1.3em;
  }

  .about-governance-img {
    width: 150px;
    height: 150px;
  }

  .about-history-main {
    width: calc(75% - 2rem);
  }

  .news-show-swiper-thumbs .swiper-slide {
    height: 120px;
  }

  .news-show-swiper-thumbs {
    bottom: calc(120px + 1rem);
  }

  .mortgage-list {
    gap: 0.5rem;
  }

  .mortgage-list-two .mortgage-block {
    width: 100%;
  }

  .mortgage-list-three .mortgage-block {
    width: calc(100% / 2 - .5rem);
  }

  .mortgage-info-title {
    font-size: 2em;
  }

  .mortgage-info-text {
    font-size: 1em;
    line-height: 1.2rem;
  }

  .objects-block-desc {
    font-size: 1em;
    line-height: 1.5rem;
  }

  .objects-block-title h1 {
    font-size: 1.8em;
  }

  .objects-block {
    gap: 1rem;
  }

  .objects-block-link {
    width: 20rem;
    height: 12rem;
  }

  .objects-block-structure {
    gap: 1rem;
  }

  .finish-info {
    margin-bottom: 2rem;
  }

  .finish-title {
    margin-right: 1rem;
  }

  .finish-image img {
    height: 40vh;
  }

  .finish-options-block {
    height: 30vh;
  }

  .finish-options-title {
    font-size: 1.8em;
    margin-bottom: 0.5rem;
  }

  .object-documents-info-text {
    width: 70%;
  }

  .object-parking-right {
    width: calc(40% - 2rem);
  }

  .object-parking-right img {
    max-height: 300px;
  }

  .object-parking-left {
    width: 60%;
  }

  .object-slider-slogan {
    width: 70%;
  }

  .object-infrastructures-info {
    padding: 2rem;
  }

  .object-infrastructures-info-block {
    gap: 1rem;
  }

  .object-infrastructures-title {
    font-size: 1.8em;
  }

  .object-office-block-text {
    width: 70%;
  }

  .object-office-info {
    padding: 2rem;
  }

  .object-office .pattern span:nth-child(2) {
    left: 25%;
  }
  .object-office .pattern span:nth-child(3) {
    left: 50%;
  }
  .object-office .pattern span:nth-child(4) {
    left: 75%;
  }
  .object-office .pattern span:nth-child(5) {
    display: none;
  }
  .object-office .pattern span:nth-child(6) {
    left: 100%;
  }
  .object-office .pattern span:nth-child(6)::after {
    display: none;
  }

  .video-block iframe,
.video-block-youtube-image {
    height: 200px;
  }

  .video-block-youtube-button {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }

  .live-block-image {
    height: 200px;
  }

  .flats-list-horizon .flats-block-price-square,
.flats-list-horizon .flats-block-about-title {
    font-size: 1.5em;
  }

  .flats-list-horizon .flats-block-link {
    width: 10rem;
    height: 10rem;
    padding: 0.5rem;
  }

  .flats-list-cube .flats-block {
    padding: 1rem 1rem 0.5rem;
  }

  .flats-list-cube .flats-block-link {
    max-height: 10rem;
  }

  .flats-modal-options-title {
    font-size: 1.2em;
  }

  .flats-modal-column {
    gap: 1rem;
  }

  .flats-show-info {
    width: 40%;
  }

  .flats-show-main-left {
    width: 60%;
  }

  .flats-show-finish-block-img {
    height: 20rem;
  }

  .flats-show-gallery {
    height: 25rem;
    border-radius: 8px;
  }

  .flats-filters-hash p {
    padding: 3px 5px;
  }
}
@media only all and (max-width: 992px) {
  .page-gap {
    gap: 1rem;
  }

  .finish-options-title {
    font-size: 1.5em;
  }

  .page-h1,
.page-h1-count {
    font-size: 2.3em;
  }

  .page-title,
.page-title-count {
    font-size: 2.2em;
  }

  .page-desc {
    line-height: 1.8rem;
  }

  .news-list .news-block:nth-child(5n+3),
.news-list .news-block:nth-child(5n+4),
.news-list .news-block:nth-child(5n+5) {
    width: calc(100% / 2 - 1rem);
  }
  .news-list .news-block:nth-child(5n+1) .news-block-link,
.news-list .news-block:nth-child(5n+2) .news-block-link,
.news-list .news-block:nth-child(5n+3) .news-block-link,
.news-list .news-block:nth-child(5n+4) .news-block-link,
.news-list .news-block:nth-child(5n+5) .news-block-link {
    height: 22vh;
  }

  .news-show-info {
    margin-bottom: 0.8rem;
  }

  .news-show-text {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }

  .news-show {
    padding-top: 1rem;
  }

  .blog-block:nth-child(1),
.blog-block:nth-child(2),
.blog-block:nth-child(3),
.blog-block:nth-child(4) {
    width: calc(100% / 5 * 2 - 1rem);
  }

  .blog-block:nth-child(5),
.blog-block:nth-child(6),
.blog-block:nth-child(7),
.blog-block:nth-child(8),
.blog-block:nth-child(9),
.blog-block:nth-child(10) {
    width: calc(100% / 5 * 3 - 1rem);
  }

  .blog-list {
    max-height: 85rem;
  }

  .blog-block:nth-child(4) .blog-block-link, .blog-block:nth-child(5) .blog-block-link {
    height: 200px;
  }

  .faq-tabs-image {
    width: 60px;
    height: 60px;
  }

  .faq-tabs-title {
    font-size: 1em;
  }

  .faq-tabcontent-list {
    width: 100%;
  }

  .faq-tabcontent-summary {
    font-size: 1.2em;
  }

  .faq-tabcontent-text {
    padding-right: 0;
  }

  .live-wrapper,
.video-wrapper {
    gap: 1rem;
  }

  .video-block,
.live-block {
    width: calc(100% / 2 - .5rem);
  }

  .about-main {
    width: calc(70% - 2rem);
    gap: 1rem;
  }

  .about-tabs {
    width: 30%;
  }

  .about-main-info-block-number {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .about-main-info-block-desc {
    width: 100%;
  }

  .about-partners > * {
    width: calc(100% / 3 - 1rem);
  }

  .about-history-main {
    width: calc(70% - 2rem);
  }

  .about-history-main-title {
    font-size: 2.5em;
  }

  .news-show-swiper-thumbs .swiper-slide {
    height: 100px;
  }

  .news-show-swiper-thumbs {
    bottom: calc(100px + 1rem);
  }

  .mortgage-main .page-li {
    width: 100%;
  }

  .mortgage-desc {
    line-height: 1.8rem;
  }

  .mortgage-list-three .mortgage-block {
    width: 100%;
  }

  .mortgage-info-title {
    font-size: 1.6em;
  }

  .finish-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .finish-order,
.finish-info {
    flex-wrap: wrap;
  }

  .finish-title {
    font-size: 2em;
    line-height: 2rem;
  }

  .finish-order .ck-content ul {
    padding-bottom: 1rem;
  }

  .finish-image img {
    height: 30vh;
  }

  .finish-options {
    margin: 2rem 0;
  }

  .finish-list-img {
    padding: 1rem;
    width: 80px;
    height: 80px;
  }

  .finish-list-block {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .finish-list-block {
    width: calc(100% / 4 - 4rem / 4);
  }

  .finish-gallery {
    margin-top: 2rem;
  }

  .object-close-wrapper {
    flex-wrap: wrap;
  }

  .object-documents-block {
    padding: 1rem;
  }

  .object-documents-info-text {
    width: 100%;
    line-height: 1.5rem;
  }

  .object-documents-info-img {
    width: 35px;
    height: 35px;
    margin-right: 1rem;
  }

  .object-info .ck-content p {
    line-height: 1.8rem;
  }

  .object-info-text {
    width: 100%;
  }

  .object-info-infographic-block {
    flex: 1;
  }

  .object-info-infographic-desc {
    font-size: 1em;
  }

  .object-parking-right {
    width: calc(40% - 1rem);
  }

  .object-parking-left {
    margin-right: 1rem;
  }

  .object-slider-slogan {
    width: 80%;
  }

  .object-infrastructures-desc {
    font-size: 0.9em;
  }

  .object-details-desc {
    line-height: 1.4rem;
  }

  .object-office-block-text {
    width: calc(100% - 22px - 1rem);
  }

  .object-media-video,
.object-news-list {
    gap: 1rem;
  }

  .object-news-block {
    width: calc(100% / 2 - .5rem);
  }

  .object-news-desc {
    font-size: 0.9em;
    line-height: 1.1rem;
  }

  .flats-list-cube .flats-block-link {
    max-height: 8rem;
  }

  .flats-show-finish-block-img {
    height: 15rem;
  }

  .flats-show-options-block,
.flats-show-finish-block-title {
    padding: 0.5rem;
  }

  .flats-show-options-list {
    gap: 0.5rem;
  }

  .flats-show-info-stock-title {
    font-size: 0.9em;
  }

  .flats-show-info-title-name {
    font-size: 1.2em;
  }

  .flats-show-info-title-cost {
    font-size: 1.2em;
  }

  .flats-show-gallery {
    height: 20rem;
  }

  .flats-show-finish-block-button {
    bottom: 1rem;
    right: 1rem;
  }

  .flats-list {
    margin-bottom: 2rem;
  }

  .flats-show .flats-list-cube .flats-block {
    border-radius: 8px;
  }
}
@media only all and (max-width: 896px) {
  .finishes-block-img {
    width: 16rem;
  }

  .finish-options-list {
    margin-top: 1rem;
  }

  .finish-order {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
  }

  .finish-image,
.finish-info {
    margin-bottom: 1rem;
  }

  .objects-block-structure-item-img {
    width: 1rem;
    height: 1rem;
  }

  .objects-block-desc {
    font-size: 0.9em;
    line-height: 1.2rem;
  }

  .button svg {
    width: 0.8rem;
    height: 0.8rem;
  }

  .page-h1 {
    max-width: 100%;
  }

  .page-content {
    padding-top: 1rem;
    margin-top: 1rem;
  }

  .page-title,
.page-title-count {
    font-size: 2em;
  }

  .page-title-contact {
    font-size: 1.2em;
  }

  .news-show-swiper {
    height: 400px;
  }

  .page-date {
    font-size: 1em;
    margin-bottom: 1rem;
  }

  .blog-block:nth-child(1) .blog-block-link, .blog-block:nth-child(3) .blog-block-link {
    height: 180px;
  }

  .blog-block:nth-child(1), .blog-block:nth-child(2), .blog-block:nth-child(3), .blog-block:nth-child(4), .blog-block:nth-child(5), .blog-block:nth-child(6), .blog-block:nth-child(7), .blog-block:nth-child(8), .blog-block:nth-child(9), .blog-block:nth-child(10) {
    width: calc(100% / 2 - 1rem);
  }

  .blog-list-width {
    height: 100%;
    max-height: 100%;
    margin-left: 0;
  }

  .blog-block-width.blog-block:nth-child(1), .blog-block-width.blog-block:nth-child(2), .blog-block-width.blog-block:nth-child(3), .blog-block-width.blog-block:nth-child(4), .blog-block-width.blog-block:nth-child(5), .blog-block-width.blog-block:nth-child(6), .blog-block-width.blog-block:nth-child(7), .blog-block-width.blog-block:nth-child(8), .blog-block-width.blog-block:nth-child(9), .blog-block-width.blog-block:nth-child(10) {
    width: 100%;
    margin-left: 0;
  }

  .faq-tabs-image {
    width: 40px;
    height: 40px;
  }

  .faq-tabcontent-desc {
    width: 100%;
  }

  .page-content {
    gap: 1rem;
  }

  .about-tabs {
    display: none;
  }

  .about-main {
    width: 100%;
  }

  .about-block {
    gap: 0.5rem;
  }

  .about-tabs-select {
    display: block;
  }
  .about-tabs-select .select-styled-select {
    display: block;
    color: #e93532;
  }
  .about-tabs-select .select-options a {
    display: block;
    padding: 1rem;
  }
  .about-tabs-select .select-options a:hover, .about-tabs-select .select-options a.active {
    background-color: #FFEDED;
    color: #e93532;
  }
  .about-tabs-select .select-styled {
    border-color: #e93532;
  }
  .about-tabs-select .select-styled::after {
    filter: brightness(1);
  }
  .about-tabs-select .submenu.active a {
    padding-left: 2rem;
  }

  .about-content,
.mortgage-wrapper {
    flex-direction: column;
  }

  .about-main-info-block-number-title {
    margin-bottom: 0;
    font-size: 2em;
  }

  .mortgage-title {
    font-size: 1.5em;
    line-height: 1.5rem;
  }

  .about-main-info-block-number-desc {
    font-weight: 600;
  }

  .about-partners > * {
    width: calc(100% / 4 - 1rem);
  }

  .about-history-main {
    width: 100%;
    margin-left: 0;
  }

  .about-history-main-title {
    font-size: 2.3em;
  }

  .news-show-swiper-thumbs .swiper-slide {
    height: 80px;
  }

  .news-show-swiper-thumbs {
    bottom: calc(80px + 1rem);
  }

  .contact-details {
    margin-top: 1rem;
  }

  .finish-list-block {
    width: calc(100% / 2 - 1rem);
  }

  .finish-list-title {
    font-size: 1em;
    margin-bottom: 0;
  }

  .finish-options-block:not(:last-child) {
    margin-right: 1rem;
  }

  .finish-options-block::before {
    background: linear-gradient(180deg, rgba(46, 46, 50, 0.2) 30%, rgba(46, 46, 50, 0.8) 100%);
  }

  .objects-block-info {
    gap: 0.5rem;
    flex: 1;
  }

  .objects-block-link {
    width: 17rem;
  }

  .objects-block-title h1 {
    font-size: 1.5em;
  }

  .object-info-desc {
    flex-direction: column;
  }

  .object-info-left {
    width: 100%;
    margin-bottom: 2rem;
  }

  .object-parking-right {
    width: calc(50% - 1rem);
  }

  .object-parking-left {
    width: 50%;
  }

  .object-parking-right img {
    max-height: 250px;
    border-radius: 8px;
  }

  .object-slider-bg::before {
    background: linear-gradient(35deg, rgba(19, 29, 31, 0.6) 30%, rgba(20, 38, 43, 0.1) 60%, rgba(135, 201, 222, 0.01) 100%);
  }

  .object-office-title {
    font-size: 1.2em;
  }

  .object-office-block {
    align-items: center;
  }

  .object-media-buttons {
    margin-bottom: 1rem;
  }

  .object-pagination.swiper-pagination {
    bottom: 1rem !important;
  }

  .object-news-title {
    font-size: 1em;
  }

  .object-news-hash-block {
    font-size: 0.8em;
  }

  .object-news-block {
    width: calc(100% / 2 - .5rem);
    height: auto;
  }

  .object-news-hash {
    margin-bottom: 0;
  }

  .mortgage-table td img {
    width: 100px;
  }

  .flats-list-horizon .flats-block-link {
    width: 8rem;
    height: 8rem;
  }

  .flats-block-about-stock {
    font-size: 0.9em;
  }

  .flats-block-about-list span {
    font-size: 0.9em;
  }

  .flats-list-horizon .flats-block-price-square, .flats-list-horizon .flats-block-about-title {
    font-size: 1.3em;
    margin-bottom: 0;
  }

  .flats-list-horizon .flats-block-price-area {
    font-size: 1.1em;
  }

  .flats-block-about-advantage-block {
    font-size: 0.8em;
  }

  .flats-list-cube {
    gap: 1rem;
  }

  .flats-list-cube .flats-block {
    width: calc((100% / 2) - 1rem/2);
  }

  .flats-list-cube .flats-block-price-square {
    font-size: 1.1em;
  }
}
@media only all and (max-width: 768px) {
  .page-finish {
    padding-bottom: 2rem;
  }

  .page-h1,
.page-h1-count,
.page-title,
.page-title-count {
    font-size: 2em;
  }

  .content {
    padding-top: 6rem;
  }

  .bread {
    flex-wrap: wrap;
  }

  .bread-link,
.bread-slash,
.bread-title {
    font-size: 2em;
  }

  .page-news,
.page-stock,
.page-faq,
.page-politic,
.page-about {
    padding-bottom: 2rem;
  }

  .news-show-swiper {
    height: 300px;
  }

  .news-list .news-block:nth-child(5n+1) .news-block-link,
.news-list .news-block:nth-child(5n+2) .news-block-link,
.news-list .news-block:nth-child(5n+3) .news-block-link,
.news-list .news-block:nth-child(5n+4) .news-block-link,
.news-list .news-block:nth-child(5n+5) .news-block-link {
    height: 14vh;
  }

  .news-show-image {
    height: 300px;
  }

  .blog-block-title {
    font-size: 1em;
  }

  .blog-block {
    margin-bottom: 1rem;
  }

  .news-show-info .news-show-date p {
    font-size: 1em;
  }

  .faq-tabs li {
    width: calc(100% / 2 - .5rem);
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .faq-tabs {
    margin-left: -0.5rem;
  }

  .contact-map iframe {
    height: 400px;
  }

  .contact-list-three .contact-block {
    width: calc(100% / 2 - 1rem);
  }

  .about-content {
    margin-bottom: 0;
  }

  .about-main-info-block-number-title {
    font-size: 1.7em;
    line-height: 1.5rem;
  }

  .about-partners > * {
    width: calc(100% / 3 - 1rem);
  }

  .about-awards-block .page-desc {
    line-height: 1.5rem;
  }

  .about-history-main-title {
    font-size: 2em;
    margin-bottom: 0.5rem;
  }

  .about-tabs-select .select-options a {
    padding: 0.5rem;
  }

  .page-news, .page-stock, .page-faq, .page-politic, .page-about {
    padding-bottom: 2rem;
  }

  .page-mortgage {
    padding-bottom: 0;
  }

  .finish-title {
    font-size: 1.6em;
  }

  .finish-options-block {
    width: 100%;
    height: 20vh;
  }

  .finish-options-block:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .object-parking-right {
    width: 100%;
  }

  .object-parking-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .object-parking-button-mobile {
    display: flex;
  }

  .object-parking-button-main {
    display: none;
  }

  .object-slider-slogan {
    width: 100%;
  }

  .object-infrastructures-title {
    font-size: 1.5em;
  }

  .object-office-info {
    position: relative;
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .object-office-map {
    flex-direction: column;
    border-radius: 8px;
    border-width: 2px;
  }

  .object-office-map-frame {
    height: 40vh;
    width: 100%;
  }

  .object-office-block-text {
    width: 50%;
  }

  .index-finishing-swiper {
    border-radius: 8px;
    border-width: 2px;
  }

  .object-office .pattern span:nth-child(2) {
    left: 16.6%;
  }
  .object-office .pattern span:nth-child(3) {
    left: 33.3%;
  }
  .object-office .pattern span:nth-child(4) {
    left: 50%;
  }
  .object-office .pattern span:nth-child(5) {
    left: 66.6%;
    display: block;
  }
  .object-office .pattern span:nth-child(6) {
    left: 83.3%;
  }

  .flats-filters-range {
    height: 40px;
    padding: 0 0.5rem;
  }

  .flats-filters-range-name {
    font-size: 0.8em;
    margin-top: -3px;
  }

  .flats-filters-range-wrapper span {
    font-size: 0.8em;
  }

  .flats-filters-range-wrapper-input {
    font-size: 0.8em;
    width: 5rem;
  }

  .flats-filters-apartment {
    padding: 0 0.5rem;
    height: 42px;
  }

  .flats-filters-apartment-name {
    margin-top: -1px;
  }

  .flats-filters-apartment-count {
    padding: 0 0.5rem;
  }

  .flats-filters-list {
    width: 70%;
  }

  .button-small,
.swiper-button {
    padding: 0.25rem 0.5rem;
  }

  .flats-filters-all {
    padding: 0.5rem;
    height: 40px;
  }
  .flats-filters-all .svg-medium {
    width: 1.4rem;
    height: 1.4rem;
  }

  .flats-filters-all-count {
    width: 0.9rem;
    height: 0.9rem;
    top: 0.1rem;
    right: 0.1rem;
  }

  .flats-filters {
    margin-bottom: 0.5rem;
  }

  .flats-list-horizon .flats-block-link {
    border-radius: 8px;
    width: 5rem;
    height: 5rem;
  }

  .flats-block-about-stock {
    font-size: 0.8em;
  }

  .flats-block-about-list span,
.flats-list-cube .flats-block-about-list span {
    font-size: 0.8em;
  }

  .flats-list-horizon .flats-block-price-area {
    font-size: 1em;
  }

  .flats-list-horizon .flats-block-price-square, .flats-list-horizon .flats-block-about-title {
    font-size: 1.1em;
  }

  .flats-list-horizon .flats-block:not(:last-child) {
    margin-bottom: 1rem;
  }

  .flats-list-cube .flats-block-price-square {
    font-size: 1em;
  }

  .flats-list-cube .flats-block-about-title {
    font-size: 1.1em;
  }

  .flats-modal-filters {
    flex-wrap: wrap;
  }

  .flats-modal-buttons {
    gap: 1rem;
    flex-direction: column;
  }

  .flats-modal-buttons .button {
    width: 100%;
    flex-wrap: wrap;
    font-size: 0.9em;
  }

  .flats-filters-top {
    gap: 0.5rem;
  }

  .flats-modal-column .select-styled.active,
.flats-filters-top .select-styled.active {
    padding-top: 0;
  }

  .flats-modal-wrapper {
    gap: 1rem;
  }

  .flats-modal-title {
    font-size: 1.3em;
  }

  .flats-modal-options-hash p {
    padding: 3px 5px;
  }

  .flats-show-main {
    flex-direction: column-reverse;
  }

  .flats-show-main-left {
    width: 100%;
  }

  .flats-show-info {
    width: 100%;
  }

  .flats-show-mobile-show {
    display: flex;
  }

  .flats-show-mobile-hide {
    display: none;
  }
}
@media only all and (max-width: 576px) {
  .page-finishes {
    padding-bottom: 0;
  }

  .object-info-wrapper {
    gap: 1rem;
  }

  .finish-title {
    font-size: 1.3em;
    line-height: 1.6rem;
  }

  .finish-info-desc {
    font-size: 1em;
  }

  .finish-options-title {
    font-size: 1.2em;
  }

  .news-show-other {
    margin-bottom: 2rem;
  }

  .object-link-mobile {
    display: flex;
  }

  .body-wrapper .swiper-button-next, .body-wrapper .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }

  .object-infrastructures-details:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .faq-tabcontent-details {
    padding-bottom: 0;
  }

  .contact-details {
    gap: 1rem;
  }

  .contact-details .faq-tabcontent-summary {
    font-size: 1em;
  }

  .faq-tabcontent-summary {
    padding-left: 2rem;
  }

  .contact-tabcontent-img {
    width: 60px;
    height: 60px;
  }

  .contact-tabcontent-list {
    gap: 0.5rem;
  }

  .mortgage-info {
    justify-content: center;
    padding: 1rem;
  }

  .mortgage-info-block {
    width: 100%;
  }

  .mortgage-info-title {
    font-size: 1.2em;
  }

  .finish-gallery {
    height: 35vh;
    margin-top: 1rem;
  }

  .news-show-date {
    font-size: 1em;
  }

  .blog-list {
    margin-left: 0;
    max-height: -moz-max-content;
    max-height: max-content;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .blog-block:nth-child(1), .blog-block:nth-child(2), .blog-block:nth-child(3), .blog-block:nth-child(4), .blog-block:nth-child(5), .blog-block:nth-child(6), .blog-block:nth-child(7), .blog-block:nth-child(8), .blog-block:nth-child(9), .blog-block:nth-child(10),
.blog-block-width.blog-block:nth-child(1),
.blog-block-width.blog-block:nth-child(2),
.blog-block-width.blog-block:nth-child(3),
.blog-block-width.blog-block:nth-child(4),
.blog-block-width.blog-block:nth-child(5),
.blog-block-width.blog-block:nth-child(6),
.blog-block-width.blog-block:nth-child(7),
.blog-block-width.blog-block:nth-child(8),
.blog-block-width.blog-block:nth-child(9),
.blog-block-width.blog-block:nth-child(10) {
    width: 100%;
    margin-left: 0;
  }

  .blog-block .list-hash {
    display: none;
  }

  .blog-block-title {
    margin: 0;
  }

  .blog-block-link {
    display: block;
    height: 100px;
  }

  .object-slider .swiper-wrapper {
    height: 85vh;
  }

  .bread-link {
    color: #101E51;
    -webkit-text-decoration-color: #101E51;
    text-decoration-color: #101E51;
  }

  .page-h1 {
    color: #101E51;
    font-size: 1.25em;
  }

  .page-h1-count {
    margin-left: 0.5rem;
  }

  .hash {
    font-size: 0.8em;
  }

  .page-videos .page-count, .page-news .page-count {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .page-count {
    justify-content: flex-start;
    gap: 0.5rem;
  }

  .select-styled {
    width: 100%;
  }

  .content {
    padding-top: 4rem;
  }

  .page-h1,
.page-h1-count,
.page-title,
.mortgage-title,
.page-title-count {
    font-size: 1.25em;
  }

  .page-h1-count {
    line-height: 1.4rem;
  }

  .page-h1 {
    max-width: 100%;
  }

  .bread-link,
.bread-slash,
.bread-title {
    font-size: 1.2em;
  }

  .bread-flat-link,
.bread-flat-slash,
.bread-flat-title {
    font-size: 1em;
  }

  .news-show-swiper {
    height: 200px;
  }

  .news-list .news-block:nth-child(5n+1),
.news-list .news-block:nth-child(5n+2),
.news-list .news-block:nth-child(5n+3),
.news-list .news-block:nth-child(5n+4),
.news-list .news-block:nth-child(5n+5) {
    width: 100%;
  }
  .news-list .news-block:nth-child(5n+1) .news-block-link,
.news-list .news-block:nth-child(5n+2) .news-block-link,
.news-list .news-block:nth-child(5n+3) .news-block-link,
.news-list .news-block:nth-child(5n+4) .news-block-link,
.news-list .news-block:nth-child(5n+5) .news-block-link {
    height: 16vh;
  }

  .news-list .news-block {
    margin-bottom: 1rem;
  }

  .news-show-image {
    height: 200px;
  }

  .news-show-swiper-thumbs {
    display: none;
  }

  .faq-tabcontent:first-of-type {
    display: none;
  }

  .faq-tabs {
    margin-left: 0;
  }
  .faq-tabs li {
    width: 100%;
    margin-left: 0;
  }

  .faq-tabcontent-text {
    padding-left: 0;
  }

  .faq-tabs-item {
    border-radius: 8px;
  }

  .video-block,
.live-block {
    width: 100%;
  }

  .video-block iframe,
.video-block-youtube-image,
.live-block-image {
    border-radius: 8px;
  }

  .contact-map iframe {
    height: 300px;
  }

  .contact-list,
.contact-list-two {
    margin-left: 0;
  }

  .contact-tabcontent {
    margin-top: 0;
  }

  .contact-block,
.contact-list-main .contact-block-50 {
    width: 100%;
  }

  .contact-block-text-title {
    font-size: 1em;
  }

  .contact-list-three .contact-block,
.contact-list-two .contact-block,
.contact-partners-block {
    width: 100%;
  }

  .contact-partners {
    margin-bottom: 1rem;
  }

  .contact-map iframe {
    border-radius: 8px;
    border-width: 1px;
  }

  .page-title-contact {
    font-size: 1em;
    line-height: 1.2rem;
  }

  .feedback-contact-img {
    display: none;
  }

  .feedback-contact-column {
    width: 100%;
    margin-right: 0;
  }

  .feedback-contact {
    border-radius: 8px;
    padding: 1rem;
  }

  .page-about .ck-content h1 {
    font-size: 1.5em !important;
    line-height: 1.5rem !important;
    padding-bottom: 0;
    margin-top: 1rem;
  }

  .about-partners > * {
    width: calc(100% / 2 - 1rem);
  }

  .about-governance {
    flex-direction: column;
    align-items: center;
  }

  .about-governance-info {
    margin-left: 0;
    margin-top: 1rem;
  }

  .about-awards-block {
    flex-direction: column;
  }

  .mortgage-info-title {
    font-size: 1.2em;
  }

  .finishes-list {
    gap: 2rem;
  }

  .finishes-block {
    flex-direction: column;
    gap: 1rem;
  }

  .finishes-block-img {
    width: 100%;
    height: 10rem;
    border-radius: 8px;
  }

  .finishes-block-title h1 {
    font-size: 1.3em;
  }

  .finish-image img {
    height: 20vh;
  }

  .finish-list-img {
    width: 60px;
    height: 60px;
    margin-bottom: 0.5rem;
  }

  .page-objects {
    margin-bottom: 0;
  }

  .objects-block {
    flex-direction: column;
  }

  .objects-block-structure {
    gap: 0.5rem;
  }

  .objects-block-link {
    width: 100%;
    height: 10rem;
    border: none;
    border-radius: 8px;
  }

  .objects-block-img {
    border-radius: 8px;
    filter: brightness(1);
    border-width: 1px;
  }

  .objects-block-title h1 {
    font-size: 1.2em;
  }

  .objects-block-address {
    font-size: 1.1em;
  }

  .page-about .bread-slash,
.page-about .bread-title,
.page-mortgage .bread-slash,
.page-mortgage .bread-title {
    display: none;
  }
  .page-about .bread-link,
.page-mortgage .bread-link {
    text-decoration: none;
  }
  .page-about .page-content,
.page-mortgage .page-content {
    border-top: none;
    padding-top: 0;
  }
  .page-about .about-main,
.page-mortgage .about-main {
    padding-top: 1rem;
    border-top: 1px solid #E3E3E3;
  }

  .page-news .select-block,
.page-videos .select-block {
    width: 100%;
  }

  .mortgage-table td img {
    width: 50px;
  }

  .button svg {
    width: 1rem;
    height: 1rem;
  }

  .object-tabs-select .select-options {
    z-index: 11;
  }

  .object-tabs-select {
    display: block;
  }

  .object-slider-button {
    flex-direction: column;
    display: flex;
  }
  .object-slider-button .button {
    width: 100%;
  }

  .object-slider-info {
    bottom: 4rem;
  }

  .object-slider-title {
    font-size: 1.8em;
    line-height: 2.2rem;
    font-weight: 700;
  }

  .object-slider-title .accent {
    font-weight: 700;
  }

  .object-slider-bg::before {
    background: linear-gradient(180deg, rgba(46, 46, 50, 0) 60%, rgba(46, 46, 50, 0.5) 74%, rgba(46, 46, 50, 0.8) 100%);
  }

  .object-info-bread .bread-title, .object-info-bread .bread-slash, .object-info-bread .bread-link {
    font-size: 1.2em;
  }

  .object-info-infographic {
    padding-top: 0.5rem;
    gap: 0.5rem;
  }

  .object-info-infographic-block {
    width: 100%;
    flex: auto;
  }

  .object-info .ck-content p {
    line-height: 1.3rem;
  }

  .object-info-desc-li p {
    width: calc(100% - 1rem);
  }

  .object-info-desc {
    gap: 0.5rem;
  }
  .object-info-desc-li {
    width: 100%;
  }
  .object-info-desc-li p {
    font-size: 0.9em;
  }
  .object-info-desc-li svg {
    width: 1rem;
    height: 1rem;
  }

  .object-info-text,
.object-info-infographic-desc {
    font-size: 0.9em;
  }

  .object-details-wrapper {
    height: 20rem;
  }

  .object-details-tabs {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    height: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
  }

  .object-details-tabs-flex {
    padding: 0.5rem;
  }

  .object-details-tabs li svg {
    width: 2rem;
    height: 2rem;
    padding: 0.4rem;
  }

  .object-details-desc {
    display: none;
  }

  .object-details-title span {
    font-size: 1.1em;
  }

  .object-details-title {
    top: 1rem;
    left: 1rem;
    gap: 0.5rem;
  }

  .object-details-tabcontent {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%;
  }

  .object-details-tabcontent::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 20%);
  }

  .object-finish {
    padding-bottom: 2rem;
  }

  .object-infrastructures-tabs li p {
    font-size: 0.9em;
  }

  .object-infrastructures-absolute {
    top: 15vh;
  }

  .object-infrastructures .infrastructures-button-next.swiper-button-next {
    left: 4rem;
  }

  .object-infrastructures .infrastructures-button-prev.swiper-button-prev {
    left: 1rem;
  }

  .object-infrastructures-desc {
    max-height: 100%;
  }

  .object-infrastructures-title {
    display: none;
  }

  .object-office-map-frame {
    height: 16rem;
    margin-left: 0;
  }

  .object-office-title {
    font-size: 1.5em;
  }

  .object-office {
    padding-top: 2rem;
  }

  .object-office .pattern span:nth-child(2) {
    left: 20%;
  }
  .object-office .pattern span:nth-child(3) {
    left: 40%;
  }
  .object-office .pattern span:nth-child(4) {
    left: 60%;
  }
  .object-office .pattern span:nth-child(5) {
    left: 80%;
  }
  .object-office .pattern span:nth-child(6) {
    display: none;
  }

  .object-office-block-text {
    width: 100%;
    font-size: 0.9em;
  }

  .object-office-info-list {
    gap: 0.5rem;
  }

  .object-office-title {
    font-size: 1.1em;
  }

  .object-office-info {
    padding: 1rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    gap: 0.5rem;
  }

  .object-documents {
    padding-top: 2rem;
  }
  .object-documents .swiper-button-next,
.object-documents .swiper-button-prev {
    width: 2rem;
    height: 2rem;
    top: 100%;
  }

  .object-documents-info {
    flex-direction: column;
  }

  .object-documents-info-buttons {
    margin-left: 0;
    width: 6rem;
    height: 2rem;
    margin-bottom: 1rem;
  }

  .object-documents-block {
    padding: 1rem;
  }

  .object-documents-block,
.object-news-block {
    padding: 0.5rem;
  }

  .object-documents-block-name {
    font-size: 0.9em;
  }

  .object-documents-info-text {
    font-size: 0.9em;
    line-height: 1.2rem;
  }

  .object-documents-info-dom {
    padding: 0.5rem;
  }

  .object-documents-info-dom-text {
    width: 100%;
    font-size: 0.8em;
  }

  .object-documents-info-dom-link {
    width: 30px;
    height: 30px;
    margin-right: 1rem;
  }

  .object-media-buttons {
    display: none;
  }

  .object-news-desc {
    display: none;
  }

  .object-news-block .margin-top {
    margin-top: 0;
  }

  .object-media .video-block iframe {
    height: 150px;
  }

  .object-news-block {
    border-width: 1px;
  }

  .objects-block-title-type {
    line-height: 0.8rem;
  }

  .object-documents-wrapper {
    gap: 1rem;
  }

  .object-details {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .object-info {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .object-media {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .object-close {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .page-object-news {
    padding-top: 2rem;
  }

  .index-title-h1, .index-title-h1-count {
    font-size: 1.3em;
  }

  .object-infrastructures-map {
    height: 35vh;
  }

  .object-infrastructures-absolute {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .object-infrastructures-tabcontent {
    max-height: 100%;
  }

  .object-infrastructures-info {
    border: none;
    border-radius: 0;
    padding: 0;
  }

  .object-infrastructures-desc * {
    line-height: 1.2rem;
  }

  .object-infrastructures-tabs {
    border: none;
  }

  .object-infrastructures-tabs li p {
    font-weight: 600;
  }

  .object-news-block {
    width: 100%;
  }

  .page-videos .select-styled.active,
.page-news .select-styled.active {
    padding-top: 0.1rem;
  }

  .page-videos .page-count-flex, .page-news .page-count-flex {
    gap: 0.5rem;
  }

  .contact-tabcontent-fio {
    font-size: 1em;
  }

  .input-error {
    position: relative;
    bottom: 0;
  }

  .input-container:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .flats-modal {
    top: 4rem;
    padding: 0 1rem;
  }

  .flats-modal-column {
    gap: 1rem;
  }

  .flats-modal-options-title {
    font-size: 1em;
  }

  .flats-list-horizon .flats-block-price-square,
.flats-list-horizon .flats-block-about-title {
    font-size: 1.2em;
  }

  .flats-list-cube .flats-block {
    width: 100%;
  }

  .flats-filters .flats-filters-range,
.flats-filters .flats-filters-apartment {
    display: none;
  }

  .flats-filters-top .flats-filters-object {
    flex: 1 1 auto;
  }
  .flats-filters-top .flats-filters-object .select-styled.active .select-styled-default {
    display: none;
  }
  .flats-filters-top .flats-filters-object .select-styled {
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    height: 34px;
  }
  .flats-filters-top .flats-filters-object .select-options {
    border-radius: 4px;
    top: calc(100% + .2rem);
  }

  .flats-filters-bottom {
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
  }

  .flats-filters-list {
    width: 100%;
    gap: 0.25rem;
  }

  .flats-filters-all {
    height: 34px;
    padding: 0.25rem;
  }

  .flats-filters-all-count {
    width: 0.8rem;
    height: 0.8rem;
  }

  .select-block-one .select-styled {
    padding: 0.25rem 0.5rem;
    width: 100%;
  }

  .flats-sorting .select-block {
    margin-right: 0;
    flex: 1 1 auto;
    margin-bottom: 0;
  }

  .flats-filters-hash {
    font-size: 0.8em;
  }

  .flats-modal-buttons {
    padding-bottom: 2rem;
  }

  .bread-flat {
    gap: 0.25rem;
  }

  .flats-filters-hash svg {
    padding: 0;
    width: 1rem;
    height: 1rem;
  }

  .flats-show-gallery {
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 0.5rem;
  }
  .flats-show-gallery .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 2px;
  }

  .flats-show-gallery .swiper-container {
    height: 15rem;
  }

  .flats-show-finish-block-img {
    height: 10rem;
  }

  .flats-show-info-title {
    padding: 0.5rem;
    gap: 0.25rem;
  }

  .flats-show-info-title-name {
    font-size: 1em;
  }

  .flats-modal-row {
    gap: 0.5rem;
  }
  .flats-modal-row .select-block {
    width: 100%;
  }

  .flats-modal-filters {
    gap: 0.5rem;
  }

  .flats-filters-apartment {
    width: 100%;
  }

  .flats-filters-range {
    width: 100%;
  }

  .flats-filters {
    padding-bottom: 0;
  }

  .flats-filters-all {
    border-radius: 4px;
  }

  .flats-modal-options-hash.active:hover {
    background-color: #e93532;
    border-color: #e93532;
  }

  .flats-modal-options-hash.active:hover p {
    color: #fff;
  }

  .flats-show-gallery .swiper-container-horizontal > .swiper-pagination-bullets,
.flats-show-gallery .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
  }

  .flats-show-gallery .swiper-pagination {
    bottom: auto;
    position: relative;
  }

  .flats-show-gallery .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
  }

  .flats-show-gallery .swiper-pagination-bullet {
    padding: 2px 5px;
  }

  .flats-block-about-advantage {
    gap: 0.25rem;
  }

  .flats-show-info-stock-date {
    width: -moz-fit-content;
    width: fit-content;
  }

  .select-styled::after {
    transform: scale(0.9);
  }
}
@media only all and (max-width: 480px) {
  .finish-list-block {
    margin-right: 0;
    width: 100%;
  }
}
@media only all and (max-width: 320px) {
  .navigation-hamburger {
    width: 20px;
  }

  .bread-link,
.bread-slash,
.bread-title {
    font-size: 1em;
  }

  .bread-flat-link,
.bread-flat-slash,
.bread-flat-title {
    font-size: 0.9em;
  }

  .about-tabs-select .select-options a {
    padding: 0.5rem;
  }

  .object-slider-info {
    bottom: 6rem;
  }

  .contact-tabcontent-card {
    flex-direction: column;
  }

  .contact-tabcontent-img {
    width: 40px;
    height: 40px;
  }

  .contact-tabcontent-text {
    margin-left: 0;
  }

  .contact-tabcontent-fio,
.contact-tabcontent-desc {
    text-align: center;
  }

  .faq-tabcontent-summary::before {
    top: calc(50% - 0.8rem);
    width: 0.6rem;
    height: 0.6rem;
  }

  .faq-tabcontent-summary {
    padding-left: 1rem;
  }
}
