/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	background: #e5e5e5;
}
main {
	display: block;
}
h1 {
	font-size: 30px;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: -0.03em;
	margin: 0;

}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
	resize: none;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}

:active,
:hover,
:focus {
	outline: 0;
	outline-offset: 0;
}

.main-slider__element-text {
	font-size: 21px;
	line-height: 28px;
	max-width: 725px;
	position: relative;
	margin-top: 36px;
}

body {
	font-family: Arial;
	font-size: 17px;
	font-weight: 400;
	color: rgba(50, 50, 50, 1);
	letter-spacing: -0.03em;
}
body.stoped {
	overflow: hidden;
}
div,
section {
	box-sizing: border-box;
}

.container {
	max-width: 1460px;
	padding: 0 30px;
	margin: 0 auto;
}
.container_without-left {
	margin-left: auto;
	max-width: 100%;
	padding-left: calc((100vw - 1400px) / 2);
}
.h1 {
	font-size: 30px;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: -0.03em;
}
.h2 {
	font-size: 26px;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: -0.03em;
	text-transform: uppercase;
}
.h3 {
	font-size: 22px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: -0.03em;
}
.h4 {
	font-size: 19px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.t2 {
	font-size: 17px;
	line-height: 21px;
	letter-spacing: -0.02em;
}
.button {
	height: 50px;
	line-height: 46px;
	/*border-radius: 10px;*/
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	padding: 0 15px;
	font-size: 15px;
	letter-spacing: -0.03em;
	box-sizing: border-box;
}
.button:hover {
	text-decoration: none;
}
.button_red {
	background-color: rgba(186, 16, 44, 1);
	color: #fff;
	border: 2px solid rgba(215, 0, 0, 0.5);
	transition: all 0.3s linear;
}
.button_red:hover {
	background-color: #fff;
	color: rgba(215, 0, 0, 0.5);
}
.button_grey {
	background: #323232;
	color: #ffffff;
	border: 2px solid rgba(255, 255, 255, 0.15);
}
.button_grey:hover {
	border: 2px solid #ba102c;
}
.button_with-arrow svg {
	margin-left: 10px;
}
.button_with-arrow:hover svg {
	transform: rotate(-45deg) translate(-4px, 1px);
}
.button_with-arrow-top:hover svg {
	transform: rotate(45deg) translate(-4px, 1px);
}
.button_red.button_with-arrow:hover svg path {
	stroke: #ba102c;
}
.row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.cookie-block {
    position: fixed;
    bottom: 50px;
    background: #fff;
    border-radius: 10px;
    z-index: 20;
    padding: 25px;
    width: 430px;
    left: 50px;
    box-shadow: 0 0 2px 2px rgba(221, 221, 221, 1);
    display: none;
}
.cookie-body {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}
.cookie-botton {
    font-size: 16px;
    line-height: 24px;
    background-color: #ba102c;
    border: 3px solid 1px solid #ba102c;
    color: #fff;
    padding: 4px 14px;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
}
.cookie-botton:hover {
    background-color: #ba102c;
    border-color: 1px solid #ba102c;
}
.d-col-6 {
	width: 100%;
	max-width: 50%;
}

.input {
	width: 100%;
	padding: 13px 15px;
	height: 50px;
	background: #ebebeb;
	border: none;
	box-sizing: border-box;
}
.inputError {
	border: #ba102c solid 1px;
}
.textarea {
	width: 100%;
	padding: 13px 15px;
	background: #ebebeb;
	border: none;
	box-sizing: border-box;
}

.checkbox {
	position: relative;
	margin-top: 0;
	font-size: 12px;
	font-size: 12px;
	font-weight: 400;
}
.checkbox input {
	width: 0px;
}
.checkbox input,
.checkbox input + label {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	line-height: 12px;
	vertical-align: middle;
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: rgba(50, 50, 50, 0.3);
	margin-top: 0px;
	margin-bottom: 0px;
}
.checkbox input {
	visibility: hidden;
	opacity: 0;
}

.checkbox input + label a {
	font-size: 15px;
	line-height: 140%;
	color: rgba(50, 50, 50, 0.3);
}
.checkbox input + label:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 5;
	background: #fff;
	width: 15px;
	height: 15px;
	cursor: pointer;
	display: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.checkbox input + label:before {
	content: "";
	position: absolute;
	left: 0px;
	z-index: 10;
	opacity: 1;
	display: inline-block;
	line-height: 13px;
	height: 25px;
	width: 25px;
	text-align: center;
	padding-top: 2px;
	font-size: 17px;
	color: white;
	cursor: pointer;
	border: solid 2px;
	border-color: rgba(50, 50, 50, 0.3);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 0px;
}

.checkbox input:checked + label:before {
	content: "\2713";
	background: #ba102c;
	border-color: #ba102c;
}

heckbox input[type="checkbox"].checkbox_input {
	width: 0px;
	height: 0px;
}

.breadcrumbs {
	margin: 0px;
	padding: 0px;
}
.breadcrumbs__item,
.breadcrumbs__item a {
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	padding-left: 20px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #353535;
	letter-spacing: normal;
}
.breadcrumbs__item a {
	padding-left: 0px;
}
.breadcrumbs__item::before {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	top: 10px;
	left: 10px;
	background-color: #353535;
	display: block;
	position: absolute;
}

.custom-slider-arrows {
	width: 90px;
	height: 30px;
	/*border-radius: 10px;*/
	border: 2px solid rgba(50, 50, 50, 0.15);
	position: relative;
	display: flex;
}
.custom-slider-arrows:after {
	content: "";
	width: 2px;
	height: 20px;
	background-color: rgba(50, 50, 50, 0.15);
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
}
.custom-slider-arrows_gray {
	border: 2px solid rgba(50, 50, 50, 0.15);
}
.custom-slider-arrows_white {
	border: 2px solid rgba(255, 255, 255, 0.3);
}
.custom-slider-arrows_white:after {
	background-color: rgba(255, 255, 255, 0.3);
}
.custom-slier-arrow {
	width: 50%;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	line-height: 28px;
	transition: opacity linear 0.2s;
	position: relative;
}
.custom-slier-arrow:after {
	opacity: 0.6;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -43%);
	content: url(../img/custom-slider-arrow.svg);
}
.custom-slider-arrows_white .custom-slier-arrow:after {
	content: url(../img/custom-slider-arrow-white.svg);
}
.custom-slier-arrow__next:after {
	transform: translate(-50%, -56%) rotate(180deg);
}
.custom-slier-arrow:hover:after {
	opacity: 1;
}

.section-slider .slick-dots {
	position: absolute;
	right: calc((100vw - 1420px) / 2);
	bottom: 60px;
	margin: 0;
	padding: 0;
}
.section-slider .slick-dots button,
.section-slider .slick-dots li::marker {
	display: none;
}
.section-slider .slick-dots li {
	display: inline-block;
	margin-left: 30px;
	width: 10px;
	height: 10px;
	position: relative;
	background-color: rgba(50, 50, 50, 0.3);
	border-radius: 50%;
	cursor: pointer;
}
.section-slider .slick-dots li.slick-active {
	background-color: #ba102c;
}
.section-slider .slick-dots li.slick-active:after {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	border: 2px solid #ba102c;
	border-radius: 50%;
}

.overlay,
.max-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	z-index: 10;
	background: rgba(50, 50, 50, 0.4);
	display: none;
}
.max-overlay {
	z-index: 11;
}
.overlay_darker {
	background: rgba(50, 50, 50, 0.8);
}
.overlay.active,
.max-overlay.active {
	display: block;
}
.popup {
	display: none;
	z-index: 12;
}
.popup.active {
	display: block;
}

.standart-modal {
	background: #fff;
	padding: 50px;
	width: 805px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.standart-modal__title {
	color: #ba102c;
	font-weight: 700;
	font-size: 50px;
	line-height: 120%;
	letter-spacing: -0.03em;
	margin-bottom: 15px;
	text-align: left;
	max-width: 90%;
}
.standart-modal__description {
	margin-top: 15px;
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	text-align: left;
	padding-bottom: 15px;
	border-bottom: 2px solid rgba(50, 50, 50, 0.1);
}
.standart-modal__body {
	margin-top: 15px;
}
.successful-sending {
	background: rgba(255, 255, 255, 1);
	z-index: 13;
}

.successful-sending__container {
	display: flex;
	min-height: 680px;
	align-items: center;
	justify-content: center;
}
.successful-sending__text {
	display: flex;
	align-items: flex-start;
	font-weight: 700;
	font-size: 50px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #323232;
}
.successful-sending__text span {
	display: inline-block;
	margin: 0 11px;
}
.standatr-form__confidencial {
	margin-top: 70px;
	margin-bottom: 30px;
	text-align: left;
}
.products-form-content__title {
	font-weight: 700;
	font-size: 26px;
	line-height: 120%;
	letter-spacing: -0.03em;
	text-transform: inherit;
}
.standatr-form__submit-col {
	text-align: left;
}
.standatr-form__submit-btn {
	width: 145px;
}
.standatr-form__col {
	width: 100%;
	max-width: 50%;
	text-align: left;
}
.standatr-form__col textarea {
	height: 240px;
}
.standatr-form__col:first-child {
	padding-right: 45px;
}
.standatr-form__input-name {
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	margin-bottom: 10px;
	display: inline-block;
	color: #323232;
}
.standatr-form__input {
	margin-bottom: 15px;
}
.standart-modal__close {
	width: 40px;
	height: 40px;
	border: 2px solid #ebebeb;
	position: absolute;
	right: 50px;
	cursor: pointer;
	top: 50px;
}
.standart-modal__close::after,
.standart-modal__close::before {
	position: absolute;
	width: 2px;
	height: 30px;
	content: "";
	background: #ebebeb;
	left: 50%;
	top: 50%;
}
.standart-modal__close::after {
	transform: translate(-50%, -50%) rotate(45deg);
}
.standart-modal__close::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.standatr-form__cb-label {
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
}
.checkbox input + label {
	padding-left: 45px;
}

@media (max-width: 991px) {
	.t-col-12 {
		max-width: 100%;
	}
}
@media (max-width: 510px) {
	body {
		font-weight: 400;
		font-size: 15px;
		line-height: 140%;
	}
	.m-col-12 {
		max-width: 100%;
	}

	.h1 {
		font-size: 20px;
		line-height: 140%;
	}
	.h2 {
		font-size: 30px;
		line-height: 120%;
	}
	.h3 {
		font-size: 15px;
		line-height: 140%;
	}
	.button {
		height: 40px;
		line-height: 36px;
	}
	.section-slider .slick-dots li {
		margin: 0px 5px;
	}
	.section-slider .slick-dots li.slick-active {
		margin: 0px 15px;
	}
	.successful-sending__text {
		font-size: 32px;
	}
}

.styled-scrollbars::-webkit-scrollbar {
	width: 4px;
	background-color: rgba(0, 0, 0, 0.2);
}
.styled-scrollbars::-webkit-scrollbar-thumb {
	border-radius: 0px;
	width: 4px;
	background-color: #f9f9fd;
	height: 360px;
}

/*Main page*/

.section-slider {
	width: 100%;
}
.section-slide {
	width: 100vw;
	height: 800px;
	position: relative;
	padding-top: 70px;
	padding-bottom: 60px;
}
.section-slide__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0px;
	top: 0px;
}
.section-slide__action-text {
	margin-bottom: 40px;
	position: relative;
	text-transform: uppercase;
	max-width: 1048px;
}
.section-slide__action-text_bordered::after {
	content: "";
	width: 974px;
	position: absolute;
	bottom: -20px;
	left: 0px;
	height: 2px;
	background-color: #323232;
	opacity: 0.15;
}
.section-slide__text {
	margin-top: -10px;
	max-width: 760px;
}
.section-slide__text,
.section-slide__btn {
	position: relative;
}
.section-slide__btn {
	position: absolute;
	bottom: 60px;
}

.section-slide__content_light {
	color: #fff;
}

.section-about {
	padding-top: 60px;
	padding-bottom: 100px;
	background: #ebebeb;
}

.about-main-section {
	position: relative;
}

.section-about__title {
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.about-content-item {
	width: 100%;
	max-width: 250px;
	margin-right: 35px;
	margin-bottom: 42px;
}
.about-content-item:nth-child(odd) {
	max-width: 190px;
}
.about-content-item:nth-child(even) {
	max-width: 250px;
}
.about-content-item__number {
	color: rgba(186, 16, 44, 1);
}
.about-content-item__description {
	margin-top: -2px;
}
.section-about__btn {
	margin-top: 10px;
}

.section-products {
	padding-top: 60px;
	padding-bottom: 100px;
	background: #323232;
	color: #fff;
}
.section-products__titlle {
	margin-bottom: 70px;
	text-transform: uppercase;
	line-height: 100%;
}
.products-list__item {
	padding-bottom: 18px;
}
.products-list__item-title {
	width: 1000px;
	max-width: 100%;
	padding-top: 30px;
	cursor: pointer;
	border-top: 2px solid rgba(255, 255, 255, 0.15);
	width: calc(100% + 100px);
	margin-left: -50px;
	padding-left: 50px;
	max-width: 100vw;
	transition:
		all linear 0.3s,
		background linear 0s;
}
.products-list__item.active {
	padding-bottom: 0px;
}
.products-list__item:first-child .products-list__item-title {
	border: none;
}

.products-list__item-title_active {
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	font-size: 25px;
	line-height: 60px;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.products-item-detail {
	width: calc(100% + 100px);
	margin-left: -50px;
	padding: 0px;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 0px;
	margin-bottom: 0px;
	max-width: 100vw;
	margin-top: 0px;
	height: auto;
	overflow-y: hidden;
	max-height: 0px;
	transition: max-height linear 0.3s;
}
.products-item-detail::-webkit-scrollbar {
	width: 4px; /* ширина scrollbar */
}
.products-item-detail::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.15); /* цвет дорожки */
}
.products-item-detail::-webkit-scrollbar-thumb {
	background-color: #fff; /* цвет плашки */
	border-radius: 2px; /* закругления плашки */
	border: 1px solid rgba(255, 255, 255, 0.15); /* padding вокруг плашки */
}

.products-list__item.active + .products-list__item .products-list__item-title {
	border: none;
}
.products-list__item-detail .row {
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

.products-item-detail_active {
	max-height: 742px;
	background: rgba(255, 255, 255, 0.15);
	padding-bottom: 20px;
}

.products-item-detail__content {
	margin-right: 155px;
}
.products-item-detail__title {
	cursor: pointer;
}
.products-item-detail__description {
	margin-top: 30px;
}
.products-item-detail__btn {
	margin-top: 50px;
}
.products-item-detail__img {
	height: 370px;
	width: auto;
	max-width: 400px;
	display: flex;
	align-items: center;
}
.products-item-detail__img img {
	width: 100%;
}
.products-item-detail__titile-on-tiblet {
	display: none;
}

.section-advantages {
	padding-top: 60px;
	padding-bottom: 100px;
	background-image: url(../img/section-advantages-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
}
.section-advantages::before {
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	z-index: 0;
}
.section-advantages .container {
	position: relative;
}
.section-advantages__title {
	width: 1133px;
	max-width: 100%;
	text-transform: inherit;
}
.section-advantages__text {
	margin-top: 50px;
	max-width: 470px;
}
.section-advantages__row {
	margin-top: 50px;
	justify-content: space-between;
}
.section-advantages__item {
	width: 100%;
	max-width: calc(33% - (50px / 3));
	display: flex;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.6);
	transition: background-color linear 0.2s;
	height: 150px;
	justify-content: center;
	padding: 0 20px;
}
.section-advantages__item:hover {
	background-color: rgba(255, 255, 255, 1);
}
.section-advantages__item-description {
	margin-left: 30px;
	font-weight: 500;
	max-width: 310px;
}
.section-advantages__item:first-child .section-advantages__item-description {
	max-width: 250px;
}
.section-services {
	padding-top: 60px;
	padding-bottom: 100px;
}
.about-specifications {
	background: white;
}

.section-services__title {
	text-transform: uppercase;
}
.section-services__row {
	margin-top: 100px;
}
.section-services__item {
	margin-bottom: 50px;
	padding-right: 30px;
}
.section-services__item-title {
	color: rgba(186, 16, 44, 1);
	text-decoration: none;
}
.section-services__item-description {
	margin-top: 10px;
	max-width: 550px;
	min-height: 100px;
}
.section-services__btn {
	margin-top: 50px;
}
.footer {
	background: #323232;
	padding-bottom: 45px;
	padding-top: 10px;
}
.footer-head {
	border-bottom: 2px solid rgba(255, 255, 255, 0.15);
	height: 120px;
	align-items: center;
}
.footer-head__title {
	color: rgba(255, 255, 255, 0.15);
	transition: color linear 0.3s;
	text-transform: initial;
	font-weight: 700;
	font-size: 50px;
	line-height: 120%;
}

.footer-head__text {
	max-width: 50%;
	color: rgba(255, 255, 255, 0.6);
}
.footer-head__btn-col {
	justify-content: space-between;
	align-items: center;
}
.footer-head:hover .footer-head__title {
	color: #ba102c;
}
.footer-head__btn {
	transition: all linear 0.3s;
	letter-spacing: 0.03em;
}
.footer-head:hover .footer-head__btn {
	border-color: #ba102c;
	background-color: #ba102c;
}
.footer-head:hover .footer-head__btn:hover {
	background-color: transparent;
}
.footer-body {
	margin-top: 100px;
}
.footer-body__title {
	color: rgba(255, 255, 255, 0.15);
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -0.03em;
}
.footer-body__link {
	text-decoration: none;
	display: block;
	color: #fff;
	cursor: pointer;
	margin-top: 30px;
	transition: linear 0.2s color;
}
.footer-body__link:hover {
	color: #ba102c;
}
.footer-body__address-title {
	color: #fff;
	margin-top: 30px;
}
.footer-socials {
	margin-top: 100px;
}
.footer-body__address-text {
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.6);
}
.footer-socials__item {
	display: inline-block;
	margin-right: 8px;
	opacity: 0.5;
	transition: opacity linear 0.2s;
}
.footer-socials__item:hover {
	opacity: 1;
}
/*.footer-links-list:nth-child(2) {
	padding-left: 25px;
}*/
.footer-links-list__title {
	color: #ffffff;
	padding-bottom: 15px;
	text-transform: uppercase;
	transition: color linear 0.2s;
	/*cursor: pointer;*/
}
.footer-links-list__title:hover {
	/*color: rgba(186, 16, 44, 1);*/
}
.footer-links-list__item {
	display: block;
	margin-top: 15px;
	color: rgba(255, 255, 255, 0.6);
	transition: color linear 0.2s;
	text-decoration: none;
	max-width: 260px;
}
.footer-links-list__item:hover {
	color: #fff;
}
.footer-bottom {
	margin-top: 100px;
	justify-content: space-between;
	color: rgba(255, 255, 255, 0.3);
}
.footer-bottom a {
	color: #fff;
	text-decoration: none;
	transition: color linear 0.2s;
}
.footer-bottom a:hover {
	color: #ba102c;
}

.link_item {
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #323232;
	text-decoration: none;
	transition: all linear 0.2s;
	cursor: pointer;
}

.link_item:hover {
	color: #ba102c;
}

/** about **/
.about-main-section {
	height: 700px;
	position: relative;
	background-size: cover;
	padding-top: 50px;
}

.about-video {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	overflow: hidden;
	opacity: 0.5;
}

.about-video__media {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	top: 0px;
	left: 0px;
}
/*.video-foreground,
  .video-background iframe {
	  position: absolute!important;
	  top: 0!important;
	  left: 0!important;
	  width: 100%!important;
	   height: 100%!important;
	  pointer-events: none!important;
  }*/
.about-main-section > .container {
	position: relative;
	height: 100%;
}
.about-main-section__title {
	margin-top: 50px;
	max-width: 1060px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
	line-height: 140%;
}
.about-main-section__text {
	margin-top: 50px;
	max-width: 725px;
	font-size: 21px;
	line-height: 28px;
}
.about-main-section__text p {
	position: relative;
	padding-left: 25px;
	box-sizing: border-box;
}
.about-main-section__text p:before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #ba102c;
	position: absolute;
	left: 0px;
	top: 10px;
	border-radius: 50%;
}
.about-main-section__video-btn {
	position: absolute;
	padding: 20px;
	width: 300px;
	height: 183px;
	background-color: rgba(50, 50, 50, 0.7);
	bottom: 200px;
	right: 30px;
	cursor: pointer;
	text-align: right;
}
.about-video-btn__play-icon {
	margin-left: auto;
}
.about-video-btn__text {
	font-weight: 700;
	margin-top: 36px;
	text-align: left;
	color: #fff;
}
.about-map-section {
	padding-bottom: 60px;
	padding-top: 100px;
	max-width: 100vw;
	overflow: hidden;
}
.about-map-section__count-block {
	margin-top: 100px;
}
.about-map-section__count {
	color: rgba(186, 16, 44, 1);
	font-weight: 700;
	font-size: 100px;
	line-height: 120%;
	letter-spacing: -0.03em;
}
.about-map-section__count-description {
	letter-spacing: -0.03em;
	color: #323232;
}
.about-map-section__title {
	margin-bottom: 30px;
	text-transform: none;
	font-weight: 500;
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
}
.about-map-section__title-red {
	color: #ba102c;
	padding-bottom: 64px;
	text-transform: inherit;
	font-weight: 700;
	font-size: 26px;
	line-height: 120%;
	text-transform: uppercase;
}
.about-map-section__map-container {
	max-width: 62.4vw;
	position: relative;
	bottom: 360px;
	left: 30.7%;
}
.about-map-section__map-container img {
	max-width: 100%;
} /*
.about-achievements{
	padding-bottom: 150px;
	padding-top: 150px;
}
.about-achievements__title{
	text-transform: uppercase;
}
.about-achievements__description{
	margin-top: 50px;
	max-width: 50%;
}
.about-achievements__row{
	justify-content: space-between;
	margin-top: 100px;
}
.about-achievements__item{
	display: flex;
	align-items: center;
	max-width: calc((100% - 230px) / 3);
}
.about-achievements__item-img{
	min-width: 150px;
}
.about-achievements__item-img img{
	max-width: 100%;
}
.about-achievements__item-name{
	margin-left: 30px;
	color:rgba(186, 16, 44, 1);
	font-weight: 700;
	font-size: 20px;
	line-height: 130%;
}*/
.about-managers__title {
	font-weight: 700;
	font-size: 26px;
	line-height: 120%;
	text-transform: uppercase;
}
.about-specifications-item {
	padding-top: 50px;
	padding-bottom: 50px;
	/*border-top: 2px solid rgba(50, 50, 50, .1);*/
}
.about-specifications-item__title {
	font-weight: 700;
	font-size: 26px;
	line-height: 140%;
	letter-spacing: normal;
	text-transform: uppercase;
}
.about-specifications-item__content {
	margin-top: 30px;
	max-width: 550px;
	padding-right: 30px;
}
.about-specifications-item:first-child .about-specifications-item__content {
	max-width: 430px;
}
.about-specifications-item__content ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
}
.about-specifications-item__content ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}
.about-specifications-item__content ul li a {
	color: #323232;
	text-decoration: underline;
	cursor: pointer;
}

/*.about-specifications-item__content ul li::after{*/
/*	width: 5px;*/
/*	height: 5px;*/
/*	background: #BA102C;*/
/*	position: absolute;*/
/*	left: -2px;*/
/*	top: 50%;*/
/*	transform: translateY(-50%);*/
/*	content: "";*/
/*	border-radius: 50%;*/
/*}*/
.about-specifications-item__content ul li:last-child {
	margin-bottom: 0px;
}
/*
.about-resources-section{
	color: #fff;
	background-image: url(../img/about-resources-section-bg.jpg);
	background-size: cover;
	padding-top: 156px;
	padding-bottom: 150px;
}
.about-resources-section__title{
	margin-bottom: 55px;
}
.about-resources-tabs__container{
	min-height: 470px;
	margin-top: 110px;
}
.about-resources-tabs__item{
	padding-bottom: 15px;
	text-transform: uppercase;
	color: rgba(255,255,255,.6);
	transition: all linear .2s;
	margin-bottom: 17px;
	position: relative;
	cursor: pointer;
	letter-spacing: 0.03em;
}
.about-resources-tabs__item:hover{
	color: #BA102C;
}
.about-resources-tabs__item::after{
	width: 350px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.15);
	position: absolute;
	left: 0px;
	bottom: -2px;
	content: "";
}
.about-resources-tabs__item.active{
	color: #BA102C;
	font-weight: 700;
	font-size: 30px;
	line-height: 140%;
	letter-spacing: normal;
}
.about-resources-tabs__item:last-child::after{
	display: none;
}
.about-resources-tabs__content{
	display: none;
	padding-right: 55px;
	letter-spacing: normal;
}
.about-resources-tabs__content.active{
	display: block;
}
.about-resources-tabs__content p,
.about-resources-tabs__content ul{
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	list-style-type: none;
}
.about-resources-tabs__content ul li{
	padding-left: 20px;
	position: relative;
}
.about-resources-tabs__content ul li::after{
	background-color: #BA102C;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 8px;
    top: 11px;
    content: "";
    border-radius: 50%;
}

*/

.about-managers {
	padding-bottom: 50px;
	background: rgba(50, 50, 50, 1);
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 1) 100px,
		rgba(50, 50, 50, 1) 100px
	);
}
.about-managers__row {
	align-items: unset;
}
.about-managers__col-photo {
	padding-right: 100px;
}
.about-managers-photo-slider {
	width: 100%;
}
.about-managers-photo-slider__item {
	text-align: center;
}
.about-managers-photo-slider__img {
	max-height: 400px;
	object-fit: cover;
	margin: 0 auto;
	width: auto;
}
.about-managers__header {
	margin-top: 5px;
	justify-content: space-between;
	align-items: center;
}
.about-managers__header_mob {
	display: none;
	width: 100%;
}
.about-managers-content {
	margin-top: 90px;
	height: calc(100% - 126px);
}
.about-managers-content .slick-list,
.about-managers-content .slick-track {
	height: 100%;
}
.about-managers-content-slider__item,
.about-managers-content .slick-slide > div {
	height: 100%;
}

.about-managers-content .managers-content-slider-item {
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}

.managers-content-slider-item__text {
	color: rgba(255, 255, 255, 0.6);
	width: 100%;
}
.managers-content-slider-item__footer {
	width: 100%;
}
.managers-content-slider-item__post {
	color: rgba(250, 247, 247);
	margin-top: 10px;
	opacity: 0.5;
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
}
.managers-content-slider-item__name {
	letter-spacing: -1px;
	color: #ffffff;
	margin-top: 10px;
	font-weight: 700;
	font-size: 26px;
	line-height: 140%;
}
.about-history {
	padding-bottom: 100px;
	padding-top: 60px;
	background: #fff;
	background-size: cover;
	background-position: center;
}

.about-history-sliders {
	position: relative;
}

.about-history__title {
	color: #323232;
	margin-bottom: 30px;
}
.about-history__line-slider {
	margin-top: 5px;
}
/*.history-line-slider__ietm{
 padding-top: 29px;
 border-top: solid 1px #BA102C;
 text-align: center;
}
.history-line-slider__item-name{
	font-weight: 700;
	font-size: 30px;
	line-height: 140%;
	text-decoration: none;
	color: #323232;
}*/
.history-content-slider__item {
	max-width: 100%;
	background-color: transparent;
	padding: 50px;
	padding-left: 100px;
	color: #fff;
	position: relative;
	height: 688px;
}
.history-content-slider__item-title {
	font-weight: 700;
	font-size: 100px;
	line-height: 140%;
	letter-spacing: -0.03em;
}
.history-content-slider__item-content {
	margin-top: 10px;
	font-weight: 400;
	font-size: 17px;
	position: relative;
	line-height: 140%;
	max-width: 700px;
}
.history-content-slider__item-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.history-content-slider__bg-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: linear-gradient(90deg, #323232 0%, rgba(50, 50, 50, 0.6) 100%);
	z-index: -1;
}
/*.about-history__content-wrapper{
	position: relative;
	max-width: 700px;
	margin-left: auto;
	right: calc((100vw - 700px) / 6 - 15px);
	top: -200px;
}*/
.about-history__content-wrapper {
	position: relative;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	/* right: calc((100vw - 700px) / 6 - 15px); */
	right: 42px;
	top: -100px;
}
.history-content-slider-arrows {
	position: absolute;
	right: 50px;
	top: 105px;
	z-index: 4;
}
/*.history-line-slider  .owl-item.active{
	min-width: calc((100vw - 700px) / 6);
}*/ /*
.history-line-slider .owl-item{
	min-width: calc(100vw / 6);
	width: fit-content;
}
.history-line-slider  .owl-item.active{
	min-width: calc((100vw - 700px) / 6);
}*/
/*.currentDate.owl-item{
	opacity: 0;
	min-width: 700px;
}*/ /*
.history-line-slider  .owl-item.active.center{
	/*border: none;
	opacity: 0;*/ /*
	min-width: 700px;
}
.history-line-slider  .owl-item.active.center .history-line-slider__item-name{
	display: none;
}*/

.lk-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(50, 50, 50, 0.8);
	/*border-radius: 10px;*/
	height: 200px;
	padding: 0 25px;
	width: fit-content;
}
.lk-popup__close {
	position: absolute;
	top: 25px;
	right: 30px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.lk-popup__close::after,
.lk-popup__close::before {
	content: "";
	width: 28px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #ebebeb;
	opacity: 0.3;
	transition: opacity linear 0.2s;
}
.lk-popup__close:hover::after,
.lk-popup__close:hover::before {
	opacity: 1;
}
.lk-popup__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.lk-popup__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.lk-popup__row {
	height: 100%;
	align-items: center;
	justify-content: center;
}
.lk-popup__btn {
	margin: 0 5px;
}
.lk-popup__btn:hover {
	background-color: transparent;
}

/*шапка*/

main {
	margin-top: 100px;
}

.header {
	position: fixed;
	width: 100vw;
	top: 0px;
	left: 0px;
	z-index: 11;
	background-color: #ffff;
	overflow: inherit;
}
.header-nav {
	align-items: center;
	width: 100%;
	height: 100px;
	flex-wrap: nowrap;
}
.header-nav__logo {
	width: 100%;
	max-width: 13%;
	padding-right: 20px;
	box-sizing: border-box;
	display: inline-block;
}
.header-nav__logo img {
	max-width: 100%;
}
.header__phones {
	width: 100%;
	max-width: 13%;
	box-sizing: border-box;
	text-align: right;
	padding-left: 20px;
}
.header__burger-and-phones {
	display: none;
}
.header__container {
	justify-content: space-between;
	width: 100%;
	box-sizing: content-box;
	position: relative;
	max-width: 74%;
	height: 100%;
	align-items: center;
}
.header-menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: flex;
	align-items: center;
	height: 40px;
	height: 100%;
}

.header-btns.flex {
	width: 100%;
}

.header-menu > li {
	display: flex;
	margin-right: 30px;
	height: 100%;
	text-align: center;
	align-items: center;
	position: relative;
}
.header-menu li > a {
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #323232;
	text-decoration: none;
	transition: all linear 0.2s;
}
.header-menu li:hover > a {
	/*font-weight: 700;*/
	color: #ba102c;
}
.header-btns {
	display: flex;
	align-items: center;
	height: 100%;
	margin-top: auto;
}
.header-btns button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
.header-lk-btn {
	/*border: 2px solid rgba(0, 0, 0, 0.3);*/
	font-weight: 400;
	font-size: 15px;
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: rgba(50, 50, 50, 0.6);
	margin-left: 10px;
	display: inline-block;
	height: 40px;
	position: relative;
	padding-left: 10px;
	padding-right: 30px;
	line-height: 40px;
	text-decoration: none;
	cursor: pointer;
}
.header-lk-btn:hover {
	color: #ba102c;
}
.switch-language-btn::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid rgba(50, 50, 50, 0.3);
	border-right: 2px solid rgba(50, 50, 50, 0.3);
	position: absolute;
	right: 10px;
	top: 10px;
	transform: rotate(135deg);
	display: none;
}
.switch-language-btn::before {
	width: 30px;
	position: absolute;
	left: -2px;
	top: 5px;
}
.switch-language-btn_ru::before {
	content: url(../img/flag-icon-ru.png);
}
.switch-language-btn_en::before {
	content: url(../img/flag-icon-en.png);
}
.switch-language-btn {
	display: inline-block;
	line-height: 36px;
	height: 40px;
	width: 66px;
	padding-left: 30px;
	margin-left: 30px;
	position: relative;
}

.switch-language-btn__placehollder {
	line-height: 36px;
	font-weight: 400;
	font-size: 15px;
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: rgba(50, 50, 50, 0.6);
	cursor: pointer;
	text-decoration: none;
}
.switch-language-btn:hover .switch-language-btn__placehollder {
	color: #ba102c;
}
.switch-language-btn__link {
	line-height: 36px;
	font-weight: 400;
	font-size: 15px;
	color: #ffffff;
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	display: none;
	text-decoration: none;
}
.switch-language-btn:hover .switch-language-btn__link {
	display: inline-block;
}
.search-form__input {
	overflow: hidden;
	width: 0px;
	padding: 0px;
	border: none;
}
.feedback-icon {
	margin-left: 20px;
	cursor: pointer;
	max-width: 30px;
}
.header-phone {
	color: rgba(50, 50, 50, 0.6);
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
}
.header-phone::after {
	position: absolute;
	left: -25px;
	top: 0px;
	opacity: 1;
	content: url(../img/phone-icon.svg);
	transition: width linear 0.2s;
	display: inline;
	width: 15px;
	opacity: 0.2;
}
.header-phone:hover::after {
	width: 15px;
	content: url(../img/phone-icon-red.svg);
	opacity: 1;
}
.header-phone:hover {
	color: #ba102c;
}

.header-nav .logo {
	padding-left: 10px;
}
.header__phones {
	padding-right: 30px;
}

.feedback-icon .hover {
	opacity: 0;
}
.feedback-icon:hover .static {
	opacity: 0;
}
.feedback-icon:hover .hover {
	opacity: 1;
}

.popup-menu {
	z-index: 11; /*! */
	background: #ffffff;
	position: absolute;
	top: 100%;
	/*width: 100vw;*/
	width: 410px;
	left: 0px;
	display: none;
}
/*.headerpanel .popup-menu{*/
/*	margin-top: 147px;*/
/*}*/
li.header-menu__item:hover .popup-menu {
	display: block;
}
.popup-menu > .container {
	padding-top: 30px;
	padding-bottom: 30px;
	border-left: 2px solid #ba102c;
	padding-left: 0px;
	max-width: 1400px;
	padding-right: 0;
}
.popup-menu__list {
	display: none;
}
.header-menu__item:hover .popup-menu__list.active:hover,
.popup-menu__item:hover .popup-menu__list_second-level {
	display: block;
}

.popup-menu__item:hover > .popup-menu__list_third-level {
	display: block;
	position: absolute;
	left: 475px;
	width: 500px;
	top: 0px;
	margin-left: 50px;
}

.popup-menu__item:hover > .popup-menu__list_fourth-level {
	display: block;
	position: absolute;
	left: 100.6%;
	width: 500px;
	top: -10px;
	background-color: white;
	padding-top: 30px;
	padding-bottom: 30px;
}

.popup-menu__list,
.popup-menu__item,
.popup-menu__item-name {
	position: relative;
}
.popup-menu__item {
	text-align: left;
}
.popup-menu__list_first-level {
	padding-left: 30px;
	position: relative;
}
li.header-menu__item:hover .popup-menu__list_first-level {
	display: block;
}
.popup-menu__item-name a {
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.06em;
	transition: all linear 0.2s;
	cursor: pointer;
	text-decoration: none;
	color: #323232;
	display: inline-block;
	padding-right: 30px;
	box-sizing: border-box;
}

.popup-menu__item-name_fourth a {
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.06em;
	transition: all linear 0.2s;
	cursor: pointer;
	text-decoration: none;
	color: #323232;
	display: inline-block;
	padding-right: 30px;
	box-sizing: border-box;
}

.popup-menu__item-name a:hover {
	color: #ba102c;
}
.popup-menu__list_first-level > .popup-menu__item {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	/*max-width: calc(50% - 30px);*/
}
/*.popup-menu__list_first-level > .popup-menu__item::after{*/
/*	width: 100%;*/
/*	height: 2px;*/
/*	position: absolute;*/
/*	bottom: 1px;*/
/*	left: 0px;*/
/*	content: "";*/
/*	background-color: #323232;*/
/*	opacity: .1;*/
/*}*/
.popup-menu__list_first-level > .popup-menu__item:last-child:after {
	display: none;
}
.popup-menu__list_first-level > .popup-menu__item > .popup-menu__item-name > span {
	display: inline-block;
	position: absolute;
	right: 3px;
	top: 4px;
	transform: rotate(135deg);
	width: 10px;
	height: 10px;
	border-top: 2px solid rgba(0, 0, 0, 0.15);
	border-right: 2px solid rgba(0, 0, 0, 0.15);
	display: block;
	cursor: pointer;
}
/*.lvl-2-open .popup-menu__list_first-level > .popup-menu__item{*/
/*	padding-bottom: 5px;*/
/*	padding-top: 5px;*/
/*}*/

/*.lvl-2-open .popup-menu__list_first-level > .popup-menu__item{*/
/*	padding-bottom: 5px;*/
/*	padding-top: 5px;*/
/*}*/
.lvl-2 > .mob-popup-menu__list-item:not(.active) > .mob-popup-menu__list-item-arrow {
	top: 4px;
}
.lvl-3 > .mob-popup-menu__list-item:not(.active) > .mob-popup-menu__list-item-arrow {
	top: 14px;
}
/*.popup-menu__list_first-level > .popup-menu__item:not(:first-child).active{*/
/*	padding-bottom: 50px;*/
/*	padding-top: 30px;*/
/*}*/
.popup-menu__list_first-level > .popup-menu__item.active > .popup-menu__item-name > span {
	transform: translateY(-50%) rotate(45deg);
	border-color: #ba102c;
	top: 50%;
}
.popup-menu__list_first-level > .popup-menu__item.active > .popup-menu__item-name > a {
	/*font-size: 17px;*/
	/*padding-bottom: 10px;*/
	color: #ba102c;
	/*border-bottom: solid 2px rgba(186, 16, 44, .3);*/
	width: 100%;
	line-height: 120%;
}
.popup-menu__list_second-level .popup-menu__item {
	max-width: 475px;
	position: relative;
	margin-bottom: 20px;
	padding-left: 30px;
}

.popup-menu__list_second-level .popup-menu__item .popup-menu__item_second {
	padding-left: 30px;
}

.popup-menu__list_second-level .popup-menu__item.active {
	max-width: 100%;
}
.popup-menu__list_second-level .popup-menu__item.active .popup-menu__item-name {
	max-width: 475px;
}
.popup-menu__list_second-level .popup-menu__item.active .popup-menu__list_third-level {
	position: absolute;
	left: 50%;
	top: 0px;
}

.popup-menu__list_second-level.active,
.popup-menu__list_third-level.active {
	margin-top: 10px;
}

.popup-menu__list .popup-menu__list_fourth-level .popup-menu__item_fourth {
	padding-left: 30px;
}

.popup-menu__list_second-level .popup-menu__item > .popup-menu__item-name > span {
	position: absolute;
	/*right: 3px;*/
	left: 350px;
	top: 0;
	background-color: white;
	transform: rotate(135deg);
	width: 10px;
	height: 10px;
	border-top: 2px solid rgba(0, 0, 0, 0.15);
	border-right: 2px solid rgba(0, 0, 0, 0.15);
	display: block;
	cursor: pointer;
}

.popup-menu__item-name_fourth {
	color: rgba(50, 50, 50, 1);
	letter-spacing: -0.03em;
}

.header-submenu .popup-menu .container .popup-menu__item:hover {
	display: block;
}

.popup-menu__list.popup-menu__list_second-level {
	position: absolute;
	left: 100.4%;
	width: 410px;
	background-color: white;
	padding-top: 30px;
	padding-bottom: 30px;
	top: -40px;
	/*max-height: 370px;*/
	/*overflow-y: scroll;*/
	/*overflow-x: hidden;*/
}

.popup-menu__list.popup-menu__list_second-level::after {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: -2px;
}

.popup-menu__list.popup-menu__list_fourth-level::after {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: -2px;
}

.popup-menu__list_second-level .popup-menu__item.active > .popup-menu__item-name > span {
	border-color: #ba102c;
	transform: translateY(-50%) rotate(45deg);
}
.popup-menu__list_second-level .popup-menu__item-name > a {
	font-weight: 400;
}
.popup-menu__list_second-level .popup-menu__item.active .popup-menu__item-name > a {
	color: #ba102c;
}
.lvl-3-open .popup-menu__item.active > .popup-menu__list_second-level {
	max-width: 100%;
	width: 100%;
}
.lvl-3-open .popup-menu__list_first-level > .popup-menu__item:not(.active) > .popup-menu__item-name > a {
	color: rgba(50, 50, 50, 0.5);
}
.lvl-3-open .popup-menu__list_first-level > .popup-menu__item.active {
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 100%;
}
.lvl-3-open .popup-menu__list_first-level > .popup-menu__item.active > .popup-menu__item-name {
	max-width: calc(100% - 140px);
	width: 100%;
}
.popup-menu__list_third-levelpopup-menu__list_third-level {
	width: 50%;
}
.popup-menu__list_third-levelpopup-menu__list_third-level .popup-menu__item {
	margin-bottom: 10px;
}
.lvl-3-open .popup-menu__list_first-level > .popup-menu__item.active::after {
	max-width: 100%;
}

.popup-menu-mob {
	position: fixed;
	width: 100vw;
	left: 0px;
	top: 0px;
	z-index: 20;
	background: #ebebeb;
	height: 100vh;
	padding-bottom: 50px;
}
.popup-menu-mob__switch-lang-btn_solo {
	display: none;
}
.popup-menu-mob__footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #fff;
	padding: 0 30px;
}
.popup-menu-mob__footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
}
.popup-menu-mob__phone {
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none;
	color: #ba102c;
}
.mob-popup-menu {
	max-height: calc(100vh - 225px);
	overflow-y: auto;
}
.mob-popup-menu__list-item-name {
	text-decoration: none;
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	color: #323232;
	padding-right: 30px;
	box-sizing: border-box;
	text-align: left;
	width: 100%;
}
.mob-popup-menu__list.lvl-1 > .mob-popup-menu__list-item > .mob-popup-menu__list-item-name {
	text-transform: uppercase;
}

.mob-popup-menu__list-item.active > .mob-popup-menu__list-item-name {
	color: #ba102c;
	font-weight: 700;
}
.popup-menu-mob__header-row {
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-top: 13px;
}
.popup-menu-mob__header-buttons {
	display: flex;
	align-items: center;
}
.search-form__input {
	background: #ffffff;
	height: 40px;
	box-sizing: border-box;
	color: #323232;
}
.search-form {
	position: relative;
}
@media (min-width: 1355px) {
	/*.search-form:not(.active):hover {
		position: absolute;
		width: calc(100% - 340px);
		left: 0px;
		height: 40px;
	}*/
	.search-form_en:not(.active):hover {
		width: calc(100% - 180px);
	}
	.search-form:not(.active):hover .search-form__input {
		/*width: 100%;
		border: 2px solid rgba(0, 0, 0, 0.1);
		padding-left: 20px;*/
	}
}

.search-form.active > .search-form__input {
	width: 100%;
}
.search-form__input {
	color: #323232;
}
.search-form__input::placeholder {
	opacity: 0.3;
}
.search-form.active .search-form__input {
	padding-left: 20px;
}
.search-form__icon {
	top: 6px;
	position: relative;
	right: 15px;
	max-width: 25px;
}
/*.search-form.active .search-form__icon,
.search-form:not(.active):hover .search-form__icon {
	position: absolute;
	top: 4px;
	right: 15px;
	max-width: 25px;
}*/
.search-form.active .search-form__icon path,
.search-form:not(.active):hover .search-form__icon path {
	opacity: 1;
	stroke: rgba(186, 16, 44, 1);
}
.popup-menu-mob__header-search {
	margin-top: 27px;
	margin-bottom: 40px;
}
.mob-popup-menu__list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: none;
}
.mob-popup-menu__list.active {
	display: block;
}

.mob-popup-menu__list.lvl-2.active > .mob-popup-menu__list-item {
	/*border-left: 2px solid rgba(186, 16, 44, 0.5);*/
	padding-left: 15px;
}
.mob-popup-menu__list.lvl-2.active:not(.filtred):after {
	position: absolute;
	left: 15px;
	top: 0px;
	width: calc(100% - 15px);
	height: 2px;
	background-color: #ba102c;
	content: "";
}

.mob-popup-menu__list {
	box-sizing: border-box;
	width: 100%;
}
.mob-popup-menu__list-item {
	padding: 15px 0;
	width: 100%;
	border-bottom: 2px solid rgba(50, 50, 50, 0.1);
	position: relative;
	box-sizing: border-box;
}
.popup-menu-mob .popup-menu-mob__menu {
	padding-right: 15px;
	padding-bottom: 30px;
}

.popup-menu-mob .search-form {
	background-color: #fff;
	height: 40px;
	margin: 20px 0 10px;
}
.popup-menu-mob .search-form__input {
	max-width: calc(100% - 57px);
	float: left;
}
.popup-menu-mob .search-form__submit {
	background: transparent;
	height: 40px;
	box-sizing: border-box;
	border: none;
	width: 55px;
	border-left: solid 2px #ebebeb;
	position: relative;
	z-index: 2;
}
.popup-menu-mob .search-form__icon {
	z-index: 0;
}

.mob-popup-menu__list-item-arrow {
	display: inline-block;
	position: absolute;
	right: 3px;
	top: 14px;
	transform: rotate(135deg);
	width: 10px;
	height: 10px;
	border-top: 2px solid rgba(0, 0, 0, 0.15);
	border-right: 2px solid rgba(0, 0, 0, 0.15);
	display: block;
	cursor: pointer;
}
.mob-popup-menu__list-item.empty .mob-popup-menu__list-item-arrow {
	display: none;
}

.mob-popup-menu__list-item.active > .mob-popup-menu__list-item-arrow {
	transform: translateY(-50%) rotate(-45deg);
	border-color: rgba(186, 16, 44, 0.5);
	top: 24px !important;
}

.mob-popup-menu__list.lvl-1 .mob-popup-menu__list.active > .mob-popup-menu__list-item:first-child {
	padding-top: 0px;
	margin-top: 15px;
}
.mob-popup-menu__list.filtred {
	margin-top: 15px;
}
.mob-popup-menu__list.filtred:last-child .mob-popup-menu__list-item.active > .mob-popup-menu__list-item-name {
	padding-bottom: 15px;
	border-bottom: solid 2px rgba(186, 16, 44, 0.5);
	display: inline-block;
}
.mob-popup-menu__list.lvl-2.filtred > .mob-popup-menu__list-item.active > .mob-popup-menu__list-item-name {
	border-bottom: none;
	padding-bottom: 0px;
}
/*.mob-popup-menu__list.lvl-1 .mob-popup-menu__list.active > .mob-popup-menu__list-item.active:first-child .mob-popup-menu__list-item-arrow{
	top: 0px;
}*/
.mob-popup-menu__list.lvl-2.active {
	margin-bottom: 35px;
	padding-top: 15px;
	margin-top: 45px;
	position: relative;
	border-left: 2px solid rgba(186, 16, 44, 0.5);
}

.mob-popup-menu__list.active > .mob-popup-menu__list-item:last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
}
.mob-popup-menu__list.filtred .mob-popup-menu__list-item.active {
	padding-bottom: 0px;
}

.mob-popup-menu__list.active > .mob-popup-menu__list-item.active {
	border-bottom: none;
}
.lvl-2 > .mob-popup-menu__list-item.active > .mob-popup-menu__list-item-name {
	font-size: 25px;
	line-height: 29px;
	letter-spacing: -0.03em;
}
.popup-menu-mob__close-btn {
	border: 2px solid rgba(50, 50, 50, 0.1);
	background: transparent;
	width: 60px;
	height: 45px;
	position: relative;
	margin-left: 18px;
}
.popup-menu-mob__close-btn::after,
.popup-menu-mob__close-btn::before {
	width: 40px;
	height: 2px;
	position: absolute;
	top: 21px;
	left: 11px;
	background-color: rgba(50, 50, 50, 0.3);
	content: "";
}
.popup-menu-mob__close-btn::after {
	transform: rotate(-35deg);
}
.popup-menu-mob__close-btn::before {
	transform: rotate(35deg);
}
.mob-popup-menu__list.filtred > .mob-popup-menu__list-item:not(.active) {
	display: none;
}
.lvl-2 .mob-popup-menu__list:not(.filtred) .mob-popup-menu__list-item.active {
	border-bottom: 2px solid rgba(186, 16, 44, 0.5);
}
.products-item-detail__description img {
	display: none;
}
.popup-menu-mob__lk-detail {
	position: absolute;
	top: 36px;
	left: 0px;
	width: 100%;
	background: #323232;
	padding: 20px 10px;
	padding-bottom: 5px;
	display: none;
	z-index: 3;
}
.popup-menu-mob__lk-btn.focus .popup-menu-mob__lk-detail {
	display: block;
}
.popup-menu-mob__lk-detail .popup-menu-mob__lk-detail-link {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	color: #ffffff;
	font-weight: 700;
	font-size: 15px;
	line-height: 17px;
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	text-decoration: none;
}
.popup-menu-mob__lk-btn_solo {
	display: none;
	text-align: left;
}
.about-map-section__map-mob-container {
	display: none;
	width: 100%;
	margin-top: 20px;
}
.about-map-section__map-mob-svg {
	width: 100%;
}
.about-resources-section__title {
	font-weight: 700;
	font-size: 26px;
	line-height: 120%;
	text-transform: uppercase;
}
.popup-menu-mob__logo {
	max-width: 300px;
}
.document-slider-header__title {
	text-transform: inherit;
}

.documents-page {
	display: flex;
	flex-wrap: wrap;
}

.document-slider__element.scaled-image {
	width: 291px;
}

@media (max-width: 1700px) {
	.header-menu li {
		margin-right: 17px;
	}
	.header-lk-btn,
	.switch-language-btn,
	.feedback-icon {
		margin-left: 10px;
	}
	.header-nav__logo,
	.header__phones {
		max-width: 13%;
	}
	.header-nav__logo {
		padding-right: 10px;
	}
	.header__phones {
		padding-left: 30px;
	}
	.header__phones .header-phone b {
		display: inline-block;
	}
	.header__phones .header-phone {
		font-weight: 400;
		font-size: 15px;
		line-height: 17px;
		display: flex;
		align-items: center;
		letter-spacing: 0.03em;
		text-transform: uppercase;
	}
}
@media (max-width: 1630px) {
	.header-nav__logo,
	.header__phones {
		max-width: 190px;
	}
	.header__container {
		max-width: 73%;
	}
}
@media (max-width: 1530px) {
	/*.header-nav__logo, .header__phones {
		max-width: 11%;
	}  */
	.header__container {
		max-width: 77%;
	}
	.header__phones .header-phone {
		font-weight: 400;
		font-size: 15px;
		line-height: 17px;
		display: flex;
		align-items: center;
		letter-spacing: 0.03em;
		text-transform: uppercase;
	}
	.header-menu a {
		font-weight: 400;
		font-size: 13px;
		line-height: 15px;
		/* identical to box height */

		display: flex;
		align-items: center;
		text-transform: uppercase;
	}
}
@media (max-width: 1440px) {
	.container {
		max-width: 1200px;
	}
	.container_without-left {
		margin-left: auto;
		max-width: 100%;
		padding-left: calc((100vw - 1200px) / 2);
	}
	/*.popup-menu > .container{*/
	/*	margin-right: 30px;*/
	/*}*/
	.section-slider .slick-dots {
		right: calc((100vw - 1200px) / 2);
	}
	.header-nav__logo {
		max-width: 130px;
	}
	.header__phones {
		/*max-width: 107px;	*/
		padding-right: 10px;
	}
}
@media (max-width: 1366px) {
	.header__container {
		display: none;
	}
	.header__burger-and-phones {
		display: flex;
		width: 100%;
		max-width: fit-content;
	}
	.header-nav {
		box-sizing: border-box;
		justify-content: space-between;
		padding: 0 30px;
		max-width: 1200px;
		margin: 0 auto;
	}
	.header-nav__logo,
	.header__phones {
		max-width: none;
	}
	.header-nav .logo {
		padding-left: 0px;
		max-width: 300px;
	}
	.header__phones {
		display: none;
	}
	.header__burger-and-phones .header__phones {
		display: block;
		width: 170px;
		text-align: right;
	}
	.header__phones .header-phone.header-phone_second {
		display: inline-block;
	}
	.header-phone,
	.header__phones .header-phone.header-phone_second {
		display: block;
	}
	.header__burger {
		min-width: 60px;
		height: 45px;
		background: #323232;
		position: relative;
		margin-left: 30px;
	}

	.header__burger span,
	.header__burger::after,
	.header__burger::before {
		width: 30px;
		position: absolute;
		height: 2px;
		background-color: #fff;
		left: 50%;
	}
	.header__burger span {
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.header__burger::after {
		content: "";
		transform: translateX(-50%);
		top: 15px;
	}
	.header__burger::before {
		content: "";
		transform: translateX(-50%);
		bottom: 15px;
	}

	.about-main-section__video-btn {
		bottom: 50px;
	}
	.about-map-section__map-container {
		bottom: 360px;
	}
	.about-map-section {
		max-height: 656px;
	}
	/*.about-achievements__row{
		margin-top: 70px;
	}
	.about-achievements__item{
		/*max-width: 100%;*/
	/*margin-top: 30px;
    max-width: calc((100% - 30px) / 3);
}
.about-achievements__item-img{
    min-width: 100px;
}	*/
}
@media (min-width: 1000px) {
	.products-item-detail__content {
		margin-right: 25px;
		max-width: 53%;
	}
}
@media (max-width: 1240px) {
	.container,
	.header-nav {
		max-width: 1000px;
	}
	.container_without-left {
		margin-left: auto;
		max-width: 100%;
		padding-left: calc((100vw - 1000px) / 2);
	}
	.section-slider .slick-dots {
		right: calc((100vw - 900px) / 2);
	}
	.about-content-item:nth-child(odd),
	.about-content-item:nth-child(even) {
		max-width: calc(50% - 10px);
		margin-right: 10px;
	}
	.products-item-detail__img {
		max-width: 400px;
		width: 100%;
		height: auto;
	}
	.products-list__item-detail .row {
		align-items: center;
	}
	.products-item-detail__content {
		margin-right: 25px;
	}
	.products-item-detail__img > img {
		width: 100%;
		object-fit: cover;
	}
	.section-advantages__item-description {
		line-height: 17px;
		font-size: 15px;
	}
	.footer-head__title {
		font-size: 40px;
	}
	.about-map-section__map-container {
		bottom: 320px;
	}
	.header {
		height: fit-content;
	}
}
@media (max-width: 1040px) {
	.container,
	.header-nav {
		max-width: calc(100vw - 60px);
		padding: 0px;
	}
	.container_without-left {
		margin-left: auto;
		max-width: 100%;
		padding-left: 30px;
	}
	.products-item-detail,
	.products-list__item.active .products-list__item-title {
		width: 100%;
		margin-left: 0px;
	}
	/*.about-achievements__item{
		max-width: 100%;
	}*/
	.about-managers-photo-slider__img {
		max-width: 100%;
	}
	.section-slide {
		padding-bottom: 90px;
	}
	.section-slide__btn,
	.section-slider .slick-dots {
		bottom: 20px;
	}
	.products-list__item-title_active {
		width: 100%;
		margin-left: 0px;
	}
	.header-nav .logo {
		max-width: 300px;
	}
	.section-slider .slick-dots {
		bottom: 35px;
	}
	.footer-body .d-col-6 {
		padding-right: 15px;
	}
	.pruducts-slider-container {
		padding-left: 50px;
	}
}
@media (max-width: 991px) {
	.section-slide {
		height: auto;
	}
	.section-slider .slick-dots {
		right: 5vw;
		bottom: 70px;
	}
	.section-abount__text {
		margin-top: 50px;
	}
	.section-about {
		padding-bottom: 100px;
	}
	.section-products {
		padding-top: 100px;
	}
	.products-item-detail {
		width: 100%;
		margin-left: 0px;
		padding: 15px 20px;
	}
	.products-list__item-detail .row {
		flex-wrap: wrap;
	}
	.products-item-detail__content,
	.products-item-detail__img {
		width: 100%;
		max-width: 50%;
	}
	.products-item-detail__content {
		margin-right: 0px;
		padding-right: 20px;
	}
	.products-item-detail__titile-on-tiblet {
		display: block;
		width: 100%;
	}
	.products-item-detail__title {
		display: none;
	}
	.section-advantages__item {
		width: 450px;
		max-width: 100%;
		margin-bottom: 25px;
	}
	.section-advantages {
		padding-top: 100px;
		padding-bottom: 75px;
	}
	.section-advantages__item-description {
		font-weight: 700;
		font-size: 20px;
		line-height: 130%;
	}
	.section-services {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.section-services__row {
		margin-top: 50px;
	}
	.section-services__btn {
		margin-top: 0px;
	}
	.footer-head__text {
		max-width: 100%;
		margin-top: 100px;
		margin-bottom: 30px;
	}
	.footer-head {
		height: auto;
		padding-bottom: 30px;
	}
	.footer-head__title {
		color: #ba102c;
		line-height: 128%;
	}
	.footer-head__btn {
		border-color: #ba102c;
		background-color: #ba102c;
	}
	.footer-body__links-col {
		margin-top: 100px;
	}
	.footer-links-list:nth-child(2) {
		padding-left: 0px;
	}
	.footer-bottom > div {
		width: 100%;
		max-width: 50%;
	}
	.footer-bottom > div:nth-child(2) {
		padding-left: 27px;
	}
	.about-main-section {
		height: auto;
		padding-bottom: 200px;
	}
	.about-main-section__video-btn {
		position: static;
		margin-top: 100px;
		width: 100%;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		height: 80px;
	}
	.about-map-section {
		padding-top: 75px;
	}
	.about-video-btn__text {
		margin-top: 0px;
	}
	.about-map-section {
		max-height: none;
	}
	.about-map-section__title {
		max-width: 100%;
	}
	.about-map-section__map-container {
		display: none;
	}
	.about-map-section__map-mob-container {
		display: block;
	}
	.about-map-section__count-block {
		margin-top: 15px;
	}
	/*.about-achievements__description{
		max-width: 100%;
	}*/
	.about-managers__col-photo {
		padding-right: 0px;
	}
	.about-managers {
		background: rgba(50, 50, 50, 1);
		padding-top: 100px;
	}
	.about-managers__header {
		display: none;
	}
	.about-managers__header_mob {
		display: flex;
	}
	.about-managers__title {
		color: #fff;
	}
	.about-managers__sliders-arrows {
		border: 2px solid rgba(255, 255, 255, 0.15);
	}
	.custom-slier-arrow:after {
		content: url(../img/custom-slider-arrow-white.svg);
	}
	.about-managers__col-photo {
		margin-top: 30px;
	}
	.custom-slider-arrows:after {
		background-color: rgba(255, 255, 255, 0.15);
	}
	.about-managers-content {
		height: auto;
	}
	.managers-content-slider-item__footer {
		margin-top: 30px;
	}
	.footer-socials {
		margin-bottom: 50px;
	}
	/*.about-resources-section{
		background: #323232;
	}
	.about-resources-tabs{
		background-image: url(../img/about-resources-section-bg.jpg);
		background-size: cover;
		background-position: center;
		padding: 100px 30px 30px;
	}
	.about-resources-tabs__container{
		padding: 0 30px;
	}
	.about-resources-section{
		padding-top: 0px;
	}
	.about-resources-section .container{
		max-width: 100%;
	}
	.about-resources-tabs__container{
		margin-top: 50px;
	}
	.about-resources-tabs__container{
		min-height: 0;
	}*/
	.about-map-section__count-block {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.about-map-section__count-description {
		margin-left: 20px;
	}
	.about-map-section {
		padding-bottom: 75px;
	}
	/*./*about-achievements{
		padding-top: 75px;
	}*/
}

@media (max-width: 600px) {
	.header-nav__logo {
		max-width: 150px;
	}
}
@media (max-width: 460px) {
	.container,
	.header-nav {
		max-width: calc(100vw - 30px);
	}
	.section-services {
		padding-top: 50px;
	}
	.section-services__item {
		padding-right: 0px;
	}
	.section-advantages__item-description {
		font-size: 15px;
	}
	.footer-head {
		padding-top: 0px;
	}
	.footer-head__text {
		margin-top: 30px;
		font-size: 15px;
		max-width: 50%;
	}
	.footer-head__title {
		font-size: 30px;
	}
	.footer-body__title {
		font-weight: 700;
		font-size: 15px;
		text-transform: uppercase;
		line-height: 140%;
	}
	.footer-socials__item {
		max-width: 30px;
	}
	.footer-socials__item > img {
		max-width: 100%;
	}
	.footer-socials {
		margin-top: 30px;
	}
	.footer-body__links-col {
		margin-top: 50px;
	}
	.footer-links-list__item {
		max-width: 100%;
	}
	.footer-links-list:nth-child(2) {
		margin-top: 50px;
	}
	.footer-bottom {
		margin-top: 50px;
	}
	.footer-bottom > div:nth-child(2) {
		text-align: right;
	}
	.header-nav .logo img {
		max-width: 100%;
		padding-left: 0px;
	}
	.header__burger {
		width: 40px;
		height: 35px;
		min-width: 40px;
		margin-left: 15px;
	}
	.header__burger span,
	.header__burger::after,
	.header__burger::before {
		width: 22px;
		background-color: #fff;
		height: 2px;
		opacity: 1;
	}
	.header__burger::after {
		top: 11px;
	}
	.header__burger::before {
		bottom: 11px;
	}
	.popup-menu-mob__lk-btn {
		display: none;
	}
	.popup-menu-mob__lk-btn_solo {
		display: block;
		width: 100%;
		display: inline-block;
		margin-top: 20px;
		margin-left: 0px;
	}

	.popup-menu-mob__logo {
		max-width: 118px;
	}
	.popup-menu-mob__logo > img {
		max-width: 100%;
	}
	.switch-language-btn {
		height: 30px;
		width: 63px;
	}
	.switch-language-btn__placehollder {
		line-height: 26px;
	}
	.popup-menu-mob__close-btn {
		height: 30px;
		width: 40px;
	}
	.popup-menu-mob__close-btn::after,
	.popup-menu-mob__close-btn::before {
		width: 25px;
		height: 2px;
		position: absolute;
		top: 12px;
		left: 6px;
	}
	.switch-language-btn::after {
		top: 7px;
	}
	.lvl-2 > .mob-popup-menu__list-item.active > .mob-popup-menu__list-item-name {
		font-size: 20px;
		line-height: 23px;
		letter-spacing: -0.03em;
	}
	.search-form__input {
		text-transform: uppercase;
	}
	.header-nav__logo {
		max-width: 110px;
		margin-right: 15px;
		padding: 0px;
	}
	.section-about {
		padding-top: 40px;
	}
	.products-item-detail__description img {
		display: inline-block;
		width: 100%;
		margin-bottom: 30px;
	}
	.products-item-detail__img {
		display: none;
	}
	.products-item-detail__content {
		max-width: 100%;
		padding-right: 0px;
	}
	.products-item-detail__titile-on-tiblet {
		text-transform: uppercase;
		font-size: 20px;
	}
	.products-list__item-title {
		font-size: 15px;
		text-transform: uppercase;
	}
	.section-advantages__item {
		height: 80px;
	}
	.section-advantages__item-img {
		width: 40px;
	}
	.section-advantages__item-img img {
		width: 40px;
	}
	.section-advantages__item {
		justify-content: flex-start;
	}
	.section-advantages__item-description {
		margin-left: 20px;
	}
	.section-services__title {
		font-size: 20px;
	}
	.section-services__item-title {
		font-size: 15px;
	}
	.footer-body__link,
	.footer-body__address-title {
		text-transform: none;
		margin-top: 15px;
		font-size: 15px;
	}
	.popup-menu-mob__footer {
		padding: 0 15px;
	}
	.header__burger-and-phones {
		align-items: center;
	}
	.header__burger-and-phones .header-phone:last-child {
		margin-bottom: 0px;
	}
	.mob-popup-menu {
		max-height: calc(100vh - 170px);
	}
	.section-products__titlle {
		margin-bottom: 50px;
		line-height: 100%;
	}
	/*.about-resources-tabs__content.active{
		padding-right: 0px;
	}
	.about-achievements__item-name{
		font-size: 15px;
	}
	.about-achievements__item-img{
		min-width: 60px;
		max-width: 60px;
	}
	.about-achievements__item-img img{
		max-width: 100%;
	}
	.about-achievements__row{
		margin-top: 30px;
	}
	.about-map-section{
		padding-bottom: 75px;
	}
	.about-achievements{
		padding-top: 75px;
	}
	.about-resources-tabs{
		padding: 100px 15px 0px;
	}
	.about-resources-tabs__container{
		padding: 0 15px;
	}*/
	.about-specifications-item__title {
		font-weight: 700;
	}
	.about-managers-photo-slider__img {
		max-width: 100%;
	}

	.about-main-section__video-btn {
		height: auto;
	}
	.about-video-btn__text {
		padding-right: 20px;
	}
	.about-map-section__count {
		font-size: 50px;
	}
	.about-map-section__count-description {
		font-size: 15px;
	}
	.custom-slier-arrow:after,
	.custom-slier-arrow:before {
		height: 26px;
	}
	.about-managers-content {
		margin-top: 30px;
	}

	.breadcrumbs__item,
	.breadcrumbs__item a {
		color: rgba(0, 0, 0, 0.5);
	}
	.breadcrumbs__item::before {
		background-color: rgba(0, 0, 0, 0.5);
	}
	/*
	.about-resources-tabs__item{
		font-size: 15px;
	}
	.about-resources-tabs__item.active{
		font-size: 15px;
	}
	.about-resources-tabs__item::after{
		width: 177px;
	}
	.about-resources-tabs__item,
	.about-resources-tabs__item.active{
		margin-bottom: 10px;
		padding-bottom: 10px;
		line-height: 140%;
	}
	.about-achievements__description{
		margin-top: 30px;
	}
	.about-achievements__row{
		margin-top: 0px;
	}
	*/
	.about-specifications-item {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.about-specifications-item__title {
		font-size: 20px;
	}
	.managers-content-slider-item__name {
		font-size: 20px;
	}

	.header-phone::after {
		display: none;
	}
	.switch-language-btn::before {
		top: 0px;
	}
	.products-list__item.active .products-list__item-title {
		display: none;
	}
	.header {
		padding-top: 0px;
	}
	.footer {
		padding-left: 15px;
		padding-top: 75px;
		padding-right: 15px;
	}
	.footer-head {
		border-color: #ba102c;
	}
	.catalog-tile-element .catalog-tile-element__img-container {
		height: 130px;
	}
	.catalog-tile-element > a {
		height: 100%;
	}
}

/*Страница продукции*/
.pruducts-slider-section {
	padding: 50px 0px;
	background-image: url(../img/products-slider-bg.jpg);
	background-size: cover;
	background-position: center;
}

.pruducts-slider-container {
	background: rgba(50, 50, 50, 0.8);
	backdrop-filter: blur(5px);
	padding: 50px;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
}

.mobile-hidden {
	display: block;
}
.mobile-show {
	display: none;
}
.pruducts-slider {
	width: 100%;
	padding-bottom: 50px;
	overflow: hidden;
}
.pruducts-slider-item {
	width: 100%;
}
.pruducts-slider .breadcrumbs__item,
.pruducts-slider .breadcrumbs__item a {
	color: rgba(255, 255, 255, 0.5);
}
.pruducts-slider .breadcrumbs__item::before {
	background: rgba(255, 255, 255, 0.5);
}
.pruducts-slider-item__col {
	width: 100%;
}
.pruducts-slider-item__mob-container {
	display: none;
}
.pruducts-slider-item__title {
	margin-top: 30px;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
}

.pruducts-slider-item__sub-title {
	margin-top: 50px;
	color: #fff;
	text-transform: uppercase;
}
.pruducts-slider-item__description {
	color: rgba(255, 255, 255, 0.5);
	max-width: 100%;
	margin-top: 15px;
}
.pruducts-slider-item__btn {
	margin-top: 50px;
}
.pruducts-slider-item__row {
	position: relative;
}
.pruducts-slider-item__img-col {
	position: static;
	padding-left: 30px;
	border-left: solid 2px rgba(255, 255, 255, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 400px;
	padding-bottom: 0px;
}
.pruducts-slider-item__img-wrapper img {
	max-width: 100%;
	margin: 0 auto;
	max-height: 350px;
}
.pruducts-slider-item__img-description {
	position: relative;
	bottom: 10px;
	max-width: 280px;
	border: 2px solid rgba(255, 255, 255, 0.15);
	padding: 10px 15px;
	color: rgba(255, 255, 255, 0.5);
	transition: all linear 0.2s;
}
.pruducts-slider-item__img-description:hover {
	color: #fff;
	background-color: #ba102c;
	border-color: #ba102c;
}
.pruducts-slider-item__img-description:after {
	content: "";
	background-color: rgba(255, 255, 255, 0.15);
	width: 1px;
	height: 141px;
	position: absolute;
	top: -120px;
	right: -50px;
	transform: rotate(45deg);
	transition: background linear 0.2s;
}
.pruducts-slider-item__img-description:hover:after {
	background-color: #ba102c;
}
.pruducts-slider-navigation {
	position: absolute;
	bottom: 65px;
	right: 7.14%;
	display: flex;
}
.pruducts-slider-arrow {
	display: inline-block;
	opacity: 0.5;
	transition: opacity linear 0.2s;
}
.pruducts-slider-arrow:hover {
	opacity: 1;
}
.pruducts-slider-counter {
	margin: 0 50px;
}
.pruducts-slider-counter span {
	color: rgba(255, 255, 255, 0.3);
	transition: color linear 0.2s;
}
.pruducts-slider-counter span:nth-child(2) {
	display: inline-block;
	margin: 0 10px;
}
.pruducts-slider-counter:hover span.pruducts-slider-counter__current {
	color: #fff;
}

.products-advantages-section {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #ebebeb;
}
.products-advantages {
	border-top: 2px solid rgba(50, 50, 50, 0.1);
	padding-top: 15px;
	align-items: inherit;
	transition: border linear 0.2s;
}
.products-advantages:hover {
	border-color: rgba(186, 16, 44, 0.5);
}
.products-advantages__item {
	border-left: 2px solid rgba(50, 50, 50, 0.1);
	padding-left: 55px;
	padding-bottom: 43px;
	position: relative;
	transition: color linear 0.2s;
	max-width: 25%;
	padding-right: 50px;
	padding-top: 45px;
}
.products-advantages__item-icon,
.products-advantages__item-icon_grey {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
}
.products-advantages__item-icon_grey {
	opacity: 0;
}
.products-advantages__item-icon path {
	stroke: rgba(50, 50, 50, 0.3);
}
.products-advantages:hover .products-advantages__item-icon path {
	stroke: #ba102c;
} /*
.products-advantages__item:hover .products-advantages__item-icon path{
	stroke: transparent;
	fill: rgba(255,255,255,.5);
}**/
.products-advantages__item:hover .products-advantages__item-icon_grey {
	opacity: 1;
}
.products-advantages__item:hover .products-advantages__item-icon {
	opacity: 0;
}
.products-advantages__item span {
	position: relative;
	font-weight: 400;
	font-size: 17px;
	line-height: 140%;
}
.products-catalog-section__title {
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	text-transform: uppercase;
}
.products-catalog-section__sub-title {
	font-size: 22px;
	margin-top: 12px;
}
.products-advantages__item-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
	opacity: 0;
	transition: opacity linear 0.2s;
	width: 100%;
	height: 100%;
}
.products-advantages__item:hover {
	color: #fff;
}
.products-advantages__item:hover .products-advantages__item-bg {
	opacity: 1;
}
.areas-of-application-section {
	padding: 60px 0px;
	background: #323232;
}
.areas-of-application-section__row {
	margin-top: 80px;
	align-items: inherit;
}
.areas-of-application-section__item {
	position: relative;
	border-bottom: solid rgba(255, 255, 255, 0.1) 2px;
	padding: 15px 0;
	padding-left: 85px;
	transition: border linear 0.2s;
	width: 100%;
	max-width: 50%;
}
.areas-of-application-section__item-text {
	color: #fff;
	border-right: solid rgba(255, 255, 255, 0.1) 2px;
	transition: border linear 0.2s;
	min-height: 85px;
	display: flex;
	align-items: center;
	padding-right: 85px;
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: 0.03em;
}
.areas-of-application-section__item__icon {
	position: absolute;
	opacity: 0.1;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity linear 0.2s;
}
.areas-of-application-section__item:hover,
.areas-of-application-section__item:hover .areas-of-application-section__item-text {
	border-color: #ba102c;
}
.areas-of-application-section__item:hover .areas-of-application-section__item__icon {
	opacity: 1;
}

.art.limiter.container {
	margin-bottom: 20px;
	padding: 40px 40px 224px 40px;
}

.products-form-section {
	padding: 150px 0px;
	background-color: #fff;
}
.products-form-content {
	padding-right: 100px;
	width: 100%;
	max-width: 50%;
}
.products-form-content__description {
	margin-top: 30px;
}
.products-form {
	width: 100%;
	max-width: 50%;
	justify-content: space-between;
	align-items: inherit;
}
.products-form__col {
	width: 100%;
	max-width: calc(50% - 15px);
}
.products-form__col:first-child {
	padding-right: 30px;
}
.products-form__label {
	display: inline-block;
}
.products-form__input {
	margin-top: 10px;
	margin-bottom: 15px;
}
.products-form__textarea {
	margin-top: 10px;
	height: 243px;
	width: 100%;
	background: #ebebeb;
}
.products-form__submit-row {
	align-items: center;
	margin-top: 52px;
}
.products-form__submit-row .capcha {
	margin-left: 50px;
}

.products-form__input:-moz-placeholder,
.products-form__input::-webkit-input-placeholder {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: rgba(50, 50, 50, 0.5);
}
.products-form__btn {
	padding: 0 30px;
}
.furnace-configuration-section .container {
	padding-top: 150px;
	padding-bottom: 100px;
}
.furnace-configuration {
	margin-top: 80px;
}
.furnace-configuration {
	justify-content: flex-start;
	align-items: inherit;
}
.furnace-configuration__item {
	width: calc(100% / 3);
	border-bottom: solid 2px rgba(50, 50, 50, 0.1);
	padding-top: 10px;
	padding-bottom: 15px;
	transition: border linear 0.2s;
}
.furnace-configuration__item-container {
	border-left: solid 2px rgba(50, 50, 50, 0.1);
	padding-left: 30px;
	min-height: 100%;
	padding-top: 15px;
	padding-bottom: 30px;
	transition: border linear 0.2s;
}
.furnace-configuration__item:first-child .furnace-configuration__item-container,
.furnace-configuration__item:nth-child(4) .furnace-configuration__item-container {
	border-left: none;
}
.furnace-configuration__item:nth-child(4),
.furnace-configuration__item:nth-child(5) {
	border-bottom: none;
	border-top: solid 2px rgba(50, 50, 50, 0.1);
}

.furnace-configuration__item-title {
	text-transform: uppercase;
	transition: color linear 0.2s;
}
.furnace-configuration__item-description {
	margin-top: 15px;
	max-width: 300px;
}
.furnace-configuration__item:hover {
	border-color: #ba102c;
}
.furnace-configuration__item:hover .furnace-configuration__item-container {
	border-color: #ba102c;
}
.furnace-configuration__item:hover .furnace-configuration__item-title {
	color: #ba102c;
}
.furnace-configuration__item:hover + .furnace-configuration__item .furnace-configuration__item-container {
	border-color: #ba102c;
}

.ellipsis {
	margin-right: 10px;
}

.document-tabs__item {
	margin-right: 10px;
	color: #595959;
	padding: 0 1px 12px;
	cursor: pointer;
	border-bottom: 3px solid transparent;
	-webkit-transition: border-bottom 0.3s ease;
	transition: border-bottom 0.3s ease;
}

.document-tabs__item.current {
	color: #a80000;
	border-color: #a80000;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.document-slider__element {
	width: 291px;
}

.list-dots {
	list-style-type: none;
	padding: 0;
}

.list-dots__item {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

.list-dots__item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px; /* Изменено значение на 15px */
	height: 15px; /* Изменено значение на 15px */
	border: 2px solid #ba102c;
	border-radius: 50%;
}

.list-dots__item:after {
	content: "";
	position: absolute;
	left: 4.5px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px; /* Изменено значение на 5px */
	height: 5px; /* Изменено значение на 5px */
	background-color: #ba102c;
	border-radius: 50%;
}
.list-dots__item_prod {
	position: relative;
	margin-left: 8px;
}

.list-dots__item_prod::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 15px;
	height: 15px;
	border: 2px solid #e5e5e5;
	border-radius: 50%;
}

.list-dots__item_prod::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 5px;
	height: 5px;
	background-color: #e5e5e5;
	border-radius: 50%;
}

.list-dots__item_prod:hover:before {
	border-color: #ba102c;
}

.list-dots__item_prod:hover:after {
	border-color: #ba102c;
	background-color: #ba102c;
}

.header.limiter.flex.item {
	margin-left: 0;
}

.work-advantages {
	align-items: inherit;
	justify-content: flex-start;
}
.work-advantages__item {
	width: calc(100% / 3);
	background-color: #fff;
	position: relative;
	align-items: inherit;
	justify-content: flex-start;
	display: flex;
}
.work-advantages__item_padding-bottom {
	padding-bottom: 15px;
	border-bottom: solid 2px rgba(50, 50, 50, 0.1);
}
.work-advantages__item_padding-top {
	padding-top: 15px;
	border-top: solid 2px rgba(50, 50, 50, 0.1);
}

.work-advantages__item-description {
	border-left: solid 2px rgba(50, 50, 50, 0.1);
	padding-left: 30px;
	min-height: 100%;
	padding-bottom: 70px;
	padding-top: 70px;
	transition: border linear 0.2s;
	padding-left: 140px;
	padding-right: 60px;
}
.work-advantages__item_no-left .work-advantages__item-description {
	border: none;
}
.work-advantages__item-icon {
	fill: rgba(50, 50, 50, 0.3);
	position: absolute;
	top: 50px;
	left: 30px;
	transition: fill linear 0.2s;
}
.work-advantages__item:hover .work-advantages__item-description,
.work-advantages__item:hover + .work-advantages__item .work-advantages__item-description,
.work-advantages__item:hover {
	border-color: #ba102c;
}

.work-advantages__item:hover .work-advantages__item-icon {
	fill: #ba102c;
}

.about-map-row {
	margin-top: -25px;
	margin-bottom: 50px;
}

.about-map-col:first-child {
	padding-right: 70px;
}
.about-achievements__item {
	width: 20%;
	border-left: 1px solid rgba(50, 50, 50, 0.1);
	border-right: 1px solid rgba(50, 50, 50, 0.1);
	padding: 0 30px;
}
.about-achievements__number span {
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	display: inline-block;
	margin-right: 5px;
}
.about-achievements__number {
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	line-height: 51px;
	display: flex;
	align-items: center;
	letter-spacing: -0.03em;
	color: #ba102c;
}
.about-achievements__description {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	display: flex;
	align-items: center;
	letter-spacing: -0.03em;
	color: #323232;
}
.about-resources-tabs__item {
	width: calc(25% - 5px);
	min-height: 600px;
	padding: 30px 40px;
	overflow: hidden;
	position: relative;
}
.about-resources-tabs__item.active {
	width: 50%;
}
.about-resources-tabs__item:first-child.active {
	padding-left: 0px;
}
.about-resources-tabs__content {
	display: none;
	position: relative;
}
.about-resources-tabs__item.active .about-resources-tabs__content {
	display: block;
	margin-left: 8px;
}
.about-resources-tabs__title {
	position: relative;
	color: #fff;
	transition: linear 0.2s color;
	font-weight: 500;
	font-weight: 700;
	font-size: 25px;
	line-height: 140%;
	letter-spacing: 0;
}
.about-resources-tabs__item.active .about-resources-tabs__title,
.about-resources-tabs__item:hover .about-resources-tabs__title {
	color: #ba102c;
}

.about-resources-tabs__bg {
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
	opacity: 1;
}

.about-resources-tabs__item.active .about-resources-tabs__bg {
	opacity: 0;
}
.about-resources-tabs {
	justify-content: space-between;
	margin-top: 50px;
}
.about-resources-section {
	padding-top: 60px;
	padding-bottom: 100px;
}

.history-line-slider {
	width: 100%;
	max-width: 210px;
	border-right: 2px solid rgba(255, 255, 255, 0.1);
	height: 688px;
	max-height: 688px;
	overflow-y: auto;
}
.about-history-sliders {
	padding: 0px;
	background: linear-gradient(90deg, #323232 14.93%, rgba(50, 50, 50, 0.6) 100%);
}
.history-line-slider__ietm {
	margin: 30px 0px;
	text-align: center;
}
.history-line-slider__item-name {
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	display: flex;
	align-items: center;
	letter-spacing: -0.03em;
	color: #ffffff;
	opacity: 0.3;
	text-decoration: none;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.slick-center .history-line-slider__item-name {
	font-weight: 700;
	font-size: 50px;
	line-height: 120%;
	opacity: 1;
}
@media (min-width: 993px) {
	.history-line-slider__ietm.active .history-line-slider__item-name {
		font-weight: 700;
		font-size: 40px;
		line-height: 120%;
		opacity: 1;
	}
}
.history-content-slider {
	width: 100%;
	max-width: calc(100% - 210px);
	height: 600px;
}
.about-map-section {
	max-height: none !important;
}
.about-map-img {
	max-width: 100%;
}
.areas-of-application-section__title {
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: 120%;
	text-transform: uppercase;
}
@media (max-width: 1024px) {
	.work-advantages__item {
		width: 50%;
	}
	.work-advantages__item {
		width: 50%;
		padding: 50px 65px 50px 30px;
		border: solid 1px rgba(50, 50, 50, 0.1) !important;
	}
	.work-advantages__item-description {
		padding: 0px;
		border: none;
	}
	.work-advantages__item-icon {
		position: static;
		margin-bottom: 30px;
	}
	.about-achievements__item {
		width: 25%;
	}
	.products-advantages__item {
		max-width: 50%;
	}
	.furnace-configuration__item {
		width: 50%;
	}
	.about-resources-tabs__item {
		padding: 30px 10px;
	}
	.section-slider .slick-dots {
		bottom: 35px;
	}
}

@media (max-width: 991px) {
	.list-dots {
		margin-left: 10px;
	}

	.about-achievements__item {
		width: 33%;
	}
	.about-map-section__title-red {
		padding-bottom: 0px;
		font-weight: 700;
		font-size: 30px;
		line-height: 120%;
	}
	.about-map-section__title {
		font-weight: 700;
		font-size: 30px;
		line-height: 120%;
	}
	.about-map-row {
		margin-top: 75px;
	}
	.about-resources-tabs__item.active,
	.about-resources-tabs__item {
		width: 100%;
		margin-bottom: 5px;
	}
	.about-resources-tabs__bg {
		width: 100%;
	}
	.areas-of-application-section__item {
		max-width: 100%;
	}
	.products-form-content {
		max-width: 100%;
		padding-right: 0px;
	}
	.products-form {
		max-width: 100%;
		margin-top: 50px;
	}
	.pruducts-slider-item__description {
		width: 90%;
	}
	.products-advantages__item-bg {
		opacity: 1;
	}
	.products-advantages__item {
		color: #fff;
		margin-bottom: 5px;
	}
	.pruducts-slider-item__mob-container {
		display: block;
	}
	.pruducts-slider-item__img-wrapper img {
		max-width: 90%;
	}
	.mobile-hidden {
		display: none;
	}
	.mobile-show {
		display: block;
	}
	.pruducts-slider-item__img-col {
		border-left: none;
	}
	.pruducts-slider-item__col {
		width: 100%;
		max-width: 100%;
	}
	.pruducts-slider-item__title {
		font-weight: 700;
		font-size: 20px;
		line-height: 140%;
		margin-bottom: 30px;
	}
	.furnace-configuration__item .furnace-configuration__item-container {
		border-left: none;
	}
	.furnace-configuration__item,
	.furnace-configuration__item:nth-child(4),
	.furnace-configuration__item:nth-child(5) {
		border: solid 1px rgba(50, 50, 50, 0.3);
	}

	.pruducts-slider {
		padding-bottom: 0;
	}
	.pruducts-slider-container {
		padding: 30px 30px 75px;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.pruducts-slider-arrow svg {
		width: 100px;
	}
	.pruducts-slider-navigation {
		bottom: 85px;
	}
	.standart-modal {
		max-width: 100vw;
		max-height: 100vh;
		overflow-y: auto;
	}
	.standart-modal__close {
		right: 30px;
		top: 50px;
	}
}
@media (max-width: 770px) {
	.history-line-slider {
		border-right: none;
		border-bottom: 2px solid rgba(255, 255, 255, 0.1);
		max-width: 100%;
		height: auto;
	}
	.history-content-slider {
		max-width: 100%;
	}
	.history-content-slider__item-content {
		max-height: 420px;
		overflow-y: auto;
	}
	.history-line-slider__ietm {
		margin: 15px;
	}
	.about-history__line-slider.slick-slider .slick-track {
		display: flex;
		align-items: center;
	}
	.standatr-form__col {
		max-width: 100%;
		width: 100%;
	}
	.standatr-form__col:first-child {
		padding-right: 0px;
	}
	.standatr-form__submit-col {
		margin-top: 50px;
	}
	.standart-modal {
		padding: 50px 15px;
	}
	.history-content-slider__item {
		padding: 50px 15px;
	}
}

@media (max-width: 660px) {
	.pruducts-slider-arrow svg {
		width: 50px;
	}
	.pruducts-slider-counter {
		margin: 0 20px;
	}
}
@media (max-width: 460px) {
	.about-achievements__number span {
		font-size: 30px;
	}
	.pruducts-slider-arrow svg {
		width: 30px;
	}
	.pruducts-slider-counter span:nth-child(2) {
		margin: 0 5px;
	}
	.pruducts-slider-navigation {
		bottom: 105px;
	}
	.pruducts-slider-container {
		padding: 30px 15px 75px;
	}
	.work-advantages__item {
		width: 100%;
		display: flex;
		padding: 30px 20px 30px 15px;
	}
	.work-advantages__item-icon {
		min-width: 60px;
		min-height: 60px;
	}
	.work-advantages__item-icon {
		fill: #ba102c;
		margin-right: 30px;
		margin-bottom: 0px;
	}
	.work-advantages__item-container {
		display: flex;
		align-items: center;
	}
	.work-advantages__item-description {
		min-height: 0;
	}
	.about-achievements__item {
		width: 50%;
		margin-bottom: 30px;
	}
	.pruducts-slider-item__img-description {
		max-width: 160px;
		font-size: 13px;
		top: 0px;
	}
	.about-achievements__item:last-child {
		border-right: 0px;
	}

	.about-achievements__number {
		font-weight: 700;
		font-size: 30px;
		line-height: 120%;
	}
	.about-achievements__description {
		font-weight: 400;
		font-size: 15px;
		line-height: 140%;
	}
	.about-resources-tabs__item {
		min-height: 150px;
		padding: 15px;
	}
	.about-resources-tabs__item.active {
		min-height: 450px;
	}
	.about-resources-tabs__content {
		max-height: 350px;
		overflow-y: scroll;
		margin-top: 30px;
	}
	.products-advantages__item {
		max-width: 100%;
		width: 100%;
	}
	.products-advantages-section {
		padding-top: 75px;
		padding-bottom: 60px;
	}
	.furnace-configuration__item {
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.furnace-configuration__item:nth-child(4),
	.furnace-configuration__item:nth-child(5) {
		border-bottom: solid 2px rgba(50, 50, 50, 0.1);
	}
	.furnace-configuration__item:first-child .furnace-configuration__item-container,
	.furnace-configuration__item:nth-child(4) .furnace-configuration__item-container {
		border-left: solid 2px rgba(50, 50, 50, 0.1);
	}
	.furnace-configuration {
		margin-top: 50px;
	}
	.furnace-configuration-section .container {
		padding-top: 60px;
		padding-bottom: 75px;
	}
	.products-form__col {
		width: 100%;
		max-width: 100%;
	}
	.products-form__col:first-child {
		padding-right: 0px;
	}
	.standatr-form__submit-col {
		margin-top: 0px;
	}
	.checkbox input + label:before {
		margin-top: 3px;
	}

	.furnace-configuration__item {
		border-top: none !important;
		border-right: none !important;
		border-left: none !important;
		border-bottom: solid 2px rgba(50, 50, 50, 0.1) !important;
	}
	.furnace-configuration__item:first-child .furnace-configuration__item-container,
	.furnace-configuration__item:nth-child(4) .furnace-configuration__item-container,
	.furnace-configuration__item .furnace-configuration__item-container {
		border-left: solid 2px rgba(50, 50, 50, 0.1);
	}
	.furnace-configuration__item-container {
		border-color: rgba(50, 50, 50, 0.1) !important;
	}
	.areas-of-application-section__item-text {
		padding-right: 15px;
	}
	.products-form__submit-row .capcha {
		margin-left: 0px;
		margin-bottom: 30px;
	}
	.products-form__submit-row {
		align-items: flex-start;
		flex-direction: column-reverse;
	}
	.areas-of-application-section__title {
		font-weight: 700;
		font-size: 30px;
		line-height: 120%;
	}
	.areas-of-application-section__item-text {
		font-weight: 700;
		font-size: 15px;
		line-height: 140%;
	}
	.areas-of-application-section__item {
		padding-left: 40px;
	}
	.areas-of-application-section__item__icon {
		left: 0px;
		width: 25px;
		height: 25px;
	}
	.products-list__item-title {
		line-height: 150%;
	}
	.products-list__item-title_active {
		padding-left: 20px;
	}
	.products-item-detail_active {
		max-height: none;
	}

	h2.descr-block__title,
	.services-title h1 {
		font-size: 30px;
		line-height: 100%;
	}
	.services-title h1 {
		font-size: 30px !important;
	}
}

.products-catalog-section {
	background: #ebebeb;
}
#header.header.flex {
	padding-top: 0px;
}
.catalog-tile-element-link {
}

.catalog-tile {
	margin-top: 80px;
	background: #fff;
	display: grid;
	width: 100%;
}
.catalog-tile-element {
	border-bottom: solid 1px rgba(50, 50, 50, 0.3);
	position: relative;
	padding: 30px;
	transition: background-color linear 0.3s;
}
.catalog-tile-element::before {
	background-color: rgb(50, 50, 50);
	position: absolute;
	height: calc(100% - 20px);
	left: 0px;
	width: 2px;
	opacity: 0;
	content: "";
}

.catalog-tile-element:hover {
	background-color: rgba(50, 50, 50, 0.56);
}

.catalog-tile-element_bg-img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	z-index: 0;
	transition: opacity linear 0.3s;
}

.catalog-tile-element_bg-overlay {
	background: linear-gradient(180deg, #323232 0%, rgba(50, 50, 50, 0) 100%);
	transform: matrix(1, 0, 0, -1, 0, 0);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 0;
	transition: opacity linear 0.3s;
}
.catalog-tile-element:hover .catalog-tile-element_bg-img,
.catalog-tile-element:hover .catalog-tile-element_bg-overlay {
	opacity: 1;
}
.catalog-tile-element__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	justify-content: space-between;
	width: 100%;
}
.catalog-tile-element__content > a {
	width: 100%;
}
.catalog-tile-element:hover .catalog-tile-element__content {
	align-items: flex-start;
}
.catalog-tile-element:hover .catalog-tile-element__img-container {
	display: none;
}
.catalog-tile-element__title-container {
	width: 100%;
}
.catalog-tile-element__title {
	color: #323232;
	transition: color linear 0.3s;
	max-width: 420px;
	text-transform: uppercase;
}
.catalog-tile-element:hover .catalog-tile-element__title {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
}

.catalog-tile-element:hover .catalog-tile-element__img {
	display: none;
}
.catalog-tile-element__links-container {
	overflow: hidden;
	display: none;
	overflow-y: auto;
	width: 100%;
}
.catalog-tile-element:hover .catalog-tile-element__links-container {
	display: block;
}
.catalog-tile-element__links-container::-webkit-scrollbar {
	width: 2px;
}
.catalog-tile-element__links-container::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
}
.catalog-tile-element__links-container::-webkit-scrollbar-thumb {
	background: #ffffff;
	border: none;
}

.catalog-tile-element__link-list {
	padding-left: 0px;
	margin: 0px;
}

.catalog-tile-element__link {
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.03em;
	color: #ffffff;
	position: relative;
	padding-left: 15px;
	padding: 15px 0px;
	transition: all linear 0.2s;
	display: inline-block;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	padding-left: 10px;
	margin-left: 5px;
}
.catalog-tile-element__link:hover {
	padding-left: 20px;
	font-weight: 700;
	border-color: rgba(255, 255, 255, 0.1);
}
.catalog-tile-element__link:hover:before {
	width: 10px;
	height: 10px;
	background-color: #ba102c;
}

.modal-content {
	display: block;
	visibility: visible;
}

.catalog-tile.with-1-elements {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.catalog-tile.with-1-elements .catalog-tile-element {
	grid-area: 1 / 1 / 3 / 5;
}
.catalog-tile.with-1-elements .catalog-tile-element::before {
	opacity: 0;
}
.catalog-tile.with-1-elements .catalog-tile-element::before {
	height: calc(100% - 40px);
	top: 50%;
	transform: translateY(-50%);
}

.catalog-tile.with-2-elements {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.catalog-tile.with-2-elements .catalog-tile-element:nth-child(1) {
	grid-area: 1 / 1 / 3 / 3;
}
.catalog-tile.with-2-elements .catalog-tile-element:nth-child(2) {
	grid-area: 1 / 3 / 3 / 5;
}
.catalog-tile.with-2-elements .catalog-tile-element::before {
	height: 100%;
	opacity: 0.1;
}
.catalog-tile.with-2-elements .catalog-tile-element:nth-child(1)::before {
	opacity: 0;
}
.catalog-tile.with-2-elements .catalog-tile-element::before {
	height: calc(100% - 40px);
	top: 50%;
	transform: translateY(-50%);
}

.catalog-tile.with-3-elements {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.catalog-tile.with-3-elements .catalog-tile-element:nth-child(1) {
	grid-area: 1 / 1 / 3 / 3;
}
.catalog-tile.with-3-elements .catalog-tile-element:nth-child(2) {
	grid-area: 1 / 3 / 3 / 4;
}
.catalog-tile.with-3-elements .catalog-tile-element:nth-child(3) {
	grid-area: 1 / 4 / 3 / 5;
}
.catalog-tile.with-3-elements .catalog-tile-element::before {
	height: 100%;
	opacity: 0.1;
}
.catalog-tile.with-3-elements .catalog-tile-element:nth-child(1)::before {
	opacity: 0;
}
.catalog-tile.with-3-elements .catalog-tile-element::before {
	height: calc(100% - 40px);
	top: 50%;
	transform: translateY(-50%);
}

.catalog-tile.with-4-elements {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.catalog-tile.with-4-elements .catalog-tile-element::before {
	height: 100%;
	opacity: 0.1;
}
.catalog-tile.with-4-elements .catalog-tile-element:nth-child(1) {
	grid-area: 1 / 1 / 2 / 2;
}
.catalog-tile.with-4-elements .catalog-tile-element:nth-child(1)::before {
	opacity: 0;
}
.catalog-tile.with-4-elements .catalog-tile-element:nth-child(2) {
	grid-area: 1 / 2 / 2 / 3;
}
.catalog-tile.with-4-elements .catalog-tile-element:nth-child(3) {
	grid-area: 1 / 3 / 2 / 4;
}
.catalog-tile.with-4-elements .catalog-tile-element:nth-child(4) {
	grid-area: 1 / 4 / 2 / 5;
}
.catalog-tile.with-4-elements .catalog-tile-element::before {
	height: calc(100% - 40px);
	top: 50%;
	transform: translateY(-50%);
}

.catalog-tile.with-5-elements {
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.catalog-tile.with-5-elements .catalog-tile-element::before {
	opacity: 0.1;
}

.catalog-tile.with-5-elements .catalog-tile-element:nth-child(1) {
	grid-area: 1 / 1 / 3 / 2;
}
.catalog-tile.with-5-elements .catalog-tile-element:nth-child(1)::before {
	opacity: 0;
}
.catalog-tile.with-5-elements .catalog-tile-element:nth-child(2) {
	grid-area: 1 / 2 / 2 / 3;
}
.catalog-tile.with-5-elements .catalog-tile-element:nth-child(3) {
	grid-area: 1 / 3 / 2 / 4;
}
.catalog-tile.with-5-elements .catalog-tile-element:nth-child(2)::before,
.catalog-tile.with-5-elements .catalog-tile-element:nth-child(3)::before {
	top: 0px;
}
.catalog-tile.with-5-elements .catalog-tile-element:nth-child(4) {
	grid-area: 2 / 2 / 3 / 3;
}
.catalog-tile.with-6-elements .catalog-tile-element:nth-child(5) {
	grid-area: 2 / 3 / 3 / 4;
}
.catalog-tile.with-5-elements .catalog-tile-element:nth-child(4)::before,
.catalog-tile.with-5-elements .catalog-tile-element:nth-child(5)::before {
	bottom: 0px;
}

.catalog-tile.with-6-elements {
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.catalog-tile.with-6-elements .catalog-tile-element::before {
	opacity: 0.1;
}

.catalog-tile.with-6-elements .catalog-tile-element:nth-child(1) {
	grid-area: 1 / 1 / 3 / 3;
}
.catalog-tile.with-6-elements .catalog-tile-element:nth-child(1)::before {
	opacity: 0;
}
.catalog-tile.with-6-elements .catalog-tile-element:nth-child(2) {
	grid-area: 1 / 3 / 2 / 6;
}
.catalog-tile.with-6-elements .catalog-tile-element:nth-child(3) {
	grid-area: 1 / 6 / 2 / 9;
}
.catalog-tile.with-6-elements .catalog-tile-element:nth-child(2)::before,
.catalog-tile.with-6-elements .catalog-tile-element:nth-child(3)::before {
	top: 0px;
}
.catalog-tile.with-6-elements .catalog-tile-element:nth-child(4) {
	grid-area: 2 / 3 / 3 / 5;
}
.catalog-tile.with-6-elements .catalog-tile-element:nth-child(5) {
	grid-area: 2 / 5 / 3 / 7;
}
.catalog-tile.with-6-elements .catalog-tile-element:nth-child(6) {
	grid-area: 2 / 7 / 3 / 9;
}
.catalog-tile.with-6-elements .catalog-tile-element:nth-child(4)::before,
.catalog-tile.with-6-elements .catalog-tile-element:nth-child(5)::before,
.catalog-tile.with-6-elements .catalog-tile-element:nth-child(6)::before {
	bottom: 0px;
}

.catalog-tile.with-7-elements {
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.catalog-tile.with-7-elements .catalog-tile-element::before {
	opacity: 0.1;
}
.catalog-tile.with-7-elements .catalog-tile-element:nth-child(1) {
	grid-area: 1 / 1 / 3 / 3;
}
.catalog-tile.with-7-elements .catalog-tile-element:nth-child(1)::before {
	opacity: 0;
}
.catalog-tile.with-7-elements .catalog-tile-element:nth-child(2) {
	grid-area: 1 / 3 / 2 / 5;
}
.catalog-tile.with-7-elements .catalog-tile-element:nth-child(3) {
	grid-area: 1 / 5 / 2 / 7;
}
.catalog-tile.with-7-elements .catalog-tile-element:nth-child(4) {
	grid-area: 1 / 7 / 2 / 9;
}
.catalog-tile.with-7-elements .catalog-tile-element:nth-child(2)::before,
.catalog-tile.with-7-elements .catalog-tile-element:nth-child(3)::before,
.catalog-tile.with-7-elements .catalog-tile-element:nth-child(4)::before {
	top: 0px;
}
.catalog-tile.with-7-elements .catalog-tile-element:nth-child(5) {
	grid-area: 2 / 3 / 3 / 5;
}
.catalog-tile.with-7-elements .catalog-tile-element:nth-child(6) {
	grid-area: 2 / 5 / 3 / 7;
}
.catalog-tile.with-7-elements .catalog-tile-element:nth-child(7) {
	grid-area: 2 / 7 / 3 / 9;
}
.catalog-tile.with-7-elements .catalog-tile-element:nth-child(5)::before,
.catalog-tile.with-7-elements .catalog-tile-element:nth-child(6)::before,
.catalog-tile.with-7-elements .catalog-tile-element:nth-child(7)::before {
	bottom: 0px;
}

.catalog-tile.with-8-elements {
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.catalog-tile.with-7-elements .catalog-tile-element::before {
	opacity: 0.1;
}
.catalog-tile.with-8-elements .catalog-tile-element:nth-child(1) {
	grid-area: 1 / 1 / 3 / 3;
}
.catalog-tile.with-8-elements .catalog-tile-element:nth-child(1)::before {
	opacity: 0;
}
.catalog-tile.with-8-elements .catalog-tile-element:nth-child(2) {
	grid-area: 1 / 3 / 2 / 6;
}
.catalog-tile.with-8-elements .catalog-tile-element:nth-child(3) {
	grid-area: 1 / 6 / 2 / 9;
}
.catalog-tile.with-8-elements .catalog-tile-element:nth-child(4) {
	grid-area: 2 / 3 / 3 / 5;
}
.catalog-tile.with-8-elements .catalog-tile-element:nth-child(5) {
	grid-area: 2 / 5 / 3 / 7;
}
.catalog-tile.with-8-elements .catalog-tile-element:nth-child(6) {
	grid-area: 2 / 7 / 4 / 9;
}
.catalog-tile.with-8-elements .catalog-tile-element:nth-child(7) {
	grid-area: 3 / 1 / 4 / 4;
}
.catalog-tile.with-8-elements .catalog-tile-element:nth-child(7)::before {
	opacity: 0;
}
.catalog-tile.with-8-elements .catalog-tile-element:nth-child(8) {
	grid-area: 3 / 4 / 4 / 7;
}

.catalog-tile.with-8-elements .catalog-tile-element:nth-child(2)::before,
.catalog-tile.with-8-elements .catalog-tile-element:nth-child(3)::before,
.catalog-tile.with-8-elements .catalog-tile-element:nth-child(6)::before {
	top: 0px;
}
.catalog-tile.with-8-elements .catalog-tile-element:nth-child(4)::before,
.catalog-tile.with-8-elements .catalog-tile-element:nth-child(5)::before {
	height: calc(100% - 40px);
	top: 50%;
	transform: translateY(-50%);
}
.catalog-tile.with-8-elements .catalog-tile-element:nth-child(8)::before {
	bottom: 0px;
}

.catalog-tile.with-9-elements {
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.catalog-tile.with-9-elements .catalog-tile-element:nth-child(1) {
	grid-area: 1 / 1 / 3 / 3;
}
.catalog-tile.with-9-elements .catalog-tile-element:nth-child(2) {
	grid-area: 1 / 3 / 2 / 6;
}
.catalog-tile.with-9-elements .catalog-tile-element:nth-child(3) {
	grid-area: 1 / 6 / 2 / 9;
}
.catalog-tile.with-9-elements .catalog-tile-element:nth-child(4) {
	grid-area: 2 / 3 / 3 / 5;
}
.catalog-tile.with-9-elements .catalog-tile-element:nth-child(5) {
	grid-area: 2 / 5 / 3 / 7;
}
.catalog-tile.with-9-elements .catalog-tile-element:nth-child(6) {
	grid-area: 2 / 7 / 4 / 9;
}
.catalog-tile.with-9-elements .catalog-tile-element:nth-child(7) {
	grid-area: 3 / 1 / 4 / 3;
}
.catalog-tile.with-9-elements .catalog-tile-element:nth-child(8) {
	grid-area: 3 / 3 / 4 / 5;
}
.catalog-tile.with-9-elements .catalog-tile-element:nth-child(9) {
	grid-area: 3 / 5 / 4 / 7;
}
.catalog-tile.with-9-elements .catalog-tile-element::before {
	opacity: 0.1;
}
.catalog-tile.with-9-elements .catalog-tile-element:nth-child(1)::before,
.catalog-tile.with-9-elements .catalog-tile-element:nth-child(7)::before {
	opacity: 0;
}
.catalog-tile.with-9-elements .catalog-tile-element:nth-child(2)::before,
.catalog-tile.with-9-elements .catalog-tile-element:nth-child(3)::before,
.catalog-tile.with-9-elements .catalog-tile-element:nth-child(6)::before {
	top: 0px;
}
.catalog-tile.with-9-elements .catalog-tile-element:nth-child(4)::before,
.catalog-tile.with-9-elements .catalog-tile-element:nth-child(5)::before {
	height: calc(100% - 40px);
	top: 50%;
	transform: translateY(-50%);
}
.catalog-tile.with-9-elements .catalog-tile-element:nth-child(8)::before,
.catalog-tile.with-9-elements .catalog-tile-element:nth-child(9)::before {
	bottom: 0px;
}

.catalog-tile.with-10-elements {
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.catalog-tile.with-10-elements .catalog-tile-element:nth-child(1) {
	grid-area: 1 / 1 / 3 / 3;
}
.catalog-tile.with-10-elements .catalog-tile-element:nth-child(2) {
	grid-area: 1 / 3 / 2 / 6;
}
.catalog-tile.with-10-elements .catalog-tile-element:nth-child(3) {
	grid-area: 1 / 6 / 2 / 9;
}
.catalog-tile.with-10-elements .catalog-tile-element:nth-child(4) {
	grid-area: 2 / 3 / 3 / 5;
}
.catalog-tile.with-10-elements .catalog-tile-element:nth-child(5) {
	grid-area: 2 / 5 / 3 / 7;
}
.catalog-tile.with-10-elements .catalog-tile-element:nth-child(6) {
	grid-area: 2 / 7 / 3 / 9;
}
.catalog-tile.with-10-elements .catalog-tile-element:nth-child(7) {
	grid-area: 3 / 1 / 4 / 3;
}
.catalog-tile.with-10-elements .catalog-tile-element:nth-child(8) {
	grid-area: 3 / 3 / 4 / 5;
}
.catalog-tile.with-10-elements .catalog-tile-element:nth-child(9) {
	grid-area: 3 / 5 / 4 / 7;
}
.catalog-tile.with-10-elements .catalog-tile-element:nth-child(10) {
	grid-area: 3 / 7 / 4 / 9;
}
.catalog-tile.with-10-elements .catalog-tile-element::before {
	opacity: 0.1;
}
.catalog-tile.with-10-elements .catalog-tile-element:nth-child(1)::before,
.catalog-tile.with-10-elements .catalog-tile-element:nth-child(7)::before {
	opacity: 0;
}
.catalog-tile.with-10-elements .catalog-tile-element::before {
	height: calc(100% - 40px);
	top: 50%;
	transform: translateY(-50%);
}
.catalog-tile.with-10-elements .catalog-tile-element:nth-child(8)::before,
.catalog-tile.with-10-elements .catalog-tile-element:nth-child(9)::before,
.catalog-tile.with-10-elements .catalog-tile-element:nth-child(10)::before {
	bottom: 0px;
}

.catalog-tile.with-11-elements {
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.catalog-tile.with-11-elements .catalog-tile-element:nth-child(1) {
	grid-area: 1 / 1 / 3 / 3;
}
.catalog-tile.with-11-elements .catalog-tile-element:nth-child(2) {
	grid-area: 1 / 3 / 2 / 6;
}
.catalog-tile.with-11-elements .catalog-tile-element:nth-child(3) {
	grid-area: 1 / 6 / 2 / 9;
}
.catalog-tile.with-11-elements .catalog-tile-element:nth-child(4) {
	grid-area: 2 / 3 / 3 / 5;
}
.catalog-tile.with-11-elements .catalog-tile-element:nth-child(5) {
	grid-area: 2 / 5 / 3 / 7;
}
.catalog-tile.with-11-elements .catalog-tile-element:nth-child(6) {
	grid-area: 2 / 7 / 3 / 9;
}
.catalog-tile.with-11-elements .catalog-tile-element:nth-child(7) {
	grid-area: 3 / 1 / 4 / 3;
}
.catalog-tile.with-11-elements .catalog-tile-element:nth-child(8) {
	grid-area: 3 / 3 / 4 / 5;
}
.catalog-tile.with-11-elements .catalog-tile-element:nth-child(9) {
	grid-area: 3 / 5 / 5 / 9;
}
.catalog-tile.with-11-elements .catalog-tile-element:nth-child(10) {
	grid-area: 4 / 1 / 5 / 3;
}
.catalog-tile.with-11-elements .catalog-tile-element:nth-child(11) {
	grid-area: 4 / 3 / 5 / 5;
}
.catalog-tile.with-11-elements .catalog-tile-element::before {
	opacity: 0.1;
}
.catalog-tile.with-11-elements .catalog-tile-element:nth-child(1)::before,
.catalog-tile.with-11-elements .catalog-tile-element:nth-child(10)::before,
.catalog-tile.with-11-elements .catalog-tile-element:nth-child(7)::before {
	opacity: 0;
}
.catalog-tile.with-11-elements .catalog-tile-element::before {
	height: calc(100% - 40px);
	top: 50%;
	transform: translateY(-50%);
}
.catalog-tile.with-11-elements .catalog-tile-element:nth-child(10)::before,
.catalog-tile.with-11-elements .catalog-tile-element:nth-child(11)::before {
	bottom: 0px;
}

.catalog-tile.with-12-elements {
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.catalog-tile.with-12-elements .catalog-tile-element:nth-child(1) {
	grid-area: 1 / 1 / 3 / 3;
}
.catalog-tile.with-12-elements .catalog-tile-element:nth-child(2) {
	grid-area: 1 / 3 / 2 / 6;
}
.catalog-tile.with-12-elements .catalog-tile-element:nth-child(3) {
	grid-area: 1 / 6 / 2 / 9;
}
.catalog-tile.with-12-elements .catalog-tile-element:nth-child(4) {
	grid-area: 2 / 3 / 3 / 5;
}
.catalog-tile.with-12-elements .catalog-tile-element:nth-child(5) {
	grid-area: 2 / 5 / 3 / 7;
}
.catalog-tile.with-12-elements .catalog-tile-element:nth-child(6) {
	grid-area: 2 / 7 / 3 / 9;
}
.catalog-tile.with-12-elements .catalog-tile-element:nth-child(7) {
	grid-area: 3 / 1 / 5 / 3;
}
.catalog-tile.with-12-elements .catalog-tile-element:nth-child(8) {
	grid-area: 3 / 3 / 4 / 5;
}
.catalog-tile.with-12-elements .catalog-tile-element:nth-child(9) {
	grid-area: 3 / 5 / 4 / 7;
}
.catalog-tile.with-12-elements .catalog-tile-element:nth-child(10) {
	grid-area: 3 / 7 / 5 / 9;
}
.catalog-tile.with-12-elements .catalog-tile-element:nth-child(11) {
	grid-area: 4 / 3 / 5 / 5;
}
.catalog-tile.with-12-elements .catalog-tile-element:nth-child(12) {
	grid-area: 4 / 5 / 5 / 7;
}
.catalog-tile.with-12-elements .catalog-tile-element::before {
	opacity: 0.1;
}
.catalog-tile.with-12-elements .catalog-tile-element:nth-child(1)::before,
.catalog-tile.with-12-elements .catalog-tile-element:nth-child(7)::before {
	opacity: 0;
}
.catalog-tile.with-12-elements .catalog-tile-element::before {
	height: calc(100% - 40px);
	top: 50%;
	transform: translateY(-50%);
}
.catalog-tile.with-12-elements .catalog-tile-element:nth-child(10)::before,
.catalog-tile.with-12-elements .catalog-tile-element:nth-child(11)::before,
.catalog-tile.with-12-elements .catalog-tile-element:nth-child(12)::before {
	bottom: 0px;
}

.catalog-tile.with-13-elements {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.catalog-tile.with-13-elements .catalog-tile-element:nth-child(1) {
	grid-area: 1 / 1 / 3 / 3;
}
.catalog-tile.with-13-elements .catalog-tile-element:nth-child(2) {
	grid-area: 1 / 3 / 2 / 6;
}
.catalog-tile.with-13-elements .catalog-tile-element:nth-child(3) {
	grid-area: 1 / 6 / 2 / 9;
}
.catalog-tile.with-13-elements .catalog-tile-element:nth-child(4) {
	grid-area: 2 / 3 / 3 / 5;
}
.catalog-tile.with-13-elements .catalog-tile-element:nth-child(5) {
	grid-area: 2 / 5 / 3 / 7;
}
.catalog-tile.with-13-elements .catalog-tile-element:nth-child(6) {
	grid-area: 2 / 7 / 3 / 9;
}
.catalog-tile.with-13-elements .catalog-tile-element:nth-child(7) {
	grid-area: 3 / 1 / 4 / 3;
}
.catalog-tile.with-13-elements .catalog-tile-element:nth-child(8) {
	grid-area: 3 / 3 / 4 / 5;
}
.catalog-tile.with-13-elements .catalog-tile-element:nth-child(9) {
	grid-area: 3 / 5 / 4 / 7;
}
.catalog-tile.with-13-elements .catalog-tile-element:nth-child(10) {
	grid-area: 3 / 7 / 5 / 9;
}
.catalog-tile.with-13-elements .catalog-tile-element:nth-child(11) {
	grid-area: 4 / 1 / 5 / 3;
}
.catalog-tile.with-13-elements .catalog-tile-element:nth-child(12) {
	grid-area: 4 / 3 / 5 / 5;
}
.catalog-tile.with-13-elements .catalog-tile-element:nth-child(13) {
	grid-area: 4 / 5 / 5 / 7;
}
.catalog-tile.with-13-elements .catalog-tile-element::before {
	opacity: 0.1;
}
.catalog-tile.with-13-elements .catalog-tile-element:nth-child(1)::before,
.catalog-tile.with-13-elements .catalog-tile-element:nth-child(7)::before,
.catalog-tile.with-13-elements .catalog-tile-element:nth-child(11)::before {
	opacity: 0;
}
.catalog-tile.with-13-elements .catalog-tile-element::before {
	height: calc(100% - 40px);
	top: 50%;
	transform: translateY(-50%);
}
.catalog-tile.with-13-elements .catalog-tile-element:nth-child(10)::before,
.catalog-tile.with-13-elements .catalog-tile-element:nth-child(12)::before,
.catalog-tile.with-13-elements .catalog-tile-element:nth-child(13)::before {
	bottom: 0px;
}

.catalog-tile.with-14-elements {
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.catalog-tile.with-14-elements .catalog-tile-element:nth-child(1) {
	grid-area: 1 / 1 / 3 / 3;
}
.catalog-tile.with-14-elements .catalog-tile-element:nth-child(2) {
	grid-area: 1 / 3 / 2 / 5;
}
.catalog-tile.with-14-elements .catalog-tile-element:nth-child(3) {
	grid-area: 1 / 5 / 2 / 7;
}
.catalog-tile.with-14-elements .catalog-tile-element:nth-child(4) {
	grid-area: 1 / 7 / 2 / 9;
}
.catalog-tile.with-14-elements .catalog-tile-element:nth-child(5) {
	grid-area: 2 / 3 / 3 / 5;
}
.catalog-tile.with-14-elements .catalog-tile-element:nth-child(6) {
	grid-area: 2 / 5 / 3 / 7;
}
.catalog-tile.with-14-elements .catalog-tile-element:nth-child(7) {
	grid-area: 2 / 7 / 3 / 9;
}
.catalog-tile.with-14-elements .catalog-tile-element:nth-child(8) {
	grid-area: 3 / 1 / 4 / 3;
}
.catalog-tile.with-14-elements .catalog-tile-element:nth-child(9) {
	grid-area: 3 / 3 / 4 / 5;
}
.catalog-tile.with-14-elements .catalog-tile-element:nth-child(10) {
	grid-area: 3 / 5 / 4 / 7;
}
.catalog-tile.with-14-elements .catalog-tile-element:nth-child(11) {
	grid-area: 3 / 7 / 5 / 9;
}
.catalog-tile.with-14-elements .catalog-tile-element:nth-child(12) {
	grid-area: 4 / 1 / 5 / 3;
}
.catalog-tile.with-14-elements .catalog-tile-element:nth-child(13) {
	grid-area: 4 / 3 / 5 / 5;
}
.catalog-tile.with-14-elements .catalog-tile-element:nth-child(14) {
	grid-area: 4 / 5 / 5 / 7;
}
.catalog-tile.with-14-elements .catalog-tile-element::before {
	opacity: 0.1;
}
.catalog-tile.with-14-elements .catalog-tile-element:nth-child(1)::before,
.catalog-tile.with-14-elements .catalog-tile-element:nth-child(8)::before,
.catalog-tile.with-14-elements .catalog-tile-element:nth-child(12)::before {
	opacity: 0;
}
.catalog-tile.with-14-elements .catalog-tile-element::before {
	height: calc(100% - 40px);
	top: 50%;
	transform: translateY(-50%);
}
.catalog-tile.with-14-elements .catalog-tile-element:nth-child(11)::before,
.catalog-tile.with-14-elements .catalog-tile-element:nth-child(13)::before,
.catalog-tile.with-14-elements .catalog-tile-element:nth-child(14)::before {
	bottom: 0px;
}

.catalog-tile.with-15-elements {
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(5, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.catalog-tile.with-15-elements .catalog-tile-element:nth-child(1) {
	grid-area: 1 / 1 / 3 / 3;
}
.catalog-tile.with-15-elements .catalog-tile-element:nth-child(2) {
	grid-area: 1 / 3 / 2 / 5;
}
.catalog-tile.with-15-elements .catalog-tile-element:nth-child(3) {
	grid-area: 1 / 5 / 2 / 7;
}
.catalog-tile.with-15-elements .catalog-tile-element:nth-child(4) {
	grid-area: 1 / 7 / 2 / 9;
}
.catalog-tile.with-15-elements .catalog-tile-element:nth-child(5) {
	grid-area: 2 / 3 / 3 / 5;
}
.catalog-tile.with-15-elements .catalog-tile-element:nth-child(6) {
	grid-area: 2 / 5 / 3 / 7;
}
.catalog-tile.with-15-elements .catalog-tile-element:nth-child(7) {
	grid-area: 2 / 7 / 4 / 9;
}
.catalog-tile.with-15-elements .catalog-tile-element:nth-child(8) {
	grid-area: 3 / 1 / 4 / 3;
}
.catalog-tile.with-15-elements .catalog-tile-element:nth-child(9) {
	grid-area: 3 / 3 / 4 / 5;
}
.catalog-tile.with-15-elements .catalog-tile-element:nth-child(10) {
	grid-area: 3 / 5 / 4 / 7;
}
.catalog-tile.with-15-elements .catalog-tile-element:nth-child(11) {
	grid-area: 4 / 1 / 6 / 5;
}
.catalog-tile.with-15-elements .catalog-tile-element:nth-child(12) {
	grid-area: 4 / 5 / 5 / 7;
}
.catalog-tile.with-15-elements .catalog-tile-element:nth-child(13) {
	grid-area: 4 / 7 / 5 / 9;
}
.catalog-tile.with-15-elements .catalog-tile-element:nth-child(14) {
	grid-area: 5 / 5 / 6 / 7;
}
.catalog-tile.with-15-elements .catalog-tile-element:nth-child(15) {
	grid-area: 5 / 7 / 6 / 9;
}
.catalog-tile.with-15-elements .catalog-tile-element::before {
	opacity: 0.1;
}
.catalog-tile.with-15-elements .catalog-tile-element:nth-child(1)::before,
.catalog-tile.with-15-elements .catalog-tile-element:nth-child(8)::before,
.catalog-tile.with-15-elements .catalog-tile-element:nth-child(11)::before {
	opacity: 0;
}
.catalog-tile.with-15-elements .catalog-tile-element::before {
	height: calc(100% - 40px);
	top: 50%;
	transform: translateY(-50%);
}
.catalog-tile.with-15-elements .catalog-tile-element:nth-child(14)::before,
.catalog-tile.with-15-elements .catalog-tile-element:nth-child(15)::before {
	bottom: 0px;
}

.catalog-tile-element_type-0 {
	height: 400px;
}
.catalog-tile-element__img {
	max-width: 90%;
}
.catalog-tile-element__img-container {
	max-width: 90%;
	width: 100%;
	position: relative;
}
.catalog-tile-element__img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-width: 100%;
}
.catalog-tile-element_type-0 .catalog-tile-element__img-container {
	/*max-height:460px;*/
	max-width: 90%;
}
.catalog-tile-element_type-0 .catalog-tile-element__links-container {
	height: 370px;
}

.catalog-tile-element_type-1 {
	height: 400px;
}

.catalog-tile-element_type-1 .catalog-tile-element__img-container {
	height: 220px;
}
.catalog-tile-element_type-2 .catalog-tile-element__img-container {
	height: 250px;
}
.catalog-tile-element_type-3 .catalog-tile-element__img-container {
	height: 460px;
}

.catalog-tile-element_type-1 .catalog-tile-element__links-container {
	height: 220px;
}

.catalog-tile-element_type-2 {
	height: 400px;
}

.catalog-tile-element_type-2 .catalog-tile-element__links-container {
	height: 220px;
}

.catalog-tile-element_type-3 {
	height: 800px;
} /*
.catalog-tile-element_type-3 .catalog-tile-element__img,
.catalog-tile-element_type-4 .catalog-tile-element__img{
	max-height:460px;
	max-width: 90%;
}*/
.catalog-tile-element_type-3 .catalog-tile-element__links-container {
	height: 480px;
}

.catalog-tile-element_type-4 {
	height: 800px;
}
/*.catalog-tile-element_type-4 .catalog-tile-element__img{
	max-height:440px ;
}*/
.catalog-tile-element_type-4 .catalog-tile-element__links-container {
	height: 440px;
}

@media (max-width: 1366px) {
	main {
		margin-top: 100px;
	}
	.catalog-tile {
		display: flex;
		flex-wrap: wrap;
	}
	.catalog-tile-element {
		height: 400px;
		width: 100%;
		max-width: 50%;
	}
	.catalog-tile-element__img,
	.catalog-tile-element_type-0 .catalog-tile-element__img,
	.catalog-tile-element_type-1 .catalog-tile-element__img,
	.catalog-tile-element_type-3 .catalog-tile-element__img,
	.catalog-tile-element_type-2 .catalog-tile-element__img,
	.catalog-tile-element_type-4 .catalog-tile-element__img {
		max-height: 250px;
	}

	.catalog-tile-element__content {
		position: relative;
		z-index: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 100%;
		justify-content: space-between;
		width: 100%;
	}
	.catalog-tile-element_type-0 .catalog-tile-element__links-container,
	.catalog-tile-element_type-1 .catalog-tile-element__links-container,
	.catalog-tile-element_type-3 .catalog-tile-element__links-container,
	.catalog-tile-element_type-2 .catalog-tile-element__links-container,
	.catalog-tile-element_type-4 .catalog-tile-element__links-container {
		height: 210px;
	}
	.products-catalog-section .catalog-tile .catalog-tile-element:nth-child(even)::before {
		height: calc(100% - 20px);
		top: 50%;
		transform: translateY(-50%);
		opacity: 0.1 !important;
	}
	.products-catalog-section .catalog-tile .catalog-tile-element:last-child::after {
		height: calc(100% - 20px);
		top: 50%;
		transform: translateY(-50%);
		opacity: 0.1 !important;
		background-color: rgb(50, 50, 50);
		position: absolute;
		height: calc(100% - 20px);
		right: 0px;
		width: 2px;
		opacity: 0;
		content: "";
	}
	.catalog-tile-element .catalog-tile-element__img-container {
		height: 220px;
	}
}

@media (max-width: 768px) {
	.catalog-tile {
		display: block;
	}
	.catalog-tile-element {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 240px;
		padding: 15px;
		max-width: 100%;
	}
	.catalog-tile-element__img,
	.catalog-tile-element_type-0 .catalog-tile-element__img,
	.catalog-tile-element_type-1 .catalog-tile-element__img,
	.catalog-tile-element_type-2 .catalog-tile-element__img,
	.catalog-tile-element_type-3 .catalog-tile-element__img,
	.catalog-tile-element_type-4 .catalog-tile-element__img {
		max-height: 130px;
		margin-left: auto;
	}
	.catalog-tile-element__title {
		font-size: 15px;
		font-weight: 700;
		font-size: 15px;
		line-height: 140%;
		text-transform: uppercase;
		letter-spacing: 0.03em;
	}
	.catalog-tile-element__links-container {
		height: 150px;
	}
	.catalog-tile-element__link {
		font-size: 13px;
	}
	.catalog-tile-element__link:hover:before {
		width: 5px;
		height: 5px;
	}
}

.documents-section {
	padding-top: 50px;
	padding-bottom: 150px;
	background: #ffffff;
}
.documents-section__title {
	text-transform: uppercase;
	margin-top: 30px;
}
.document-tabs {
	width: 100%;
	max-width: 300px;
	/*max-height: 530px;*/
}
.document-tabs__element {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	display: flex;
	align-items: center;
	letter-spacing: -0.03em;
	color: rgba(50, 50, 50, 0.6);
	transition: color linear 0.3s;
	padding: 10px 0px;
	border-top: 2px solid rgba(50, 50, 50, 0.1);
	cursor: pointer;
}
.document-tabs__element:last-child {
	border-bottom: 2px solid rgba(50, 50, 50, 0.1);
}
.document-tabs__element:hover {
	color: #ba102c;
}
.document-tabs__element.active {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	align-items: center;
	border-bottom: 2px solid #ba102c;
}
.document-tabs__element.active + .document-tabs__element {
}
.document-slider-container {
	width: 100%;
	max-width: calc(100% - 300px);
}
.document-slider-container {
	padding-left: 70px;
}
.document-slider {
	margin-top: 50px;
}
.document-slider__element {
	position: relative;
}
.document-slider__element a {
	display: inline-block;
}
.document-slider__element a::after {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	content: url(../img/lupa.svg);
	transition: opacity linear 0.2s;
}
.document-slider__element-title {
	display: inline-block;
	margin-top: 8px;
	color: rgba(50, 50, 50, 0.3);
	transition: color linear 0.2s;
}
.document-slider__element-img {
	max-width: 100%;
	transition: opacity linear 0.2s;
	width: 100%;
}

.scaled-image {
	transform: scale(0.7);
}

.document-slider__element:hover .document-slider__element-img {
	opacity: 0.3;
}
.document-slider__element:hover .document-slider__element-title {
	color: rgba(50, 50, 50, 1);
}
.document-slider__element {
	padding: 0 15px;
}
.documents-section__row {
	margin-top: 50px;
}
.document-slider-header {
	padding: 0px;
	padding-right: 230px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
}
.document-slider__sliders-arrows_mob {
	display: none;
}

.vacancy-main {
	padding-top: 157px;
	background-image: url(../img/vacatcy-main__bg.png);
	padding-bottom: 140px;
	background-size: cover;
}
.vacancy-title {
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 60px */
	letter-spacing: -1.5px;
	color: #323232;
	text-transform: uppercase;
}
.vacancy-title span {
	color: #ba102c;
}
.vacancy-title_main {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 140%; /* 56px */
	letter-spacing: -1.2px;
	max-width: 600px;
}
.vacancy-title_white {
	color: #fff;
}
.vacancy-main__scroll-btn {
	margin-top: 100px;
}
.vacancy-main__scroll-btn_mob {
	display: none;
}
.vacancy-main__about {
	margin-top: 50px;
	max-width: 700px;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(5px);
	padding: 50px 100px 50px 80px;
}
.vacancy-main__about-title {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 28px */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #323232;
}
.vacancy-main__about-text {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
	color: rgba(50, 50, 50, 0.7);
	margin-top: 30px;
}
.vacancy-list__title {
	width: 50%;
	height: 150px;
	padding-left: calc((100% - 1400px) / 2);
	border-top: solid 2px rgba(50, 50, 50, 0.1);
	padding-top: 50px;
}
@media ((max-width: 1440px)) {
	.vacancy-list__title {
		padding-left: calc((100% - 1160px) / 2);
	}
}
@media ((max-width: 1240px)) {
	.vacancy-list__title {
		padding-left: calc((100% - 960px) / 2);
	}
}
@media ((max-width: 1040px)) {
	.vacancy-list__title {
		padding-left: 30px;
	}
}
.vacancy-list__item {
	width: 25%;
}
.vacancy-element {
	position: relative;
	border-top: solid 2px rgba(50, 50, 50, 0.1);
}
.vacancy-element__inner {
	padding: 30px 50px 65px 30px;
	height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}
.vacancy-element__inner::-webkit-scrollbar {
	width: 4px; /* ширина scrollbar */
}
.vacancy-element__inner::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.15); /* цвет дорожки */
}
.vacancy-element__inner::-webkit-scrollbar-thumb {
	background-color: #fff; /* цвет плашки */
	border-radius: 2px; /* закругления плашки */
	border: 1px solid rgba(255, 255, 255, 0.15); /* padding вокруг плашки */
}

.vacancy-element:before {
	width: 2px;
	height: calc(100% - 30px);
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.1;
	background: #323232;
	content: "";
}
.vacancy-element__title {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 28px */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #323232;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	transition: all linear 0.3s;
	position: relative;
	z-index: 1;
}
.vacancy-element__title svg {
	margin-left: 10px;
}
.vacancy-element:hover .vacancy-element__title {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	color: #fff;
}
.vacancy-element:hover .vacancy-element__title svg {
	opacity: 0;
}
.vacancy-element__descriptiopn {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 28px */
	letter-spacing: -0.6px;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 20px;
	opacity: 0;
	transition: opacity linear 0.3s;
	position: relative;
	display: none;
}

.vacancy-element__descriptiopn ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.vacancy-element__descriptiopn li {
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.6px;
}

.vacancy-element__descriptiopn li:before {
	position: absolute;
	left: 13px;
	top: 13px;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	content: "";
	background-color: rgba(255, 255, 255, 0.7);
}
.vacancy-element:hover .vacancy-element__descriptiopn {
	opacity: 1;
	display: block;
}
.vacancy-element__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	object-fit: cover;
	transition: opacity linear 0.3s;
	left: 0px;
	top: 0px;
}
.vacancy-element:hover .vacancy-element__bg {
	opacity: 1;
}

.vacancy-element__icon {
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.vacancy-element:hover .vacancy-element__icon {
	opacity: 0;
}

.vacancy-element__btn {
	display: flex;
	position: absolute;
	width: 100%;
	height: 45px;
	align-items: center;
	padding: 0 30px;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.45px;
	text-transform: uppercase;
	color: #fff;
	bottom: 0px;
	left: 0px;
	opacity: 0;
	transition: opacity linear 0.3s;
	justify-content: space-between;
}
.vacancy-element:hover .vacancy-element__btn {
	opacity: 1;
	z-index: 1;
}
.vacancy-element .vacancy-element__btn:hover {
	background: #ba102c;
	color: #fff;
}

.vacancy-element .vacancy-element__btn:hover svg path {
	stroke: #fff;
}

.vacancy-become-a-part {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fff;
}
.vacancy-become-a-part__title {
	max-width: 680px;
}
.vacancy-become-a-part__content {
	margin-top: 100px;
}
.become-a-part-item {
	width: 100%;
	max-width: calc(100% / 3);
	position: relative;
	padding-top: 20px;
}
.become-a-part-item img {
	margin-left: 30px;
}
.become-a-part-item:before,
.become-a-part-item:after {
	background-color: rgba(0, 0, 0, 0.1);
	left: 0px;

	position: absolute;
	content: "";
}
.become-a-part-item:before {
	width: calc(100% - 50px);
	height: 2px;
	top: 0px;
}
.become-a-part-item:last-child:before {
	width: 100%;
}
.become-a-part-item:after {
	height: 60px;
	width: 2px;
	top: 20px;
}
.become-a-part-item__text {
	margin-top: 30px;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.6px;
	padding-right: 20px;
	color: #323232;
}
.become-a-part-item__text span {
	color: #ba102c;
}

.vacancy-form-section {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
	border-top: 2px solid rgba(50, 50, 50, 0.1);
}
.vacancy-form-section__inner {
	border-top: 2px solid rgba(50, 50, 50, 0.1);
	padding-top: 30px;
}
.vacancy-form-section__title {
	font-size: 26px;
	font-weight: 700;
	line-height: 136%;
	padding-right: 100px;
	max-width: 50%;
}
.vacancy-form-section__wrapper {
	max-width: 50%;
}
.vacancy-form__title {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 26px */
	letter-spacing: -0.6px;
	margin-bottom: 50px;
}
.vacancy-form__container {
	width: 310px;
	margin-top: 15px;
	max-width: 100%;
}
.vacancy-form__container label {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color: #323232;
}
.vacancy-form__container label input {
	border: 2px solid rgba(50, 50, 50, 0.1);
	margin-top: 10px;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	color: #323232;
	height: 50px;
	width: 100%;
	padding: 13px 30px 13px 15px;
}
.vacancy-form__container label input:placeholder-shown {
	border: 2px solid transparent;
	background: #ebebeb;
}
.vacancy-form__container label input::placeholder {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgba(50, 50, 50, 0.5);
}
.vacancy-form__col:nth-child(2) {
	padding-left: 30px;
}
.vacancy-form__btn {
	margin-top: 50px;
}

.vacancy-popup-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	z-index: 11;
	background: rgba(50, 50, 50, 0.4);
	display: none;
}
.vacancy-popup-overlay.active {
	display: block;
}

.vacancy-popup {
	background-color: #323232;
	position: fixed;
	top: 5vh;
	width: 1400px;
	max-width: 90%;
	height: 95vh;
	left: 50%;
	transform: translate(-50%, 95vh);
	overflow-x: hidden;
	overflow-y: scroll;
	transition: transform linear 0.3s;
	z-index: 12;
}

.vacancy-popup.open {
	transform: translate(-50%, 0);
}

.vacancy-popup {
	/* плашка-бегунок и фон */
	scrollbar-color: #999 #333;
}
.vacancy-popup::-webkit-scrollbar {
	width: 4px; /* в основном для вертикальных полос прокрутки */
	height: 10px; /* в основном для горизонтальных полос прокрутки */
}
.vacancy-popup::-webkit-scrollbar-thumb {
	/* плашка-бегунок */
	background: #999;
}
.vacancy-popup::-webkit-scrollbar-track {
	/* фон */
	background: #333;
}

.vacancy-popup__inner {
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 22px 100px 100px;
}
.vacancy-popup__header {
	color: #fff;
}
.vacancy-popup__head {
	border-bottom: 2px solid #fff;
}
.vacancy-popup__title {
	color: rgba(255, 255, 255, 0.7);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 28px */
	letter-spacing: 0.6px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.vacancy-popup__head-close {
	position: absolute;
	right: 0px;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 28px */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	cursor: pointer;
	top: 0px;
	display: flex;
	align-items: center;
}
.vacancy-popup__head-close span {
	padding-top: 16px;
	padding-bottom: 16px;
	display: inline-block;
	border-bottom: 2px solid #fff;
	transition: all linear 0.3s;
}
.vacancy-popup__head-close-cross {
	padding: 0 23px;
}
.vacancy-popup__head-close-cross svg path {
	transition: stroke linear 0.3s;
}
.vacancy-popup__head-close-text {
	transition: opacity linear 0.3s;
	opacity: 0;
	transform: translateX(170px);
}
.vacancy-popup__head-close:hover .vacancy-popup__head-close-text {
	opacity: 1;
	transform: translateX(0px);
}

.vacancy-popup__head-close:hover span {
	border-color: #ba102c;
}

.vacancy-popup__head-close:hover .vacancy-popup__head-close-cross svg path {
	stroke: #ba102c;
}

.vacancy-popup__info {
	margin-top: 50px;
}
.vacancy-main-info__name {
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 60px */
	letter-spacing: 0.5px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.vacancy-popup__info-col {
	width: 100%;
	max-width: 100%;
}
.vacancy-main-info__title {
	opacity: 0.6;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%; /* 28px */
	letter-spacing: -0.6px;
}
.vacancy-main-info__content {
	font-size: 20px;
	font-weight: 500;
	line-height: 140%; /* 28px */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-top: 10px;
}
.vacancy-main-info__price {
	font-size: 21px;
	font-weight: 700;
	line-height: 140%; /* 56px */
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: right;
}
.vacancy-main-info__price span {
	font-size: 20px;
	letter-spacing: 0.6px;
}
.vacancy-popup__contacts-row {
	margin-top: 190px;
	justify-content: space-between;
}
.vacancy-popup__contacts-col {
	width: 100%;
	max-width: 50%;
}
.vacancy-popup__contacts {
	flex-wrap: nowrap;
	width: 590px;
	max-width: 100%;
}
.vacancy-popup-contacts-element {
	border-top: 2px solid rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(2px);
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 10px;
	font-size: 15px;
	line-height: 140%;
	position: relative;
}
.vacancy-popup-contacts-element:before {
	width: 2px;
	position: absolute;
	height: calc(100% - 30px);
	top: 30px;
	content: "";
	left: 0px;
	background-color: rgba(255, 255, 255, 0.3);
}
.vacancy-popup-contacts-element div {
	margin-top: 10px;
}
.vacancy-popup-contacts-element:last-child {
	padding-right: 0px;
}
.vacancy-popup-contacts-element__title {
	font-weight: 700;
}
.vacancy-popup-contacts-element__text {
	font-weight: 400;
	opacity: 0.6;
}
.vacancy-popup-contacts-element__focus {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.3px;
	text-transform: uppercase;
}
.vacancy-popup-contacts-element__link {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.45px;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	color: #fff;
}
.vacancy-popup__content {
	margin-top: 100px;
	background-color: #fff;
	padding: 70px 50px 100px;
}
.vacancy-popup-content-element {
	width: 100%;
	max-width: 50%;
	margin-top: 30px;
}
.vacancy-popup-content-element__title {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 28px */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #ba102c;
}
.vacancy-popup-content-element__inner {
	position: relative;
	border-top: 2px solid rgba(186, 16, 44, 0.15);
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 50px;
	padding-right: 30px;
}
.vacancy-popup-content-element__inner::before {
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 10px;
	content: "";
	background: rgba(186, 16, 44, 0.15);
}
.vacancy-popup-content-element__inner p {
	margin-top: 15px;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 28px */
	letter-spacing: -0.6px;
}
.vacancy-popup-content-element__inner p:first-child {
	margin-top: 10px;
}

.vacancy-popup__form-row {
	margin-top: 150px;
	flex-wrap: nowrap;
}

.vacancy-popup__form-container {
	width: auto;
	max-width: 50%;
}
.vacancy-popup__form-description {
	padding-right: 50px;
	font-size: 18px;
	font-weight: 500;
	line-height: 130%; /* 26px */
	letter-spacing: -0.6px;
}
.vacancy-popup__form-title {
	font-size: 26px;
	line-height: 120%; /* 60px */
	margin-bottom: 30px;
}
.vacancy-popup__captcha-contaienr {
	margin-top: 50px;
}
.vacancy-popup__btn {
	margin-top: 30px;
}
.vacancy-popup__footer {
	margin-top: 30px;
	padding: 25px;
	display: flex;
	justify-content: center;
	border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.vacancy-popup__footer-close {
	display: flex;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 28px */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #fff;
	padding-right: 25px;
	cursor: pointer;
	position: relative;
}
.vacancy-popup__footer-close-text {
	opacity: 0;
	transition: opacity linear 0.3s;
}
.vacancy-popup__footer-close:hover .vacancy-popup__footer-close-text {
	opacity: 1;
}
.vacancy-popup__footer-close-cross {
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	transition: all linear 0.3s;
}
.vacancy-popup__footer-close:hover .vacancy-popup__footer-close-cross {
	right: 00%;
	transform: translateX(0%);
}
.vacancy-popup__footer-close-cross svg path {
	transition: stroke linear 0.3s;
}
.vacancy-popup__footer-close:hover .vacancy-popup__footer-close-cross svg path {
	stroke: #ba102c;
}

.our-offer {
	background: #323232;
	padding-top: 100px;
	padding-bottom: 0px;
}
.our-offer__title {
	padding: 20px 0px;
	max-width: calc(100% / 3 * 2);
	border-bottom: 1px dashed rgba(235, 235, 235, 0.3);
}
.our-offer__row {
	justify-content: flex-end;
}
.our-offer-item {
	width: 100%;
	max-width: calc(100% / 3);
	position: relative;
	padding: 0 30px;
	border-left: 1px dashed rgba(235, 235, 235, 0.3);
	min-height: 500px;
}
.our-offer-item:before {
	content: "";
	position: absolute;
	height: 2px;
	border-bottom: 1px dashed rgba(235, 235, 235, 0.3);
	width: 490px;
	left: 0px;
	transform: rotate(-17deg);
	top: -80px;
}
.our-offer-item:after {
	content: "";
	position: absolute;
	height: 2px;
	border-bottom: 1px dashed rgba(235, 235, 235, 0.3);
	width: 490px;
	left: -12px;
	transform: rotate(18deg);
	bottom: -77px;
}
.our-offer-item__circle {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	transform: translate(-50%, -50%);
	background-color: #ba102c;
	border-radius: 50%;
}
.our-offer-item__title {
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 42px */
	text-transform: uppercase;
	color: #fff;
}
.our-offer-item__sub-titole {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	opacity: 0.7;
	max-width: 200px;
	color: #fff;
}
.our-offer-item__img {
	max-width: 100%;
}
.our-offer-item_first-in-col {
	margin-top: 300px;
}
.our-offer-item_second-in-col {
	margin-top: 150px;
}
.our-offer-item_third-in-col:before {
	display: none;
}
.our-offer-item_third-in-col:after {
	content: "";
	position: absolute;
	height: 300px;
	border-left: 1px dashed rgba(235, 235, 235, 0.3);
	width: 3px;
	left: -1px;
	transform: translateY(74%);
}
.our-offer-item:nth-child(7):after,
.our-offer-item:nth-child(8):after {
	display: none;
}
.additional-offer {
}
.additional-offer > .row {
	justify-content: space-between;
}
.additional-offer__list {
}
.additional-offer__title {
	max-width: calc(100% / 3);
	padding-top: 100px;
	position: relative;
}
.additional-offer__title:before {
	content: "";
	width: 43vw;
	right: 0px;
	position: absolute;
	top: 0px;
	height: 1px;
	border-top: 1px dashed rgba(235, 235, 235, 0.3);
}
.additional-offer__list {
	padding-top: 100px;
	padding-left: 10px;
	max-width: calc(100% / 3 * 2);
	border-left: 1px dashed rgba(235, 235, 235, 0.3);
	width: 100%;
	padding-bottom: 150px;
}

.additional-offer__element {
	margin-bottom: 5px;
}
.additional-offer-element {
	padding: 30px;
	padding-right: 50px;
	background-color: #fff;
	color: #323232;
	transition: all linear 0.3s;
}
.additional-offer-element:hover {
	background-color: #ba102c;
	color: #fff;
}
.additional-offer-element__name {
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 42px */
	text-transform: uppercase;
}
.additional-offer-element__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.additional-offer-element__point {
	width: 100%;
	max-width: 50%;
	position: relative;
	padding-right: 40px;
	font-size: 18px;
	font-weight: 400;
	line-height: 130%; /* 26px */
	letter-spacing: -0.6px;
	margin-top: 20px;
}
.additional-offer-element__point:before {
	display: none;
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #323232;
	position: absolute;
	top: 5px;
	left: 15px;
}
.additional-offer-element:hover .additional-offer-element__point:before {
	background-color: #fff;
}

.input-file-wrapper {
	position: relative;
}
.input__file {
	opacity: 0;
	position: absolute;
}
.input__file-icon-wrapper {
	height: 50px;
	width: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.input__file-button-text {
	line-height: 1;
	margin-top: 1px;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color: rgba(50, 50, 50, 0.5);
}
.vacancy-form__container .input__file-button-text {
	padding-left: 5px;
	max-width: 200px;
}
.vacancy-form__container .input__file-button {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.input__file-icon {
	width: 100%;
}
.input__file-button {
	margin-top: 7px;
	display: inline-block;
}
.input_vacancy {
	background-color: inherit;
	border: none;
	color: inherit;
	text-transform: inherit;
	cursor: pointer;
}
@media (max-width: 1600px) {
	.vacancy-element:hover .vacancy-element__title {
		font-size: 22px;
	}
	.vacancy-element__descriptiopn li {
		font-size: 17px;
	}
}
@media (max-width: 1440px) {
	.vacancy-element:hover .vacancy-element__title {
		font-size: 20px;
	}

	.vacancy-element__descriptiopn::-webkit-scrollbar {
		width: 4px; /* ширина scrollbar */
	}
	.vacancy-element__descriptiopn::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.15); /* цвет дорожки */
	}
	.vacancy-element__descriptiopn::-webkit-scrollbar-thumb {
		background-color: #fff; /* цвет плашки */
		border-radius: 2px; /* закругления плашки */
		border: 1px solid rgba(255, 255, 255, 0.15); /* padding вокруг плашки */
	}

	.our-offer-item:after {
		width: 400px;
		left: -15px;
		transform: rotate(22deg);
		bottom: -77px;
	}
	.our-offer-item:before {
		width: 400px;
		left: 0px;
		transform: rotate(-21deg);
		top: -80px;
	}
	.our-offer-item_third-in-col:after {
		content: "";
		position: absolute;
		height: 300px;
		border-left: 1px dashed rgba(235, 235, 235, 0.3);
		width: 3px;
		left: -1px;
		transform: translateY(74%);
	}
}

@media (max-width: 1200px) {
	.document-tabs {
		max-width: 250px;
	}
	.document-slider-container {
		max-width: calc(100% - 250px);
	}
	.document-slider-container {
		padding-left: 30px;
	}
	.document-slider-header {
		padding-right: 50px;
	}
	.document-slider-container .custom-slier-arrow:after {
		content: url(../img/custom-slider-arrow.svg);
	}
	.additional-offer__list {
		max-width: 100%;
		margin-top: 50px;
	}
	.vacancy-form-section__title {
		max-width: 100%;
	}
	.vacancy-form-section__wrapper {
		max-width: 100%;
		margin-top: 40px;
	}
	.vacancy-popup__form-title {
		font-size: 40px;
	}
	.vacancy-element {
		padding-right: 10px;
		padding-left: 15px;
	}
	.our-offer-item:after {
		width: 340px;
		left: -15px;
		transform: rotate(24deg);
		bottom: -70px;
	}
	.our-offer-item:before {
		width: 320px;
		transform: rotate(-25deg);
	}
	.our-offer-item_third-in-col:after {
		content: "";
		position: absolute;
		height: 300px;
		border-left: 1px dashed rgba(235, 235, 235, 0.3);
		width: 3px;
		left: -1px;
		transform: translateY(74%);
	}
	.additional-offer__list {
		border-left: none;
	}
}

@media (max-width: 1024px) {
	.vacancy-element {
		width: calc(100% / 3);
	}
	.vacancy-list__title {
		width: calc(100% / 3 * 2);
	}
	.our-offer-item {
		max-width: 50%;
	}
	.our-offer-item_first-in-col,
	.our-offer-item_second-in-col,
	.our-offer-item_third-in-col {
		margin-top: 0px;
	}
	.our-offer-item:nth-child(odd) {
		margin-top: 100px;
	}
	.our-offer-item:nth-child(even) {
		margin-top: 30px;
	}
	.vacancy-popup__inner {
		padding: 22px 40px 100px;
	}
	.vacancy-popup__contacts {
		margin-top: 30px;
		width: 100%;
	}

	.our-offer__title {
		max-width: 51%;
	}
	.our-offer-item:nth-child(even) {
		margin-top: 0px;
	}
	.our-offer-item:nth-child(even):before {
		display: none;
	}
	.our-offer-item:nth-child(even):after {
		width: 1px;
		height: 100px;
		border-bottom: none;
		border-left: 1px dashed rgba(235, 235, 235, 0.3);
		left: 0px;
		transform: rotate(0deg) translate(-1px, 100%);
		bottom: 0px;
	}
	.our-offer-item:nth-child(odd):before {
		opacity: 0;
		width: 490px;
		transform: rotate(-11deg);
		top: -52px;
	}
	.our-offer-item:nth-child(odd):after {
		width: 100%;
		left: 0px;
		transform: rotate(0deg);
		bottom: 0px;
	}
	.additional-offer__title {
		padding-left: 10px;
		max-width: 100%;
		border-left: 1px dashed rgba(235, 235, 235, 0.3);
		padding-bottom: 50px;
	}
	.additional-offer__title:before {
		opacity: 0;
		padding-bottom: 50px;
	}
	.additional-offer__list {
		margin-top: 0px;
		border-left: 1px dashed rgba(235, 235, 235, 0.3);
		border-top: 1px dashed rgba(235, 235, 235, 0.3);
	}
	.our-offer-item_third-in-col:before {
		display: block;
	}
}

@media (max-width: 991px) {
	.document-slider-container .custom-slier-arrow:after {
		content: url(../img/custom-slider-arrow.svg);
	}
	.document-slider__sliders-arrows {
		margin-top: 30px;
	}
	.full-screen-slider .slick-track {
		display: flex;
	}
	.full-screen-slider .slick-slide {
		height: auto;
		flex: 0 0 auto;
	}
	.full-screen-slider .slick-slide > div,
	.full-screen-slider .slick-slide > div > div {
		height: 100%;
	}
}

@media (min-width: 768px) {
	.document-slider__element:hover a::after {
		opacity: 1;
	}
	.document-tabs__element.active + .document-tabs__element {
		border-color: rgba(50, 50, 50, 0.1);
	}
	.document-tabs__element.active {
		border-bottom: 2px solid #ba102c;
	}
}

@media (max-width: 768px) {
	.document-tabs__element.active + .document-tabs__element {
		border-color: rgba(50, 50, 50, 0.1);
	}
	.document-tabs__element.active {
		border-bottom: 2px solid #ba102c;
	}
	.document-slider__sliders-arrows_dt {
		display: none;
	}
	.document-slider__sliders-arrows_mob {
		display: flex;
		margin: 0 auto;
		margin-top: 30px;
	}
	.documents-section__row {
		flex-wrap: wrap;
	}
	.document-tabs {
		max-width: 100%;
		padding-right: 30px;
	}
	.document-slider-header {
		max-width: 100%;
		margin-top: 55px;
	}
	.document-tabs__element {
		display: inline-block;
		border: none;
		padding: 5px;
		border-bottom: 2px solid rgba(50, 50, 50, 0.1);
		margin: 0 5px;
	}
	.document-slider-container {
		padding-left: 0px;
	}
	.document-slider-header {
		padding-left: 0px;
	}
	.document-slider-container {
		max-width: 100%;
	}
	.document-slider .slick-list {
		padding-right: 80px;
	}
	.document-slider-container .custom-slier-arrow:after {
		content: url(../img/custom-slider-arrow.svg);
	}
	.documents-section__row {
		margin-top: 35px;
	}
	.vacancy-list__title {
		width: 100%;
	}
	.vacancy-element {
		width: 50%;
	}
	.vacancy-list__title {
		height: 170px;
	}
	.become-a-part-item {
		max-width: 100%;
		margin-top: 30px;
		display: flex;
		align-items: center;
	}
	.become-a-part-item__text {
		margin-top: 0px;
		margin-left: 30px;
	}
	.vacancy-popup__info-col {
		max-width: 100%;
	}
	.vacancy-popup__info-col:not(:first-child) {
		margin-top: 30px;
	}
	.vacancy-main-info__price {
		text-align: left;
	}
	.vacancy-popup__contacts-row {
		margin-top: 100px;
	}
	.vacancy-popup-content-element {
		max-width: 100%;
	}
	.vacancy-popup__form-description {
		max-width: 100%;
	}
	.vacancy-popup__form-container {
		max-width: 100%;
	}
	.vacancy-popup__form-row {
		flex-wrap: wrap;
	}
	.vacancy-popup__form-row {
		margin-top: 100px;
	}

	.our-offer-item:nth-child(odd):before {
		width: 370px;
		transform: rotate(-15deg);
		top: -52px;
	}

    .articles-tabs__item:last-child {
        width: auto;
    }
	.cookie-block {
		width: 100%;
		border-radius: 0;
		left: 0;
		bottom: 0;
	}
	.cookie-body {
		margin-bottom: 20px;
	}
}

@media (max-width: 460px) {
	.container_without-left {
		padding-left: 0px;
	}
	.catalog-tile-element .catalog-tile-element__img-container {
		height: 130px;
	}
	.vacancy-main__about {
		padding: 30px 15px;
	}
	.vacancy-title {
		font-size: 26px;
	}
	.vacancy-main__scroll-btn {
		display: none;
	}
	.vacancy-main__scroll-btn_mob {
		display: inline-block;
		margin-top: 10px;
	}
	.vacancy-element {
		width: 100%;
	}
	.vacancy-become-a-part {
		padding-top: 100px;
	}
	.vacancy-become-a-part__content {
		margin-top: 50px;
	}
	.our-offer {
		padding-top: 50px;
	}
	.our-offer-item:nth-child(odd) {
		margin-top: 70px;
		margin-left: 0;
	}
	.our-offer-item:nth-child(even) {
		margin-top: 70px;
		margin-left: auto;
	}
	.our-offer-item {
		max-width: 254px;
	}
	.our-offer__row {
		justify-content: flex-start;
	}
	.our-offer-item__title {
		font-size: 21px;
		font-style: normal;
		font-weight: 700;
	}
	.our-offer-item__sub-titole {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
	}
	.our-offer-item:before {
		width: 8px;
		height: 8px;
	}
	.our-offer-item__img-wrapper {
		text-align: right;
	}
	.our-offer-item__img {
		max-width: 160px;
	}
	.additional-offer-element__name {
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 140%; /* 21px */
		letter-spacing: 0.45px;
	}
	.additional-offer-element__point {
		max-width: 100%;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
	}
	.vacancy-form-section__title {
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		padding-right: 0px;
	}
	.vacancy-form-section {
		padding-top: 50px;
	}
	.vacancy-form-section__wrapper {
		margin-top: 0px;
	}
	.vacancy-form__col:nth-child(2) {
		padding-left: 00px;
	}
	.vacancy-form__container {
		width: 100%;
	}
	.vacancy-popup__inner {
		padding: 200px 15px 0px;
	}
	.vacancy-popup__title {
		font-size: 14.375px;
		font-style: normal;
		font-weight: 700;
		line-height: 140%; /* 20.125px */
		letter-spacing: 0.431px;
		text-transform: uppercase;
	}
	.vacancy-main-info__name {
		font-size: 21px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 36px */
		letter-spacing: 0.5px;
	}
	.vacancy-popup__info-col .vacancy-popup__info-col {
		max-width: 50%;
	}
	.vacancy-popup__info-col:not(:first-child) {
		margin-top: 0px;
	}
	.vacancy-main-info__price {
		font-size: 21px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 36px */
		letter-spacing: 0.5px;
	}
	.vacancy-popup__scroll-button {
		width: 100%;
		text-align: center;
		display: inline-block;
	}
	.vacancy-popup__scroll-button svg {
		display: none;
	}
	.vacancy-popup__head-close {
		top: 170px;
	}
	.vacancy-main-info__title {
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 21px */
		letter-spacing: -0.45px;
	}
	.vacancy-main-info__content {
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 140%; /* 21px */
		letter-spacing: 0.45px;
		text-transform: uppercase;
	}
	.vacancy-main-info__price {
		margin-top: 100px;
	}
	.vacancy-popup__contacts {
		flex-wrap: wrap;
	}
	.vacancy-popup-contacts-element {
		width: 100%;
		max-width: 100%;
		margin-top: 20px;
	}
	.vacancy-popup-contacts-element__title {
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 140%;
	}
	.vacancy-popup-contacts-element__focus {
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 140%; /* 21px */
		letter-spacing: 0.45px;
		text-transform: uppercase;
	}
	.vacancy-popup-contacts-element__text {
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
	}
	.vacancy-popup-contacts-element__link {
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 0.45px;
		text-transform: uppercase;
	}
	.vacancy-popup__content {
		padding: 50px 15px;
		margin-top: 50px;
	}
	.vacancy-popup-content-element__title {
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 140%; /* 21px */
		letter-spacing: 0.45px;
		text-transform: uppercase;
	}
	.vacancy-popup-content-element__inner p {
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%; /* 21px */
		letter-spacing: -0.45px;
	}
	.vacancy-popup__form-title {
		font-size: 26px;
		font-style: normal;
		font-weight: 500;
		line-height: 120%; /* 36px */
		letter-spacing: -0.9px;
	}
	.vacancy-popup__form-description {
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 140%; /* 21px */
		letter-spacing: -0.45px;
	}
	.vacancy-main__scroll-btn_mob {
		width: 100%;
	}
	.become-a-part-item img,
	.become-a-part-item__text {
		margin-left: 25px;
	}
	.vacancy-popup {
		top: 0px;
		transform: translate(0%, 100vh);
		max-width: 100%;
		left: 0px;
		height: 100vh;
	}
	.vacancy-popup.open {
		transform: translate(0%, 0);
	}

	.vacancy-title {
		max-width: 100%;
		border-bottom: none;
	}
	.our-offer-item {
		min-height: 280px;
		max-width: 270px;
		border-top: 1px dashed rgba(235, 235, 235, 0.3);
		padding: 15px;
	}
	.our-offer-item:nth-child(odd):before {
		opacity: 0;
	}
	.our-offer-item__circle {
		width: 8px;
		height: 8px;
	}
	.our-offer-item__sub-titole {
		margin-top: 10px;
	}
	.our-offer-item:after {
		opacity: 0;
	}
	.vacancy-title {
		border-top: 1px dashed rgba(235, 235, 235, 0.3);
		padding-bottom: 15px;
		padding-top: 50px;
	}
	.additional-offer__list {
		padding-top: 15px;
		border-top: none;
		padding-bottom: 50px;
	}
}

.services {
	padding-top: 30px;
}

@media (max-width: 1366px) {
	.contacts-blocks {
		overflow-x: scroll;
		padding-bottom: 0px;
	}

	.contacts-blocks::-webkit-scrollbar {
		width: 0;
	}

	.contacts-form {
		margin-top: 100px;
	}

	.contacts-map__map iframe {
		width: 100% !important;
		height: 670px;
	}
}

.backToTop-icon {
	right: 25px;
	bottom: 100px;
}

@media (max-width: 1024px) {
	.pruducts-slider {
		align-items: end;
		margin-bottom: 15px;
		display: flex;
	}

	.section-services__item-description {
		margin-bottom: 30px;
	}

	.pruducts-slider-item__title {
		line-height: 45px;
	}

	.pruducts-slider-item__description {
		max-width: 97%;
		margin-bottom: 30px;
	}

	.pruducts-slider-item__title {
		line-height: 45px;
	}

	.products-form-section {
		padding-top: 100px;
		padding-bottom: 80px;
	}

	.products-form-section .row {
		flex-direction: column;
	}

	.products-form-content {
		padding-right: 0px;
		max-width: 100%;
		margin-bottom: 50px;
	}

	.products-form,
	.services {
		max-width: 100%;
	}

	.services {
		padding-top: 60px;
		padding-right: 40px;
		padding-left: 40px;
	}

	.new-popup-open {
		max-width: 90%;
	}

	.articles-tabs__item.current {
		width: 20%;
	}
	.articles-tabs__item:last-child {
		width: auto;
		margin-left: 0px !important;
		margin-top: 0;
	}

	.articles-tabs {
		flex-wrap: wrap;
	}

	.cookie-block {
		
	}

	.news-nav {
		margin-left: 20px !important;
	}

	.novelty-titling {
		flex-direction: column-reverse;
		margin-top: 50px;
	}

	.novelty-date {
		margin-top: 60px;
	}

	.novelty-titling__photo {
		margin-top: 40px;
	}

	.vacancy-title_main {
		max-width: 100%;
	}
	.vacancy-main__scroll-btn {
		margin-top: 60px;
	}

	.contacts-map__note {
		margin-top: 140px;
	}
}

@media (max-width: 768px) {
	.section-services__item-description {
		max-width: 100%;
	}

	.footer-head__text {
		margin-top: 80px;
	}

	.footer-head__title {
		margin-top: 40px;
	}

	.products-list__item-title_active {
		line-height: 30px;
		padding-left: 20px;
	}

	.about-map-row {
		margin-top: 20px;
	}

	.about-specifications-item:first-child .about-specifications-item__content,
	.about-specifications-item__content {
		max-width: 100%;
		padding-right: 0px;
	}

	.about-specifications-item:nth-child(3),
	.about-specifications-item:nth-child(4) {
		padding: 0;
	}

	.about-specifications-item:nth-child(2) {
		padding-bottom: 70px;
		padding-top: 20px;
	}

	.about-resources-tabs {
		margin-top: 10px;
	}

	.footer-body__links-col {
		margin-top: 20px;
	}

	.footer-socials {
		margin-top: 50px;
	}

	.about-managers-content {
		margin-top: 30px;
	}

	.documents-section {
		padding-top: 0px;
	}

	.document-tabs {
		margin-bottom: 30px;
	}

	.document-slider-header {
		margin-top: 0px;
	}

	.descr-block table {
		-webkit-overflow-scrolling: touch;
		display: inline-block;
	}

	.descr-block table td p {
		padding-left: 10px;
		padding-right: 10px;
	}

	.descr-block__gallery-item {
		margin-right: 40px !important;
	}

	.get-catalog-form__title {
		font-size: 35px;
	}

	.get-catalog-form__title img {
		margin-bottom: -1px;
	}

	.get-catalog-form__sub-tite {
		margin-top: 25px;
		width: 100%;
		max-width: 100%;
		margin-left: 0px;
	}

	.get-catalog-form__form {
		margin-left: 0px;
		margin-top: 40px;
	}

	.table-title,
	.table-item {
		width: fit-content;
		max-width: 100%;
		overflow-x: auto;
		flex-direction: row;
		flex-wrap: nowrap;
	}

	.table-empty {
		flex-wrap: nowrap;
	}

	.table-row-item {
		min-width: 150px !important;
	}

	.table-row-item:nth-child(1) {
		min-width: 200px !important;
	}
}

@media (max-width: 767px) {
	.articles-tabs__item:last-child {
		width: 100%;
		margin-left: 0px !important;
		margin-top: 20px;
	}
	.articles-tabs {
        width: auto;
    }
}

@media (max-width: 450px) {
	.about-achievements__number_metr {
		font-size: 15px;
		margin-bottom: -9px;
	}

	.about-achievements__number sup {
		font-size: 45%;
		margin-bottom: -8px;
		margin-left: 1px;
	}

	.products-list__item-title_active {
		line-height: 25px;
	}

	.footer-head__text {
		margin-top: 30px;
	}

	.section-advantages__item-img img {
		max-width: 40px;
	}

	.footer {
		padding-top: 10px;
	}

	.footer-body {
		margin-top: 60px;
	}

	.footer-body__links-col {
		margin-top: 15px;
	}

	.section-products {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.section-about {
		padding-bottom: 60px;
	}
	.section-advantages {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.section-advantages__text,
	.section-advantages__row,
	.section-services__row {
		margin-top: 30px;
	}

	.section-services__item {
		margin-bottom: 30px;
	}

	.section-services,
	.about-main-section {
		padding-bottom: 60px;
	}

	.about-map-section__title-red {
		font-size: 25px;
	}

	.about-map-section {
		padding-bottom: 30px;
	}

	.about-specifications-item__content {
		margin-top: 20px;
	}

	.about-specifications-item:nth-child(2) {
		padding-bottom: 40px;
	}

	.about-managers-photo-slider.slick-active {
		height: 100%;
	}

	.about-managers-photo-slider__img {
		min-height: 400px;
		max-height: 400px;
	}

	.about-managers {
		padding-top: 60px;
	}

	.about-managers-content .slick-slide {
		display: none;
	}

	.about-managers-content .slick-current {
		display: block;
		opacity: 1;
		z-index: 999;
		left: 0 !important;
	}

	.slick-center .history-line-slider__item-name {
		font-size: 40px;
	}

	.about-resources-section,
	.about-history {
		padding-bottom: 70px;
	}

	.pruducts-slider .slick-slide {
		display: none;
	}

	.pruducts-slider .slick-current {
		display: block;
		opacity: 1;
		z-index: 999;
		left: 0 !important;
	}

	.pruducts-slider-item__title {
		line-height: 35px;
		margin-top: 10px;
		margin-bottom: 15px;
	}

	.pruducts-slider-item__col .popup-btn {
		margin-top: 60px;
	}

	.pruducts-slider-navigation {
		bottom: 120px;
	}
	.pruducts-slider-container {
		padding-bottom: 60px;
	}

	.products-advantages-section {
		padding-top: 50px;
	}

	.products-advantages-section {
		padding-bottom: 0px;
	}

	.furnace-configuration {
		margin-top: 30px;
	}

	.furnace-configuration-section .container {
		padding-bottom: 40px;
	}

	.areas-of-application-section__row {
		margin-top: 10px;
	}

	.products-form-section {
		padding-top: 50px;
	}

	.products-form-content {
		margin-bottom: 0px;
	}

	.services {
		padding-top: 40px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.services-subtitle ul {
		padding-left: 20px;
		padding-top: 20px;
	}

	.services-subtitle ol {
		padding-left: 20px;
	}

	.services-title {
		padding-bottom: 10px;
	}

	.articles-tabs__item.current {
		width: 100%;
		padding-bottom: 3px;
		margin-bottom: 10px;
	}

	.articles .main-title {
		font-size: 35px;
		margin-top: 20px;
	}

	.articles-title {
		margin-bottom: 10px;
	}

	.articles-tabs__item:last-child {
		margin-top: 0;
	}

	.articles-list {
		padding-top: 30px;
		padding-bottom: 0px;
	}

	.novelty-titling {
		flex-direction: column;
	}

	.novelty-titling__title h1 {
		line-height: 40px;
		max-width: 100%;
		padding-right: 20px;
		font-size: 35px !important;
	}

	.vacancy-main {
		padding-top: 20px;
		padding-bottom: 60px;
	}

	.vacancy-main__about {
		margin-top: 30px;
	}

	.vacancy-list__title {
		height: fit-content;
		margin-bottom: 30px;
	}

	.vacancy-element__inner {
		padding-left: 20px;
	}

	.vacancy-become-a-part {
		padding-top: 20px;
	}

	.vacancy-become-a-part__content {
		margin-top: 0px;
	}

	.our-offer-item:nth-child(odd) {
		margin-top: 30px;
	}

	.vacancy-title {
		padding-top: 20px;
	}

	.vacancy-form-section {
		padding-bottom: 60px;
	}

	.vacancy-form-section__title {
		padding-bottom: 30px;
	}

	.documents-block__item a img {
		max-width: 150px;
	}

	.document-slider-header .pagination {
		margin-top: 15px;
	}

	.contacts-form {
		margin-top: 20px;
	}

	.contacts-map__map iframe {
		height: 400px;
	}

	.contacts-map__note {
		margin-top: -30px;
	}

	h1.art-title {
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 30px !important;
	}

	.art-content table {
		overflow-x: scroll;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		display: inline-block;
	}

	.art.limiter.container {
		padding-bottom: 160px;
	}

	.art-content table td p {
		padding-left: 10px;
		padding-right: 10px;
	}

	.item .header-btns__request {
		padding-right: 0px;
		flex-direction: column;
	}

	.item .header-btns__request .popup-btn {
		margin-top: 20px;
		margin-right: 25px;
	}

	.descr-block table td img {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.art-content img {
		height: auto;
	}

	.descr-block__tabs {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.descr-block__text.active img {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.descr-block__text.active img {
		height: auto;
	}

	.documents-title__main {
		height: fit-content;
		margin-bottom: 10px !important;
	}

	.descr-block__gallery-item {
		margin-right: 10px !important;
		width: 45% !important;
	}

	.documents {
		padding-left: 20px;
		padding-top: 40px;
		padding-right: 20px;
	}

	.documents-view {
		top: 41px;
	}

	.documents-block__item {
		margin-right: 15px !important;
	}

	.header-content__title {
		line-height: 35px;
	}

	.prod-info__name,
	.prod-info__number {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.descr-section__base-text ul {
		padding-top: 30px;
	}

	.descr-section .title {
		margin-top: 30px;
	}

	.products-catalog-section__title {
		margin-top: 30px;
	}

	.catalog-tile {
		margin-top: 40px;
	}

	.table-row-item {
		min-width: 180px !important;
	}

	.table-row-item:nth-child(1) {
		min-width: 180px !important;
	}

	.stocks-list-titling {
		flex-direction: column-reverse;
	}

	.stocks-list-titling__text {
		padding-left: 0;
	}

	.stocks-list-titling img {
		max-width: 60%;
		height: auto;
	}

	.stocks-list-titling {
		padding-bottom: 20px;
	}

	.item .top-zakaz .header-btns__request-link {
		margin-top: 20px;
		margin-right: -50px;
	}

	.item .header-btns__request {
		margin-left: 100px;
	}
}

@media (max-width: 375px) {
	.item .header-btns__request {
		margin-left: 40px;
	}
}

.descr-block__about-link {
	display: none;
}
/*.headerpanel {*/
/*	margin-top: 147px;*/
/*}*/