

/* Start:/local/templates/.default/assets/libs/formstyler/jquery.formstyler.css?16176329212175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/.default/assets/libs/formstyler/jquery.formstyler.theme.css?161763292110731*/
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/.default/assets/libs/owl-carousel/owl.carousel.min.css?16176329213351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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{-ms-touch-action:pan-y;touch-action:pan-y;-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}.owl-carousel .animated{animation-duration:1s;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-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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/.default/assets/libs/owl-carousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s 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-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/.default/assets/libs/fancybox/jquery.fancybox.min.css?161763292112795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.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{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/.default/assets/libs/swiper/swiper-bundle.min.css?169460507715561*/
/**
 * Swiper 7.0.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 4, 2021
 */

@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-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}.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:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;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-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{transform:scale(1)}.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-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.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%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{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:0px;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/.default/assets/styles/main.css?1707116882144762*/
@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Commissioner";
  src: url("/local/templates/.default/assets/styles/../fonts/Commissioner/Commissioner-Regular.woff2") format("woff2"), url("/local/templates/.default/assets/styles/../fonts/Commissioner/Commissioner-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Commissioner";
  src: url("/local/templates/.default/assets/styles/../fonts/Commissioner/Commissioner-ExtraBold.woff2") format("woff2"), url("/local/templates/.default/assets/styles/../fonts/Commissioner/Commissioner-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Commissioner";
  src: url("/local/templates/.default/assets/styles/../fonts/Commissioner/Commissioner-Bold.woff2") format("woff2"), url("/local/templates/.default/assets/styles/../fonts/Commissioner/Commissioner-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Commissioner";
  src: url("/local/templates/.default/assets/styles/../fonts/Commissioner/Commissioner-SemiBold.woff2") format("woff2"), url("/local/templates/.default/assets/styles/../fonts/Commissioner/Commissioner-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Commissioner";
  src: url("/local/templates/.default/assets/styles/../fonts/Commissioner/Commissioner-Black.woff2") format("woff2"), url("/local/templates/.default/assets/styles/../fonts/Commissioner/Commissioner-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Commissioner";
  src: url("/local/templates/.default/assets/styles/../fonts/Commissioner/Commissioner-ExtraLight.woff2") format("woff2"), url("/local/templates/.default/assets/styles/../fonts/Commissioner/Commissioner-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Commissioner";
  src: url("/local/templates/.default/assets/styles/../fonts/Commissioner/Commissioner-Thin.woff2") format("woff2"), url("/local/templates/.default/assets/styles/../fonts/Commissioner/Commissioner-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Commissioner";
  src: url("/local/templates/.default/assets/styles/../fonts/Commissioner/Commissioner-Medium.woff2") format("woff2"), url("/local/templates/.default/assets/styles/../fonts/Commissioner/Commissioner-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Commissioner";
  src: url("/local/templates/.default/assets/styles/../fonts/Commissioner/Commissioner-Light.woff2") format("woff2"), url("/local/templates/.default/assets/styles/../fonts/Commissioner/Commissioner-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 16px;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: 100%;
}

body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Commissioner", sans-serif;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #ffffff;
}

body.open {
  overflow: hidden;
}

b {
  font-weight: 700;
}

main {
  z-index: 1;
  position: relative;
}

svg {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus,
*.focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  outline: none;
  text-decoration: none;
  transition: 0.2s;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 100%;
  flex: 1 0 auto;
  position: relative;
  z-index: 3;
}

.container {
  max-width: 1210px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.title2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}

.title3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}

.title4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.title5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

img {
  max-width: 100%;
  display: block;
}

.hidden {
  display: none !important;
}

[role="button"] {
  cursor: pointer;
}

.hidden_desktop {
  display: none !important;
}

.successtext {
  margin-bottom: 15px;
  color: #26b13f !important;
  text-align: center;
}

.errortext {
  margin-bottom: 15px;
  color: #ec281e !important;
  text-align: center;
}

.footer__info {
  max-width: 1124px;
  margin: 0 auto;
}

.footer__info-top {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #f4f6f7;
}

.footer__logo {
  flex: 0 0 119px;
  width: 119px;
  height: 50px;
  margin-right: 81px;
}

.footer__nav {
  flex: 0 1 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__nav-link {
  font-size: 14px;
  line-height: 1.3;
  color: #000707;
  text-transform: uppercase;
}

.footer__nav-link:hover {
  color: #f2742c;
}

.footer__info-data {
  padding: 30px 0 0;
  display: flex;
  justify-content: space-between;
}

.footer__img {
  flex: 0 0 120px;
  width: 120px;
  height: 96px;
  margin-right: 60px;
}

.footer__info-map {
  display: none;
}

.footer__info-map-span {
  color: #000707;
  border-bottom: 1px solid #000707;
}

.footer__links {
  flex: 0 1 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f6f7;
}

.footer__links-item {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 30px;
  margin-bottom: 30px;
  flex-basis: calc(100% / 6 - (30px * (6 - 1)) / 6);
  max-width: calc(100% / 6 - (30px * (6 - 1)) / 6);
  margin-bottom: 10px;
}

.footer__links-item:nth-child(7n) {
  margin-right: 30px;
}

.footer__links-item:nth-child(6n) {
  margin-right: 0;
}

.footer__link {
  color: #314868;
}

.footer__link:hover {
  color: #f2742c;
}

.footer__info-bottom {
  padding: 25px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer__info-title {
  margin-right: 80px;
}

.footer__apps {
  display: flex;
}

.footer__apps-item {
  flex: 0 0 204px;
  width: 204px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f2742c;
  border-radius: 45px;
  background-color: transparent;
  margin-right: 30px;
  transition: 0.2s;
  fill: #f2742c;
}

.footer__apps-item:hover {
  background-color: #f2742c;
  fill: #ffffff;
}

.footer__apps-item:last-of-type {
  margin-right: 0;
}

.footer__apps-item svg {
  width: 114px;
  height: 27px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 30px 0;
}

.footer__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #314868;
  z-index: -1;
}

.footer__bottom-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__bottom-text {
  font-size: 18px;
  line-height: 1.22;
  color: #ffffff;
  font-weight: 700;
  margin-right: 20px;
}

.footer__disclaimer p {
  color: #a2a2a4;
}

.footer__payments {
  display: flex;
}

.footer__payments-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 40px;
  background: #ffffff;
  border-radius: 5px;
  margin-right: 17px;
}

.footer__payments-item:last-of-type {
  margin-right: 0;
}

.footer__social {
  display: flex;
  align-items: center;
}

.footer__social-item {
  border-radius: 50%;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  transition: 0.2s;
  fill: #ffffff;
}

.footer__social-item:last-of-type {
  margin-right: 0;
}

.footer__social-item:hover {
  background-color: #f2742c;
}

.footer__social-item:focus {
  fill: #d6dae1;
}

.footer__social-item.disabled {
  cursor: not-allowed;
  fill: #98a4b4;
  background-color: transparent;
}

.footer__social-item_first {
  background-color: #fff;
}

.footer__social-item_first svg {
  fill: #314868;
}

.footer__social-item_first:hover {
  background-color: #fff;
}

.footer__social-item_first:hover svg {
  fill: #f2742c;
}

.footer__social-item_first:focus {
  background-color: #d6dae1;
}

.footer__social-item_first:focus svg {
  fill: #f2742c;
}

.footer__social-item_big {
  flex: 0 0 90px;
  width: 90px;
}

.header {
  position: relative;
  z-index: 12;
  background-color: #ffffff;
}

.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
}

.header__logo {
  flex: 0 0 158px;
  margin-right: 52px;
}

.header__buttons {
  display: none;
}

.header__btn {
  padding: 15px;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 2px 8px rgba(0, 27, 67, 0.05), 0px 3px 16px rgba(0, 27, 67, 0.1);
  margin-right: 15px;
  transition: 0.2s;
}

.header__btn.active {
  background: #f4f6f7;
}

.header__btn:last-child {
  margin-right: 0;
}

.header__btn.active .header__btn-wrap svg:first-child {
  display: none;
}

.header__btn.active .header__btn-wrap svg:last-child {
  display: block;
}

.header__btn svg {
  fill: #f2742c;
}

.header__btn svg:first-child {
  display: block;
}

.header__btn svg:last-child {
  display: none;
}

.header__btn-wrap {
  height: 20px;
}

.header__gps {
  position: relative;
}

.header__gps-num {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  background-color: #314868;
}

.header__contacts {
  flex: 0 1 100%;
  background-color: #ffffff;
}

.header__contacts-wrap {
  display: flex;
  justify-content: space-between;
}

.header__contacts-item {
  text-align: center;
}

.header__contacts-name {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 6px;
  color: inherit;
}

.header__contacts-address {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 4px;
}

.header__contacts-icon {
  width: 9px;
  height: 12px;
  flex: 0 0 9px;
  margin-right: 5px;
}

.header__contacts-tel {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  color: #000707;
  border-bottom: 1px solid rgba(0, 7, 7, 0.3);
}

.header__contacts-tel:hover {
  color: #f2742c;
  border-bottom: 1px solid #f2742c;
}

.header__contacts-tel:focus {
  color: #000707;
  border-bottom: 1px solid transparent;
}

.header__bottom {
  position: relative;
}

.header__bottom::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #314868;
  z-index: -1;
}

.header__bottom-wrap {
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.header__map {
  display: none;
}

.header__map-span {
  color: #000707;
  border-bottom: 1px solid #000707;
  cursor: pointer;
}

.header__brand {
  padding: 12px 0;
}

.header__brand:hover .header__brand-menu {
  display: block;
}

.header__brand:hover .header__brand-container {
  background: rgba(0, 7, 7, 0.3);
  color: #f2742c;
}

.header__brand:hover .header__brand-container::before {
  display: block;
}

.header__brand:hover .header__brand-icon {
  fill: #f2742c;
}

.header__brand:hover .header__brand-text {
  color: #f2742c;
  border-color: #f2742c;
}

.header__brand.active .header__brand-menu {
  display: block !important;
}

.header__brand_center {
  margin: auto;
}

.header__brand-inner {
  display: none;
}

.header__brand-inner_active {
  display: block;
}

.header__brand-all {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #f2742c;
  letter-spacing: .01em;
  text-transform: uppercase;
  white-space: nowrap;
}

.header__brand-all svg {
  flex-shrink: 0;
  margin-left: 10px;
  width: 6px;
  height: 12px;
}

.header__brand-all_reverse svg {
  order: -1;
  transform: rotate(-180deg);
  margin-left: 0;
  margin-right: 10px;
}

.header__brand-container {
  padding: 2px 7px;
  border-radius: 10px;
  position: relative;
  transition: 0.2s;
}

.header__brand-container::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  border-radius: 3px;
  background: #ffffff;
  transform: translateX(-50%) rotate(45deg);
  display: none;
  z-index: 1;
}

.header__brand-btn {
  display: flex;
  align-items: center;
  transition: 0.2s;
}

.header__brand-btn_center {
  justify-content: center;
}

.header__brand-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #ffffff;
}

.header__brand-text {
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  color: #ffffff;
  border-bottom: 1px solid currentColor;
  transition: 0.2s;
}

.header__brand-text_big {
  font-size: 18px;
}

.header__brand-menu {
  display: none;
  position: absolute;
  top: calc(100% - 12px);
  left: 0;
  width: 100%;
}

.header__brand-menu_modal {
  position: relative;
}

.header__brand-menu_modal .header__brand-wrap {
  box-shadow: none;
  padding: 20px 0 0;
}

.header__brand-wrap {
  min-height: 350px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  background: #ffffff;
  box-shadow: 0px 2px 5px rgba(28, 113, 236, 0.1), 0px 3px 10px rgba(28, 113, 236, 0.1);
  border-radius: 10px;
  padding: 24px 32px 2px;
}

.header__brand-item {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 30px;
  margin-bottom: 30px;
  flex-basis: calc(100% / 7 - (30px * (7 - 1)) / 7);
  max-width: calc(100% / 7 - (30px * (7 - 1)) / 7);
}

.header__brand-item:nth-child(8n) {
  margin-right: 30px;
}

.header__brand-item:nth-child(7n) {
  margin-right: 0;
}

.header__brand-link {
  font-size: 14px;
  line-height: 1.3;
  color: #314868;
}

.header__brand-link:hover {
  color: #f2742c;
}

.nav {
  flex: 0 1 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
}

.nav__item {
  padding: 12px 0;
}

.nav__item:hover .nav__menu {
  display: flex;
}

.nav__item:hover .nav__item-wrap::before {
  display: block;
}

.nav__item:hover .nav__item-link {
  background: rgba(0, 7, 7, 0.3);
  color: #f2742c;
}

.nav__item-wrap {
  position: relative;
}

.nav__item-wrap::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  border-radius: 3px;
  background: #ffffff;
  transform: translateX(-50%) rotate(45deg);
  display: none;
  z-index: 1;
}

.nav__item-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  color: #ffffff;
  padding: 2px 7px;
  border-radius: 10px;
}

.nav__item-link_normal {
  font-weight: 400;
}

.nav__item-link_upper {
  text-transform: uppercase;
}

.nav__menu {
  display: none;
  position: absolute;
  top: calc(100% - 12px);
  left: 0;
}

.nav__menu-wrap {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 2px 5px rgba(28, 113, 236, 0.1), 0px 3px 10px rgba(28, 113, 236, 0.1);
  border-radius: 10px;
  padding: 24px 32px 22px;
}

.nav__menu-col {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 30px;
  margin-bottom: 30px;
  flex-basis: calc(100% / 4 - (30px * (4 - 1)) / 4);
  max-width: calc(100% / 4 - (30px * (4 - 1)) / 4);
  margin-bottom: 0;
}

.nav__menu-col:nth-child(5n) {
  margin-right: 30px;
}

.nav__menu-col:nth-child(4n) {
  margin-right: 0;
}

.nav__menu-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.22;
  margin-bottom: 20px;
}

.nav__menu-links-item {
  margin-bottom: 10px;
}

.nav__menu-links-item_big {
  margin-bottom: 30px;
}

.nav__menu-link {
  font-size: 14px;
  line-height: 1.3;
  color: #314868;
}

.nav__menu-link:hover {
  color: #f2742c;
}

.nav__menu-link:hover .nav__menu-text {
  border-bottom: 1px solid currentColor;
}

.nav__menu-link_big {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  color: #000707;
}

.nav__menu-text {
  transition: 0.2s;
  border-bottom: 1px solid transparent;
}

.section {
  position: relative;
  z-index: 1;
}

.section_top {
  z-index: 100;
}

.section_dark {
  background-color: #314868;
}

.section_form {
  position: relative;
  z-index: 12;
}

input,
textarea,
select {
  -webkit-appearance: none;
}

.form__field {
  display: block;
  position: relative;
  height: 50px;
}

.form__field .btn {
  width: 100%;
  height: 100%;
}

.form__input {
  font-family: "Commissioner", sans-serif;
  font-size: 16px !important;
  line-height: 1;
  padding: 0 17px;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #ffffff;
  border: 2px solid #ebedf0;
  color: #000707;
  transition: 0.2s;
}

.form__input::placeholder {
  color: rgba(49, 72, 104, 0.3);
}

.form__input:hover {
  border: 2px solid #98a4b4;
}

.form__input:hover::placeholder {
  color: rgba(49, 72, 104, 0.5);
}

.form__input:focus {
  border: 2px solid #f2742c;
}

.form__input.active {
  border: 2px solid #f2742c;
}

.form__input.error {
  background: #fef4f3;
  border: 2px solid #ec281e;
  color: #ec281e;
}

.form__checkbox {
  cursor: pointer;
  position: relative;
  display: block;
  font-family: "Commissioner", sans-serif;
  text-align: left;
  padding-left: 30px;
  margin-left: 15px;
  margin-bottom: 30px;
}

.form__checkbox:hover .form__checkbox-input ~ .form__checkbox-checkmark {
  border-color: #f2742c;
}

.form__checkbox:hover .form__checkbox-input ~ .form__checkbox-checkmark:after {
  border-color: #f2742c;
}

.form__checkbox .form__checkbox-input:checked ~ .form__checkbox-checkmark {
  border-color: #f2742c;
  background-color: #f2742c;
}

.form__checkbox .form__checkbox-input:checked ~ .form__checkbox-checkmark:after {
  border-color: #ffffff;
}

.form__checkbox .form__checkbox-input.error ~ .form__checkbox-checkmark {
  border-color: red;
}

.form__checkbox.error .form__checkbox-input ~ .form__checkbox-checkmark {
  border-color: #ec281e;
  background-color: #fef4f3;
}

.form__checkbox.error .form__checkbox-input ~ .form__checkbox-checkmark:after {
  border-color: transparent;
}

.form__checkbox-input {
  display: none;
}

.form__checkbox-text {
  display: block;
  font-size: 14px;
  line-height: 22px;
}

.form__checkbox-link {
  color: #f2742c;
  border-bottom: 1px solid transparent;
}

.form__checkbox-link:hover {
  border-bottom: 1px solid #f2742c;
}

.form__checkbox-checkmark {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #ebedf0;
  border-radius: 3px;
  transition: 0.2s;
}

.form__checkbox-checkmark:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: 0.2s;
}

.form__textarea {
  padding: 14px 17px;
  width: 100%;
  height: 150px;
  resize: none;
}

.form__radio {
  cursor: pointer;
  position: relative;
  display: block;
  font-family: "Commissioner", sans-serif;
  text-align: left;
  padding-left: 30px;
  margin-left: 15px;
  margin-bottom: 30px;
}

.form__radio:hover .form__radio-input ~ .form__radio-checkmark {
  border-color: #f2742c;
}

.form__radio .form__radio-input:checked ~ .form__radio-checkmark {
  border-color: #f2742c;
}

.form__radio .form__radio-input:checked ~ .form__radio-checkmark:after {
  background-color: #f2742c;
}

.form__radio.error .form__radio-input ~ .form__radio-checkmark {
  border-color: #ec281e;
  background-color: #fef4f3;
}

.form__radio.error .form__radio-input ~ .form__radio-checkmark:after {
  background-color: transparent;
}

.form__radio-input {
  display: none;
}

.form__radio-text {
  display: block;
  font-size: 14px;
  line-height: 22px;
}

.form__radio-link {
  color: #f2742c;
  border-bottom: 1px solid transparent;
}

.form__radio-link:hover {
  border-bottom: 1px solid #f2742c;
}

.form__radio-checkmark {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #ebedf0;
  transition: 0.2s;
}

.form__radio-checkmark:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}

.btn {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Commissioner", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #f2742c;
  letter-spacing: 0.1em;
  font-weight: 700;
  background-color: #f2742c;
  border: none;
  color: #ffffff;
  padding: 21px 34px;
  border-radius: 30px;
}

.btn:hover {
  background-color: #f59056;
}

.btn:active {
  background-color: #e2651e;
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  background-color: #f9ba96;
}

.btn__container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_sm {
  padding: 16px 45px;
}

.btn_xs {
  padding: 6px 10px;
}

.btn_xs .btn__icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.btn__icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  fill: #ffffff;
  transition: 0.2s;
}

.btn-appointment {
  padding: 11px 20px;
  color: #314868;
  background-color: #ffffff;
  border-radius: 25px;
}

.btn-appointment:hover {
  background-color: #ffffff;
  color: #f2742c;
}

.btn-appointment:hover .btn-appointment__icon {
  fill: #f2742c;
}

.btn-appointment:focus {
  color: #e2651e;
}

.btn-appointment:focus .btn-appointment__icon {
  fill: #e2651e;
}

.btn-appointment.disabled,
.btn-appointment:disabled {
  cursor: not-allowed;
  background-color: #98a4b4;
}

.btn-appointment__icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  fill: #314868;
  transition: 0.2s;
}

.slider {
  position: relative;
  margin: 20px 0 30px;
}

.slider.owl-carousel {
  display: block;
}

.slider.owl-carousel > .slider__item:not(:first-child) {
  display: none;
}

.slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1300px;
  max-width: 100vw;
}

.slider__item {
  display: block;
  position: relative;
  padding: 80px 40px 70px;
  border-radius: 10px;
  overflow: hidden;
  height: 452px;
}

.slider__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.slider__item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider__title {
  font-weight: 800;
  font-size: 44px;
  line-height: 54px;
  color: #000707;
  margin-bottom: 98px;
  height: 200px;
}

.slider__title_big {
  font-size: 60px;
  line-height: 73px;
  text-transform: uppercase;
}

.slider__title-mainpage {
  color: #fff;
  margin-bottom: 0 !important;
}

.slider__title-black .slider__title-mainpage {
  display: none;
  color: #000 !important;
  opacity: 1;
  height: auto;
  min-height: 150px;
  margin-top: 37px;
  margin-left: 3px;
}

.slider__title-orange {
  color: #f1732b;
  display: contents;
}

.slider__title-img {
  display: flex;
  align-items: center;
  height: auto;
}

.slider__title-img__mob {
  display: none;
}

.slider__title-img img {
  height: 55px;
  width: auto !important;
  margin-left: 10px;
}

.slider__title-info {
  margin-top: 20px;
}

.slider__title-info .slider__title-mainpage {
  display: block;
}

.slider__title-info p {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
  padding-left: 0;
}

.slider__title-info ul {
  padding-left: 20px;
}

.slider__title-info ul li {
  position: relative;
  margin-bottom: 15px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
}

.slider__title-info ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #f1732b;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: -20px;
  box-shadow: 0px 0px 13px 1px #f1732b;
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0;
}

.owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f4f6f7 !important;
  stroke: #f2742c;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: 0.2s;
}

.owl-prev:focus {
  background-color: #e2651e !important;
  stroke: #ffffff;
}

.owl-prev:hover {
  background-color: #f59056 !important;
  stroke: #ffffff;
}

.owl-prev.disabled {
  cursor: not-allowed !important;
  background-color: #f4f6f7 !important;
  stroke: #d6dae1;
}

.owl-prev svg {
  width: 6px;
  height: 12px;
  margin-left: -2px;
  transition: 0.2s;
}

.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f4f6f7 !important;
  stroke: #f2742c;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: scale(-1, 1);
  transition: 0.2s;
}

.owl-next:focus {
  background-color: #e2651e !important;
  stroke: #ffffff;
}

.owl-next:hover {
  background-color: #f59056 !important;
  stroke: #ffffff;
}

.owl-next.disabled {
  cursor: not-allowed !important;
  background-color: #f4f6f7 !important;
  stroke: #d6dae1;
}

.owl-next svg {
  width: 6px;
  height: 12px;
  margin-left: -2px;
  transition: 0.2s;
}

.owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
}

.owl-dot {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.6) !important;
  border-radius: 50%;
  margin: 0 7px;
  transition: 0.2s;
}

.owl-dot:hover {
  background-color: #ffffff !important;
}

.owl-dot.active {
  width: 12px;
  height: 12px;
  background-color: #ffffff !important;
  margin: 0 4px;
}

.digits {
  display: flex;
  padding: 32px 32px 42px;
  border-top: 1px solid #f4f6f7;
  border-bottom: 1px solid #f4f6f7;
}

.digits__item {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 30px;
  margin-bottom: 30px;
  flex-basis: calc(100% / 4 - (30px * (4 - 1)) / 4);
  max-width: calc(100% / 4 - (30px * (4 - 1)) / 4);
  margin-bottom: 0;
}

.digits__item:nth-child(5n) {
  margin-right: 30px;
}

.digits__item:nth-child(4n) {
  margin-right: 0;
}

.digits__span {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.22;
  color: rgba(49, 72, 104, 0.4);
}

.digits__data {
  font-weight: 800;
  font-size: 44px;
  line-height: 54px;
  color: #314868;
  margin-bottom: 10px;
}

.digits__value {
  color: #f2742c;
}

.digits__text {
  font-size: 18px;
  line-height: 1.22;
}

.services {
  margin: 40px 0 60px;
  text-align: center;
}

.services__title {
  margin-bottom: 40px;
}

.services__slider {
  position: relative;
}

.services__slider.owl-carousel {
  display: block;
}

.services__slider.owl-carousel > .services__col {
  width: calc((100%) / 6);
  padding-bottom: 44px;
}

.services__slider.owl-carousel > .services__col:not(:first-child) {
  display: none;
}

.services__slider .owl-nav {
  max-width: 104px;
  margin: 34px auto 0;
}

.services__col {
  padding: 10px;
}

.services__item {
  display: block;
  height: 145px;
  border-radius: 10px;
  box-shadow: 0px 2px 8px rgba(0, 27, 67, 0.05), 0px 3px 16px rgba(0, 27, 67, 0.1);
  background-color: #ffffff;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 20px;
  transition: 0.2s;
}

.services__item:hover {
  background-color: #f2742c;
}

.services__item:hover .services__img {
  fill: #ffffff;
  color: #ffffff;
}

.services__item:hover .services__text {
  color: #ffffff;
}

.services__item:hover .services__text span {
  border-bottom: 1px solid currentColor;
}

.services__item:focus {
  background-color: #e2651e;
}

.services__item:focus .services__img {
  fill: #ffffff;
}

.services__item:focus .services__text {
  color: #ffffff;
}

.services__item:focus .services__text span {
  border-bottom: 1px solid transparent;
}

.services__item:last-of-type {
  margin-bottom: 0;
}

.services__img {
  fill: #f2742c;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #f2742c;
  transition: 0.2s;
}

.services__text {
  font-size: 14px;
  line-height: 1.3;
  color: #000707;
}

.services__text span {
  border-bottom: 1px solid transparent;
}

.registration {
  padding: 50px 0 58px;
  text-align: center;
  color: #ffffff;
}

.registration_md {
  padding: 26px 20px;
  border-radius: 10px;
  background-color: #314868;
  /*
            это временное свойство, чтобы отделить от блока  видео слайдер 
            margin-bottom: 50px;
        */
  margin-bottom: 50px;
}

.registration__title {
  margin-bottom: 37px;
}

.registration__title_md {
  text-align: left;
}

.registration__form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.registration__form_md {
  display: block;
}

.registration__form_md .registration__form-item {
  width: 100%;
  flex-basis: auto;
  max-width: 32%;
  margin-right: 0;
}

.registration__form-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}

.registration__form-item {
  display: block;
  position: relative;
  width: 100%;
  max-width: 22%;
}

.registration__text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.3;
}

.registration__text input[type='checkbox']:checked + .registration__chechbox::after {
  opacity: 1;
}

.registration__chechbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #f2742c;
  margin-right: 10px;
}

.registration__chechbox::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f2742c;
  transition: 0.2s;
  opacity: 0;
}

.registration__link {
  color: #f2742c;
  border-bottom: 1px solid transparent;
}

.registration__link:hover {
  border-bottom: 1px solid #f2742c;
}

.reviews {
  padding: 60px 0;
  text-align: center;
}

.reviews__title {
  margin-bottom: 30px;
}

.reviews__slider {
  display: flex;
  text-align: left;
  margin-bottom: 30px;
}

.reviews__slider.owl-carousel {
  display: flex;
  flex-wrap: wrap;
}

.reviews__slider.owl-carousel .owl-stage-outer {
  width: 100%;
}

.reviews__slider.owl-carousel > .reviews__item {
  min-height: 350px;
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 30px;
  margin-bottom: 30px;
  flex-basis: calc(100% / 3 - (30px * (3 - 1)) / 3);
  max-width: calc(100% / 3 - (30px * (3 - 1)) / 3);
  margin: 10px 0;
}

.reviews__slider.owl-carousel > .reviews__item:nth-child(4n) {
  margin-right: 30px;
}

.reviews__slider.owl-carousel > .reviews__item:nth-child(3n) {
  margin-right: 0;
}

.reviews__slider.owl-carousel > .reviews__item:not(:first-child) {
  display: none;
}

.reviews__slider .owl-stage {
  display: flex;
}

.reviews__slider .owl-item {
  padding: 10px;
  min-height: 370px;
}

.reviews__slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1300px;
  max-width: 100vw;
}

.reviews__item {
  padding: 32px 24px;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 27, 67, 0.05), 0px 3px 16px rgba(0, 27, 67, 0.1);
  border-radius: 10px;
  height: 100%;
}

.reviews__item-date {
  font-size: 12px;
  line-height: 1.25;
  color: #f2742c;
  margin-bottom: 16px;
}

.reviews__item-title {
  font-size: 18px;
  line-height: 1.22;
  font-weight: 700;
  margin-bottom: 13px;
}

.reviews__item-model {
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 30px;
}

.reviews__item-text {
  padding-left: 22px;
  position: relative;
}

.reviews__item-text::before {
  content: "";
  width: 30px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/local/templates/.default/assets/styles/../img/svg/quotes.svg") no-repeat;
}

.videos {
  padding: 50px 0;
}

.videos.owl-carousel {
  display: block;
}

.videos.owl-carousel > .videos__item {
  width: calc((100% - 60px) / 3);
}

.videos.owl-carousel > .videos__item:not(:first-child) {
  display: none;
}

.videos .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1300px;
  max-width: 100vw;
}

.videos__item {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.videos__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  /*backdrop-filter: blur(4px);*/
}

.videos__item img {
  filter: grayscale(100%);
  transition: 0.2s;
}

.videos__item:hover img {
  filter: grayscale(0%);
}

.videos_md {
  padding: 50px 70px;
  position: relative;
  border-radius: 10px;
  background-color: #314868;
}

.videos_md .owl-nav {
  width: 98%;
}

.play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f2742c;
  box-shadow: 0px 2px 8px rgba(0, 27, 67, 0.05), 0px 3px 16px rgba(0, 27, 67, 0.1);
}

.play:hover {
  background-color: #f59056;
}

.play:active {
  background-color: #e2651e;
}

.play.disabled,
.play:disabled {
  cursor: not-allowed;
  background-color: #f9ba96;
}

.play svg {
  width: 23px;
  height: 28px;
  margin-right: -4px;
}

.about {
  padding: 32px 0 40px;
}

.about__title {
  margin-bottom: 26px;
}

.about__text p {
  margin-bottom: 15px;
}

.about__text ul {
  margin-bottom: 26px;
}

.about__text ul li {
  margin-top: 13px;
}

.about__link {
  color: #f2742c;
  border-bottom: 1px solid transparent;
}

.about__link:hover {
  border-bottom: 1px solid currentColor;
}

.about__link_blue {
  color: #1c71ec;
}

.about__link_ttu {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offices {
  text-align: center;
  padding: 32px 0 0;
}

.offices__title {
  margin-bottom: 42px;
}

.offices__content {
  position: relative;
  padding: 86px 0;
}

.offices__content .map {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

.offices__container {
  position: relative;
  width: 340px;
  max-width: 100%;
}

.offices__wrap {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 5px rgba(28, 113, 236, 0.1), 0px 3px 10px rgba(28, 113, 236, 0.1);
  border-radius: 10px;
  padding-bottom: 30px;
}

.offices__wrap.owl-carousel {
  display: block;
}

.offices__wrap.owl-carousel > .offices__item:not(:first-child) {
  display: none;
}

.offices__wrap .owl-nav {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}

.offices__item-title {
  background: #f4f6f7;
  padding: 19px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
}

.offices__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: -5px auto 20px;
  padding: 7px;
}

.offices__tel {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #000707;
  border-bottom: 1px solid rgba(0, 7, 7, 0.3);
  margin-bottom: 20px;
}

.offices__tel:hover {
  color: #f2742c;
  border-bottom: 1px solid rgba(242, 116, 44, 0.3);
}

.offices__tel:focus {
  color: #000707;
  border-bottom: 1px solid transparent;
}

.offices__item-text {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 4px;
}

.offices__item-text p {
  margin-bottom: 16px;
}

.offices__item-text p:last-child {
  margin-bottom: 0;
}

.offices__item-timetable {
  color: #f2742c;
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 1.22;
}

.offices__stations {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 15px;
}

.offices__stations-item {
  cursor: pointer;
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 5px;
  margin-bottom: 5px;
  flex-basis: calc(100% / 5 - (5px * (5 - 1)) / 5);
  max-width: calc(100% / 5 - (5px * (5 - 1)) / 5);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6f7;
  border-radius: 25px;
  height: 50px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #314868;
}

.offices__stations-item:nth-child(6n) {
  margin-right: 5px;
}

.offices__stations-item:nth-child(5n) {
  margin-right: 0;
}

.offices__stations-item.active {
  color: #ffffff;
  background-color: #314868;
}

.form__select {
  height: 50px;
}

.dropdown__icon {
  pointer-events: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 14px;
  height: 20px;
  z-index: 200;
  fill: #f2742c;
  transition: 0.2s;
}

.dropdown__trigger {
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  z-index: 200;
  fill: #314868;
}

.jq-selectbox {
  width: 100%;
  height: 100%;
}

.jq-selectbox.error ~ .dropdown__icon {
  fill: #ec281e;
}

.jq-selectbox.error ~ .dropdown__trigger {
  fill: #ec281e;
}

.jq-selectbox.error .jq-selectbox__select {
  border: 2px solid #ec281e;
  background: #fef4f3;
}

.jq-selectbox.error .jq-selectbox__select-text {
  color: #ec281e;
}

.jq-selectbox.changed .jq-selectbox__select {
  border: 2px solid #f2742c;
}

.jq-selectbox.changed .jq-selectbox__select-text {
  color: #f2742c;
}

.jq-selectbox.opened ~ .dropdown__trigger {
  transform: translateY(-50%) rotate(180deg);
}

.jq-selectbox.focused .jq-selectbox__select {
  background: #ffffff;
  border: 2px solid #ebedf0;
}

.jq-selectbox:hover ~ .dropdown__trigger {
  fill: #f2742c;
}

.jq-selectbox:hover .jq-selectbox__select {
  border: 2px solid #f2742c;
}

.jq-selectbox:hover .jq-selectbox__select-text {
  color: #f2742c;
}

.jq-selectbox__select {
  display: flex;
  align-items: center;
  height: 100%;
  text-align: left;
  padding: 0 37px;
  border-radius: 25px;
  background: #ffffff;
  border: 2px solid #ebedf0;
  box-shadow: none;
  transition: 0.2s;
}

.jq-selectbox__select:hover {
  background: #ffffff;
}

.jq-selectbox__select:active {
  box-shadow: none;
}

.jq-selectbox__select-text {
  font-family: "Commissioner", sans-serif;
  font-size: 16px !important;
  line-height: 1;
  color: #314868;
  vertical-align: middle;
  transition: 0.2s;
}

.jq-selectbox__trigger {
  display: none;
}

.jq-selectbox__dropdown {
  position: relative;
  top: auto;
  bottom: auto;
  z-index: -1;
  border: none;
  border-radius: 0 0 9px 9px;
  padding: 14px 10px 4px;
  max-width: calc(100% - 50px);
  width: 100%;
  margin: -10px 25px;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 27, 67, 0.05), 0px 3px 16px rgba(0, 27, 67, 0.1);
  font-family: "Commissioner", sans-serif;
  font-size: 16px !important;
  line-height: 1;
}

.jq-selectbox__dropdown ul li {
  color: #314868;
  text-align: left;
  border-radius: 1px;
  padding: 12px 10px 10px;
  border-bottom: 1px solid #ebedf0;
  white-space: normal;
}

.jq-selectbox__dropdown ul li:last-of-type {
  border-bottom: none;
}

.jq-selectbox__dropdown ul li.sel {
  background-color: transparent;
  color: #f2742c;
}

.jq-selectbox__dropdown ul li:hover {
  background: #f4f6f7;
  color: #f2742c;
}

select.dropdown {
  width: 100%;
  font-family: "Commissioner", sans-serif;
  font-size: 16px !important;
  line-height: 1;
  padding: 0 17px;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #ffffff;
  border: 2px solid #ebedf0;
  color: #000707;
  transition: 0.2s;
  padding-left: 40px;
}

.fancybox-content {
  overflow: visible;
}

.fancybox-slide--html .fancybox-close-small {
  width: 50px;
  height: 50px;
  color: #adb6c3;
}

.modal {
  display: none;
  border-radius: 10px;
  width: 980px;
  max-width: 100%;
  padding: 60px 50px 50px;
}

.modal__title {
  margin-bottom: 40px;
}

.modal__form {
  display: flex;
  align-items: flex-start;
}

.modal__form .btn {
  width: auto;
}

.modal__form .rating {
  margin-bottom: 26px;
}

.modal__form-form {
  flex: 0 1 100%;
  width: 100%;
}

.modal__form-sidebar {
  flex: 0 0 264px;
  padding: 45px 0 45px 22px;
  margin-left: 24px;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.modal__form-sidebar-text {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 24px;
}

.modal__form-sidebar-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.modal__form-sidebar-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 10px;
  padding: 5px;
  fill: #314868;
}

.modal__form-row {
  display: flex;
  flex-wrap: wrap;
}

.modal__form-row .modal__field {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 20px;
  margin-bottom: 20px;
  flex-basis: calc(100% / 3 - (20px * (3 - 1)) / 3);
  max-width: calc(100% / 3 - (20px * (3 - 1)) / 3);
}

.modal__form-row .modal__field:nth-child(4n) {
  margin-right: 20px;
}

.modal__form-row .modal__field:nth-child(3n) {
  margin-right: 0;
}

.modal__form-text {
  font-size: 14px;
  line-height: 21px;
}

.modal__field {
  display: block;
  height: auto;
  min-height: 50px;
  margin-bottom: 26px;
}

.modal__field .jq-selectbox {
  height: 50px;
}

.modal__field input {
  height: 50px;
}

.modal__field-span {
  display: block;
  padding: 2px 19px;
  font-size: 12px;
  line-height: 15px;
  color: #000707;
}

.modal__hr {
  height: 1px;
  margin: 36px 0 20px;
  border: none;
  background-color: #f4f6f7;
  outline: none;
}

.modal_sm {
  width: 500px;
  padding: 60px 95px 50px;
  text-align: center;
}

.modal_sm .modal__field {
  margin-bottom: 20px;
}

.modal_sm .modal__field:last-of-type {
  margin-bottom: 0;
}

.modal_center {
  text-align: center;
}

.rating {
  display: flex;
  align-items: center;
}

.rating__text {
  margin-right: 33px;
}

.rating__wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.rating__wrap input {
  display: none;
}

.rating__wrap input:not(:checked) ~ .rating__item:hover,
.rating__wrap input:not(:checked) ~ .rating__item:hover ~ .rating__item {
  fill: #f2742c;
}

.rating__wrap input:checked ~ .rating__item {
  fill: #f2742c !important;
}

.rating__item {
  cursor: pointer;
  display: block;
  width: 29px;
  height: 26px;
  margin-right: 16px;
  fill: #e0e4e9;
}

.rating__item:first-of-type {
  margin-right: 0;
}

.rating__star {
  display: block;
  width: 100%;
  height: 100%;
}

.placemark_layout_container {
  position: relative;
  font-family: "Commissioner", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

/* Макет метки с "хвостиком" */

.polygon_layout {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 20px;
  border-radius: 5px;
  height: 40px;
  position: absolute;
  left: -28px;
  top: -76px;
  color: #ffffff;
  opacity: 0.7;
}

.polygon_layout.active {
  opacity: 1;
}

.polygon_layout_before {
  top: 20px;
  left: -16px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  transform: rotate(135deg);
  border-top-color: currentColor;
  border-width: 16px;
  z-index: -1;
}

.works {
  display: flex;
  justify-content: space-between;
  padding: 44px 0 50px;
}

.works__select {
  display: none;
  margin-bottom: 20px;
}

.works__container {
  min-width: 0;
  flex: 0 1 100%;
}

.works__title {
  margin-bottom: 23px;
}

.works__content {
  display: flex;
  flex-wrap: wrap;
}

.works__subtitle {
  margin-bottom: 30px;
}

.works__subtitle.title4 {
  margin-bottom: 10px;
}

.works__subtitle_tac {
  text-align: center;
}

.works__subtitle_sm {
  font-size: 14px;
  line-height: 21px;
  color: #666a6a;
  margin-bottom: 5px;
}

.works__item {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 20px;
  margin-bottom: 20px;
  flex-basis: calc(100% / 4 - (20px * (4 - 1)) / 4);
  max-width: calc(100% / 4 - (20px * (4 - 1)) / 4);
  display: block;
  background: #ffffff;
  border-radius: 10px;
}

.works__item:nth-child(5n) {
  margin-right: 20px;
}

.works__item:nth-child(4n) {
  margin-right: 0;
}

.works__item:hover {
  box-shadow: 0px 2px 8px rgba(0, 27, 67, 0.05), 0px 3px 16px rgba(0, 27, 67, 0.1);
}

.works__item:hover .works__item-img {
  border-radius: 10px 10px 0 0;
}

.works__item:hover .works__item-img::before {
  opacity: 0;
}

.works__item:hover .works__item-img img {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.works__item:hover .works__item-name {
  color: #f2742c;
}

.works__item:hover .works__item-name span {
  border-bottom: 1px solid currentColor;
}

.works__item-img {
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s;
  position: relative;
}

.works__item-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(215, 232, 255, 0.5);
  opacity: 1;
  z-index: 1;
  transition: 0.2s;
}

.works__item-img img {
  filter: grayscale(100%);
  width: 100%;
  margin: 0 auto;
  transition: 0.2s;
}

.works__item-name {
  padding: 16px 0 10px;
  text-align: center;
  color: #000707;
  font-size: 14px;
  line-height: 18px;
  min-height: 80px;
}

.works__item-name span {
  border-bottom: 1px solid transparent;
  transition: 0.2s;
}

.works__text:last-child {
  margin-bottom: 0;
}

.works__text table:not(.header-table) {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}

.works__text table:not(.header-table) caption {
  caption-side: bottom;
  text-align: left;
  font-size: 12px;
  line-height: 15px;
  padding-top: 20px;
  color: #000707;
}

.works__text table:not(.header-table) tr th {
  background: #314868;
  padding: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
}

.works__text table:not(.header-table) tr td {
  padding: 20px;
  background: #ffffff;
  vertical-align: top;
}

.works__text table:not(.header-table) tr td p {
  margin-bottom: 35px;
}

.works__text table:not(.header-table) tr td p:last-of-type {
  margin-bottom: 0;
}

.works__text table:not(.header-table) tr td p a {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f2742c;
  border-bottom: 1px solid transparent;
}

.works__text table:not(.header-table) tr td p a:hover {
  border-bottom: 1px solid currentColor;
}

.works__text table:not(.header-table) tr:nth-of-type(4n + 4) td,
.works__text table:not(.header-table) tr:nth-of-type(4n + 5) td {
  background: #f4f6f7;
}

.works__text table:not(.header-table) tr:nth-of-type(4n + 4) td:first-of-type,
.works__text table:not(.header-table) tr:nth-of-type(4n + 5) td:first-of-type {
  border-radius: 5px 0 0 5px;
}

.works__text table:not(.header-table) tr:nth-of-type(4n + 4) td:last-of-type,
.works__text table:not(.header-table) tr:nth-of-type(4n + 5) td:last-of-type {
  border-radius: 0 5px 5px 0;
}

.works__text-mail {
  display: block;
  color: #000707;
  opacity: 0.8;
  margin-bottom: 30px;
}

.works__text-mail:hover {
  opacity: 1;
  text-decoration: underline;
}

.works p {
  font-size: 14px;
  line-height: 21px;
  color: #000707;
}

.works p a {
  font-weight: 700;
  color: #000707;
}

.works p a:hover {
  text-decoration: underline;
}

.works__heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.works__heading .works__title {
  padding-right: 10px;
  margin-bottom: 0;
}

.works__heading-block {
  flex: 0 0 100%;
}

.works__logo {
  width: 88px;
  height: 44px;
}

.works__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works__row {
  display: flex;
  flex-wrap: wrap;
}

.works__row_jcsb {
  justify-content: space-between;
}

.works__row_jcsb .works__text-block {
  flex: auto;
  margin-bottom: 0;
}

.works__row-item {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 120px;
  margin-bottom: 120px;
  flex-basis: calc(100% / 2 - (120px * (2 - 1)) / 2);
  max-width: calc(100% / 2 - (120px * (2 - 1)) / 2);
  margin-bottom: 30px;
}

.works__row-item:nth-child(3n) {
  margin-right: 120px;
}

.works__row-item:nth-child(2n) {
  margin-right: 0;
}

.works__img {
  border-radius: 5px;
}

.works__text-block:not(:last-of-type) {
  margin-bottom: 26px;
}

.works__text-block_last {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2742c;
}

.works__text-block ul {
  margin-bottom: 26px;
}

.works__text-block ul li {
  font-size: 14px;
  line-height: 21px;
  color: #000707;
  padding-left: 12px;
  position: relative;
  margin-bottom: 10px;
}

.works__text-block ul li:last-of-type {
  margin-bottom: 0;
}

.works__text-block ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f2742c;
  position: absolute;
  top: 10px;
  left: 0;
}

.works__text-block p {
  margin-bottom: 21px;
}

.works__text-block p:last-of-type {
  margin-bottom: 0;
}

.works__text-block p.sm {
  font-size: 12px;
  line-height: 15px;
}

.works__text-block img {
  object-fit: cover;
  height: auto;
}

.works__hint {
  display: flex;
  align-items: center;
  margin: 55px 0;
}

.works__hint-img {
  position: relative;
  flex: 0 0 80px;
  background: #fef2ea;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.works__hint-img span {
  position: absolute;
  left: 0;
  bottom: 100%;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  transform: translateY(-10px);
  color: #000707;
}

.works__video {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
}

.works__video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
}

.works__link {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f2742c;
  border-bottom: 1px solid transparent;
}

.works__link_main {
  color: #f2742c !important;
  display: inline-block;
  margin-bottom: 15px;
}

.works__link:hover {
  border-bottom: 1px solid #f2742c;
}

.works__link-icon {
  stroke: #f2742c;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-right: 5px;
}

.works__link-icon svg {
  width: 10px;
  height: 10px;
}

.works__career {
  padding-top: 24px;
}

.works__career-wrap {
  display: flex;
  flex-wrap: wrap;
}

.works__career-item {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 20px;
  margin-bottom: 20px;
  flex-basis: calc(100% / 3 - (20px * (3 - 1)) / 3);
  max-width: calc(100% / 3 - (20px * (3 - 1)) / 3);
  box-shadow: 0px 2px 8px rgba(0, 27, 67, 0.05), 0px 3px 16px rgba(0, 27, 67, 0.1);
  border-radius: 10px;
  padding: 0 24px 30px;
  margin-bottom: 50px;
}

.works__career-item:nth-child(4n) {
  margin-right: 20px;
}

.works__career-item:nth-child(3n) {
  margin-right: 0;
}

.works__career-icon {
  width: 60px;
  height: 60px;
  padding: 14px;
  border-radius: 50%;
  background-color: #f2742c;
  margin-bottom: 20px;
  margin-top: -24px;
}

.works__career-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #000707;
  margin-bottom: 16px;
}

.works__career-text {
  font-size: 14px;
  line-height: 18px;
  color: #000707;
  margin-bottom: 46px;
}

.works__reviews-wrap {
  margin-bottom: 42px;
}

.works__reviews-item {
  padding: 24px 24px 40px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 27, 67, 0.05), 0px 3px 16px rgba(0, 27, 67, 0.1);
  margin-bottom: 26px;
}

.works__reviews-item:last-of-type {
  margin-bottom: 0;
}

.works__reviews-info {
  margin-bottom: 16px;
}

.works__reviews-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.works__reviews-date {
  font-size: 12px;
  line-height: 15px;
  color: #f2742c;
}

.works__reviews-station {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: #314868;
  padding: 6px 14px;
  border: 2px solid #98a4b4;
  border-radius: 25px;
}

.works__reviews-title {
  flex: 0 1 100%;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #000707;
}

.works__reviews-rating {
  flex: 0 0 96px;
  display: flex;
  justify-content: flex-end;
}

.works__reviews-star {
  display: flex;
  align-content: center;
  justify-content: center;
  flex: 0 0 16px;
  height: 15px;
  margin-right: 4px;
  fill: #e0e4e9;
}

.works__reviews-star:last-of-type {
  margin-right: 0;
}

.works__reviews-star.active {
  fill: #f2742c;
}

.works__reviews-auto {
  font-size: 12px;
  line-height: 15px;
  color: #000707;
}

.works__reviews-auto_undefined {
  color: #666a6a;
}

.aside {
  flex: 0 0 230px;
  margin-left: 70px;
}

.aside__wrap {
  position: sticky;
  top: 240px;
  bottom: 0;
}

.aside.js-aside-item__list-item {
  display: none;
}

.aside__list-item {
  position: relative;
  padding: 0 10px;
  background: #f4f6f7;
  display: none;
}

.aside__list-item:first-of-type {
  border-radius: 10px 10px 0 0;
}

.aside__list-item:last-of-type {
  border-radius: 0 0 10px 10px;
}

.aside__list-item:last-of-type::after {
  display: none;
}

.aside__list-item:first-of-type .aside__list-link + .aside__list-substrate .aside__list-substrate-top {
  display: none;
}

.aside__list-item:last-of-type .aside__list-link + .aside__list-substrate .aside__list-substrate-bottom {
  display: none;
}

.aside__list-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 1px;
  border-radius: 5px;
  background-color: #ebedf0;
}

.aside__list-link {
  display: block;
  padding: 10px 6px 10px 16px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #314868;
  position: relative;
}

.aside__list-link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f2742c;
  opacity: 0;
  transition: 0.2s;
}

.aside__list-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 20px);
  height: 100%;
  transition: 0.2s;
  z-index: -1;
}

.aside__list-link.active {
  z-index: 1;
  color: #f2742c;
}

.aside__list-link.active::before {
  opacity: 1;
}

.aside__list-link.active + .aside__list-substrate {
  background-color: #ffffff;
}

.aside__list-link.active + .aside__list-substrate .aside__list-substrate-top {
  opacity: 1;
}

.aside__list-link.active + .aside__list-substrate .aside__list-substrate-bottom {
  opacity: 1;
}

.aside__list-link:hover {
  color: #f2742c;
}

.aside__list-substrate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.aside__list-substrate-top {
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #ffffff;
  opacity: 0;
  transition: 0.2s;
}

.aside__list-substrate-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f6f7;
  border-radius: 0 0 10px 10px;
}

.aside__list-substrate-bottom {
  width: 100%;
  height: 10px;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  background: #ffffff;
  transition: 0.2s;
  opacity: 0;
  z-index: 1;
}

.aside__list-substrate-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f6f7;
  border-radius: 10px 10px 0 0;
}

.aside__toggle {
  cursor: pointer;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 11px 16px 12px 26px;
  background-color: #f4f6f7;
  border-radius: 0 0 10px 10px;
  transition: 0.2s;
}

.aside__toggle.active {
  display: flex;
}

.aside__toggle:hover {
  background-color: #f2742c;
}

.aside__toggle:hover .aside__toggle-text {
  color: #314868;
}

.aside__toggle:hover .aside__toggle-icon {
  stroke: #314868;
}

.aside__toggle_open .aside__toggle-icon {
  transform: rotate(-90deg);
}

.aside__toggle_close .aside__toggle-icon {
  transform: rotate(90deg);
}

.aside__toggle-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f2742c;
}

.aside__toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  width: 20px;
  height: 20px;
  stroke: #f2742c;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bread-crumbs {
  background: #f4f6f7;
}

.bread-crumbs__container {
  padding: 12px 0;
}

.bread-crumbs__link {
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid transparent;
  color: #666a6a;
}

.bread-crumbs__link:hover {
  border-bottom: 1px solid currentColor;
}

.bread-crumbs__separator {
  display: inline-block;
  width: 5px;
  height: 10px;
  stroke: #666a6a;
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: scale(-1, 1);
  margin: 0 6px;
}

.bread-crumbs__page {
  font-weight: 700;
  color: #f2742c;
}

.corp__block {
  margin-bottom: 40px;
}

.corp__block:last-of-type {
  margin-bottom: 0;
}

.corp__services {
  display: flex;
  flex-wrap: wrap;
}

.corp__services-item {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 20px;
  margin-bottom: 20px;
  flex-basis: calc(100% / 3 - (20px * (3 - 1)) / 3);
  max-width: calc(100% / 3 - (20px * (3 - 1)) / 3);
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  color: #000707;
}

.corp__services-item:nth-child(4n) {
  margin-right: 20px;
}

.corp__services-item:nth-child(3n) {
  margin-right: 0;
}

.corp__services-img {
  flex: 0 0 40px;
  height: 40px;
  margin-right: 12px;
}

.corp__services-text {
  font-size: 14px;
  line-height: 18px;
  color: #000707;
}

.corp__list {
  display: flex;
  flex-wrap: wrap;
}

.corp__list-column {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 30px;
  margin-bottom: 30px;
  flex-basis: calc(100% / 3 - (30px * (3 - 1)) / 3);
  max-width: calc(100% / 3 - (30px * (3 - 1)) / 3);
}

.corp__list-column:nth-child(4n) {
  margin-right: 30px;
}

.corp__list-column:nth-child(3n) {
  margin-right: 0;
}

.corp__list-item {
  padding: 0 14px -14px;
  font-size: 14px;
  line-height: 18px;
  color: #000707;
  padding-left: 12px;
  position: relative;
  margin-bottom: 15px;
}

.corp__list-item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #f2742c;
  border-radius: 50%;
}

.corp__stations {
  display: flex;
  margin-top: 46px;
  margin-bottom: 12px;
}

.corp__stations-item {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 0px;
  margin-bottom: 0px;
  flex-basis: calc(100% / 5 - (0px * (5 - 1)) / 5);
  max-width: calc(100% / 5 - (0px * (5 - 1)) / 5);
  text-align: center;
  position: relative;
  padding-bottom: 14px;
}

.corp__stations-item:nth-child(6n) {
  margin-right: 0px;
}

.corp__stations-item:nth-child(5n) {
  margin-right: 0;
}

.corp__stations-item::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #f4f6f7;
  border-radius: 50%;
}

.corp__stations-item:first-of-type::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #f4f6f7;
  border-radius: 50%;
}

.corp__stations-marker {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 2px 8px rgba(0, 27, 67, 0.05), 0px 3px 16px rgba(0, 27, 67, 0.1);
  margin: 0 auto;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -16px;
}

.corp__stations-marker svg {
  width: 10px;
}

.corp__stations-name {
  color: #000707;
  margin-bottom: 5px;
}

.corp__stations-height {
  font-size: 14px;
  line-height: 18px;
  color: #f2742c;
}

.corp__notice {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000707;
  background: #f4f6f7;
  border-radius: 5px;
  margin-bottom: 23px;
}

.corp__notice span {
  font-weight: bold;
  color: #314868;
}

.corp__dropdown-row {
  cursor: pointer;
  padding: 17px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 24px;
}

.corp__dropdown-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background: #314868;
}

.corp__dropdown-row_open .corp__dropdown-arrow {
  transform: rotate(45deg);
  margin-top: -14px;
}

.corp__dropdown-row_close .corp__dropdown-arrow {
  transform: rotate(-135deg);
  margin-bottom: -14px;
}

.corp__dropdown-text {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #314868;
}

.corp__dropdown-arrow {
  border: 14px solid #314868;
  border-left: 14px solid transparent;
  border-top: 14px solid transparent;
  transform: rotate(45deg);
}

.corp__dropdown-content {
  display: none;
}

.corp__text {
  font-size: 14px;
  line-height: 21px;
  color: #000707;
}

.corp__text p {
  margin-bottom: 21px;
}

.corp__text p a {
  color: #f2742c;
  border-bottom: 1px solid transparent;
}

.corp__text p a:hover {
  border-bottom: 1px solid #f2742c;
}

.corp__cost {
  border-collapse: collapse;
}

.corp__cost tr td {
  padding: 20px 10px 20px 10px;
  white-space: nowrap;
}

.corp__cost tr td:first-of-type {
  padding-left: 20px;
  padding-right: 7px;
  border-radius: 5px 0 0 5px;
  white-space: normal;
  width: 367px;
}

.corp__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 18px;
  color: #000707;
  margin-bottom: 60px;
}

.corp__table tr th {
  font-weight: 400;
  white-space: nowrap;
  color: #ffffff;
  background-color: #314868;
  padding: 20px 10px 20px 10px;
}

.corp__table tr th:first-of-type {
  text-align: left;
  padding-left: 20px;
  padding-right: 7px;
  border-radius: 5px 0 0 5px;
  white-space: normal;
  width: 367px;
}

.corp__table tr th:last-of-type {
  border-radius: 0 5px 5px 0;
}

.corp__table tr:nth-of-type(2n) td {
  background: #f4f6f7;
}

.corp__table tr td {
  padding: 20px 10px 20px 10px;
  white-space: nowrap;
}

.corp__table tr td:first-of-type {
  padding-left: 20px;
  padding-right: 7px;
  border-radius: 5px 0 0 5px;
  white-space: normal;
  width: 367px;
}

.corp__table tr td:last-of-type {
  border-radius: 0 5px 5px 0;
}

.spare-parts__banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 180px;
  padding: 0 30px;
}

.spare-parts__bg {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.spare-parts__bg img {
  height: 100%;
}

.spare-parts__info {
  color: #ffffff;
}

.spare-parts__banner-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

.spare-parts__block {
  margin-bottom: 40px;
}

.spare-parts__block:last-of-type {
  margin-bottom: 0;
}

.spare-parts__row {
  display: flex;
  margin-bottom: 20px;
}

.spare-parts__text p {
  margin-bottom: 10px;
}

.spare-parts__subtitle {
  margin-bottom: 20px;
}

.spare-parts__img {
  flex: 0 0 380px;
  margin-left: 20px;
}

.spare-parts__list li {
  padding-left: 12px;
  position: relative;
  margin-bottom: 10px;
}

.spare-parts__list li:last-of-type {
  margin-bottom: 0;
}

.spare-parts__list li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f2742c;
}

.spare-parts__card {
  padding: 26px;
  background: #f4f6f7;
  border-radius: 10px;
  margin-bottom: 10px;
}

.spare-parts__card:last-of-type {
  margin-bottom: 0;
}

.spare-parts__card-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.spare-parts__signs-item {
  display: flex;
  margin-bottom: 20px;
}

.spare-parts__signs-item:last-of-type {
  margin-bottom: 0;
}

.spare-parts__signs-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #f2742c;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  margin-right: 16px;
}

.partners {
  display: flex;
  flex-wrap: wrap;
}

.partners__item {
  margin-right: 10px;
  margin-bottom: 20px;
}

.partners__item:nth-of-type(9n) {
  margin-right: 0;
}

.certificates__slider {
  margin-bottom: 40px;
  position: relative;
}

.certificates__slider.owl-carousel {
  display: block;
}

.certificates__slider.owl-carousel > .certificates__slider-item {
  position: static;
  transform: none;
  height: 512px;
  width: 360px;
}

.certificates__slider.owl-carousel > .certificates__slider-item:before {
  background: none;
}

.certificates__slider.owl-carousel > .certificates__slider-item:not(:first-child) {
  display: none;
}

.certificates__slider .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.certificates__slider .owl-stage {
  display: flex;
}

.certificates__slider .owl-item {
  position: relative;
  float: none;
  height: 512px;
}

.certificates__slider .owl-item.active .certificates__slider-item {
  width: 230px;
  height: 326px;
  left: 0;
}

.certificates__slider .owl-item.center .certificates__slider-item {
  width: 360px;
  height: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.certificates__slider .owl-item.center .certificates__slider-item::before {
  opacity: 0;
}

.certificates__slider .owl-item.center + .owl-item.active .certificates__slider-item {
  left: auto;
  right: 0;
}

.certificates__slider .owl-item.center + .owl-item.active .certificates__slider-item::before {
  background: linear-gradient(270deg, #ffffff 25.9%, rgba(255, 255, 255, 0) 100%);
}

.certificates__slider-item {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}

.certificates__slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.2s;
  background: linear-gradient(90deg, #ffffff 25.9%, rgba(255, 255, 255, 0) 100%);
}

.certificates__slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.certificates__thumbs {
  display: flex;
  flex-wrap: wrap;
  background: #314868;
  border-radius: 10px;
  padding: 15px 17px 0;
}

.certificates__thumbs-item {
  display: block;
  cursor: pointer;
  position: relative;
  flex: 0 0 44px;
  width: 44px;
  height: 62px;
  margin-right: 13px;
  margin-bottom: 20px;
  border: none;
  background-color: transparent;
}

.certificates__thumbs-item::after {
  content: "";
  width: 52px;
  height: 71px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f2742c;
  opacity: 0;
  border-radius: 5px;
  z-index: 0;
  transition: 0.2s;
}

.certificates__thumbs-item:nth-of-type(15n) {
  margin-right: 0;
}

.certificates__thumbs-item img {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.certificates__thumbs-item:hover::after {
  opacity: 1;
}

.certificates__thumbs-item.active::after {
  opacity: 1;
}

.pagination {
  display: flex;
  margin-bottom: 60px;
}

.pagination__wrap {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.pagination__num {
  font-size: 14px;
  line-height: 18px;
  padding: 0 4px;
  color: #000707;
  border-radius: 3px;
  margin-right: 6px;
}

.pagination__num:last-of-type {
  margin-right: 0;
}

.pagination__num.active {
  background: #f4f6f7;
  color: #f2742c;
}

.pagination__num:hover {
  color: #f2742c;
}

.pagination__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #f4f6f7;
  stroke: #f2742c;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pagination__next:hover {
  color: #f2742c;
}

.pagination__next svg {
  width: 10px;
  height: 10px;
  transform: scale(-1, 1);
}

.news {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.news__item {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 20px;
  margin-bottom: 20px;
  flex-basis: calc(100% / 3 - (20px * (3 - 1)) / 3);
  max-width: calc(100% / 3 - (20px * (3 - 1)) / 3);
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 27, 67, 0.05), 0px 3px 16px rgba(0, 27, 67, 0.1);
  border-radius: 10px;
}

.news__item:nth-child(4n) {
  margin-right: 20px;
}

.news__item:nth-child(3n) {
  margin-right: 0;
}

.news__item:hover .news__item-img img {
  filter: grayscale(0%);
}

.news__item-img {
  width: 100%;
  height: 160px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

.news__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: 0.2s;
}

.news__item-text {
  padding: 16px 16px 37px;
}

.news__item-date {
  font-size: 12px;
  line-height: 15px;
  color: #f2742c;
  margin-bottom: 10px;
}

.news__item-name {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #000707;
}

.news__form {
  background: #314868;
  border-radius: 10px;
  padding: 26px 20px 40px;
  color: #ffffff;
}

.news__select {
  margin-right: 0 !important;
  flex: none !important;
  max-width: none !important;
  width: calc((100% - 40px) / 3 * 2 + 20px);
}

.new__date {
  font-size: 14px;
  line-height: 18px;
  color: #f2742c;
}

.new__img {
  margin-bottom: 26px;
}

.benefits {
  text-align: center;
  padding-top: 70px;
  margin-bottom: 100px;
}

.benefits__title {
  margin-bottom: 92px;
}

.benefits__title_orange {
  color: #f2742c;
}

.benefits__content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.benefits__item {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 30px;
  margin-bottom: 30px;
  flex-basis: calc(100% / 3 - (30px * (3 - 1)) / 3);
  max-width: calc(100% / 3 - (30px * (3 - 1)) / 3);
  padding: 30px 23px;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 27, 67, 0.05), 0px 3px 16px rgba(0, 27, 67, 0.1);
  border-radius: 10px;
}

.benefits__item:nth-child(4n) {
  margin-right: 30px;
}

.benefits__item:nth-child(3n) {
  margin-right: 0;
}

.benefits__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  padding: 14px;
  width: 60px;
  height: 60px;
  background-color: #f2742c;
  margin-bottom: 22px;
  margin-top: -70px;
}

.benefits__item-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #000707;
  margin-bottom: 12px;
}

.benefits__item-text {
  font-size: 14px;
  line-height: 18px;
  color: #000707;
}

.comments {
  padding: 100px 0 60px;
  display: flex;
  color: #ffffff;
  margin-top: -70px;
}

.comments__info {
  flex: 0 0 350px;
}

.comments__text {
  position: relative;
  margin-bottom: 54px;
}

.comments__text::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 0;
  width: 105px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.comments__text-p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

.comments__text-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.comments__tabs {
  display: flex;
  flex-wrap: wrap;
}

.comments__tabs-item {
  cursor: pointer;
  padding: 6px 12px;
  border: 2px solid #adb6c3;
  border-radius: 25px;
  margin-right: 14px;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  color: #adb6c3;
  transition: 0.2s;
}

.comments__tabs-item.active,
.comments__tabs-item:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #f2742c;
}

.comments__list {
  margin-left: 100px;
}

.comments__list-item {
  display: none;
}

.comments__list-item.active {
  display: block;
}

.comments__item {
  margin-bottom: 30px;
}

.comments__item:last-of-type {
  margin-bottom: 0;
}

.comments__item-date {
  font-size: 12px;
  line-height: 15px;
  color: #f2742c;
  margin-bottom: 16px;
}

.comments__item-name {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 19px;
}

.comments__item-text {
  padding-left: 22px;
  position: relative;
}

.comments__item-text::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 30px;
  height: 19px;
  z-index: -1;
  background: url("/local/templates/.default/assets/styles/../img/svg/quotes.svg") no-repeat;
}

.model {
  padding: 40px 0 45px;
}

.model__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}

.model__text {
  font-size: 16px;
  line-height: 24px;
  color: #000707;
}

.model__content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}

.model__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 15px;
  margin-bottom: 15px;
  flex-basis: calc(100% / 8 - (15px * (8 - 1)) / 8);
  max-width: calc(100% / 8 - (15px * (8 - 1)) / 8);
  height: 50px;
  background: #f4f6f7;
  text-align: center;
  border-radius: 30px;
  transition: 0.2s;
  color: #000707;
}

.model__item:nth-child(9n) {
  margin-right: 15px;
}

.model__item:nth-child(8n) {
  margin-right: 0;
}

.model__item.active,
.model__item:hover {
  background-color: #f2742c;
  color: #ffffff;
  filter: drop-shadow(0px 2px 8px rgba(0, 27, 67, 0.05)), drop-shadow(0px 3px 16px rgba(0, 27, 67, 0.1));
}

.model__buttons {
  display: flex;
}

.model__buttons .model__item {
  min-width: 182px;
  margin-left: 20px;
}

.model__buttons-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #f4f6f7;
  text-align: center;
  border-radius: 30px;
  transition: 0.2s;
  color: #314868;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  min-width: 182px;
}

.model__buttons-item:hover {
  background-color: #f2742c;
  color: #ffffff;
}

.pricelist {
  padding: 50px 0 80px;
}

.pricelist__title {
  text-align: center;
  margin-bottom: 50px;
}

.pricelist__tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.pricelist__tabs-item {
  cursor: pointer;
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 5px;
  margin-bottom: 5px;
  flex-basis: calc(100% / 5 - (5px * (5 - 1)) / 5);
  max-width: calc(100% / 5 - (5px * (5 - 1)) / 5);
  padding: 12px 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f6f7;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #000707;
  min-height: 50px;
}

.pricelist__tabs-item:nth-child(6n) {
  margin-right: 5px;
}

.pricelist__tabs-item:nth-child(5n) {
  margin-right: 0;
}

.pricelist__tabs-item.active,
.pricelist__tabs-item:hover {
  background-color: #f2742c;
  color: #ffffff;
}

.pricelist__list-item {
  display: none;
}

.pricelist__list-item.active {
  display: block;
}

.pricelist__list-item table {
  width: 100%;
  border-collapse: collapse;
}

.pricelist__list-item table p {
  font-size: 14px;
  line-height: 18px;
}

.pricelist__list-item table tr th {
  white-space: nowrap;
  background: #314868;
  padding: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
}

.pricelist__list-item table tr th:first-of-type {
  border-radius: 5px 0 0 5px;
}

.pricelist__list-item table tr th:last-of-type {
  border-radius: 0 5px 5px 0;
}

.pricelist__list-item table tr td {
  padding: 20px;
  background: #ffffff;
  vertical-align: top;
}

.pricelist__list-item table tr td p {
  margin-bottom: 35px;
}

.pricelist__list-item table tr td p:last-of-type {
  margin-bottom: 0;
}

.pricelist__list-item table tr td p a {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f2742c;
  border-bottom: 1px solid transparent;
}

.pricelist__list-item table tr td p a:hover {
  border-bottom: 1px solid currentColor;
}

.pricelist__list-item table tr td p a.blue {
  color: #6f7f96;
}

.pricelist__list-item table tr:nth-of-type(2n - 1) td {
  background: #f4f6f7;
}

.pricelist__list-item table tr:nth-of-type(2n - 1) td:first-of-type {
  border-radius: 5px 0 0 5px;
}

.pricelist__list-item table tr:nth-of-type(2n - 1) td:last-of-type {
  border-radius: 0 5px 5px 0;
}

.promotions {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.promotions__item {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 20px;
  margin-bottom: 20px;
  flex-basis: calc(100% / 3 - (20px * (3 - 1)) / 3);
  max-width: calc(100% / 3 - (20px * (3 - 1)) / 3);
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 27, 67, 0.05), 0px 3px 16px rgba(0, 27, 67, 0.1);
  border-radius: 10px;
}

.promotions__item:nth-child(4n) {
  margin-right: 20px;
}

.promotions__item:nth-child(3n) {
  margin-right: 0;
}

.promotions__item:hover .promotions__item-img img {
  filter: grayscale(0%);
}

.promotions__item-img {
  width: 100%;
  height: 216px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

.promotions__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: 0.2s;
}

.promotions__item-text {
  padding: 16px 16px 37px;
}

.promotions__item-date {
  font-size: 12px;
  line-height: 15px;
  color: #f2742c;
  margin-bottom: 10px;
}

.promotions__item-name {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #000707;
}

.promotions__form {
  background: #314868;
  border-radius: 10px;
  padding: 26px 20px 40px;
  color: #ffffff;
}

.promotions__select {
  margin-right: 0 !important;
  flex: none !important;
  max-width: none !important;
  width: calc((100% - 40px) / 3 * 2 + 20px);
}

.gallery {
  padding: 44px 0 80px;
}

.gallery__title {
  margin-bottom: 20px;
}

.gallery__tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 38px;
}

.gallery__tabs-item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 5px;
  margin-bottom: 5px;
  flex-basis: calc(100% / 5 - (5px * (5 - 1)) / 5);
  max-width: calc(100% / 5 - (5px * (5 - 1)) / 5);
  background: #f4f6f7;
  border-radius: 25px;
  margin-bottom: 0;
}

.gallery__tabs-item:nth-child(6n) {
  margin-right: 5px;
}

.gallery__tabs-item:nth-child(5n) {
  margin-right: 0;
}

.gallery__tabs-item_blue:hover,
.gallery__tabs-item_blue.active {
  background-color: #0078bf;
}

.gallery__tabs-item_gray:hover,
.gallery__tabs-item_gray.active {
  background-color: #a2a2a4;
}

.gallery__tabs-item_purple:hover,
.gallery__tabs-item_purple.active {
  background-color: #9244a0;
}

.gallery__tabs-item_orange:hover,
.gallery__tabs-item_orange.active {
  background-color: #f68131;
}

.gallery__tabs-item_yellow:hover,
.gallery__tabs-item_yellow.active {
  background-color: #ffcb31;
}

.gallery__tabs-item:hover,
.gallery__tabs-item.active {
  color: #ffffff;
}

.gallery__list-item {
  display: none;
}

.gallery__list-item:hover,
.gallery__list-item.active {
  display: flex;
  flex-wrap: wrap;
}

.gallery__item {
  cursor: pointer;
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 20px;
  margin-bottom: 20px;
  flex-basis: calc(100% / 3 - (20px * (3 - 1)) / 3);
  max-width: calc(100% / 3 - (20px * (3 - 1)) / 3);
}

.gallery__item:nth-child(4n) {
  margin-right: 20px;
}

.gallery__item:nth-child(3n) {
  margin-right: 0;
}

.gallery__item-wrap {
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}

.gallery__item-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.delivery {
  position: relative;
  height: 320px;
  padding: 60px;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  color: #ffffff;
}

.delivery__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.delivery__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.delivery__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 30px;
}

.delivery__icons {
  display: flex;
  align-items: center;
}

.delivery__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  padding: 15px;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
}

.delivery__icon:last-of-type::after {
  display: none;
}

.delivery__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  background: url("/local/templates/.default/assets/styles/../img/svg/chevron.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.delivery__icon svg {
  fill: #f2742c;
}

.delivery__text {
  font-size: 24px;
  line-height: 29px;
}

.tire__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000707;
  margin-bottom: 20px;
}

.tire__item:not(:last-of-type) {
  margin-bottom: 40px;
}

.tire__row {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
}

.tire__icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-right: 14px;
}

.tire__text {
  font-size: 18px;
  line-height: 22px;
  color: #314868;
}

.tire__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.tire__table p {
  font-size: 14px;
  line-height: 18px;
}

.tire__table p a {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f2742c;
  border-bottom: 1px solid transparent;
}

.tire__table p a:hover {
  border-bottom: 1px solid currentColor;
}

.tire__table thead tr {
  background: #314868;
}

.tire__table thead tr th {
  text-align: left;
  padding: 20px 10px;
  color: #ffffff;
  font-weight: 400;
}

.tire__table thead tr th:first-of-type {
  border-radius: 5px 0 0 5px;
}

.tire__table thead tr th:last-of-type {
  border-radius: 0 5px 5px 0;
}

.tire__table tbody tr:nth-of-type(2n) {
  background: #f4f6f7;
}

.tire__table tbody tr td {
  padding: 20px 5px;
}

.tire__table tbody tr td:first-of-type {
  padding-left: 20px;
  border-radius: 5px 0 0 5px;
}

.tire__table tbody tr td:last-of-type {
  padding-right: 20px;
  border-radius: 0 5px 5px 0;
  text-align: right;
}

.contacts {
  display: flex;
  flex-wrap: wrap;
}

.contacts__item {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 20px;
  margin-bottom: 20px;
  flex-basis: calc(100% / 3 - (20px * (3 - 1)) / 3);
  max-width: calc(100% / 3 - (20px * (3 - 1)) / 3);
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 27, 67, 0.05), 0px 3px 16px rgba(0, 27, 67, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.contacts__item:nth-child(4n) {
  margin-right: 20px;
}

.contacts__item:nth-child(3n) {
  margin-right: 0;
}

.contacts__img {
  height: 160px;
}

.contacts__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contacts__text {
  padding: 16px 10px 26px 16px;
}

.contacts__row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contacts__marker {
  margin-right: 5px;
}

.contacts__marker svg {
  width: 12px;
  height: 16px;
}

.contacts__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #000707;
}

.contacts__p {
  font-size: 14px;
  line-height: 18px;
  color: #000707;
  margin-bottom: 20px;
}

.contacts__tel {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #000707;
  border-bottom: 1px solid rgba(0, 7, 7, 0.3);
  margin-bottom: 13px;
}

.contacts__tel_bn {
  border-bottom: none;
  margin-bottom: 0;
}

.contacts__tel:hover {
  border-bottom-color: transparent;
}

.contacts__timetable {
  font-size: 14px;
  line-height: 18px;
  color: #f2742c;
}

.contacts__link {
  color: #f2742c;
}

.contacts__items {
  display: flex;
  flex-wrap: wrap;
}

.contacts__items-item {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 20px;
  margin-bottom: 20px;
  flex-basis: calc(100% / 3 - (20px * (3 - 1)) / 3);
  max-width: calc(100% / 3 - (20px * (3 - 1)) / 3);
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.contacts__items-item:nth-child(4n) {
  margin-right: 20px;
}

.contacts__items-item:nth-child(3n) {
  margin-right: 0;
}

.contacts__items-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #314868;
  margin-right: 12px;
}

.contacts__items-text {
  font-size: 14px;
  line-height: 18px;
  color: #000707;
}

.contact__row {
  display: flex;
}

.contact__row:not(.contact__row:last-of-type) {
  margin-bottom: 40px;
}

.contact__row .jr_contacts_items {
  width: 50%;
  padding: 0 20px;
}

.contact__row .contact__img {
  width: 30%;
  max-width: 30%;
}

.contact__info {
  width: 20%;
}

.contact__img {
  max-width: 100%;
  flex: 0 0 380px;
  height: 217px;
  border-radius: 10px;
  margin-left: 20px;
  overflow: hidden;
}

.contact__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact__map {
  height: 320px;
  margin-bottom: 60px;
  position: relative;
}

.contact__map .map1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contact__3d {
  flex: 0 0 480px;
  margin-right: 20px;
  max-width: 480px;
}

.contact__3d img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact__information-text {
  background: #f4f6f7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.contact__information-icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.contact__information-p {
  font-size: 16px;
  line-height: 24px;
  color: #314868;
}

.contact__information-scheme {
  margin-left: 18px;
  margin-bottom: 20px;
}

.contact__taxi {
  display: flex;
  align-items: center;
  background: #f4f6f7;
  border-radius: 10px;
  padding: 10px;
}

.contact__taxi-icon {
  position: relative;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.contact__taxi-car {
  position: relative;
  z-index: 1;
}

.contact__taxi-marker {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.contact__taxi-marker svg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.contact__taxi-text {
  font-size: 14px;
  line-height: 18px;
  color: #000707;
}

.contact__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 5px;
  fill: #ffffff;
  margin-right: 6px;
}

.table-of-services .paid-diagnostik-link {
  width: 100%;
  overflow-x: auto;
}

.table-of-services .wrapper {
  margin-bottom: 30px;
}

.table-of-services table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}

.table-of-services table td {
  padding: 20px;
  background: #ffffff;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  color: #000707;
}

.table-of-services table tr:nth-child(1) th,
.table-of-services table tr:nth-child(1) td {
  background: #314868;
  padding: 20px;
  text-align: left;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
}

.table-of-services .sign-button span {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f2742c;
  border-bottom: 1px solid transparent;
  transition: 0.2s;
}

.table-of-services .sign-button span:hover {
  border-color: currentColor;
}

.table-of-services .hidden-on-large {
  display: none;
}

.page404 {
  padding: 44px 0 100px;
}

.page404__content {
  margin-top: 75px;
  text-align: center;
}

.page404__img img {
  display: inline-block;
}

.page404__text {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #314868;
  opacity: 0.3;
}

.page404__button {
  margin-top: 30px;
}

.vacancies_cards {
  padding: 65px 0 60px;
}

.vacancies__wrap {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 27, 67, 0.05), 0px 3px 16px rgba(0, 27, 67, 0.1);
  border-radius: 10px;
  height: 160px;
}

.vacancies__wrap-slider {
  width: 25%;
  height: 100%;
}

.vacancies__wrap-slider .owl-carousel,
.vacancies__wrap-slider .owl-stage-outer,
.vacancies__wrap-slider .owl-stage,
.vacancies__wrap-slider .owl-item {
  height: 100%;
}

.vacancies__wrap-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vacancies__wrap-img {
  position: relative;
  height: 100%;
}

.vacancies__wrap-desc {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  color: #ffffff;
}

.vacancies__wrap-content {
  width: 55%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.vacancies__wrap-content-icon {
  margin-right: 30px;
}

.vacancies__wrap-content-icon img {
  width: 50px;
  height: 50px;
}

.vacancies__wrap-content-title {
  margin-bottom: 10px;
}

.vacancies__wrap-content-text {
  font-size: 16px;
  line-height: 24px;
  color: #000707;
}

.vacancies__wrap-link {
  width: 20%;
  padding-right: 70px;
}

.vacancies__wrap-link a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f2742c;
}

.vacancies__wrap-link svg {
  width: 18px;
  height: 36px;
  stroke: #f2742c;
  transform: rotate(-180deg);
  margin-left: 22px;
}

.vacancies__cards {
  display: flex;
  flex-wrap: wrap;
  margin: -35px -20px 0 0;
}

.vacancies__cards-item {
  position: relative;
  width: 31%;
  padding: 56px 25px 30px;
  margin: 35px 20px 0 0;
}

.vacancies__cards-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 27, 67, 0.05), 0px 3px 16px rgba(0, 27, 67, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.vacancies__cards-icon {
  position: absolute;
  top: -30px;
  left: 25px;
  z-index: 100;
  width: 60px;
  height: 60px;
}

.vacancies__cards-icon img {
  width: 100%;
  height: 100%;
}

.vacancies__cards-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #000707;
  margin-bottom: 15px;
}

.vacancies__cards-text {
  font-size: 14px;
  line-height: 18px;
  color: #000707;
  margin-bottom: 46px;
}

.vacancies__cards-link {
  position: absolute;
  bottom: 30px;
  left: 25px;
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f2742c;
}

.vacancies__cards-link:hover {
  color: #eb5d0b;
}

.shinamo_table_mob {
  display: none;
  padding-bottom: 20px;
}

.shinamo_table_mob table {
  width: 100%;
  border-collapse: collapse;
}

.shinamo_table_mob td {
  padding: 10px;
}

.shinamo_table_mob .shinamo_table_header {
  color: #ffffff;
  background-color: #314868;
}

.shinamo_table_mob .shinamo_table_title {
  font-weight: bold;
  background-color: #f7f7f7;
}

.shinamo_table_mob .shinamo_table_link {
  text-align: right;
}

.shinamo_table_mob .shinamo_table_link a {
  color: #f2742c;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shinamo_table_mob .shinamo_table_price {
  text-align: center;
}

.shinamo_table_mob .shinamo_table__gray {
  background-color: #f2f2f2;
}

.сookies {
  display: none;
  position: relative;
  box-sizing: border-box;
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 3000;
  width: 350px;
  background-color: #fff;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.сookies__active {
  display: block;
}

.сookies__block {
  padding: 25px 20px 20px;
  font-size: 13px;
}

.сookies__close {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.сookies__close:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #202020;
  transform: rotate(-45deg);
}

.сookies__close:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #202020;
  transform: rotate(45deg);
}

.сookies__info {
  margin-bottom: 20px;
  text-align: center;
}

.сookies__info a {
  color: #000;
  border-bottom: 1px solid #000;
}

.сookies__btn {
  background-color: #202020;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
  cursor: pointer;
}

.new-gallery {
  width: 100%;
  background-color: #272626;
}

.new-gallery__slider-item {
  width: 100%;
  height: 293px;
}

.new-gallery__bottom {
  padding: 12px 18px;
  position: relative;
}

.new-gallery__thumbs {
  position: unset;
}

.new-gallery__thumbs-item {
  width: 101px;
  height: 81px;
  opacity: .5;
  transition: opacity .25s;
  cursor: pointer;
}

.new-gallery__thumbs-item.swiper-slide-thumb-active {
  opacity: 1;
}

.new-gallery-button-prev,
.new-gallery-button-next {
  width: 18px;
  height: 18px;
  margin: 0;
  transform: translateY(-50%);
}

.new-gallery-button-prev svg,
.new-gallery-button-next svg {
  height: 100%;
}

.new-gallery-button-prev::after,
.new-gallery-button-next::after {
  content: none;
}

.new-gallery-button-prev {
  left: 0;
}

.new-gallery-button-next {
  right: 0;
}

@media (max-width: 1214px) {
  .header__brand-container::before {
    top: calc(100% + 15px);
  }
}

@media (max-width: 1209px) {
  .container {
    max-width: 1024px;
  }

  .footer__link {
    font-size: 14px;
  }

  .footer__bottom-text {
    font-size: 16px;
  }

  .header__top {
    padding: 15px 0;
  }

  .header__logo {
    flex: 0 0 97px;
  }

  .nav {
    margin: 0 10px;
  }

  .nav__item-span {
    font-size: 0;
  }

  .nav__item-span::after {
    content: ".";
    font-size: 14px;
    line-height: 1.3;
  }

  .nav__item-hidden {
    display: none;
  }

  .digits {
    padding: 16px 5px;
  }

  .digits__span {
    font-size: 14px;
    line-height: 1.3;
  }

  .digits__data {
    font-size: 28px;
    line-height: 34px;
  }

  .digits__text {
    font-size: 14px;
    line-height: 1.3;
  }

  .services__slider.owl-carousel > .services__col {
    width: calc((100%) / 5);
  }

  .registration__form {
    flex-wrap: wrap;
  }

  .works__item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 20px;
    margin-bottom: 20px;
    flex-basis: calc(100% / 3 - (20px * (3 - 1)) / 3);
    max-width: calc(100% / 3 - (20px * (3 - 1)) / 3);
  }

  .works__item:nth-child(4n) {
    margin-right: 20px;
  }

  .works__item:nth-child(3n) {
    margin-right: 0;
  }

  .works__text table:not(.header-table) tr th:nth-last-of-type(4) {
    display: none;
  }

  .works__text table:not(.header-table) tr td:nth-last-of-type(4) {
    display: none;
  }

  .works__text table:not(.header-table) tr:nth-of-type(4n + 4) td,
  .works__text table:not(.header-table) tr:nth-of-type(4n + 5) td {
    background: #ffffff;
  }

  .works__text table:not(.header-table) tr:nth-of-type(4n + 4) td:first-of-type,
  .works__text table:not(.header-table) tr:nth-of-type(4n + 5) td:first-of-type {
    border-radius: 0;
  }

  .works__text table:not(.header-table) tr:nth-of-type(4n + 4) td:last-of-type,
  .works__text table:not(.header-table) tr:nth-of-type(4n + 5) td:last-of-type {
    border-radius: 0;
  }

  .works__text table:not(.header-table) tr:nth-of-type(odd) td {
    background: #f4f6f7;
    padding: 20px;
  }

  .works__text table:not(.header-table) tr:nth-of-type(odd) td:first-of-type {
    border-radius: 5px 0 0 5px;
  }

  .works__text table:not(.header-table) tr:nth-of-type(odd) td:last-of-type {
    border-radius: 0 5px 5px 0;
  }

  .aside {
    margin-left: 30px;
  }

  .aside__wrap {
    top: 190px;
  }

  .spare-parts__banner {
    text-align: center;
    justify-content: center;
    margin-bottom: 120px;
  }

  .spare-parts__banner .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 20px);
    white-space: nowrap;
  }

  .partners__item:nth-of-type(9n) {
    margin-right: 10px;
  }

  .partners__item:nth-of-type(7n) {
    margin-right: 0;
  }

  .certificates__slider.owl-carousel > .certificates__slider-item {
    width: 280px;
    height: 400px;
  }

  .certificates__slider .owl-item {
    height: 400px;
  }

  .certificates__slider .owl-item.active .certificates__slider-item {
    width: 210px;
    height: 300px;
  }

  .certificates__slider .owl-item.center .certificates__slider-item {
    width: 280px;
    height: 100%;
  }

  .certificates__thumbs-item {
    margin-right: 10px;
  }

  .certificates__thumbs-item:nth-of-type(15n) {
    margin-right: 10px;
  }

  .certificates__thumbs-item:nth-of-type(13n) {
    margin-right: 0;
  }

  .contacts__items-item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 20px;
    margin-bottom: 20px;
    flex-basis: calc(100% / 2 - (20px * (2 - 1)) / 2);
    max-width: calc(100% / 2 - (20px * (2 - 1)) / 2);
  }

  .contacts__items-item:nth-child(3n) {
    margin-right: 20px;
  }

  .contacts__items-item:nth-child(2n) {
    margin-right: 0;
  }

  .contact__3d {
    flex: 0 0 320px;
  }

  .vacancies_cards {
    padding: 65px 0 25px;
  }

  .vacancies__cards {
    margin: 0;
    justify-content: space-between;
  }

  .vacancies__cards-item {
    width: 48.5%;
    margin: 0;
    margin-bottom: 35px;
  }

  .shinamo_table {
    display: none;
  }

  .shinamo_table_mob {
    display: block;
  }
}

@media (max-width: 1023px) {
  h1 {
    font-size: 1.5em;
  }

  h2 {
    font-size: 1.4em;
  }

  .container {
    max-width: 768px;
  }

  .footer {
    border-top: 1px solid #ebedf0;
  }

  .footer__info-top {
    border-bottom: none;
    padding: 24px 0;
  }

  .footer__logo {
    margin-right: 40px;
  }

  .footer__nav-link:hover {
    color: #000707;
  }

  .footer__container {
    display: flex;
    padding: 24px 0 30px;
  }

  .footer__info-data {
    padding: 0;
    flex-wrap: wrap;
  }

  .footer__img {
    flex: 0 0 99px;
    width: 99px;
    height: 80px;
    margin-right: 53px;
  }

  .footer__links {
    display: none;
  }

  .footer__link:hover {
    color: #000707;
  }

  .footer__info-bottom {
    padding: 0;
  }

  .footer__info-title {
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .footer__apps-item {
    flex: 0 1 153px;
    max-width: 153px;
    height: 45px;
  }

  .footer__apps-item:hover {
    background-color: transparent;
    fill: #f2742c;
  }

  .footer__bottom-item {
    display: block;
  }

  .footer__bottom-text {
    text-align: center;
    margin-bottom: 26px;
    margin-right: 0;
  }

  .footer__social-item:hover {
    background-color: transparent;
  }

  .footer__social-item:focus {
    fill: #ffffff;
  }

  .footer__social-item_first:hover {
    background-color: #ffffff;
  }

  .footer__social-item_first:hover svg {
    fill: #314868;
  }

  .footer__social-item_first:focus {
    background-color: #ffffff;
  }

  .footer__social-item_first:focus svg {
    fill: #314868;
  }

  .header__buttons {
    display: flex;
  }

  .header__contacts {
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    width: 100%;
    height: calc(100vh - 80px);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .header__contacts::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
  }

  .header__contacts.active {
    display: block;
  }

  .header__contacts-wrap {
    display: block;
    padding: 70px 15px;
    width: 100%;
  }

  .header__contacts-wrap {
    display: block;
    padding: 0 15px;
    width: 100%;
  }

  .header__contacts-item {
    width: 342px;
    max-width: 100%;
    margin: 0 auto;
    padding: 23px 0;
    border-bottom: 1px solid #f4f6f7;
  }

  .header__contacts-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }

  .header__contacts-item:first-of-type {
    padding-top: 0;
  }

  .header__contacts-tel:hover {
    color: #000707;
    border-bottom: 1px solid rgba(0, 7, 7, 0.3);
  }

  .header__contacts-tel:focus {
    border-bottom: 1px solid rgba(0, 7, 7, 0.3);
  }

  .header__bottom {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px 15px;
    display: none;
    width: 100%;
    height: calc(100vh - 80px);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
  }

  .header__bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
  }

  .header__bottom.active {
    display: block;
  }

  .header__bottom .btn-appointment {
    display: none;
  }

  .header__bottom-wrap {
    display: block;
    padding: 0;
  }

  .header__map {
    display: block;
    flex: 0 0 100%;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 28px;
  }

  .header__brand {
    position: relative;
  }

  .header__brand:hover .header__brand-menu {
    display: none;
  }

  .header__brand:hover .header__brand-container {
    color: #ffffff;
    background-color: transparent;
  }

  .header__brand:hover .header__brand-icon {
    fill: #314868;
  }

  .header__brand:hover .header__brand-text {
    color: #314868;
    border-color: #314868;
  }

  .header__brand-icon {
    fill: #314868;
  }

  .header__brand-text {
    color: #314868;
  }

  .header__brand-menu {
    top: 100%;
    z-index: 99;
  }

  .header__brand-wrap {
    padding: 10px 15px 2px;
    min-height: auto;
  }

  .header__brand-item {
    width: calc(33% - 3px);
    max-width: none;
    flex-basis: auto;
    margin-right: 5px !important;
  }

  .header__brand-item:nth-child(3n) {
    margin-right: 0 !important;
  }

  .header__brand-link:hover {
    color: #314868;
  }

  .nav {
    display: block;
    margin: 36px 0 40px;
  }

  .nav__item {
    padding: 0;
    margin-bottom: 56px;
  }

  .nav__item:last-of-type {
    margin-bottom: 0;
  }

  .nav__item:hover .nav__menu {
    display: none;
  }

  .nav__item:hover .nav__item-link {
    color: #000707;
    background-color: transparent;
  }

  .nav__item-link {
    padding: 0;
    font-size: 18px;
    line-height: 1.22;
    color: #000707;
  }

  .nav__menu-link:hover {
    color: #314868;
  }

  .nav__menu-link:hover .nav__menu-text {
    border-bottom: 1px solid transparent;
  }

  .form__input:hover {
    border: 2px solid #ebedf0;
  }

  .form__input:hover::placeholder {
    color: rgba(49, 72, 104, 0.3);
  }

  .form__input:focus {
    border: 2px solid #ebedf0;
  }

  .form__checkbox:hover .form__checkbox-input ~ .form__checkbox-checkmark {
    border-color: #ebedf0;
  }

  .form__checkbox:hover .form__checkbox-input ~ .form__checkbox-checkmark:after {
    border-color: transparent;
  }

  .form__checkbox-link:hover {
    border-bottom: 1px solid transparent;
  }

  .form__radio:hover .form__radio-input ~ .form__radio-checkmark {
    border-color: #ebedf0;
  }

  .form__radio-link:hover {
    border-bottom: 1px solid transparent;
  }

  .btn:hover {
    background-color: #f2742c;
  }

  .btn:active {
    background-color: #f2742c;
  }

  .btn-appointment:hover {
    background-color: #f2742c;
    color: #314868;
  }

  .btn-appointment:hover .btn-appointment__icon {
    fill: #314868;
  }

  .btn-appointment:focus {
    background-color: #f2742c;
    color: #314868;
  }

  .btn-appointment:focus .btn-appointment__icon {
    fill: #314868;
  }

  .slider__item {
    padding: 40px 20px 67px;
  }

  .slider__title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px;
  }

  .slider__title_big {
    font-size: 40px;
    line-height: 49px;
  }

  .owl-next:focus {
    stroke: #f2742c;
    background-color: #f4f6f7 !important;
  }

  .owl-next:hover {
    stroke: #f2742c;
    background-color: #f4f6f7 !important;
  }

  .services__title {
    margin-bottom: 35px;
  }

  .services__slider.owl-carousel > .services__col {
    width: calc((100%) / 4);
  }

  .services__item:hover {
    background-color: #ffffff;
  }

  .services__item:hover .services__img {
    fill: #f2742c;
  }

  .services__item:hover .services__text {
    color: #000707;
  }

  .services__item:hover .services__text span {
    border-bottom: 1px solid transparent;
  }

  .services__item:focus {
    background-color: #ffffff;
  }

  .services__item:focus .services__img {
    fill: #f2742c;
  }

  .services__item:focus .services__text {
    color: #000707;
  }

  .services__item:focus .services__text span {
    border-bottom: 1px solid transparent;
  }

  .registration__title_md {
    text-align: center;
  }

  .registration__form {
    margin-bottom: 10px;
  }

  .registration__form_md .registration__form-item {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .registration__form-flex {
    flex-direction: column;
    align-items: baseline;
  }

  .registration__form-flex:last-child {
    margin-top: -20px;
    flex-direction: column-reverse;
  }

  .registration__form-item {
    max-width: 49%;
    margin-bottom: 20px;
  }

  .registration__link:hover {
    border-bottom: 1px solid transparent;
  }

  .reviews {
    padding: 40px 0;
  }

  .reviews__slider.owl-carousel > .reviews__item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 30px;
    margin-bottom: 30px;
    flex-basis: calc(100% / 2 - (30px * (2 - 1)) / 2);
    max-width: calc(100% / 2 - (30px * (2 - 1)) / 2);
    margin: 10px 0;
    margin-bottom: 117px;
  }

  .reviews__slider.owl-carousel > .reviews__item:nth-child(3n) {
    margin-right: 30px;
  }

  .reviews__slider.owl-carousel > .reviews__item:nth-child(2n) {
    margin-right: 0;
  }

  .reviews__slider .owl-nav {
    position: static;
    transform: none;
    width: 104px;
    margin: 50px auto;
  }

  .videos.owl-carousel > .videos__item {
    width: calc((100% - 30px) / 2);
  }

  .videos .owl-nav {
    position: static;
    transform: none;
    width: 104px;
    margin: 50px auto 0;
  }

  .videos__item:hover img {
    filter: grayscale(100%);
  }

  .videos_md {
    padding: 30px 60px;
  }

  .videos_md .owl-nav {
    position: absolute;
    top: 33%;
    left: 10px;
    width: 95%;
  }

  .play:hover {
    background-color: #f2742c;
  }

  .play:active {
    background-color: #f2742c;
  }

  .about {
    padding: 40px 0 30px;
  }

  .about__link:hover {
    border-bottom: 1px solid transparent;
  }

  .offices {
    margin: 0 -15px;
  }

  .offices__title {
    padding: 0 15px;
  }

  .offices__content {
    padding: 0;
    display: flex;
  }

  .offices__content .map {
    position: static;
    transform: none;
    height: 345px;
    max-width: 100%;
  }

  .offices__container {
    flex: 0 0 340px;
  }

  .offices__wrap {
    border-radius: 0;
  }

  .offices__tel:hover {
    color: #000707;
    border-bottom: 1px solid rgba(0, 7, 7, 0.3);
  }

  .offices__tel:focus {
    color: #000707;
    border-bottom: 1px solid rgba(0, 7, 7, 0.3);
  }

  .offices__stations {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 0;
  }

  .offices__stations-item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 5px;
    margin-bottom: 5px;
    flex-basis: calc(100% / 4 - (5px * (4 - 1)) / 4);
    max-width: calc(100% / 4 - (5px * (4 - 1)) / 4);
    margin-bottom: 20px;
  }

  .offices__stations-item:nth-child(5n) {
    margin-right: 5px;
  }

  .offices__stations-item:nth-child(4n) {
    margin-right: 0;
  }

  .offices__stations-item:last-of-type {
    margin-right: 0;
  }

  .modal__form {
    display: block;
  }

  .modal__form-sidebar {
    padding: 22px 0 0;
    border-left: none;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    margin-left: 0;
    margin-top: 24px;
  }

  .modal__form-sidebar-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .modal__form-sidebar-item {
    margin-bottom: 0;
  }

  .modal__form-mobile-row {
    display: none;
  }

  .rating {
    display: block;
    text-align: center;
  }

  .rating__text {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .rating__wrap {
    justify-content: center;
  }

  .rating__wrap input:not(:checked) ~ .rating__item:hover,
  .rating__wrap input:not(:checked) ~ .rating__item:hover ~ .rating__item {
    fill: #e0e4e9;
  }

  .works__item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 20px;
    margin-bottom: 20px;
    flex-basis: calc(100% / 2 - (20px * (2 - 1)) / 2);
    max-width: calc(100% / 2 - (20px * (2 - 1)) / 2);
  }

  .works__item:nth-child(3n) {
    margin-right: 20px;
  }

  .works__item:nth-child(2n) {
    margin-right: 0;
  }

  .works__item:hover {
    box-shadow: none;
  }

  .works__item:hover .works__item-img {
    border-radius: 10px;
  }

  .works__item:hover .works__item-img::before {
    opacity: 1;
  }

  .works__item:hover .works__item-img img {
    filter: grayscale(100%);
    transform: none;
  }

  .works__item:hover .works__item-name {
    color: #000707;
  }

  .works__item:hover .works__item-name span {
    border-bottom: 1px solid transparent;
  }

  .works__text table:not(.header-table) tr td p a:hover {
    border-bottom: 1px solid transparent;
  }

  .works__row {
    display: block;
  }

  .works__row_jcsb .works__text-block {
    margin-bottom: 15px;
  }

  .works__row_jcsb .works__text-block:last-of-type {
    margin-bottom: 0;
  }

  .works__row-item {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }

  .works__img {
    margin-left: 0;
  }

  .works__link:hover {
    border-bottom: 1px solid transparent;
  }

  .works__career-item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 20px;
    margin-bottom: 20px;
    flex-basis: calc(100% / 2 - (20px * (2 - 1)) / 2);
    max-width: calc(100% / 2 - (20px * (2 - 1)) / 2);
    margin-bottom: 50px;
  }

  .works__career-item:nth-child(3n) {
    margin-right: 20px;
  }

  .works__career-item:nth-child(2n) {
    margin-right: 0;
  }

  .aside__wrap {
    top: 90px;
  }

  .bread-crumbs__link:hover {
    border-bottom: 1px solid transparent;
  }

  .corp__services-item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 20px;
    margin-bottom: 20px;
    flex-basis: calc(100% / 2 - (20px * (2 - 1)) / 2);
    max-width: calc(100% / 2 - (20px * (2 - 1)) / 2);
  }

  .corp__services-item:nth-child(3n) {
    margin-right: 20px;
  }

  .corp__services-item:nth-child(2n) {
    margin-right: 0;
  }

  .corp__list {
    display: block;
  }

  .corp__list-column {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }

  .corp__stations {
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .corp__stations-item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 0px;
    margin-bottom: 0px;
    flex-basis: calc(100% / 3 - (0px * (3 - 1)) / 3);
    max-width: calc(100% / 3 - (0px * (3 - 1)) / 3);
    margin-bottom: 40px;
  }

  .corp__stations-item:nth-child(4n) {
    margin-right: 0px;
  }

  .corp__stations-item:nth-child(3n) {
    margin-right: 0;
  }

  .corp__stations-item::after {
    height: 1px;
    width: 100%;
    bottom: -10px;
    top: auto;
    right: auto;
    left: 0;
  }

  .corp__stations-item:first-of-type::before {
    height: 1px;
    width: 100%;
    bottom: -10px;
    top: auto;
    right: auto;
    left: 0;
  }

  .corp__cost {
    font-size: 14px;
    line-height: 18px;
  }

  .corp__cost tr td {
    border-radius: none;
    padding: 5px 15px;
    border-bottom: 1px solid #314868;
  }

  .corp__cost tr td:first-of-type {
    padding: 5px 15px;
  }

  .corp__table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .corp__table tr {
    display: block;
  }

  .corp__table tr td {
    text-align: right;
    padding: 5px 15px;
  }

  .corp__table tr td:first-of-type {
    width: auto;
    padding: 15px 15px 10px;
    text-align: left;
  }

  .corp__table tr td:last-of-type {
    padding: 5px 15px 15px;
  }

  .corp__table tr td {
    display: block;
  }

  .corp__table tr td::before {
    content: attr(data-label);
    float: left;
  }

  .spare-parts__row {
    display: block;
  }

  .spare-parts__img {
    margin-left: 0;
  }

  .partners__item {
    margin-right: 5px;
  }

  .partners__item:nth-of-type(9n) {
    margin-right: 0;
  }

  .partners__item:nth-of-type(7n) {
    margin-right: 5px;
  }

  .partners__item:nth-of-type(5n) {
    margin-right: 0;
  }

  .certificates__thumbs-item {
    margin-right: 13px;
  }

  .certificates__thumbs-item:nth-of-type(15n) {
    margin-right: 13px;
  }

  .certificates__thumbs-item:nth-of-type(13n) {
    margin-right: 13px;
  }

  .certificates__thumbs-item:nth-of-type(8n) {
    margin-right: 0;
  }

  .pagination__num:hover {
    color: #000707;
  }

  .pagination__next:hover {
    color: #000707;
  }

  .news__item:hover .news__item-img img {
    filter: grayscale(100%);
  }

  .news__item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 20px;
    margin-bottom: 20px;
    flex-basis: calc(100% / 2 - (20px * (2 - 1)) / 2);
    max-width: calc(100% / 2 - (20px * (2 - 1)) / 2);
  }

  .news__item:nth-child(3n) {
    margin-right: 20px;
  }

  .news__item:nth-child(2n) {
    margin-right: 0;
  }

  .new__date {
    display: none;
  }

  .benefits {
    padding-top: 40px;
  }

  .benefits__item {
    margin-right: 0;
    max-width: none;
    flex: none;
    width: calc(50% - 50px);
    margin-bottom: 58px;
  }

  .benefits__item:nth-of-type(3n) {
    margin-right: 0;
    margin-bottom: 0;
  }

  .comments {
    display: block;
    padding: 330px 0 40px;
    margin-top: -290px;
  }

  .comments__info {
    margin-bottom: 30px;
  }

  .comments__text {
    width: 286px;
  }

  .comments__tabs {
    justify-content: space-between;
  }

  .comments__tabs-item {
    margin-right: 0;
  }

  .comments__list {
    margin-left: 0;
  }

  .model {
    padding: 36px 0 25px;
  }

  .model__heading {
    display: block;
  }

  .model__title {
    margin-bottom: 7px;
  }

  .model__content {
    margin-top: 16px;
  }

  .model__item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 15px;
    margin-bottom: 15px;
    flex-basis: calc(100% / 5 - (15px * (5 - 1)) / 5);
    max-width: calc(100% / 5 - (15px * (5 - 1)) / 5);
  }

  .model__item:nth-of-type(8n) {
    margin-right: 15px;
  }

  .model__item:nth-child(6n) {
    margin-right: 15px;
  }

  .model__item:nth-child(5n) {
    margin-right: 0;
  }

  .model__buttons-item:hover {
    background: #f4f6f7;
    color: #314868;
  }

  .pricelist__tabs-item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 5px;
    margin-bottom: 5px;
    flex-basis: calc(100% / 3 - (5px * (3 - 1)) / 3);
    max-width: calc(100% / 3 - (5px * (3 - 1)) / 3);
  }

  .pricelist__tabs-item:nth-of-type(5n) {
    margin-right: 5px;
  }

  .pricelist__tabs-item:nth-child(4n) {
    margin-right: 5px;
  }

  .pricelist__tabs-item:nth-child(3n) {
    margin-right: 0;
  }

  .pricelist__list-item table tr td p a:hover {
    border-bottom: 1px solid transparent;
  }

  .promotions__item:hover .promotions__item-img img {
    filter: grayscale(100%);
  }

  .promotions__item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 20px;
    margin-bottom: 20px;
    flex-basis: calc(100% / 2 - (20px * (2 - 1)) / 2);
    max-width: calc(100% / 2 - (20px * (2 - 1)) / 2);
  }

  .promotions__item:nth-child(3n) {
    margin-right: 20px;
  }

  .promotions__item:nth-child(2n) {
    margin-right: 0;
  }

  .gallery__tabs-item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 5px;
    margin-bottom: 5px;
    flex-basis: calc(100% / 2 - (5px * (2 - 1)) / 2);
    max-width: calc(100% / 2 - (5px * (2 - 1)) / 2);
  }

  .gallery__tabs-item:nth-child(3n) {
    margin-right: 5px;
  }

  .gallery__tabs-item:nth-child(2n) {
    margin-right: 0;
  }

  .gallery__tabs-item:hover_blue:hover,
  .gallery__tabs-item:hover_blue.active {
    background-color: #0078bf !important;
  }

  .gallery__tabs-item:hover_gray:hover,
  .gallery__tabs-item:hover_gray.active {
    background-color: #a2a2a4 !important;
  }

  .gallery__tabs-item:hover_purple:hover,
  .gallery__tabs-item:hover_purple.active {
    background-color: #9244a0 !important;
  }

  .gallery__tabs-item:hover_orange:hover,
  .gallery__tabs-item:hover_orange.active {
    background-color: #f68131 !important;
  }

  .gallery__tabs-item:hover_yellow:hover,
  .gallery__tabs-item:hover_yellow.active {
    background-color: #ffcb31 !important;
  }

  .gallery__item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 13px;
    margin-bottom: 13px;
    flex-basis: calc(100% / 2 - (13px * (2 - 1)) / 2);
    max-width: calc(100% / 2 - (13px * (2 - 1)) / 2);
  }

  .gallery__item:nth-child(3n) {
    margin-right: 13px;
  }

  .gallery__item:nth-child(2n) {
    margin-right: 0;
  }

  .tire__table p a:hover {
    border-bottom: 1px solid transparent;
  }

  .contacts__item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 20px;
    margin-bottom: 20px;
    flex-basis: calc(100% / 2 - (20px * (2 - 1)) / 2);
    max-width: calc(100% / 2 - (20px * (2 - 1)) / 2);
  }

  .contacts__item:nth-child(3n) {
    margin-right: 20px;
  }

  .contacts__item:nth-child(2n) {
    margin-right: 0;
  }

  .contacts__tel_bn {
    border-bottom: none;
    margin-bottom: 0;
  }

  .contacts__tel:hover {
    border-bottom: 1px solid rgba(0, 7, 7, 0.3);
  }

  .contact__row:not(.contact__row:last-of-type) {
    margin-bottom: 20px;
  }

  .contact__row {
    display: block;
  }

  .contact__row .jr_contacts_items {
    width: 100%;
    margin-top: 20px;
  }

  .contact__row .contact__img {
    width: 100%;
    max-width: 100%;
  }

  .contact__info {
    margin-bottom: 20px;
    width: 100%;
  }

  .contact__img {
    margin-left: 0;
  }

  .contact__3d {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .vacancies__wrap-slider {
    width: 30%;
  }

  .vacancies__wrap-content {
    width: 50%;
    padding: 10px 0 10px 15px;
  }

  .vacancies__wrap-link {
    padding-right: 15px;
  }

  .vacancies__cards-item {
    width: 48%;
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  .modal__form-sidebar-items {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1023px) and (max-width: 374px) {
  .modal__form-sidebar-items {
    display: block;
  }
}

@media (max-width: 768px) {
  .services__item {
    height: 155px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 425px;
    width: 100%;
  }

  .title2 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
  }

  .title3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
  }

  .hidden_desktop {
    display: block !important;
  }

  .hidden_mobile {
    display: none !important;
  }

  .footer__logo {
    margin: 0 auto;
  }

  .footer__nav {
    display: none;
  }

  .footer__container {
    display: block;
    padding: 0 0 30px;
  }

  .footer__img {
    margin: 0 auto 28px;
  }

  .footer__info-map {
    display: block;
    flex: 0 0 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 28px;
  }

  .footer__info-bottom {
    display: block;
  }

  .footer__info-title {
    text-align: center;
    margin-bottom: 28px;
    margin-right: 0;
  }

  .footer__apps {
    justify-content: space-between;
  }

  .footer__apps-item {
    margin-right: 5px;
  }

  .footer__apps-item:last-of-type {
    margin-right: 0;
  }

  .footer__bottom {
    flex-wrap: wrap;
  }

  .footer__bottom-item {
    flex: 0 0 100%;
  }

  .footer__bottom-item:nth-of-type(2) {
    order: -1;
    margin-bottom: 50px;
  }

  .footer__payments {
    width: 100%;
    justify-content: space-between;
  }

  .footer__social {
    justify-content: center;
    flex-wrap: wrap;
  }

  .header__contacts {
    padding: 30px 0;
  }

  .header__bottom {
    padding: 10px 15px;
  }

  .nav {
    display: block;
    margin: 36px 0 20px;
  }

  .nav__item {
    padding: 0;
    margin-bottom: 36px;
  }

  .nav__item:last-of-type {
    margin-bottom: 0;
  }

  .slider__item {
    padding: 0 20px 54px;
    text-align: center;
    height: auto;
  }

  .slider__item-bg {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }

  .slider__item-bg img {
    width: auto;
    margin-right: 0;
    margin-left: auto;
  }

  .slider__title {
    display: none;
  }

  .slider__title-black .slider__title-mainpage {
    display: block;
  }

  .slider__title-img__mob {
    display: block;
  }

  .slider__title-img__desc {
    display: none !important;
  }

  .slider__title-info p {
    color: #000;
  }

  .slider__title-info ul li:before {
    display: none;
  }

  .slider__title-info ul li {
    color: #000;
  }

  .owl-dot {
    background-color: rgba(49, 72, 104, 0.6) !important;
  }

  .owl-dot:hover {
    background-color: rgba(255, 255, 255, 0.6) !important;
  }

  .owl-dot.active {
    background-color: #314868 !important;
  }

  .digits {
    flex-wrap: wrap;
  }

  .digits__item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 30px;
    margin-bottom: 30px;
    flex-basis: calc(100% / 2 - (30px * (2 - 1)) / 2);
    max-width: calc(100% / 2 - (30px * (2 - 1)) / 2);
  }

  .digits__item:nth-child(3n) {
    margin-right: 30px;
  }

  .digits__item:nth-child(2n) {
    margin-right: 0;
  }

  .services__slider.owl-carousel > .services__col {
    width: calc((100%) / 2);
  }

  .registration__form {
    display: block;
  }

  .registration__form-item {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }

  .reviews__slider.owl-carousel > .reviews__item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 30px;
    margin-bottom: 30px;
    flex-basis: calc(100% / 1 - (30px * (1 - 1)) / 1);
    max-width: calc(100% / 1 - (30px * (1 - 1)) / 1);
  }

  .reviews__slider.owl-carousel > .reviews__item:nth-child(2n) {
    margin-right: 30px;
  }

  .reviews__slider.owl-carousel > .reviews__item:nth-child(1n) {
    margin-right: 0;
  }

  .reviews__item {
    padding: 24px 20px;
  }

  .reviews__item-model {
    margin-bottom: 17px;
  }

  .reviews__item-text {
    font-size: 14px;
    line-height: 1.3;
    padding-left: 12px;
  }

  .reviews__item-text::before {
    width: 27px;
    height: 17px;
  }

  .videos_md {
    padding: 30px 15px;
  }

  .videos_md .owl-nav {
    position: static;
    width: 33%;
  }

  .about__text p {
    margin-bottom: 6px;
  }

  .about__text ul {
    margin-bottom: 16px;
  }

  .about__text ul li {
    margin-top: 6px;
  }

  .offices__content {
    display: block;
  }

  .offices__content .map {
    height: 380px;
  }

  .offices__container {
    width: 100%;
  }

  .offices__stations-item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 5px;
    margin-bottom: 5px;
    flex-basis: calc(100% / 2 - (5px * (2 - 1)) / 2);
    max-width: calc(100% / 2 - (5px * (2 - 1)) / 2);
    margin-bottom: 20px;
  }

  .offices__stations-item:nth-child(3n) {
    margin-right: 5px;
  }

  .offices__stations-item:nth-child(2n) {
    margin-right: 0;
  }

  .offices__stations-item:last-of-type {
    margin-right: 0;
  }

  .modal {
    width: 425px;
    padding: 55px 27px 50px;
    text-align: center;
  }

  .modal__form-sidebar-item {
    margin-bottom: 20px;
  }

  .modal__form-row {
    display: block;
  }

  .modal__form-row .modal__field {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .modal_sm {
    width: 425px;
  }

  .works {
    flex-direction: column;
    padding: 36px 0 15px;
  }

  .works__select {
    display: block;
  }

  .works__container {
    width: 100%;
  }

  .works__item {
    margin-right: 0;
  }

  .works__item:nth-of-type(2n - 1) {
    margin-right: 15px;
  }

  .works__text table:not(.header-table) {
    display: block;
  }

  .works__text table:not(.header-table) tbody {
    display: block;
  }

  .works__text table:not(.header-table) tr {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    grid-auto-rows: minmax(18px, auto);
  }

  .works__text table:not(.header-table) tr:first-of-type {
    display: flex;
  }

  .works__text table:not(.header-table) tr th {
    flex: 0 0 40%;
  }

  .works__text table:not(.header-table) tr th:nth-child(2) {
    flex: 0 0 60%;
    text-align: center;
  }

  .works__text table:not(.header-table) tr th:nth-child(3) {
    flex: 0 0 40%;
  }

  .works__text table:not(.header-table) tr th:last-of-type {
    display: none;
  }

  .works__text table:not(.header-table) tr td:nth-last-of-type(3) {
    grid-column: 1/3;
    grid-row: 1/3;
  }

  .works__text table:not(.header-table).table-to tbody:not(.header-table) tr.row1 {
    display: none;
  }

  .works__text table:not(.header-table).table-to tbody:not(.header-table) tr tr th {
    display: block;
    width: 33.3%;
    flex: auto;
    padding: 10px;
  }

  .works__text table:not(.header-table).table-to tbody tr {
    display: flex;
  }

  .works__text table:not(.header-table).table-to tbody tr td {
    width: 33.3%;
    padding: 10px;
  }

  .works__text table:not(.header-table).table-to tbody tr th {
    display: block;
    flex: auto;
    width: 33.3%;
    padding: 10px;
    text-align: left;
  }

  .works__text table:not(.header-table) caption {
    display: block;
  }

  .works__heading .works__title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .works__logo {
    margin-right: 10px;
  }

  .works__row_jcsb .works__text-block iframe {
    width: 100%;
    height: auto;
  }

  .works__row-item {
    margin-bottom: 15px;
  }

  .works__hint {
    display: block;
  }

  .works__hint-img {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .works__hint-img span {
    display: none;
  }

  .works__career-wrap {
    display: block;
  }

  .works__career-item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .works__reviews-item {
    padding: 24px 16px 30px;
    margin-bottom: 20px;
  }

  .works__reviews-item:last-of-type {
    margin-bottom: 0;
  }

  .works__reviews-row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .works__reviews-date {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }

  .works__reviews-station {
    margin-bottom: 15px;
  }

  .works__reviews-title {
    margin-bottom: 10px;
  }

  .works__reviews-rating {
    justify-content: flex-start;
    order: -1;
    margin-bottom: 15px;
  }

  .works__reviews-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .aside {
    display: none;
  }

  .bread-crumbs {
    display: none;
  }

  .corp__stations-item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 0px;
    margin-bottom: 0px;
    flex-basis: calc(100% / 2 - (0px * (2 - 1)) / 2);
    max-width: calc(100% / 2 - (0px * (2 - 1)) / 2);
    margin-bottom: 40px;
  }

  .corp__stations-item:nth-child(3n) {
    margin-right: 0px;
  }

  .corp__stations-item:nth-child(2n) {
    margin-right: 0;
  }

  .corp__notice {
    display: block;
    text-align: center;
    height: auto;
    padding: 14px 16px;
  }

  .spare-parts__banner {
    display: block;
    text-align: left;
    padding: 30px 16px;
  }

  .spare-parts__banner .btn {
    max-width: 100%;
    padding: 21px 10px;
  }

  .spare-parts__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .spare-parts__block {
    margin-bottom: 20px;
  }

  .spare-parts__card {
    padding: 16px;
  }

  .partners__item {
    width: 80px;
    margin-right: 5px;
  }

  .partners__item:nth-of-type(5n) {
    margin-right: 5px;
  }

  .partners__item:nth-of-type(4n) {
    margin-right: 0;
  }

  .certificates__slider.owl-carousel > .certificates__slider-item {
    width: 300px;
    height: 427px;
  }

  .certificates__slider .owl-item {
    height: 427px;
  }

  .certificates__slider .owl-item.center .certificates__slider-item {
    width: 300px;
    height: 100%;
  }

  .certificates__thumbs {
    padding: 15px 17px 0;
  }

  .certificates__thumbs-item {
    margin-bottom: 16px;
    margin-right: 9px;
  }

  .certificates__thumbs-item:nth-of-type(15n) {
    margin-right: 9px;
  }

  .certificates__thumbs-item:nth-of-type(13n) {
    margin-right: 9px;
  }

  .certificates__thumbs-item:nth-of-type(8n) {
    margin-right: 9px;
  }

  .certificates__thumbs-item:nth-of-type(6n) {
    margin-right: 0;
  }

  .pagination {
    justify-content: space-between;
  }

  .pagination__wrap {
    justify-content: space-between;
    flex: 0 1 100%;
    margin-right: 0;
  }

  .pagination__next {
    margin-left: 38px;
  }

  .news {
    display: block;
  }

  .news__item {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .benefits {
    padding-top: 60px;
  }

  .benefits__content {
    display: block;
  }

  .benefits__item {
    width: 100%;
  }

  .comments {
    padding: 100px 0 40px;
    margin-top: -60px;
  }

  .model__heading {
    white-space: normal;
  }

  .model__item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 15px;
    margin-bottom: 15px;
    flex-basis: calc(100% / 3 - (15px * (3 - 1)) / 3);
    max-width: calc(100% / 3 - (15px * (3 - 1)) / 3);
  }

  .model__item:nth-of-type(8n) {
    margin-right: 15px;
  }

  .model__item:nth-of-type(5n) {
    margin-right: 15px;
  }

  .model__item:nth-child(4n) {
    margin-right: 15px;
  }

  .model__item:nth-child(3n) {
    margin-right: 0;
  }

  .pricelist {
    padding: 40px 0;
  }

  .pricelist__tabs-item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 5px;
    margin-bottom: 5px;
    flex-basis: calc(100% / 2 - (5px * (2 - 1)) / 2);
    max-width: calc(100% / 2 - (5px * (2 - 1)) / 2);
  }

  .pricelist__tabs-item:nth-of-type(5n) {
    margin-right: 5px;
  }

  .pricelist__tabs-item:nth-of-type(3n) {
    margin-right: 5px;
  }

  .pricelist__tabs-item:nth-child(3n) {
    margin-right: 5px;
  }

  .pricelist__tabs-item:nth-child(2n) {
    margin-right: 0;
  }

  .pricelist__tabs-item:first-of-type {
    flex: 0 0 100%;
    margin-right: 0;
    max-width: 100%;
  }

  .pricelist__tabs-item:nth-of-type(2n - 1) {
    margin-right: 0 !important;
  }

  .pricelist__tabs-item:nth-of-type(2n) {
    margin-right: 5px !important;
  }

  .pricelist__list-item table tr {
    display: flex;
    flex-wrap: wrap;
  }

  .pricelist__list-item table tr:first-of-type {
    display: flex;
    justify-content: space-between;
  }

  .pricelist__list-item table tr td:nth-last-of-type(4) {
    grid-column: 1/3;
    grid-row: 1/3;
  }

  .pricelist__list-item table tr th:last-of-type {
    display: none;
  }

  .pricelist__list-item table tr th:nth-of-type(1),
  .pricelist__list-item table tr th:nth-of-type(3),
  .pricelist__list-item table tr th:nth-of-type(5) {
    display: none;
  }

  .pricelist__list-item table tr th:nth-of-type(2) {
    flex: 0 0 60%;
    border-radius: 5px 0 0 5px;
  }

  .pricelist__list-item table tr th:nth-of-type(4) {
    flex: 0 0 40%;
    border-radius: 0 5px 5px 0;
  }

  .pricelist__list-item table tr td {
    width: 50%;
  }

  .pricelist__list-item table tr td:nth-of-type(1),
  .pricelist__list-item table tr td:nth-of-type(3) {
    display: none;
  }

  .promotions {
    display: block;
  }

  .promotions__item {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .gallery {
    padding: 36px 0 43px;
  }

  .gallery__tabs {
    margin-bottom: 0;
  }

  .gallery__item-wrap {
    padding-top: 74.7%;
    overflow: hidden;
    position: relative;
  }

  .gallery__item-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }

  .delivery {
    height: 250px;
    padding: 30px 20px 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .delivery__title {
    font-size: 28px;
  }

  .delivery__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .delivery__icon::after {
    width: 12px;
    height: 13px;
  }

  .tire__item:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .tire__row {
    padding-bottom: 16px;
  }

  .tire__row::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #314868;
    border-radius: 5px;
  }

  .tire__text {
    font-size: 14px;
    line-height: 18px;
  }

  .tire__table {
    margin-bottom: 30px;
  }

  .tire__table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .tire__table tbody tr {
    display: block;
  }

  .tire__table tbody tr td {
    text-align: right;
    padding: 5px 16px;
  }

  .tire__table tbody tr td:first-of-type {
    padding: 16px 16px 11px;
    text-align: left;
  }

  .tire__table tbody tr td:last-of-type {
    padding: 11px 16px 16px;
  }

  .tire__table tbody tr td {
    display: block;
    text-align: right;
  }

  .tire__table tbody tr td::before {
    content: attr(data-label);
    float: left;
    font-size: 14px;
    line-height: 18px;
  }

  .contacts {
    display: block;
  }

  .contacts__item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .contacts__items {
    display: block;
  }

  .contacts__items-item {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
  }

  .contact__map {
    height: 220px;
    margin-bottom: 40px;
  }

  .page404 {
    padding: 30px 0;
  }

  .page404__content {
    margin-top: 40px;
  }

  .page404__img img {
    max-width: 50%;
  }

  .page404__text {
    font-size: 18px;
    margin-top: 15px;
  }

  .page404__button {
    margin-top: 15px;
  }

  .vacancies_cards {
    padding: 40px 0;
  }

  .vacancies__wrap {
    flex-direction: column;
    height: auto;
  }

  .vacancies__wrap-slider {
    width: 100%;
  }

  .vacancies__wrap-content {
    align-items: flex-start;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
  }

  .vacancies__wrap-content-icon {
    margin-right: 14px;
  }

  .vacancies__wrap-link {
    width: 100%;
    padding: 0 0 22px 68px;
  }

  .vacancies__wrap-link a {
    justify-content: flex-start;
  }

  .vacancies__wrap-link svg {
    width: 10px;
    height: 20px;
    margin-left: 10px;
  }

  .vacancies__cards-item {
    width: 100%;
    margin-bottom: 0;
  }

  .vacancies__cards-item:not(:last-child) {
    margin-bottom: 35px;
  }

  .vacancies__cards-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .сookies {
    width: auto;
    right: 10px;
    left: 10px;
    bottom: 10px;
  }
}

@media (max-width: 520px) {
  .works__resp {
    width: 100%;
  }
}

@media (max-width: 457px) {
  .registration_md {
    margin: 0 -15px;
    padding: 30px 10px;
    border-radius: 0;
    background-color: transparent;
    position: relative;
  }

  .registration_md::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
    width: 100vw;
    height: 100%;
    background-color: #314868;
  }

  .registration__text {
    font-size: 12px;
  }

  .videos_md {
    padding: 30px 0;
    border-radius: 0;
    background-color: transparent;
  }

  .videos_md::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    z-index: -1;
    width: 200%;
    height: 100%;
    background-color: #314868;
  }
}

@media (max-width: 425px) {
  .header__brand-all {
    font-size: 12px;
    white-space: initial;
  }
}

@media screen and (max-width: 374px) {
  .footer__social-item_big {
    margin-top: 10px;
  }

  .slider__title_big {
    font-size: 36px;
  }

  .digits__span {
    margin-bottom: 10px;
  }

  .digits__data {
    font-size: 18px;
    line-height: 1.22;
  }

  .offices__stations {
    display: block;
  }

  .offices__stations-item {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }

  .partners__item {
    width: 88px;
    margin-right: 10px;
  }

  .partners__item:nth-of-type(4n) {
    margin-right: 10px;
  }

  .partners__item:nth-of-type(5n) {
    margin-right: 10px;
  }

  .partners__item:nth-of-type(7n) {
    margin-right: 10px;
  }

  .partners__item:nth-of-type(3n) {
    margin-right: 0;
  }

  .certificates__thumbs-item {
    margin-right: 9px;
  }

  .certificates__thumbs-item:nth-of-type(15n) {
    margin-right: 9px;
  }

  .certificates__thumbs-item:nth-of-type(13n) {
    margin-right: 9px;
  }

  .certificates__thumbs-item:nth-of-type(8n) {
    margin-right: 9px;
  }

  .certificates__thumbs-item:nth-of-type(6n) {
    margin-right: 9px;
  }

  .certificates__thumbs-item:nth-of-type(5n) {
    margin-right: 0;
  }

  .model__item {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 15px;
    margin-bottom: 15px;
    flex-basis: calc(100% / 2 - (15px * (2 - 1)) / 2);
    max-width: calc(100% / 2 - (15px * (2 - 1)) / 2);
  }

  .model__item:nth-of-type(8n) {
    margin-right: 15px;
  }

  .model__item:nth-of-type(5n) {
    margin-right: 15px;
  }

  .model__item:nth-of-type(3n) {
    margin-right: 15px;
  }

  .model__item:nth-child(3n) {
    margin-right: 15px;
  }

  .model__item:nth-child(2n) {
    margin-right: 0;
  }

  .pricelist__tabs {
    display: block;
  }

  .pricelist__tabs-item {
    max-width: 100%;
    width: 100%;
  }

  .pricelist__tabs-item:nth-of-type(2n - 1) {
    margin-right: 0 !important;
  }

  .pricelist__tabs-item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}

@media (min-width: 1024px) and (max-width: 1600px) {
  .header_fixed .header__top {
    display: none;
  }
}
/*# sourceMappingURL=maps/main.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/header-stations/style.css?1617632921201*/
.ct_ph a {
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    color: #000707 !important;
    border-bottom: 1px solid rgba(0, 7, 7, 0.3) !important;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top-menu/style.css?16463948851120*/
.nav__item-wrap_nosubmenu:before {
    display: none !important;
}

.header__brand:hover .header__brand-subdomain-container::before {
    display: none;
}
.h_menu{
    display: none;
}
.nav__menu-text{
	color:#000000;
}
.nav__menu-links-item{
    position: relative;
}
.h_menu_button{
    right: 0;
    position: relative;
    display: inline-block;
    top: 2px;
    cursor: pointer;
}
.h_menu_button svg{
    -moz-transform: rotate(270deg); /* Для Firefox */
    -ms-transform: rotate(270deg); /* Для IE */
    -webkit-transform: rotate(270deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(270deg); /* Для Opera */
    transform: rotate(270deg);
    transition: 0.3s;
}
.opened .h_menu_button svg{
    -moz-transform: rotate(360deg); /* Для Firefox */
    -ms-transform: rotate(360deg); /* Для IE */
    -webkit-transform: rotate(360deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(360deg); /* Для Opera */
    transform: rotate(360deg);
}
.h_menu {
    padding-left: 10px;
}
.h_menu a{
    font-size: 14px;
    line-height: 1.3;
    color: #314868;
    display: block;
}
/* End */


/* Start:/local/templates/main/styles.css?16613547897801*/
.text_after_adv{
    border-radius: 8px;
    background: #fafafa;
    padding: 10px;
    font-size: 14px;
}
.jr_contacts_items .contacts__items-text{
    font-size: 12px;
}
.jr_reviews_station{
    margin: 20px auto;
    max-width: 760px;
}
.advant_top_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 30px auto 10px;
}
.advant_single{
    padding: 0 15px;
    width: 33.3%;
}
.advant_single_inner{
    background: #f4f6f7;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 14px;
}
.advant_single_inner img{
    flex-shrink: 0;
    margin-right: 10px;
    max-width: 50px;
    height: auto;
}
.advant_single_inner span{
    text-align: center;
}
#comp_69933d6024035608ec41fc43da6959fe .new__img{
    display: none;
}
.jr_bonus_prog_inner{
    display: flex;
}
.jr_bonus_prog_inner >div{
    width: 50%;
}
.jr_bonus_programm_title{
    text-align: center;
    margin: 0 auto 30px;
    font-size: 24px;
    font-weight: bold;
}
.jr_prog_left .footer__apps{
    justify-content: center;
    margin-bottom: 30px;
}
.jr_prog_left{
    margin-right: 110px;
}
.jr_prog_right > ol > li,
.jr_prog_right > ol{
    list-style-type: number;
    position: relative;
}
.jr_prog_right > ol > li:before {
    content: '';
    width: 35px;
    height: 35px;
    border: 10px #ec281e solid;
    border-radius: 50%;
    position: absolute;
    box-sizing: border-box;
    left: -70px;
}
.jr_prog_right > ol:after{
    content: '';
    width: 35px;
    height: 35px;
    border: 10px #ffdd28 solid;
    border-radius: 50%;
    position: absolute;
    box-sizing: border-box;
    left: -70px;
    bottom: 0;
}
.jr_prog_left_title{
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 20px;
}
.jr_prog_right > ol > li{
    margin-bottom: 20px;
}
.jr_prog_right > ol > li:nth-child(2):before{
    border: 10px #1c71ec solid;
}
.jr_prog_right > ol > li:nth-child(3):before{
    border: 10px #26b13f solid;
}
.complaint__inner{
    display: flex;
}
.complaint__inner img{
    max-width: 100%;
}
.complaint__inner svg{
    width: 34px;
}
.complaint__photo{
    width: 30%;
}
.complaint__right{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.complaint{
    margin: 30px auto;
    max-width: 850px;
}
.complaint__photo img{
    border-radius: 8px;
    width: 200px;
    margin: 0 auto;
    display: block;
}
.complaint h2{
    color: #dd1f1f;
    text-transform: uppercase;
    text-align: center;
    margin: 10px auto 20px;
}
.complaint__top{
    display: flex;
    margin-bottom: 10px;
}
.complaint__top > div{
    width: 50%;
    padding: 0 15px;
    text-align: center;
}
.complaint__bot > .complaint__link{
    width: 50%;
    padding: 0 15px;
    transition: 0.5s;
}
.complaint__bot > .complaint__link svg path{
    fill: #dd1f1f;
}
.complaint__bot > .complaint__link:hover{
    transform: scale(0.95);
}
.complaint__bot > a:last-child{
    padding: 0 5px;
}
.complaint h2 span{
    color: #682a2a;
}
.complaint__link a {
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 11px rgba(0,0,0, 0.18);
    border-radius: 20px;
    padding: 5px 20px;
    text-align: center;
    justify-content: center;
    color: #dd1f1f;
}
.complaint__top p{
    margin-bottom: 10px;
    font-weight: bold;
}
.complaint__top-left span{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #682a2a;
    font-weight: bold;
}
.complaint__bot{
    display: flex;
    justify-content: space-between;
}
.antikor_wrap h2,
.antikor_wrap h1{
    margin-bottom: 20px;
}
.antikor_wrap h3{
    margin-bottom: 10px;
}
.antikor_wrap ul{
    padding-inline-start: 20px;
}
.antikor_wrap ul{
    margin-bottom: 20px;
}
.jr_table{
    margin-bottom: 30px;
}
.antikor_wrap  p.snoska{
    text-align: center;
    font-size: 10px;
    margin: 10px auto;
    color: #cacaca;
}
.jr_table td{
    padding: 5px;
    font-size: 10px;
    border: 1px solid;
    border-collapse: collapse;
    text-align: center;
}
.jr_table table{
    border-collapse: collapse;

}
.antikor_wrap ul,
.antikor_wrap li{
    list-style-type: disc;
}
.jr_two_blocks iframe{
    width: 100%;
}
.jr_two_blocks{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.jr_two_blocks >div{
    flex-shrink: 0;
    width: 50%;
}
.jr_two_blocks video{
    object-fit: cover;
    width: 100%;
}
.jr_two_blocks_block_inner{
    padding: 0 15px;
    height: 250px;
}
.jr_two_blocks_block_inner img,
.jr_two_blocks_block_inner video{
    height: 250px;
    max-height: 250px;
    object-fit: cover;
}
.antikor_wrap p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}
.faq_answer {
    background: #F7F7F7;
    font-size: 1rem;
    line-height: 160%;
    color: #484848;
    margin-top: -12px;
    padding: 1rem;
}
.faq_answer {
    display: none;
}
.faq_question svg:before{
    content: '';
    position: absolute;
    background: #f2742c;
    width: 30px;
    height: 30px;
    border-radius: 50%;

}
.faq_question svg {
    transition: 0.3s;
    max-width: 20px;
    position: relative;
    margin-right: 20px;
}
.jr_faq{
    margin-bottom: 40px;
}
.faq_question.active svg {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq_question {
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 1rem;
    display: flex;
    margin: 0.7rem 0;
}
.show_mobile{
    display: none;
}
.show_mobile.h_menu_button{
    display: none;
}

.works__text-block ul li::marker{
    content: none;
}
.jr_aside{
    margin: 10px 0;
    max-width: 300px;
}

@media (max-width: 1214px) {
    .advant_single{
        width: 100%;
        margin: 5px auto;
    }
    .advant_single_inner{
        justify-content: unset;
    }
    .advant_single_inner span{
        text-align: left;
    }
}

@media (max-width: 1023px) {
    .jr_bonus_prog_inner{
        flex-direction: column;
    }
    .jr_bonus_prog_inner > div{
        width: 100%;
        margin: 20px auto;
    }
    .jr_prog_right{
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .jr_two_blocks{
        flex-direction: column;
    }
    .h_menu_button{
        top: 6px;
    }
    .dropdown__trigger{
        width: 35px;
        height: 10px;
    }
    .dropdown__trigger{
        z-index: 9;
    }
    .jr_slider_serv  .owl-item img{
        object-fit: cover;
    }
    .descr img{
        object-fit: cover;
        height: auto;

    }
    .show_mobile{
        display: block;
    }
    .jr_table td{
        padding: 2px;
    }
    .header__bottom-wrap .nav__item:first-child .nav__item-wrap{
        display: inline-block;
    }
    .jr_table {
        overflow-x: scroll;
    }
    .nav__menu{
        position: relative;
        top: unset;
    }
    .show_mobile.h_menu_button{
        display: inline-block;
    }
    .nav__menu-col{
        flex-basis: 100%;
        max-width: 100%;
    }
    .h_menu{
        display: none;
    }
    .nav__menu-wrap{
        flex-direction: column;
    }
    .jr_two_blocks >div{
        width: 100%;
        margin: 10px auto;
    }
    .complaint__inner,
    .complaint__right,
    .complaint__top,
    .complaint__bot{
        flex-direction: column;
    }
    .complaint__top p{
        text-align: center;
    }
    .complaint__inner > div,
    .complaint__top > div,
    .complaint__bot > .complaint__link{
        width: 100%;
    }
    .complaint__bot > .complaint__link{
        margin: 10px auto;
    }
}
/* End */
/* /local/templates/.default/assets/libs/formstyler/jquery.formstyler.css?16176329212175 */
/* /local/templates/.default/assets/libs/formstyler/jquery.formstyler.theme.css?161763292110731 */
/* /local/templates/.default/assets/libs/owl-carousel/owl.carousel.min.css?16176329213351 */
/* /local/templates/.default/assets/libs/fancybox/jquery.fancybox.min.css?161763292112795 */
/* /local/templates/.default/assets/libs/swiper/swiper-bundle.min.css?169460507715561 */
/* /local/templates/.default/assets/styles/main.css?1707116882144762 */
/* /local/templates/.default/components/bitrix/news.list/header-stations/style.css?1617632921201 */
/* /local/templates/.default/components/bitrix/menu/top-menu/style.css?16463948851120 */
/* /local/templates/main/styles.css?16613547897801 */
