

/* Start:/local/templates/acontrol/css/jquery-ui.css?173525062935973*/
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* 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;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-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%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	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;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/local/templates/acontrol/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/local/templates/acontrol/css/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/local/templates/acontrol/css/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/local/templates/acontrol/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/local/templates/acontrol/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/local/templates/acontrol/css/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/local/templates/acontrol/css/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* End */


/* Start:/local/templates/acontrol/css/owl.carousel.css?17352506294028*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/acontrol/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/acontrol/css/jquery.fancybox.css?173525062917412*/
@charset "UTF-8";
body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* End */


/* Start:/local/templates/acontrol/css/slick.css?17352506291778*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide > img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/acontrol/css/new/vendor.css?173525105317629*/
*{margin:0;padding:0}:root{--background:#fff;--foreground:#000;--divider:#dcdcdc;--overlay:#888}button{padding:1rem;font-size:1rem;border-radius:1rem;border:.0625rem solid var(--divider);background:var(--background);color:var(--foreground);cursor:pointer}#sheet{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2;visibility:visible;transition:opacity .5s,visibility .5s;display:flex;align-items:center;flex-direction:column;justify-content:flex-end}#sheet[aria-hidden=true]{opacity:0;visibility:hidden;pointer-events:none}#sheet .overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;background:var(--overlay);opacity:.5}#sheet .contents{border-radius:1rem 1rem 0 0;background:var(--background);position:relative;overflow-y:hidden;--default-transitions:transform .5s,border-radius .5s;transition:var(--default-transitions);transform:translateY(0);max-height:100vh;height:30vh;max-width:70rem;box-sizing:border-box;padding:3rem 1rem 1rem}#sheet .contents:not(.not-selectable){transition:var(--default-transitions),height .5s}#sheet .contents.fullscreen{border-radius:0}#sheet[aria-hidden=true] .contents{transform:translateY(100%)}#sheet .draggable-area{position:absolute;top:0;left:0;right:0;width:3rem;margin:auto;padding:1rem;cursor:grab}#sheet .draggable-thumb{width:inherit;height:.25rem;background:var(--divider);border-radius:.125rem}#sheet .close-sheet{position:absolute;right:0;top:0;border:none}#sheet .body{height:100%;overflow-y:auto;gap:1rem}@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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-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-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-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}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid;border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/acontrol/css/new/style.css?1763161567200364*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden], template {
    display: none
}

@font-face {
    font-family: googleSans;
    src: url("/local/templates/acontrol/css/new/../../fonts/new/Google Sans - Regular.ttf") format("truetype"), url("/local/templates/acontrol/css/new/../../fonts/new/Google Sans - Regular.woff") format("woff"), url("/local/templates/acontrol/css/new/../../fonts/new/Google Sans - Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: googleSans;
    src: url("/local/templates/acontrol/css/new/../../fonts/new/Google Sans - Medium.ttf") format("truetype"), url("/local/templates/acontrol/css/new/../../fonts/new/Google Sans - Medium.woff") format("woff"), url("/local/templates/acontrol/css/new/../../fonts/new/Google Sans - Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: googleSans;
    src: url("/local/templates/acontrol/css/new/../../fonts/new/Google Sans - Bold.ttf") format("truetype"), url("/local/templates/acontrol/css/new/../../fonts/new/Google Sans - Bold.woff") format("woff"), url("/local/templates/acontrol/css/new/../../fonts/new/Google Sans - Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

:root {
    --primary: #0D0D0D;
    --white: #fff;
    --red: #FF003B;
    --gray: #F7F7F7;
    --container-width: 1204rem;
    --container-padding-mobile: 21rem;
    --font: "googleSans";
    --fontSizeDesktop: .0520834vw;
    --fontSizeLaptopS: .06209vw;
    --fontSizeTablet: .13356vw;
    --fontSizePhone: .18356vw;
    --objectSliderPaginationTime: 5000
}

body, html {
    min-height: 100%;
    height: 1px;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: var(--font), sans-serif;
    font-weight: 400;
    font-size: .254453vw;
    line-height: 1;
    color: var(--primary)
}

body.stop-scroll {
    overflow: hidden
}

li, ul {
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0
}

p {
    margin: 0
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    display: inline-block;
    color: var(--primary);
    text-decoration: none
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

svg {
    display: block;
    max-width: 100%;
    max-height: 100%
}

button {
    padding: 0;
    margin: 0;
    text-align: left;
    background: 0 0;
    cursor: pointer;
    border: none;
    outline: 0;
    font: inherit
}

input {
    padding: 0;
    margin: 0;
    background: 0 0;
    border: none;
    outline: 0;
    font: inherit
}

.wrapper {
    position: relative;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.container {
    width: 100%;
    padding: 0 var(--container-padding-mobile);
    margin: 0 auto
}

.modal__wrapper {
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 85rem
}

.modal__wrapper::-webkit-scrollbar {
    width: 0;
    background: 0 0
}

.select {
    position: relative;
    cursor: pointer
}

.select select {
    display: none
}

.slider-btn {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44rem;
    height: 44rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#555351), to(#313131));
    background: linear-gradient(#555351, #313131);
    border-radius: 50%;
    color: var(--white)
}

.slider-btn svg {
    width: 12rem
}

.slider-btn.slider-btn__prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-btn.disabled, .slider-btn.swiper-button-disabled {
    opacity: .2
}

.slider-btn:not(.swiper-button-disabled):hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#F7690C), to(#FF003B));
    background: linear-gradient(#F7690C, #FF003B)
}

.swipe-icon {
    width: 35rem;
    height: 42rem
}

.swipe-icon svg {
    color: var(--primary)
}

.feedback-btn {
    height: 34rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem;
    padding: 0 18rem 0 13rem;
    border: 1px solid #FF003B;
    border-radius: 20px
}

.feedback-btn__icon {
    width: 11rem;
    height: 11rem
}

.feedback-btn__icon svg {
    color: var(--red)
}

.feedback-btn__text {
    font-weight: 500;
    font-size: 14rem;
    color: var(--red)
}

.section {
    padding: 30rem 0
}

.section.section--gray {
    background-color: var(--gray)
}

.section-title {
    font-weight: 500;
    font-size: 24rem;
    line-height: 26rem;
    letter-spacing: .6rem
}

.section-subtitle {
    font-weight: 700;
    font-size: 14rem;
    line-height: 22rem
}

.basket-modal__content::-webkit-scrollbar, .categories-tiles-item__text::-webkit-scrollbar, .menu-categories__item-content::-webkit-scrollbar, .modal-wrapper__content::-webkit-scrollbar, .search-modal-form-result::-webkit-scrollbar, .select-filter-seacrh-result::-webkit-scrollbar {
    width: 4rem
}

.basket-modal__content::-webkit-scrollbar-track, .categories-tiles-item__text::-webkit-scrollbar-track, .menu-categories__item-content::-webkit-scrollbar-track, .modal-wrapper__content::-webkit-scrollbar-track, .search-modal-form-result::-webkit-scrollbar-track, .select-filter-seacrh-result::-webkit-scrollbar-track {
    background: rgba(13, 13, 13, .1)
}

.basket-modal__content::-webkit-scrollbar-thumb, .categories-tiles-item__text::-webkit-scrollbar-thumb, .menu-categories__item-content::-webkit-scrollbar-thumb, .modal-wrapper__content::-webkit-scrollbar-thumb, .search-modal-form-result::-webkit-scrollbar-thumb, .select-filter-seacrh-result::-webkit-scrollbar-thumb {
    background-color: var(--red);
    border-radius: 10px
}

.button-style-total {
    position: relative
}

.button-style-total:not(.without--hover):hover .button-style-total__text {
    opacity: 1;
    left: 100%
}

.button-style {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 44rem;
    font-weight: 500;
    font-size: 14rem;
    color: var(--red);
    padding: 0 15rem;
    border: 1px solid var(--red);
    border-radius: 50px
}

.button-style.type--black {
    border: none;
    color: var(--white);
    background: -webkit-gradient(linear, left top, left bottom, from(#2D2D2D), to(#555351));
    background: linear-gradient(180deg, #2D2D2D, #555351);
    margin-top: 40rem
}

.button-style-total__text {
    min-width: 250rem
}

.btn-compare {
    width: 36rem;
    height: 36rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 50%;
    opacity: .2
}

.btn-compare svg {
    width: 33rem;
    height: 33rem
}

.categories-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem
}

.categories-switcher__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12rem;
    gap: 10rem;
    height: 36rem;
    padding: 10rem 20rem;
    border: 1px solid #E3E3E3;
    border-radius: 22px
}

.categories-switcher__item.active, .categories-switcher__item:hover {
    color: var(--white);
    background: -webkit-gradient(linear, left top, left bottom, from(#F7690C), to(#FF003B));
    background: linear-gradient(#F7690C, #FF003B);
    border: 1px solid transparent
}

.categories-switcher__item.active .categories-switcher__icon, .categories-switcher__item:hover .categories-switcher__icon {
    color: var(--white)
}

.categories-switcher__item.active .categories-switcher__icon .svg-fill, .categories-switcher__item:hover .categories-switcher__icon .svg-fill {
    fill: rgba(255, 255, 255, .5);
    stroke: rgba(255, 255, 255, .5)
}

.categories-switcher__icon {
    display: block;
    width: 15rem;
    height: 17rem;
    color: var(--primary)
}

.categories-switcher__text {
    padding-top: 2rem
}

.swiper-pagination {
    position: relative;
    bottom: initial;
    left: initial;
    width: initial;
    font-size: 14rem;
    color: var(--white)
}

.swiper-pagination .swiper-pagination-current {
    color: var(--red)
}

.add-to-compare {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem
}

.add-to-compare.active .add-to-compare__icon, .add-to-compare.active .add-to-compare__text, .add-to-compare:hover .add-to-compare__icon, .add-to-compare:hover .add-to-compare__text {
    opacity: 1
}

.add-to-compare.active .add-to-compare__icon, .add-to-compare:hover .add-to-compare__icon {
    color: var(--red);
    border-color: var(--red)
}

.add-to-compare__icon, .add-to-compare__text {
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.add-to-compare__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34rem;
    height: 34rem;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 50%;
    opacity: .2
}

.add-to-compare__text {
    font-size: 12rem;
    opacity: .5
}

.add-to-cart {
    min-height: 34rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem;
    font-weight: 500;
    font-size: 14rem;
    padding: 9rem 16rem 8rem;
    color: var(--white);
    background: -webkit-gradient(linear, left top, left bottom, from(#F7690C), to(#FF003B));
    background: linear-gradient(#F7690C, #FF003B);
    border-radius: 20rem
}

.add-to-cart__icon {
    width: 13rem;
    height: 12rem;
    color: var(--white)
}

.price span {
    color: var(--red)
}

.price__current {
    font-weight: 800;
    font-size: 18rem;
    line-height: 22rem
}

.price__qnt {
    font-weight: 500;
    font-size: 12rem;
    line-height: 15rem
}

.input__title {
    font-size: 12rem;
    line-height: 22rem;
    color: rgba(255, 255, 255, .2)
}

.input {
    display: block
}

.input.input--message {
    width: 100%
}

.input__field {
    position: relative;
    display: block
}

.input__field input {
    display: block;
    height: 30rem;
    width: 100%;
    font-size: 16rem;
    color: var(--white);
    border-bottom: 1px solid var(--white)
}

.input__field input::-webkit-input-placeholder {
    color: var(--white)
}

.input__field input::-moz-placeholder {
    color: var(--white)
}

.input__field input:-ms-input-placeholder {
    color: var(--white)
}

.input__field input::-ms-input-placeholder {
    color: var(--white)
}

.input__field input::placeholder {
    color: var(--white)
}

.input__subtext {
    font-size: 12rem;
    line-height: 15rem;
    color: #919191;
    margin-top: 10rem
}

.input__field-error {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-10rem);
    transform: translateY(-50%) translateX(-10rem);
    left: 8rem;
    font-size: 10rem;
    line-height: 13rem;
    padding: 3rem 5rem;
    color: var(--red);
    background-color: #fff;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.input__field-error span {
    position: relative;
    z-index: 1
}

.input__field-error.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0)
}

.input__field-error-triangle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -8rem;
    width: 13rem;
    height: 86%;
    color: var(--white)
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.info-row__title {
    font-size: 12rem;
    line-height: 22rem;
    color: var(--white)
}

.info-row__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem
}

.info-row__icon {
    height: 16rem;
    width: 16rem;
    color: var(--white)
}

.info-row__icon.color--red {
    color: var(--red)
}

.info-row__text-title {
    font-weight: 700;
    font-size: 12rem;
    color: var(--white);
    text-transform: uppercase
}

.info-row__text-title.big--size {
    font-size: 24rem
}

.info-row__text-title.middle--size {
    font-size: 16rem;
    line-height: 20rem
}

.info-row__text-title.small--size {
    font-size: 14rem;
    line-height: 17rem
}

.info-row__text-title.small-text {
    font-weight: 400;
    text-transform: initial
}

.tabs__trigger>* {
    pointer-events: none
}

.acco-content {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .3s ease;
    transition: height .3s ease
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    background-color: rgba(13, 13, 13, .72);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.modal::-webkit-scrollbar {
    width: 0;
    height: 0
}

.modal.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1
}

.modal.hidden.from-left .modal-wrapper {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.modal.hidden.from-right .modal-wrapper {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.modal:not(.hidden) {
    z-index: 9999
}

.modal:not(.hidden) .modal-bg {
    opacity: 1;
    visibility: visible
}

.modal:not(.hidden).from-left .modal-wrapper, .modal:not(.hidden).from-right .modal-wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.modal-wrapper {
    position: relative;
    z-index: 100;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.modal-wrapper .menu:not(.menu .modal-wrapper) {
    padding: 0 var(--container-padding-mobile) 20rem
}

.modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.close-modal {
    position: relative;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    z-index: 10
}

.close-modal:hover, .price-current span {
    color: var(--red)
}

.total-price {
    font-weight: 700
}

.page-title {
    font-weight: 700;
    font-size: 24rem;
    line-height: 26rem
}

.table {
    max-width: 100%;
    overflow-x: auto
}

table {
    width: 100%;
    min-width: 620rem;
    border-collapse: collapse
}

.table__row, tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10rem 4rem;
    border-bottom: 1px solid rgba(13, 13, 13, .2)
}

.table__row:first-child, tr:first-child {
    border-top: 1px solid rgba(13, 13, 13, .2)
}

.table__cell, td {
    font-weight: 500;
    font-size: 12rem;
    line-height: 15rem;
    text-align: right
}

.table__cell:nth-child(1), td:nth-child(1) {
    text-align: left
}

.file-download {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem
}

.file-download__icon {
    width: 31rem;
    height: 44rem
}

.file-download__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
    font-size: 12rem;
    line-height: 15rem
}

.next-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 51rem;
    height: 51rem;
    border: 1px solid var(--white);
    border-radius: 50%;
    -webkit-transition: border-color .3s ease, -webkit-transform .3s ease;
    transition: border-color .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, border-color .3s ease;
    transition: transform .3s ease, border-color .3s ease, -webkit-transform .3s ease
}

.next-section:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border-color: var(--red)
}

.next-section:hover svg {
    color: #FF003B
}

.next-section:hover::before {
    border-color: rgba(255, 0, 59, .3)
}

.next-section svg {
    width: 21rem;
    height: 14rem;
    color: var(--white);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.next-section::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 14rem);
    height: calc(100% + 14rem);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.select-filter {
    position: relative
}

.select-filter.active .select-filter__header {
    background: -webkit-gradient(linear, left bottom, left top, from(#FF003B), to(#F7690C));
    background: linear-gradient(0deg, #FF003B, #F7690C)
}

.select-filter.active .select-filter__header-arrow, .select-filter.active .select-filter__header-text {
    color: var(--white)
}

.select-filter__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F7F7F7;
    border: 1px solid #E3E3E3;
    border-radius: 50px
}

.filter-applying.opened, .select-filter:hover {
    position: relative
}

.select-filter__header-text {
    font-size: 12rem;
    line-height: 15rem;
    padding: 9rem 20rem 10rem
}

.select-filter__header-arrow {
    display: none;
    width: 45rem;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.select-filter__header-arrow svg {
    width: 9rem;
    height: 6rem;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.select-filter__content {
    display: none
}

.select-filter-seacrh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12rem
}

.select-filter-seacrh:hover .select-filter-seacrh__input::-webkit-input-placeholder {
    color: var(--primary)
}

.select-filter-seacrh:hover .select-filter-seacrh__input::-moz-placeholder {
    color: var(--primary)
}

.select-filter-seacrh:hover .select-filter-seacrh__input:-ms-input-placeholder {
    color: var(--primary)
}

.select-filter-seacrh:hover .select-filter-seacrh__input::-ms-input-placeholder {
    color: var(--primary)
}

.select-filter-seacrh:hover .select-filter-seacrh__btn, .select-filter-seacrh:hover .select-filter-seacrh__input::placeholder {
    color: var(--primary)
}

.select-filter-seacrh__input::-webkit-input-placeholder {
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.select-filter-seacrh__input::-moz-placeholder {
    -moz-transition: color .3s ease;
    transition: color .3s ease
}

.select-filter-seacrh__input:-ms-input-placeholder {
    -ms-transition: color .3s ease;
    transition: color .3s ease
}

.select-filter-seacrh__input::-ms-input-placeholder {
    -ms-transition: color .3s ease;
    transition: color .3s ease
}

.select-filter-seacrh__btn, .select-filter-seacrh__input::placeholder {
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.select-filter-seacrh__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 34rem;
    font-size: 14rem;
    line-height: 22rem
}

.select-filter-seacrh__input::-webkit-input-placeholder {
    color: rgba(13, 13, 13, .3)
}

.select-filter-seacrh__input::-moz-placeholder {
    color: rgba(13, 13, 13, .3)
}

.select-filter-seacrh__input:-ms-input-placeholder {
    color: rgba(13, 13, 13, .3)
}

.select-filter-seacrh__input::-ms-input-placeholder {
    color: rgba(13, 13, 13, .3)
}

.select-filter-seacrh__input::placeholder {
    color: rgba(13, 13, 13, .3)
}

.select-filter-seacrh__btn {
    width: 34rem;
    height: 34rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(13, 13, 13, .3)
}

.select-filter-seacrh-result {
    max-height: 310rem;
    padding-right: 20rem;
    overflow-y: auto
}

.select-filter-seacrh-result__item {
    display: block;
    font-size: 14rem;
    line-height: 22rem;
    padding: 20rem 0;
    border-bottom: 1px solid rgba(13, 13, 13, .05);
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.select-filter-seacrh-result__item:hover {
    color: var(--red)
}

.select-filter-seacrh-result__item:first-child {
    border-top: 1px solid rgba(13, 13, 13, .05)
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    background: rgba(13, 13, 13, .1)
}

.swiper-scrollbar-drag {
    background: var(--red)
}

.contacts-page {
    padding-bottom: 30rem
}

.checkbox {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem;
    cursor: pointer
}

.checkbox input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.checkbox__display {
    position: relative;
    width: 15rem;
    height: 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #EFF0F0;
    border-radius: 4px
}

.checkbox input[type=checkbox]:checked+.checkbox__display {
    background-color: #EFF0F0
}

.checkbox input[type=checkbox]:checked+.checkbox__display .checkbox__icon {
    opacity: 1
}

.checkbox__icon {
    width: 9rem;
    height: 5rem;
    color: #DE2247;
    opacity: 0
}

.checkbox__text {
    font-size: 12rem;
    line-height: 15rem
}

.counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 104rem;
    height: 44rem;
    background-color: #EFF0F0;
    border: 1px solid #E3E3E3;
    border-radius: 25px
}

.counter__btn {
    width: 40rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18rem;
    line-height: 22rem
}

.counter__btn.disabled {
    color: rgba(13, 13, 13, .5);
    pointer-events: none
}

.counter__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 10rem;
    font-size: 14rem;
    line-height: 17rem;
    text-align: center
}

.header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15rem
}

.header-burger__icon {
    width: 31rem;
    height: 16rem
}

.header-burger__icon svg {
    color: var(--white)
}

.header-burger__text {
    display: none
}

.menu:not(.hidden) {
    -webkit-transition: translate 3s ease;
    transition: translate 3s ease
}

.menu-actions, .menu-actions-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu-actions-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--white)
}

.menu-actions-list__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--white)
}

.menu-categories__item {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.menu-categories__item:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.menu-categories__item.active .menu-categories-trigger__icon::after {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

.menu-categories__item.active .menu-categories__item-content {
    margin-bottom: 30rem
}

.menu-categories__item-content {
    max-height: 300rem;
    padding-right: 40rem;
    -webkit-transition: padding-top .3s ease, padding-bottom .3s ease, margin .3s ease;
    transition: padding-top .3s ease, padding-bottom .3s ease, margin .3s ease;
    overflow-y: auto
}

.menu-categories-trigger {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10rem 0
}

.menu-categories-trigger__title {
    font-weight: 500;
    font-size: 24rem;
    color: var(--white)
}

.menu-categories-trigger__icon {
    position: relative;
    width: 21rem;
    height: 21rem
}

.menu-categories-trigger__icon::after, .menu-categories-trigger__icon::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background-color: var(--white);
    border-radius: 20px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.menu-categories-trigger__icon::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.menu-categories__list {
    padding: 8rem 0 0
}

.menu-categories__list li:not(:first-child) {
    margin-top: 16rem
}

.menu-categories__link {
    font-size: 16rem;
    line-height: 16rem;
    color: rgba(255, 255, 255, .6);
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.menu-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 27rem 60rem;
    margin-top: auto
}

.menu-info-row.full-width {
    width: 100%
}

.menu-info-row__text, .menu-info-row__title {
    font-size: 12rem;
    color: var(--white)
}

.menu-info-row__title {
    margin-bottom: 11rem
}

.menu-info-row__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem
}

.menu-info-row__icon {
    width: 16rem;
    height: 16rem;
    color: var(--white)
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 var(--container-padding-mobile);
    z-index: 105
}

.header:not(.header-home) {
    position: sticky
}

.header:not(.header-home) .header__wrapper {
    background-color: rgba(13, 13, 13, .75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px
}

.header.header-home {
    position: absolute
}

.header.header-home .header__wrapper {
    margin-top: 34rem
}

.header.header-home.fixed-header {
    position: fixed;
    z-index: 99
}

.header.header-home.fixed-header .header__wrapper {
    background-color: rgba(13, 13, 13, .75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    margin-top: 15rem
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54rem;
    padding: 0 30rem;
    margin: 10rem 0 0
}

.header-burger__text, .header-nav__item a {
    font-weight: 500;
    font-size: 14rem;
    text-transform: uppercase;
    color: var(--white)
}

.header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-logo a {
    width: 84rem;
    height: 34rem
}

.header-actions, .header-actions-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-feedback {
    display: none
}

.header-actions-list__item:not(:last-child) {
    padding-right: 10rem;
    margin-right: 10rem;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.header-actions-list__item.hidden-mobile {
    display: none
}

.header-actions-list__link {
    width: 34rem;
    height: 34rem
}

.header-actions-list__link svg {
    color: var(--white)
}

.greet {
    position: relative;
    height: 568rem;
    background-color: var(--primary);
    z-index: 100
}

.greet-slider {
    position: relative;
    height: 100%
}

.greet-slider__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.greet-slider__slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 13, 13, .5);
    z-index: 5
}

.greet-slider__slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.greet-slider__slide-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.greet-slider__slide-title {
    position: relative;
    font-weight: 500;
    font-size: 40rem;
    line-height: 1;
    color: var(--white);
    text-align: center;
    z-index: 10
}

.greet-slider-actions {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 31rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 20
}

.greet-slider-swipe {
    margin-left: auto
}

.greet-slider-swipe svg {
    color: var(--white)
}

.greet-slider__slide-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 13
}

.greet-socials {
    display: none
}

.socials__title {
    font-size: 14rem;
    line-height: 17rem;
    color: var(--white);
    margin-bottom: 20rem
}

.socials__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20rem
}

.socials__item {
    width: 40rem;
    height: 30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: var(--white)
}

.socials__item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.socials__item svg {
    max-width: 70%;
    max-height: 70%
}

.product-catalog__subtitle {
    display: block;
    margin-top: 11rem
}

.product-catalog__btn {
    width: 100%;
    margin-top: 20rem
}

.product-catalog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20rem
}

.product-catalog-list__pic {
    display: none
}

.product-catalog-list__title {
    font-size: 14rem
}

.readyMade__subtitle {
    margin-top: 11rem
}

.categories-switcher.readyMade__switcher {
    margin: 19rem calc(0px - var(--container-padding-mobile)) 0
}

.categories-tiles {
    margin-top: 21rem
}

.categories-tiles__top {
    margin-bottom: 9rem
}

.categories-tiles__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10rem
}

.categories-tiles-back, .categories-tiles-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px
}

.categories-tiles-item {
    position: relative;
    width: 170rem;
    height: 233rem;
    text-align: left;
    padding: 18rem 20rem 20rem;
    background: linear-gradient(220deg, #413D39, #171515)
}

.categories-tiles-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10rem
}

.categories-tiles-item__icon {
    height: 57rem;
    width: 47rem;
    color: var(--white)
}

.categories-tiles-item__title {
    font-weight: 500;
    font-size: 18rem;
    color: var(--white)
}

.categories-tiles-item__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: none;
    font-size: 12rem;
    line-height: 15rem;
    color: var(--white);
    padding-right: 10rem;
    margin: 17rem -10rem 0 0;
    overflow-y: auto
}

.categories-tiles-item__text::-webkit-scrollbar-thumb {
    background: var(--white)
}

.categories-tiles-back {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30rem;
    background: linear-gradient(220deg, #413D39, #171515);
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.categories-tiles-back__title, .categories-tiles-item__value {
    font-weight: 500;
    font-size: 24rem;
    line-height: 30rem;
    color: var(--white)
}

.categories-tiles-item__value {
    margin-top: auto
}

.categories-tiles__bottom {
    margin-top: 30rem
}

.product-card {
    position: relative
}

.product-card:hover {
    z-index: 50
}

.product-card:hover.materials--image .product-card__img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.product-card:hover:not(.materials--image) .product-card__img picture:nth-child(2) img, .product-card:hover:not(.materials--image) .product-card__view-bottom, .product-card:hover:not(.materials--image) .product-card__view-top {
    opacity: 1
}

.product-card:hover:not(.materials--image) .product-card-sides {
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0)
}

/*.product-card:hover:not(.materials--image) .product-card__img picture:not(:last-child) img{top:calc(50% - 20rem)}*/
.product-card:hover:not(.materials--image) .product-card-compare {
    top: 0;
    left: 0
}

.product-card:hover .product-card__text {
    top: 100%;
    opacity: 1
}

.product-card__view {
    position: relative;
    height: 246rem;
    background-color: #EFF0F0;
    border-radius: 10px;
    overflow: hidden
}

.product-card__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.product-card__img picture img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    -webkit-transition: .3s;
    transition: .3s
}

.product-card__img picture:not(:last-child) img {
    z-index: 10
}

.product-card__img picture+picture img {
    opacity: 0
}

.product-sides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem
}

.product-sides__item {
    position: relative;
    width: 11rem;
    height: 13rem
}

.product-sides__item-for {
    display: none
}

.product-card-sides {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
    width: 31rem;
    padding: 10rem;
    background-color: var(--white);
    border-radius: 0 10px 10px 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 20
}

.product-card__view-bottom, .product-card__view-top {
    position: absolute;
    z-index: 15
}

.product-card__view-top {
    top: 20rem;
    left: 20rem
}

.product-card__view-bottom {
    position: absolute;
    bottom: 20rem;
    right: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-card-add {
    margin-left: auto
}

.product-card__content {
    padding-top: 20rem
}

.product-card__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-card__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 800;
    font-size: 14rem;
    line-height: 16rem;
    padding-right: 15rem
}

.product-card__text {
    font-size: 12rem;
    line-height: 16rem;
    background-color: var(--white);
    margin-top: 11rem
}

.products-section__top {
    margin-bottom: 20rem
}

.products-section-controls {
    display: none
}

.products-section-slider {
    padding: 0 calc(var(--container-padding-mobile) - 4.5rem);
    margin: 0 calc(0px - var(--container-padding-mobile))
}

.products-section-slider__slide {
    padding: 0 4.5rem
}

.products-section-slider__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 42rem
}

.products-section-slider__bottom .button-style {
    min-width: initial
}

.products-section-slider__pagination {
    margin: 0 auto;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.products-section-slider__pagination.swiper-pagination {
    color: var(--primary)
}

.section-list {
    background: url(/local/templates/acontrol/css/new/../../img/new/bg/section-list-mobile.jpg) center/cover no-repeat
}

.section-list-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20rem 0;
    margin-top: 50rem
}

.section-list-block__item {
    width: 50%;
    max-width: 161rem
}

.section-list-block__icon, .section-list-block__text {
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.section-list-block__icon {
    height: 40rem;
    width: 40rem;
    color: var(--primary)
}

.section-list-block__text {
    font-weight: 700;
    font-size: 11rem;
    line-height: 16rem;
    text-transform: uppercase;
    padding-top: 10rem;
    border-top: 1px solid rgba(13, 13, 13, .2);
    margin-top: 10rem
}

.section-list__bottom {
    margin-top: 30rem
}

.centered-slider-block {
    position: relative
}

.centered-slider-full {
    height: 100%
}

.centered-slider-full .swiper-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.centered-slider-block__link {
    width: 100%
}

.centered-slider-block__img {
    position: relative;
    height: 100%;
    border-radius: 10px;
    overflow: hidden
}

.centered-slider-block__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.centered-slider-block__content {
    margin-top: 20rem
}

.centered-slider-block__title {
    font-weight: 700;
    font-size: 14rem;
    line-height: 20rem;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.centered-slider-block__city-text, .centered-slider-block__place {
    font-size: 12rem;
    line-height: 12rem
}

.centered-slider-block__place {
    font-weight: 500;
    margin-top: 1px;
    opacity: .2;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.centered-slider-block__city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5rem;
    margin-top: 8rem
}

.centered-slider-block__city-icon {
    width: 7rem;
    height: 10rem
}

.centered-slider__bottom {
    margin-top: 32rem
}

.centered-slider__bottom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.centered-slider__pagination, .centered-slider__swipe-icon {
    margin-left: auto
}

.centered-slider__pagination {
    color: var(--primary);
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.section-form__title {
    color: var(--white)
}

.section-form-wrapper {
    margin-top: 30rem
}

.section-form-wrapper__input {
    display: block
}

.section-form-wrapper__input-title {
    color: var(--white)
}

.section-form-info, .section-form-info__social {
    display: none
}

.map {
    position: relative
}

.map.contact-map {
    margin-top: 31rem
}

.map.contact-map .map-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 9rem
}

.map.contact-map .map-actions__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    min-height: 62rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem;
    padding: 0 20rem
}

.map.contact-map .map-actions__title {
    font-weight: 700;
    font-size: 14rem;
    line-height: 20rem
}

.map.contact-map .map-display__item {
    display: none
}

.map.contact-map .map-contacts-info__row:not(:first-child) {
    margin-top: 20rem
}

.map.contact-map .map-contacts-info__row .info-row__text-title, .map.contact-map .map-contacts-info__row .info-row__title {
    color: var(--primary)
}

.map.contact-map .map-contacts-info__row .info-row__icon {
    color: var(--red)
}

.map.contact-map .map-contacts-info__row .info-row__title {
    margin-bottom: 8rem
}

.map.contact-map .map-bank-info {
    margin-top: 32rem;
    padding-top: 30rem;
    border-top: 1px solid rgba(13, 13, 13, .1)
}

.map.default-map .map-actions__item {
    min-height: 116rem;
    width: 252rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10rem;
    padding: 20rem
}

.map.default-map .map-actions__icon, .map.default-map .map-actions__text, .map.default-map .map-actions__title {
    display: block;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.map-actions__item {
    background-color: #EFF0F0;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s
}

.map-actions__item.active, .map-actions__item:hover {
    background-color: var(--red)
}

.map-actions__item.active .map-actions__icon, .map-actions__item.active .map-actions__text, .map-actions__item.active .map-actions__title, .map-actions__item:hover .map-actions__icon, .map-actions__item:hover .map-actions__text, .map-actions__item:hover .map-actions__title {
    color: var(--white)
}

.map-actions__icon {
    width: 11rem;
    height: 15rem
}

.map-actions__icon, .map-actions__text, .map-actions__title {
    display: block;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.bank-info__title {
    font-weight: 700;
    font-size: 18rem;
    margin-bottom: 21rem
}

.bank-info-list__item:not(:last-child) {
    margin-bottom: 10rem
}

.bank-info-list__title {
    font-size: 12rem;
    line-height: 15rem
}

.bank-info-list__text {
    font-weight: 700;
    font-size: 14rem;
    line-height: 17rem;
    text-transform: uppercase;
    padding-top: 5rem
}

.bank-info-list__text-icon {
    display: none
}

[data-copy] {
    cursor: pointer
}

.footer {
    position: relative;
    padding: 30rem 0 32rem;
    background: url(/local/templates/acontrol/css/new/../../img/new/bg/footer-mobile.jpg) center/cover no-repeat;
    z-index: 90
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__logo {
    width: 108rem;
    height: 43rem;
    margin-bottom: 30rem
}

.footer-content-list ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.footer-content-list li {
    padding-right: 15rem
}

.footer-content-list li:not(:first-child) {
    margin-top: 16rem
}

.footer-content-list__link {
    font-weight: 400;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.footer-content-list__link:hover {
    color: var(--red)
}

.footer-content-info .info-row__title {
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 10rem
}

.footer-content-actions__row:not(:first-child), .footer-content-info__row:not(:first-child) {
    margin-top: 22rem
}

.footer__bottom {
    margin-top: 40rem
}

.footer__copyright, .footer__policy {
    font-size: 12rem;
    color: rgba(255, 255, 255, .3)
}

.footer__copyright a, .footer__policy a {
    color: rgba(255, 255, 255, .3);
    text-decoration: underline
}

.breadcrumbs {
    padding: 22rem 0
}

.breadcrumbs__item {
    display: none
}

.link-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem
}

.link-back__icon {
    width: 12rem;
    height: 12rem;
    color: var(--primary)
}

.link-back__text {
    font-size: 11rem
}

.material-slider {
    position: relative;
    margin-top: 20rem
}

.material-slider__swiper {
    padding: 0 var(--container-padding-mobile)
}

.material-slider__slide {
    position: relative;
    height: 222rem;
    border-radius: 10px;
    overflow: hidden
}

.material-slider__slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}

.material-slider-actions__btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

.material-slider-actions__btn.slider-btn__prev {
    left: 187rem
}

.material-slider-actions__btn.slider-btn__next {
    right: 187rem
}

.material-slider-actions__btn.swiper-button-disabled {
    color: rgba(13, 13, 13, .2);
    opacity: 1;
    background: #EFF0F0
}

.material-page {
    padding-bottom: 43rem
}

.material-page-products {
    margin-top: 30rem
}

.material-page-for {
    margin-top: 25rem
}

.material-page-for .container, .material-page-for__item, .material-page-for__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.material-page-for__list {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-self: flex-end
}

.material-page-for__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 10rem
}

.material-page-for__item-icon {
    width: 16rem;
    height: 22rem
}

.material-page-for__title {
    font-weight: 700;
    font-size: 16rem
}

.material-page-for__item-text {
    font-size: 12rem
}

.material-short {
    margin-top: 17rem
}

.material-short .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 21rem;
    padding: 22rem var(--container-padding-mobile);
    border-top: 1px solid rgba(13, 13, 13, .1);
    border-bottom: 1px solid rgba(13, 13, 13, .1)
}

.material-short__title {
    font-weight: 700;
    font-size: 16rem;
    margin-bottom: 13rem
}

.material-short__text {
    font-size: 12rem;
    line-height: 16rem
}

.material-short-price .material-short__title {
    margin-bottom: 13rem
}

.material-short-price__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.material-short-price__row:not(:first-child) {
    margin-top: 18rem
}

.material-short-price__block .price-current {
    font-weight: 700;
    font-size: 24rem
}

.material-short-price__block .price-count {
    font-weight: 500;
    font-size: 14rem;
    margin-top: 6rem
}

.material-short-price__splitter {
    height: 53rem;
    width: 1px;
    background-color: var(--primary);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.material-short-price__basket {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: var(--white);
    background: -webkit-gradient(linear, left top, left bottom, from(#F7690C), to(#FF003B));
    background: linear-gradient(#F7690C, #FF003B)
}

.material-short-price__basket span {
    display: block;
    margin-left: auto
}

.material-short-price__basket svg {
    width: 13rem;
    height: 12rem;
    margin-left: auto
}

.material-short-price__compare {
    margin-left: 11rem
}

.material-info {
    margin-top: 30rem
}

.material-info .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.material-info-video {
    display: none
}

.material-info-modals {
    gap: 10rem
}

.line-modals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto
}

.line-modals::-webkit-scrollbar {
    width: 0;
    height: 0
}

.line-modals__trigger {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.line-modals__trigger.active .line-modals-trigger__icon, .line-modals__trigger.active .line-modals-trigger__text {
    color: var(--red)
}

.line-modals__trigger.active .line-modals-trigger__icon svg, .line-modals__trigger.active .line-modals-trigger__text svg {
    fill: var(--red)
}

.line-modals-trigger__icon, .line-modals-trigger__text {
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.line-modals-trigger__icon {
    position: relative;
    width: 40rem;
    height: 40rem;
    color: var(--primary)
}

.line-modals-trigger__icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20rem;
    height: 20rem
}

.line-modals-trigger__text {
    font-weight: 700;
    font-size: 12rem
}

.line-modals-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.line-modals-block__close {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.line-modals-block__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.line-modals-block__header {
    height: 80rem;
    padding: 20rem 11rem;
    border-bottom: 1px solid rgba(13, 13, 13, .1)
}

.line-modals-block__header .line-modals {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.line-modals-block__content {
    max-height: calc(100% - 80rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20rem 0
}

.line-modals-block__short {
    display: none
}

.modal-wrapper__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    padding-right: 11rem
}

.line-modals-block__content-title {
    font-weight: 700;
    font-size: 24rem;
    line-height: 26rem;
    margin-bottom: 20rem
}

.text p, .text ul {
    font-size: 12rem;
    line-height: 15rem
}

.text p:not(:last-child), .text ul:not(:last-child) {
    margin-bottom: 11rem
}

.text h3 {
    font-weight: 700;
    font-size: 18rem;
    line-height: 22rem;
    margin: 20rem 0
}

.text ul li {
    position: relative;
    padding-left: 20rem
}

.text ul li:not(:last-child) {
    margin-bottom: 10rem
}

.text ul li::before {
    content: "";
    position: absolute;
    top: 2rem;
    left: 0;
    display: block;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-color: var(--red)
}

.line-modals-block__content-video {
    position: relative;
    height: 197rem
}

.line-modals-block__content-video iframe {
    width: 100%;
    height: 100%
}

.line-modals-block__content-download {
    margin-top: 30rem
}

.products-section-withSwithcer {
    display: none
}

.product-page {
    padding-bottom: 30rem
}

.product-style-title {
    font-weight: 700;
    font-size: 16rem;
    line-height: 20rem
}

.product-view {
    position: relative;
    margin-top: 10rem;
    background-color: #fff;
    padding-bottom: 30rem;
    z-index: 90
}

.page-text {
    font-size: 12rem;
    line-height: 16rem
}

.product-view-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 31rem
}

.product-view-line__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    height: 195rem
}

.product-view-line__item:not(:first-child) {
    margin-left: -20%
}

.product-view-line__item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.modal.product-view-line-modal {
    background: 0 0;
    z-index: 1;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0)
}

.modal.product-view-line-modal:not(.hidden) .modal-bg {
    opacity: 0
}

.product-view-line__trigger {
    position: absolute;
    top: 50%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24rem;
    height: 24rem;
    border: 4rem solid var(--red);
    border-radius: 50%;
    z-index: 10;
    -webkit-transition: width .3s ease, height .3s ease;
    transition: width .3s ease, height .3s ease
}

.product-view-line__trigger::before {
    content: "";
    display: block;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-color: var(--red);
    -webkit-transition: width .3s ease, height .3s ease;
    transition: width .3s ease, height .3s ease
}

.product-view-line-modal__title {
    font-weight: 700;
    font-size: 16rem;
    line-height: 22rem
}

.product-view-line-modal__text {
    font-size: 12rem;
    line-height: 15rem;
    margin-top: 10rem
}

.product-view-line-modal__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50rem;
    width: 50rem;
    margin: 0 auto
}

.product-view-line-modal__close svg {
    width: 10rem;
    height: 10rem;
    color: var(--red)
}

.product-noize {
    margin-top: 30rem
}

.product-noize__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30rem
}

.product-noize__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 20rem);
    flex: 1 1 calc(50% - 20rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20rem
}

.product-noize__icon {
    max-width: 46rem;
    max-height: 38rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--primary)
}

.product-noize__title {
    font-weight: 500;
    font-size: 12rem;
    line-height: 15rem
}

.product-characteristics {
    margin-top: 30rem
}

.product-characteristics__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 9rem;
    margin-top: 30rem
}

.product-characteristics__item {
    min-height: 91rem;
    width: calc(50% - 9rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5rem 20rem;
    background-color: #EFF0F0;
    border-radius: 10rem
}

.product-characteristics__title {
    font-size: 12rem;
    line-height: 20rem;
    margin-bottom: 10rem
}

.product-characteristics__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9rem
}

.product-characteristics__row-icon {
    width: 22rem;
    height: 24rem
}

.product-characteristics__row-title {
    font-weight: 700;
    font-size: 14rem;
    line-height: 22rem
}

.product-material {
    margin-top: 60rem
}

.product-material-item {
    padding: 0 20rem;
    border: 1px solid #EFF0F0;
    border-radius: 10px
}

.product-material-item:not(:first-child) {
    margin-top: 10rem
}

.product-material-item.active {
    padding-bottom: 20rem
}

.product-material-item.active .product-material-trigger__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-material-trigger {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 19rem 0
}

.product-material-trigger__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-material-trigger__subtitle {
    font-size: 12rem;
    line-height: 20rem;
    margin-bottom: 1rem
}

.product-material-trigger__value {
    font-weight: 700;
    font-size: 16rem;
    line-height: 22rem;
    color: var(--red)
}

.product-material-trigger__arrow {
    width: 20rem;
    height: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--primary)
}

.product-material-trigger__arrow svg {
    width: 15rem;
    height: 10rem
}

.material-item {
    display: grid;
    grid-template-columns: 77rem 1fr;
    background-color: #FAFAFA;
    padding: 20rem 10rem;
    border-radius: 10px
}

.material-item:not(:first-child) {
    margin-top: 10rem
}

.material-item__img {
    width: 70rem;
    height: 54rem;
    position: relative;
    grid-row: 1/6;
    grid-column: 1/2
}

.material-item__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.material-item__title {
    grid-row: 1/2;
    grid-column: 2/3;
    font-weight: 700;
    font-size: 12rem;
    line-height: 15rem;
    align-self: flex-end
}

.material-item-row.material-item__price {
    grid-row: 2/3;
    grid-column: 2/3
}

.material-item-row.material-item__total {
    border: none
}

.material-item-row.material-item__count {
    grid-row: 3/4;
    grid-column: 2/3
}

.material-item-row.material-item__size {
    grid-row: 4/5;
    grid-column: 2/3
}

.material-item-row.material-item__total {
    grid-row: 5/6;
    grid-column: 2/3
}

.material-item-row__title {
    font-size: 12rem;
    line-height: 15rem
}

.material-item-row__value {
    font-weight: 700;
    font-size: 12rem;
    line-height: 15rem
}

.catalog-page {
    padding-bottom: 30rem
}

.catalog-page-section {
    margin-top: 20rem
}

.catalog-page-section__block:not(:first-child) {
    margin-top: 40rem
}

.catalog-page-section__title {
    font-weight: 700;
    font-size: 18rem;
    margin-bottom: 11rem
}

.catalog-page-section__subtitle {
    font-weight: 700;
    font-size: 16rem
}

.catalog-page-section-slider {
    padding: 0 var(--container-padding-mobile);
    margin: 20rem calc(0px - var(--container-padding-mobile))
}

.catalog-page-section-slider .catalog-page-section-slider__pagination {
    color: var(--primary);
    margin: 0 auto
}

.catalog-page-actions {
    margin-top: 31rem
}

.catalog-page-actions-main.desktop--version {
    display: none
}

.catalog-page-actions-main.mobile--version {
    display: block
}

.filter-applying {
    width: 100%
}

.filter-applying .select-filter__header-text {
    padding: 0;
    margin: 0 10rem
}

.filter-applying .select-filter__header-arrow {
    border-left: none
}

.filter-applying .select-filter__header {
    min-height: inherit;
    height: initial;
    background-color: transparent;
    border: none;
    border-radius: initial
}

.filter-applying.opened .filter-applying__list-icon, .filter-applying.opened .select-filter__header-arrow, .filter-applying.opened .select-filter__header-text {
    color: var(--red)
}

.filter-applying__list-icon, .select__option-check {
    width: 14rem;
    height: 14rem;
    color: var(--primary);
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.filter-applying-list {
    width: 100%;
    background-color: #F7F7F7
}

.filter-applying-list .select__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7rem 0
}

.filter-applying-list .select__option.active .select__option-check, .filter-applying-list .select__option.active .select__option-text, .filter-applying-list .select__option:hover .select__option-check, .filter-applying-list .select__option:hover .select__option-text {
    color: var(--red)
}

.filter-applying-list .select__option-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12rem;
    line-height: 22rem;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.select__option-side {
    width: 15rem;
    height: 17rem;
    margin-right: 10rem
}

.select__option-check {
    margin-left: auto;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.catalog-page-actions-main.mobile--version {
    margin-bottom: 20rem
}

.catalog-page-actions-main.mobile--version .tabs-container__item {
    padding: 0 var(--container-padding-mobile);
    margin: 0 calc(0px - var(--container-padding-mobile));
    overflow-x: auto
}

.catalog-page-actions-main.mobile--version .tabs-container__item::-webkit-scrollbar {
    width: 0;
    height: 0
}

.page-pagination {
    margin-top: 40rem
}

.page-pagination .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-pagination__btn.slider-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-pagination-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10rem
}

.page-pagination-list__item {
    width: 44rem;
    height: 44rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18rem;
    line-height: 22rem;
    color: var(--primary);
    border-radius: 22px;
    background-color: #EFF0F0
}

.page-pagination-list__item.current-item, .page-pagination-list__item:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#FF003B), to(#F7690C));
    background: linear-gradient(0deg, #FF003B, #F7690C);
    color: var(--white)
}

.catalog-objects {
    padding-bottom: 30rem
}

.catalog-objects__subtitle {
    margin-top: 10rem
}

.catalog-objects-list {
    margin-top: 30rem
}

.catalog-objects-list__actions {
    display: none
}

.catalog-objects-list-slider {
    position: relative;
    margin-top: 40rem
}

.catalog-objects-list-slider .swiper {
    padding: 0 calc(var(--container-padding-mobile) - 4.5rem);
    margin: 0 calc(0px - var(--container-padding-mobile))
}

.catalog-objects-list-slider .swiper-wrapper {
    padding-bottom: 20rem
}

.catalog-objects-list-slider-item {
    height: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalog-objects-list-slider-item:hover .catalog-objects-list-slider-item__subtitle {
    color: var(--red)
}

.catalog-objects-list-slider-item:hover .catalog-objects-list-slider-item__img img {
    -webkit-transform: translate(-50%, -50%) scale(1.04);
    transform: translate(-50%, -50%) scale(1.04)
}

.catalog-objects-list-slider-item:hover .catalog-objects-list-slider-item__img::after {
    opacity: 0
}

.catalog-objects-list-slider-item__title {
    font-weight: 700;
    font-size: 32rem;
    color: var(--red)
}

.catalog-objects-list-slider-item__content {
    margin: 12rem 0 19rem
}

.catalog-objects-list-slider-item__subtitle {
    font-weight: 700;
    font-size: 12rem;
    line-height: 18rem;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.catalog-objects-list-slider-item__text {
    font-size: 12rem;
    line-height: 16rem;
    margin-top: 10rem
}

.catalog-objects-list-slider-item__img {
    position: relative;
    height: 222rem;
    border-radius: 10rem;
    overflow: hidden;
    margin-top: auto
}

.catalog-objects-list-slider-item__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.catalog-objects-list-slider-item__img::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #0D0D0D;
    opacity: .5;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.single-object {
    padding-bottom: 30rem
}

.single-object-materials {
    margin-top: 31rem
}

.single-object-materials__top, .single-object-slider {
    margin-top: 20rem
}

.object-slider__swiper {
    height: 222rem;
    padding: 0 var(--container-padding-mobile);
    margin: 0 calc(0px - var(--container-padding-mobile))
}

.object-slider-item {
    position: relative;
    padding: 20rem
}

.object-slider-item__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    z-index: 5
}

.object-slider-item__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.object-slider-item__img::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #0D0D0D;
    opacity: .5;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.object-slider-item__content {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10
}

.object-slider-item__title {
    display: none
}

.object-slider-item__video {
    display: block;
    width: 55rem;
    height: 55rem
}

.object-slider-item__video svg {
    width: 100%;
    height: 100%
}

.object-slider-item__text {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-weight: 700;
    font-size: 14rem;
    line-height: 15rem;
    color: var(--white);
    margin-top: auto
}

.object-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 9rem;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    margin-top: 20rem
}

.object-slider__pagination.swiper-horizontal>.swiper-pagination-bullets, .object-slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: initial
}

.object-slider__pagination.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .object-slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    position: relative;
    width: 36rem;
    height: 2rem;
    border-radius: 25px;
    background-color: rgba(13, 13, 13, .1);
    overflow: hidden;
    opacity: 1;
    margin: 0;
    -webkit-transition: width .3s ease;
    transition: width .3s ease
}

.object-slider__pagination.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .object-slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 171rem
}

.object-slider__pagination.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .object-slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 100%;
    -webkit-animation: activeBullet calc((var(--objectSliderPaginationTime) / 1000 + 0.7) * 1s) ease;
    animation: activeBullet calc((var(--objectSliderPaginationTime) / 1000 + 0.7) * 1s) ease
}

.object-slider__pagination.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::after, .object-slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--red);
    border-radius: 25px
}

@-webkit-keyframes activeBullet {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes activeBullet {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.single-object-info {
    margin-top: 30rem
}

.object-inf-about__year {
    font-weight: 700;
    font-size: 32rem;
    color: var(--red);
    margin-bottom: 11rem
}

.object-inf-about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem
}

.object-inf-about__row:not(:first-child) {
    margin-top: 9rem
}

.object-inf-about__icon {
    width: 15rem;
    height: 15rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.object-inf-about__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14rem
}

.object-inf-about__text .object-inf-about__text-value {
    font-weight: 700
}

.object-info__text p, .object-info__text ul li {
    font-size: 12rem;
    line-height: 15rem
}

.object-info__text p:not(:first-child), .object-info__text ul li:not(:first-child) {
    margin-top: 10rem
}

.object-info__text ul li {
    position: relative;
    padding-left: 20rem
}

.object-info__text ul li::before {
    content: "";
    position: absolute;
    top: 3rem;
    left: 0;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-color: var(--red)
}

.single-object-certificates {
    margin-top: 30rem
}

.certificates-content__title {
    font-weight: 700;
    font-size: 24rem;
    line-height: 26rem
}

.certificates-content__text {
    font-size: 12rem;
    line-height: 16rem;
    margin-top: 31rem
}

.certificates-content__text p:not(:first-child) {
    margin-top: 10rem
}

.certificates-actions {
    display: none
}

.certificates-slider__item {
    padding: 10rem;
    background-color: #EFF0F0;
    border-radius: 10px
}

.only-slider .container {
    position: relative
}

.only-slider .certificates-actions__btn {
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.only-slider .certificates-actions__btn.slider-btn__prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.only-slider .certificates-actions__btn.slider-btn__next {
    right: 0
}

.object-design-list, .single-object-design {
    margin-top: 30rem
}

.object-design-list__top {
    padding-bottom: 10rem;
    border-bottom: 1px solid rgba(13, 13, 13, .2)
}

.object-design-list__icon {
    width: 38rem;
    height: 38rem
}

.object-design-list__content {
    margin-top: 20rem
}

.object-design-list__title {
    font-weight: 700;
    font-size: 11rem;
    text-transform: uppercase
}

.object-design-list__text {
    font-size: 12rem;
    line-height: 15rem;
    margin-top: 10rem
}

.single-object-order {
    margin-top: 30rem
}

.order-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(/local/templates/acontrol/css/new/../../img/new/bg/order-form-mobile.jpg) center/cover no-repeat;
    overflow: hidden
}

.order-form__btn, .order-form__text, .order-form__title {
    color: var(--white)
}

.order-form__text {
    font-weight: 700;
    font-size: 14rem;
    line-height: 15rem;
    margin-top: 20rem
}

.order-form__btn {
    width: 100%;
    margin-top: 31rem
}

.services-text__text:not(:first-child) {
    margin-top: 20rem
}

.services-text__title {
    font-weight: 700;
    font-size: 24rem
}

.services-text__text {
    font-size: 12rem;
    line-height: 15rem;
    margin-top: 10rem
}

.services-text__text p:not(:first-child) {
    margin-top: 10rem
}

.services-page {
    padding-bottom: 30rem
}

.services-section:not(:first-of-type) {
    margin-top: 30rem
}

.services-switcher {
    margin-top: 31rem
}

.services-switcher__wrapper {
    margin-top: 20rem
}

.services-switcher-item {
    margin-top: 30rem;
    padding-top: 20rem;
    border-top: 1px solid rgba(13, 13, 13, .1)
}

.services-switcher-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services-switcher-item-about__text, .services-switcher-item__number, .services-switcher-item__title {
    font-weight: 700;
    font-size: 18rem;
    line-height: 24rem
}

.services-switcher-item__number {
    min-width: 40rem
}

.services-switcher-item__content {
    margin-top: 20rem
}

.services-switcher-item-about p {
    font-size: 12rem;
    line-height: 15rem
}

.services-switcher-item-about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem;
    margin: 6rem 0 15rem
}

.services-switcher-item-about__icon {
    height: 23rem;
    width: 28rem
}

.basket-page {
    padding-bottom: 30rem
}

.basket-section__top, .order-section__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 21rem
}

.basket-section__count-basket {
    font-weight: 700;
    font-size: 14rem;
    line-height: 17rem;
    color: var(--primary)
}

.basket-item {
    display: grid;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15rem;
    border: 1px solid #E3E3E3;
    border-radius: 10px
}

.basket-item.default-styles {
    background-color: #fff;
    grid-template-columns: auto 1fr auto
}

.basket-item.default-styles .basket-item__img {
    grid-row: 1/3;
    grid-column: 1/2
}

.basket-item.default-styles .basket-item__title {
    grid-row: 1;
    grid-column: 2
}

.basket-item.default-styles .basket-item__price {
    grid-row: 2;
    grid-column: 2
}

.basket-item.default-styles .basket-item__actions {
    grid-row: 1/3;
    grid-column: 3
}

.basket-item.basket-styles {
    background-color: #FAFAFA;
    grid-template-columns: auto 1fr auto
}

.basket-item.basket-styles .basket-item__img {
    grid-row: 1/3;
    grid-column: 1/2;
    width: 92rem;
    height: 54rem;
    margin-right: 24rem
}

.basket-item.basket-styles .basket-item__title {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: 14rem;
    line-height: 16rem
}

.basket-item.basket-styles .basket-item__counter {
    grid-row: 3/4;
    grid-column: 2/3
}

.basket-item.basket-styles .basket-item__price {
    grid-row: 2/3;
    grid-column: 2/3
}

.basket-item.basket-styles .basket-item__actions {
    height: 100%;
    grid-row: 1/4;
    grid-column: 3/4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.basket-item.basket-styles .basket-item__price.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.basket-item.basket-styles .basket-item__actions-item.action-compare {
    margin-bottom: auto
}

.basket-section .basket-item:not(:first-child) {
    margin-top: 9rem
}

.basket-item__img {
    width: 60rem;
    height: 45rem;
    position: relative;
    margin-right: 10rem
}

.basket-item__img img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.basket-item__title {
    font-weight: 700;
    font-size: 12rem
}

.basket-item__price {
    font-weight: 700;
    font-size: 14rem
}

.basket-item__price .price-count {
    font-weight: 500;
    font-size: 12rem
}

.basket-item__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: auto
}

.basket-item__actions-item.action-compare, .basket-item__actions-item.action-delete {
    width: 14rem;
    height: 16rem;
    color: #919191
}

.basket-item__actions-item.action-compare.active, .basket-item__actions-item.action-compare:hover, .basket-item__actions-item.action-delete.active, .basket-item__actions-item.action-delete:hover {
    color: var(--red)
}

.basket-section-total {
    padding: 40rem;
    background-color: #FAFAFA;
    border: 1px solid #EFF0F0;
    border-radius: 10px
}

.basket-section-total-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.basket-section-total-price__title {
    font-weight: 500;
    font-size: 18rem
}

.basket-section-total-price__value {
    font-weight: 700;
    font-size: 18rem;
    line-height: 22rem;
    margin-top: 11rem
}

.basket-section-total-price__value span {
    color: var(--red)
}

.basket-section-total__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.basket-section-total__row:not(:first-child) {
    margin-top: 11rem
}

.basket-section-total__title, .basket-section-total__value {
    font-size: 12rem;
    line-height: 15rem
}

.basket-section-total__title {
    font-weight: 500
}

.basket-section-total__value {
    font-weight: 700
}

.basket-section-total__btn.button-style {
    min-width: initial;
    width: 100%;
    margin-top: 36rem;
    color: var(--white);
    background: -webkit-gradient(linear, left top, left bottom, from(#F7690C), to(#FF003B));
    background: linear-gradient(#F7690C, #FF003B)
}

.order-page {
    padding-bottom: 30rem
}

.order-section {
    margin-top: 20rem
}

.order-section__top {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial
}

.order-section-info__block:not(:first-child) {
    margin-top: 30rem
}

.order-section-info__title {
    font-weight: 700;
    font-size: 18rem;
    line-height: 22rem;
    margin-bottom: 20rem
}

.order-section-info .input:not(:first-child) {
    margin-top: 20rem
}

.order-section-info .input__title {
    color: rgba(13, 13, 13, .6)
}

.order-section-info .input__field input {
    color: #0D0D0D;
    border-color: #0D0D0D
}

.order-section-info .input__field-error {
    color: var(--white);
    background-color: var(--red)
}

.order-section-info .input__field-error-triangle {
    color: var(--red)
}

.order-section-info-radio-tabs-container {
    padding-top: 30rem
}

.order-section-info-radio__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 9rem
}

.order-section-info-radio__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20rem;
    width: calc(50% - 9rem);
    height: 66rem;
    padding: 20rem;
    background-color: #EFF0F0;
    border-radius: 10px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.order-section-info-radio__trigger.active, .order-section-info-radio__trigger:hover {
    background-color: #FF003B
}

.order-section-info-radio__trigger.active .order-section-info-radio__trigger-icon, .order-section-info-radio__trigger:hover .order-section-info-radio__trigger-icon {
    border-color: #fff;
    background-color: transparent
}

.order-section-info-radio__trigger.active .order-section-info-radio__trigger-icon svg, .order-section-info-radio__trigger:hover .order-section-info-radio__trigger-icon svg {
    opacity: 1
}

.order-section-info-radio__trigger.active .order-section-info-radio__trigger-title, .order-section-info-radio__trigger:hover .order-section-info-radio__trigger-title {
    color: #fff
}

.order-section-info-radio__trigger-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 26rem;
    height: 26rem;
    background-color: #fff;
    border: 2px solid #919191;
    border-radius: 50%;
    -webkit-transition: border-color .3s, background-color .3s;
    transition: border-color .3s, background-color .3s
}

.order-section-info-radio__trigger-icon svg {
    width: 15rem;
    height: 15rem;
    color: var(--white);
    opacity: 0
}

.order-section-info-radio__trigger-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700;
    font-size: 12rem;
    line-height: 15rem;
    -webkit-transition: color .3s;
    transition: color .3s
}

.order-section-total__basket {
    margin-top: 45rem
}

.order-section-total .agreement-link {
    margin-top: 20rem
}

.agreement-link {
    font-size: 12rem;
    line-height: 15rem
}

.agreement-link a {
    color: var(--red);
    text-decoration: underline
}

.order-section-total-products {
    display: none
}

.product-view-line-modal__header {
    width: 100%;
    height: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-view-line-modal__header svg {
    width: 10rem;
    height: 10rem;
    color: #fff
}

.order-modal-thanks__title {
    font-weight: 700;
    font-size: 16rem;
    line-height: 20rem;
    margin-bottom: 20rem
}

.order-modal-thanks__subtitle {
    font-size: 12rem;
    line-height: 15rem
}

.order-modal-thanks__subtitle span {
    font-weight: 500
}

.order-modal-thanks__text {
    font-size: 12rem;
    line-height: 15rem;
    margin-top: 11rem
}

.order-modal-thanks__text p:not(:first-child), .order-modal-thanks__text ul li:not(:first-child), .order-modal-thanks__text ul:not(:first-child) {
    margin-top: 11rem
}

.order-modal-thanks__second-title {
    font-weight: 700;
    font-size: 12rem;
    line-height: 20rem;
    margin-top: 20rem
}

.order-modal-thanks-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem;
    margin-top: 20rem
}

.order-modal-thanks-info__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26rem;
    height: 26rem;
    border: 2px solid #FF003B;
    border-radius: 50%
}

.order-modal-thanks-info__icon svg {
    width: 14rem;
    height: 14rem;
    color: var(--red)
}

.order-modal-thanks-info__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.order-modal-thanks-info__title {
    font-weight: 700;
    font-size: 12rem;
    line-height: 16rem
}

.order-modal-thanks-info__text {
    font-size: 12rem;
    margin-top: 6rem
}

.order-modal-thanks__icon-lines {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0
}

.search-modal .modal-bg {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px)
}

.search-modal__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-modal__wrapper .menu-actions {
    width: 100%
}

.line-modals-block__close, .search-modal__close {
    display: none
}

.search-modal-form {
    width: 100%;
    max-width: 835rem;
    margin: auto 0
}

.search-modal-form.show-result .search-modal-form-actions__submit {
    opacity: 1;
    border-color: transparent
}

.search-modal-form.show-result .search-modal-form-actions__submit::before {
    opacity: 1
}

.search-modal-form.show-result .search-modal-form-actions__reset {
    color: var(--red);
    opacity: 1
}

.search-modal-form.show-result .search-modal-form-result {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.search-modal-form__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10rem;
    border-bottom: 1px solid #fff
}

.search-modal-form__input-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.search-modal-form-actions__input {
    width: 100%;
    font-weight: 500;
    font-size: 14rem;
    color: #fff
}

.search-modal-form-actions__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .3)
}

.search-modal-form-actions__input::-moz-placeholder {
    color: rgba(255, 255, 255, .3)
}

.search-modal-form-actions__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .3)
}

.search-modal-form-actions__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .3)
}

.search-modal-form-actions__input::placeholder {
    color: rgba(255, 255, 255, .3)
}

.search-modal-form-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-modal-form-actions__reset {
    height: 36rem;
    width: 36rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--white);
    margin-right: 10rem;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.search-modal-form-actions__reset svg {
    width: 15rem;
    height: 15rem;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.search-modal-form-actions__reset:hover svg {
    color: var(--red)
}

.search-modal-form-actions__submit {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50rem;
    height: 36rem;
    font-weight: 500;
    font-size: 12rem;
    line-height: 1;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 22px;
    opacity: .2;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.search-modal-form-actions__submit span, .search-modal-form-actions__submit svg {
    position: relative;
    z-index: 5
}

.search-modal-form-actions__submit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--white);
    background: -webkit-gradient(linear, left top, left bottom, from(#F7690C), to(#FF003B));
    background: linear-gradient(#F7690C, #FF003B);
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.search-modal-form-actions__submit svg {
    width: 34rem;
    height: 34rem
}

.search-modal-form-result {
    max-height: 291rem;
    margin-top: 21rem;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-20rem);
    transform: translateY(-20rem);
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.search-modal-form-result__link {
    position: relative;
    display: block;
    font-size: 14rem;
    line-height: 22rem;
    color: var(--white);
    padding: 21rem 20rem 20rem;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
    border-radius: 20px
}

.search-modal-form-result__link:hover {
    color: var(--red);
    background-color: #F7F7F7
}

.search-modal-form-result__link:hover span {
    color: var(--red)
}

.search-modal-form-result__link:hover::after {
    opacity: 0
}

.search-modal-form-result__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 40rem);
    height: 1px;
    background-color: rgba(255, 255, 255, .05)
}

.search-modal-form-result__link:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 40rem);
    height: 1px;
    background-color: rgba(255, 255, 255, .05)
}

.search-modal-form-result__link span {
    color: #919191
}

.basket-modal__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #EFF0F0
}

.basket-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.basket-modal-header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem;
    margin-right: auto
}

.basket-modal-header-title__icon, .basket-modal-header-title__text {
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.basket-modal-header-title__icon {
    width: 26rem;
    height: 20rem;
    color: var(--primary)
}

.basket-modal-header-title__text {
    font-weight: 500;
    font-size: 22rem
}

.basket-modal-header__total {
    font-weight: 700;
    font-size: 18rem;
    color: rgba(13, 13, 13, .5)
}

.basket-modal__close {
    display: none
}

.basket-modal__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20rem 0
}

.basket-modal__item {
    margin-top: 10rem
}

.basket-modal-actions-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.basket-modal-actions-title__text {
    font-weight: 500;
    font-size: 16rem;
    margin-bottom: 1px
}

.basket-modal-actions-title__total {
    font-size: 22rem
}

.basket-modal-actions__btn.button-style {
    min-width: 239rem;
    color: var(--white);
    background: -webkit-gradient(linear, left top, left bottom, from(#F7690C), to(#FF003B));
    background: linear-gradient(#F7690C, #FF003B);
    border: transparent
}

.calculate-modal {
    position: fixed;
    bottom: 20rem;
    width: 100%;
    padding: 0 10rem;
    z-index: 80
}

.calculate-modal .container {
    position: relative;
    height: 76rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calculate-modal__wrapper {
    background: -webkit-gradient(linear, right top, left top, from(#F60039), to(#F73913));
    background: linear-gradient(-90deg, #F60039, #F73913);
    border-radius: 10px
}

.calculate-modal__wrapper.last-step, .modal .modal-wrapper.modal-wrapper-last-step {
    background: -webkit-gradient(linear, right top, left top, from(#6AC44E), to(#1F811F));
    background: linear-gradient(-90deg, #6AC44E, #1F811F)
}

.calculate-modal-step {
    display: none
}

.calculate-modal-step#calculate-modal-step-1 .calculate-modal-step__title {
    width: 490rem;
    padding-right: 10rem
}

.calculate-modal-step#calculate-modal-step-1 .calculate-modal-step__size {
    width: 204rem
}

.calculate-modal-step#calculate-modal-step-1 .calculate-modal-step__size .input__field input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 102rem;
    text-align: center
}

.calculate-modal-step#calculate-modal-step-1 .calculate-modal-step__price {
    width: 203rem
}

.calculate-modal-step#calculate-modal-step-1 .calculate-modal-step__button {
    width: 307rem
}

.calculate-modal-step#calculate-modal-step-2 .calculate-modal-step__button {
    width: 329rem;
    margin: 0 88rem
}

.calculate-modal-step#calculate-modal-step-2 .calculate-modal-step__button .button-style {
    padding: 0
}

.calculate-modal-step#calculate-modal-step-3 .calculate-modal-step-inputs {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20rem;
    margin: 0 62rem
}

.calculate-modal-step#calculate-modal-step-3 .input {
    width: 243rem
}

.calculate-modal-step#calculate-modal-step-3 .input__title {
    color: rgba(255, 255, 255, .6)
}

.calculate-modal-step#calculate-modal-step-3 .calculate-modal-step__button {
    width: 184rem
}

.calculate-modal-step#calculate-modal-step-4 {
    gap: 30rem
}

.calculate-modal-step#calculate-modal-step-4 .calculate-modal-step__button {
    width: 184rem
}

.calculate-modal-step__title {
    font-weight: 700;
    font-size: 16rem;
    line-height: 20rem;
    color: var(--white)
}

.calculate-modal-step__text {
    font-weight: 500;
    font-size: 12rem;
    line-height: 15rem;
    color: var(--white)
}

.calculate-modal-step__text+.calculate-modal-step__title, .calculate-modal-step__title+.calculate-modal-step__text {
    margin-top: 6rem
}

.calculate-modal-step__size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20rem
}

.calculate-modal-step__size .input__field input, .restart-btn__text {
    font-size: 14rem;
    line-height: 17rem;
    color: var(--white)
}

.input__field-text {
    font-weight: 700;
    font-size: 14rem;
    line-height: 22rem;
    color: var(--white)
}

.calculate-modal-step__button .button-style.type--black {
    width: 100%;
    min-width: initial;
    margin: 0
}

.restart-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem
}

.restart-btn:hover .restart-btn__text {
    text-decoration: underline
}

.restart-btn__icon {
    width: 18rem;
    height: 19rem;
    color: var(--white)
}

.calculate-modal-step__offer {
    width: 41rem;
    height: 45rem;
    color: var(--white)
}

.calculate-modal-mobile-trigger {
    width: 100%;
    display: block
}

.calculate-modal-mobile-trigger .button-style.type--black {
    width: 100%;
    margin: 0
}

.mobile-step#calculate-modal-step-mobile-1 .calculate-modal-step__title {
    margin-bottom: 24rem
}

.mobile-step#calculate-modal-step-mobile-1 .calculate-modal-step__button {
    margin-top: 30rem
}

.mobile-step#calculate-modal-step-mobile-2 .restart-btn {
    margin: 39rem 0
}

.mobile-step#calculate-modal-step-mobile-3 .calculate-modal-step-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10rem;
    margin: 20rem 0 30rem
}

.mobile-step#calculate-modal-step-mobile-4 .modal-wrapper__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-step#calculate-modal-step-mobile-4 .calculate-modal-step__cell.calculate-modal-step__title {
    margin: 10rem 0 30rem
}

.mobile-step#calculate-modal-step-mobile-4 .calculate-modal-step__button {
    width: 100%
}

.mobile-step .modal-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background: linear-gradient(43deg, #FF003B, #F7690C);
    padding-bottom: 30rem
}

.mobile-step .modal-wrapper__content::-webkit-scrollbar-thumb {
    background-color: #fff
}

.calculate-modal-step-mobile-header {
    height: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.calculate-modal-step-mobile-header svg {
    width: 10rem;
    height: 10rem;
    color: var(--white)
}

.calculate-modal-step__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calculate-modal-step__row.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width:480.98px) {
    body, html {
        font-size: .18356vw
    }
}

@media screen and (min-width:768.98px) {
    body, html {
        font-size: .13356vw
    }
}

@media screen and (min-width:992.98px) {
    body, html {
        font-size: .06209vw
    }

    .container {
        padding: 0;
        max-width: var(--container-width)
    }

    .slider-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .swipe-icon {
        display: none
    }

    .section {
        padding: 61rem 0;
        overflow-x: hidden
    }

    .section-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .section-title {
        font-size: 40rem;
        line-height: 50rem
    }

    .section-subtitle {
        font-size: 18rem
    }

    .section-top__text {
        font-size: 14rem;
        line-height: 22rem;
        padding-top: 5rem
    }

    .button-style:hover {
        color: var(--white);
        background: -webkit-gradient(linear, left top, left bottom, from(#F7690C), to(#FF003B));
        background: linear-gradient(#F7690C, #FF003B);
        border: 1px solid transparent
    }

    .button-style {
        min-width: 388rem;
        padding: 0 40rem
    }

    .button-style.type--black:hover {
        background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#555351));
        background: linear-gradient(360deg, #000, #555351)
    }

    .button-style-total__text {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: calc(100% - 20rem);
        font-size: 12rem;
        padding-left: 52rem;
        opacity: 0;
        -webkit-transition: .3s ease;
        transition: .3s ease
    }

    .button-style-total__text span {
        color: var(--red)
    }

    .button-style-total__text::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 25rem;
        width: 1px;
        height: 44rem;
        background-color: var(--primary);
        -webkit-transform: translateY(-50%) rotate(25deg);
        transform: translateY(-50%) rotate(25deg)
    }

    .btn-compare {
        width: 44rem;
        height: 44rem
    }

    .section-grid-container {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 0
    }

    .section-grid-container__title {
        grid-row: 1;
        grid-column: 1/2;
        max-width: 455rem
    }

    .section-grid-container__bottom {
        justify-self: flex-start;
        grid-row: 2;
        grid-column: 1/2
    }

    .section-grid-container__text {
        grid-row: 1/4;
        grid-column: 2;
        max-width: 694rem;
        margin-left: auto
    }

    .section-grid-container__content {
        grid-row: 5;
        grid-column: 1/3
    }

    .categories-switcher {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20rem
    }

    .categories-switcher__item {
        height: 44rem;
        font-size: 14rem;
        padding: 12rem 19rem
    }

    .categories-switcher__item.categories-switcher__all {
        min-width: 133rem
    }

    [data-desktop-text]::before {
        content: attr(data-desktop-text)
    }

    .info-row__text-title.middle--size {
        font-size: 18rem;
        line-height: 22rem
    }

    .page-title {
        font-size: 32rem;
        line-height: 40rem
    }

    .table__row, tr {
        padding: 20rem 0
    }

    .table__cell, td {
        font-size: 14rem;
        line-height: 24rem
    }

    .file-download {
        gap: 30rem
    }

    .file-download:hover .file-download__text {
        color: var(--red)
    }

    .file-download:hover .file-download__icon .pdf-arrow {
        fill: var(--red);
        -webkit-transform: translateY(2rem);
        transform: translateY(2rem)
    }

    .file-download:hover .file-download__icon .pdf-line {
        fill: var(--red)
    }

    .file-download__icon {
        width: 55rem;
        height: 79rem
    }

    .file-download__icon .pdf-arrow, .file-download__icon .pdf-line {
        -webkit-transition: .3s ease;
        transition: .3s ease
    }

    .file-download__text {
        max-width: 376rem;
        font-size: 16rem;
        line-height: 24rem;
        -webkit-transition: color .3s ease;
        transition: color .3s ease
    }

    .select-filter__header {
        min-height: 44rem;
        height: 1px;
        overflow: hidden
    }

    .filter-applying.opened .select-filter__content, .select-filter:hover .select-filter__content {
        top: calc(100% + 10rem);
        opacity: 1;
        visibility: visible;
        pointer-events: initial;
        z-index: 100
    }

    .filter-applying.opened .select-filter__header-arrow svg, .select-filter:hover .select-filter__header-arrow svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .select-filter__header-text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 14rem;
        line-height: 17rem;
        padding: 14rem 20rem 13rem
    }

    .select-filter__header-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-left: 1px solid #E3E3E3
    }

    .select-filter__content {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 368rem;
        background-color: #F7F7F7;
        border: 1px solid #E3E3E3;
        padding: 12rem 20rem 20rem;
        border-radius: 10px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: opacity .3s, top .3s ease;
        transition: opacity .3s, top .3s ease
    }

    .select-filter__content::before {
        content: "";
        display: block;
        position: absolute;
        bottom: 100%;
        height: 10rem;
        width: 100%;
        background: 0 0
    }

    .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
        height: 4rem
    }

    .contacts-page {
        padding-bottom: 60rem
    }

    .checkbox__text {
        font-size: 14rem;
        line-height: 17rem
    }

    .header-burger__icon {
        width: 40rem
    }

    .header-burger__text {
        display: block
    }

    .menu__wrapper {
        width: 960rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100vh
    }

    .menu-actions {
        width: 221rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-right: 1px solid rgba(255, 255, 255, .1);
        background-color: var(--primary);
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px)
    }

    .menu-actions:not(.menu .menu-actions) {
        display: none
    }

    .menu-actions-list, .menu-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-color: rgba(13, 13, 13, .72)
    }

    .menu-actions-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 4rem 60rem 20rem
    }

    .menu-actions-list .menu-actions-list__item:last-child {
        padding-bottom: 0;
        border: none
    }

    .menu-actions-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        border-bottom: 1px solid rgba(255, 255, 255, .2)
    }

    .menu-actions-list__item:not(.menu-close) {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-bottom: 20.5rem
    }

    .menu-actions-list__item.menu-close {
        height: 141rem;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-color: rgba(255, 255, 255, .1)
    }

    .menu-actions-list__item.menu-close:hover .menu-actions-list__icon {
        color: var(--red)
    }

    .menu-actions-list__item.menu-close svg {
        width: 15rem;
        height: 15rem
    }

    .menu-actions-list__item:hover .menu-actions-list__text {
        opacity: 1
    }

    .menu-actions-list__icon {
        width: 64rem;
        height: 64rem;
        margin: auto 0;
        -webkit-transition: color .3s ease;
        transition: color .3s ease
    }

    .menu-actions-list__icon svg {
        width: 45rem;
        height: 45rem
    }

    .menu-actions-list__icon.icon--phone svg {
        width: 25rem;
        height: 25rem
    }

    .menu-actions-list__text {
        font-size: 12rem;
        opacity: 0;
        -webkit-transition: .3s ease;
        transition: .3s ease
    }

    .menu-actions-list, .menu-content {
        overflow-y: auto
    }

    .menu-actions-list::-webkit-scrollbar, .menu-content::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .menu-content {
        padding: 45rem 60rem
    }

    .menu-categories {
        margin-top: 45rem
    }

    .menu-categories-trigger {
        padding: 27rem 0 21rem
    }

    .menu-categories-trigger__title {
        font-size: 40rem
    }

    .menu-categories__list li:not(:first-child) {
        margin-top: 24rem
    }

    .menu-categories__link:hover {
        color: var(--white)
    }

    .menu-info {
        margin-top: 60rem
    }

    .header {
        padding: 0 28rem
    }

    .header__wrapper {
        height: 74rem;
        margin: 15rem 0 0
    }

    .header__center {
        margin-left: auto
    }

    .header-nav {
        margin-right: 50rem
    }

    .header-nav__list {
        gap: 74rem
    }

    .header-logo a {
        width: 109rem;
        height: 44rem
    }

    .header-feedback {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: rgba(13, 13, 13, .4);
        margin-right: 25rem
    }

    .header-actions-list__item:not(:last-child) {
        padding-right: 15rem;
        margin-right: 15rem
    }

    .header-actions-list__item.hidden-mobile {
        display: block
    }

    .greet {
        height: 768rem
    }

    .greet-slider__slide-title {
        font-size: 120rem
    }

    .greet-slider-actions {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        bottom: 60rem
    }

    .greet-socials {
        display: block;
        position: absolute;
        margin-right: 116rem;
        z-index: 25;
        left: 30rem;
        bottom: 66rem
    }

    .greet-next-section {
        position: absolute;
        right: 60rem;
        bottom: 60rem;
        z-index: 25
    }

    .product-catalog__subtitle {
        display: none
    }

    .product-catalog__btn {
        width: initial;
        margin-top: 21rem
    }

    .product-catalog-list {
        margin-right: -3rem;
        margin-top: 38rem
    }

    .product-catalog-list__item {
        width: 25%;
        min-height: 172rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid rgba(13, 13, 13, .1);
        -webkit-transition: border .3s ease;
        transition: border .3s ease
    }

    .product-catalog-list__item:not(:nth-child(4n+1)) {
        margin-left: -1px
    }

    .product-catalog-list__item:nth-child(4n+1) {
        border-left-color: transparent
    }

    .product-catalog-list__item:nth-child(n+1):nth-child(-n+4) {
        border-top-color: transparent
    }

    .product-catalog-list__item:nth-last-child(n):nth-last-child(-n+4) {
        border-bottom-color: transparent
    }

    .product-catalog-list__item:not(:nth-child(n+1):nth-child(-n+4)) {
        margin-top: -1px
    }

    .product-catalog-list__item:nth-child(1n+4) {
        border-right-color: transparent
    }

    .product-catalog-list__item:hover {
        border-color: var(--red) !important
    }

    .product-catalog-list__item:hover .product-catalog-list__pic svg, .product-catalog-list__item:hover .product-catalog-list__title {
        color: var(--red)
    }

    .product-catalog-list__pic svg, .product-catalog-list__title {
        -webkit-transition: .3s ease;
        transition: .3s ease
    }

    .product-catalog-list__pic {
        width: 66rem;
        height: 66rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .product-catalog-list__pic svg {
        height: initial;
        width: initial;
        max-width: 100%;
        max-height: 100%
    }

    .product-catalog-list__title {
        margin-top: 20rem
    }

    .readyMade__subtitle, .readyMade__title {
        text-align: center
    }

    .readyMade__subtitle {
        margin-top: 30rem
    }

    .categories-switcher.readyMade__switcher {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 21rem
    }

    .categories-tiles {
        margin-top: 30rem
    }

    .categories-tiles.active .categories-tiles-item.active .categories-tiles-back {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 18rem 20rem 20rem;
        background: linear-gradient(43deg, #FF003B, #F7690C);
        opacity: 1
    }

    .categories-tiles.active .categories-tiles-item.active .categories-tiles-item__icon {
        top: 75rem;
        -webkit-transform: translateY(-100%) scale(2.3);
        transform: translateY(-100%) scale(2.3)
    }

    .categories-tiles.active .categories-tiles-item.active .categories-tiles-item__value {
        display: none
    }

    .categories-tiles.active .categories-tiles__btn {
        color: var(--white);
        background: -webkit-gradient(linear, left top, left bottom, from(#F7690C), to(#FF003B));
        background: linear-gradient(#F7690C, #FF003B);
        border: 1px solid transparent
    }

    .categories-tiles.active .button-style-total__text {
        opacity: 1;
        left: 100%
    }

    .categories-tiles__top {
        margin-bottom: 21rem
    }

    .categories-tiles__subtitle {
        text-align: center
    }

    .categories-tiles__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20rem
    }

    .categories-tiles-item {
        width: calc(25% - 15rem);
        height: 197rem;
        background: linear-gradient(43deg, #FF003B, #F7690C)
    }

    .categories-tiles-item:hover:not(.active) .categories-tiles-item__icon {
        top: 0;
        left: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .categories-tiles-item:hover:not(.active) .categories-tiles-back {
        opacity: 0;
        pointer-events: none
    }

    .categories-tiles-item>.categories-tiles-item__value {
        display: none
    }

    .categories-tiles-item__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .categories-tiles-item__icon {
        position: relative;
        height: 21rem;
        width: 24rem;
        left: 17rem;
        top: 24rem;
        -webkit-transform: scale(2.3);
        transform: scale(2.3);
        z-index: 15;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transition: left .3s, top .3s, -webkit-transform .3s;
        transition: left .3s, top .3s, -webkit-transform .3s;
        transition: left .3s, top .3s, transform .3s;
        transition: left .3s, top .3s, transform .3s, -webkit-transform .3s
    }

    .categories-tiles-item__title {
        font-size: 14rem;
        padding-top: 2rem
    }

    .categories-tiles-item__text {
        display: block
    }

    .categories-tiles-back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 39rem 75rem 38rem 40rem
    }

    .categories-tiles-back__title {
        width: 62%;
        margin-left: auto
    }

    .categories-tiles__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 60rem
    }

    .product-card__view {
        height: 303rem
    }

    .product-sides__item {
        width: 15rem;
        height: 17rem
    }

    .product-sides__item:hover .product-sides__item-for {
        -webkit-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0);
        opacity: 1;
        pointer-events: initial;
        visibility: visible
    }

    .product-sides__item-for {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-10rem);
        transform: translateY(-50%) translateX(-10rem);
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        left: calc(100% + 15rem);
        font-size: 12rem;
        line-height: 15rem;
        white-space: nowrap;
        -webkit-transition: .3s;
        transition: .3s
    }

    .product-sides__item-for__triangle {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        left: -4rem;
        height: 17rem;
        width: 17rem;
        border: 1px solid #E3E3E3;
        border-radius: 5px;
        z-index: 2
    }

    .product-sides__item-for__text {
        position: relative;
        padding: 2.5rem 10rem;
        background-color: #fff;
        border: 1px solid #E3E3E3;
        border-left: none;
        border-radius: 5px 10px 11px 5px;
        z-index: 3
    }

    .product-card-sides {
        width: 55rem;
        min-height: 140rem
    }

    .product-card__view-bottom, .product-card__view-top {
        opacity: 0;
        -webkit-transition: .3s ease;
        transition: .3s ease
    }

    .product-card-compare {
        position: relative;
        top: -10rem;
        left: -10rem;
        -webkit-transition: .3s ease;
        transition: .3s ease
    }

    .product-card__title {
        font-size: 18rem;
        padding-right: 30rem
    }

    .product-card__text {
        position: absolute;
        left: 0;
        top: calc(100% - 20rem);
        line-height: 20rem;
        opacity: 0;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        margin-top: 21rem
    }

    .products-section__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 43rem
    }

    .products-section-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20rem
    }

    .products-section-slider {
        padding: 0 calc((100vw - var(--container-width)) / 2 - 20rem) 100rem;
        margin: 0 calc(10rem - (100vw - var(--container-width)) / 2) -100rem
    }

    .products-section-slider__slide {
        padding: 0 10rem
    }

    .products-section-slider__bottom {
        margin-top: 82rem
    }

    .products-section-slider__swipe-icon {
        display: none
    }

    .section-list {
        background: url(/local/templates/acontrol/css/new/../../img/new/bg/section-list.jpg) center/cover no-repeat
    }

    .section-list__title {
        line-height: 43rem
    }

    .section-list-block {
        gap: 43rem 40rem
    }

    .section-list-block__item {
        width: 33.3333333333%;
        max-width: 286rem
    }

    .section-list-block__item:hover .section-list-block__icon, .section-list-block__item:hover .section-list-block__text {
        color: var(--red)
    }

    .section-list-block__item:hover .section-list-block__text {
        border-color: var(--red)
    }

    .section-list-block__item:nth-child(2) .section-list-block__icon {
        height: 60rem
    }

    .section-list-block__icon {
        height: 48rem;
        width: 60rem
    }

    .section-list-block__text {
        font-size: 14rem;
        line-height: 22rem;
        padding-top: 20rem;
        margin-top: 20rem
    }

    .section-list__bottom {
        margin-top: 53rem
    }

    .centered-slider__title {
        max-width: initial
    }

    .centered-slider-block {
        min-height: 463rem;
        height: 1px
    }

    .centered-slider-full .centered-slider-block__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transform: scale(0.78074) translateX(-34rem);
        transform: scale(0.78074) translateX(-34rem);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        -webkit-transform-origin: center;
        transform-origin: center
    }

    .centered-slider-full .centered-slider-block__item.swiper-slide-active {
        -webkit-transform: scale(1.6113) translateY(25%) translateX(0);
        transform: scale(1.6113) translateY(25%) translateX(0);
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .centered-slider-full .centered-slider-block__item.swiper-slide-next {
        -webkit-transform: scale(0.768) translateX(86rem);
        transform: scale(0.768) translateX(86rem)
    }

    .centered-slider-full .centered-slider-block__item.swiper-slide-next+.swiper-slide {
        -webkit-transform: scale(0.768) translateX(36rem);
        transform: scale(0.768) translateX(36rem)
    }

    .centered-slider-full .centered-slider-block__item.swiper-slide-prev {
        -webkit-transform: scale(0.768) translateX(-86rem);
        transform: scale(0.768) translateX(-86rem)
    }

    .centered-slider-main {
        height: 100%;
        width: 390rem;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 10;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #fff
    }

    .centered-slider-main .centered-slider-block__item, .centered-slider-main .centered-slider-block__link {
        height: 100%
    }

    .centered-slider-block__link {
        height: 1px;
        min-height: 279rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .centered-slider-block__link:hover .centered-slider-block__title {
        color: var(--red)
    }

    .centered-slider-block__link:hover .centered-slider-block__place {
        opacity: 1
    }

    .centered-slider-block__top {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .centered-slider__bottom {
        margin-top: 41rem
    }

    .centered-slider__btn {
        min-width: initial
    }

    .centered-slider-controls {
        grid-row: 6;
        grid-column: 1/3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 20rem;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        position: relative;
        z-index: 10
    }

    .centered-slider__bottom-row, .centered-slider__swipe-icon {
        display: none
    }

    .section-form.section {
        padding: 0
    }

    .section-form__container {
        width: 1364rem
    }

    .section-form__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 81rem 82rem 82rem;
        background: url(/local/templates/acontrol/css/new/../../img/new/bg/section-form.jpg) center/cover no-repeat;
        border-radius: 10px;
        margin: 0 -80rem
    }

    .section-form__title {
        line-height: 45rem
    }

    .section-form-actions {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 180rem
    }

    .section-form-info {
        width: 386rem
    }

    .section-form-wrapper {
        margin-top: 48rem
    }

    .section-form-wrapper__inputs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 17rem 20rem
    }

    .section-form-wrapper__input {
        width: calc(50% - 10rem)
    }

    .section-form-wrapper__input-title {
        color: rgba(255, 255, 255, .6)
    }

    .section-form__submit.button-style {
        min-width: 308rem
    }

    .section-form-info {
        display: block
    }

    .section-form-info__row:not(:first-child) {
        margin-top: 27rem
    }

    .section-form-info__title {
        margin-bottom: 6rem
    }

    .section-form-info__social {
        display: block;
        margin-top: 42rem
    }

    .map.contact-map .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 60rem
    }

    .map.contact-map .map-actions {
        width: 184rem;
        gap: 20rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .map.contact-map .map-actions__item {
        min-height: 82rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 19rem 28rem 23rem 20rem;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .map.contact-map .map-actions__item:not(.active) .map-actions__content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .map.contact-map .map-actions__item.active {
        height: 257rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .map.contact-map .map-actions__item.active .map-actions__title {
        text-align: center
    }

    .map.contact-map .map-actions__item.active .map-actions__title br {
        display: none
    }

    .map.contact-map .map-display {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .map.contact-map .tabs-container__item-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 60rem;
        margin-top: 3rem
    }

    .map.contact-map .map-contacts {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 390rem;
        flex: 1 1 390rem
    }

    .map.contact-map .map-display__item {
        display: block;
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 510rem;
        flex: 1 1 510rem;
        height: 785rem;
        border-radius: 6px;
        overflow: hidden
    }

    .map.contact-map .map-contacts-info__row:not(:first-child) {
        margin-top: 30rem
    }

    .map.contact-map .map-bank-info {
        margin-top: 42rem;
        padding-top: 40rem
    }

    .map.default-map .map-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20rem
    }

    .map.default-map .map-actions__title {
        font-weight: 700;
        font-size: 16rem;
        line-height: 20rem
    }

    .map.default-map .map-actions__text {
        font-size: 12rem;
        line-height: 15rem;
        margin-top: 5rem
    }

    .map.default-map .map-display {
        height: 594rem;
        margin: 40rem -140rem 0
    }

    .map__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .map-display {
        position: relative;
        border-radius: 6px;
        overflow: hidden
    }

    .map-display iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none
    }

    .map-display__item {
        height: 100%
    }

    .bank-info-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .bank-info-list__item:not(:last-child) {
        margin-bottom: 20rem
    }

    .footer {
        padding: 70rem 0 60rem;
        background: url(/local/templates/acontrol/css/new/../../img/new/bg/footer.jpg) center/cover no-repeat
    }

    .footer__top {
        margin-bottom: 32rem
    }

    .footer-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer-content-list ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }

    .footer-content-list li:not(:first-child) {
        margin-top: 34rem
    }

    .footer-content-list {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 612rem;
        flex: 1 0 612rem
    }

    .footer-content-info {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 350rem;
        flex: 1 0 350rem;
        padding-right: 30rem
    }

    .footer__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 68rem
    }

    .breadcrumbs {
        padding: 24rem 0
    }

    .breadcrumbs__item {
        display: inline-block;
        font-size: 12rem
    }

    .breadcrumbs__item:not(:last-of-type)::after {
        content: "/";
        display: inline-block;
        margin: 0 13rem
    }

    .breadcrumbs__item:last-child {
        color: rgba(13, 13, 13, .6)
    }

    .breadcrumbs-back.link-back {
        display: none
    }

    .link-back__text {
        font-size: 14rem
    }

    .material-slider {
        margin-top: 41rem
    }

    .material-slider__swiper {
        padding: 0 52rem
    }

    .material-slider__slide {
        height: 383rem
    }

    .material-page {
        padding-bottom: 100rem
    }

    .material-page-products {
        margin-top: 40rem
    }

    .material-page-products .products-section-slider__bottom {
        display: none
    }

    .material-page-for {
        margin-top: 43rem
    }

    .material-page-for__list {
        gap: 56rem
    }

    .material-page-for__item-icon {
        width: 23rem;
        height: 26rem
    }

    .material-page-for__item-text, .material-page-for__title {
        font-weight: 700;
        font-size: 24rem
    }

    .material-page-for__title {
        margin-right: 93rem
    }

    .material-short .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 20rem;
        padding: 33rem 0
    }

    .material-short {
        margin-top: 38rem
    }

    .material-short__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .material-short__item:nth-child(1), .material-short__item:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 388rem;
        flex: 1 1 388rem
    }

    .material-short__title {
        font-size: 18rem;
        margin-bottom: 21rem
    }

    .material-short__text {
        font-size: 14rem;
        line-height: 20rem
    }

    .material-short-price__row:not(:first-child) {
        margin-top: 20rem
    }

    .material-short-price__block .price-current {
        font-size: 32rem
    }

    .material-short-price__basket {
        min-width: initial;
        width: 324rem;
        padding: 0 20rem
    }

    .material-short-price__compare {
        margin-left: 20rem
    }

    .material-info {
        margin-top: 19rem
    }

    .material-info .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .material-info-video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30rem
    }

    .material-info-video__pic {
        position: relative;
        width: 95rem;
        height: 95rem;
        border-radius: 50%;
        overflow: hidden
    }

    .material-info-video__pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .material-info-video__trigger {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 40rem;
        height: 40rem
    }

    .material-info-video__text {
        max-width: 128rem;
        font-weight: 500;
        font-size: 14rem;
        line-height: 20rem
    }

    .material-info-modals {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        gap: 30rem;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .line-modals__trigger {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        gap: 5rem
    }

    .line-modals__trigger:hover .line-modals-trigger__icon, .line-modals__trigger:hover .line-modals-trigger__text {
        color: var(--red)
    }

    .line-modals__trigger:hover .line-modals-trigger__icon svg, .line-modals__trigger:hover .line-modals-trigger__text svg {
        fill: var(--red)
    }

    .line-modals-trigger__text {
        font-size: 18rem
    }

    .line-modals-block {
        padding-bottom: 80rem
    }

    .line-modals-block__wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 91.667%;
        max-height: calc(100% - 81rem);
        background-color: #fff;
        border-radius: 10px;
        margin: 0 auto
    }

    .line-modals-block__header {
        height: 121rem;
        padding: 40rem 150rem
    }

    .line-modals-block__content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 40rem 150rem
    }

    .line-modals-block__short {
        display: block;
        width: 306rem
    }

    .line-modals-block__short-img {
        position: relative;
        width: 100%;
        height: 306rem;
        background-color: #EFF0F0;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 30rem
    }

    .line-modals-block__short-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .line-modals-block__short-title {
        font-weight: 700;
        font-size: 18rem
    }

    .line-modals-block__content-wrapper {
        max-height: calc(100vh - 81rem - 121rem - 158rem);
        padding: 0 20rem 0 82rem
    }

    .line-modals-block__content-title {
        font-size: 32rem;
        line-height: 40rem;
        margin-bottom: 21rem
    }

    .text p, .text ul {
        font-size: 16rem;
        line-height: 24rem
    }

    .text p:not(:last-child), .text ul li:not(:last-child), .text ul:not(:last-child) {
        margin-bottom: 20rem
    }

    .text ul li::before {
        top: 6rem
    }

    .line-modals-block__content-video {
        height: 459rem
    }

    .line-modals-block__content-download {
        margin-top: 40rem
    }

    .products-section-withSwithcer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40rem
    }

    .product-page {
        padding-bottom: 80rem
    }

    .product-style-title {
        font-size: 24rem;
        line-height: 32rem
    }

    .product-view {
        padding-bottom: 90rem;
        margin-top: 31rem
    }

    .page-text {
        font-size: 16rem;
        line-height: 24rem
    }

    .product-view-line {
        margin-top: 76rem
    }

    .product-view-line__item {
        height: 603rem
    }

    .product-view-line__item:hover .product-view-line__trigger {
        width: 30rem;
        height: 30rem
    }

    .product-view-line__item:hover .product-view-line__trigger::before {
        width: 16rem;
        height: 16rem
    }

    .product-view-line__item:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05)
    }

    .product-view-line__item:hover .product-view-line-modal.modal.hidden {
        opacity: 1;
        visibility: visible;
        pointer-events: initial
    }

    .product-view-line__item:hover .product-view-line-modal.modal.hidden .modal-wrapper.from--bottom {
        top: calc(50% + 30rem)
    }

    .product-view-line__item:hover .product-view-line-modal.modal.hidden .modal-wrapper.from--top {
        bottom: calc(50% + 30rem)
    }

    .modal.product-view-line-modal {
        position: absolute
    }

    .modal.product-view-line-modal .modal-wrapper {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 286rem;
        padding: 20rem 30rem;
        background-color: rgba(239, 240, 240, .91);
        -webkit-backdrop-filter: blur(31px);
        backdrop-filter: blur(31px);
        border-radius: 10px;
        -webkit-transition: top .3s ease, bottom .3s ease;
        transition: top .3s ease, bottom .3s ease
    }

    .modal.product-view-line-modal .modal-wrapper::before {
        content: "";
        position: absolute;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        -webkit-transform: rotate(0deg) translateX(-50%);
        transform: rotate(0deg) translateX(-50%)
    }

    .modal.product-view-line-modal .modal-wrapper.from--bottom {
        top: calc(50% + 40rem)
    }

    .modal.product-view-line-modal .modal-wrapper.from--bottom::before {
        bottom: 100%;
        border-width: 0 6rem 5rem;
        border-color: transparent transparent rgba(239, 240, 240, .91)
    }

    .modal.product-view-line-modal .modal-wrapper.from--top {
        bottom: calc(50% + 40rem)
    }

    .modal.product-view-line-modal .modal-wrapper.from--top::before {
        top: 100%;
        border-width: 5rem 6rem 0;
        border-color: rgba(239, 240, 240, .91) transparent transparent
    }

    .product-view-line__trigger {
        left: 50%
    }

    .product-view-line-modal__title {
        font-size: 18rem
    }

    .product-view-line-modal__text {
        margin-top: 8rem
    }

    .product-view-line-modal__close {
        display: none
    }

    .product-noize {
        margin-top: 90rem
    }

    .product-noize__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        gap: 25rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 93rem
    }

    .product-noize__item:not(:last-child) {
        border-right: 1px solid rgba(13, 13, 13, .1)
    }

    .product-noize__icon {
        max-width: 57rem;
        max-height: 47rem
    }

    .product-noize__title {
        font-size: 18rem;
        line-height: 22rem
    }

    .product-characteristics {
        margin-top: 60rem
    }

    .product-characteristics__list {
        gap: 20rem
    }

    .product-characteristics__item {
        width: calc(25% - 15rem);
        min-height: 93rem;
        padding: 5rem 30rem
    }

    .product-characteristics__title {
        font-size: 14rem;
        margin-bottom: 6rem
    }

    .product-characteristics__row-icon {
        width: 34rem;
        height: 28rem
    }

    .product-characteristics__row-title {
        font-size: 24rem
    }

    .product-material-item:not(:first-child) {
        margin-top: 30rem
    }

    .product-material-trigger {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .product-material-trigger__title {
        margin-right: auto
    }

    .product-material-trigger__content {
        width: 200rem
    }

    .product-material-trigger__value {
        font-size: 18rem
    }

    .material-item {
        grid-template-columns: auto 1fr 200rem 200rem 200rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .material-item__img {
        width: 92rem;
        height: 72rem;
        grid-row: 1/3;
        grid-column: 1/2;
        margin-right: 16rem
    }

    .material-item__title {
        font-size: 14rem;
        line-height: 22rem;
        grid-row: 1/2;
        grid-column: 2/3;
        margin-bottom: 7rem
    }

    .material-item-row.material-item__price {
        grid-row: 2/3;
        grid-column: 2/3;
        align-self: flex-start
    }

    .material-item-row.material-item__price .material-item-row__value {
        font-weight: 300;
        font-size: 12rem;
        line-height: 18rem
    }

    .material-item-row.material-item__count, .material-item-row.material-item__size, .material-item-row.material-item__total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        border-right: 1px solid rgba(13, 13, 13, .1)
    }

    .material-item-row.material-item__count span, .material-item-row.material-item__size span, .material-item-row.material-item__total span {
        display: block
    }

    .material-item-row.material-item__count {
        grid-row: 1/3;
        grid-column: 3/4
    }

    .material-item-row.material-item__size {
        grid-row: 1/3;
        grid-column: 4/5
    }

    .material-item-row.material-item__total {
        grid-row: 1/3;
        grid-column: 5/6
    }

    .material-item-row__title {
        line-height: 18rem
    }

    .material-item-row__value {
        font-size: 16rem;
        line-height: 22rem
    }

    .catalog-page {
        padding-bottom: 80rem
    }

    .catalog-page-section {
        margin-top: 40rem
    }

    .catalog-page-section__block:not(:first-child) {
        margin-top: 60rem
    }

    .catalog-page-section__title {
        font-size: 32rem
    }

    .catalog-page-section__subtitle {
        font-size: 24rem
    }

    .catalog-page-section-slider {
        overflow: initial;
        padding: 0;
        margin: 40rem 0 0
    }

    .catalog-page-section-slider .swiper-wrapper {
        height: initial;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 80rem 20rem
    }

    .catalog-page-section-slider .products-section-slider__bottom {
        display: none
    }

    .catalog-page-section__slide {
        width: calc(33.3333333333% - 14rem)
    }

    .catalog-page-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .catalog-page-actions-main {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20rem
    }

    .catalog-page-actions-main.desktop--version {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .catalog-page-actions-main.mobile--version {
        display: none
    }

    .filter-applying {
        width: 204rem
    }

    .filter-applying .select-filter__header-text {
        font-size: 18rem;
        margin: 0 35rem 0 15rem
    }

    .filter-applying .filter-applying-list {
        padding: 0 20rem
    }

    .filter-applying-list .select__option {
        padding: 20rem 0
    }

    .filter-applying-list .select__option-text {
        font-size: 14rem
    }

    .select__option-side {
        width: 23rem;
        height: 26rem
    }

    .page-pagination {
        margin-top: 60rem
    }

    .catalog-objects__subtitle {
        margin-top: 21rem
    }

    .catalog-objects-list__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .catalog-objects-list__actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20rem
    }

    .catalog-objects-list-slider {
        margin-top: 30rem
    }

    .catalog-objects-list-slider .swiper {
        padding: 0 calc((100vw - var(--container-width)) / 2 - 20rem);
        margin: 0 calc(10rem - (100vw - var(--container-width)) / 2)
    }

    .catalog-objects-list-slider::before {
        content: "";
        display: block;
        position: absolute;
        top: 88rem;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: rgba(13, 13, 13, .1)
    }

    .catalog-objects-list-slider .swiper-wrapper {
        padding-bottom: 30rem
    }

    .catalog-objects-list-slider-item__title {
        font-size: 56rem;
        line-height: 80rem
    }

    .catalog-objects-list-slider-item__content {
        min-height: 145rem;
        margin: 41rem 0 19rem
    }

    .catalog-objects-list-slider-item__subtitle {
        font-size: 24rem;
        line-height: 32rem
    }

    .catalog-objects-list-slider-item__text {
        font-size: 14rem;
        line-height: 22rem;
        margin-top: 15rem
    }

    .catalog-objects-list-slider-item__img {
        height: 348rem
    }

    .single-object {
        padding-bottom: 81rem
    }

    .single-object-materials {
        margin-top: 61rem
    }

    .single-object-slider {
        margin-top: 41rem
    }

    .object-slider__swiper {
        height: 574rem;
        padding: 0 calc((100vw - var(--container-width)) / 2 - 20rem);
        margin: 0 calc(10rem - (100vw - var(--container-width)) / 2)
    }

    .object-slider-item {
        padding: 60rem
    }

    .object-slider-item:hover .object-slider-item__img img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05)
    }

    .object-slider-item:hover .object-slider-item__img::after {
        opacity: 0
    }

    .object-slider-item__title {
        display: block;
        font-weight: 500;
        font-size: 120rem;
        line-height: 100rem;
        text-align: center;
        color: var(--white);
        margin-bottom: 43rem
    }

    .object-slider-item__video {
        width: 100rem;
        height: 100rem
    }

    .object-slider-item__text {
        font-size: 24rem;
        line-height: 32rem
    }

    .object-slider__pagination {
        gap: 20rem;
        margin-top: 30rem
    }

    .object-slider__pagination.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .object-slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
        width: 184rem;
        height: 4rem
    }

    .object-slider__pagination.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .object-slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 388rem
    }

    .single-object-info {
        margin-top: 60rem
    }

    .object-info .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 81rem
    }

    .object-inf-about {
        width: 388rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 60rem;
        border-right: 1px solid rgba(13, 13, 13, .1)
    }

    .object-inf-about__year {
        font-size: 56rem
    }

    .object-inf-about__row:not(:first-child) {
        margin-top: 20rem
    }

    .object-inf-about__icon {
        width: 22rem;
        height: 22rem
    }

    .object-inf-about__text {
        font-size: 18rem
    }

    .object-info__text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .object-info__text p, .object-info__text ul li {
        font-size: 16rem;
        line-height: 20rem
    }

    .object-info__text ul li::before {
        top: 4rem
    }

    .single-object-certificates {
        margin-top: 60rem
    }

    .certificates__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 122rem
    }

    .certificates-content {
        width: 490rem
    }

    .certificates-content__title {
        font-size: 40rem;
        line-height: 40rem
    }

    .certificates-content__text {
        font-size: 14rem;
        line-height: 22rem
    }

    .certificates-content__text p:not(:first-child) {
        margin-top: 20rem
    }

    .certificates-slider {
        width: 409rem
    }

    .only-slider .certificates-slider {
        margin: 0 auto
    }

    .with-content .certificates-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20rem;
        margin-top: 60rem
    }

    .certificates-slider__item {
        padding: 40rem
    }

    .single-object-design {
        margin-top: 60rem
    }

    .object-design-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 80rem;
        margin-top: 60rem
    }

    .object-design-list__item {
        width: calc(33.3333333333% - 54rem)
    }

    .object-design-list__top {
        padding-bottom: 20rem
    }

    .object-design-list__icon {
        width: 83rem;
        height: 83rem
    }

    .object-design-list__title {
        font-size: 14rem
    }

    .object-design-list__text {
        font-size: 14rem;
        line-height: 22rem;
        margin-top: 11rem
    }

    .single-object-order {
        margin-top: 60rem
    }

    .order-form__wrapper {
        min-height: 349rem;
        background: url(/local/templates/acontrol/css/new/../../img/new/bg/order-form.jpg) center/cover no-repeat;
        border-radius: 10px
    }

    .order-form__text {
        font-size: 18rem;
        line-height: 22rem;
        margin-top: 31rem
    }

    .order-form__btn {
        max-width: 307rem;
        margin-top: 41rem
    }

    .services-text__text:not(:first-child) {
        margin-top: 31rem
    }

    .services-text__title {
        font-size: 32rem;
        line-height: 40rem
    }

    .services-text__text {
        font-size: 16rem;
        line-height: 24rem;
        margin-top: 21rem
    }

    .services-text__text p:not(:first-child) {
        margin-top: 20rem
    }

    .services-page {
        padding-bottom: 60rem
    }

    .services-section:not(:first-of-type) {
        margin-top: 60rem
    }

    .services-switcher__wrapper {
        margin-top: 30rem
    }

    .services-switcher-item {
        margin-top: 40rem;
        padding-top: 30rem
    }

    .services-switcher-item-about__text, .services-switcher-item__number, .services-switcher-item__title {
        font-size: 24rem;
        line-height: 30rem
    }

    .services-switcher-item__number {
        min-width: 156rem
    }

    .services-switcher-item__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 82rem;
        padding-left: 156rem;
        margin-top: 30rem
    }

    .services-switcher-item__img {
        position: relative;
        width: 558rem;
        height: 365rem;
        border-radius: 10px;
        overflow: hidden
    }

    .services-switcher-item__img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .services-switcher-item-about {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .services-switcher-item-about p {
        font-size: 14rem;
        line-height: 17rem
    }

    .services-switcher-item-about__row {
        margin: 6rem 0 30rem
    }

    .services-switcher-item-about__icon {
        height: 29rem;
        width: 34rem
    }

    .services-object-list .object-design-list__icon {
        width: 61rem;
        height: 47rem
    }

    .basket-section__top, .order-section__top {
        margin-bottom: 31rem
    }

    .basket-section__count-basket {
        font-size: 18rem;
        line-height: 22rem;
        color: #919191
    }

    .basket-section__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20rem
    }

    .basket-section-list, .basket-section__top {
        max-width: 796rem;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .basket-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .basket-item.basket-styles {
        grid-template-columns: auto 1fr 104rem auto auto
    }

    .basket-item.basket-styles .basket-item__img {
        grid-row: 1;
        margin-right: 20rem
    }

    .basket-item.basket-styles .basket-item__counter {
        grid-row: 1;
        grid-column: 3/4;
        margin-right: 30rem
    }

    .basket-item.basket-styles .basket-item__price {
        grid-row: 1;
        grid-column: 4/5;
        margin-left: 30rem
    }

    .basket-item.basket-styles .basket-item__actions {
        grid-row: 1;
        grid-column: 5/6;
        margin-left: 30rem
    }

    .basket-item {
        padding: 20rem;
        -webkit-transition: border-color .3s ease;
        transition: border-color .3s ease
    }

    .basket-item:hover {
        border-color: #919191
    }

    .basket-section .basket-item:not(:first-child) {
        margin-top: 20rem
    }

    .basket-item__img {
        width: 77rem;
        height: 58rem
    }

    .basket-section-total {
        min-width: 388rem
    }

    .basket-section-total-price__value {
        font-size: 32rem;
        line-height: 40rem;
        margin-top: 20rem
    }

    .basket-section-total__row:not(:first-child) {
        margin-top: 20rem
    }

    .basket-section-total__title, .basket-section-total__value {
        font-size: 14rem;
        line-height: 17rem
    }

    .order-section {
        margin-top: 23rem
    }

    .order-section__top .page-title {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 612rem
    }

    .order-section__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .order-section-info {
        width: 490rem
    }

    .order-section-info__title {
        font-size: 32rem;
        line-height: 40rem;
        margin-bottom: 31rem
    }

    .order-section-info-radio__nav {
        gap: 20rem
    }

    .order-section-info-radio__trigger {
        gap: 10rem;
        width: calc(50% - 20rem)
    }

    .order-section-info-radio__trigger-title {
        font-size: 14rem;
        line-height: 17rem
    }

    .order-section-total {
        width: 592rem
    }

    .order-section-total-products {
        display: block;
        margin-top: 20rem
    }

    .order-section-total-products .basket-modal__item {
        background-color: #FAFAFA;
        margin-top: 0
    }

    .order-section-total-products .basket-modal__item:not(:first-child) {
        margin-top: 20rem
    }

    .order-modal-thanks {
        padding: 0 80rem 80rem
    }

    .product-view-line-modal__header svg {
        width: 15rem;
        height: 15rem
    }

    .product-view-line-modal__header {
        height: 80rem
    }

    .order-modal-thanks.modal .modal-wrapper {
        height: calc(100% - 80rem)
    }

    .order-modal-thanks__wrapper {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 10px
    }

    .order-modal-thanks__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 63rem;
        width: 100%;
        max-width: 1204rem;
        min-height: 80%;
        border: 1px dashed #E3E3E3;
        border-radius: 10px
    }

    .order-modal-thanks__title {
        font-size: 40rem;
        line-height: 50rem;
        margin-bottom: 31rem
    }

    .order-modal-thanks__subtitle {
        font-size: 16rem;
        line-height: 24rem
    }

    .order-modal-thanks__text {
        font-size: 14rem;
        line-height: 22rem;
        margin-top: 20rem
    }

    .order-modal-thanks__second-title {
        font-size: 24rem;
        line-height: 30rem;
        margin-top: 30rem
    }

    .order-modal-thanks-info__title {
        font-size: 14rem;
        line-height: 20rem
    }

    .order-modal-thanks__icon {
        position: relative;
        width: 195rem
    }

    .search-modal__wrapper {
        max-width: 856rem;
        height: calc(100vh - 81rem);
        margin: 0 auto
    }

    .line-modals-block__close, .search-modal__close {
        height: 81rem;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--white)
    }

    .line-modals-block__close svg, .search-modal__close svg {
        width: 15rem;
        height: 15rem
    }

    .search-modal-form__input {
        padding-bottom: 18rem
    }

    .search-modal-form-actions__input {
        font-size: 24rem
    }

    .search-modal-form-actions__submit {
        width: 76rem
    }

    .search-modal-form-actions__submit:hover {
        opacity: 1;
        border-color: transparent
    }

    .search-modal-form-actions__submit:hover::before {
        opacity: 1
    }

    .search-modal-form-actions__submit svg {
        display: none
    }

    .basket-modal__wrapper {
        width: 858rem;
        height: 100%;
        padding: 0 0 60rem 60rem;
        margin-left: auto
    }

    .basket-modal-header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 141rem;
        flex: 0 0 141rem;
        padding-left: 10rem;
        border-bottom: 1px solid rgba(13, 13, 13, .1)
    }

    .basket-modal-header-title {
        gap: 20rem
    }

    .basket-modal-header-title:hover .basket-modal-header-title__icon, .basket-modal-header-title:hover .basket-modal-header-title__text {
        color: var(--red)
    }

    .basket-modal-header-title__icon {
        width: 34rem;
        height: 30rem
    }

    .basket-modal-header-title__text {
        font-size: 40rem
    }

    .basket-modal-header__total {
        margin-right: 60rem
    }

    .basket-modal__close {
        height: 100%;
        width: 221rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: var(--primary);
        border-left: 1px solid rgba(13, 13, 13, .1)
    }

    .basket-modal__close:hover {
        color: var(--red)
    }

    .basket-modal__close svg {
        width: 15rem;
        height: 15rem;
        -webkit-transition: color .3s ease;
        transition: color .3s ease
    }

    .basket-modal__content {
        overflow-y: auto;
        padding: 0 110rem 0 10rem;
        margin: 60rem 110rem 60rem 0
    }

    .basket-modal__item:not(:first-child) {
        margin-top: 20rem
    }

    .basket-modal-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 221rem 0 10rem
    }

    .basket-modal-actions-title__text {
        font-size: 18rem
    }

    .basket-modal-actions-title__total {
        font-size: 40rem
    }

    .calculate-modal .container {
        height: 93rem
    }

    .calculate-modal-step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }

    .calculate-modal-step.active {
        opacity: 1;
        visibility: visible;
        pointer-events: initial
    }

    .calculate-modal-step__title {
        font-size: 20rem;
        line-height: 25rem
    }

    .calculate-modal-step__text {
        font-size: 14rem;
        line-height: 17rem
    }

    .input__field-text {
        font-size: 24rem;
        line-height: 30rem
    }

    .calculate-modal-mobile-trigger {
        display: none
    }
}

@media screen and (min-width:1440.98px) {
    body, html {
        font-size: .0520835vw
    }

    .header-nav {
        margin-right: 74rem
    }

    .header-nav__list {
        gap: 88.5rem
    }

    .header-feedback {
        margin-right: 54rem
    }

    .header-actions-list__item:not(:last-child) {
        padding-right: 20rem;
        margin-right: 20rem
    }

    .greet {
        height: 1080rem
    }

    .greet-socials {
        left: 60rem;
        bottom: 60rem
    }

    .socials__item {
        width: 54rem;
        height: 34rem
    }

    .products-section-slider {
        padding: 0 358rem 100rem;
        margin: 0 -358rem -100rem
    }

    .map.default-map .map-display {
        margin: 40rem -296rem 0
    }

    .line-modals-block__content, .line-modals-block__header {
        padding: 40rem 278rem
    }

    .catalog-objects-list-slider .swiper, .object-slider__swiper {
        padding: 0 358rem;
        margin: 0 -358rem
    }
}

@media screen and (max-width:992.98px) {
    .section-top__text {
        display: none
    }

    .button-style {
        color: var(--white);
        background: -webkit-gradient(linear, left top, left bottom, from(#F7690C), to(#FF003B));
        background: linear-gradient(#F7690C, #FF003B);
        border: 1px solid transparent
    }

    .categories-switcher {
        overflow-x: auto;
        padding: 0 var(--container-padding-mobile);
        margin: 0 calc(0px - var(--container-padding-mobile))
    }

    .categories-switcher::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .categories-switcher__item {
        color: var(--primary);
        background: 0 0
    }

    [data-mobile-text]::before {
        content: attr(data-mobile-text)
    }

    .modal[data-mobile-modal] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .modal[data-mobile-modal] .modal-wrapper {
        background-color: var(--white);
        border-radius: 10px 10px 0 0
    }

    .modal-wrapper {
        padding: 0 var(--container-padding-mobile) 20rem
    }

    .modal[data-mobile-modal] .modal-wrapper {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .modal[data-mobile-modal]:not(.hidden) .modal-wrapper {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .menu .menu__wrapper {
        min-height: 100vh
    }

    .menu__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: var(--primary)
    }

    .menu-actions {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20rem 0 28rem
    }

    .menu-actions-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .menu-actions-list__item.menu-close {
        width: 16rem;
        height: 16rem;
        margin-right: auto
    }

    .menu-actions-list__item.menu-close .menu-actions-list__icon {
        width: 100%;
        height: 100%
    }

    .menu-actions-list__item.hidden-mobile {
        display: none
    }

    .menu-actions-list .menu-actions-list__item:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, .2);
        padding-right: 16rem;
        margin-right: 16rem
    }

    .menu-actions-list .menu-actions-list__item:not(:last-child).action-basket {
        border: none;
        padding-right: 0;
        margin-right: 0
    }

    .menu-actions-list__icon {
        width: 34rem;
        height: 34rem
    }

    .menu-actions-list__text {
        display: none
    }

    .menu-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu-content__logo {
        display: block;
        max-width: 265rem;
        margin: 0 auto 28rem
    }

    .menu-categories {
        margin-bottom: 20rem
    }

    .header__wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header-nav__item:not(.header-logo) {
        display: none
    }

    .greet-slider-actions__pagination {
        margin-left: auto
    }

    .product-catalog-list {
        gap: 9rem
    }

    .product-catalog-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(50% - 9rem);
        min-height: 73rem;
        padding: 10rem 15rem;
        background-color: #F7F7F7;
        border: 1px solid #E3E3E3;
        border-radius: 10px
    }

    .product-catalog-list__item:not(:nth-child(n+1):nth-child(-n+4)) {
        display: none
    }

    .product-catalog-list__title {
        font-weight: 500;
        line-height: 15rem
    }

    .categories-tiles__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .categories-tiles__list {
        padding: 0 var(--container-padding-mobile);
        margin: 0 calc(0px - var(--container-padding-mobile));
        overflow-x: auto
    }

    .categories-tiles__list::-webkit-scrollbar {
        display: none
    }

    .categories-tiles-item {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .categories-tiles-item.active {
        background: linear-gradient(43deg, #FF003B, #F7690C)
    }

    .categories-tiles-item__title {
        margin-top: 18rem
    }

    .categories-tiles-back__title {
        font-size: 18rem
    }

    .categories-tiles__btn {
        width: 100%
    }

    .categories-tiles:not(.active) .categories-tiles__btn {
        color: var(--red);
        background: 0 0
    }

    .button-style-total__text {
        display: none
    }

    .product-card__img picture img {
        max-width: 60%;
        max-height: 60%
    }

    .product-card-sides {
        gap: 9rem
    }

    .section-list__btn {
        width: 100%
    }

    .centered-slider-block {
        padding: 0 calc(var(--container-padding-mobile) - 4.5rem);
        margin: 30rem calc(0px - var(--container-padding-mobile))
    }

    .centered-slider-full .centered-slider-block__item {
        padding: 0 4.5rem
    }

    .centered-slider-block__top {
        height: 171rem
    }

    .centered-slider__btn {
        width: 100%;
        margin-top: 32rem
    }

    .section-form.section {
        background: url(/local/templates/acontrol/css/new/../../img/new/bg/section-form-mobile.jpg) center/cover no-repeat
    }

    .section-form__title {
        text-align: center
    }

    .section-form-wrapper__input:not(:first-child) {
        margin-top: 30rem
    }

    .section-form__submit.button-style {
        width: 100%
    }

    .map.contact-map .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .map.contact-map .map-display {
        margin-top: 34rem
    }

    .map.contact-map .map-actions {
        overflow-x: auto
    }

    .map.contact-map .map-actions::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .map.contact-map .map-actions__title br, .map.default-map {
        display: none
    }

    .bank-info-list__text {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20rem
    }

    .bank-info-list__text:hover .bank-info-list__text-icon {
        color: var(--red)
    }

    .bank-info-list__text-icon {
        display: block;
        width: 14rem;
        height: 16rem;
        color: rgba(13, 13, 13, .2)
    }

    .footer-content-info, .footer-content-list {
        margin-bottom: 30rem
    }

    .footer-content-info .info-row__text-title {
        text-transform: initial
    }

    .footer-content-actions__row:not(:first-child) .info-row__text-title {
        font-size: 18rem
    }

    .footer__policy {
        margin-top: 20rem
    }

    .material-page-for .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20rem
    }

    .material-short-price__basket {
        min-height: 35rem
    }

    .material-info-modals {
        padding: 0 11rem;
        margin: 0 calc(0px - var(--container-padding-mobile))
    }

    .line-modals-block__close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 50rem
    }

    .line-modals-block__close svg {
        width: 10rem;
        height: 10rem;
        color: var(--red)
    }

    .modal.product-view-line-modal .modal-wrapper {
        padding: 0 40rem 20rem;
        border-radius: 10rem 10rem 0 0;
        background-color: rgba(13, 13, 13, .95);
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px)
    }

    .product-view-line-modal__text, .product-view-line-modal__title {
        color: var(--white)
    }

    .product-noize__list {
        gap: 20rem
    }

    .product-material-trigger__content {
        margin-top: 5rem
    }

    .product-material-trigger__arrow {
        position: absolute;
        top: 20rem;
        right: 0
    }

    .material-item {
        row-gap: 6rem
    }

    .material-item-row__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .catalog-page-actions-main__item {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .filter-applying {
        position: relative;
        background-color: var(--white)
    }

    .filter-applying .select-filter__header-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: initial
    }

    .filter-applying .select-filter__header {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .filter-applying .select-filter__header::after, .filter-applying .select-filter__header::before {
        content: "";
        display: block;
        height: 1px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-color: rgba(13, 13, 13, .1)
    }

    .filter-applying .select-filter__header::before {
        margin-right: 10rem
    }

    .filter-applying .select-filter__header::after {
        margin-left: 10rem
    }

    .filter-applying .filter-applying-list {
        display: block;
        height: 0;
        background-color: transparent;
        overflow: hidden
    }

    .filter-applying.opened .select-filter__header {
        margin-bottom: 21rem
    }

    .filter-applying.opened .filter-applying-list {
        height: initial
    }

    .filter-applying-list .select__option {
        border-bottom: 1px solid rgba(13, 13, 13, .05)
    }

    .filter-applying-list .select__option:first-child {
        border-top: 1px solid rgba(13, 13, 13, .05)
    }

    .catalog-page-actions-main__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10rem;
        padding: 0 var(--container-padding-mobile);
        margin: 0 calc(0px - var(--container-padding-mobile));
        overflow-x: auto
    }

    .catalog-page-actions-main__row::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .catalog-filter-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 5rem;
        width: 630rem;
        padding-top: 20rem
    }

    .catalog-filter-list__item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 12rem;
        line-height: 22rem;
        padding: 2rem 10rem 3rem;
        background-color: #F7F7F7;
        border-radius: 22px
    }

    .catalog-filter-list__item.active {
        background: -webkit-gradient(linear, left bottom, left top, from(#FF003B), to(#F7690C));
        background: linear-gradient(0deg, #FF003B, #F7690C);
        color: var(--white)
    }

    .catalog-objects-filter .select-filter__header {
        display: none
    }

    .catalog-objects-filter .select-filter__content {
        display: block;
        position: initial;
        opacity: 1;
        visibility: visible;
        pointer-events: initial
    }

    .catalog-objects-filter .select-filter-seacrh-result {
        max-height: initial;
        padding: 0 calc(var(--container-padding-mobile));
        margin: 0 calc(0px - var(--container-padding-mobile))
    }

    .catalog-objects-filter .select-filter-seacrh-result::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .object-info__text {
        margin-top: 28rem
    }

    .certificates-slider {
        margin-top: 21rem
    }

    .object-design-list__item:not(:first-child) {
        margin-top: 20rem
    }

    .order-form__wrapper {
        padding: 30rem 19rem 40rem;
        margin: 0 calc(0px - var(--container-padding-mobile))
    }

    .services-switcher-item-about {
        margin-top: 20rem
    }

    .services-map {
        display: none
    }

    .basket-item.basket-styles .basket-item__title {
        margin-top: 17rem
    }

    .basket-item.basket-styles .basket-item__counter {
        margin-top: 5rem
    }

    .basket-item.basket-styles .basket-item__actions {
        padding: 25rem 0 14rem
    }

    .basket-item.basket-styles .basket-item__price.price {
        font-size: 18rem;
        line-height: 22rem;
        margin-top: 21rem
    }

    .basket-section-total {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 388rem;
        padding: 20rem;
        margin-top: 30rem
    }

    .basket-section-total__btn.button-style {
        min-height: 36rem;
        font-size: 12rem
    }

    .order-section__top .link-back {
        display: none
    }

    .order-modal-thanks.modal .modal-wrapper {
        color: #fff;
        background-color: #0D0D0D
    }

    .search-modal-form-actions__submit span {
        display: none
    }

    .basket-modal__menu {
        background-color: #EFF0F0
    }

    .basket-modal__menu .menu-actions-list__icon {
        color: var(--primary);
        border-color: var(--primary)
    }

    .basket-modal__menu .menu-actions-list .menu-actions-list__item:not(:last-child) {
        border-color: var(--primary)
    }

    .basket-modal-actions__btn.button-style {
        width: 100%;
        margin-top: 20rem
    }

    .calculate-modal-step__button .button-style {
        min-height: 36rem;
        font-size: 12rem;
        line-height: 15rem
    }
}

@media screen and (max-width:992.98px) and (max-width:992.98px) {
    .catalog-objects-filter .select-filter-seacrh-result {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10rem
    }

    .catalog-objects-filter .select-filter-seacrh-result .select-filter-seacrh-result__item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 12rem;
        line-height: 15rem;
        padding: 9rem 20rem 10rem;
        border: 1px solid #E3E3E3;
        border-radius: 25px
    }

    .catalog-objects-filter .select-filter-seacrh-result .select-filter-seacrh-result__item.active {
        color: var(--white);
        background: -webkit-gradient(linear, left top, left bottom, from(#F7690C), to(#FF003B));
        background: linear-gradient(#F7690C, #FF003B)
    }
}

@media screen and (max-width:992.98px) and (min-width:992.98px) {
    .catalog-objects-filter .catalog-objects-filter-all {
        display: none
    }
}

.input__field-error.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(115px);
}
/* End */


/* Start:/local/templates/acontrol/css/new/style_user.css?176101923664888*/
body, html {
    min-height: auto;
}

.bxhtmled-dd-list-wrap {
    font-size: 14px;
}

header.header.header-home.fixed-header div#city_select {
    display: none;
}

pre {
    font-size: 14px;
}

label.select-filter-seacrh-result__item input {
    width: 10px;
    position: relative;
    bottom: -2px;
    margin-right: 5px;
}

.main-content.catalog-page.complete-catalog-page section#catalog-page-section {
    margin-top: 0px;
}

div#cart_some_items {
    display: none !important;
}

.object-info__text>p {
    padding-bottom: 10px;
}

.basket-item__actions .action-compare.compare_selected {
    color: #FF003B;
}

.basket-item__actions>a {
    cursor: pointer;
}

.empty-cart-text {
    font-size: 24rem;
    line-height: 28rem;
}

.user-location {
    line-height: 14px;
}

.user-location__icon {
    color: #ff1616;
    margin-right: 8px;
}

.user-location__title {
    color: #525359;
    margin-right: 12px;
}

.user-location__link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: none;
    display: none;
}

.user-location__select {
    position: relative;
    z-index: 20;
}

.user-location__select-item {
    display: block;
    margin: 8px 0;
}

.user-location__select-list {
    display: none;
    position: absolute;
    left: -10px;
    top: 100%;
    margin-top: 5px;
    right: -10px;
    background: #fff;
    border-radius: 5px;
    padding: 0px 10px 5px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.user-location__select.active .user-location__select-list {
    display: block;
}

.user-location__select.active .link__select-icon {
    transform: rotate(180deg);
    margin-top: -5px;
}

#adm_menu {
    height: 38px;
    line-height: 36px;
    background: black;
    color: #f3f3f3;
    font-size: 16px;
    padding-left: 50px;
}

#adm_menu A {
    border: none;
    text-decoration: underline;
    padding-left: 12px;
    color: #ff1616;
}

.hide {
    display: none;
}


#town_selection_popup {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.bottom_contact_container {
    height: auto;
}

.product__gallery .slick-list {
    max-height: 478px;
}

.bottom_right {
    width: 420px;
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fbfbfb;
    box-shadow: 0 0 2px #cccccc;
    margin-top: 1px;
    border-radius: 6px;
}

.bottom_left {
    float: none;
    /* not needed, just for clarification */
    /* the next props are meant to keep this block independent from the other floated one */
    width: auto;
    overflow: hidden;
}

.contacts_data_container UL {
    clear: both;
    padding-left: 0;
    margin-left: 0;
    padding-top: 16px;
}

.contacts_data_container UL LI {
    list-style-type: none;
    padding-left: 0;
    padding-right: 28px;
    margin-left: 0;
    display: block;
    float: left;
    width: 33%;
}

.contacts_data_container UL LI::before {
    display: none;
}

.contacts_data_container UL LI DIV {
    color: #ff3636;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    padding-bottom: 7px;
}

.contacts_data_container UL LI SPAN {
    color: #404348;
    font-size: 14px;
    line-height: 22px;
}

.contact_form_caption {
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 12px;
    color: #242527;
}

.contact_form_container {
    width: 300px;
    margin: auto;
    color: #404348;
}

.contact_form_container LABEL {
    font-size: 15px;
}

.contact_form_field {
    margin-bottom: 14px;
}

.contact_form_field input {
    width: 100%;
}

.contact_form_field textarea {
    width: 100%;
    height: 105px;
    border-radius: 6px;
}

.contact_form_field #check_pic {
    width: 80px;
}

.send_message_fail {
    width: 100%;
    padding: 12px;
    background: #ee0000;
    font-weight: bold;
    color: white;
    margin-top: 18px;
    font-size: 16px;
    text-align: center;
}

.send_message_success {
    width: 100%;
    padding: 12px;
    background: #33B752;
    font-weight: bold;
    color: white;
    margin-top: 18px;
    font-size: 16px;
    text-align: center;
}

.contacts_phone {
    letter-spacing: 0.03em;
    font-size: 13px !important;
    font-family: 'googleSans';
    font-width: bold;
}

.contacts_email {
    letter-spacing: 0.03em;
    font-size: 21px !important;
    font-family: 'googleSans';
}

#basket-item-table tr {
    padding: 10px;

}

a.catalog-page-section__title-link>h2 {
    margin-top: 30rem;
}

.catalog-page-section-slider {
    overflow: initial;
    padding: 0;
    margin: 20rem 0 0;
}

.catalog-page-section__subtitle>a {
    position: relative;
    bottom: -10rem;
}



.catalog-page-section__block:not(:first-child) {
    margin-top: 10rem;
}

button.material-short-price__compare.compare_selected {
    color: #FF003B;
    border-color: #FF003B;
    opacity: 0.8;
}

.text h4 {
    font-size: 18rem;
    line-height: 24rem;
    padding-bottom: 10px;
}

.text h3 {
    font-size: 20rem;
    line-height: 26rem;
    padding-bottom: 10px;
}

.text h2 {
    font-size: 22rem;
    line-height: 28rem;
    padding-bottom: 10px;
}

th {
    font-size: 14rem;
    line-height: 24rem;
    font-weight: 800;
}

.table p {
    font-size: 16rem;
    line-height: 24rem;
    margin: 20rem 0;
}

.material-short__item.material-short-price {
    flex: 1 1 388rem;
}

section.material-short .container>.material-short__item.material-short-price {
    flex: 0;
}

th,
td {
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
    padding: 0px 5px;
}

.line-modals-block__content-wrapper table td:nth-child(1),
.line-modals-block__content-wrapper table th:nth-child(1) {
    min-width: 230px;
    padding: 0px;
    padding-right: 15px;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

section.products-section.products-section2.material-page-products {
    margin-top: 85px;
}











.section-slide-front .slider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    max-width: 100%;
    margin: auto;
    height: 450px;
}

.section-slide-front .main-slide {
    width: 600px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.section-slide-front .main-slide-container {
    display: flex;
    width: 1200px;
    height: 100%;
    transition: transform 0.5s ease;
}

.section-slide-front .main-slide-container .slide {
    width: 600px;
    height: 100%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
}


.section-slide-front .side-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 31%;
    width: 100%;
}

.section-slide-front .main-slide {
    width: 388px;
    height: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#mainSlideContent {
    width: 100%;
    height: 388px;
    border-radius: 15px;
    position: relative !important;
    aspect-ratio: 1;
    background-size: 100% 100%;
    transition: 0.3s;
}

a#mainSlideContent:hover {
    background-size: 120% 120%;
}

.nav-buttons {
    display: flex;
}

.section-slide-front .slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
}

.section-slide-front .slide.active {
    opacity: 1;
    z-index: 1;
}

.section-slide-front .slide h2 {
    margin: 0;
    font-size: 24px;
}

.section-slide-front .slide p {
    margin: 4px 0;
    font-size: 16px;
}

.section-slide-front .spacer {
    /* flex: 0; */
    height: calc(100% - 184px);
}

.section-slide-front .side-slides {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: nowrap;
}

.section-slide-front .side-slides .slide-preview {
    width: 100%;
    max-width: 184px;
    height: auto;
    max-height: 184px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    aspect-ratio: 1;
    border-radius: 10px;
}

.section-slide-front .nav-buttons {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.section-slide-front .nav-buttons button {
    font-size: 24px;
    padding: 6px 12px;
    margin: 0 4px;
    cursor: pointer;
}

.section-slide-front .mobile-wrapper {
    display: none;
}

a.slide-preview-link {
    display: block;
}

article.product-card:hover a.product-card__img picture:nth-child(2) {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
}

/* Скрыть десктопный слайдер на мобильных */
@media (max-width: 1050px) {
    section.section-slide-front.section a.section-list__btn.button-style {
        margin: 10px auto;
        display: grid;
        max-width: 300px;
    }

    section.section.readyMade.section--gray.tabs {
        display: none;
    }
}

@media (max-width: 1050px) {
    .section-slide-front .slider {
        display: none;
    }

    .section-slide-front .mobile-wrapper {
        display: block;
        overflow: hidden;
        position: relative;
    }

    .section-slide-front .mobile-slider {
        display: flex;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }

    .section-slide-front .mobile-slider::-webkit-scrollbar {
        display: none;
    }

    .section-slide-front .slide {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        position: relative !important;
        opacity: 1;
        transition: opacity 0.5s ease;
        padding: 20px;
    }

    .section-slide-front .mobile-slider>div {
        flex: 0 0 30%;
        max-width: 30%;
        aspect-ratio: 1 / 1;
        scroll-snap-align: start;
        margin-right: 10px;
        opacity: 1 !important;
        /* принудительно без fade */
        position: relative;
        background-size: cover;
        background-position: center;
        color: #000;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    div#mobileSlider>div>div:nth-child(2) {
        height: 70px;
    }

    .section-slide-front .mobile-counter {
        text-align: center;
        margin-top: 10px;
        font-weight: bold;
    }

    .section-slide-front .mobile-slider {
        scroll-behavior: smooth;
        /* Плавная прокрутка */
    }

    div#mobileCounter {
        font-size: 14px;
        font-weight: 400;
        padding: 20px 0px;
    }

    div#mobileCounter span {
        color: #FF003B;
    }

    .section-slide-front .slide {
        border-radius: 10px;
    }
}

@media (max-width: 650px) {
    .section-slide-front .mobile-slider>div {
        flex: 0 0 47%;
        max-width: 47%;
        aspect-ratio: 1 / 1;
        scroll-snap-align: start;
        margin-right: 0px;
        opacity: 1 !important;
        position: relative;
        background-size: cover;
        background-position: center;
        color: #000;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    div#mobileSlider>div>div:nth-child(2) {
        height: 85px;
    }
}

@media (min-width: 1050px) {
    section.section-slide-front.section>.container {
        max-width: 1200px;
        padding: 0px 20px;
    }
}

@keyframes rotatePauseReturn {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(45deg);
    }

    60% {
        transform: rotate(45deg);
        /* пауза */
    }

    100% {
        transform: rotate(0deg);
    }
}

.greet-slider-swipe.swipe-icon, .swipe-icon {
    animation: rotatePauseReturn 2s ease-in-out infinite;
}

div#main-slide h2, div#prevSlides h2, div#nextSlides h2, div#mobileSlider h2 {
    font-size: 14px;
    padding-top: 10px;
    line-height: 16px;
}

.mobile-wrapper-slider__swipe-icon.swipe-icon {
    position: absolute;
    bottom: 80px;
    right: 20px;
}

p.main-slide-object {
    font-size: 12px;
    color: rgb(0 0 0 / 30%);
    padding: 5px 0px;
}

div#prevSlides>div {
    width: 100%;
}

div#nextSlides>div {
    width: 100%;
}

p.main-slide-city {
    font-size: 12px;
    display: flex;
    align-items: center;
    padding-top: 2px;
}

p.main-slide-city svg {
    margin-right: 5px;
}

div#prevSlides>div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.section-slide-front .side-block.left {
    justify-content: flex-end;
    flex: 1;
    height: 100%;
}

.catalog-page-section__block {
    margin-bottom: 70rem;
}

.cat-description {
    font-size: 17rem;
    color: #0D0D0D;
    font-weight: 300;
    line-height: 22rem;
    padding-bottom: 30px;
}

.cat-description p {
    font-weight: 300;
    line-height: 22rem;
    padding-bottom: 15px;
}

.cat-description h2 {
    font-size: 38rem;
    line-height: 40rem;
    padding-bottom: 20px;
}

.services-banner-bottom {
    position: relative;
}

.services-banner-bottom-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 90px;
}

.services-banner-bottom-left {
    font-size: 40rem;
    font-weight: 600;
    line-height: 52rem;
    color: #fff;
}

.services-banner-bottom-right a {
    background: linear-gradient(to bottom, #f7600f, #fe0638);
    width: 310px;
    height: 44px;
    border-radius: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

/*
body.stop-scroll {
    overflow-y: scroll;
}
    */

.product-view-line-modal.modal {
    z-index: 50;
}

section.section-slide-front.section {
    position: relative;
}

span.menu-actions-list__icon {
    position: relative;
}

.object-link-front {
    position: absolute;
    top: 105px;
    z-index: 2;
}

.object-link-front a.section-list__btn.button-style {
    min-width: 230rem;
    padding: 0px 15rem;
}

section.section-slide-front.section h2.section-title {
    padding-bottom: 20px;
}

span.map-actions__icon svg {
    min-width: 8px;
    width: 8px;
}

.table ul li::before {
    content: "";
    position: absolute;
    top: 7rem;
    left: 0;
    display: block;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-color: var(--red);
}

.table p,
.table ul {
    font-size: 12rem;
    line-height: 15rem;
}

.table p:not(:last-child),
.table ul:not(:last-child) {
    margin-bottom: 11rem;
}

.table ul li:not(:last-child) {
    margin-bottom: 10rem;
}

.product-material-item.acco-item.actives .acco-content {
    height: auto !important;
}

.services-text ul,
.cat-description ul {
    margin-bottom: 20rem;
}

.services-text ul li::before, .cat-description ul li::before {
    content: "";
    position: absolute;
    top: 7rem;
    left: 0;
    display: block;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background-color: var(--red);
}

.services-text ul li, .cat-description ul li {
    position: relative;
    padding-left: 15rem;
    margin-bottom: 5rem;
}


@media screen and (max-width: 992.98px) {

    .services-text ul li::before,
    .cat-description ul li::before {
        top: 3rem;
    }

    .table ul li::before {
        top: 2rem;
    }
}

@media screen and (min-width: 992.98px) {

    .table p:not(:last-child),
    .table ul li:not(:last-child),
    .table ul:not(:last-child) {
        margin-bottom: 20rem;
    }
}

@media screen and (min-width: 992.98px) {

    .table p,
    .table ul {
        font-size: 16rem;
        line-height: 24rem;
    }
}

.table ul li {
    position: relative;
    padding-left: 20rem;
}

@media screen and (min-width: 992.98px) {
    .map.default-map .map-actions {
        align-items: stretch;
    }
}

@media screen and (max-width: 1150px) {
    .object-link-front {
        display: none;
    }
}

@media screen and (max-width: 1150px) {
    .services-banner-bottom-right a {
        width: 270px;
        height: 44px;
        border-radius: 44px;
    }

    .services-banner-bottom-content {
        padding: 0px 40px;
    }
}

@media screen and (max-width: 990px) {
    .services-banner-bottom-left {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
        color: #fff;
    }
}

@media screen and (max-width: 700px) {
    .services-banner-bottom-left, .services-banner-bottom>img {
        display: none;
    }

    .services-banner-bottom-content {
        position: relative;
        justify-content: center;
        padding: 0px;
        padding-top: 35px;
    }

    .services-banner-bottom-right, .services-banner-bottom-right a {
        width: 100%;
    }

    .cat-description h2 {
        font-size: 22rem;
        line-height: 26rem;
        padding-bottom: 20px;
    }

    .cat-description p {
        font-weight: 300;
        line-height: 18rem;
        padding-bottom: 15px;
        font-size: 13rem;
    }
}

.basket-modal__content .basket-item__actions {
    flex-direction: row;
    align-items: center;
    gap: 20px;
}



@media screen and (min-width: 992.98px) {
    .product-view-line__item.more-than-four-in-a-row button.product-view-line__trigger {
        left: 20%;
    }

    .modal.product-view-line-modal {
        overflow: visible;
    }

    div#product-view-line-1 .product-view-line-modal__header {
        display: none !important;
    }

    .product-view-line__item.more-than-four-in-a-row .modal.product-view-line-modal .modal-wrapper.from--top {
        left: 20%;
        pointer-events: auto;
    }

    .product-view-line-modal.modal {
        pointer-events: none !important;
    }

    .product-view-line .product-view-line__item:nth-child(even) .modal-wrapper.from--top {
        bottom: initial !important;
        top: calc(50% + 30rem) !important;
    }

    .product-view-line .product-view-line__item:nth-child(even) .product-view-line-modal.modal .modal-wrapper.from--top::before {
        display: block;
        top: -4px;
        margin-left: -5px;
        transform: rotate(180deg);
    }
}

.product-card__img picture img {
    max-width: 100%;
    max-height: initial;
}

.material-item__img img {
    height: initial;
}

.basket-item.basket-styles a.basket-item__actions-item.action-compare.add-to-compare.button_compare {
    display: none !important;
}

.product-card-add {
    transition: 0.3s;
}

span.add-to-cart__text {
    transition: 0.3s;
    white-space: nowrap;
}

.product-card__view-bottom .add-to-cart__text {
    width: 70rem;
}

a.product-card-add.add-to-cart.active-product-to-cart span.add-to-cart__text {
    width: 0px;
    opacity: 0;
}

a.product-card-add.add-to-cart.active-product-to-cart {
    background: linear-gradient(to bottom, #51504e, #333231);
    border-radius: 50%;
    padding: 2px 11rem 2px 1px;
}

a.product-card-add.add-to-cart.active-product-to-cart:hover {
    border-radius: 20rem;
    padding-left: 5px;
}

a.product-card-add.add-to-cart.active-product-to-cart:hover span.add-to-cart__text {
    width: 70rem;
    opacity: 1;
    padding-left: 5px;
    white-space: nowrap;
}

div#product-view-line-1 {
    z-index: 97;
}

.up-arrow {
    top: 40rem;
    position: absolute;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.up-arrow span {
    font-size: 14px;
    color: #fff;
    transform: rotate(90deg);
    display: block;
    position: absolute;
    width: 140px;
    top: 135px;
    margin: 0 auto;
    opacity: 0;
    transition: 0.3s;
}

.up-arrow svg {
    transform: scale(1);
    transition: 0.3s;
}

.up-arrow:hover svg {
    transform: scale(1.05);
}

.up-arrow svg g {
    transition: 0.3s;
}

.up-arrow:hover svg g {
    stroke: red;
}

.up-arrow:hover span {
    opacity: 1;
}

main.main-content {
    min-height: calc(100vh - 500px);
}

@media screen and (max-width: 990px) {
    .up-arrow {

        display: none;
    }

    main.main-content {
        min-height: auto;
    }
}

@media screen and (max-width: 768px) {
    section.products-section.products-section2.material-page-products .product-card__img picture img {
        height: 100%;
    }
}

button.header-actions-list__link.basket-modal-header-show {
    position: relative;
}

span.basket-modal-header-count {
    width: 16px;
    height: 16px;
    background: #FF003B;
    position: absolute;
    top: -2px;
    right: -2px;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
}

.menu-actions {
    background-color: initial;
}

.menu-actions-list,
.menu-content {
    background-color: initial;
}

.menu-content {
    background: rgb(13 13 13 / 72%);
}

.product-noize__item {
    background: linear-gradient(220deg, #413D39, #171515);
    flex: 1 1 calc(25% - 20rem);
    border-radius: 10px;
    padding: 15px;
}

.product-noize__icon {
    color: var(--background);
}

.product-noize__item .product-noize__title {
    font-size: 24rem;
    line-height: 26rem;
    color: #fff;
}

.product-noize__list {
    gap: 20rem;
}

.calculate-modal {
    position: relative;
    bottom: -35px;
}

body.page-404 .breadcrumbs {
    display: none !important;
}

.page-404 .header:not(.header-home) {
    position: fixed;
}

body.page-404 div#cart_no_items {
    display: none !important;
}

body.page-404 div#cart_some_items {
    display: none !important;
}

.container-404 img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.container-404 {
    height: 100vh;
    background: url(/img/404.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-404>p {
    color: #fff;
    font-size: 20rem;
    position: absolute;
    top: 70vh;
    width: 100%;
    text-align: center;
}

.container-404>p a {
    color: #fff;
    text-decoration: underline;
}

body.page-404 footer.footer {
    display: none !important;
}

.mobile-menu-404 {
    display: none;
}

.mobile-menu-404-links a {
    display: block;
    color: #fff;
    font-size: 12px;
    width: calc(50% - 20px);
}

section.card-product-image .container>div {
    background: #eff0f0;
    max-height: 550px;
    height: 390px;
    height: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 15px;
    aspect-ratio: 1200 / 550;
}

section.card-product-image .container>div img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    position: relative;
}

section.card-product-image.card-product-image-2 .container {
    display: flex;
    gap: 20px;
}

section.card-product-image.card-product-image-2 .container>div {
    width: 50%;
    aspect-ratio: 590 / 390;
}

.material-slider__slide.swiper-slide {
    background: #eff0f0;
}

.modal {
    background-color: rgba(13, 13, 13, .47);
}

.menu-content {
    background: rgb(13 13 13 / 47%);
}

.services-text h2 {
    font-weight: 700;
    font-size: 29rem;
    line-height: 32rem;
    margin-bottom: 20rem;
    margin-top: 10rem;
}

.services-text h3 {
    font-weight: 700;
    font-size: 25rem;
    line-height: 27rem;
    margin-bottom: 15rem;
    margin-top: 10rem;
}

.services-text p {
    font-size: 16rem;
    line-height: 21rem;
    margin-bottom: 10rem;
}

.services-text {
    font-size: 16rem;
    line-height: 21rem;
    margin-bottom: 10rem;
}

.services-text img {
    max-width: 100%;
    height: auto;
    border-radius: 11px;
    margin: 15rem 0px;
}

.services-columns {
    display: flex;
    margin: 40rem 0rem;
    gap: 25rem;
}

.services-column {
    width: 100%;
}

.services-column-title {
    display: flex;
    align-items: center;
    padding-bottom: 20rem;
}

.services-column-title svg {
    width: 42px;
}

.services-column-title span {
    font-size: 21rem;
    font-weight: 600;
    width: calc(100% - 42px);
}

.services-column-list li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    font-weight: 300;
    line-height: 24rem;
}

.services-column-list li::before {
    content: '';
    width: 10px !important;
    height: 10px;
    background: #fc272a;
    position: absolute;
    left: 0px;
    top: 3px;
    border-radius: 50%;
}

.services-blocks-row {
    display: flex;
    gap: 20rem;
    margin: 20rem 0rem;
}

.services-blocks-item {
    background: #f7f7f7;
    padding: 30rem;
    width: 100%;
    border-radius: 10px;
}

.services-blocks-item br {
    display: none;
}

.services-blocks-item b {
    font-size: 21rem;
    margin-bottom: 20rem;
    display: block;
    line-height: 26rem;
}

.services-blocks-item i {
    font-size: 48rem;
    font-style: normal;
    font-weight: 600;
    color: #FF003B;
    padding: 0rem 0rem 25rem;
    display: block;
}

.services-text.services-text-margin-top {
    margin-top: 50rem;
}

.services-text-nums {
    counter-reset: item-counter;
}

.services-text-num::before {
    counter-increment: item-counter;
    content: counter(item-counter, decimal-leading-zero) "";
    font-weight: bold;
    margin-right: 0.5em;
    color: #FF003B;
    font-size: 60rem;
    line-height: 60rem;
    position: absolute;
}

.services-text-num {
    width: calc(33% - 13rem);
    position: relative;
}

.services-text-nums {
    display: flex;
    flex-wrap: wrap;
    gap: 25rem;
    margin: 25rem 0rem;
}

.services-text-num b {
    margin-left: 85rem;
    font-size: 20rem;
    line-height: 25rem;
    height: 60rem;
    display: flex;
    align-items: center;
}

.services-text-num p {
    margin-top: 12rem;
}

.services-prem {
    max-width: 290px;
    width: calc(33% - 36rem);
    position: relative;
}

.services-prems {
    display: flex;
    flex-wrap: wrap;
    gap: 20rem 60rem;
}

.services-prem img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15rem 0px;
    position: absolute;
    top: 0px;
}

.services-prem b {
    min-height: 50px;
    display: block;
    position: relative;
    border-top: 1px solid #dedede;
    padding-top: 15px;
    text-transform: uppercase;
    line-height: 24rem;
    margin-top: 60px;
}








.certificates-imgs>div {
    height: 50px;
}

.services-section .certificates__wrapper .certificates-actions__btn {
    top: initial;
}

.services-err-main {
    display: flex;
}

.services-err-column-1 {
    font-size: 30rem;
    font-weight: 600;
    width: 5%;
    min-width: 40px;
}

.services-err-column-2 {
    width: 50%;
}

.services-err-column-3 {
    width: 40%;
}

.services-err-main {
    padding-top: 30px;
    border-top: 1px solid #dedede;
    margin-top: 30px;
    justify-content: space-between;
}

.services-err-title {
    font-size: 24rem;
    line-height: 30rem;
}

.services-err-column-3 {
    width: 40%;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .services-text h2 {
        font-size: 24rem;
        line-height: 30rem;
    }

    .services-text h3 {
        font-size: 21rem;
        line-height: 26rem;
    }

    .services-text p {
        font-size: 12rem;
        line-height: 15rem;
    }

    .services-text {
        font-size: 12rem;
        line-height: 15rem;
    }

    .services-columns.services-colimns-4 {
        flex-wrap: wrap;
    }

    .services-text.services-text-img img {
        min-height: 240px;
        object-fit: cover;
    }

    .services-column-title span {
        font-size: 21rem;
        font-weight: 600;
        line-height: 21rem;
        width: calc(100% - 42px);
    }

    .services-column-title span {
        font-size: 16rem;
        font-weight: 600;
        line-height: 18rem;
    }

    .services-blocks .services-blocks-row:nth-child(1) {
        flex-wrap: wrap;
    }

    .services-blocks .services-blocks-row:nth-child(1) .services-blocks-item {
        width: calc(50% - 10rem);
    }

    .services-blocks .services-blocks-row:nth-child(2) {
        flex-wrap: wrap;
    }

    .services-text-nums {
        flex-wrap: wrap;
    }

    .services-text-num {
        width: 100%;
        position: relative;
    }

    .services-text-num::before {
        counter-increment: item-counter;
        content: counter(item-counter, decimal-leading-zero) "";
        font-weight: bold;
        margin-right: 0.5em;
        color: #FF003B;
        font-size: 50px;
        line-height: 50px;
        position: absolute;
    }

    .services-text-num b {
        margin-left: 75px;
        font-size: 22px;
        line-height: 24px;
        height: 50px;
        display: flex;
        align-items: center;
    }

    .services-text-num p {
        margin-top: 5px;
    }

    .services-prem {
        max-width: 100%;
        width: calc(50% - 36rem);
        position: relative;
    }

    .services-err-column-1 {
        display: none;
    }

    .services-err-main {
        flex-wrap: wrap;
    }

    .services-err-column-2 {
        width: 100%;
    }

    .services-err-column-3 {
        width: 100%;
        display: flex;
        align-items: baseline;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 750px) {
    .services-blocks-item b {
        font-size: 16rem;
        margin-bottom: 20rem;
        display: block;
        line-height: 16rem;
    }

    .services-blocks-item i {
        font-size: 32rem;
        font-style: normal;
        font-weight: 600;
        color: #FF003B;
        padding: 0rem 0rem 15rem;
        display: block;
    }

    .services-text-nums {
        flex-wrap: wrap;
    }

    .services-text-num {
        width: 100%;
        position: relative;
    }

    .services-text-num::before {
        counter-increment: item-counter;
        content: counter(item-counter, decimal-leading-zero) "";
        font-weight: bold;
        margin-right: 0.5em;
        color: #FF003B;
        font-size: 50px;
        line-height: 50px;
        position: absolute;
    }

    .services-text-num b {
        margin-left: 75px;
        font-size: 22px;
        line-height: 24px;
        height: 50px;
        display: flex;
        align-items: center;
    }

    .services-text-num p {
        margin-top: 5px;
    }

    .services-prem {
        max-width: 100%;
        width: calc(50% - 36rem);
        position: relative;
    }
}

@media screen and (max-width: 550px) {
    .services-blocks .services-blocks-row:nth-child(1) .services-blocks-item {
        width: calc(50% - 5rem);
    }

    .services-blocks-row {
        display: flex;
        gap: 10rem;
        margin: 10rem 0rem;
    }

    .services-blocks-item {
        background: #f7f7f7;
        padding: 15px;
        width: 100%;
        border-radius: 10px;
    }

    .services-blocks-item b {
        font-size: 12rem;
        margin-bottom: 15rem;
        display: block;
        line-height: 16rem;
    }

    .services-blocks-item i {
        font-size: 22rem;
        font-style: normal;
        font-weight: 600;
        color: #FF003B;
        padding: 0rem 0rem 15rem;
        display: block;
    }

    .services-text-num b {
        margin-left: 75px;
        font-size: 16px;
        line-height: 16px;
        height: 50px;
        display: flex;
        align-items: center;
    }

    .services-prem b {
        min-height: 50px;
        display: block;
        position: relative;
        border-top: 1px solid #dedede;
        padding-top: 15px;
        text-transform: uppercase;
        line-height: 16px;
        margin-top: 60px;
        font-size: 10px !important;
    }

    .services-err-title {
        font-size: 22px;
        line-height: 28px;
    }

    .services-text p {
        font-size: 13px;
        line-height: 19px;
    }

    .services-text {
        font-size: 13px;
        line-height: 19px;
    }
}






























@media screen and (max-width: 992.98px) {
    .modal {
        background-color: rgba(13, 13, 13, .72);
    }

    .menu__wrapper {
        background-color: initial;
    }

    .menu-content {
        background: initial;
    }

    .product-noize__item {
        background: linear-gradient(220deg, #413D39, #171515);
        flex: 1 1 calc(50% - 10rem);
        border-radius: 10px;
        padding: 15px;
    }

    .product-noize__list {
        gap: 5rem;
    }

    .container-404>p {
        display: none;
    }

    .mobile-menu-404 {
        display: block;
        position: absolute;
        bottom: 20px;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        left: 0px;
        right: 0px;
    }

    .mobile-menu-404-links {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        padding-top: 30px;
    }

    .container-404 .mobile-menu-404>p {
        position: relative;
        font-size: 18rem;
        color: #fff;
    }
}

@media screen and (max-width: 600px) {
    .container-404 {
        height: 100vh;
        background: url(/img/404mob600.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    section.card-product-image .container>div {
        background: #eff0f0;
        max-height: 550px;
        height: 390px;
        height: 225px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        border-radius: 15px;
        aspect-ratio: initial;
    }

    main.main-content.material-page section.material-slider {
        display: block !important;
    }

    section.card-product-image.card-product-image-2 {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .container-404 {
        height: 100vh;
        background: url(/img/404mob.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width: 992.98px) {
    .product-characteristics {
        margin-top: 20rem;
    }
}

@media screen and (max-width: 992.97px) {
    .product-view-line__item.more-than-four-in-a-row button.product-view-line__trigger {
        left: 20%;
    }

    .product-noize__item .product-noize__title {
        font-size: 14rem;
        line-height: 18rem;
        color: #fff;
    }
}

@media screen and (max-width: 1250px) {

    .solution__option-item_input {
        margin-bottom: 0px;
    }

    .contacts_data_container UL {
        padding-top: 4px;
    }

    .contacts_data_container UL LI {
        display: block;
        width: 49%;
        min-height: 100px;
    }

    .bottom_contact_container .bottom_right {
        float: none;
        width: 100%;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 990px) {
    .common-header__user-location.user-location.hidden-mobile, .slider-btn__prev.hiddden-mobile, .slider-btn__next.hiddden-mobile {
        display: none;
    }

    .page-pagination-list {
        display: flex;
        flex-wrap: wrap;
    }

    .table p {
        font-size: 12rem;
        line-height: 15rem;
        margin: 11rem 0;
    }
}

@media screen and (max-width: 750px) {
    .product-noize__item .product-noize__title {
        font-size: 12rem;
        line-height: 16rem;
        color: #fff;
        font-weight: 500;
    }

    .contacts_data_container UL LI {
        display: block;
        float: none;
        width: 100%;
        min-height: unset;
        margin-bottom: 18px;
        padding-left: 4px;
    }

    .bottom_contact_container .bottom_right {
        float: none;
        width: 100%;
        margin-bottom: 8px;
    }

    .calculate-modal {
        position: relative;
        bottom: -25px;
    }
}

#town_question_popup {
    width: 370px;
    background: white;
    display: none;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#town_question_popup>div:first-child {
    font-size: 24px;
    line-height: 25px;
    font-weight: bold;
    font-family: 'googleSans', serif;
    display: block;
    text-align: center;
}

#town_question_popup .tqp_buttons {
    padding-top: 21px;
    text-align: center;
}

#town_question_popup .tqp_buttons button {
    display: inline-block;
    border: none;
    text-align: center;
    color: #333333;
    background: #EEEFF1;
    height: 40px;
    width: 100px;
    line-height: 38px;
    font-size: 17px;
    border-radius: 5px;
    margin-left: 7px;
    margin-right: 7px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'googleSans', serif;
}

#town_question_popup .tqp_buttons button:hover {
    background: #D1D1D1;
}

.tpmsg {
    visibility: visible !important;
}

.tpmsg a {
    display: none !important;
}

.tpmsg span {
    display: block;
    width: 80%;
    line-height: 23px;
    background: #f3f3f3;
    color: #888888;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    height: 23px;
    font-family: 'googleSans', serif;
}

.tpmsg span:hover {
    background: #eaeaea;
}

.tsp_not_found {
    margin-top: -12px !important;
    margin-bottom: 15px !important;
    background: #CC0000;
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    font-family: 'googleSans', serif;
    color: #fafafa;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.tsp_not_found a {
    display: inline-block;
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white;
    cursor: pointer;
}

@media screen and (max-width: 420px) {
    #town_question_popup {
        width: 300px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #town_question_popup>div:first-child {
        font-size: 21px;
        line-height: 23px;
    }

    #town_question_popup .tqp_buttons {
        padding-top: 15px;
    }
}


#town_selection_popup {
    width: 900px;
    background: white;
    display: none;
    padding: 45px;
}

#town_selection_popup .tsp_search {
    margin-top: 14px;
    margin-bottom: 18px;
}

.tsp_head .b-close {
    top: 35px;
    right: 70px;
}

.tsp_head .b-close::after {
    font-size: 34px;
    line-height: 40px;
    font-family: 'googleSans', serif;
    font-weight: normal;
    width: 42px;
    height: 42px;
    color: #9e9e9e;
}

.tsp_head .b-close:hover::after {
    color: #888888;
}

.tsp_lists {}

.tsp_head {}

.tsp_head span {
    font-size: 25px;
    font-weight: bold;
    font-family: 'googleSans', serif;
    display: block;
}

.tsp_head div {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 0;
}

.tsp_head input {
    width: 370px;
    height: 36px;
    font-family: 'googleSans', serif;
    text-align: left;
    background: #eef1f5;
    border: none;
    box-shadow: none;
    font-size: 15px;
    color: #242527;
    border-radius: 6px;
    padding: 0 14px;
}

#town_selection_popup ul {
    margin: 0;
    padding: 0;
    width: 25%;
    float: left;
}

#town_selection_popup ul li {
    list-style-type: none;
    display: block;
    height: 32px;
    line-height: 12px;
    margin-bottom: 0;
    padding-left: 2px;
}

#town_selection_popup ul li a {
    font-family: 'googleSans', serif;
    cursor: pointer;
    text-decoration: none;
    border-bottom: none;
    color: #222222;
    font-size: 17px;
    line-height: 12px;
}

#town_selection_popup ul li a.active {
    font-weight: bold;
}

#town_selection_popup ul li a:hover {
    color: #CC0000;
}

#town_selection_popup ul li::before {
    content: none;
    display: none;
}

@media screen and (max-width: 1000px) {
    #town_selection_popup {
        padding: 25px;
        width: 660px;
    }

    #town_selection_popup ul li {
        height: 28px;
    }

    #town_selection_popup ul li a {
        font-size: 15px;
    }

    .tsp_head input {
        width: 290px;
    }

    .tsp_head .b-close {
        top: 23px;
        right: 45px;
    }
}

@media screen and (max-width: 700px) {
    #town_selection_popup {
        width: 420px;
    }

    #town_selection_popup ul {
        width: 50%;
    }

    .tsp_head input {
        width: 230px;
    }

    .tsp_head .b-close {
        top: 15px;
        right: 25px;
    }

    .tsp_head .b-close::after {
        font-size: 29px;
        line-height: 33px;
        width: 36px;
        height: 36px;
    }
}

@media screen and (max-width: 450px) {
    #town_selection_popup {
        padding: 18px;
        width: 280px;
    }

    #town_selection_popup ul {
        width: 95%;
    }

    #town_selection_popup ul li {
        text-align: center;
    }

    #town_selection_popup ul li a {
        font-size: 17px;
    }

    .tsp_head {
        text-align: center;
    }

    .tsp_head input {
        width: 200px;
    }

    .tsp_head .b-close {
        top: 4px;
        right: 5px;
    }

    .tsp_head span {
        margin-left: -27px;
    }
}


.main_cart_table {
    border-collapse: collapse;
    width: 100%;
}

.main_cart_table .item_count_input {
    width: 75px;
}

.main_cart_table th {
    background: #EEF1F6;
    color: #535459;
}

.main_cart_table th div {
    font-size: 17px;
    font-weight: normal;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: 'Proxima Nova';
    border-right: 2px solid white;
}

.main_cart_table td {
    background: #F8F6F7;
}

.main_cart_table td.mct_fixer {
    background: white;
    font-size: 1px;
    line-height: 1px;
    height: 18px;
    border-bottom: none;
}

.main_cart_table td>div {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main_cart_table td div a {
    cursor: pointer;
    border-bottom: none;
}

.main_cart_table td div.mct_item_name {
    text-align: left;
}

.mct_item_name a {
    font-size: 17px;
    text-decoration: none;
    border-bottom: none;
    color: #242527;
    font-weight: bold;
}

.mct_item_price {
    font-size: 17px;
    color: #242527;
    font-weight: bold;
}

.mct_item_sum {
    font-size: 17px;
    color: #242527;
    font-weight: bold;
}

.mct_item_image {
    text-align: center;
}

.mct_item_image img {
    width: 100px;
}

@media screen and (max-width: 700px) {
    .main_cart_table th div {
        font-size: 14px;
        font-weight: normal;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .mct_item_name a {
        font-size: 14px;
        text-decoration: none;
        border-bottom: none;
        color: #242527;
        font-weight: bold;
    }

    .mct_item_price {
        font-size: 14px;
        color: #242527;
        font-weight: bold;
    }

    .mct_item_sum {
        font-size: 14px;
        color: #242527;
        font-weight: bold;
    }

    .main_cart_table .item_count_input {
        width: 45px;
    }

}



.iac_bottom_buttons {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 6px;
}

.iac_bottom_buttons a {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
    padding-bottom: 1px;
    background: #f0f0f0;
    cursor: pointer;
    border: 1px solid #CFE6FA;
    display: inline-block;
    color: #333333;
    border-radius: 3px;
}

.iac_change_button A {
    color: #2B91AF;
    border-color: #2B91AF;
}

.iac_change_button {
    text-align: right;
    padding-bottom: 6px;
    border-bottom: 1px solid #f0f0f0;
}

.iac_buttons_div {
    margin-top: 4px;
}

.iac_components_container TABLE {
    width: 100%;
    border-collapse: collapse;
}

.iac_components_container TABLE TH {
    white-space: nowrap;
    background: #f0f0f0;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    padding-left: 2px;
    padding-right: 2px;
}

.iac_components_container TABLE TD {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #f0f0f0;
    font-size: 13px;
    vertical-align: middle;
    line-height: 15px;
}

.iac_components_container TABLE TD IMG {
    display: block;
    max-width: none;
}

.iac_components_container TABLE TD A {
    text-decoration: none;
    color: #2B91AF;
    border: none;
}

.iac_components_container {}

.iac_details_div SPAN {
    color: #888888;
    font-size: 14px;
}

.iac_details_div I {
    font-style: normal;
    font-size: 13px;
    color: #777777;
    font-weight: bold;
}

.iac_details_div {}

.iac_components_title_div {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 2px;
}

.iac_title_div {
    text-align: center;
    font-weight: bold;
    margin-bottom: 6px;
}

.item_adv_content {
    display: none;
    width: 320px;
    background: white;
    border-radius: 3px;
}

.item_adv_content .b-close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #2B91AF;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.item_adv_content .b-close:hover {
    background: #1E1E1E;
}

.item_adv_content>DIV {
    padding: 10px;
}

.item_adv_caption {
    display: block;
    cursor: pointer;
}

.item_adv_caption DIV {
    text-align: center;
}

.item_adv_caption SPAN {
    display: inline-block;
    margin-top: 4px;
    padding-left: 6px;
    padding-right: 6px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background: #f0f0f0;
    color: #444444;
    font-size: 14px;
    cursor: pointer;
}

.cart_main_button {
    padding: 8px;
    background: #f0f0f0;
    cursor: pointer;
    border: 1px solid #CFE6FA;
}

#town_question_popup {
    width: 370px;
    background: white;
    display: none;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#town_question_popup>div:first-child {
    font-size: 24px;
    line-height: 25px;
    font-weight: bold;
    font-family: 'googleSans', serif;
    display: block;
    text-align: center;
}

#town_question_popup .tqp_buttons {
    padding-top: 21px;
    text-align: center;
}

#town_question_popup .tqp_buttons button {
    display: inline-block;
    border: none;
    text-align: center;
    color: #333333;
    background: #EEEFF1;
    height: 40px;
    width: 100px;
    line-height: 38px;
    font-size: 17px;
    border-radius: 5px;
    margin-left: 7px;
    margin-right: 7px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'googleSans', serif;
}

#town_question_popup .tqp_buttons button:hover {
    background: #D1D1D1;
}

.tpmsg {
    visibility: visible !important;
}

.tpmsg a {
    display: none !important;
}

.tpmsg span {
    display: block;
    width: 80%;
    line-height: 23px;
    background: #f3f3f3;
    color: #888888;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    height: 23px;
    font-family: 'googleSans', serif;
}

.tpmsg span:hover {
    background: #eaeaea;
}

.tsp_not_found {
    margin-top: -12px !important;
    margin-bottom: 15px !important;
    background: #CC0000;
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    font-family: 'googleSans', serif;
    color: #fafafa;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.tsp_not_found a {
    display: inline-block;
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white;
    cursor: pointer;
}

form#customOrderForm {
    font-size: 20px;
}

@media screen and (max-width: 420px) {
    .empty-cart-text {
        font-size: 16rem;
        line-height: 20rem;
    }

    #town_question_popup {
        width: 300px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #town_question_popup>div:first-child {
        font-size: 21px;
        line-height: 23px;
    }

    #town_question_popup .tqp_buttons {
        padding-top: 15px;
    }
}


#town_selection_popup {
    width: 900px;
    background: white;
    display: none;
    padding: 45px;
}

#town_selection_popup .tsp_search {
    margin-top: 14px;
    margin-bottom: 18px;
}

.tsp_head .b-close {
    top: 35px;
    right: 70px;
}

.tsp_head .b-close::after {
    font-size: 34px;
    line-height: 40px;
    font-family: 'googleSans', serif;
    font-weight: normal;
    width: 42px;
    height: 42px;
    color: #9e9e9e;
}

.tsp_head .b-close:hover::after {
    color: #888888;
}

.tsp_lists {}

.tsp_head {}

.tsp_head span {
    font-size: 25px;
    font-weight: bold;
    font-family: 'googleSans', serif;
    display: block;
}

.tsp_head div {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 0;
}

.tsp_head input {
    width: 370px;
    height: 36px;
    font-family: 'googleSans', serif;
    text-align: left;
    background: #eef1f5;
    border: none;
    box-shadow: none;
    font-size: 15px;
    color: #242527;
    border-radius: 6px;
    padding: 0 14px;
}

#town_selection_popup ul {
    margin: 0;
    padding: 0;
    width: 25%;
    float: left;
}

#town_selection_popup ul li {
    list-style-type: none;
    display: block;
    height: 32px;
    line-height: 12px;
    margin-bottom: 0;
    padding-left: 2px;
}

#town_selection_popup ul li a {
    font-family: 'googleSans', serif;
    cursor: pointer;
    text-decoration: none;
    border-bottom: none;
    color: #222222;
    font-size: 17px;
    line-height: 12px;
}

#town_selection_popup ul li a.active {
    font-weight: bold;
}

#town_selection_popup ul li a:hover {
    color: #CC0000;
}

#town_selection_popup ul li::before {
    content: none;
    display: none;
}







.property-tag-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.property-tag-filter>div {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    padding: 8px 15px;
    background: #F7690C;
    background: linear-gradient(180deg, rgba(247, 105, 12, 1) 0%, rgba(255, 0, 59, 1) 100%);
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
}

.property-tag-filter>div span {
    position: relative;
    top: -1px;
}

.property-tag-filter>div svg {
    margin-left: 10px;
    width: 16px;
}

.property-tag-filter>div svg path {
    fill: #fff;
}

.property-tag-filter>.btn-clean-all-filter {
    background: #f7f7f7;
    color: #000;
    border: 1px solid #eaeaea;
}

.property-tag-filter>div.btn-clean-all-filter svg path {
    fill: #000;
}

form#filterForms {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: calc(100% - 22%);
}

.property-tag-filter {
    margin-top: 20px;
}

.select-filter-seacrh-result.filter__value {
    margin-bottom: 50px;
}

.applyFiltersBtn.disable {
    pointer-events: none;
    cursor: not-allowed;
}

button.applyFiltersBtn {
    position: absolute;
    bottom: 10px;
    background: #eff0f0;
    width: calc(100% - 55px);
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 44px;
    color: #C1C1C1;
    transition: 0.3s;
    font-size: 14px;
}

.catalog-objects-list .property-tag-filter {
    display: none;
}

button.applyFiltersBtn.active {
    background: #2D2C2B;
    background: linear-gradient(180deg, #555351, #2D2C2B 100%);
    color: #fff;
    cursor: pointer;
}

.filterForms-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.filter-applying-list .select__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7rem 0;
    padding: 20rem 0;
}

.filter-applying-list .select__options.active .select__option-check {
    color: var(--red);
}

.filter-applying-list .select__options.active {
    color: var(--red);
}

.select-filter__content.filter-applying-list.select__options {
    padding-bottom: 55px;
}

.select-filter__content.filter-applying-list.select__options button.applyFiltersBtn {
    width: calc(100% - 30px);
}

.catalog-page-actions-main.desktop--version {
    display: flex !important;
}

.catalog-page-actions-main.mobiles--version {
    display: none !important;
}

.catalog-page-actions-main.mobiles--version {
    overflow-x: hidden;
}

form#filterForms-mobile {
    overflow: hidden;
}

form#filterForms-mobile .filterForms-left {
    overflow-x: auto;
    gap: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

form#filterForms-mobile .filterForms-right {
    margin-top: 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

/* Скрываем галочку чекбокса внутри label */
.filterForms-center-main label input[type="checkbox"]+.select__option-check {
    display: none;
}

/* Изменяем фон для label при активном чекбоксе */
.filterForms-center-mainlabel input[type="checkbox"]:checked+.select__option-check+.select__option-text {
    background-color: #e0e0e0;
}

/* Для стилизации фона самого label при активном чекбоксе */
.filterForms-center-mainlabel input[type="checkbox"]:checked {
    background-color: #e0e0e0;
}

/* Для кликабельных label, когда чекбокс активен */
.filterForms-center-mainlabel input[type="checkbox"]:checked+.select__option-check+.select__option-text {
    color: #333;
}

.filterForms-center-main {
    max-width: 150vw;
    width: 150vw;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    overflow-x: overlay;
}

.filterForms-center-main>* {
    background: #f7f7f7;
    color: #000;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 24px;
    border: 1px solid #dddddd;
    transition: 0.3s;
}

.filterForms-center-main>*.checked {
    background: -webkit-gradient(linear, left bottom, left top, from(#FF003B), to(#F7690C));
    background: linear-gradient(0deg, #FF003B, #F7690C);
    color: var(--white);
    border: 1px solid transparent;
}










.catalog-page-actions.solution-filter-main .catalog-page-actions-main.desktop--version {
    display: block !important;
}

.catalog-page-actions.solution-filter-main h2 {
    font-size: 21rem;
    padding-bottom: 15px;
    padding-top: 5px;
}

.solution-filter-btn-prim span {
    font-size: 14rem;
}

.solution-filter-btn-prim {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #E3E3E3;
    min-width: 130px;
    border-radius: 44px;
    cursor: pointer;
    padding: 0px 15px;
}

.solution-filter-flex.sol-shum .solution-filter-btn-prim.active {
    color: var(--white);
    background: -webkit-gradient(linear, left top, left bottom, from(#F7690C), to(#FF003B));
    background: linear-gradient(#F7690C, #FF003B);
    border: 1px solid transparent;
}

.solution-filter-btn-prim.active {
    color: var(--white);
    background: -webkit-gradient(linear, left top, left bottom, from(#F7690C), to(#FF003B));
    background: linear-gradient(#F7690C, #FF003B);
    border: 1px solid transparent;
}

.solution-filter-flex {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

h1.sol-h1 {
    font-size: 45rem;
}

.solution-filter-flex.sol-shum .solution-filter-btn-prim {
    background: linear-gradient(210deg, rgba(65, 61, 57, 1) 0%, rgba(0, 0, 0, 1) 100%);
    color: #fff;
}

.solution-filter-flex.sol-shum .solution-filter-btn-prim svg {
    padding: 4px 0px;
    max-width: 44px;
}

.solution-filter-flex.sol-shum .solution-filter-btn-prim span {
    padding-left: 10px;
}

.solution-filter-flex.sol-shum .solution-filter-btn-prim {
    padding: 0px 15px;
}












@media screen and (max-width: 990px) {

    .solution-filter-btn-prim span {
        font-size: 12rem;
    }

    .solution-filter-btn-prim {
        height: 40px;
    }

    .solution-filter-flex {
        overflow-x: auto;
        gap: 10px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        flex-wrap: nowrap;
    }

    .solution-filter-flex::-webkit-scrollbar {
        height: 0px;
        background: transparent;
    }

    .solution-filter-flex.sol-shum .solution-filter-btn-prim {
        padding: 0px 15px;
        flex: 0 0 auto;
    }

    h1.sol-h1 {
        font-size: 24rem;
    }

    .catalog-page-actions.solution-filter-main h2 {
        font-size: 16rem;
        padding-bottom: 15px;
        padding-top: 5px;
    }
}



@media screen and (max-width: 992.98px) {
    .catalog-page-actions-main.desktop--version {
        display: none !important;
    }

    .catalog-page-actions-main.mobiles--version {
        display: flex !important;
    }

    section#catalog-page-section>.container {
        overflow-x: hidden;
    }

    section.catalog-page-section .container {
        overflow-x: auto;
    }

    .filterForms-center {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .filterForms-center-main {
        max-width: 150vw;
        width: 150vw;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 5px;
        position: relative;
    }

    form#filterForms-mobile .filterForms-left .select-filter__header.active {
        background: -webkit-gradient(linear, left bottom, left top, from(#FF003B), to(#F7690C));
        background: linear-gradient(0deg, #FF003B, #F7690C);
        color: #fff;
    }

    .catalog-page-actions-main.mobiles--version .select-filter__content.filter-applying-list.select__options {
        padding-bottom: 0px;
    }

    .property-tag-filter {
        display: none;
    }

    .catalog-objects-filter .select-filter__header {
        display: block;
    }

    .property-tag-filter {
        display: none !important;
    }
}

@media screen and (min-width: 992.98px) {

    form#filterForms .catalog-page-actions-main__item.select-filter.filter__group:hover .select-filter__header,
    .catalog-page-actions-main.desktop--version .catalog-page-actions-main__item.select-filter:hover .select-filter__header {
        background: -webkit-gradient(linear, left bottom, left top, from(#FF003B), to(#F7690C));
        background: linear-gradient(0deg, #FF003B, #F7690C);
        color: #fff;
    }











    .filterForms-right .select-filter__content {
        width: 205rem;
    }

    .catalog-page-actions-main.desktop--version>.catalog-page-actions-main__item.select-filter>.select-filter__content {
        width: 325rem;
    }

    .filterForms-left .select-filter__content {
        width: 325rem;
    }

    .label-js-filter.active {
        color: #ff003b;
    }

    .label-js-filter.active .select__option-check {
        color: #ff003b;
    }

    .label-js-filter input {
        display: none;
    }

    .label-js-filter .select__option-check {
        margin: 0px;
        margin-right: 10px;
    }

    .label-js-filter.active .select__option-check {
        color: #ff003b;
    }

    .label-js-filter {
        display: flex;
        align-items: center;
        cursor: pointer;
    }
}




@media screen and (max-width: 1000px) {
    #town_selection_popup {
        padding: 25px;
        width: 660px;
    }

    #town_selection_popup ul li {
        height: 28px;
    }

    #town_selection_popup ul li a {
        font-size: 15px;
    }

    .tsp_head input {
        width: 290px;
    }

    .tsp_head .b-close {
        top: 23px;
        right: 45px;
    }
}

@media screen and (max-width: 700px) {
    #town_selection_popup {
        width: 420px;
    }

    #town_selection_popup ul {
        width: 50%;
    }

    .tsp_head input {
        width: 230px;
    }

    .tsp_head .b-close {
        top: 15px;
        right: 25px;
    }

    .tsp_head .b-close::after {
        font-size: 29px;
        line-height: 33px;
        width: 36px;
        height: 36px;
    }
}

@media screen and (max-width: 450px) {
    #town_selection_popup {
        padding: 18px;
        width: 280px;
    }

    #town_selection_popup ul {
        width: 95%;
    }

    #town_selection_popup ul li {
        text-align: center;
    }

    #town_selection_popup ul li a {
        font-size: 17px;
    }

    .tsp_head {
        text-align: center;
    }

    .tsp_head input {
        width: 200px;
    }

    .tsp_head .b-close {
        top: 4px;
        right: 5px;
    }

    .tsp_head span {
        margin-left: -27px;
    }

    .button_green .button__icon_right+.button__wrap {
        padding-left: 0;
        padding-right: 18px;
        white-space: nowrap;
    }
}










.product-card__img picture img {
    aspect-ratio: 310 / 242;
    object-fit: contain;
}

div#mobileSlider div a {
    height: 100%;
}

.material-short-price__block .price-current {
    white-space: nowrap;
}
/* End */


/* Start:/local/templates/acontrol/components/bitrix/sale.basket.basket.line/acontrol/style.css?17352506293946*/
.bx-basket {}
.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.bx-basket-fixed.top	  {top:10px}
	.bx-basket-fixed.right  {right:10px}
	.bx-basket-fixed.bottom{bottom:10px}
	.bx-basket-fixed.left	 {left:10px}
	.bx-basket-fixed.bx-max-height{top:10px;bottom:10px;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.bx-basket-item-list-item-img img{
	max-width: 90px;
	height: auto;
	border: 1px solid #E6E6E6;
}
.bx-basket-item-list-item-name{padding-bottom: 5px;}
.bx-basket-item-list-item-name a{
	font-size: 13px;
	color: #3F3F3F;
	text-decoration: none;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.bx-basket-item-list-item-remove:hover{
	opacity: .7;
}
.bx-basket-item-list-item-price-block{
	padding-bottom: 5px;
	font-size: 12px;
}
.bx-basket-item-list-item-price{
	display: inline-block;
	margin-right: 5px;
}
.bx-basket-item-list-item-price-old{
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
/* End */
/* /local/templates/acontrol/css/jquery-ui.css?173525062935973 */
/* /local/templates/acontrol/css/owl.carousel.css?17352506294028 */
/* /local/templates/acontrol/css/jquery.fancybox.css?173525062917412 */
/* /local/templates/acontrol/css/slick.css?17352506291778 */
/* /local/templates/acontrol/css/new/vendor.css?173525105317629 */
/* /local/templates/acontrol/css/new/style.css?1763161567200364 */
/* /local/templates/acontrol/css/new/style_user.css?176101923664888 */
/* /local/templates/acontrol/components/bitrix/sale.basket.basket.line/acontrol/style.css?17352506293946 */
