

/* Start:/bitrix/templates/arlift/vendor/fancybox/jquery.fancybox.css?17430573384895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/arlift/vendor/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/arlift/vendor/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/arlift/vendor/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

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

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/arlift/vendor/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/arlift/vendor/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/arlift/vendor/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/arlift/assets/lib/hystmodal/hystmodal.min.css?17430573372290*/
.hystmodal__opened,.hystmodal__shadow{position:fixed;right:0;left:0;overflow:hidden}.hystmodal__shadow{border:none;display:block;width:100%;top:0;bottom:0;pointer-events:none;z-index:98;opacity:0;transition:opacity .15s ease;background-color:#000}.hystmodal__shadow--show{pointer-events:auto;opacity:.6}.hystmodal{position:fixed;top:0;bottom:0;right:0;left:0;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;opacity:1;pointer-events:none;display:flex;flex-flow:column nowrap;justify-content:flex-start;z-index:99;visibility:hidden}.hystmodal--active{opacity:1}.hystmodal--active,.hystmodal--moved{pointer-events:auto;visibility:visible}.hystmodal__wrap{flex-shrink:0;flex-grow:0;width:100%;min-height:100%;margin:auto;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}.hystmodal__window{margin:50px 0;box-sizing:border-box;flex-shrink:0;flex-grow:0;background:#fff;width:600px;max-width:100%;overflow:visible;transition:transform .2s ease 0s,opacity .2s ease 0s;transform:scale(.9);opacity:0}.hystmodal--active .hystmodal__window{transform:scale(1);opacity:1}.hystmodal__close{position:absolute;z-index:10;top:0;right:-40px;display:block;width:30px;height:30px;background-color:transparent;background-position:50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");background-size:100% 100%;border:none;font-size:0;cursor:pointer;outline:none}.hystmodal__close:focus{outline:2px dotted #afb3b9;outline-offset:2px}@media (max-width:767px){.hystmodal__close{top:10px;right:10px;width:24px;height:24px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E")}.hystmodal__window{margin:0}}
/* End */


/* Start:/bitrix/templates/arlift/assets/lib/nice-select2/nice-select2.css?17430573373554*/
.nice-select{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:normal;height:38px;line-height:36px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left !important;transition:all .2s ease-in-out;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;transform-origin:66% 66%;transform:rotate(45deg);transition:all .15s ease-in-out;width:5px}.nice-select.open:after{transform:rotate(-135deg)}.nice-select.open .nice-select-dropdown{opacity:1;pointer-events:auto;transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .nice-select-dropdown{left:0 !important;right:0 !important}.nice-select.right{float:right}.nice-select.right .nice-select-dropdown{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .nice-select-dropdown{height:230px;overflow-y:scroll;overflow-x:hidden;margin-top:4px;background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);pointer-events:none;position:absolute;top:100%;left:0;transform-origin:50% 0;transform:scale(0.75) translateY(19px);transition:all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;z-index:9;opacity:0}.nice-select .list{border-radius:5px;box-sizing:border-box;padding:0;max-height:210px}.nice-select .list:hover .option:not(:hover){background-color:rgba(0,0,0,0) !important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;outline:none;padding-left:18px;padding-right:29px;text-align:left;transition:all .2s}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}.nice-select .option.selected{font-weight:bold}.nice-select .option.disabled{background-color:rgba(0,0,0,0);color:#999;cursor:default}.nice-select .optgroup{font-weight:bold}.no-csspointerevents .nice-select .nice-select-dropdown{display:none}.no-csspointerevents .nice-select.open .nice-select-dropdown{display:block}.nice-select .list::-webkit-scrollbar{width:0}.nice-select .has-multiple{white-space:inherit;height:auto;padding:7px 12px;min-height:36px;line-height:22px}.nice-select .has-multiple span.current{border:1px solid #ccc;background:#eee;padding:0 10px;border-radius:3px;display:inline-block;line-height:24px;font-size:14px;margin-bottom:3px;margin-right:3px}.nice-select .has-multiple .multiple-options{display:block;line-height:24px;padding:0}.nice-select .nice-select-search-box{box-sizing:border-box;width:100%;padding:5px;pointer-events:none;border-radius:5px 5px 0 0}.nice-select .nice-select-search{box-sizing:border-box;background-color:#fff;border:1px solid #e8e8e8;border-radius:3px;color:#444;display:inline-block;vertical-align:middle;padding:7px 12px;margin:0 10px 0 0;width:100%;min-height:36px;line-height:22px;height:auto;outline:0 !important;font-size:14px}

/*# sourceMappingURL=nice-select2.css.map*/
/* End */


/* Start:/bitrix/templates/arlift/assets/css/style.css?174341989829067*/
/* Normalize */
* {
  box-sizing: border-box; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/* Main */
@font-face {
  font-display: swap;
  font-family: "Lato";
  src: url("/bitrix/templates/arlift/assets/css/../../fonts/LatoLight/LatoLight.eot");
  src: url("/bitrix/templates/arlift/assets/css/../../fonts/LatoLight/LatoLight.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/arlift/assets/css/../../fonts/LatoLight/LatoLight.woff") format("woff"), url("/bitrix/templates/arlift/assets/css/../../fonts/LatoLight/LatoLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-display: swap;
  font-family: "Lato";
  src: url("/bitrix/templates/arlift/assets/css/../../fonts/LatoLightItalic/LatoLightItalic.eot");
  src: url("/bitrix/templates/arlift/assets/css/../../fonts/LatoLightItalic/LatoLightItalic.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/arlift/assets/css/../../fonts/LatoLightItalic/LatoLightItalic.woff") format("woff"), url("/bitrix/templates/arlift/assets/css/../../fonts/LatoLightItalic/LatoLightItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 300; }
@font-face {
  font-display: swap;
  font-family: "Lato";
  src: url("/bitrix/templates/arlift/assets/css/../../fonts/LatoRegular/LatoRegular.eot");
  src: url("/bitrix/templates/arlift/assets/css/../../fonts/LatoRegular/LatoRegular.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/arlift/assets/css/../../fonts/LatoRegular/LatoRegular.woff") format("woff"), url("/bitrix/templates/arlift/assets/css/../../fonts/LatoRegular/LatoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-display: swap;
  font-family: "Lato";
  src: url("/bitrix/templates/arlift/assets/css/../../fonts/LatoItalic/LatoItalic.eot");
  src: url("/bitrix/templates/arlift/assets/css/../../fonts/LatoItalic/LatoItalic.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/arlift/assets/css/../../fonts/LatoItalic/LatoItalic.woff") format("woff"), url("/bitrix/templates/arlift/assets/css/../../fonts/LatoItalic/LatoItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400; }
@font-face {
  font-display: swap;
  font-family: "Lato";
  src: url("/bitrix/templates/arlift/assets/css/../../fonts/LatoBold/LatoBold.eot");
  src: url("/bitrix/templates/arlift/assets/css/../../fonts/LatoBold/LatoBold.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/arlift/assets/css/../../fonts/LatoBold/LatoBold.woff") format("woff"), url("/bitrix/templates/arlift/assets/css/../../fonts/LatoBold/LatoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-display: swap;
  font-family: "Lato";
  src: url("/bitrix/templates/arlift/assets/css/../../fonts/LatoBoldItalic/LatoBoldItalic.eot");
  src: url("/bitrix/templates/arlift/assets/css/../../fonts/LatoBoldItalic/LatoBoldItalic.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/arlift/assets/css/../../fonts/LatoBoldItalic/LatoBoldItalic.woff") format("woff"), url("/bitrix/templates/arlift/assets/css/../../fonts/LatoBoldItalic/LatoBoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700; }
/*@font-face {
  font-display: swap;
  font-family: Lato-Heavy;
  src: url(/bitrix/templates/arlift/assets/css/../../fonts/lato-heavy.ttf);
}

@font-face {
  font-display: swap;
  font-family: Lato-Semibold;
  src: url(/bitrix/templates/arlift/assets/css/../../fonts/lato-semibold.ttf);
}

@font-face {
  font-display: swap;
  font-family: Lato-Medium;
  src: url(/bitrix/templates/arlift/assets/css/../../fonts/lato-medium.ttf);
}*/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #777777; }
body.overflow-hidden {
  overflow: hidden; }

h1, .h1 {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 30px; }

h2, .h2 {
  margin: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 30px; }

h3, .h3 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px; }

h4, .h4 {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 30px; }

p, .p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px; }

ul, .ul, ol, .ol {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  margin-bottom: 20px; }
ul li, .ul li, ol li, .ol li {
  margin-bottom: 5px; }
ul li p, .ul li p, ol li p, .ol li p {
  margin-bottom: 0; }
ul li:last-child, .ul li:last-child, ol li:last-child, .ol li:last-child {
  margin-bottom: 0; }

ul, .ul {
  list-style: square; }

a, .a {
  color: #cc0514;
  text-decoration: none; }

button, .button {
  display: inline-block;
  margin: 0;
  outline: none;
  box-shadow: none;
  width: fit-content;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 25px;
  color: #fff;
  border-radius: 0;
  border: 1px solid #cc0514;
  background: #cc0514;
  cursor: pointer;
  transition: .3s all;
  text-decoration: none;
  text-align: center; }
button:hover, .button:hover {
  text-decoration: none;
  color: #cc0514;
  background: #fff; }
button.alt-button, .button.alt-button {
  border: 1px solid #cc0514;
  color: #cc0514;
  background: #fff; }
button.alt-button:hover, .button.alt-button:hover {
  text-decoration: none;
  color: #fff;
  background: #cc0514; }

.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%; }

.header-top {
  padding: 20px 0;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 180px 4fr 4fr 2fr;
  border-bottom: 1px solid #eaeaea; }

.header-logo {
  line-height: 0; }
.header-logo img {
  max-width: 180px;
  width: 100%;
  aspect-ratio: 180/60; }

.header-offices {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 25px; }

.header-office-choice {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  text-transform: initial;
  font-weight: normal;
  letter-spacing: initial; }
.header-office-choice:hover {
  background: transparent;
  border: none; }
.header-office-choice svg {
  width: 17px;
  height: auto; }
.header-office-choice span {
  color: #CC0514;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold; }

.header-contacts {
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  gap: 3px;
  position: relative; }
.header-contacts:before {
  content: '';
  border-left: 1px solid #eaeaea;
  width: 1px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }
.header-contacts:after {
  content: '';
  border-left: 1px solid #eaeaea;
  width: 1px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }

.header-options {
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  gap: 10px; }

.header-callback-button,
.header-feedback-modal,
.headzyavka

{
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: initial;
  font-weight: normal;
  letter-spacing: initial;
  font-size: 14px;
  line-height: 14px;
  color: #777777; }
.header-callback-button svg,
.header-feedback-modal svg,
.headzyavka svg

{
  width: 20px;
  height: auto; }
.header-callback-button:hover,
.header-feedback-modal:hover {
  background: transparent;
  border: none;
  color: #777777; }

.header-order-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #777777; }
.header-order-link svg {
  width: 20px;
  height: auto; }
.header-order-link:hover {
  color: #777777; }

.header-bottom {
  display: flex;
  align-items: center;
  gap: 30px; }

.header-menu ul {
  padding: 0;
  margin: 0;
  list-style: none; }
.header-menu ul li {
  margin: 0;
  padding: 0; }

.header-menu-ul-lvl-0 {
  display: flex;
  align-items: center;
  gap: 30px; }

.header-menu-a-lvl-0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  text-transform: uppercase;
  color: #232221;
  font-size: 11px;
  line-height: 11px;
  padding: 30px 0;
  white-space: nowrap;
  position: relative; }

.header-dropdown-i:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-bottom: 3px solid #aeaeae;
  border-right: 3px solid #aeaeae;
  transform: rotate(45deg) scale(0.4);
  transition: 0.2s ease-out; }

a.header-menu-a-lvl-0:hover {
  color: #cc0514; }

.header-menu-li-parent-lvl-0 {
  position: relative; }
.header-menu-li-parent-lvl-0:hover .header-dropdown-i:after {
  transform: rotate(135deg) scale(0.4); }
.header-menu-li-parent-lvl-0:hover > .header-menu-ul-lvl-1 {
  display: flex; }

ul.header-menu-ul-lvl-1 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  flex-direction: column;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  width: auto;
  background: #fff; }

.header-menu .header-menu-li-lvl-1 {
  padding: 0 16px; }

.header-menu-a-lvl-1 {
  display: block;
  text-transform: uppercase;
  color: #232221;
  font-size: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #ebebeb;
  white-space: nowrap; }

a.header-menu-a-lvl-1:hover {
  color: #cc0514; }

.header-menu-li-parent-lvl-1 {
  position: relative; }
.header-menu-li-parent-lvl-1:hover > .header-menu-ul-lvl-2 {
  display: flex; }

ul.header-menu-ul-lvl-2 {
  position: absolute;
  top: 0;
  left: calc( 100% + 10px );
  z-index: 10;
  display: none;
  flex-direction: column;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  width: auto;
  background: #fff; }
ul.header-menu-ul-lvl-2:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  width: 10px;
  z-index: 1; }

.header-menu .header-menu-li-lvl-2 {
  padding: 0 16px; }

.header-menu-a-lvl-2 {
  display: block;
  text-transform: uppercase;
  color: #232221;
  font-size: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #ebebeb;
  white-space: nowrap; }

a.header-menu-a-lvl-2:hover {
  color: #cc0514; }

.header-search-lang-block {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 30px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea; }

.header-search {
  width: 18px;
  height: auto;
  line-height: 0; }

.header-language-switcher {
  display: flex;
  align-items: center;
  gap: 10px; }

.header-language.active {
  color: #777; }
.header-language.active:hover {
  color: #cc0514; }

.header-login {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  width: 100%; }
.header-login svg {
  width: 20px;
  height: auto; }

.header-menu-toggler {
  display: none; }

.whatsapp-block__link {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
  width: 80px;
  transition: all 0.7s ease;
  animation: rotate 1s linear infinite; }

@keyframes rotate {
  0% {
    width: 80px;
    right: 20px;
    bottom: 20px; }
  50% {
    width: 60px;
    right: 30px;
    bottom: 30px; }
  100% {
    width: 80px;
    right: 20px;
    bottom: 20px; } }
.whatsapp-block__link img {
  width: 100%;
  aspect-ratio: 1/1; }

.whatsapp-block__link:hover {
  opacity: 0.8; }

.compare-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: fixed;
  right: 32px;
  bottom: 115px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #DE212B;
  border: 4px solid #DE212B;
  z-index: 5;
  transition: .3s all ease 0s; }
@media (max-width: 1024px) {
  .compare-link-btn {
    right: 5px;
    bottom: 55px;
  }

}
.compare-link-btn__number:before {
  content: '';
  display: block;
  margin-right: 4px;
  margin-top: -4px;
  width: 18px;
  height: 18px;
  mask: url("/bitrix/templates/arlift/assets/css/../../img/compare-btn.svg") no-repeat center/contain;
  -webkit-mask: url("/bitrix/templates/arlift/assets/css/../../img/compare-btn.svg") no-repeat center/contain;
  background-color: #F9F9F9;
  transition: .3s all ease 0s; }

.compare-link-btn__number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F9F9F9 !important;
  font-size: 16px;
  text-decoration: none;
  transition: .3s all ease 0s; }

.compare-link-btn:hover {
  background: #F9F9F9; }

.compare-link-btn:hover .compare-link-btn__number {
  color: #DE212B !important; }

.compare-link-btn:hover .compare-link-btn__number:before {
  background-color: #DE212B; }

.footer {
  background-color: #2a2b30;
  padding: 50px 0;
  margin-top: auto; }

.footer-layout {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start; }

.footer-logo-column {
  display: flex;
  flex-direction: column;
  gap: 20px; }
.footer-logo-column .footer-logo {
  line-height: 0; }
.footer-logo-column .footer-logo img {
  max-width: 180px;
  aspect-ratio: 180/62;
  width: 100%;
  height: auto; }
.footer-logo-column .footer-apps {
  display: flex;
  align-items: center;
  gap: 10px; }
.footer-logo-column .footer-apps img {
  width: auto;
  height: 30px; }
.footer-logo-column .footer-copyright {
  color: #bfbfbf; }

.footer-menu-column {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.footer-menu-title {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap; }

.footer-menu ul, .footer-menu li {
  list-style: none;
  padding: 0;
  margin: 0; }
.footer-menu li {
  margin-bottom: 8px; }
.footer-menu a {
  color: #bfbfbf;
  white-space: nowrap; }
.footer-menu a:hover {
  color: #fff; }

.footer-menu-uppercase li {
  margin-bottom: 20px; }
.footer-menu-uppercase a {
  text-transform: uppercase;
  color: #fff; }

.footer-info-column {
  display: flex;
  flex-direction: column;
  gap: 30px; }

.footer-socials {
  display: flex;
  align-items: center;
  gap: 7px; }
.footer-socials img {
  width: 30px;
  height: 30px; }

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 12px; }

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 0 0 0 44px; }

.footer-contact-phone {
  line-height: 14px;
  background: transparent url(/bitrix/templates/arlift/css/../img/24-7.png) 0 0 no-repeat; }
.footer-contact-phone span {
  color: #bfbfbf;
  font-size: 14px;
  line-height: 14px; }
.footer-contact-phone a {
  color: #fff;
  font-size: 18px;
  line-height: 24px; }

.footer-contact-callback {
  line-height: 24px;
  background: transparent url(/bitrix/templates/arlift/css/../img/callback.png) 0px 0px no-repeat; }
.footer-contact-callback a {
  color: #bfbfbf; }
.footer-contact-callback a:hover {
  color: #fff; }

.footer-contact-feedback {
  line-height: 17px;
  background: transparent url(/bitrix/templates/arlift/css/../img/feedback.png) 0px 0px no-repeat; }
.footer-contact-feedback a {
  color: #bfbfbf; }
.footer-contact-feedback a:hover {
  color: #fff; }

.hystmodal .hystmodal__window {
  width: 100%;
  max-width: 600px;
  position: relative;
  padding: 60px 80px 60px 80px; }
.hystmodal .modal-close {
  background: transparent !important;
  border: none !important;
  padding: 3px;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 1; }
.hystmodal .modal-close svg {
  width: 15px;
  height: auto; }
.hystmodal .modal-close svg path {
  stroke: #000;
  opacity: .2; }
.hystmodal .modal-close:hover svg path {
  stroke: #cc0514;
  opacity: 1; }
.hystmodal .modal-title {
  font-size: 32px;
  line-height: 48px;
  color: #3a3a3a;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px; }

select.offices-select {
  display: none; }

div.offices-select {
  width: 100%;
  float: none; }
div.offices-select .nice-select-dropdown {
  width: 100%; }
div.offices-select .list {
  margin-bottom: 0; }

.offices-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
  margin-top: 30px; }

.form {
  display: flex;
  flex-direction: column;
  gap: 30px; }
.form input[type='text'], .form input[type='tel'], .form input[type='email'], .form select {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #afafaf;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  outline: none;
  width: 100%; }
.form input[type='tel'] {
  padding-left: 52px; }
.form textarea {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  height: 120px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #afafaf;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  outline: none;
  width: 100%;
  resize: none; }
.form .form-checkbox-input {
  display: none !important; }
.form .form-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  cursor: pointer; }
.form .form-checkbox-label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #afafaf; }
.form .form-checkbox-input:checked + .form-checkbox-label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  background: #c3c3c3;
  width: 16px;
  height: 16px; }
.form button[type=submit] {
  margin: 0 auto; }

.order-form-notification {
  margin-bottom: 10px;
  text-align: center; }
.order-form-notification.error {
  color: red; }
.order-form-notification.success {
  color: green; }

.section {
  padding: 50px 0px 50px 0px; }
.section.light-gray {
  background: #f9f9f9; }
.section h2 {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  margin: 20px 0px 10px 0px;
  font-size: 32px;
  line-height: 48px; }
.section ol {
  padding-left: 40px; }
.section img {
  max-width: 100%;
  height: auto; }

.link-download {
  height: 20px;
  display: block;
  padding: 0px 0px 0px 35px;
  margin: 0px 0px 10px 0px;
  color: #3a3a3a;
  font-size: 12px;
  line-height: 22px;
  font-family: Lato-Bold, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url(/bitrix/templates/arlift/img/icon-download.png);
  background-repeat: no-repeat;
  background-position: 0px 0px; }

.main-rent-and-sale {
  padding: 50px 0;
  background: #f9f9f9; }
.main-rent-and-sale h1 {
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 25px; }

.main-rent-and-sale-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px; }

.main-rent-and-sale-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  cursor: pointer; }
.main-rent-and-sale-item svg {
  transition: .3s all;
  width: auto;
  height: 90px;
  fill: #5C5C5C; }
.main-rent-and-sale-item span {
  transition: .3s all;
  color: #232221;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase; }
.main-rent-and-sale-item:hover svg {
  fill: #cc0514; }
.main-rent-and-sale-item:hover span {
  color: #cc0514; }

.main-rent-and-sale-description {
  text-align: center;
  padding: 0 45px;
  font-size: 16px;
  line-height: 24px; }

.main-comfortable {
  padding: 50px 0;
  background: #2a2b30; }
.main-comfortable .main-comfortable-title {
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #fff; }

.main-comfortable-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 40px; }

.main-comfortable-item {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.main-comfortable-item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 360/200;
  object-fit: cover; }

.main-comfortable-item-title {
  color: #fff;
  text-transform: uppercase; }

.main-comfortable-item-text {
  color: #fff; }

.main-comfortable-item-more {
  color: #b5b5b5;
  font-size: 13px;
  margin-top: auto;
  padding-top: 15px;
  text-transform: uppercase; }

.main-news {
  padding: 50px 0;
  background: #f9f9f9; }
.main-news h2 {
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 40px; }

.main-partners {
  padding: 50px 0; }
.main-partners h2 {
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 40px; }

.compare-img {
  position: fixed;
  z-index: 99999;
  opacity: .25;
  transition: .5s all; }

.compare-blink {
  animation: blinker 0.45s linear infinite; }

@keyframes blinker {
  50% {
    opacity: 0; } }
@media (max-width: 1200px) {
  .header-menu-toggler {
    display: flex;
    position: relative;
    min-width: 40px;
    height: 30px;
    margin-left: auto;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  .header-menu-toggler span {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #cc0514; }
  .header-menu-toggler span:nth-child(1) {
    top: 0; }
  .header-menu-toggler span:nth-child(2) {
    top: 13px; }
  .header-menu-toggler span:nth-child(3) {
    bottom: 0; }
  .header-menu-toggler.active {
    transform: rotate(-180deg); }

  .header-offices,
  .header-options {
    display: none; }

  .header-top {
    grid-template-columns: 120px 1fr 50px;
    border-bottom: none;
    align-items: center; }

  .header-contacts {
    flex-direction: row;
    padding: 0;
    gap: 30px;
    padding-left: 30px; }
  .header-contacts:before {
    display: none; }
  .header-contacts:after {
    display: none; }

  .header-bottom {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 100;
    width: 100%;
    height: calc(100vh - 80px);
    background: #2e2f34;
    padding: 20px;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr 25px;
    gap: 0; }
  .header-bottom.open {
    display: grid; }

  .header-menu {
    grid-column: 1/3;
    grid-row: 1;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff; }

  .header-search-lang-block {
    grid-column: 1;
    grid-row: 2;
    padding: 0;
    border-left: 0;
    padding-right: 20px;
    justify-content: space-between; }

  .header-login {
    grid-column: 2;
    grid-row: 2;
    padding-left: 20px; }

  .header-language.active {
    color: #fff; }

  .header-menu-ul-lvl-0 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0; }

  .header-menu-a-lvl-0 {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0;
    white-space: normal; }
  .header-menu-a-lvl-0:hover {
    color: #fff; }

  a.header-menu-a-lvl-0:hover {
    color: #fff; }

  .header-dropdown-i {
    width: 25px;
    height: 30px;
    background-color: #b22222;
    display: flex;
    align-items: center;
    justify-content: center; }
  .header-dropdown-i:after {
    transform: rotate(-45deg) scale(0.4);
    margin-left: -3px; }

  .header-menu-li-parent-lvl-0 {
    width: 100%; }
  .header-menu-li-parent-lvl-0.open .header-dropdown-i:after {
    transform: rotate(45deg) scale(0.4); }
  .header-menu-li-parent-lvl-0.open .header-menu-ul-lvl-1 {
    display: flex !important; }

  .header-menu-ul-lvl-2 {
    display: none !important; }

  .header-menu-li-parent-lvl-0:hover .header-dropdown-i:after {
    transform: rotate(45deg) scale(0.4); }
  .header-menu-li-parent-lvl-0:hover .header-menu-ul-lvl-1 {
    display: none; }

  ul.header-menu-ul-lvl-1 {
    position: initial;
    background: #2e2f34;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    width: 100%; }

  .header-menu-a-lvl-1 {
    border-bottom: none;
    white-space: normal;
    color: #fff; }

  .footer-menu-column-last {
    display: none; } }
@media (max-width: 992px) {
  .header-contacts {
    padding-left: 0;
    padding-right: 20px;
    justify-content: flex-end; }
  .header-contacts > * {
    display: none; }
  .header-contacts .header-contact:nth-child(2) {
    display: block; }
  .header-contacts .header-contact:nth-child(2) span {
    display: none; }

  .footer-layout {
    flex-direction: column; }

  .footer-logo-column {
    order: 5; }

  .hystmodal .hystmodal__window {
    padding: 20px; }
  .hystmodal .modal-close {
    position: absolute;
    top: 10px;
    right: 10px; }
  .hystmodal .modal-title {
    font-size: 24px;
    line-height: 36px; }

  .section h2 {
    font-size: 24px;
    line-height: 36px; }

  .main-rent-and-sale h1 {
    font-size: 24px;
    line-height: 36px; }

  .main-rent-and-sale-list {
    grid-template-columns: 1fr 1fr 1fr; }

  .main-rent-and-sale-item {
    gap: 15px; }
  .main-rent-and-sale-item svg {
    height: 75px; }

  .main-rent-and-sale-description {
    padding: 0;
    font-size: 14px;
    line-height: 18px; }

  .main-comfortable-item-more {
    padding-top: 0; } }
@media (max-width: 450px) {
  .main-rent-and-sale-list {
    grid-template-columns: 1fr 1fr; } }
@media (max-width: 370px) {
  .header-top {
    grid-template-columns: 90px 1fr 40px; }

  .header-bottom {
    top: 70px;
    height: calc(100vh - 70px); } }

/*# sourceMappingURL=style.css.map */

/*
	404 
*/
.not-found
{
  text-align: center;
  margin-top: 50px;
  background: transparent url(/bitrix/templates/arlift/css/../img/404.png) center -10px no-repeat;
}
.not-found:before
{
  content: " ";
  display: table;
}

.not-found h1.big-header
{
  color: #2a2b30;
  font-size: 160px;
  /* 	font-family: Lato-Bold, sans-serif; */
  line-height: 98px;
  position: relative;
  margin-top: 70px;
  margin-bottom: 30px;
  padding-left: 25px;
}
.not-found .button {
  font-weight: 400;
  padding: 15px 6px;

}
.not-found .text-italic {
  font-style: italic;
}

.not-found h1.big-header:after
{
  content: '';
  width: 20px;
  height: 20px;
  background-color: #cc0514;
  display: inline-block;
  vertical-align: bottom;
}

.not-found .button,
.not-found a.button
{
  width: 190px;
}

/*
	404 end
*/
/* End */


/* Start:/bitrix/templates/arlift/all.css?17600996218646*/
  
.whatsapp-block__link {display: none!important;}


.hServis .header-image{max-height: 150px; object-fit: cover;  object-position: top;}
.hsort {margin: 20px;}


@media (max-width: 950px) {

    .compare-link-btn.mobailnon {display: none;}
    
}


.header_addres_mobile {display: none;}


@media (max-width: 950px) {

    .header_addres_mobile {display: block; font-size: 10px; line-height: 11px; padding: 0 20px; text-align: right;}

}


.hsort span {font-size: 14px; color: #000000; margin-right: 8px; font-weight: bold}
.hsort select {


    border: 1px solid #F4F4F4;
    border-radius: 0;
    background-color: #fff;
    color: #777777;


    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    padding: 9px 12px;
    min-width: 190px;

    font-size: 14px;

    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;


}


.hsort select:focus {
    border-radius: 0;
    outline: none;               /* убираем стандартный outline */
    border-color: #ccc;          /* сохраняем ту же серую рамку */
    box-shadow: none;            /* отключаем возможные тени при фокусе */
}


.hsort select:active {
    border-radius: 0;
    outline: none;
    border-color: #ccc;
    box-shadow: none;
}

.hsort option {border-radius: 0;}

.holdprise {flex-grow: 1; justify-content: space-between; align-items: center;}
.holdprise * {font-weight: bold; font-size: 14px; color: #cc0514!important; }
.catalog-item {height: 100%;}


.hTopCategory {display: flex; flex-wrap: wrap; gap: 5px; margin: 20px auto; width: 100%;}
.hTopCategory a {padding: 10px 15px; border: solid 1px #cc0514; color: #000000; font-size: 16px; transition: 0.5s; flex-grow: 1; text-align: center;}
.hTopCategory a:hover {background-color: #cc0514; color: #fff;}
.hTopCategory .active {background-color: #cc0514; color: #fff;}


@media (max-width: 950px) {
    .hTopCategory {align-items: center; justify-content: center; flex-wrap: wrap;}


}


.header .container .header-top.l20 {grid-template-columns: 170px 4fr 4fr 2fr 1.5fr; gap: 20px}
.header .container .header-top.l20 > div {padding: 0 5px 0 5px;}
.header .container .header-top.l20  .header-contacts {padding-left: 15px;}
.header .container .header-top.l20 .logo20 {max-width: 100%; max-height: 100%; height: 100%; width: auto; position: relative}
.header .container .header-top.l20 .logo20 .logo20img { position: absolute; right:0; top: 0; max-width: 100%; max-height: 100%; height: 100%; width: auto; object-fit: contain; line-height: 0; padding-bottom: 5px;}
.header .container .header-offices  { height: 100%;}
.header .container .header-contacts  {justify-content: space-between; height: 100%;}
.header .container .header-top.l20 div.header-options  {justify-content: space-between; height: 100%; padding-bottom: 5px}
@media (max-width: 1200px) {

    .header .container .header-top.l20  {grid-template-columns: 90px 650fr 70fr 40px; gap: 0 20px;}
    .header-bottom.open {top: 140px; bottom: 40px; height: calc(100vh - 140px);}
}

@media (max-width: 660px) {
    .header .container .header-top.l20  {grid-template-columns: 90px 1fr 60px; gap: 10px 5px;}
    .header .container .header-top.l20 .header-menu-toggler {width: 60px;}
    .header .container .header-top.l20 .logo20  {order: 2;}
}



                          /* COOKIE AGREEMENT BLOCK */
                      .cookies_agreement {position:fixed;bottom:1em;left:50%;transform:translateX(-50%);width:600px;max-width:calc(100vw - 2em);padding:1em;border-radius:0;box-shadow: 0 0 8px #666666;background:#ffffff;display:grid;align-items: center;gap:1em;grid-template-columns: 1fr auto;z-index:999;}
@media(max-width:450px) {.cookies_agreement{display:flex;align-items:center;justify-content:center;flex-direction: column;}}
.cookies_agreement > span {font-size: 12px;}
.cookies_agreement > .btn,
.cookies_agreement > .but {/*стили кнопки уведомления, если нужно*/}
.cookies_agreement > .btn:focus,
.cookies_agreement > .but:focus,
.cookies_agreement > .btn:hover,
.cookies_agreement > .but:hover {/*стили кнопки уведомления при нажатии и наведении, если нужно*/}


.cookie_title {font-weight: bold; font-size: 16px;}

.poup_viborgoroda_all {max-width: 1164px; width: 100%; color: #000000;}
.poup_viborgoroda_all .title {font-size: 32px; font-weight: normal; text-transform: uppercase; line-height: 36px; margin: 0; margin-bottom: 20px;}
.poup_viborgoroda_all .line1 {font-size: 14px; margin: 16px 0 20px 0;}
.poup_viborgoroda_all .search {width:1164px; max-width: 100%; padding: 14px 16px; border-radius: 5px; border: solid 1px #979292;}
.poup_viborgoroda_all .goroda {display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin: 20px 0 20px 0;}
.poup_viborgoroda_all .goroda  a {color: #000000; height: fit-content;}
.poup_viborgoroda_all .goroda  a:hover {color: #cc0514}
.poup_viborgoroda_all .goroda  .tut {display: grid; grid-template-columns: 12px 1fr; gap: 8px; align-items: center;}

.poup_viborgoroda_all .goroda .tut:before {content: ""; display: block; width: 12px; height: 16px; background-color: #232221; mask: url("/images/tut.svg") no-repeat center; -webkit-mask: url("/images/tut.svg") no-repeat center; mask-size: contain; -webkit-mask-size: contain;
}

.poup_viborgoroda_all .goroda .tut:hover:before { background-color: red;}


.poup_viborgoroda {max-width: 100%; padding: 40px;}
.poup_viborgoroda > .title {font-size: 32px;  text-transform: uppercase; margin: 10px 0 25px 0; color: #000000; text-align: center;}
.poup_viborgoroda .duttons {display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; width: 520px; max-width: 100%;}
.poup_viborgoroda .duttons > div {width: 100%;}



@media (max-width: 660px) {


    .poup_viborgoroda > .title  {font-size: 26px; line-height: 32px;}
    .poup_viborgoroda .duttons > div {width: 100%; padding: 15px 15px;}

}


.poup_viborgoroda_all {width: 100%;}


@media (max-width: 660px) {

.goroda { grid-template-columns: repeat(1, 1fr);}
.title { font-size: 18px; line-height: 22px; margin: 0;}
.line1 { font-size: 16px;}

}


.faq .name, .faq div[itemprop="text"] {color: #777777 }
.faq .item [itemprop="acceptedAnswer"] {
    display: none;
}

.faq .item.active [itemprop="acceptedAnswer"] {
    display: block; margin-top: 15px;
}

.faq .item {padding: 15px; border-bottom: solid 2px #cc0514; cursor: pointer; color: #000000}
.faq .item .name {font-weight: normal; margin: 0; display: flex; justify-content: space-between; align-items: center;}
.faq .item .name:after {content: ">"; transform: rotate(90deg); width: auto; height: 20px;}
.faq .item.active  .name:after {transform: rotate(-90deg); width: auto; height: 20px;}
.faq .item [itemprop="text"] p {margin-bottom: 0;}


.pop_reg_head {width: fit-content; padding: 40px}

.t_form .item  input {width: 100%; padding: 10px 15px; border: none; border-bottom: 1px solid #afafaf }
.t_form .item  select {width: 100%; padding: 10px 15px; border: none; border-bottom: 1px solid #afafaf }
.t_form  .capcha {display: grid; grid-template-columns: 180px auto; gap: 5px 20px; }
.t_form  .capcha b {grid-column: span 2; text-align: center}
.remont_form  {padding: 35px 5% 20px;}
.remont_form .t_form {display: grid; grid-template-columns: 1fr 1fr; gap: 30px 50px;}
.remont_form .t_form .numer11 {display: none;}
.remont_form .t_form .iti {width: 100%; display: flex; gap: 10px;}
.remont_form .t_form .iti .tel {padding-left: 50px;}
.remont_form .t_form .item.numer4 {grid-column: span 2;}
.remont_form .t_form .item.numer9 {grid-column: span 2;}
.remont_form .t_form .item.numer10 {display: grid; grid-template-columns: 15px auto; gap: 5px;}
.remont_form .t_form .item.numer10 input {height: 15px;}
.remont_form .t_form .item.numer10 label {height: fit-content;}
.remont_form .t_form .item.numer10:after {content: "Поля отмеченные * обязательны для заполнения"; grid-column: span 2; }

.remont_form .t_form .t_form-button .button {margin: 0 auto; display: block;}




.bx-filter-section .haction {display: none;}
body .b24-form-state-container .b24-form-success {background-color:#FFF; }
body .b24-form-state-container .b24-form-success .b24-form-success-icon  {background-image: url("/images/b24.svg") }
.b24-form-recaptcha {display: none!important;}
/* End */


/* Start:/bitrix/components/axi/header-contacts/templates/.default/style.css?17430573402775*/
.header__socials {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

@supports (display: grid) {
    @media screen and (min-width: 1200px) {
        .header__socials.l-grid {
            display: grid;
            grid-template-columns: 125px 14px 1fr;
            grid-gap: 0;
            grid-template-rows: 1fr;
        }
    }
}

.header__socials .socials__items {
    display: flex;
    flex-flow: row;
    gap: 6px;
    margin: 0 6px;
}

.header__socials .socials__items .item .item__icon {
    width: 16px;
    height: 16px;
}

@media screen and (max-width: 768px) {
    .header__socials .socials__delimiter {
        display: none;
    }
    .new-header-page__phone.socials__phone{
        white-space: nowrap;
        margin: 0;
    }
}
@media screen and (max-width: 500px) {
    .header__socials{
        flex-flow: column;
        justify-content: center;
    }
}

.director-phone {
    display: inline-flex;
    text-decoration: none;
    white-space: nowrap;
    text-underline-position: under;
}

.director-phone .director-phone__icon {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 23px;
    bottom: 0;
    margin-right: 4px;
    fill: #cc0514;
}

@media screen and (max-width: 600px) {
    .director-phone {
        white-space: normal;
    }
}

@media screen and (max-width: 500px) {
    .director-phone .director-phone__icon {
        display: none;
    }

    .director-phone {
        text-align: center;
    }
}

.director-phone__wrapper .director-phone__animation {
    display: none;
}

.director-phone .director-phone__number {
    display: none;
}

.director-phone .director-phone__label {
    display: inline;
    line-height: 1.2;
}

@media screen and (min-width: 992px) {
    .director-phone__wrapper .director-phone__animation {
        display: inline-flex;
        width: 100%;
        color: #cc0514;
        text-decoration: none;
        cursor: pointer;
        transition: transform 1s ease-in-out;
        height: 25px;
    }

    .director-phone__wrapper .director-phone {
        transition: transform 1s ease-in-out;
    }

    .director-phone__wrapper.active .director-phone__animation {
        transition: transform 1s ease-in-out;
    }

    .director-phone__wrapper.active .director-phone {
        transform: translateY(-25px);
    }

    .director-phone__wrapper {
        height: 25px;
        overflow: hidden;
        display: flex;
        flex-flow: column;
        gap: 0;
    }

    .director-phone .director-phone__number {
        display: inline;
    }

    .director-phone .director-phone__label {
        display: none;
    }
}


/* End */


/* Start:/bitrix/templates/arlift/components/bitrix/breadcrumb/kuratovru/style.css?1743057336167*/
.breadcrumb{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 5px;
}

@media (max-width: 992px) {
	.breadcrumb{
		display: none;
	}
}
/* End */


/* Start:/bitrix/templates/arlift/components/bitrix/news.detail/form.bottom/style.css?17430573373261*/
.product-contact {
    padding: 50px 0;
}

.product-contact-title {
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.product-contact-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.product-contact-info {
    display: flex;
    flex-direction: column;
}
.product-contact-info .header {
    color: #111111;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.product-contact-info .description {
    font-size: 14px;
}

.product-contact-links {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.product-contact-links button {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: initial;
    font-weight: normal;
    letter-spacing: initial;
    font-size: 14px;
    line-height: 14px;
    color: #777777;
}
.product-contact-links button svg {
    width: auto;
    height: 20px;
}
.product-contact-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #777777;
    transition: 0.3s all;
}
.product-contact-links a svg {
    width: auto;
    height: 25px;
    fill: #cc0514;
}
.product-contact-links a:hover {
    color: #cc0514;
}

.product-contact-phones {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-contact-phones-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-contact-phones-item-label {
    color: #111111;
    font-size: 14px;
}

.product-contact-phones-item-value {
    color: #6b6b6b;
    font-size: 16px;
}
.product-contact-phones-item-value.product-contact-phones-item-value-bold {
    color: #cc0514;
    font-size: 28px;
}

.product-contact-form {
    padding: 40px;
    background-color: #fff;
}
.product-contact-form .form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.product-contact-form .form textarea,
.product-contact-form .form .form-checkbox-label,
.product-contact-form .form button[type="submit"] {
    grid-column: 1/3;
}

@media (max-width: 992px) {
    .product-contact-layout {
        grid-template-columns: 1fr;
    }
    .product-info-block .product-buttons {
        flex-direction: column;
        align-content: flex-start;
        justify-content: flex-start;
    }
    .product-info-block .product-buttons .button.buy-button,
    .product-info-block .product-buttons .button.rent-button {
        width: 100%;
        font-size: 16px;
    }
}

@media (max-width: 550px) {
    .product-contact-links {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-contact-form {
        padding: 10px;
    }
    .product-contact-form .form {
        grid-template-columns: 1fr;
    }
    .product-contact-form .form textarea,
    .product-contact-form .form .form-checkbox-label,
    .product-contact-form .form button[type="submit"] {
        grid-column: 1;
    }
}

@media (max-width: 470px) {
    .product-table-row {
        grid-template-columns: 1fr;
    }

    .product-functional h2 {
        font-size: 24px;
        line-height: 36px;
    }
}

/* End */


/* Start:/bitrix/templates/arlift/styles.css?17430573329112*/
.item-promo-link {
    position: absolute;
    top: 15px;
    left: 45px;
    color: #CC0514;
    background: #ffffff;
    font-weight: bold;
    z-index: 1;
}

@media screen and (max-width: 980px) {
    .item-promo-link {
        left: 0;
        padding: 0 5px;
    }
}


.main-menu ul li{
	position: relative;
}
.main-menu ul.main-menu__wrap-elements-level-second{
    position: absolute;
    left: calc(100% + 10px);
    top: 0;
	display: none !important;
}
.main-menu ul.main-menu__wrap-elements-level-second:before{
    content:"";
	position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
	width: 10px;
	z-index:1;
}
.main-menu li:hover > ul.main-menu__wrap-elements-level-second{
    display: block !important;
}
.main-menu__wrap-elements-level-1{
	padding: 0;
}
.main-menu__wrap-elements-level-1 > li{
	padding-left: 16px;
	padding-right: 16px;
}

@media screen and (max-width: 1200px) {
    .main-menu ul.main-menu__wrap-elements-level-second{
		position: relative;
		left: 0;
	}
}



.element .preview-buttons.preview-buttons-buy-block{
	margin-bottom: 15px;
}
.arenda-hint-buy-block{
    margin-top: 15px;
    margin-bottom: 20px;
}

.contact-header{
    height: auto!important;
}

.contact-header > div > div{
    height: auto!important;
}

.contact-header > div > div .h1{
    padding: 15px 0!important;
}

.contact-icon-row{
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    margin-bottom: 10px;
}

.contact-icon-row .icon{
    margin: 0!important;
    transform: translateY(8px)!important;
    margin-right: 5px;
}

.contacts-infografic .container{
    padding: 20px 0px 10px 0px;
}

.contact-icon-text .title,.contact-icon-text .content{
    text-align: left!important;
}

.footer-menu-title a {
    color: #fff;
}

.main-categories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px auto;
}

.main-categories-item {
    flex-basis: calc(100% / 8 - 8px);
    border: 0.42px solid #777777;
    padding: 35px 20px 25px 20px;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
}

.main-categories-img svg {
    width: 92px;
    height: 58px;
    fill: #5C5C5C;
}

.main-categories-name {
    color: #232221;
    font-family: Lato;
    font-weight: 400;
    font-size: 8.4px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
}

.main-categories-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none;
}
.main-categories-hover-background {
    background: #CC0514;
    opacity: 70%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.main-categories-rent a div {
    font-size: 11.43px;
    line-height: 16.2px;
    color: #CC0514;
    background: white;
    font-weight: 500;
    text-transform: uppercase;
    padding: 3px 0px;
}
.main-categories-buy a div {
    font-family: Lato;
    font-size: 11.43px;
    line-height: 16.2px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid white;
    padding: 3px 0px;
}

.main-categories-rent {
    margin: 0px auto 8px auto;
    width: 80%;
    z-index: 1;
}
.main-categories-buy {
    margin: 0px auto;
    width: 80%;
    z-index: 1;
}
.main-categories-img {
    margin-bottom: 5px;
}

@media(min-width: 500px) {
    .main-categories-item:hover .main-categories-img, .main-categories-item:hover .main-categories-name{
        opacity: 15%;
    }
    .main-categories-item:hover .main-categories-hover {
        display: flex;
    }    
}

@media(max-width: 768px) and (min-width: 500px) {
    .main-categories-item {
        flex-basis: 155px;
        height: 155px;
        padding: 35px 25px 25px 25px;
    } 
    .main-categories-list {
       width: 500px;
       max-width: 100%;
       margin: 50px auto;
    }
    .main-categories-name {
        font-size: 10px;
    }
    .main-categories-item .main-categories-name > span {
	    white-space: normal !important;
    }
}
@media(max-width: 500px) and (min-width: 360px) {
    .main-categories-item .main-categories-name > span {
	    white-space: normal !important;
    }
    .main-categories-item {
        flex-basis: 155px;
        height: 155px;
        padding: 20px 15px 25px 15px;
        margin-bottom: 10px;
    } 
    .main-categories-img {
        padding: 10px;
    }
    .main-categories-list {
        width: 320px;
        max-width: 100%;
        margin: 50px auto;
    }
    .main-categories-name {
        font-size: 10px;
    }
}

@media(max-width: 359px) {
    .main-categories-item .main-categories-name > span {
	    white-space: normal !important;
    }
    .main-categories-item {
        flex-basis: 135px;
        height: 145px;
        padding: 30px 10px 10px 10px;
    }
    .main-categories-name {
        font-size: 10px;
    }
}

.main-categories-item.open .main-categories-hover {
    display: flex;
}
.main-categories-item.open .main-categories-img, .main-categories-item.open .main-categories-name{
    opacity: 15%;
}

.main-categories-hover .active-button div {
    box-shadow: 0px 0px 7px white;
}

.whatsapp-widget {
	position: fixed;
	bottom: 5px;
	left: 5px;
	width: calc(50% - 10px);
	height: 40px;
	background-color: #4ca857;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-image: url('/bitrix/templates/arlift/img/wa.svg');
	background-size: 30px 30px;
	z-index: 999;
	padding-left: 40px;
    line-height: 16px;
    font-size: 14px;	
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	border-radius: 12px;
}
.phone-widget {
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: calc(50% - 10px);
	height: 40px;
	background-color: #202020;
	background-repeat: no-repeat;
	z-index: 999;
    line-height: 16px;
    font-size: 14px;	
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	border-radius: 12px;	
	flex-direction: column;
}
.phone-widget strong {
	color: #c52510;
}
.compare-link-btn.hidden {
	display: none !important;
}



.pdf_product-wrapper, .youtube_product-wrapper {display: flex; gap: 8px; margin: 15px 0; }
.youtube_product-wrapper {display: flex; gap: 8px; margin: 15px 0; flex-direction: column; justify-content: center; }





.pdf_product-wrapper, .youtube_product-wrapper > div {display: flex; gap: 8px; align-items: center; }
.pdf_product-wrapper, .youtube_product-wrapper .youtubesvg {height: 20px; }


.poligon .product-slider-container {position: relative}
.poligon .product-slider-container .nal_tovar {position: absolute; left: 5px; right: 5px; z-index: 2;}

@media (max-width: 500px){
.poligon .product-slider-container .nal_tovar {max-width: 100px;}
}

.butlizing {background-color: #6E6E6E; border-color: #6E6E6E; padding: 19.5px 25px; }
@media (max-width: 992px){
.butlizing {width: 100%; font-size: 16px;}

}


.but-liz_wrapper {display: grid; grid-template-columns: 1fr 1fr; gap: 17px; width: 100%;}
.but-liz_wrapper > a {width: 100%; max-height: 50px;}

@media (max-width: 992px){
    .but-liz_wrapper { grid-template-columns: 1fr; gap: 17px;}

}




.preimgrid {display: grid; grid-template-columns: repeat(2,1fr); gap: 36px;}
.preimgrid > div {display: flex; align-items: center; font-size: 15px; line-height: 22.5px; font-weight: 600; color: #2A2B30;}
.preimgrid > div > img {margin-right: 14px; width: 30px; height: 30px;}
.prise_srav  {display: grid; grid-template-columns: repeat(2,1fr); width: 100%; align-items: end; gap: 20px;}
.prise_srav .compare-btn  {margin-bottom: 0;}
.prise_srav .product-price {display: flex; gap: 11px; align-items: flex-end; flex-direction: inherit; font-size: 24px; white-space: nowrap}
.prise_srav .product-price > div {display: flex; align-items: center;}
.prise_srav .product-price .product-old-price {margin-right: 10px; font-size: 20px;}
.prise_srav .product-price img {height: 40px;}
.prise_srav .product-price .nameprise {color: #A2A2A2; font-size: 16px;}
.product-advantage-name.prod {font-size: 14px; margin-bottom: 30px;}
.product-advantages.prod {gap: 0; margin-bottom: 0;}
.product-advantages.prod  .product-advantage-icon{min-width: 30px; min-height: 26px; object-fit: contain;}



@media (max-width: 992px){
.prise_srav { grid-template-columns: repeat(1,1fr); align-items: center; justify-content: center; }
.prise_srav > div{ width: fit-content; margin: 0 auto;}
.preimgrid { grid-template-columns: repeat(1,1fr);}

}


.product-price.nonprise {font-size: 20px;}
@media (max-width: 992px){
    .product-price.nonprise {font-size: 16px;}
}

.bottom_tovartext {padding: 50px 0 0 0;}

.hitemwrap {position: relative;}
/* End */
/* /bitrix/templates/arlift/vendor/fancybox/jquery.fancybox.css?17430573384895 */
/* /bitrix/templates/arlift/assets/lib/hystmodal/hystmodal.min.css?17430573372290 */
/* /bitrix/templates/arlift/assets/lib/nice-select2/nice-select2.css?17430573373554 */
/* /bitrix/templates/arlift/assets/css/style.css?174341989829067 */
/* /bitrix/templates/arlift/all.css?17600996218646 */
/* /bitrix/components/axi/header-contacts/templates/.default/style.css?17430573402775 */
/* /bitrix/templates/arlift/components/bitrix/breadcrumb/kuratovru/style.css?1743057336167 */
/* /bitrix/templates/arlift/components/bitrix/news.detail/form.bottom/style.css?17430573373261 */
/* /bitrix/templates/arlift/styles.css?17430573329112 */
