
.header-btn {
	font-family: "IBM Plex Sans";
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	border: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 16px !important;
	border-radius: 6px;
	-webkit-transition: .3s;
	transition: .3s;
	background: 0 0;
	height: 30px;
	background: #F90C1A !important;
	color: #fff !important;
	line-height: 1;
}
.header-btn:hover{background-color: #fc1f2c !important}

.i-mail {
	background: url(/local/static/img/mail-icom.svg) no-repeat center / contain;
	width: 24px;
	height: 24px;
	margin-left: 5px;
}
.popup {
	top: -100%;
	right: 0;
	left: 50%;
	font-size: 14px;
	z-index: 20;
	margin: 0;
	width: 85%;
	min-width: 320px;
	max-width: 600px;
	/* фиксированное позиционирование, окно стабильно при прокрутке */
	position: fixed;
	padding: 15px;
	border: 1px solid #383838;
	background: #fefefe;
	/* скругление углов */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	font: 14px/18px 'Tahoma', Arial, sans-serif;
	/* внешняя тень */
	-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
	-ms-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
	box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
	-webkit-transform: translate(-50%, -500%);
	-ms-transform: translate(-50%, -500%);
	-o-transform: translate(-50%, -500%);
	transform: translate(-50%, -500%);
	-webkit-transition: -webkit-transform 0.6s ease-out;
	-moz-transition: -moz-transform 0.6s ease-out;
	-o-transition: -o-transform 0.6s ease-out;
	transition: transform 0.6s ease-out;
}
.close {
	top: -10px;
	right: -10px;
	width: 20px;
	height: 20px;
	position: absolute;
	padding: 0;
	border: 2px solid #ccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	background-color: rgba(61, 61, 61, 0.8);
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	text-align: center;
	text-decoration: none;
	font: 13px/20px 'Tahoma', Arial, sans-serif;
	font-weight: bold;
	-webkit-transition: all ease .8s;
	-moz-transition: all ease .8s;
	-ms-transition: all ease .8s;
	-o-transition: all ease .8s;
	transition: all ease .8s;
}

.close:before {
	color: rgba(255, 255, 255, 0.9);
	content: "X";
	text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
	font-size: 12px;
}

.close:hover {
	background-color: rgba(252, 20, 0, 0.8);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.popup.open {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 20%;
	z-index: 99999;
}
.pulse-shadow {
	animation: pulse-shadow-default 1.5s linear infinite;
}
.popup.popup--simple {
	display: none;
}
.popup.popup--simple.open {
	display: block;
}
@keyframes pulse-shadow-default {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
	}
	40% {
		box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
	}
	80% {
		box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
	}
}

.header-btn-mob {
	display: none;
}

/*----------------*/
.news-detail__wrap{
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #ededed;
	margin-bottom: 40px;
}
.news-detail__top{text-align:center}
.news-detail__top img {width:100%;}
.news-detail__bottom{padding:60px 20px}
.news-detail__bottom img {
	max-width: 100%;
}
.news-detail__bottom>*{max-width:920px;margin:0 auto}
.news-detail._simple h1, .news-detail._simple{margin-bottom:40px}
.news-detail__bottom .text-block li,.news-detail__bottom .text-block p{font-size:18px;max-width:100%}
.news-detail__date{margin:40px auto 35px auto;color:#adb5bd;font-family:"PT Sans";font-size:16px;font-weight:700;letter-spacing:.67px}
.news-detail__gallery{position:relative;margin-top:60px}
.news-detail__gallery-next,.news-detail__gallery-prev{position:absolute;top:50%;left:-70px;width:12px;height:28px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;z-index:100}
.news-detail__gallery-next{left:auto;right:-70px;-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}
.news-thumbs__slider{margin-top:40px;position:relative}
.news-thumbs__slider .swiper-slide{position:relative;background-color:#333;cursor:pointer}
.news-thumbs__slider .swiper-slide img{display:block;-webkit-transition:.3s;transition:.3s}
.news-thumbs__slider .swiper-slide-thumb-active img{opacity:.3}
.news-thumbs__slider-next,.news-thumbs__slider-prev{position:absolute;top:50%;left:-70px;width:12px;height:28px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;z-index:100}
.news-thumbs__slider-next{left:auto;right:-70px;-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}
.news-page .news{padding:32px 0 80px}
.news{padding:0px 0px 0px 0px}
.news._footer{padding:30px 0 10px}
.news--bg-white{background:#fff}
.news__top{margin-bottom:24px}
.news__top h2{margin:0}
.news__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-bottom:32px}
.news__nav-item{height:100%;margin-right:72px;font-family:Play}
.news__nav-item.active a{color:#212529;font-size:32px;letter-spacing:1.33px;position:relative}
.news__nav-item.active a::after{content:"";display:block;width:80%;height:4px;background-color:#3486c7;position:absolute;bottom:0}
.news__nav-item:last-child{margin-right:0}
.news__nav-item a{display:block;color:#757575;font-size:24px;font-weight:700;letter-spacing:1px;padding-bottom:24px}
.news__list{margin:0 -10px}
.news__item{width:25%;padding:0 10px;margin-bottom:24px}
.news__link{display:block;background:#fff;border-radius:8px;overflow:hidden;-webkit-transition:.3s;transition:.3s;height:100%;
	background: #FFFFFF;
	border: 1px solid #E3E3E6;

}
/*.news__link:hover{-webkit-box-shadow:0 10px 20px rgba(39,63,100,.1);box-shadow:0 10px 20px rgba(39,63,100,.1)}*/
.news__link:hover .news-main__text{color:#0081f0}
.news__img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px;position:relative}
.news__img img {width:100%;}
.news__img .mark{position:absolute;bottom:-10px;right:24px}
.news__info{padding:0 20px 20px 20px}
.news__date{color:#adb5bd;font-size:14px;font-weight:700;letter-spacing:.58px;margin-bottom:10px}
.news__text{color:#212529;font-weight:500;letter-spacing:.67px;line-height:24px;-webkit-transition:.3s;transition:.3s}
.news__more--bottom{display:none}
/*----------------*/
.news-gallery__slider {
	overflow: hidden;
}

.news-gallery__item {
	text-align: center;
}

.articles-slider-wrap {
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 0px 3px 0 #0000001a;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 16px;
	position: relative;
}

.articles-slider-item-wrap {
	width: 215px;
	padding-right: 10px;
}
.articles-slider-item {
	width: 100%;
	height: 90px;
	border-radius: 10px;
	overflow: hidden;
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	display: block;
}

.articles-slider-item-title {
	display: flex;
	height: 100%;
	width: 100%;
	max-width: 150px;
	padding: 10px;
	font-weight: bold;
	color: #000;
	font-size: 16px;
}

.articles-slider .swiper-button-next,
.articles-slider .swiper-button-prev {
	background: #fff;
	border-radius: 50%;
	border-width: 0;
	bottom: calc(50% - 27px);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), inset 0 0 0 1px rgba(0, 0, 0, .1);
	cursor: pointer;
	font-size: 21px;
	height: 48px;
	width: 48px;
	opacity: 0;
	transition: all 0.5s;
}

.articles-slider .swiper-button-next:after,
.articles-slider .swiper-button-prev:after{
	font-size: 21px;
	color: #000;
}

.articles-slider:hover .swiper-button-next,
.articles-slider:hover .swiper-button-prev {
	opacity: 1;
}

.header-phones {
	display: flex;
	gap: 20px;
}

.header-phones-item-title {
	font-size: 11px;
	color: #fff;
	margin-bottom: 3px;
}
.block_list-menu {
	gap: 20px;
	justify-content: space-around;
}
.block_footer_menu {
	min-width: 90px;
	margin-right: 0;
}
.block_item_product-title {
	margin-top: 0;
	margin-bottom: .5rem;
}


/*--------------------------*/
.c-about-banner img {
	max-width: 100%;
	width: 100%;
}

.c-statistics-wrap {
	background: #f8f8f9;
	padding: 125px 0;
}

.c-statistics {
	display: flex;
	justify-content: space-between;
}

.c-statistics-item {
	width: calc(25% - 20px);
}


.c-statistics-item-num-wrap {
	position: relative;
	width: fit-content;
}

.c-statistics-item-num {
	font-weight: 900;
	font-size: 170px;
	line-height: 100%;
	letter-spacing: -0.07em;
	text-align: left;
	color: #000;
}

.c-statistics-item-num-desc {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #f90c1a;
	border-radius: 5px;
	padding: 10px;
	width: fit-content;
	position: absolute;
	top: 65px;
	left: calc(100% - 16px);
}

.c-statistics-item-desc {
	font-weight: 400;
	font-size: 19px;
	line-height: 1.1;
	letter-spacing: 0.02em;
	color: #000;
	margin-top: 19px;
}

.c-statistics-item-num-plus {
	font-weight: 900;
	font-size: 60px;
	line-height: 100%;
	color: #000;
	position: absolute;
	top: -10px;
	right: -34px;
}

.c-about-line-wrap {
	background: url(../img/about-line-bg.png) no-repeat center right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #f90c1a;
	padding: 18px 0;
	margin-top: 70px;
}

.c-about-line {
	font-weight: 700;
	font-size: 20px !important;
	letter-spacing: 0.01em;
	color: #fff !important;
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 0;
	padding: 0 !important;
}

.c-about-line-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.c-about-line-row .c-about-line {
	margin-bottom: 0;
}

.c-about-line:before {
	content: '';
	background: url(../img/about-line-icon.svg) no-repeat center;
	display: block;
	width: 33px;
	height: 45px;
	background-size: contain;
}

.c-info-block-list {
	padding: 50px 0;
}

.c-info-block-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 100px;
	margin-bottom: 50px;
}

.c-info-block-item:last-child {
	margin-bottom: 0;
}

.c-info-block-item:nth-child(2n) .c-info-block-left {
	order: 2;
}

.c-info-block-left {
	width: calc(45% - 50px);
}

.c-info-block-right {
	width: calc(55% - 50px);
}

.c-info-block-img img {
	max-width: 100%;
	width: 609px;
}

.c-info-block-img {
	border-radius: 15px;
	overflow: hidden;
}
.c-info-block-title {
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 0.01em;
	color: #000;
	margin-bottom: 30px;
}

.c-info-block-desc {
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0.01em;
	text-align: justify;
	color: #000;
}

.c-info-block-desc p {
	margin-bottom: 20px;
}
.c-info-block-desc p:last-child {
	margin-bottom: 0;
}

.c-info-block-desc ul {
	margin-top: 4px;
	padding-left: 30px;
}

.c-about-oborud-wrap {
	background: url(../img/oborud-img.jpg) no-repeat center;
	background-size: cover;
	padding: 153px 0;
}

.c-about-oborud {
	padding-left: 67px;
}

.c-about-oborud-title {
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 0.01em;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
}

.c-about-oborud-title:before {
	content: '';
	display: block;
	background: url(../img/ob-title-icon.svg) no-repeat center;
	background-size: contain;
	width: 33px;
	height: 45px;
	position: absolute;
	top: -1px;
	left: -67px;
}

.c-about-oborud-desc {
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0.01em;
	text-align: justify;
	color: #fff;
	text-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
	width: 600px;
	max-width: 100%;
}

.c-info-block-list-two {
	padding: 100px 0;
}

.c-info-block-two-right {
	padding-left: 65px;
}

.c-info-block-two-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	margin-bottom: 50px;
}

.c-info-block-two-item:nth-child(2n) .c-info-block-two-left {
	order: 1;
}

.c-info-block-two-left {
	width: calc(45% - 50px);
}
.c-info-block-two-img img {
	max-width: 100%;
	width: 609px;
}
.c-info-block-two-right {
	width: calc(55% - 50px);
}

.c-info-block-two-item:last-child {
	margin-bottom: 0;
}

.c-info-block-two-title {
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 0.01em;
	color: #000;
	margin-bottom: 30px;
	position: relative;
}


.c-info-block-two-title:before {
	 content: '';
	background: url(../img/c-title-icon-2.svg) no-repeat center;
	background-size: contain;
	width: 33px;
	height: 45px;
	position: absolute;
	top: 2px;
	left: -63px;
}

.c-info-block-two-desc {
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0.01em;
	text-align: justify;
	color: #000;
}

.c-info-line-wrap {
	background: url(../img/info-line-bg.svg) no-repeat center;
	background-size: cover;
	background-color: #f90c1a;
	padding: 100px 0;
}
.c-info-line {
	max-width: 1128px;
	margin: auto;
	padding-left: 60px;
	position: relative;
}

/*.c-info-line:before {
	content: '';
	background: url(../img/l-icon.svg) no-repeat center;
	background-size: contain;
	width: 37px;
	height: 50px;
	position: absolute;
	top: 2px;
	left: 10px;
}*/

.c-info-line-text {
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0.01em;
	text-align: justify;
	color: #fff;
	margin-bottom: 26px;
}
.c-info-line-text:last-child {
	margin-bottom: 0;
}
.c-info-line-text.bold {
	font-weight: 900;
}

.c-map-block-wrap {
	background: #f8f8f9;
	padding: 70px 0 62px;
}

.c-map-block-content {
	display: flex;
	gap: 30px;
}

.c-map-block-content-col {
	display: flex;
	gap: 15px;
	flex-direction: column;
}

.c-map-block-row {
	display: flex;
	gap: 70px;
	align-items: center;
	flex-direction: column;
}

.c-map-block-row-left,  .c-map-block-row-right {
	width: 100%;
}

.c-map-block-map iframe {
	display: block;
	border: none;
	height: 400px;
	width: 100%;
	border-radius: 20px;
}

.c-map-block-top-title {
	font-weight: 700;
	font-size: 28px;
	color: #000;
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 50px;
}

.c-map-block-top-title:before {
	content: '';
	background: url(../img/c-title-icon-2.svg) no-repeat center;
	background-size: contain;
	width: 33px;
	min-width: 33px;
	height: 45px;
}

.c-map-block-img {
	margin-bottom: 30px;
}

.c-map-block-img img {
	display: block;
	width: 100%;
}

.c-map-block-item {
	display: flex;
	align-items: center;
	gap: 15px;
}

.c-map-block-item-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 162%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #28282c;
}

.c-map-block-item-val {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.01em;
	color: #28282c;
}

.c-map-block-item-val a {
	color: #28282c;
}

.c-map-block-item-icon {
	border-radius: 6px;
	padding: 12px;
	min-width: 50px;
	width: 50px;
	height: 50px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-map-block-wrap + .block_brands {
	padding-top: 100px;
}

.about-teams-wrap img {
	width: 100%;
	display: block;
}

.about-teams-wrap {
	position: relative;
	margin-top: 40px;
}

.about-teams {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 40px;
	z-index: 4;
}

.about-teams-wrap:before{
	width: 100%;
	height: 142px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.about-teams-desc {
	font-weight: 900;
	font-size: 40px;
	line-height: 110%;
	color: #fff;
}
.c-about-oborud-img-mob {
	display: none;
	border-radius: 20px;
	overflow: hidden;
}

.c-info-block-two-img {
	border-radius: 15px;
	overflow: hidden;
}

.c-about-oborud-img-mob img {
	display: block;
}

.about-page-wrap {
	background: #fff;
}
/*--------------------------*/

.c-about-banner img {
	animation: scalePercentage 1.2s linear  forwards;
}
.c-about-banner-wrap {
	overflow: hidden;
	position: relative;
}

.c-about-banner-title {
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 0.01em;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
	line-height: 54px;
}

.c-about-banner-title:before {
	content: '';
	background: url(../img/about-line-icon.svg) no-repeat center;
	display: block;
	width: 32px;
	height: 50px;
	position: absolute;
	left: -60px;
	top: 3px;
	background-size: contain;
}

.c-about-banner-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0.01em;
	text-align: justify;
	color: #fff;
}

.c-about-banner-content-wrap .container {
	position: relative;
	z-index: 4;
}

.c-about-banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	z-index: 2;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	transition: all 1.5s;
}

@keyframes scalePercentage {
	0% {
		transform: scale(1); /* 100% (original size) */
	}
	100% {
		transform: scale(1.2); /* Back to 100% (original size) */
	}
}
@keyframes scalePercentageAlt {
	0% {
		transform: scale(1.2); /* 100% (original size) */
	}
	100% {
		transform: scale(1); /* Back to 100% (original size) */
	}
}
.c-about-banner-wrap.active .c-about-banner img {
	animation: scalePercentageAlt 1.2s linear  forwards;
}

.c-about-banner-content-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.c-about-banner-content {
	padding-left: 60px;
	opacity: 0;
	transition: all 2.5s;
	max-width: 100%;
	width: 694px;
}

.c-about-banner-wrap.active .c-about-banner-content {
	opacity: 1;
}

.c-about-banner {
	position: relative;
	display: block;
}

.c-about-banner-wrap.active .c-about-banner:before {
	width: 100%;
}

.c-about-banner-mob-logo {
	display: none;
	position: absolute;
	top: 16vw;
	z-index: 2;
	/* bottom: 0; */
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
}

.c-about-banner-mob-logo img {
	max-width: 200px;
}

.footer-time-col {
	max-width: 164px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.footer-right-row {
	justify-content: flex-end;
}

.footer-menu-col {
	margin-left: auto;
}

.footer-address-sub-col {
	min-width: 405px;
	max-width: 100%;
}
.sub-block_title {
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: .02em;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.prop-block_title {
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: .02em;
	color: #FFFFFF;
	display: block;
	margin-bottom: 2px;
	text-decoration: none;
}
.footer_item:last-child {
	margin-bottom: 0;
}
.footer-row-mob {
	display: none !important;
	text-align: center;
}

.c-map-block-title {
	border-bottom: 2px solid #F90C1A;
	width: fit-content;
	padding-bottom: 3px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #28282c;
}

.c-delivery-wrap {
	padding: 30px 0;
}

.c-delivery-text {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: #28282c;
}

.c-check-list-title {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #28282c;
	padding-right: 20px;
	border-bottom: 3px solid #f90c1a;
	width: fit-content;
	margin-bottom: 20px;
}
.c-check-list-item {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 12px;
}

.c-check-list-item:last-child {
	margin-bottom: 0;
}

.c-check-list-item:before {
	content: '';
	display: block;
	width: 24px;
	min-width: 24px;
	height: 24px;
	background: url(/local/static/img/info-check.svg) no-repeat center;
	background-size: contain;
}

.c-info-list {
	margin-bottom: 30px;
}
.c-info-list-item {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 12px;
}

.c-info-list-item:last-child {
	margin-bottom: 0;
}

.c-info-list-item:before {
	content: '';
	display: block;
	width: 24px;
	min-width: 24px;
	height: 24px;
	background: url(/local/static/img/c-info-icon.svg) no-repeat center;
	background-size: contain;
}
.c-delivery-steps {
	display: flex;
	gap: 30px;
	position: relative;
	margin-bottom: 60px;
	margin-top: 30px;
	flex-wrap: wrap;
}
.c-delivery-steps-item {
	min-height: 282px;
	border-radius: 5px;
	background: #28282c;
	padding: 30px;
	width: calc(25% - 90px / 4);
	position: relative;
}

.c-delivery-steps-item:before {
	content: '';
	background: url(/local/static/img/delivery-step-arrow.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 18px;
	height: 18px;
	right: -23px;
	top: calc(50% - 9px);
}

.c-delivery-steps-item:last-child:before {
	display: none;
}

.c-delivery-steps-item-title {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
	max-width: 140px;
}

.c-delivery-steps-item-text {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.c-delivery-steps-item-icon {
	width: 100px;
	height: 100px;
	background: #F90C1A;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-bottom: 30px;
}

.c-delivery-steps-item-icon img {
	display: block;
}

.c-delivery-steps-item:first-child .c-delivery-steps-item-text {
	text-align: left;
	max-width: 200px;
}

.block_list_cat.for-about .block_list__item:nth-child(n + 6) {
	display: none;
}

.block_list_cat.for-about.active .block_list__item:nth-child(n + 6) {
	display: flex;
}

@media (max-width:1199.5px) and (min-width: 992px) {
	.block_list_cat.for-about .block_list__item:nth-child(n + 6) {
		display: flex;
	}
	.block_list_cat.for-about .block_list__item:nth-child(n + 5) {
		display: none;
	}

	.block_list_cat.for-about.active .block_list__item:nth-child(n + 5) {
		display: flex;
	}
}

@media (max-width: 991.5px) and (min-width: 768px) {

	.block_list_cat.for-about .block_list__item:nth-child(n + 4) {
		display: none;
	}

	.block_list_cat.for-about.active .block_list__item:nth-child(n + 4) {
		display: flex;
	}
}

@media (max-width: 767.5px) {

	.block_list_cat.for-about .block_list__item:nth-child(n + 5) {
		display: none;
	}

	.block_list_cat.for-about.active .block_list__item:nth-child(n + 5) {
		display: flex;
	}
}

@media (max-width:1199.5px) and (min-width: 991px) {
	/*.footer-address-col,*/
	/*.footer-contacts-col {*/
	/*	width: 50%;*/
	/*	flex: 0 0 50%;*/
	/*	max-width: 50%;*/
	/*	margin-top: 30px;*/
	/*}*/
	.footer-logo-col {
		width: 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.footer-menu-col .block_list-menu {
		flex-direction: column;
		justify-content: space-between;
	}
	.footer-row {
		flex-wrap: nowrap;
	}
	.footer-address-sub-col {
		min-width: 335px;
	}
}

@media (max-width:1440px){
	.c-map-block-content {
		flex-direction: column;
		gap: 15px;
	}
	.c-statistics-item-num {
		font-size: 106px;
	}
	.c-statistics-item-num-desc {
		font-size: 12px;
		top: 38px;
		left: calc(100% - 10px);
	}
	.c-statistics-item-desc{
		font-size: 12px;
	}

	.c-statistics-wrap {
		padding: 80px 0 70px;
	}

	.c-statistics-item-num-plus {
		font-size: 37px;
	}
	.c-statistics-item {
		width: fit-content;
	}
	.c-about-line-wrap {
		margin-top: 70px;
		padding: 17px 0;
	}

	.c-about-line {
		font-size: 20px !important;
		gap: 20px;
	}

	.c-about-line:before {
		width: 26px;
		height: 36px;
		background-size: contain;
	}

	.c-info-block-title {
		font-size: 22px;
	}
	.c-info-block-desc {
		font-size: 16px;
	}
	.c-info-block-item {
		gap: 30px;
		margin-bottom: 50px;
	}
	.c-info-block-item:last-child {
		margin-bottom: 0;
	}
	.c-info-block-left,
	.c-info-block-right {
		width: calc(50% - 15px);
	}

	.c-about-oborud-title {
		font-size: 30px;
	}
	.c-about-oborud-title:before {
		width: 26px;
		height: 36px;
	}
	.c-about-oborud-desc {
		font-size: 13px;
		width: 418px;
	}
	.c-about-oborud-wrap {
		padding: 42px 0;
	}
	.c-info-line-wrap {
		padding: 68px 0;
	}
	.c-info-line-text {
		font-size: 16px;
		line-height: 125%;
	}
	.c-info-line:before {
		width: 26px;
		height: 36px;
	}
	.c-map-block-item-val {
		font-size: 14px;
	}
	.c-map-block-row-left {
		width: 50%;
	}
	.c-map-block-item-icon {
		width: 40px;
		min-width: 40px;
		height: 40px;
		padding: 9px;
	}

	.c-map-block-wrap {
		padding: 70px 0;
	}

	.c-map-block-item-icon img {
		width: 21px;
	}

	.c-map-block-map iframe {
		width: 100%;
		height: 342px;
	}
	.c-map-block-row {
		gap: 30px;
	}

	.about-teams-desc {
		font-size: 30px;
	}

	.c-info-block-two-title {
		font-size: 28px;
	}

	.c-info-block-two-title:before {
		width: 25px;
		height: 36px;
	}

	.c-info-block-two-desc {
		font-size: 16px;
	}

	.c-info-block-two-item {
		margin-bottom: 50px;
	}

	.c-info-block-two-item:last-child {
		margin-bottom: 0;
	}

	.c-info-block-two-item {
		gap: 30px;
	}
	.c-info-block-two-left,
	.c-info-block-two-right {
		width: calc(50% - 15px);
	}
	.c-info-block-list {
		padding: 70px 0;
	}
	.c-info-block-list-two {
		padding: 70px 0;
	}
	.c-info-block-title {
		margin-bottom: 10px;
	}
}

@media (max-width:1199.5px){
	.c-delivery-steps-item {
		width: calc(50% - 15px);
	}
	.c-delivery-steps-item:nth-child(2):before {
		right: 0;
		top: calc(100% + 7px);
		transform: rotate(90deg);
		left: 0;
		margin: auto;
	}
	.c-delivery-steps-item:nth-child(3) {
		order: 4;
	}
	.c-delivery-steps-item:nth-child(3):before {
		right: auto;
		transform: rotate(180deg);
		left: -23px;
	}

	.c-about-banner-text {
		font-size: 18px;
	}
	.c-about-banner-title {
		font-size: 30px;
	}
	.c-about-banner-title:before {
		width: 23px;
		height: 39px;
		left: -38px;
	}
	.c-statistics-item-num {
		font-size: 78px;
	}
	.c-statistics-item-num-plus {
		font-size: 27px;
		top: -8px;
		right: -17px;
	}
	.c-statistics-item-num-desc {
		font-size: 10px;
		padding: 5px;
		top: 30px;
	}

	.c-statistics-item-desc {
		font-size: 10px;
	}

	.c-statistics-wrap {
		padding: 63px 0 50px;
	}

	.c-about-line-wrap {
		margin-top: 40px;
		padding: 21px 0;
	}

	.c-about-line {
		font-size: 22px !important;
	}
	.c-about-line:before {
		width: 22px;
		height: 28px;
	}

	.c-info-block-list {
		padding: 40px 0;
	}
	.c-info-block-desc {
		font-size: 14px;
	}

	.header-phones-item .link_phone {
		font-size: 11px;
	}
	.header-phones {
		display: flex;
		gap: 12px;
	}
	.header-row {
		gap: 10px;
	}
	.c-info-block-item {
		gap: 20px;
		margin-bottom: 40px;
	}
	.c-info-block-item:last-child{
		margin-bottom: 0;
	}
	.c-info-block-left, .c-info-block-right {
		width: calc(50% - 10px);
	}

	.c-about-oborud-wrap {
		padding: 37px 0;
	}
	.c-about-oborud-title {
		font-size: 22px;
	}
	.c-about-oborud-title:before {
		width: 22px;
		height: 28px;
	}
	.c-info-block-two-title {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.c-info-block-two-desc {
		font-size: 14px;
	}
	.c-info-block-two-item {
		gap: 20px;
		margin-bottom: 40px;
	}
	.c-info-block-two-item:last-child {
		margin-bottom: 0;
	}
	.c-info-block-two-left, .c-info-block-two-right {
		width: calc(50% - 10px);
	}
	.c-info-block-two-right {
		padding-left: 42px;
	}
	.c-info-block-two-title:before {
		width: 22px;
		height: 28px;
	}
	.c-info-block-list-two {
		padding: 44px 0;
	}
	.c-info-line-text {
		font-size: 16px;
		line-height: 110%;
	}
	.c-info-line-wrap {
		padding: 63px 0;
	}
	.c-map-block-wrap + .block_brands {
		padding-top: 10px;
	}
	.c-map-block-wrap {
		padding: 40px 0;
	}
}
@media (max-width: 991px) {
	.footer-menu-col {
		margin-left: 0;
		width: 100%;
		margin-top: 20px;
	}
	.footer-address-col {
		width: 100%;
	}
	.block_list-menu {
		justify-content: space-between;
	}
	.footer-right-row {
		justify-content: space-between;
	}
	.block_footer_menu {
		width: calc(100% / 2);
	}
	.footer-address-sub-col,
	.footer-time-col{
		width: 50%;
		max-width: 100%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		min-width: inherit;
		flex-direction: row;
	}
	.c-about-banner-content-wrap {
		position: static;
	}

	.c-about-banner-text {
		font-size: 16px;
	}
	.c-about-banner-title {
		font-size: 24px;
	}
	.c-about-banner-title:before {
		width: 21px;
		height: 28px;
		left: -28px;
	}
	.c-info-block-two-right {
		padding-left: 30px;
	}
	.c-info-block-two-title:before {
		left: -25px;
	}
	.c-map-block-row {
		flex-direction: column;
		gap: 40px;
	}
	.c-map-block-row-left,  .c-map-block-row-right {
		width: 100%;
	}
	.c-map-block-row-left {
		width: 100%;
	}
	.c-map-block-map iframe {
		height: 310px;
	}
	.c-info-block-two-desc {
		font-size: 13px;
	}
	.c-info-block-desc {
		font-size: 13px;
	}
	.c-map-block-row-right {
		width: 100%;
	}
	.c-map-block-content {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 20px;
	}
	.c-map-block-item {
		gap: 15px;
	}

	.footer-address-col .footer_item {
		margin-bottom: 24px;
		width: 100%;
	}
	.footer .footer-address-col .footer_item .block_title{
		display: block !important;
	}
	.header-btn-mob {
		display: block;
	}

	.c-about-banner-mob-logo {
		display: flex;
		opacity: 0;
		transition: all 2s;
	}

	.c-about-banner-wrap.active .c-about-banner-mob-logo {
		opacity: 1;
	}

	.c-statistics-item-num {
		font-size: 63px;
	}
	.c-statistics-item-num-desc {
		top: 22px;
	}
	.c-statistics-item-desc {
		max-width: 144px;
		font-size: 9px;
	}
	.c-statistics-item-desc br {
		display: none;
	}
	.about-teams-desc {
		font-size: 22px;
	}
	.c-about-banner-text {
		font-weight: 500;
		font-size: 13px;
		text-align: justify;
		color: #000;
	}
	.c-about-banner-title {
		display: flex;
		gap: 10px;
		align-items: center;
	}
	.c-about-banner-title:before {
		position: static;
		background: url(/local/static/css/../img/c-title-icon-2.svg) no-repeat center;
		background-size: contain;
	}
	.c-about-banner-content {
		padding: 15px 0;
		opacity: 1;
	}
	.c-about-banner-title {
		font-weight: 700;
		font-size: 18px;
		margin-bottom: 15px;
		color: #000;
		line-height: 1.2;
	}
	.c-about-banner {
		overflow: hidden;
	}
	.c-info-block-two-title,
	.c-about-oborud-title {
		font-size: 22px;
	}

	.c-info-line {
		max-width: 100%;
		padding-left: 0;
	}
}

@media (max-width: 852px) {
	.footer-row-mob {
		display: flex !important;
	}
	.block_footer_menu {
		width: 100%;
	}
	.block_list-menu {
		gap: 0;
	}
	.block_list_cat__mobile .block_list__item .block_list__image {bottom: 5px; right: 0px;}
}
.c-about-line-btn.mob {
	display: none;
}
@media (max-width: 768px) {
	.c-map-block-top-title {
		font-size: 18px;
		gap:20px;
		margin-bottom: 30px;
	}
	.c-map-block-map iframe {
		height: 260px;
		border-radius: 10px;
	}
	.c-map-block-top-title:before {
		width: 22px;
		height: 28px;
		min-width: 22px;
	}
	.c-about-line-wrap {
		margin-top: 30px;
		padding: 14px 0;
	}
	.c-about-line {
		font-size: 18px !important;
	}
	.c-about-line:before {
		width: 16px;
		height: 22px;
	}
	.c-map-block-title {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.c-map-block-img {
		margin-bottom: 15px;
	}
	.c-map-block-content {
		flex-direction: row;
	}
	.c-map-block-item-title {
		font-size: 11px;
	}
	.c-map-block-item-val {
		font-size: 11px;
	}
	.c-map-block-item-icon {
		width: 30px;
		min-width: 30px;
		height: 30px;
	}
	.c-map-block-item {
		gap: 10px;
	}
	.c-map-block-item-icon img {
		width: 16px;
	}
	.c-about-line-btn {
		display: none;
	}
	.c-about-line-btn.mob {
		display: block !important;
		margin-top: 30px;
	}
	.c-delivery-steps-item {
		width: 100%;
		min-height: 211px;
	}
	.c-delivery-steps-item:before {
		right: 0 !important;
		top: calc(100% + 6px) !important;
		transform: rotate(90deg) !important;
		left: 0 !important;
		margin: auto !important;
	}
	.c-delivery-steps-item:nth-child(3) {
		order: initial;
	}
	.c-delivery-steps-item-text {
		font-size: 14px;
	}
	.c-delivery-steps-item-title {
		font-size: 16px;
	}
	.c-delivery-steps-item-icon {
		width: 70px;
		height: 70px;
	}
	.c-delivery-steps-item-icon img {
		width: 42px;
	}
	.c-map-block-row-right .row {
		gap: 40px;
	}
	.row.footer-right-row {
		flex-direction: column;
	}
	.block_footer_group {
		 width: 50%;
	 }
	.footer-address-sub-col .footer_item {
		width: 100%;
	}
	.footer-time-col .footer_item{
		width: 50%;
	}
	.footer-row-mob {
		text-align: left;
	}
	.footer-address-sub-col, .footer-time-col {
		width: 100%;
	}
	.footer .block_copyright {
		margin-top: 0;
	}
	.block_footer_split {
		padding-right: 16px;
		padding-left: 16px;
	}
	.c-statistics {
		flex-wrap: wrap;
		gap: 26px 20px;
	}
	.c-about-oborud-wrap {
		background: #f8f8f9;
		padding: 30px 0;
	}
	.c-about-oborud {
		padding-left: 0;
	}
	.c-about-oborud-title {
		color: #000;
		font-size: 18px;
	}
	.c-about-oborud-desc {
		color: #000;
		font-size: 13px;
	}
	.c-about-oborud-title:before {
		display: none;
	}
	.c-about-oborud-title:before {
		content: '';
		background: url(../img/c-title-icon-2.svg) no-repeat center;
		background-size: contain;
		width: 22px;
		height: 28px;
		position: absolute;
		top: 2px;
		left: -25px;
	}
	.c-statistics-item {
		width: calc(50% - 10px);
	}
	.c-statistics-wrap {
		padding: 20px 0;
	}
	.c-statistics-item-desc {
		margin-top: 5px;
	}
	.c-about-line-wrap {
		margin-top: 30px;
	}
	.c-info-block-item {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 30px;
	}
	.c-info-block-title {
		font-size: 18px;
	}
	.c-info-block-list {
		padding: 30px 0;
	}
	.c-info-block-left, .c-info-block-right {
		width: 100%;
	}
	.c-info-block-item:nth-child(2n) .c-info-block-left {
		order: -1;
	}

	.c-info-block-item:last-child {
		margin-bottom: 0;
	}

	.c-info-block-two-item {
		flex-direction: column;
	}
	.c-info-block-two-left, .c-info-block-two-right {
		width: 100%;
	}
	.c-info-line-text {
		font-size: 13px;
	}
	.c-info-line:before {
		width: 16px;
		height: 22px;
	}

	.c-map-block-item {
		width: 100%;
	}
	.c-map-block-content {
		gap: 15px;
	}
	.c-map-block-wrap {
		padding: 30px 0;
	}
	.c-info-block-two-item:nth-child(2n) .c-info-block-two-left {
		order: -1;
	}

	.c-info-line-wrap {
		padding: 48px 0;
	}

	.c-about-oborud-img-mob {
		display: block;
		margin-bottom: 20px;
	}
	.c-about-oborud-img-mob img {
		width: 100%;
	}
	.c-info-block-two-img,
	.c-info-block-img {
		border-radius: 20px;
	}

	.c-info-block-two-right {
		padding-left: 0;
	}
	.c-info-block-two-title,
	.c-about-oborud-title {
		display: flex;
		align-items: center;
		gap: 10px;
		font-size: 18px;
	}
	.c-info-block-two-title:before {
		content: '';
		position: static;
	}
	.c-about-oborud-desc {
		width: 100%;
	}
	.c-about-oborud-title:before {
		content: '';
		background: url(../img/c-title-icon-2.svg) no-repeat center;
		background-size: contain;
		width: 22px;
		height: 28px;
	}

	.c-info-block-two-item {
		margin-bottom: 30px;
	}

	.c-info-block-two-item:last-child {
		margin-bottom: 0;
	}
	.about-teams-desc {
		font-size: 15px;
	}
	.about-teams-wrap:before {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 73%, #000 100%);
	}
	.c-info-block-desc ul {
		padding-left: 17px;
	}
	.about-teams {
		bottom: 10px;
	}

	.c-info-line-wrap {
		background-image: url(../img/line-bg-mob.svg);
	}
}
@media (max-width: 767px) {
	.block_list_cat__mobile .block_list__item .block_list__image {bottom: 25px;}
}