/* Start:/local/templates/template.msi/css/global/font.css?16667865135121*/
/* 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?166678651314227*/
﻿
/* 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?169814196431379*/
/* 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;
  min-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;
    min-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?166678651329146*/
/* 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/templates/template.msi/css/global/custom.css?170314523916337*/
/* KINT CSS*/
.kint-rich {
    position: relative;
    z-index: 999;
}

/* BANNER */
.banner__text-title.no-margin {
    margin-bottom: 0;
}

@media (max-width: 490px) {
    .banner__arrow {
        bottom: -30px;
    }
}


/* BREADCRUMBS */

@media (max-width: 1512px) {
    .bc-section {
        top: 100px;
    }
}

@media (max-width: 1200px) {
    .bc-section {
        /*top: 60px;*/
        top: 20px;
    }
}

/* SERVICES */
.services-subelements {
    display: flex;
    flex-direction: column;
}

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

.services-subelements__item {
    display: block;
    width: calc(20% - (10px * 4));
    margin-right: 10px;
    margin-bottom: 30px;
}

.services-subelements__item-link {
    display: block;
    /*max-width: 200px;*/
}

.services-subelements__img {
    margin-bottom: 20px;
}

.services-subelements__name {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    transition: color .3s ease;
}

.services-subelements__item-link:hover .services-subelements__name{
    color: #0057B7;
}

.services-subelements__items-title {
    font-size: 30px;
    margin-bottom: 30px;
}

.services-subelements__block {
    margin-bottom: 50px;
}

@media(max-width: 1200px) {
    .services-subelements__item {
        width: calc(30% - (10px * 3));
    }
}

@media(max-width: 768px) {
    .services-subelements__item {
        width: calc(50% - (10px * 2));
    }
}

/* SUB SERVICES */
.services-detail__nav {
    display: none;
}

.service-detail__inner {
    display: flex;
}

.service-detail__inner-left {
    width: 30%;
    padding-top: 80px;
}

.service-detail__inner-right {
    width: 70%;
}

.services-detail__type-name {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    transition: color .3s ease;
    text-transform: uppercase;
    color: #808891;
    padding-left: 15px;
    margin: 15px;
}

.services-detail__menu {
    max-width: 300px;
}

.services-detail__menu-item {
    margin-bottom: 10px;
}

.services-detail__menu-link {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    color: #2D3845;
    transition: color .3s ease;
}

.services-detail__menu-link.active {
    color: #0057B7;
}

.services-detail__menu-link:hover {
    color: #0057B7;
}

@media(max-width: 768px) {
    .service-detail__inner-left {
        display: none;
    }

    .service-detail__inner-right {
        width: auto;
    }
}

/* SUB SERVICES NEW */
.services-detail__service-content {
    margin-bottom: 100px
}

.service-detail__subservice-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 140px;
}

.service-detail__subservice.service-detail__subservice--first {
    width: calc(50% - 20px);
}

.service-detail__subservice {
    width: calc(50% - 20px);
}

.service-detail__subservice-items {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.service-detail__subservice-title {
    font-family: 'Druk Cyr';
    font-weight: bold;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

.service-detail__subservice-item {
    font-family: 'Inter';
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    padding: 15px 0;
    padding-left: 50px;
    background: url(/local/templates/template.msi/img/svg/list-bullet-grey.svg) no-repeat;
    background-position: left center;
}

.service-detail__subservice-item > a {
    color: #0057B7;
    transition: color .3s ease;
}

.service-detail__subservice-item > a:hover {
    text-decoration: underline;
}

.services-detail__items-block-list-item > a {
    color: #0057B7;
    transition: color .3s ease;
}

.services-detail__items-block-list-item > a:hover {
    text-decoration: underline;
}

@media(max-width: 1512px) {
    .service-detail__subservice-item {
        font-size: 14px;
    }
}

@media(max-width: 1200px) {
    .service-detail__subservice-wrap {
        flex-direction: column;
    }

    .service-detail__subservice.service-detail__subservice--first {
        width: 100%;
        margin-bottom: 20px;
    }

    .service-detail__subservice {
        width: 100%;
    }

    .service-detail__subservice-item {
        line-height: 170%;
    }
}

@media (max-width: 768px) {
    .service-detail__subservice-items {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}


/* SUB SERVICE DETAIL */
.services-detail__subdetail-text {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    margin: 0 auto 40px;
    padding: initial;
    color: #2D3845;
}

.services-detail__subdetail-text a {
    display: inline-block;
}

.services-detail__subdetail-text ul {
    list-style: disc;
    margin: auto;
    padding-inline-start: 40px;
    padding-top: 5px;
    padding-bottom: 5px
}

.services-detail__subdetail-text ul > li {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    margin: auto;
    padding: initial;
    color: #2D3845;
}

.services-detail__subdetail-text ol {
    margin: auto;
    padding-inline-start: 40px;
    padding-top: 5px;
    padding-bottom: 5px
}

.services-detail__subdetail-text ol > li {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    margin: auto;
    padding: initial;
    color: #2D3845;
}

.services-detail__examples {
    margin-bottom: 30px;
}

.services-detail__examples-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

.service-detail__example {
    width: calc(33.33333% - 5px);
}

@media(max-width: 1200px) {
    .service-detail__example {
        width: calc(50% - 5px);
    }
}

.services-detail__form {
    max-width: 900px;
    margin-bottom: 30px;
}

.services-detail__form h2 {
    margin-bottom: 60px;
}

.services-detail__form-text {
    margin-bottom: 30px;
}

.subservice-form {
    display: flex;
    flex-direction: column;
}

.subservice-form__group--inputs {
    display: flex;
    justify-content: space-between;
}

.subservice-form__group {
    margin-bottom: 20px;
}

.subservice-form__file {
    display: none;
}

.subservice-form__labelfile {
    display: none;
}

.subservice-form__labelfile.active {
    display: block;
}

.subservice-form input[type="text"],
.subservice-form input[type="email"],
.subservice-form textarea,
.subservice-form__labelfile {
    height: 40px;
    margin: 0;
    padding: unset;
    background: #FFF;
    border: none;
    border-bottom: 1px solid var(--grey-2-label);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    transition: border .3s ease;
}

.subservice-form input[type="submit"] {
    border: none;
}

.subservice-form .subservice-form__description {
    height: auto;
    width: 100%;
}

.subservice-form__done {
    display: none;
}

.subservice-form__done.active {
    display: block;
}

.subservice-form__done p {
    font-weight: 700;
}

@media(max-width: 1200px) {
    .subservice-form__group--inputs {
        flex-direction: column;
    }

    .subservice-form .subservice-form__group--inputs input {
        margin-bottom: 10px;
    }
}

.services-detail__faq h2 {
    margin-bottom: 60px;
}

.subservice-faq__items {
    display: flex;
    flex-direction: column;
}

@media(max-width: 768px) {
    .subservice-faq__items {
        padding-left: 45px;
    }
}

.subservice-faq__item {
    margin-bottom: 20px;
}

.subservice-faq__question::before {
    display: block;
    content: "";
    background-color: #151515;
    width: 25px;
    height: 1px;
    position: relative;
    left: -45px;
    top: 12px;
}

.subservice-faq__question {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 18px;
    line-height: 135%;
    margin-bottom: 15px;
}

.subservice-faq__answer {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
}

.subservice__partners .partners {
    margin-top: 100px;
}

@media(max-width: 490px) {
    .subservice__partners .partners {
        margin-top: 75px;
        max-width: 400px;
    }
}

.statistic-container--fullwidth {
    width: 100vw;
    margin-left: calc(-50vw + 28%);
}

.services-detail__statistic h2 {
    margin-bottom: 60px;
}

@media(max-width: 490px) {
    .statistic-container--fullwidth {
        width: auto;
        margin-left: 0;
    }
}

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

.use__content-block{
    width: calc(25% - 40px * 3 / 4);
}

.use__content-block-number{
    margin-bottom: 20px;
    color: var(--blue);
}

.use__content-block-description{
    color: var(--black);
}

.use__content-block-img{
    margin-bottom: 18px;
    object-fit: cover;
    max-height: 340px;
    width: 100%;
}

@media (max-width: 744px){
    .use__content{
        flex-wrap: wrap;
    }

    .use__content-block{
        width: calc(50% - 10px);
        margin-bottom: 40px;
    }

    .use__content-block-number{
        margin-bottom: 15px;
    }
}

@media (max-width: 460px){
    .use__content-block{
        width: calc(50% - 5px);
    }

    .use__content-block-img{
        max-height: 165px;
    }
}




/* HEADER */

.city-select {
    display: flex;
    align-items: center;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    margin-right: 40px;
    cursor: pointer;
}

.city-select--mobile {
    display: none;
}

@media(max-width: 670px) {
    .city-select {
        display: none;
    }

    .city-select--mobile {
        display: block;
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
        text-align: center;
    }
}

.city-select svg {
    margin-left: 10px;
}

@media(max-width: 1585px) {
    .city-select {
        font-size: 12px;
        margin-right: 20px;
    }

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

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

    .header__right-top-request {
        font-size: 12px;
        padding: 5px 15px;
    }

    .header__left-name {
        font-size: 14px;
    }
	.header__right-bottom-nav-list-item:not(:last-child) {
		margin-right: 30px;
	}
}

@media(max-width: 1400px) {
    .city-select {
        font-size: 12px;
        margin-right: 20px;
    }

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

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

    .header__right-top-request {
        font-size: 12px;
        padding: 5px 15px;
    }

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

@media(max-width: 1320px) {
	.header__right-top-address {
		display: none;
	}
}

@media(max-width: 900px) {
    .header__right-top-request--ordercall {
        display: none;
    }
}

/*
.header__right {
    max-width: 81%;
}

.header__right-top-link {
    color: var(--black);
    transition: color .3s ease;
    margin-right: 40px;
    white-space: nowrap;
}

.header__right-top-link.active,
.header__right-top-link:hover {
    color: var(--blue);
}

.header__right-top-phone {
    background-color: var(--blue);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    transition: background .3s ease;
    margin-right: 5px;
}

.header__right-top-request--mobile {
    display: none;
}

@media (max-width: 1150px) {
    .header__right-top-phone {
        display: flex;
        height: 32px;
        width: 32px;
    }

    .header__right-top-link {
        display: none;
    }
}

@media(max-width: 768px) {
    .header__right-top-request {
        display: none;
    }

    .header__right-phone-mobile {
        margin-bottom: 10px;
    }

    .header__right-top-request--mobile {
        display: block;
        font-size: 14px;
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 530px) {
    .header__left-name {
        display: block;
        font-size: 10px;
        margin-left: 5px;
    }
}*/

/*  ======================================================================
        MODAL WINDOW
========================================================================== */

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 510px;
    width: 100%;
    min-width: 320px;
    z-index: 2000;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

/*--------- Modal Window - Close ---------*/
.md-close {
    position: absolute;
    top: -1px;
    right: 0px;
    width: 40px;
    height: 40px;
    padding: 12px;
    background-color: #000;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.md-close.fixed-top {
    position: fixed;
}

.md-close svg {
    display: block;
    fill: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.md-close:hover svg {
    fill: #f00;
}

/*--------- Modal Window - Overlay ---------*/
.md-overlay {
    position: fixed;
    visibility: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    opacity: 0;
    background: #000;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-overlay.md-show {
    opacity: .6;
    visibility: visible;
}

/*--------- Modal Window - Animation window ---------*/
.md-modal .md-content {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-modal .md-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*--------- Modal Window - Content ---------*/
.md-top {
    margin-bottom: 18px;
}

.md-content {
    position: relative;
    background-color: #fff;
    color: #434343;
    padding: 26px 32px 30px 32px;
}

.md-title {
    font-size: 22px;
    color: #213c79;
    text-align: center;
}


/*--------- Modal Window - City Select ---------*/
.md-modal--city-select {
    width: 100%;
    height: 100%;
    max-width: 915px;
    max-height: 700px;
}

.close-dropdown-menu {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.close-dropdown-menu--modal {
    z-index: 1;
}

.close-dropdown-menu svg path,
.close-dropdown-menu svg circle {
    transition: all .2s;
}

.close-dropdown-menu--modal svg path {
    fill: #939393;
}
.close-dropdown-menu--modal svg circle {
    stroke: #939393;
}
.close-dropdown-menu--modal:hover svg path {
    fill: #000;
}
.close-dropdown-menu--modal:hover svg circle {
    stroke: #000;
}

.md-content--city-select {
    height: 100%;
    width: 100%;
    padding: 77px 76px 30px;
    background-size: 106px;
}

.city-select-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: wrap;
    max-height: 434px;
    align-items: flex-start;
    justify-content: flex-start;
}

.city-select-group {
    margin-bottom: 23px;
    display: flex;
    flex-direction: column;
}

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

.city-select-item {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    color: var(--black);
    transition: color .3s ease;
}

.footer__left-email.subtitle-2 span {
    text-decoration: none !important;
}

.text ol, .text ul {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    color: var(--black);
    padding-left: 20px;
    margin: 20px 0;
}
.text ul {
    list-style: inherit;
}
/* End */


/* Start:/local/components/ma/site.settings/templates/template1/style.css?16667865215573*/
.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/news.list/banner/style.css?166678651112657*/
.bc-section {
    top: 140px;
}

.banner {
    position: relative;
    background-color: var(--black);
}

.banner-prod .banner__container{
    min-height: 800px;
}

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

.banner__background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

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

.banner-control{
    height: 800px;
}

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

.banner__background-rec + .banner__text .banner__block{
    padding-bottom: 192px;
}

.banner__background-rec + .banner__text .banner__block .banner__group-btn{
    margin-top: unset;
}

.banner__text{
    position: relative;
    z-index: 2;
}

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

.banner__text-moto{
    font-family: 'Druk Cyr';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--white-50);
    margin-bottom: 10px;
}

.banner__text-moto span{
    display: inline-block;
    height: 2px;
    width: 14px;
    background-color: var(--white-50);
    margin-right: 10px;
    transform: translateY(-5px);
}

.headline-top {
    padding-top: 35px;
}

.banner__block-info img{
    margin-left: 50px;
    /* height: 100%;
    width: 100%;
    object-fit: contain; */
}

.certificates-link {
    color: var(--blue);
}

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

.reviews-container {
    margin: 0 auto;
    max-width: 1480px;
}

.description-text {
    width: 70%;
    font-size: 32px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: -1px;
}

.ban-description {
    color: var(--white)
}

.banner__text-subtitle-2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.005em;
}

.banner__block {
    padding-top: 170px;
    height: 100%;
    position: relative;
    padding-bottom: 235px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
}

.banner__block-right{
    margin-left: 40px;
    min-width: calc(50% - 20px);
}

.banner__block-icon{
    position: absolute;
    bottom: 220px;
    right: 40px;
}

.banner__block-icon img{
    height: 100%;
    width: 100%;
}

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

.banner__block-info {
    position: relative;
    top: 34px;
}

.banner__block-info ul {
    column-count: 2;
}

.banner__block-info 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-white.svg) no-repeat;
    background-position: left center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 100%;
    color: var(--white);
}

.banner__group-btn{
    margin-top: 60px;
}

.banner__text-btn-copy {
    display: none;
}

.banner__group-btn {
    display: flex;
}

.btn-filled {
    margin-right: 20px;
}

.btn-download {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--white);
}

.btn-download svg {
    position: absolute;
    left: 21px;
    color: var(--blue);
    transition: color .3s ease-out;
}

.btn-download:before {
	content: '';
    display: inline-block;
    margin-right: 20px;
    height: 60px;
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    background-color: var(--white);
    transition: background-color .3s ease-out;
}

.btn-download:hover::before {
    background-color: var(--blue);
}

.btn-download:hover svg {
    color: var(--white);
}

.link-text {
    display: inline-flex;
    flex-direction: column;
}

.link-text .presentation_file-type {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--white-50);
}

.banner__text-title{
    font-family: 'Druk Cyr';
    font-style: normal;
    font-weight: 700;
    font-size: 78px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 60px;
}

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

  .banner__text-live:hover{
      background-color: var(--white);
  }

  .banner__text-live-descr{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    color: var(--black);
    margin-bottom: 24px;
  }

  .banner__arrow{
      position: absolute;
      bottom: 40px;
      left: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid var(--white-50);
      border-radius: 50%;
      transform: translateX(-50%);
      min-width: 60px;
      min-height: 60px;
      cursor: pointer;
  }

  .btn-download-text{
      font-family: 'Inter';
      font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 135%;
  }

  .btn-download-text-bottom{
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: var(--white-50);
    text-transform: uppercase;
  }

  .btn-download:hover svg path{
      fill: var(--white);
  }

  .banner__background-rec{
      max-height: 560px;
      height: 100%;
  }
  .banner__block.banner__block-career{
    padding: unset;
    padding-top: 80px;
}

.banner__block.banner__block-career-left,
.banner__block.banner__block-career{
    padding-bottom: 145px !important;
}

@media (max-width: 1512px) {
    .bc-section {
        top: 60px;
    }

    .banner__text-subtitle-2 {
        font-size: 20px;
    }

    .banner__block {
        padding-top: 130px;
        padding-bottom: 160px;
    }

    .banner__block-info ul li {
        padding: 30px 0;
        padding-left: 50px;
        background-size: 12%;
        font-size: 16px;
        line-height: 120%;
        max-height: 100px;
    }

    .banner__block-icon{
        position: absolute;
        bottom: 40px;
    }

    .banner__text-moto{
        font-size: 18px;
    }

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

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

      .banner__text-live{
          bottom: 125px;
          max-width: 170px;
          padding: 20px;
      }

      .banner__text-live-btn{
          transform: scale(0.8);
      }
}

@media(max-width: 1350px){
    .banner__block-info img{
        margin-left: 85px;
        /* height: 100%;
        width: 100%;
        object-fit: contain; */
    }
}

@media (max-width: 1200px) {
    .bc-section {
        top: 20px;
    }
    .banner__text-subtitle-2 {
        font-size: 18px;
    }

    .banner__group-btn{
        margin-top: 50px;
    }

    .banner__block-info ul {
        margin-bottom: 35px;
    }

    .banner__block-info ul li {
        padding: 20px 0;
        padding-left: 35px;
        background-size: 11%;
        font-size: 15px;
        max-height: 60px;
    }

    .banner__block {
        padding-top: 85px;
        padding-bottom: 100px;
    }

    .banner__text-moto{
        font-size: 16px;
    }

    .banner__text-title{
        font-size: 58px;
    }

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

      .banner__text-live{
        max-width: 175px;
        bottom: 70px;
      }

      .banner__block-icon{
          right: 20px;
      }

      .banner__block-info img{
        margin-left: 0px;
        /* height: 100%;
        width: 100%;
        object-fit: contain; */
    }
}

@media (max-width: 920px) {
    .bc-section *{
        color: var(--white) !important;
    }
    .banner-prod .banner__container{
        min-height: unset;
    }

    .banner-prod .banner__container{
        min-height: 503px;
    }

    .banner-control{
        height: 585px;
    }

    .banner-control .banner__text{
        transform: translateY(-108px);
    }

    .banner__background-blue{
        background-size: 100% !important;
    }

    .banner-prod .banner__block:first-child,
    .banner-pack .banner__block:first-child{
        padding-top: 32px;
    }

    .banner__container{
        padding: unset !important;
    }

    .banner__text-title,
    .banner__text-subtitle-2,
    .banner__block-right,
    .banner__group-btn,
    .banner__text-moto{
        padding: 0 22px;
    }

    .banner__text-btn-copy {
        display: block;
    }

    .banner__text-subtitle-2 {
        font-size: 20px;
    }

    .banner__background-rec + .banner__text .banner__block {
        padding-bottom: unset;
    }

    .banner__group-btn{
        margin-top: 40px;
        flex-direction: column;
    }

    .banner__btn-secondary{
        margin-top: 32px;
    }

    .banner__block-info ul li {
        padding: 22px 0;
        padding-left: 35px;
        background-size: 7%;
        font-size: 14px;
        line-height: 135%;
    }

    .banner__block-info ul {
        margin-bottom: 40px;
    }

    .banner__block-icon{
        position: relative;
        bottom: unset;
        right: unset;
        max-width: 80px;
        max-height: 80px;
    }

    .banner__block {
        padding-top: 40px;
        padding-bottom: 40px;
        min-width: 100%;
    }

    .banner__block {
        padding: unset;
    }

    .banner__block-right{
        margin-left: unset;
    }

    .banner__text{
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .banner__text-title{
        max-width: 100%;
    }

    .banner__container {
        flex-wrap: wrap;
    }

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

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

    .banner__text-live{
        position: relative;
        bottom: unset;
        right: unset;
        left: 22px;
        max-width: 200px;
        margin-top: 110px;
        padding: 15px;
      }

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

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

    .banner__arrow {
        left: unset;
        right: 20px;
        bottom: 0;
        transform: unset;
        min-width: 50px;
        min-height: 50px;
    }

    .banner__block-icon{
        margin-top: 105px;
    }

    .banner-pp .banner__block-right{
        min-height: 180px;
    }

    .banner__block-info img{
        display: block;
        margin: 0 auto;
        max-height: 130px;
        object-fit: contain;
        margin-bottom: 16px;
    }

    .banner__block.banner__block-career-left, .banner__block.banner__block-career {
        padding-bottom: unset !important;
    }

    .banner__block.banner__block-career {
        padding-top: 27px;
    }
}

@media (max-width: 490px) {

    .bc-section *{
        color: var(--white) !important;
    }

    .banner__text-title,
    .banner__text-subtitle-2,
    .banner__block-right,
    .banner__text-moto,
    .banner__group-btn{
        padding: 0 10px;
    }

    .banner__block-info ul {
        column-count: 1;
    }

    .banner__background-rec + .banner__text .banner__block .banner__group-btn {
        margin-top: 20px;
    }

    .banner-not-main .banner__background {
        height: 725px;
    }

    .banner-not-main.small-banner .banner__background {
        height: 580px;
    }

    .banner__text-moto{
        font-size: 14px;
    }

    .banner__text-title{
        font-size: 38px;
    }

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

    .banner__text-live {
        margin-top: 90px;
        left: 10px;
    }

    .banner__block:first-child{
        /* padding-top: 30px; */
        padding-top: 4px;
    }

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

    .banner__arrow{
        bottom: 0;
        right: 10px;
    }

    .banner__text{
        height: 100%;
    }

    .banner{
        min-height: 380px;
    }
}

.promo__video-container .promo__video-wrap video {
    width: 100%;
    height: 800px;
    max-height: 100%;
    object-fit: cover;
}
.promo__video-container,
.promo__video-wrap {
    max-height: 100%;
    overflow: hidden;
}
/* End */


/* Start:/local/templates/template.msi/components/ma/news.list/msi-guidelines/style.css?16667865111279*/
.guidelines{
	padding: 140px 0;
	background-color: var(--grey-background);
}

.guidelines__content{
	display: flex;
	flex: 1 1 50%;
	justify-content: space-between;
}

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

.guidelines__block-img{
	margin-bottom: 40px;
	height: 425px;
}

.guidelines__block-link {
	display: inline;
}

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

.guidelines__block-name{
	margin-bottom: 20px;
}

.guidelines__block-text{
	max-width: 95%;
}

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

	.guidelines__block-img {
    height: 355px;
	}

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

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

	.guidelines__block-img {
    height: 272px;
	}
}

@media (max-width: 800px){
	.guidelines__content{
		flex-direction: column;
		flex: 1 1 100%;
	}

	.guidelines__block{
		width: 100%;
	}

	.guidelines__block:not(:last-child){
		margin-bottom: 45px;
	}

	.guidelines__block-img{
		height: 413px;
		margin-bottom: 20px;
	}

	.guidelines__block-name{
		margin-bottom: 15px;
	}

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

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

	.guidelines__block-img{
		height: 201px;
	}
}

/* End */


/* Start:/local/templates/template.msi/components/ma/news.list/msi-main-services/style.css?16667865112664*/
.services{
	padding: 135px 0 100px;
	background-color: var(--grey-background);
}

.services__content{
	display: flex;
	justify-content: flex-end;
	padding-top: 60px;
	padding-left: 65px;
	border-top: 1px solid var(--blue);
	background: url(/local/templates/template.msi/img/svg/arrow-style.svg) no-repeat;
	background-position: 7px 67px;
}

.services__content-wrapper{
	max-width: 77.7%;
}

.services__content-block{
	display: flex;
	margin-bottom: 40px;
	justify-content: space-between;
	width: 100%;
	height: 230px;
}

.services__content-descr{
	margin-bottom: 60px;
}

.services__content-block-img{
	object-fit: cover;
}

.services__content-block-img,
.services__content-block-text{
	width: calc(50% - 20px);
}

.services__content-block-text{
	position: relative;
}

.services__content-block-text-service{
	margin-bottom: 25px;
	color: var(--black);
	transition: color .3s ease;
}

.services__content-block-text-link{
	transform: translateX(5px);
	display: block;
}

.services__content-block:hover .services__content-block-text-service{
	color: var(--blue);
}

@media (max-width: 1512px){
	.services{
		padding: 135px 0 90px;
	}

	.services__content-wrapper {
    max-width: 78.4%;
	}

	.services__content-block {
    height: 190px;
	}
}

@media (max-width: 1200px){
	.services{
		padding: 130px 0 80px;
	}

	.services__content {
    padding-top: 50px;
    padding-left: 50px;
    background-position: 7px 55px;
	}

	.services__content-wrapper {
    max-width: 78%;
	}

	.services__content-block {
    height: 145px;
	}

	.services__content-descr {
    margin-bottom: 50px;
	}

	.services__content-block-text-link svg{
		transform: scale(0.7);
	}

	.services__content-block-text-service {
    margin-bottom: 20px;
	}
}

@media (max-width: 744px){
	.services{
		padding: 95px 0 55px;
	}

	.services__content{
		background: unset;
		padding-left: unset;
		padding-top: 40px;
	}

	.services__content-wrapper{
		width: 100%;
		max-width: unset;
	}

	.services__content-descr{
		margin-bottom: 35px;
	}

	.services__content-block{
		flex-direction: column;
		height: unset;
		margin-bottom: 20px;
	}

	.services__content-block-img{
		width: 100%;
		height: 303px;
		margin-bottom: 20px;
	}

	.services__content-block-text{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 20px;
		border-bottom: 1px solid var(--grey-separator);
	}

	.services__content-block-text-service{
		margin-bottom: unset;
	}
}

@media (max-width: 460px){
	.services__content-block-img{
		height: 147px;
	}
}

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

	.services__content-descr {
    margin-bottom: 40px;
	}
}

/* End */


/* Start:/local/templates/template.msi/components/ma/news.list/msi-projects/style.css?16667865112519*/
.projects{
	position: relative;
	padding: 140px 0 0 0;
}

.projects::before{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	top: 67%;
	background-color: var(--grey-2-background);
}

.projects .headline-1{
	margin-bottom: unset;
}

.projects__content{
	display: flex;
}

.projects__slider{
	overflow: unset !important;
}

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

.projects__slider-top-right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 60%;
}

.projects__slider-top-right a{
	margin-right: 17%;
}

.projects__slider-pagination{
	margin-right: 20%;
}

.projects__slider-pagination{
	color: var(--grey-label);
}

.projects__slider-slide{
	position: relative;
}

.projects__slider-slide-img{
	width: 100%;
	margin-bottom: 20px;
}

.projects__slider-slide-text{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.projects__slider-slide-text svg{
	transform: scale(0.6);
}

.projects__slider-slide-title{
	color: var(--black);
	transition: color .3s ease;
}

.projects__slider-slide:hover .projects__slider-slide-title{
	color: var(--blue);
}

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

	.projects__slider-pagination {
    margin-right: 17%;
	}

	.projects__slider-top-right a {
    margin-right: 13%;
	}

	.projects__slider-slide-img {
    width: 100%;
    margin-bottom: 15px;
	}

	.projects::before {
    top: 63%;
	}
}

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

	.projects::before {
    top: 65%;
	}

	.projects__slider-top {
    margin-bottom: 50px;
	}

	.projects__slider-pagination {
    font-size: 12px;
		margin-right: 16%;
	}

	.projects__title{
		white-space: nowrap;
	}

	.projects__slider-top-right {
    min-width: 50%;
	}

	.projects__slider-top-right a {
    margin-right: 11%;
	}
}

@media (max-width: 940px){
	.projects__title{
		width: 100%;
	}

	.projects .headline-1{
		margin-bottom: 20px;
	}

	.projects__slider-top{
		flex-wrap: wrap;
		margin-bottom: 40px;
	}

	.projects__slider-top-right{
		width: 100%;
		justify-content: space-between;
	}

	.projects__slider-pagination{
		display: none;
	}
	.projects__slider-top-right a{
		margin-right: 0;
	}
}

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

	.projects__slider-slide-img {
    margin-bottom: 10px;
    height: 200px;
		object-fit: cover;
	}
}

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

/* End */


/* Start:/local/templates/template.msi/js/libs/swiper/swiper.min.css?16667865135579*/
/**
 * Swiper 7.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 24, 2021
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}

/* End */


/* Start:/local/templates/template.msi/components/ma/news.list/msi-certificates/style.css?16667865126131*/
.certificates {
    padding: 100px 0 145px;
    background-color: var(--grey-2-background);
    margin-top: -1px;
    /* min-height: 860px; */
}

.certificates__title {
    color: var(--blue);
}

.certificates__tabs {
    display: flex;
}

.certificates__content {
    display: none;
    padding: 0 40px;
}

.certificates__content--active {
    display: flex;
}

.certificates__content-block {
    position: relative;
    max-width: 340px;
    width: calc(25% - 40px * 3 / 4);
    min-height: 340px;
    padding: 30px;
    padding-bottom: 85px;
    background-color: var(--grey-background);
    transition: background .3s ease;
}

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

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

.certificates__content-block-title,
.certificates__content-block-description {
    color: var(--black);
}

.certificates__content-block-file {
    position: absolute;
    bottom: 30px;
    left: 37px;
}

.certificates__content-block-file svg {
    margin-right: 10px;
}

.certificates__content-block-file-type,
.certificates__content-block-file-size {
    color: var(--grey-2-label);
}

.certificates__content-block:hover {
    background-color: var(--blue);
}

.certificates__content-block .certificates__content-block-file svg path {
    transition: fill .3s ease;
}

.certificates__content-block:hover .certificates__content-block-file svg path {
    fill: var(--white);
}

.certificates__content-block .certificates__content-block-file span {
    transition: color .3s ease;
}

.certificates__content-block:hover .certificates__content-block-file span {
    color: var(--white-50);
}

.certificates__content-block .certificates__content-block-title,
.certificates__content-block .certificates__content-block-description {
    transition: color .3s ease;
}

.certificates__content-block:hover .certificates__content-block-title,
.certificates__content-block:hover .certificates__content-block-description {
    color: var(--white);
}

.certificates__content-wrapper {
    height: 100%;
}

@media (max-width: 1512px) {
    .certificates {
        padding: 175px 0 130px;
        min-height: 815px;
    }

    .certificates__content-block-title {
        margin-bottom: 10px;
    }

    .certificates__content-block {
        min-height: 280px;
        padding: 30px;
        padding-bottom: 65px;
    }

    .certificates__content-block-description {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .certificates {
        padding: 120px 0;
        min-height: 735px;
    }

    .certificates__content {
        padding: 0 20px;
    }

    .certificates__content-block {
        padding: 20px;
        padding-bottom: 55px;
        min-height: 285px;
    }

    .certificates__content-block-description {
        font-size: 13px;
    }

    .certificates__content-block-file {
        bottom: 20px;
        left: 25px;
    }

    .certificates__content-block-file svg {
        transform: scale(0.7);
    }
}

@media (max-width: 960px) {
    .certificates {
        padding: 120px 0 80px;
        min-height: 730px;
    }

    .certificates__content {
        padding: 0 22px;
        overflow: scroll;
    }

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

    .certificates__content-block-file {
        bottom: 30px;
        left: 35px;
    }

    .certificates__content::-webkit-scrollbar {
        width: 0;
    }

    .certificates__content-block {
        max-width: unset;
        width: calc(50% - 10px);
        padding: 30px;
        padding-bottom: 65px;
        min-height: 340px;
    }

    .certificates__content-block:not(:last-child) {
        margin-right: 20px;
    }

    .certificates__content-block-description {
        font-size: 14px;
    }
}

@media (max-width: 490px) {
    .certificates {
        padding: 120px 0 63px;
        min-height: 605px;
    }

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

    .certificates__content {
        padding: 0 10px;
    }

    .certificates__content-block {
        width: 82%;
        min-height: 280px;
        padding: 30px;
        padding-bottom: 55px;
    }

    .certificates__content-block-title {
        font-size: 16px;
    }

    .certificates__content-block-description {
        font-size: 13px;
    }
}


/* Fancybox */
.fancybox__main-panel {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    margin: auto;
    min-height: 0;
}

/* Example of aspect ratio hack before `aspect-ratio` has good browser support, see https://caniuse.com/mdn-css_properties_aspect-ratio  */
@media (min-aspect-ratio: 16/9) {
    .fancybox__main-panel {
        width: calc((100vh - 64px * 2) * 16 / 9);
        height: calc(100vh - 64px * 2);
    }
}

@media (max-aspect-ratio: 16/9) {
    .fancybox__main-panel {
        height: calc((100vw - 64px * 2) * 9 / 16);
        width: calc(100vw - 64px * 2);
    }
}

.fancybox__left-panel {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222;
    background-color: transparent;
    overflow: hidden;
}

.description-link {
    font-size: 20px;
    color: white;
}

.fancybox__spinner {
    color: #222;
}

.fancybox__carousel {
    overflow: hidden;
    margin: 0;
    background-color: transparent;
}

.fancybox__slide {
    padding: 0;
}

.carousel__button.is-close {
    top: 8px;
    right: 8px;
}

.fancybox__carousel .carousel__dots {
    top: calc(100% - 22px);
    color: #fff;
    z-index: 20;
}

.fancybox__carousel.has-dots {
    margin-bottom: 0;
    background-color: transparent;
}

.hidden {
    display: none;
    background-color: transparent;
}

.description-link {
    padding: 9px 20px;
    display: flex;
    align-items: center;
    min-height: 40px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
    background-color: var(--white);
    border-radius: 20px;
    color: var(--black);
}

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

/* End */


/* Start:/local/templates/template.msi/js/libs/fancybox/fancybox.css?166678651315716*/
.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/template.msi/components/ma/news.list/msi-use/style.css?1666786511978*/
.use{
	padding: 137px 0;
}

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

.use__content-block{
	width: calc(25% - 40px * 3 / 4);
}

.use__content-block-number{
	margin-bottom: 20px;
	color: var(--blue);
}

.use__content-block-description{
	color: var(--black);
}

.use__content-block-img{
	margin-bottom: 18px;
	object-fit: cover;
	max-height: 340px;
	width: 100%;
}

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

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

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

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

	.use__content{
		flex-wrap: wrap;
	}

	.use__content-block{
		width: calc(50% - 10px);
		margin-bottom: 40px;
	}

	.use__content-block-number{
		margin-bottom: 15px;
	}
}

@media (max-width: 460px){
	.use{
		padding: 80px 0 40px 0;
	}

	.use__content-block{
		width: calc(50% - 5px);
	}

	.use__content-block-img{
		max-height: 165px;
	}
}

/* End */


/* Start:/local/templates/template.msi/components/ma/news.list/msi-reviews/style.css?16667865113455*/
.reviews{
	margin-top: -6px;
	margin-bottom: -6px;
}

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

.reviews__slider-top-right{
	display: flex;
	align-items: center;
}

.reviews__slider{
	position: relative;
}

.reviews__slider-slide-left{
	position: relative;
	width: 25.2%;
	background: url(/local/templates/template.msi/img/svg/reviews-bg.svg) no-repeat left 60px, var(--white);
	z-index: 2;
}

.reviews__slider-slide{
	display: flex;
	justify-content: space-between;
	min-height: 460px;
	border-top: 1px solid var(--grey-separator);
}

.reviews__slider-slide-wrapper{
	max-width: 74.7%;
}

.reviews__slider-title{
	margin-bottom: unset;
}

.reviews__slider-slide-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-top: 60px;
	padding-bottom: 20px;
}

.reviews__slider-slide-info::before{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100px;
	background-color: var(--blue);
}

.reviews__slider-slide-info-person-name{
	color: var(--black);
}

.reviews__slider-slide-info-person-position{
	color: var(--grey-label);
}

.reviews__slider-slide-text{
	padding-top: 40px;
	line-height: 100%;
}

.reviews__slider-pagination{
	color: var(--grey-label);
	margin-right: 180px;
}

.reviews__slider-slide-file{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 140px;
	width: 140px;
	background-color: var(--blue);
	padding: 23px;
}

.reviews__slider-slide-file-type,
.reviews__slider-slide-file-size{
	color: var(--white-50);
}

.reviews__slider-slide-info-logo{
	max-width: 220px;
}

@media (max-width: 1512px){
	.reviews {
    margin-top: -60px;
		margin-bottom: unset;
	}

	.reviews__slider-pagination {
    margin-right: 130px;
	}

	.reviews__slider-slide-wrapper {
    max-width: 74%;
	}

	.reviews__slider-slide-info-person-position {
    font-size: 14px;
	}

	.reviews__slider-slide-text {
    line-height: 117%;
	}
}

@media (max-width: 1200px){
	.reviews__slider-top {
    margin-bottom: 50px;
	}

	.reviews__slider-pagination {
    margin-right: 70px;
	}

	.reviews__slider-slide-info {
    padding-top: 50px;
	}

	.reviews__slider::before {
    top: 155px;
	}

	.reviews__slider-slide {
    min-height: 430px;
	}
}

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

	.reviews__slider-slide{
		flex-direction: column-reverse;
	}

	.reviews__slider-slide-left{
		background: unset;
		width: unset;
	}

	.reviews__slider-slide-file{
		position: unset;
		left: unset;
		bottom: unset;
	}

	.reviews__slider-slide-wrapper{
		max-width: 100%;
	}

	.reviews__slider-pagination{
		display: none;
	}

	.reviews__slider-top{
		margin-bottom: 40px;
	}

	.reviews__slider-slide-info{
		padding-top: 40px;
		padding-bottom: 20px;
	}

	.reviews__slider-slide-text{
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.reviews__slider-slide-info-logo{
		max-width: 132px;
	}

	.reviews + .info-section{
		margin-top: -40px;
	}

	.reviews + .info-section .section__info-block:not(:last-child) {
    margin-bottom: 20px;
	}
}

@media (max-width: 360px){
	.reviews {
    margin-top: 2px;
	}

	.reviews__slider-slide-info-logo{
		transform: scale(1.3) translateY(-4px);
	}

	.reviews__slider-slide-info-person-position {
    font-size: 12px;
		line-height: 135%;
	}

	.reviews__slider-title{
		padding-right: 15px;
	}
}

/* End */


/* Start:/local/templates/template.msi/components/ma/news.list/msi-partners-logos/style.css?1666786511557*/
.partners{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: -100px;
	margin-bottom: 45px;
}

@media (max-width:1512px){
	.partners{
		margin-top: -160px;
		margin-bottom: 80px;
	}

	.partners__block img{
		transform: scale(0.9);
	}
}

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

@media (max-width:970px){
	.partners{
		margin-top: -100px;
	}
}

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

@media (max-width: 490px){
	.partners{
		margin-top: -40px;
		margin-bottom: 75px;
	}
}

/* End */


/* Start:/local/templates/template.msi/components/ma/news.list/msi-press-center/style.css?17031685342937*/
.press{
	padding-top: 140px;
}

.press__tabs{
	display: flex;
}

.press__content-block{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	height: 340px;
	width: calc(25% - 40px * 3 / 4);
	/* background: var(--grey-background); */
	background: var(--blue);
	transition: background .3s ease;
	z-index:0;
}

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

.press__content{
	display: none;
	padding: 0 40px;
}

.press__content--active{
	display: flex;
}

.press__content-block-preview{
	height: 32%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	color: var(--black);
}

.press__content-block-date{
	color: var(--grey-2-label);
}

.press__content-block:hover{
	/* background-color: var(--blue); */
}

.press__content-block .press__content-block-preview{
	color: var(--white);
	transition: color .3s ease;
}

.press__content-block:hover .press__content-block-preview{
	color: var(--white);
}

.press__content-block .press__content-block-date{
	color: var(--white);
	transition: color .3s ease;
}

.press__content-block:hover .press__content-block-date{
	/* color: var(--white-50); */
}

.press-list__main-content-block-bg {
	/* opacity: 0; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.3s ease;

	filter: brightness(0.5);
}

.press__content-block:hover .press-list__main-content-block-bg {
	/* opacity: 1;
	filter:brightness(0.6); */
	filter:brightness(0.7);
}

.press__content-block:hover {
    /* background-color: var(--blue); */
    /* background-color: var(--blue-2); */
}

.press-list__main-content-block-bg img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}

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

	.press__content-block{
		height: 280px;
	}

	.press__content-block-preview{
		height: 44%;
		-webkit-line-clamp: 5;
	}
}

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

	.press__content{
		overflow: scroll;
		padding: 0 20px;
	}

	.press__content::-webkit-scrollbar{
		width: 0;
	}

	.press__content-block{
		padding: 20px;
	}

	.press__content-block-preview{
		height: 45%;
		-webkit-line-clamp: 6;
	}
}

@media (max-width: 900px){
	.press__content-block{
		width: 340px;
		min-width: 340px;
		padding: 30px;
		height: 340px;
	}

	.press__content-block:not(:last-child){
		margin-right: 20px;
	}

	.press{
		padding: 20px 0 0;
	}

	.press__content{
		padding: 0 22px;
	}

	.press__content-block-preview{
		height: 32%;
		-webkit-line-clamp: 4;
	}
}

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

	.press__content {
    padding: 0 10px;
	}

	.press__content-block{
		width: 280px;
		min-width: 280px;
		height: 280px;
	}

	.press__content-block-preview {
    height: 45%;
    -webkit-line-clamp: 5;
	}

	.press__tabs{
		margin-bottom: 43px !important;
	}
}

/* End */
/* /local/templates/template.msi/css/global/font.css?16667865135121 */
/* /local/templates/template.msi/css/global/global.css?166678651314227 */
/* /local/templates/template.msi/css/layout/blocks.css?169814196431379 */
/* /local/templates/template.msi/css/layout/content.css?166678651329146 */
/* /local/templates/template.msi/css/global/custom.css?170314523916337 */
/* /local/components/ma/site.settings/templates/template1/style.css?16667865215573 */
/* /local/templates/template.msi/components/ma/news.list/banner/style.css?166678651112657 */
/* /local/templates/template.msi/components/ma/news.list/msi-guidelines/style.css?16667865111279 */
/* /local/templates/template.msi/components/ma/news.list/msi-main-services/style.css?16667865112664 */
/* /local/templates/template.msi/components/ma/news.list/msi-projects/style.css?16667865112519 */
/* /local/templates/template.msi/js/libs/swiper/swiper.min.css?16667865135579 */
/* /local/templates/template.msi/components/ma/news.list/msi-certificates/style.css?16667865126131 */
/* /local/templates/template.msi/js/libs/fancybox/fancybox.css?166678651315716 */
/* /local/templates/template.msi/components/ma/news.list/msi-use/style.css?1666786511978 */
/* /local/templates/template.msi/components/ma/news.list/msi-reviews/style.css?16667865113455 */
/* /local/templates/template.msi/components/ma/news.list/msi-partners-logos/style.css?1666786511557 */
/* /local/templates/template.msi/components/ma/news.list/msi-press-center/style.css?17031685342937 */