/* Start:/local/templates/template.msi/css/global/font.css?16432665845121*/
/* font.css
 * глобальные стили шрифта на всем сайте
 *
 */
:root {
	--blue: #0057B7;
	--blue-2: #004694;
	--black: #2D3845;
	--grey-label: #808891;
	--grey-2-label: #C2C8CE;
	--white: #FFFFFF;
	--white-50: rgba(255, 255, 255, 0.5);
	--grey-background: #EDF2F6;
	--grey-2-background: #D0D9E2;
	--grey-separator: rgba(202, 202, 202, 0.5);
}

/* Druk Cyr */
@font-face {
	font-family: 'Druk Cyr';
	src: local('Druk Cyr Bold'), local('DrukCyr-Bold'),
			url('/local/templates/template.msi/css/global/../../fonts/DrukCyr/DrukCyr-Bold.woff2') format('woff2'),
			url('/local/templates/template.msi/css/global/../../fonts/DrukCyr/DrukCyr-Bold.woff') format('woff'),
			url('/local/templates/template.msi/css/global/../../fonts/DrukCyr/DrukCyr-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

/* Inter */
@font-face {
	font-family: 'Inter';
	src: local('Inter'), local('Inter'),
			url('/local/templates/template.msi/css/global/../../fonts/Inter/Inter-SemiBold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: local('Inter'), local('Inter'),
			url('/local/templates/template.msi/css/global/../../fonts/Inter/Inter-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: local('Inter'), local('Inter'),
			url('/local/templates/template.msi/css/global/../../fonts/Inter/Inter-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}


h1,
h2,
h3,
h4,
h5,
h6,
p{
	display: block;
	color: var(--black);
}

h1{
	font-size: 78px;
	line-height: 78px;
}

h2{
	font-size: 57px;
	line-height: 57px;
}

h3{
	font-size: 43px;
	line-height: 43px;
}

h4{
	font-size: 32px;
	line-height: 37px;
}

h5{
	font-size: 24px;
	line-height: 32px;
}

.headline-0{
	font-family: 'Druk Cyr';
	font-weight: bold;
	font-size: 78px;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.headline-1,
h2{
	font-family: 'Druk Cyr';
	font-weight: bold;
	font-size: 57px;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-bottom: 60px;
}

.headline-2{
	font-family: 'Druk Cyr';
	font-weight: bold;
	font-size: 43px;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.headline-3{
	font-family: 'Druk Cyr';
	font-weight: bold;
	font-size: 32px;
	line-height: 115%;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.headline-4{
	font-family: 'Druk Cyr';
	font-weight: bold;
	font-size: 24px;
	line-height: 135%;
	text-transform: uppercase;
}

.title{
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 115%;
	letter-spacing: -0.01em;
}

.subtitle-1{
	font-family: 'Inter';
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
}

.subtitle-2{
	font-family: 'Inter';
	font-weight: 500;
	font-size: 16px;
	line-height: 135%;
}

.description{
	font-family: 'Inter';
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: -0.005em;
}

.text-1,
p{
	font-family: 'Inter';
	font-weight: 400;
	font-size: 18px;
	line-height: 135%;
}

.text-2{
	font-family: 'Inter';
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.text-3{
	font-family: 'Inter';
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
}

.button{
	font-family: 'Inter';
	font-weight: 500;
	font-size: 16px;
	line-height: 135%;
}

@media (max-width: 1512px){
	.headline-0{
		font-size: 68px;
	}

	.headline-1{
		font-size: 54px;
	}

	.headline-2{
		font-size: 40px;
	}

	.headline-3{
		font-size: 29px;
	}

	.headline-4{
		font-size: 21px;
	}

	.title{
		font-size: 29px;
	}

	.text-1{
		font-size: 16px;
		line-height: 150%;
	}

	.text-2{
		font-size: 12px;
	}

	.text-3{
		font-size: 13px;
	}

	.description{
		font-size: 20px;
	}

	.subtitle-1{
		font-size: 16px;
	}

	.subtitle-2{
		font-size: 14px;
	}
}

@media (max-width: 1200px){
	.headline-0{
		font-size: 58px;
	}

	.headline-1{
		font-size: 51px;
		margin-bottom: 50px;
	}

	.headline-2{
		font-size: 37px;
	}

	.headline-3{
		font-size: 26px;
	}

	.headline-4{
		font-size: 18px;
	}

	.text-1{
		font-size: 15px;
		line-height: 150%;
	}

	.text-2{
		font-size: 13px;
	}

	.text-3{
		font-size: 12px;
	}

	.description{
		font-size: 18px;
	}

	.title{
		font-size: 26px;
	}

	.subtitle-1{
		font-size: 15px;
	}

	.subtitle-2{
		font-size: 13px;
	}

	.button{
		font-size: 14px;
	}
}

@media (max-width: 744px){
	.headline-1{
		font-size: 40px;
		margin-bottom: 40px;
	}

	.headline-2{
		font-size: 33px;
	}

	.headline-3{
		font-size: 27px;
	}

	.headline-4{
		font-size: 20px;
	}

	.text-1{
		font-size: 18px;
		line-height: 135%;
	}

	.text-2{
		font-size: 14px;
	}

	.text-3{
		font-size: 16px;
	}

	.description{
		font-size: 20px;
	}

	.title{
		font-size: 27px;
	}

	.subtitle-1{
		font-size: 18px;
	}

	.subtitle-2{
		font-size: 16px;
	}
}

@media (max-width: 490px){
	.headline-0{
		font-size: 38px;
	}

	.headline-1{
		font-size: 32px;
	}

	.headline-2{
		font-size: 28px;
	}

	.headline-3{
		font-size: 22px;
	}

	.headline-4{
		font-size: 17px;
	}

	.text-1{
		font-size: 15px;
		line-height: 150%;
	}

	.text-2{
		font-size: 13px;
	}

	.text-3{
		font-size: 16px;
	}

	.description{
		font-size: 16px;
	}

	.title{
		font-size: 24px;
	}

	.subtitle-1{
		font-size: 16px;
	}

	.subtitle-2{
		font-size: 14px;
	}
}

/* End */


/* Start:/local/templates/template.msi/css/global/global.css?165244394214227*/
﻿
/* global.css
 * глобальные стили
 *
 */
 html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: var(--site-light-color);
}
* {
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}
main{
	position: relative;
}
figure {
	margin: 0;
}
table, td, th {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
picture {
	display: block;
	font-size: 0;
	line-height: 0;
}
svg {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}

h1, h2, h3, h4, h5, h6,
ul, li, ol,
p,
button,
input,
textarea,
a{
	margin: unset;
	padding: unset;
}

a{
	display: block;
	width: -webkit-fit-content;
	width: fit-content;
	width: -moz-fit-content;
	text-decoration: none;
	cursor: pointer;
}

ul{
	list-style: none;
}

button{
	display: block;
	width: -webkit-fit-content;
	width: fit-content;
	width: -moz-fit-content;
	border: none;
	background-color: unset;
	cursor: pointer;
}

/* СТИЛИЗАЦИЯ ТАБЛИЦЫ */

table:not(.arcticmodal-container_i){
	width: 100%;
	color: var(--black);
}

table tbody{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 117%;
}

table thead{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
}

table tbody tr{
	border-top: 1px solid var(--grey-separator);
	border-bottom: 1px solid var(--grey-separator);
	margin-top: -1px;
}

table thead{
	color: var(--grey-label);
}

table th{
	padding-bottom: 20px;
	text-align: left;
}

table td{
	padding: 20px 0;
	text-align: left;
}

@media(max-width: 980px){
	table tbody{
		font-size: 16px;
    line-height: 113%;
	}
}

/* РАЗМЕТКА СТРАНИЦЫ */

.page-wrapper{
	margin: 0 auto;
	overflow: hidden;
}

.container{
	max-width: 1560px;
	padding: 0 40px;
	margin: 0 auto;
}

.container-wide{
	max-width: 1560px;
	margin: 0 auto;
	overflow: visible;
}

/* СЛАЙДЕР */
.slider-btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 60px;
	width: 60px;
	border: 1px solid var(--blue);
	border-radius: 50%;
	background-color: var(--blue);
	-webkit-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	cursor: pointer;
}

.slider-btn.swiper-button-prev svg{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	z-index: 10;
}

.slider-btn-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slider-btn.swiper-button-prev{
	margin-right: 10px;
}

.slider-btn:hover{
	background-color: var(--blue-2);
}

.slider-btn.swiper-button-disabled{
	background-color: var(--white);
	border-color: var(--grey-2-background);
}

.slider-btn.swiper-button-disabled svg path{
	fill: var(--grey-label);
}

.slider-btn-outline{
	border: 1px solid var(--white);
	background-color: transparent;
}

.slider-btn-outline:hover{
	background-color: var(--white);
}

.slider-btn-outline:hover svg path{
	fill: var(--blue);
}

/* КНОПКИ */
.btn-filled,
.btn-filled-blue,
.btn-filled-grey,
.btn-outline,
.btn-white{
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
	-o-transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
	white-space: nowrap;
}

.btn-filled,
.btn-filled-blue{
	color: var(--white);
	background-color: var(--blue);
	padding: 19px 40px;
	border-radius: 40px;
}

.btn-filled:hover{
	color: var(--black);
	background-color: var(--grey-background);
}

.btn-filled:disabled,
.btn-filled-disabled,
.btn-filled-grey:disabled,
.btn-filled-grey-disabled{
	color: var(--grey-label);
	background-color: var(--grey-background);
}

.btn-filled-grey{
	color: var(--black);
	background-color: var(--grey-background);
	padding: 19px 40px;
	border-radius: 40px;
}

.btn-filled-grey:hover{
	color: var(--white);
	background-color: var(--blue);
}

.btn-outline{
	color: var(--white);
	background-color: transparent;
	padding: 19px 40px;
	border: 1px solid var(--white);
	border-radius: 40px;
}

.btn-outline:hover{
	color: var(--black);
	background-color: var(--white);
}

.btn-outline:disabled,
.btn-outline-disabled{
	color: var(--grey-2-label);
	background-color: transparent;
	border-color: #D0D9E2;
}

.btn-filled-blue:hover{
	background-color: var(--blue-2);
}

.btn-filled-blue:disabled,
.btn-filled-blue-disabled{
	opacity: 0.5;
}

.btn-white{
	color: var(--black);
	background-color: var(--white);
	border: 1px solid var(--white);
	border-radius: 40px;
	padding: 19px 40px;
}

.btn-white:hover{
	color: var(--white);
	background-color: var(--blue);
	border: 1px solid var(--blue);
}

.filter-items-btn.active,
.btn-outline.active{
	border-color: var(--blue);
	background-color: var(--blue);
	pointer-events: none;
}

/* ТАБЫ */
.tab-btn{
	white-space: nowrap;
}

.tab-btn--active{
	background-color: var(--blue);
	color: var(--white);
}

.tab-container{
	margin-bottom: 44px;
	overflow-x: scroll;
	padding: 0 40px;
	overflow: -moz-scrollbars-none;
	scrollbar-width: none;
}

.tab-container::-webkit-scrollbar{
	width: 0;
	display: none;
	-webkit-appearance: none;
	width: 0;
	height: 0;
}

.tab-btn:not(:last-child){
	margin-right: 10px;
}

[data-accordion-content] {
	min-height: 0;
	display: none;
	transition: height 0.3s, min-height 0.3s;
}

.first-acc + [data-accordion-content] {
	min-height: unset;
	display: block;
	transition: height 0.3s, min-height 0.3s;
}

@media (max-width: 1512px){
	.container{
		max-width: 1320px;
		padding:  0 40px;
	}

	.container-wide{
		max-width: 1320px;
		overflow: visible;
		overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
	}

	.container-wide::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
    width: 0;
    height: 0;
	}

	.tab-container{
		margin-bottom: 55px;
	}
}

@media (max-width: 1200px){
	.container{
		max-width: 1000px;
		padding: 0 20px;
	}

	.container-wide{
		max-width: 1000px;
		overflow: scroll;
	}

	.tab-container{
		margin-bottom: 55px;
		padding: 0 20px;
	}
}


@media (max-width: 1200px){
	.btn-filled,
	.btn-filled-blue,
	.btn-filled-grey,
	.btn-outline,
	.btn-white{
		padding: 18px 30px;
	}

	.slider-btn.swiper-button-prev{
		margin-right: 5px;
	}

	.slider-btn{
		height: 55px;
		width: 55px;
	}
}

@media (max-width: 744px){
	.container{
		padding: 0 22px;
	}

	.tab-container{
		margin-bottom: 40px;
		padding: 0 22px;
	}
}

@media (max-width: 490px){
	.container{
		padding: 0 10px;
	}

	.tab-container{
		padding: 0 10px;
	}

	.btn-filled,
	.btn-filled-blue,
	.btn-filled-grey,
	.btn-outline,
	.btn-white{
		padding: 15.5px 30px;
	}
}

@media (max-width: 360px){
	.container{
		max-width: 360px;
		padding: 0 10px;
	}
}

.g-tabs__btn{
	transition: border .3s ease, background .3s ease;
}

.g-tabs__btn.active {
	border-color: var(--blue);
	background-color: var(--blue);
	pointer-events: none;
}

.g-tabs__item:not(.show) {
	display: none;
}

.section-padding{
	padding: 140px 0;
}

@media(max-width: 1512px){
	.section-padding{
		padding: 130px 0;
	}
}

@media(max-width: 1200px){
	.section-padding{
		padding: 120px 0;
	}
}

@media(max-width: 744px){
	.section-padding{
		padding: 100px 0;
	}
}

@media(max-width: 360px){
	.section-padding{
		padding: 80px 0;
	}
}

/* Блок контакты */

.services-detail__contacts{
	background-color: var(--grey-2-background);
}

.services-detail__contacts-container{
	max-width: 1560px;
	padding-left: 40px;
	padding-right: 40px;
    margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 140px;
	background: url(/local/templates/template.msi/img/svg/contacts-background.svg) no-repeat;
	background-position: right bottom;
}

.services-detail__contacts-content{
	display: flex;
	justify-content: space-between;
	min-height: 320px;
}

.services-detail__contacts-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 74%;
}

.services-detail__contacts-top{
	display: flex;
	justify-content: space-between;
}

.services-detail__contacts-block{
	width: calc(50% - 20px);
}

.services-detail__contacts-block *{
	color: var(--black);
}

.services-detail__contacts-block-title{
	padding-bottom: 20px;
	color: var(--grey-label);
	border-bottom: 1px solid var(--grey-separator);
}

.services-detail__contacts-block-content{
	padding-top: 20px;
}

.services-detail__contacts-block-content-block-text{
	display: inline-block;
}

.services-detail__contacts-order-link{
	border-color: var(--blue);
	color: var(--blue);
}

.services-detail__contacts-order-link:hover{
	background-color: var(--blue);
	color: var(--white);
}

.services-detail__contacts-order-link{
	color: var(--blue);
	background-color: transparent;
	padding: 19px 40px;
	border: 1px solid var(--blue);
	border-radius: 40px;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

.services-detail__contacts-order-link:hover{
	color: var(--white);
	background-color: var(--blue);
}

@media (max-width: 1512px){
	.services-detail__contacts-container {
    max-width: 1320px;
    padding-top: 175px;
		padding-bottom: 125px;
	}

	.services-detail__contacts-content {
    min-height: 310px;
	}

	.services-detail__contacts-block{
		width: 100%;
	}
}

@media (max-width: 1200px){
	.services-detail__contacts-container {
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 120px;
    padding-bottom: 120px;
	}

	.services-detail__contacts-content {
    min-height: 290px;
	}
}

@media (max-width: 744px){
	.services-detail__contacts-title,
	.services-detail__contacts-wrapper,
	.services-detail__contacts-top,
	.services-detail__contacts-order{
		width: 100%;
	}

	.services-detail__contacts-content,
	.services-detail__contacts-wrapper,
	.services-detail__contacts-top{
		flex-direction: column;
	}

	.services-detail__contacts-block{
		margin-bottom: 40px;
	}

	.services-detail__contacts-container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 110px;
    padding-bottom: 80px;
	}
}
/* стилизация аккордиона */
.accordion__container{

}

.accordion__btn{
	position: relative;
	padding: 60px 0 40px 0;
	border-bottom: 1px solid var(--grey-separator);
	transition: border-color .3s ease;
	cursor: pointer;
	font-family: 'Druk Cyr';
	font-weight: bold;
	font-size: 43px;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--black);
}

.accordion__btn.accordion-open{
	border-color: var(--blue);
}

.accordion__btn svg {
	transition: transform .3s ease;
}

.accordion-open svg{
	transform: rotate(180deg);
}

.accordion-open .svg-bg {
	fill: var(--blue);
}

.accordion-open .svg-arrow {
	fill: var(--white);
}

.accordion-open .svg-border {
	stroke: var(--blue);
}

.accordion__btn svg{
	/* position: absolute;
	top: 60px;
	right: 0; */
	transition: transform .3s ease;
}

.accordion-content ul li{
	padding-left: 24px;
	font-family: 'Inter';
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	background: url(/local/templates/template.msi/img/svg/list-bullet-rectangle.svg) no-repeat;
	background-position: left center;
	color: var(--black);
}

.accordion-content ol li{
	padding-left: 20px;
	font-family: 'Inter';
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: var(--black);
	margin-left: 20px;
}

.accordion-content ol li::marker{
	font-family: 'Inter';
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: var(--blue);
}

.accordion-content{
	/* padding: 40px 0; */
	border-bottom: 1px solid var(--grey-separator);
}

.accordion-content-wrapper{
	display: flex;
}

.accordion-content-img{
	min-width: 340px;
	max-width: 50%;
	height: 200px;
	margin-right: 40px;
}

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

.accordion-content-text{
	font-family: 'Inter';
	font-weight: 400;
	font-size: 18px;
	line-height: 135%;
	padding: 40px 0;
	/* margin: 0 auto; */
}

.accordion__btn span{
	display: block;
	max-width: 82.7%;
}

.accordion-content-text a{
	display: inline !important;
}
@media(max-width: 920px){
	.accordion-content-wrapper {
    flex-direction: column;
	}

	.accordion-content-img{
		margin-right: unset;
		margin-bottom: 30px;
	}
}

@media(max-width: 490px){
	.accordion-content{
		/* padding: 20px 0; */
	}

	.accordion__btn {
    position: relative;
    padding: 60px 0 40px 0;
    font-size: 28px;
	}

	.accordion-content-text{
		padding: 20px 0;
	}
}

@media(max-width: 360px){
	.accordion-content-img{
		max-width: unset;
		width: 100%;
		min-width: unset;
	}
}
/* Стилизация страницы 404 */
.page-404{
	position: relative;
	background: url(/local/templates/template.msi/img/background-404.png) no-repeat center center;
	background-size: cover;
	height: 800px;
}
.page-404::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 3;
}
.page-404 .container{
	height: 100%;
}
.page-404-holder{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 3;
	height: 100%;
	padding-top: 140px;
}
.page-404-text{
	color: var(--white-50);
	margin-bottom: 60px;
}
.page-404-title{
	margin-bottom: 60px;
	color: var(--white);
}
.page-404-buttons{
	display: flex;
}
.page-404-buttons a:not(:last-child){
	margin-right: 10px;
}
@media(max-width: 490px){
	.page-404{
		height: 584px;
	}
	.page-404-holder{
		padding-top: 40px;
	}
	.page-404-text{
		margin-bottom: 40px;
	}
	.page-404-buttons{
		flex-direction: column;
		align-items: center;
	}
	.page-404-buttons a:not(:last-child){
		margin-right: unset;
		margin-bottom: 10px;
	}
}

/* End */


/* Start:/local/templates/template.msi/css/layout/blocks.css?165175021931339*/
/* blocks.csss
 * Стили блоков сайта, основной рабочий файл
 *
 */

/*

1. HEADER
2. MAIN
3. FOOTER
*/


/* 1. HEADER */

.header{
  position: fixed;
  top: 0;
  z-index: 4;
  max-width: 100vw;
  width: 100%;
  background-color: var(--white);
  border-bottom: 1px solid var(--grey-separator);
  padding: 0 94px;
  height: 160px;
}

.header__container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header__left{
  display: flex;
  align-items: flex-end;
}

.header__left-logo{
  max-width: 23%;
  margin-right: 22px;
}

.header__left-name{
  color: var(--grey-label);
  font-size: 16px;
  line-height: 135%;
  font-family: 'Inter';
  font-weight: normal;
  margin-bottom: 6px;
}

.header__left-name span,
.header__right-top-email,
.header__right-phone{
  color: var(--black);
  transition: color .3s ease;
}

.header__right-top-email:hover,
.header__right-phone:hover{
  color: var(--blue);
}

.header__right-top-address,
.header__right-top-email,
.header__right-phone{
  margin-right: 40px;
  white-space: nowrap;
}

.header__right-top-address{
  color: var(--grey-label);
}

.header__right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  max-width: 71%;
  width: 100%;
}

.header__right-top{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0 16px;
  border-bottom: 1px solid var(--grey-separator);
}

.header__right-top-profile,
.header__right-top-profile-copy{
  background-color: var(--blue);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s ease;
}

.header__right-top-profile:hover,
.header__right-top-profile-copy:hover{
  background-color: var(--blue-2);
}

.header__right-top-request{
  margin-right: 10px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 135%;
  border-color: var(--blue);
  color: var(--blue);
  padding: 10px 25px;
  background-color: transparent;
  transition: color .3s ease, background .3s ease;
  white-space: nowrap;
}

.header__right-top-request:hover{
  background-color: var(--blue);
  color: var(--white);
}

.header__right-bottom-nav{
  display: flex;
  align-items: center;
}

.header__right-top-request-copy,
.header__right-top-profile-copy{
  display: none;
  margin-left: 10px;
}

.small-header .header__right-top-request-copy{
  padding: 10px 9px;
  border-color: var(--blue);
  height: fit-content;
}

.small-header .header__right-top-request-copy{
  display: block;
}

.small-header .header__right-top-profile-copy{
  display: flex;
}

.small-header .header__right-bottom-nav-list-item:not(:last-child){
  margin-right: 20px;
}

.header__right-bottom-nav-list{
  display: flex;
  height: 100%;
}

.header__right-bottom-nav-list-item:not(:last-child){
  margin-right: 41px;
}

.header__right-bottom-nav-list-item{
  position: relative;
  height: 100%;
}

.header__right-bottom-nav-list-item-wrapper{
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}

.header__right-bottom-nav-list-item svg{
  margin-left: 4px;
  margin-right: 7px;
  transition: transform .3s ease;
  transform: translateY(-3px);
}

.header__right-bottom-nav-list-item-link{
  padding: 30px 0 29px 0;
  height: 100%;
  white-space: nowrap;
}

.header__right-bottom-nav-list-item-link::before{
  position: absolute;
  content: '';
  top: 1px;
  left: -10px;
  height: 100%;
  width: calc(100% + 20px);
  border-bottom: 4px solid transparent;
}

.header__right-bottom-nav-list-item-link,
.header__right-bottom-nav-list-item-submenu-item-link{
  color: var(--black);
  transition: color .3s ease;
}

.header__right-bottom-nav-list-item-link:hover,
.header__right-bottom-nav-list-item-submenu-item-link:hover{
  color: var(--blue);
}

.header__right-bottom-nav-list-item-submenu{
  display: none;
  position: absolute;
  padding: 20px;
  top: 100%;
  left: -20px;
  min-width: 470px;
  background-color: var(--white);
  z-index: 5;
  /* -webkit-box-shadow: -1px -1px 19px 12px var(--grey-background);
  -moz-box-shadow: -1px -1px 19px 12px var(--grey-background);
  box-shadow: -1px -1px 19px 12px var(--grey-background); */
}

.header__right-bottom-nav-list-item-submenu-item{
  margin-bottom: 10px;
}

.header__right-bottom-nav-list-item-submenu-item-link{
  white-space: nowrap;
}

.dropdown-active .header__right-bottom-nav-list-item-link::before,
.header__right-bottom-nav-list-item-link.root-selected::before{
  border-color: var(--blue);
}

.dropdown-active .header__right-bottom-nav-list-item-submenu{
  display: block;
}

.dropdown-active svg{
  transform: rotate(180deg) translateY(4px);
}

.header__right-bottom-menu{
  display: none;
}

.header__right-top-address-mobile,
.header__right-top-email-mobile,
.header__right-phone-mobile{
  display: none;
  color: var(--black);
}

.header__right-top-address-mobile{
  color: var(--grey-label);
}

.header__right-top-address-mobile,
.header__right-top-email-mobile{
  margin-bottom: 10px;
}

@media (max-width: 1512px){
  .header{
    padding: 0 40px;
    height: 140px;
  }

  .header__right-top{
    padding: 11px 0;
  }

  .header__left-name{
    margin-bottom: unset;
  }
}

@media (max-width: 1320px){
  .header{
    height: 90px;
    padding: 0 0 0 40px;
  }

  .header__left{
    align-items: center;
    max-width: fit-content;
  }

  .header__left-logo{
    max-width: 20%;
  }

  .header__left-name{
    font-size: 12px;
  }

  .header__right{
    flex-direction: row;
  }

  .header__right-top{
    padding: 24px 0;
  }

  .header__right-top-address, .header__right-top-email, .header__right-phone {
    margin-right: 30px;
  }

  .header__right-bottom{
    position: relative;
    height: 100%;
    margin-left: 40px;
  }

  .header__right-bottom-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 90px;
    background-color: var(--blue);
  }

  .header__right-bottom-menu span{
    color: var(--white);
    text-transform: uppercase;
    font-family: 'Druk Cyr';
    font-weight: bold;
    font-size: 20px;
    line-height: 135%;
  }

  .header__right-bottom-menu svg{
    display: none;
  }

  .menu-opened .header__right-bottom-menu span{
    display: none;
  }

  .menu-opened .header__right-bottom-menu svg{
    display: block;
  }

  .menu-opened .header__right-bottom-menu{
    background-color: var(--black);
  }

  .header__right-bottom-nav{
    position: fixed;
    top: 88px;
    right: -120vw;
    width: 100vw;
    height: calc(100% - 88px);
    /* min-height: 100vh; */
    background-color: var(--grey-background);
    z-index: 5;
    transition: right .5s ease;
    padding: 20px 90px 20px 40px;
    overflow-y: scroll;
  }

  /* body.menu-opened{
    overflow-y: hidden;
  } */

  .menu-opened .header__right-bottom-nav{
    right: 0;
  }

  .header__right-bottom-nav-list{
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: unset;
  }

  .header__right-bottom-nav-list-item{
    max-width: 688px;
    width: 100%;
    border-bottom: 1px solid var(--grey-separator);
  }

  .header__right-bottom-nav-list-item-wrapper{
    width: 100%;
    justify-content: space-between;
    height: unset;
  }

  .header__right-bottom-nav-list-item-submenu-item-link{
    white-space: unset;
  }

  .header__right-bottom-nav-list-item-link{
    font-size: 20px;
    line-height: 135%;
  }

  .header__right-bottom-nav-list-item:not(:last-child){
    margin-right: unset;
  }

  .header__right-bottom-nav-list-item-submenu{
    position: relative;
    width: 100%;
    min-width: unset;
    top: unset;
    left: unset;
    background-color: unset;
    padding: 20px 0;
  }

  .dropdown-active .header__right-bottom-nav-list-item-link{
    border: none;
  }

  .dropdown-active .header__right-bottom-nav-list-item-wrapper{
    border-bottom: 1px solid var(--blue);
  }
}

@media (max-width: 1150px){
  .header__right-bottom-nav{
    flex-direction: column;
    align-items: flex-end;
  }

  .header__right-top-address,
  .header__right-top-email,
  .header__right-phone{
    display: none;
  }

  .header__right-top-address-mobile,
  .header__right-top-email-mobile,
  .header__right-phone-mobile{
    display: block;
    font-size: 14px;
    line-height: 170%;
    max-width: 688px;
    width: 100%;
  }

  .header__right-top-profile, .header__right-top-profile-copy {
    height: 32px;
    width: 32px;
  }

  .header__right-top-request{
    border: none;
    padding: unset;
  }

  .header__right-top-request:hover{
    border: none;
    background: none;
    color: var(--blue);
  }

  .header__right-top-request {
    margin-right: 20px;
    font-size: 12px;
    transform: translateY(2px);
  }

  .header__right-bottom-nav-list{
    margin-bottom: 20px;
  }

  .header__right-bottom-nav-list-item-link{
    font-size: 18px;
  }

  .header__right-bottom-nav{
    padding: 0 10px 20px 10px;
  }

  .header__left-logo {
    margin-right: 10px;
  }
}

@media (max-width: 744px){
  .header{
    height: 62px;
    padding: 0 0 0 22px;
  }

  .header__right{
    align-items: center;
  }

  .header__left-name{
    font-size: 12px;
  }

  .header__right-top{
    padding: unset;
    border: unset;
  }

  .header__right-bottom-menu{
    width: 62px;
  }

  .header__right-bottom{
    margin-left: 16px;
  }
  .header__right-bottom-nav{
    top: 55px;
    height: calc(100% - 55px);
  }
}

@media (max-width: 530px){
  .header__left-name{
    display: none;
  }

  .header__left-logo{
    max-width: unset;
    width: 45px;
    margin-right: unset;
  }
}

@media (max-width: 490px){
  .header{
    height: 56px;
    padding: 0 0 0 10px;
  }

  .header__right-bottom-menu{
    width: 56px;
  }

  .header__right-bottom {
    margin-left: 20px;
  }
}

/* 2. MAIN */
#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 25px 60px;
  background-color: var(--white);
  z-index: 10;
}

#cookie_notification p{
  color: var(--black);
}

@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}

/* .banner{
  position: relative;
}

.banner__container{
  position: relative;
  height: 100%;
}

.banner__wrapper{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner__background{
  height: 800px;
}

.banner__video{
  background-color: black;
}

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

.banner__text-moto{
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Druk Cyr';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.5);
}

.banner__text-moto span{
  display: inline-block;
  width: 14px;
  height: 2px;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-6px);
}

.banner__text-title,
.banner__text-subtitle{
  margin-bottom: 60px;
  max-width: 80%;
  color: var(--white);
}

.banner__text-btn{
  margin-bottom: 60px;
}

.banner__text-live{
  position: absolute;
  max-width: 210px;
  bottom: 170px;
  right: 40px;
  padding: 30px;
  background-color: var(--white);
  border-radius: 10px;
}

.banner__text-live-descr{
  color: var(--black);
  margin-bottom: 25px;
} */

.statistic{
  flex: 1 1 20%;
}

.statistic__block{
  width: 20%;
  padding: 60px 95px;
  background-color: var(--grey-2-background);
}

.statistic__block-value,
.statistic__block-nomin{
  display: inline-block;
  color: var(--blue);
  margin-bottom: 40px;
}

.statistic__block-name{
  color: var(--black);
}

.statistic__block:nth-child(1),
.statistic__block:nth-child(2){
  background-color: var(--blue);
}

.statistic__block:nth-child(1),
.statistic__block:nth-child(4){
  border-right: 1px solid var(--grey-separator);
}

.statistic__block:nth-child(1) *,
.statistic__block:nth-child(2) *{
  color: var(--white);
}

.statistic__block:nth-child(3){
  background-color: var(--grey-background);
}

.info-section{
  padding: 140px 0;
}

.info-section + .info-section{
  padding-top: 0;
}

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

.section__info-block{
  position: relative;
  width: calc(50% - 20px);
  min-height: 530px;
  display: flex;
  flex-direction: column;
}

.info-section-small .section__info-block{
  min-height: unset;
}

.section__info-block-descr{
  color: var(--grey-label);
  margin-bottom: 20px;
}

.section__info-block-btn{
  margin-top: 60px;
}

.section__info-block ul{
  margin-top: -32px;
}

.section__info-block img{
  height: 100%;
  object-fit: cover;
}

.section__info-block ul li,
.section__info-block div ul li{
  padding: 34px 0;
  padding-left: 50px;
  border-top: 1px solid var(--grey-separator);
  border-bottom: 1px solid var(--grey-separator);
  background: url(/local/templates/template.msi/img/svg/list-bullet.svg) no-repeat;
  background-position: left center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 135%;
  color: var(--black);
}

.section__info-block ul li:not(:first-child),
.section__info-block div ul li:not(:first-child){
  margin-top: -1px;
}

.section__info-block ul li:first-child,
.section__info-block div ul li:first-child{
  border-top: unset;
}

.section__info-block ul
.section__info-block div ul{
  margin-top: -30px;
}

.section__info-block img
.section__info-block div img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.full-picture img{
  height: unset;
  object-fit: unset;
}

.picture-link__wrapper{
  display: flex;
}

.picture-link{
  position: relative;
  height: 480px;
  overflow: hidden;
  width: 100%;
}

.picture-link__text{
  position: absolute;
  top: 53%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.picture-link__subtitle{
  margin-bottom: 30px;
  color: var(--white);
}

.picture-link__text-title{
  margin-bottom: 60px;
  text-align: center;
  color: var(--white);
  white-space: nowrap;
}

.picture-link__img{
  position: relative;
  z-index: 0;
  max-height: 100%;
  height: 100%;
}

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

.picture-link__img::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.picture-link + .info-section .section__info-block-title{
  max-width: 89%;
}

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

.menu-link-container{
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.menu-link-container svg{
  transform: translateY(10px);
}

.menu__line{
  border-top: 1px solid var(--grey-separator);
  border-bottom: 1px solid var(--grey-separator);
}

.menu__line:nth-child(2){
  border: unset;
}

.menu__line-link{
  width: 100%;
  transition: background 0.3s ease;
}

.menu__line-link:hover{
  background-color: var(--blue);
}

.menu__line-link:hover .menu__line-link-number,
.menu__line-link:hover .menu__line-link-name{
  color: var(--white);
}

.menu__line-link svg path{
  transition: fill 0.3s ease;
}

.menu__line-link:hover svg path{
  fill: var(--white);
}

.menu__line-link-number{
  margin-right: 45px;
  color: var(--blue);
  transition: color 0.3s ease;
}

.menu__line-link-name{
  margin-right: 50px;
  margin-bottom: unset;
  color: var(--black);
  transition: color 0.3s ease;
  white-space: nowrap;
}

.section__info-block-btn-copy{
  display: none;
}

@media (max-width: 1700px){
  .statistic__block{
    padding: 50px 40px;
  }
}

@media (max-width: 1512px){
  .info-section {
    padding: 130px 0;
  }

  /* .banner__background{
    height: 630px;
  }

  .banner__text-live{
    bottom: 126px;
    padding: 20px;
  }

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

  .banner__text-title{
    margin-bottom: 40px;
  }

  .banner__text-btn{
    margin-bottom: 30px;
  }

  .banner__text-live {
    max-width: 170px;
    right: 35px;
  }

  .banner__text-live-btn{
    width: 50px;
    height: 50px;
  } */

  .section__info-block ul {
    margin-top: -34px;
  }

  .section__info-block ul li, .section__info-block div ul li {
    padding: 30px 0;
    padding-left: 45px;
    background: url(/local/templates/template.msi/img/svg/list-bullet-small.svg) no-repeat;
    background-position: left center;
    font-size: 16px;
    line-height: 150%;
  }

  .menu-link-container{
    padding-top: 63px;
    padding-bottom: 63px;
  }
}

@media(max-width: 1200px){
  .picture-link{
    height: 396px;
  }

  .info-section{
    padding: 120px 0;
  }

  /* .banner__background{
    height: 500px;
  }

  .banner__text-live{
    bottom: 90px;
    right: 20px;
    max-width: 140px;
  }

  .banner__text-subtitle {
    margin-bottom: 50px;
  }

  .banner__text-btn{
    margin-bottom: 20px;
  }

  .banner__text-live-btn {
    width: 40px;
    height: 40px;
  }

  .banner__text-live-descr {
    margin-bottom: 7px;
  } */

  .statistic__block{
    padding: 40px 40px;
  }

  .section__info-block-btn{
    margin-top: 50px;
  }

  .picture-link + .info-section .section__info-block-btn{
    margin-top: 105px;
  }

  .menu-link-container {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .menu__line-link-number {
    margin-right: 47px;
  }

  .menu__line-link-name {
    margin-right: 47px;
  }

  .menu-link-container svg {
    transform: translateY(6px) scale(0.8);
  }
}

@media (max-width: 970px){
  .statistic{
    flex: unset;
    flex-wrap: wrap;
  }

  .statistic__block{
    width: unset;
    padding: 40px 22px;
  }

  .statistic__block-name{
    max-width: 230px;
  }

  .statistic__block-value,
  .statistic__block-nomin{
    margin-bottom: 30px;
  }

  .statistic__block:nth-child(1),
  .statistic__block:nth-child(2),
  .statistic__block:nth-child(4),
  .statistic__block:nth-child(5){
    width: 50%;
  }

  .statistic__block:nth-child(3){
    width: 100%;
  }

  .section__info{
    flex-direction: column;
  }

  .section__info-block{
    min-height: unset;
    width: 100%;
  }

  .section__info-block img{
    width: 100%;
  }

  .section__info-block-picture{
    height: 340px;
    order: -1;
    margin-bottom: 40px;
  }

  .btn-desktop{
    display: none;
  }

  .section__info-block-btn-copy{
    margin-top: 40px;
    display: block;
  }

  .picture-link + .info-section .section__info-block:not(:last-child){
    margin-bottom: 40px;
  }

  .section__info-block:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (max-width: 744px){
	/* .banner__wrapper{
    padding-top: 40px;
    padding-bottom: 40px;
		justify-content: flex-start;
	}

  .banner__text-moto {
    margin-bottom: 7px;
    font-size: 15px;
  }

  .banner__text-btn {
    margin-bottom: unset;
    padding: 18px 35px;
  }

  .banner__text-live{
    right: unset;
    bottom: 40px;
    left: 22px;
    max-width: 200px;
    padding: 15px;
  }

  .banner__text-live-descr{
    font-size: 12px;
  }

  .banner__text-live-descr{
    margin-bottom: 7px;
  }

  .banner__text-live-btn{
    height: 36px;
    width: 36px;
  }

  .banner__background{
    height: 584px;
  }

  .banner__text-title{
    margin-bottom: 20px;
    max-width: unset;
  }

  .banner__text-subtitle{
    max-width: unset;
  }

  .banner__text-subtitle{
    margin-bottom: 40px;
  } */

  .picture-link{
    height: 238px;
  }

  .picture-link__wrapper{
    flex-direction: column;
  }

  .picture-link__text-title{
    margin-bottom: 40px;
  }

  .statistic + .info-section .section__info-block:not(:last-child){
    margin-bottom: unset;
  }

  .info-section{
    padding: 100px 0;
  }

  .section__info-block-btn{
    margin-top: 40px;
  }

  .section__info-block:not(:last-child){
    margin-bottom: 40px;
  }

  .section__info-block ul li, .section__info-block div ul li {
    padding: 20px 0;
    padding-left: 45px;
    font-size: 18px;
    line-height: 135%;
  }

  .menu-link-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu__line-link-number {
    margin-right: 25px;
  }

  .menu__line-link-name {
    margin-right: 20px;
  }

  .menu-link-container svg {
    transform: translateY(-1px) scale(0.7);
  }
}

@media (max-width: 600px){
  /* .banner__text-title{
    font-size: 50px;
  } */
}

@media (max-width: 490px){
  .info-section{
    padding: 80px 0;
  }

  .picture-link + .info-section .section__info-block:not(:last-child) {
    margin-bottom: 50px;
  }

  .section__info-block ul li,
  .section__info-block div ul li{
    padding: 20px 0;
    padding-left: 45px;
    font-size: 15px;
    line-height: 150%;
  }

  .statistic__block{
    padding: 30px 10px;
  }

  .statistic__block-name{
    font-size: 12px;
    max-width: 160px;
  }

  .menu__line-link-name{
    margin-right: 25px;
  }

  .menu__line-link svg{
    transform: scale(0.7);
  }

  .menu-link-container{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu{
    padding: 63px 0 79px 0 !important;
  }

  .picture-link__text{
    top: 50%;
  }
}

@media (max-width: 360px){

  /* .banner__text-btn {
    margin-bottom: unset;
    padding: 18px 30px;
  } */

  .menu-link-container {
    padding-top: 41px;
    padding-bottom: 30px;
  }

  .menu__line-link svg {
    transform: scale(0.5) translate(-11px, -7px);
  }
}
/* 3. FOOTER */

.footer{
  background: linear-gradient(to right, var(--blue) 50%, var(--black) 50%);
}

.footer__container{
  display: flex;
}

.footer__left{
  width: 35%;
  padding-top: 100px;
  padding-bottom: 20px;
  padding-right: 10px;
  background-color: var(--blue);
}

.footer__right{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 20px;
  padding-left: 37px;
  background-color: var(--black);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__left-moto{
  margin-bottom: 72px;
  color: var(--white);
}

.footer__left-moto span,
.footer__left-address span{
  color: var(--white-50);
}

.footer__left-call{
  margin-bottom: 10px;
  color: var(--white);
}

.footer__left-email{
  margin-bottom: 160px;
  color: var(--white);
  text-decoration: underline;
}

.footer__left-address{
  margin-bottom: 60px;
  color: var(--white);
}

.footer__left-social{
  display: flex;
  margin-bottom: 33px;
}

.footer__left-social-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--white);
}

.footer__left-social-icon:not(:last-child){
  margin-right: 10px;
}

.footer__left-copyright{
  color: var(--white);
}

.footer__right-top{
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}

.footer__right-top-btn-wrapper{
  display: flex;
}

.footer__right-top-btn{
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  padding: 17px 29px;
}

.footer__right-top-profile-link{
  cursor: pointer;
  white-space: nowrap;
  margin-left: 10px;
  padding: 19px 31px 16px 34px;
}

.footer__right-top-profile-link svg{
  margin-right: 9px;
}

.footer__right-bottom-pp{
  margin-right: 55px;
}

.footer__right-top-btn:not(:last-child){
  margin-right: 10px;
}

.footer__right-menu-wrapper{
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}

.footer__right-menu:not(:last-child){
  margin-right: 40px;
  min-width: 28%;
}

.footer__right-menu:last-child{
  width: 100%;
  max-width: 80%;
}

.footer__right-menu-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--grey-label);
}

.footer__right-menu-title span{
  color: var(--grey-label);
}

.footer__right-menu-title svg{
  display: none;
}

.footer__right-menu-nav{
  padding-top: 20px;
}

.footer__right-menu-nav-list-item-link{
  color: var(--white);
  font-weight: 500;
  transition: color .3s ease;
}

.footer__right-menu-nav-list-item-link:hover{
  color: var(--blue);
}

.footer__right-menu-nav-list-item:not(:last-child){
  margin-bottom: 5px;
}

.footer__right-bottom{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer__right-bottom *{
  color: var(--white);
}

.footer__right-bottom img{
  position: relative;
  top: -20px;
}

.footer__right-bottom-ma{
  color: var(--white-50);
}

.footer__right-bottom-ma span{
  color: var(--white);
}

.footer__right-bottom-pp
.footer__right-bottom-ma span{
  transition: color .3s ease;
}

.footer__right-bottom-pp:hover,
.footer__right-bottom-ma:hover span{
  color: var(--blue);
}

@media(max-width: 1512px){
  .footer__left {
    padding-right: 15px;
  }

  .footer__left-moto {
    margin-bottom: 80px;
    color: var(--white);
  }

  .footer__left-email {
    margin-bottom: 118px;
  }

  .footer__left-address {
    font-size: 14px;
  }

  .footer__right-top {
    margin-bottom: 35px;
  }

  .footer__right-menu:not(:last-child) {
    min-width: 27%;
  }

  .footer__right-menu-nav-list-item-link {
    font-size: 16px;
  }

  .footer__right-menu-title span {
    font-size: 16px;
  }
}

@media (max-width: 1200px){
  .footer__right-top-profile-link{
    margin-left: 5px;
    padding: 15px 32px;
    display: inline-block;
    font-size: 13px;
  }

  .footer__right-top-profile-link svg{
    margin-right: 10px;
  }

  .footer__right-top-btn:not(:last-child){
    margin-right: 2px;
  }

  .footer__left {
    padding-top: 80px;
    padding-bottom: 20px;
    padding-right: 25px;
  }

  .footer__left-moto {
    margin-bottom: 70px;
    font-size: 14px;
  }

  .footer__left-email {
    margin-bottom: 73px;
    font-size: 14px;
  }

  .footer__left-address {
    margin-bottom: 50px;
    font-size: 12px;
    max-width: 95%;
  }

  .footer__left-copyright {
    font-size: 10px;
  }

  .footer__left-social {
    margin-bottom: 50px;
  }

  .footer__right {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .footer__right-top-btn {
    display: inline-block;
    padding: 15px 24px;
  }

  .footer__right-top-btn-wrapper {
    display: block;
  }

  .footer__right-menu-title span {
    font-size: 13px;
  }

  .footer__right-top {
    margin-bottom: 30px;
  }

  .footer__right-menu:not(:last-child) {
    min-width: 25%;
  }

  .footer__right-menu-nav-list-item-link {
    font-size: 13px;
  }

  .footer__right-bottom img {
    position: relative;
    top: -20px;
    transform: scale(0.9) translate(-4px, -17px);
  }
}

@media (max-width: 940px){
  .footer{
    background: unset;
  }

  .footer__container{
    flex-direction: column;
    padding: unset;
  }

  .footer__left,
  .footer__right{
    max-width: unset;
    width: 100%;
    padding: 40px 22px;
  }

  .footer__left-moto,
  .footer__left-address{
    margin-bottom: 40px;
  }

  .footer__left-address {
    font-size: 16px;
    max-width: unset;
    line-height: 145%;
  }

  .footer__left-call{
    margin-bottom: 10px;
  }

  .footer__left-email{
    margin-bottom: 20px;
    font-size: 16px;
  }

  .footer__left-social {
    margin-bottom: 37px;
  }

  .footer__right-top{
    flex-wrap: wrap;
    margin-bottom: 3px;
  }

  .footer__right-top-btn-wrapper,
  .footer__right-top-profile{
    margin-bottom: 20px;
  }

  .footer__right-menu-wrapper{
    flex-direction: column;
    margin-bottom: 75px;
  }

  .footer__right-top-btn {
    display: inline-block;
    padding: 11px 14px;
    font-size: 12px;
  }

  .footer__right-top-btn:not(:last-child) {
    margin-right: 10px;
  }

  .footer__right-top-profile-link {
    padding: 10px 15px;
    font-size: 12px;
  }

  .footer__right-menu-title span {
    font-size: 16px;
  }

  .footer__right-menu-title svg{
    display: block;
    transition: transform .3s ease;
  }

  .footer__right-menu-title span{
    color: var(--white);
  }

  .footer__right-menu-nav{
    display: none;
  }

  .footer__right-menu{
    max-width: unset;
    width: 100%;
  }

  .footer__right-menu:last-child{
    max-width: unset;
  }

  .footer__right-menu-title{
    padding-top: 20px;
  }

  .open-menu .footer__right-menu-nav{
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--grey-separator);
  }

  .open-menu .footer__right-menu-title svg{
    transform: rotate(180deg);
  }

  .open-menu .footer__right-menu-title{
    border-color: var(--white);
  }

  .footer__right-menu-nav-list-item-link {
    font-size: 16px;
  }

  .footer__right-menu-nav-list-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .footer__right-bottom{
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__right-bottom img{
    margin-bottom: 7px;
    transform: scale(1) translate(0px, -14px);
  }

  .footer__right-bottom-pp{
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s ease;
  }

  ..footer__right-bottom-ma{
    transition: color .3s ease;
  }

  .footer__right-bottom-pp:hover,
  .footer__right-bottom-ma:hover{
    color: var(--blue);
  }

  .footer__right-bottom-ma{
    margin-bottom: unset;
  }

  .footer__left-copyright,
  .footer__right-bottom-ma{
    font-size: 14px;
  }
}

@media (max-width: 490px){
  .footer__left,
  .footer__right{
    padding: 40px 10px;
  }

  .footer__right-top-btn,
  .footer__right-top-profile-link{
    font-size: 12px;
    padding: 12px 15px;
  }

  .footer__right-top-profile-link svg{
    transform: translateY(2px) scale(0.7);
  }

  .footer__left-address{
    font-size: 13px;
  }

  .footer__left-copyright{
    font-size: 13px;
  }
}

@media (max-width: 360px){
  .footer__left-call {
      margin-bottom: 21px;
  }

  .footer__left-email {
    font-size: 14px;
  }

  .footer__left-address {
    line-height: 160%;
  }

  .footer__right-top-btn, .footer__right-top-profile-link {
    padding: 12px 14px;
  }

  .footer__right-top-btn-wrapper{
    margin-bottom: 17px;
  }

  .footer__right-top-btn-wrapper, .footer__right-top-profile {
    margin-left: unset;
  }

  .footer__right-menu-title span {
    font-size: 14px;
  }

  .footer__right-menu-title {
    padding-top: 22px;
  }

  .footer__right-menu-nav-list-item:not(:last-child) {
    margin-bottom: 15px;
  }

  .footer__right-menu-nav-list-item-link {
    font-size: 14px;
  }

  .footer__right-bottom img {
    margin-bottom: -15px;
    transform: scale(0.8) translate(-10px, -31px);
  }

  .footer__right-bottom-pp,
  .footer__right-bottom-ma {
    font-size: 13px;
  }
}

/* стили для не главной страницы */
.description__text{
  max-width: 92%;
  margin-top: 140px;
  color: var(--grey-label);
  margin-bottom: 5px;
}

@media (max-width: 1512px){
  .description__text{
    max-width: 75%;
    margin-top: 130px;
    margin-bottom: 0px;
  }
}

@media (max-width: 1200px){
  .description__text{
    margin-top: 120px;
  }
}

@media (max-width: 744px){
  .description__text{
    margin-top: 100px;
    max-width: unset;
  }
}

@media (max-width: 744px){
  .description__text{
    margin-top: 80px;
  }
}

/* End */


/* Start:/local/templates/template.msi/css/layout/content.css?165226744629146*/
/* content.css
 * Стандартные стили контента сайта (таблицы, изображения)
 *
 */

.b-content td {
    vertical-align: top;
}
.b-table {
    /* width: 100%; */
    display: block;
    max-width: 100%;
    overflow-x: auto;
}
.b-table td,
.b-table th {
    padding: 13px 18px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    white-space: nowrap;
}
.b-table tr td:first-child,
.b-table tr th:first-child {
    padding: 13px 18px 13px 0;
}
.b-table tr td:first-child {
    font-weight: 400;
}
.b-table tr {
    border-bottom: 1px solid #E5E5E5;
}
.b-table tr:first-child {
    border-top: 1px solid #E5E5E5;
}
.bgc-black {
    background-color: #171719;
    color: #fff;
}
.bgc-grey {
    background-color: #F8F8F8;
}
.bgc-white {
    background-color: #fff;
}
.mt-100 {
    margin-top: 100px;
}
.mt-0 {
    margin-top: 0;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-0 {
    margin-bottom: 0;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-0 {
    padding-bottom: 0;
}
.pt-100 {
    padding-top: 100px;
}
.pt-0 {
    padding-top: 0;
}
.c-red {
    color: #cf0000;
}
@media (max-width: 991px) {
    .mt-100 {
        margin-top: 60px;
    }
    .mb-100 {
        margin-bottom: 60px;
    }
    .pb-100 {
        padding-bottom: 60px;
    }
    .pt-100 {
        padding-top: 60px;
    }
}
.text-center {
    text-align: center;
}
.text-column {
    column-count: 2;
    column-gap: 20px;
}
[data-accordion-content] {
    min-height: 0;
    display: none;
    transition: height 0.3s, min-height 0.3s;
}

.our-production{
    background-color: var(--black);
}

.our-production *{
    color: var(--white);
}

.our-production__content,
.about-quote__content{
    display: flex;
    justify-content: space-between;
}

.our-production__block,
.about-quote__block{
    width: calc(50% - 40px / 2);
}

.our-production__block-left{
    width: 100%;
    max-width: 760px;
    margin: 0 0 0 auto;
    padding: 140px 0;
    padding-left: 40px;
}

.our-production__block img,
.about-quote__block img{
    height: 100%;
    object-fit: cover;
}

.about__description-wrapper{
    padding: 140px 0;
    background: url("/local/templates/template.msi/img/svg/contacts-background.svg") no-repeat right bottom;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 115%;
    letter-spacing: -0.01em;
}

.about__description-text{
    max-width: 72.5%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 115%;
    letter-spacing: -0.01em;
}

.about__description-pp .about__description-wrapper,
.about__description-prod .about__description-wrapper,
.about__description-reviews .about__description-wrapper,
.about__description-cert .about__description-wrapper,
.about__description-career .about__description-wrapper,
.about__description-machines .about__description-wrapper{
    background: unset;
}

.about__description{
    background-color: var(--grey-background);
}

.about__description.about__description-pp,
.about__description.about__description-prod{
    background: var(--white);
}

.about__description-prod .about__description-text{
    color: var(--grey-label);
}

.about__pros{
    background-color: var(--black);
    padding: 140px 0;
}

.about__pros-text{
    max-width: 75%;
    color: var(--grey-2-label);
    padding-bottom: 60px;
}

.about__pros-wrapper{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--white);
    padding-top: 60px;
}

.about__pros.production .about__pros-block-list-item{
    height: 100px;
}

.about__pros-block{
    color: var(--white);
    width: calc(50% - 40px / 2);
}

.about__pros-block:first-child{
    padding-right: 270px;
}

.about__pros-packaging .about__pros-block:first-child,
.about__pros-control .about__pros-block:first-child{
    padding-right: unset;
}

.about__pros-block-bottom-copy{
    display: none;
}

.about__pros-block-list-item{
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--grey-separator);
}

.about__pros-block-list-item{
    margin-bottom: 30px;
}

.about__pros-control {
    padding-bottom: 110px;
}

.about__pros-block-list-item span{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about__pros-block-list-item span:first-child{
    color: var(--white);
}

.about__pros-block-list-item span:first-child{
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    background-color: var(--blue);
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

.about__pros-block-list-item span + span{
    margin-left: 20px;
}

.about__pros-block-bottom{
    margin-bottom: 20px;
}

.about__pros.production ul{
    column-count: 2;
}

.about__pros.production li span:last-child{
    padding-right: 44px;
}

.about__pros.production .about__pros-block:first-child{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about__gl{
    padding: 140px 0;
    background-color: var(--blue);
}

.about__gl *{
    color: var(--white);
}

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

.about__gl-block{
    width: calc(50% - 40px / 2);
}

.about__gl-block-list{
    margin-top: -26px;
}

.about__gl-block ul{
    column-count: 2;
}

.about__gl-block ul li{
    padding: 32px 0;
    padding-left: 50px;
    border-bottom: 1px solid var(--grey-separator);
    background: url(/local/templates/template.msi/img/svg/list-bullet-white.svg) no-repeat;
    background-position: left 32px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    color: var(--white);
}

.about-quote{
    background-color: var(--grey-background);
}

.about-quote__block-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 700px;
    width: 100%;
    padding: 170px 0 60px 0;
    height: 100%;
    background: url("/local/templates/template.msi/img/svg/quote-icon.svg") no-repeat left 140px;
}

.about-quote__block-right .title{
    text-transform: unset !important;
}

.section__info-block-about{
    min-height: unset !important;
}

.section__info-block-text,
.section__info-block-text-copy{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
}

.map{
    padding: 140px 0;
    background-color: var(--grey-background);
}

.map__text{
    max-width: 75%;
    margin-bottom: 60px;
    color: var(--grey-label);
}

.map__content{
    position: relative;
    min-height: 735px;
    position: relative;
    background: url("/local/templates/template.msi/img/svg/map-about.svg") no-repeat center center;
}

.map__content::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("/local/templates/template.msi/img/svg/map-russia.svg") no-repeat center center;
    height: 320px;
    width: 320px;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.map__description{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    color: var(--black);
}

.map__block{
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 50%;
    color: var(--black);
    padding: 140px 40px 40px 160px;
    text-align: end;
    background: var(--white) url("/local/templates/template.msi/img/svg/Icon-geography.svg") no-repeat 94% 19%;
}

.about__photo{
    background-color: var(--black);
    padding: 60px 0;
    min-height: 800px;
}

.about__photo-content{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 680px;
}

.about__photo-text{
    position: relative;
    z-index: 2;
    max-width: 49%;
    color: var(--white);
}

.about__photo-img{
    position: absolute;
    width: 50%;
    height: 50%;
}

.about__photo-img-1{
    top: 0;
    right: 0;
}

.about__photo-img-1::before,
.about__photo-img-2::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.about__photo-img-1::before{
    background: linear-gradient(77.43deg, #2D3845 0%, rgba(45, 56, 69, 0) 100%);
}

.about__photo-img-2{
    left: 0;
    bottom: 0;
}

.about__photo-img-2::before{
    background: linear-gradient(257.43deg, #2D3845 0%, rgba(45, 56, 69, 0) 100%);
}

.about__photo + .menu{
    padding: 140px 0;
    margin-bottom: unset;
}

.about__photo-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media(max-width: 1512px){
    .about__gl-content{
        flex-direction: column;
    }

    .about__gl-block{
        width: 100%;
    }

    .about__gl-block ul li{
        height: 90px;
    }
}

@media(max-width: 1200px){
    .about__pros,
    .about__gl,
    .about__photo{
        padding: 100px 0;
    }

    .about__pros-block:first-child{
        padding-right: 70px;
    }

    .map{
        padding: 100px 0;
    }

    .map__content{
        background-size: contain;
    }

    .map__content::before {
        top: 60%;
        left: 50%;
        height: 190px;
        width: 190px;
        transform: translate(-50%, -50%);
        background-size: contain;
    }

    .map__block {
        padding: 89px 40px 10px 15px;
        background: var(--white) url(/local/templates/template.msi/img/svg/Icon-geography.svg) no-repeat 91% 8%;
    }

    .our-production__block-left{
        padding-left: 20px;
    }
}

@media(max-width: 980px){
    .about__description-wrapper{
        background: unset;
        padding: 100px 0;
    }

    .about__photo + .menu {
        padding: 100px 0;
    }

    .about__description-text{
        font-size: 28px;
        max-width: unset;
    }

    .about-quote__block-right{
        padding: 60px 0;
    }
    .about-quote__block-right h2{
        padding-bottom: 30px;
    }

    .our-production__content{
        flex-direction: column;
    }

    .our-production__block{
        width: 100%;
    }

    .our-production__block-left{
        width: 100%;
        padding: 100px 20px;
        margin: unset;
    }

    .about__photo-img{
        width: 90%;
        max-height: 300px;
    }

    .about__photo-text {
        max-width: 69%;
    }

    .about__pros-text{
        max-width: unset;
        padding-bottom: 40px;
    }

    .about__pros-wrapper{
        padding-top: 40px;
        flex-direction: column;
    }

    .about__pros-block{
        width: 100%;
    }

    .about__pros-block:first-child{
        padding-right: unset;
        margin-bottom: 20px;
    }

    .about__pros-block-list-item span:first-child {
        height: 30px;
        width: 30px;
        min-height: 30px;
        min-width: 30px;
    }

    .about__pros-block-list-item {
        padding-bottom: 20px;
    }

    .about__pros.production .about__pros-block-list-item{
        height: 70px;
    }

    .about__pros-block-list-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .about__pros-block-bottom{
        display: none;
    }

    .about__pros-block-bottom-copy{
        display: block;
        margin-top: 25px;
    }
}

@media(max-width: 780px){
    .map__block{
        bottom: 0;
        right: unset;
        left: 0;
        background-color: unset;
        text-align: start;
        padding: unset;
        padding-top: 90px;
        background: url(/local/templates/template.msi/img/svg/Icon-geography.svg) no-repeat left top;
    }

    .map__content{
        background-position: center 36%;
        background-size: 133%;
    }

    .map__content::before {
        top: 42%;
        height: 108px;
        width: 108px;
    }

    .map__block{
        padding-top: 45px;
        font-size: 14px !important;
        line-height: 170% !important;
        background-size: 11%;
    }
}

@media(max-width: 680px){
    .about__gl-block ul li{
        font-size: 15px;
    }

    .about-quote__content{
        flex-direction: column;
    }

    .about-quote__block{
        width: 100%;
    }

    .about-quote__block:first-child{
        margin-bottom: 40px;
    }

    .about-quote__block-right{
        background-position: 22px top;
        padding: 20px 22px 0 22px;
    }

    .about__pros.production ul{
        column-count: 1;
    }

    .about__pros.production .about__pros-block-list-item {
        height: 50px;
    }

    .about__pros.production li span:last-child{
        padding-right: unset;
    }

    .about-quote__block img{
        width: 100vw;
    }
}

@media(max-width: 620px){
    .about__pros,
    .about__gl,
    .about__photo + .menu {
        padding: 80px 0;
    }

    .about__photo{
        padding: 60px 0;
    }

    .about__description-wrapper{
        padding: 80px 0;
    }

    .about__description-text{
        font-size: 24px;
        line-height: 28px;
    }

    .about__description-prod .about__description-text{
        font-size: 23px;
        line-height: 26px;
    }

    .about__gl-block ul{
        margin-top: 10px;
    }

    .about__gl-block ul li{
        padding: 20px 0;
        padding-left: 44px;
        height: unset;
        background-position: left center;
        background-size: 7%;
        padding-right: 20px;
        line-height: 150%;
    }

    .about__gl-block ul {
        column-count: 1;
    }

    .map__text,
    .map__content{
        max-width: unset;
    }

    .map__block,
    .map__description{
        width: 100%;
    }

    .our-production__block-left p{
        font-size: 15px;
        line-height: 150%;
    }

    .our-production__block-left{
        padding: 80px 10px;
    }

    .about__photo-img{
        width: 90%;
        max-height: 125px;
    }

    .about__photo-content {
        min-height: 490px;
    }

    .about__photo-text{
        font-size: 38px !important;
        max-width: 100%;
    }

    .about-quote__block-right h2 {
        padding-bottom: 40px;
    }

    .map__text {
        margin-bottom: 50px;
    }

    .about__photo {
        min-height: 605px;
    }
}
@media(max-width: 490px){
    .about__hist-content {
        padding: 0 10px;
    }

    .about-quote__bottom{
        font-size: 18px !important;
    }

    .map__text{
        line-height: 28px !important;
    }

    .about-quote__block-right {
        background-position: 9px top;
        background-size: 11%;
    }
    .map__content{
        min-height: 535px;
    }
}

@media (max-width: 360px){
    .about-quote__block-right{
        padding-left: 10px;
        padding-right: 10px;
    }

    .map{
        padding-top: 160px;
        padding-bottom: 75px;
    }

    .our-production__block-left p {
        font-size: 16px;
        line-height: 120%;
    }
}

/* Партнерская программа */
.info-top{
    background-color: var(--blue);
    height: 500px;
}

.info-bottom{
    height: 560px;
}

.info-block{
    width: 50%;
}

.info-top, .info-bottom {
    display: flex;
    width: 100%;
}

.info-top__right {
    display: flex;
    align-items: center;
    padding: 40px;
}

.top-right__descr {
    color: var(--white);
}

.info-top img,
.info-bottom img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.info-bottom__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 140px;
    padding-right: 40px;
    padding-left: max(40px, calc((100% - 1480px) / 2));
}

@media(max-width: 1512px){
    .info-bottom__left{
        padding-top: 40px;
    }
}

@media(max-width: 1050px){
    .info-top, .info-bottom {
        flex-direction: column;
    }

    .info-block{
        width: 100%;
        height: 270px;
    }

    .info-block.info-bottom__left{
        height: unset;
    }

    .info-bottom__left {
        padding-top: 85px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .info-bottom__left{
        max-height: unset;
        padding-bottom: 40px;
    }

    .info-top,
    .info-bottom{
        height: unset;
    }

    .info-bottom__descr{
        font-size: 15px;
        line-height: 150%;
    }

    .info-bottom__btn{
        font-size: 16px !important;
        padding: 19px 40px !important;
    }

    .info-bottom__right{
        height: 220px;
    }
}

@media(max-width: 680px){
    .info-top__right {
        padding: 22px;
    }

    .info-bottom__left {
        padding-top: 85px;
        padding-right: 22px;
        padding-left: 22px;
    }
}

@media (max-width: 490px){
    .info-top__right {
        padding: 10px;
    }

    .info-bottom__left {
        padding-top: 85px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* Карьера */
.career__contacts{
    background-color: var(--grey-background);
}

.career__contacts-top{
    padding-bottom: 60px;
    border-bottom: 1px solid var(--blue);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 115%;
    letter-spacing: -0.01em;
    color: var(--black);
}

.career__contacts-bottom{
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.career__contacts-bottom-right{
    display: flex;
    width: calc(100% - 23% - 40px);
}

.career__contacts-bottom-right a{
    display: inline-block;
    color: var(--black);
    transition: color .3s ease;
}

.career__contacts-bottom-right a:hover{
    color: var(--blue);
}

.career__contacts-bottom-right-block{
    padding: 34px 0;
    padding-left: 50px;
    border-bottom: 1px solid var(--grey-separator);
    background: url(/local/templates/template.msi/img/svg/list-bullet.svg) no-repeat;
    background-position: left center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    color: var(--black);
    min-width: calc(50% - 20px);
}

.career__contacts-bottom-right-block:not(:last-child){
    margin-right: 40px;
}

.career__contacts-bottom-left{
    width: 23%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.005em;
}

.btn-tab-career-holder{
    margin-top: 60px;
}


@media(max-width: 920px){
	.career__contacts-bottom{
		align-items: flex-start;
	}

	.career__contacts-bottom-right{
		flex-direction: column;
        margin-top: -34px;
	}

    .career__contacts-bottom-left{
        font-size: 16px;
    }

    .btn-tab-career-holder{
        overflow-x: scroll;
        overflow: -moz-scrollbars-none;
        scrollbar-width: none;
        padding: 0 22px;
        -ms-overflow-style: none;
    }

    .btn-tab-career-holder::-webkit-scrollbar {
        display: none;
        -webkit-appearance: none;
        width: 0;
        height: 0;
    }
}

@media (max-width: 744px){
    .btn-tab-career-holder {
        padding: 0 22px;
        margin-top: 44px;
    }
}

@media(max-width: 720px){
    .career__contacts-top{
        padding-bottom: 40px;
    }

    .career__contacts-bottom{
        padding-top: 40px;
    }

	.career__contacts-top{
		font-size: 24px;
	}

    .career__contacts-bottom{
        flex-direction: column;
    }

    .career__contacts-bottom-right{
        margin-top: unset;
    }

    .career__contacts-bottom-left,
    .career__contacts-bottom-right,
    .career__contacts-bottom-right-block{
        width: 100%;
    }

    .career__contacts-bottom-right-block:not(:last-child){
        margin-right: unset;
    }
}

@media (max-width: 490px){
    .btn-tab-career-holder {
        padding: 0 10px;
    }

    .btn-tab-career:not(:last-child) {
        margin-right: 8px;
    }
}
/* Производство */
.production__content{
    background-color: var(--grey-background);
    display: flex;
    justify-content: space-between;
    max-height: 770px;
    flex-direction: row-reverse;
}

.production__content-block{
    width: calc(50% - 40px / 2);
}

.production__content-block-wrapper{
    max-width: 760px;
    margin-left: auto;
    padding-left: 40px;
}

.production__content-block-title{
    width: 120%;
}

.production__content-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100%;
}

.production__moto{
    background: url(/local/templates/template.msi/img/production-bg.png) var(--grey-2-background);
    background-repeat: no-repeat;
    background-position: right center;
}

.production__moto-text{
    max-width: 75%;
    margin-bottom: 0 !important;
}

.production__invite{
    position: relative;
    height: 666px;
}

.production__invite img{
    max-height: 666px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.production__invite-block-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
}

.production__invite-block-wrapper .container{
    position: relative;

}

.production__invite-block{
    width: 1560px;
}

.production__invite-block-container{
    max-width: 520px;
    padding: 80px 60px;
    background-color: var(--grey-2-background);
}

.production__invite-block-title,
.production__invite-block-text{
    margin-bottom: 40px;
    color: var(--black);
}
@media(max-width: 1200px){
    .production__content-block-wrapper{
        padding-left: 20px;
    }
}
@media(max-width: 960px){
    .production__content{
        flex-direction: column;
        max-height: unset;
    }

    .production__content-block{
        width: 100%;
    }

    .production__content-block-wrapper{
        padding: 80px 20px;
        max-width: unset;
    }

    .production__content-block-title{
        width: 100%;
    }

    .production__invite{
        position: relative;
        height: unset;
        background-color: var(--grey-2-background);
    }

    .production__invite img{
        max-height: 666px;
        object-fit: cover;
        width: 100%;
        height: 260px;
    }

    .production__invite-block-wrapper{
        position: unset;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
    }

    .production__invite-block-wrapper .container{
        position: relative;
    }

    .production__invite-block{
        width: 100%;
    }

    .production__invite-block-container{
        max-width: unset;
        width: 100%;
        padding: 40px 0;
    }
}

@media(max-width: 744px){
    .production__content-block-wrapper{
        padding: 80px 22px;
    }

    .production__moto {
        background-position: right bottom;
        background-size: 100%;
    }

    .production__moto-text{
        max-width: unset;
    }

    .production__moto{
        min-height: 367px;
    }
}

@media(max-width: 490px){
    .production__content-block:first-child{
        max-height: 295px;
        overflow: hidden;
    }

    .production__content-block-wrapper{
        padding: 80px 10px;
    }

    .production__content-block-text {
        line-height: 154%;
    }

    .production__invite-block-title{
        margin-bottom: 20px;
    }

    .production__invite-block-text{
        line-height: 170%;
        margin-bottom: 20px;
    }
}

.info-section-packaging .section__info-block-text-copy{
    display: none;
}

.equipment__table{
    padding-bottom: 0;
}

.equipment__table-content table tbody tr td:first-child{
    color: var(--grey-label);
}

.equipment__table-content table tbody tr td:last-child{
    width: 23%;
}

@media(max-width: 970px){
    .equipment__table-content table tbody tr td:first-child{
        width: 0;
        overflow: hidden;
        display: none;
    }

    .equipment__table-content table tr{
        position: relative;
    }

    .equipment__table-content table tbody tr td:not(:last-child){
        padding-right: 20px;
    }

    .equipment__table-content table tbody tr td:last-child{
        position: absolute;
        right: 0;
        top: 0;
        width: unset;
    }

    .equipment__table-content table thead tr th:last-child{
        position: absolute;
        right: 0;
        top: 0;
    }

    .info-section-packaging .section__info-block-text-copy{
        display: block;
    }

    .info-section-packaging .section__info-block-text{
        display: none;
    }
}

.packaging__list-title{
    color: var(--black);
}

.packaging__list-block-header{
    color: var(--black);
    margin-bottom: 40px;
}

.packaging__list-wrapper{
    display: flex;
    justify-content: space-between;
}

.packaging__list-block{
    width: calc(50% - 20px);
}

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

.packaging__photo{
    max-height: 865px;
    overflow: hidden;
}

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

@media(max-width: 744px){
    .packaging__list-wrapper{
        flex-direction: column-reverse;
    }

    .packaging__list-block{
        width: 100%;
    }

    .packaging__list-block ul{
        margin-bottom: 40px;
    }

    .info-section-packaging ul{
       margin-top: -60px;
    }

    .section__info-block-text-copy{
        margin-top: -20px;
        font-size: 15px;
        line-height: 150%
    }

    .packaging__list{
        padding-top: 120px;
    }

    .packaging__list-block-header {
        margin-bottom: 27px;
    }
}

.q-control__info{
    background-color: var(--grey-background);
}

.q-control__info-description{
    padding-bottom: 60px;
    margin-bottom: 60px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 115%;
    letter-spacing: -0.01em;
    color: var(--black);
    border-bottom: 1px solid var(--blue);
    padding-right: 390px;
}

.q-control__info-content{
    display: flex;
    justify-content: space-between;
}

.q-control__info-left{
    width: calc(25% - 20px);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.005em;
    color: var(--black);
}

.q-control__info-right{
    width: calc(75% - 20px);
}

.q-control__info-right ul{
    column-count: 2;
    /* min-height: 300px; */
    margin-top: -34px;
}

.q-control__info-right ul li{
    padding: 34px 0;
    padding-left: 50px;
    border-bottom: 1px solid var(--grey-separator);
    background: url(/local/templates/template.msi/img/svg/list-bullet.svg) no-repeat;
    background-position: left center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    color: var(--black);
    page-break-inside: avoid;
    break-inside: avoid;
}

.q-control__main-content{
    display: flex;
    justify-content: space-between;
}

.q-control__main-content *{
    color: var(--black);
}

.q-control__main-block{
    width: calc(50% - 20px);
}

.q-control__main-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.q-control__main-block-text{
    margin-bottom: 20px;
}

.q-control__main-block-bottom{
    display: flex;
    justify-content: space-between;
}

.q-control__main-block-bottom-item{
    width: calc(50% - 20px);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    padding-top: 30px;
    border-top: 1px solid var(--grey-separator);
}

.q-control__main-block-bottom-item a{
    display: block;
    background: url(/local/templates/template.msi/img/svg/document.svg) no-repeat left center;
    background-size: contain;
    padding-left: 30px;
    transition: .3s ease;
}

.q-control__main-block-bottom-item a:hover{
    color: var(--blue);
}

@media(max-width: 1200px){
    .q-control__info-description{
        padding-right: unset;
    }
}

@media(max-width: 970px){
    .info-section-control .section__info-block-text{
        font-size: 15px;
        line-height: 150%;
    }

    .info-section-control .section__info-block ul{
        margin-top: -15px;
    }

    .q-control__main-content{
        flex-direction: column-reverse;
    }

    .q-control__main-block{
        width: 100%;
    }

    .q-control__main-block:last-child{
        margin-bottom: 40px;
    }
}

@media(max-width: 850px){
    .q-control__info-content{
        flex-direction: column;
    }

    .q-control__info-left,
    .q-control__info-right{
        width: 100%;
    }

    .q-control__info-left{
        margin-bottom: 20px;
    }

    .q-control__info-right ul{
        column-count: 1;
    }
}

@media(max-width: 680px){
    .q-control__info-description{
        font-size: 24px;
        line-height: 115%;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .q-control__info-left{
        font-size: 16px;
        line-height: 120%;
    }

    .q-control__info-right ul{
        margin-top: -15px;
    }

    .q-control__info-right ul li{
        padding: 20px 0;
        padding-left: 45px;
        font-size: 15px;
        line-height: 150%;
        background-size: 7%;
    }

    .q-control__main-block-bottom{
        flex-direction: column;
    }

    .q-control__main-block-bottom-item{
        width: 100%;
    }

    .q-control__main-block-bottom-item:first-child{
        margin-bottom: 20px;
    }
}

/* End */


/* Start:/local/components/ma/site.settings/templates/template1/style.css?16510591475573*/
.arcticmodal-overlay {
    opacity: 0.25 !important;
}

.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { margin: 0; padding: 0; border: 0; border-collapse: collapse; overflow: auto; -webkit-overflow-scrolling: touch;}
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i {
    height: 100%;
    /* margin: 0 auto; */
    width: 100%;

}
.arcticmodal-container_i2 {
    position: relative;
        padding: 24px;
        margin: 0; border: 0;
        vertical-align: middle;
        padding: 0 !important;
        height: 100%;
     }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url('/local/components/ma/site.settings/templates/template1/img/loading.gif') no-repeat 50% 50%;
    opacity: .8;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.m-box-modal {
    position: relative;
    min-width: 850px;
    /* min-height: 99vh; */
    height: 100%;
    background-color: #FFF;
    /* -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 8px 30px -5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 1px 1px 10px #aaa;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 8px 30px -5px rgba(0, 0, 0, .5); */
    color: #000;
    max-width: 850px;
    margin-left: auto;
    /* transform: translateX(100%); */
    transition: transform .5s ease;
}
    .m-box-modal .box-modal_close {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        text-indent: -1000px;
        background: transparent;
        border: none;
        color: #000;
        cursor: pointer;
        overflow: hidden;
    }

    .m-box-modal .box-modal_close::before,
    .m-box-modal .box-modal_close::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 1px;
        margin-top: -1px;
        margin-left: -5px;
        background: #b1b1b1;
    }

    .m-box-modal .box-modal_close::before {
        transform: rotate(45deg);
    }

    .m-box-modal .box-modal_close::after {
        transform: rotate(-45deg);
    }

    .m-box-modal .box-modal_close {
        width: 90px;
        height: 90px;
        background-color: var(--black);
        transition: background-color .3s ease-out;
    }

    .m-box-modal .box-modal_close::before, .m-box-modal .box-modal_close::after {
        margin-top: -3px;
        margin-left: -8px;
        width: 20px;
        height: 3px;
        background-color: var(--white);
    }

    .m-box-modal .box-modal_close:hover {
        background-color: var(--blue);
    }

    .m-box-modal .b-mod-title {
        display: none;
    }

     .m-box-modal .b-mod-title {
        padding: 15px 25px;
        border-bottom: 1px solid #e8ebed;
    }
        .m-box-modal .b-mod-title h1 {
            margin: 0;
            padding: 0;
            font-size: 18px;
        }

    .m-box-modal .b-content-ajax {
        padding: 90px 95px;
    }


.b-up_button {
    position: fixed;
    right: 30px;
    bottom: 50px;
    display: none;
    width: 39px;
    height: 40px;
    z-index: 100;
}

.b-up_button span {
    display: block;
    height: 100%;
    background: url('/local/components/ma/site.settings/templates/template1/img/up.jpg') no-repeat 0px 0px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

@media(max-width: 890px){
    .m-box-modal{
        min-width: unset;
        min-height: 100vh;
    }

    .arcticmodal-container_i{
        width: 100%;
    }

    .arcticmodal-container_i2{
        padding: unset;
    }

    .m-box-modal .b-content-ajax{
        padding: 90px 40px;
    }
}

@media(max-width: 540px){
    .m-box-modal .b-content-ajax{
        padding: 60px 10px;
    }

    .m-box-modal .box-modal_close {
        width: 60px;
        height: 60px;
    }

    .m-box-modal .box-modal_close::before, .m-box-modal .box-modal_close::after {
        margin-top: -3px;
        margin-left: -8px;
        width: 20px;
        height: 3px;
    }
}

/*Radio button*/

.ma_custom_radio_button {
    padding: 0px 0px 0px 20px;
    position: relative;
    background: url('/local/components/ma/site.settings/templates/template1/img/button.png') no-repeat 0px 2px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

*+html .ma_custom_radio_button {
    display: inline;
    zoom: 1;
}

*html .ma_custom_radio_button {
    display: inline;
    zoom: 1;
}

.ma_custom_radio_button.checked {
    background-position: 0px -33px;
}

    .ma_custom_radio_button input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }

/*Placeholder*/

input.custom-input-placeholder,
textarea.custom-textarea-placeholder {
    color: #000;
}

input.placeholder-color,
textarea.placeholder-color {
    color: #ccc;
}

/*checkbox*/

.ma_custom_checkbox_button {
    padding: 0px 0px 0px 22px;
    position: relative;
    background: url('/local/components/ma/site.settings/templates/template1/img/checkbox.png') no-repeat 0px 0px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

*+html .ma_custom_checkbox_button {
    display: inline;
    zoom: 1;
}

*html .ma_custom_checkbox_button {
    display: inline;
    zoom: 1;
}

.ma_custom_checkbox_button.checked {
    background-position: 0px -100px;
}

    .ma_custom_checkbox_button input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }

/* End */


/* Start:/local/templates/template.msi/components/ma/breadcrumb/msi-bc/style.css?1651751863979*/
.bc-section{
	position: absolute;
	margin-bottom: 10px;
	width: 100%;
}

.bc{
	display: flex;
}

.bc-item {
	margin-right: 5px;
	display: flex;
	z-index: 3;
}

.bc-item-last span:last-child{
	color: var(--white);
}

.bc-item a,
.bc-item span{
	color: var(--grey-label);
	transition: color .3s ease;
}
.bc-item a:hover{
	color: var(--blue);
}

.bc_separator{
	margin-right: 5px;
}

@media(max-width: 920px){
	.bc-item{
		display: none;
	}

	.bc-item:nth-last-child(3){
		display: flex;
		position: relative;
	}

	.bc-item:nth-last-child(3) .bc_separator{
		display: none;
	}

	.bc-item:nth-last-child(3) a{
		padding-left: 25px;
	}

	.bc-item:nth-last-child(3)::before{
		position: absolute;
		content: '<';
		left: 0;
		top: 0;
		transform: translateY(-1px);
	}
}

@media (max-width: 490px){
	.bc-item a{
		font-size: 13px;
		line-height: 170%;
	}

	.bc-item:nth-last-child(3)::before{
		transform: translateY(-3px);
	}

	.bc-item:nth-last-child(3) a{
		padding-left: 15px;
	}
}

/* End */
/* /local/templates/template.msi/css/global/font.css?16432665845121 */
/* /local/templates/template.msi/css/global/global.css?165244394214227 */
/* /local/templates/template.msi/css/layout/blocks.css?165175021931339 */
/* /local/templates/template.msi/css/layout/content.css?165226744629146 */
/* /local/components/ma/site.settings/templates/template1/style.css?16510591475573 */
/* /local/templates/template.msi/components/ma/breadcrumb/msi-bc/style.css?1651751863979 */