

/* Start:/local/templates/evklead/components/bitrix/catalog.section.list/header_catalog/style.css?17080356877795*/
/* line */
.catalog-page .model-choose {
    font-size: 14.5px !important;
    margin-bottom: 30px !important;
    line-height: unset !important;
}
.new-choose .catalog-page .model-choose__items {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    font-size: 14px !important;
}
.new-choose .catalog-page .model-choose__item {
    border-radius: 33px !important;
    border: 0.6px solid red !important;
    padding: 10px 40.5px !important;
    background: #fff !important;
    color: #CF2127 !important;
    display: flex !important;
    align-items: center !important;
    text-transform: capitalize !important;
}
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }
/* End */


/* Start:/katalog/css/style.css?175406025542000*/
body.p-404,
body.p-404 header {
	background: #cf2127
}

body.p-404 header:before {
	content: none;
	display: none
}

body.p-404 header .header .menu-cities .btn span,
body.p-404 header .header .menu a {
	color: #fff
}

body.p-404 header .header .menu-cities .btn svg,
body.p-404 header .header .three svg {
	fill: #fff
}

body.p-404 header .header .three .dropdown-menu {
	background-color: #cf2127
}

body.p-404 header .header .phone-red span,
body.p-404 header .header .three .dropdown-menu .items-big .dropdown-item,
body.p-404 header .header .three .dropdown-menu .items-normal .dropdown-item {
	color: #fff
}

body.p-404 header .header .phone-red svg {
	fill: #fff
}

body.p-404 header .header .sunken {
	border: 1px solid #fff
}

body.p-404 header .header .sunken span {
	color: #fff
}

body.p-404 header .header .logo #icon_logo_logoltr {
	fill: #cf2127
}

body.p-404 header .header .logo #icon_logo_logobgr {
	fill: #fff
}

body.p-404 header .header .logo #icon_logo_sm_logoltrsm {
	fill: #cf2127
}

body.p-404 header .header .logo #icon_logo_sm_logobgrsm,
body.p-404 header .header svg.b,
body.p-404 header .header svg.sm {
	fill: #fff
}

@media only screen and (max-width:708px) {
	body.p-404 .dropdown.show .dropdown-menu-center {
		background-color: #cf2127
	}
}

@media only screen and (max-width:708px) {
	body.p-404 .dropdown.show .fade,
	body.p-404 .dropdown.show .fade-top {
		background: linear-gradient(180deg, #cf2127, rgba(207, 33, 39, .55) 31.77%, rgba(207, 33, 39, .87) 75.52%, #cf2127)
	}
}

@media only screen and (max-width:708px) {
	body.p-404 .dropdown.show .dropdown-menu a {
		color: #fff
	}
}

@media only screen and (max-width:708px) {
	body.p-404 .dropdown.show .dropdown-header {
		background: #cf2127
	}
}

@media only screen and (max-width:708px) {
	body.p-404 .dropdown.show .scrollable .indicator {
		background: #fff
	}
}

body.p-404 .div-404 {
	height: 100%;
	text-align: center
}

body.p-404 .div-404 h1 {
	margin: 50px 0 0;
	font-weight: 600;
	font-size: 320px;
	line-height: 1;
	width: 100%;
	text-align: center;
	color: #fff
}

@media only screen and (max-width:1150px) {
	body.p-404 .div-404 h1 {
		font-size: 300px
	}
}

@media only screen and (max-width:708px) {
	body.p-404 .div-404 h1 {
		font-size: 140px
	}
}

body.p-404 .div-404 h4 {
	font-weight: 600;
	font-size: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	margin: 35px 0
}

@media only screen and (max-width:1150px) {
	body.p-404 .div-404 h4 {
		font-size: 36px;
		line-height: 32px
	}
}

@media only screen and (max-width:708px) {
	body.p-404 .div-404 h4 {
		font-size: 24px;
		line-height: 32px
	}
}

body.p-404 .div-404 p {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	margin: 0 auto 35px;
	max-width: 800px
}

@media only screen and (max-width:1150px) {
	body.p-404 .div-404 p {
		font-size: 16px;
		line-height: 24px;
		max-width: 500px
	}
}

body.p-404 .div-404 .btn-white {
	width: 293px;
	height: 40px;
	background: #fff;
	border-radius: 200px;
	padding: 8px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 50px
}

@media only screen and (max-width:708px) {
	body.p-404 .div-404 .btn-white {
		width: 227px;
		padding: 8px 0
	}
}

body.p-404 .div-404 .btn-white span {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #191c21
}

@media only screen and (max-width:708px) {
	body.p-404 .div-404 .btn-white span {
		font-size: 14px;
		line-height: 20px
	}
}

.article-page {
	font-size: 16px;
	line-height: 24px;
	color: #191c21
}

.article-page h1 {
	margin: 20px auto 25px;
	text-align: left
}

@media only screen and (max-width:1150px) {
	.article-page h1 {
		margin: 5px 0 20px
	}
}

.article-page .h1-like {
	font-size: 48px;
	text-align: center
}

@media only screen and (max-width:1150px) {
	.article-page .h1-like {
		font-size: 36px
	}
}

@media only screen and (max-width:708px) {
	.article-page .h1-like {
		font-size: 24px
	}
}

.article-page h2 {
	font-size: 36px;
	text-align: left;
	color: #191c21;
	margin: 20px 0 15px
}

@media only screen and (max-width:1150px) {
	.article-page h2 {
		font-size: 24px
	}
}

@media only screen and (max-width:708px) {
	.article-page h2 {
		font-size: 20px
	}
}

.article-page .date {
	font-size: 16px;
	line-height: 24px;
	color: #a8b1b7;
	margin: 40px 0 0
}

@media only screen and (max-width:1150px) {
	.article-page .date {
		margin: 20px 0
	}
}

@media only screen and (max-width:708px) {
	.article-page .date {
		font-size: 16px;
		line-height: 24px;
		margin: 15px 0
	}
}

.article-page .article {
	/*max-width: 800px;*/
	margin: 0 auto;
}

@media only screen and (max-width:1150px) {
	.article-page .article {
		max-width: none
	}
}

.article-page .article table {
	text-align:center;
	border-collapse: collapse;
	max-width:100%;
	display:block;
	overflow:auto;
}

.article-page .article table td {
	padding:20px 15px;
	border:1px solid #D3DBE0;
}

.article-page .article table tr:first-child {
	background-color:#F0E9EB;
}

.article-page .article img {
	/*margin: 20px -70px;*/
	width: 940px
}

@media only screen and (max-width:1150px) {
	.article-page .article img {
		margin: 20px 0;
		width: 100%;
		height: auto
	}
}

.article-page .article p {
	margin: 5px 0;
	font-size: 16px;
	line-height: 24px
}

.article-page .article ul {
	margin: 10px 0;
	padding: 0 0 0 15px
}

.article-page .article ul li {
	position: relative;
	padding: 0 0 0 15px;
	margin: 5px 0
}

.article-page .article ul li:before {
	content: "";
	position: absolute;
	top: 3px;
	left: -12px;
	width: 12px;
	min-width: 12px;
	height: 16px;
	display: inline-block;
	border-radius: 50%
}

.article-page .article ul li:nth-child(odd):before {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMEwzLjUgNy44MzhsLTItMi40MzN2Mi45MkwyIDExLjczbC0yIDEuNDYgMyAuOTcyVjIxbDMtNi44MzhMMTAgMTdsLTEtMy44MUwxMyA2IDYuNSA4LjgxIDcgMHoiIGZpbGw9IiNGMkY1RjciLz48cGF0aCBkPSJNNyAwTDMuNSA3LjgzOGwtMi0yLjQzM3YyLjkyTDIgMTEuNzNsLTIgMS40NiAzIC45NzJWMjFsMy02LjgzOEwxMCAxN2wtMS0zLjgxTDEzIDYgNi41IDguODEgNyAweiIgZmlsbD0iI0NGMjEyNyIvPjwvc3ZnPg==")
}

.article-page .article ul li:nth-child(2n):before {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjUgMTlsLTMtNi0yIDIuNXYtM2wxLTQtOC41IDFMOS41IDUgNiAwbDcgM3YzbDQtMS00LjUgNC41VjE5eiIgZmlsbD0iI0YyRjVGNyIvPjxwYXRoIGQ9Ik0xMi41IDE5bC0zLTYtMiAyLjV2LTNsMS00LTguNSAxTDkuNSA1IDYgMGw3IDN2M2w0LTEtNC41IDQuNVYxOXoiIGZpbGw9IiNDRjIxMjciLz48L3N2Zz4=")
}

@media only screen and (max-width:708px) {
	.article-page .article .table-wrap {
		overflow-x: auto;
		overflow-y: hidden
	}
}

.article-page .article .table-wrap table {
	margin: 30px -120px;
	min-width: 680px;
	position: relative
}

@media only screen and (max-width:1150px) {
	.article-page .article .table-wrap table {
		margin: 30px -5vw
	}
}

@media only screen and (max-width:708px) {
	.article-page .article .table-wrap table {
		margin: 30px 0
	}
}

.article-page .article .table-wrap table:after,
.article-page .article .table-wrap table:before {
	content: "";
	position: absolute;
	top: 16px;
	bottom: 16px;
	border-left: 1px solid #d3dbe0
}

.article-page .article .table-wrap table:before {
	left: -1px
}

.article-page .article .table-wrap table:after {
	right: 0
}

.article-page .article .table-wrap table td {
	flex: 24%;
	font-size: 16px;
	line-height: 22px;
	color: #191c21;
	padding: 15px 20px;
	text-align: center
}

@media only screen and (max-width:1150px) {
	.article-page .article .table-wrap table td {
		font-size: 14px;
		line-height: 20px
	}
}

.article-page .article .table-wrap table td:not(:last-child) {
	width: 100%;
	position: relative
}

.article-page .article .table-wrap table td:not(:last-child):after {
	content: "";
	position: absolute;
	top: 15px;
	bottom: 15px;
	right: 0;
	border-right: 1px solid #d3dbe0
}

.article-page .article .table-wrap table td:first-child {
	font-weight: 700;
	pointer-events: none
}

.article-page .article .table-wrap table td:hover {
	background: #f5d3d4;
	color: #191c21;
	cursor: pointer
}

.article-page .article .table-wrap table td:hover div {
	border-right: none
}

.article-page .article .table-wrap table td:hover+td,
.article-page .article .table-wrap table td:hover+td+td,
.article-page .article .table-wrap table td:hover+td+td+td,
.article-page .article .table-wrap table td:hover+td+td+td+td,
.article-page .article .table-wrap table td:hover+td+td+td+td+td {
	background: #f2f5f7
}

.article-page .article .table-wrap table tr {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative
}

.article-page .article .table-wrap table tr:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 5%;
	width: 90%;
	border-bottom: 1px solid #d3dbe0
}

.article-page .article .table-wrap table tr:hover {
	background: #f9e5e5;
	cursor: pointer
}

.article-page .article .table-wrap table tr:hover img {
	filter: grayscale(0);
	opacity: 1
}

.article-page .article .table-wrap table tr:first-child {
	pointer-events: none;
	background: #f0e9eb
}

.article-page .article .table-wrap table tr:first-child td {
	font-weight: 500;
	color: #191c21
}

.articles-page h1 {
	margin: 40px auto 45px
}

@media only screen and (max-width:1150px) {
	.articles-page h1 {
		margin: 20px 0
	}
}

.articles-page .items {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	width: 100%;
	position: relative;
}

.articles-page .items .item {
	display: flex;
	gap: 10px;
	flex: 1 1 calc(33% - 50px);
	-webkit-box-flex: 1;
	-ms-flex: 1 1 calc(33% - 50px);
	max-width: calc(33% - 50px);
}

@media only screen and (max-width:1150px) {
	.articles-page .items .item {
		width: 100%;
		flex: 1 1 calc(50% - 50px);
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(50% - 20px);
		max-width: calc(50% - 50px);
	}
}

.articles-page .items .item h5 {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #cf2127
}

.articles-page .items .item p {
	font-size: 16px;
	line-height: 20px;
	color: #a8b1b7;
	text-transform: lowercase;
	margin: 15px 0 0
}

.articles-page .items .item img {
	min-width: 150px;
	width: 150px;
	height: 96px;
 	object-fit: cover;
}

@media only screen and (max-width:768px) {

	.articles-page .items{
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 20px;
	}

	.articles-page .items .item {
		flex: 1 1 100%;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex-direction: column;
		min-width: 200px;
	}

	.articles-page .items .item img {
		min-width: 200px;
		width: 200px;
		height: 150px;
	}

	.articles-page .items .item h5 {
		font-size: 16px;
		line-height: 24px
	}

	.articles-page .items .item .info a{
		font-size: 14px;
	}

	.articles-page .items .item p {
		font-size: 14px;
		line-height: 20px;
		margin: 7px 0 0
	}
}

.articles-page .items .fade, .testimonials .fade{
	width: 100%;
	height: 30%;
	max-height: 190px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 10px 10px 0 0;
	background: linear-gradient(180deg, #f2f5f7, rgba(242, 245, 247, .55) 31.77%, rgba(242, 245, 247, .87) 75.52%, #f2f5f7);
	pointer-events: none
}
.testimonials .fade{
	max-height: 100px;
}

.articles-page .more {
	text-align: center;
	width: 100%
}

.articles-page .more a {
	display: inline-block;
	margin: 5px auto 35px
}

@media only screen and (max-width:1150px) {
	.articles-page .more a {
		margin: 0 auto 20px
	}
}

.catalog-page .h1-like,
.catalog-page h1 {
	margin: 0 0 51px;
	color: #191c21;
	font-weight: 600;
	/*font-size: 48px;*//* ***08.06.2023*** */
	line-height: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.catalog-page .h1-model{
	text-align: left;
	font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}

@media only screen and (max-width:1366px) {
	.catalog-page .h1-like,
	.catalog-page h1 {
		margin:0 0 20px;
		font-size: 36px;
	}
}

@media only screen and (max-width:708px) {
	.catalog-page .h1-like,
	.catalog-page h1 {
		font-size: 32px;
		line-height: 40px;
		margin-top: 0;
	}
	.testimonials .fade{
		max-height: 60px;
	}

}

.catalog-page .h1-like img,
.catalog-page h1 img {
	max-height: 57px;
	margin: 0 15px 5px 0
}

@media only screen and (max-width:708px) {
	.catalog-page .h1-like img,
	.catalog-page h1 img {
		max-height: 42px
	}
}

.catalog-page .h1-like {
	margin: 80px auto 45px
}

@media only screen and (max-width:1150px) {
	.catalog-page .h1-like {
		margin: 55px auto 25px
	}
}

@media only screen and (max-width:708px) {
	.catalog-page .h1-like {
		margin: 45px auto 20px
	}
}

/*этот стиль портит заголовки на страницах каталога
.catalog-page .h1-model,
.catalog-page h2,.catalog-page .advantages .title-block {
	text-transform: capitalize
}*/
.catalog-page h2.form-title {
	margin: 0;
}

.catalog-page h2,.catalog-page .advantages .title-block {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #191c21;
	margin: 80px 0 40px
}

@media only screen and (max-width:1150px) {
	.catalog-page h2,.catalog-page .advantages .title-block {
		margin: 60px 0 40px
	}
	.catalog-page h2.car-model-title {
		margin-top: 0;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:708px) {
	.catalog-page h2,.catalog-page .advantages .title-block {
		margin: 30px 0
	}
}

.catalog-page .model-info {
	font-size: 16px;
	line-height: 24px;
	color: #191c21;
	max-width: 800px;
	margin: 0 auto
}

@media only screen and (max-width:1150px) {
	.catalog-page .model-info {
		width: 50%
	}
}

@media only screen and (max-width:708px) {
	.catalog-page .model-info {
		font-size: 14px;
		line-height: 20px;
		width: 100%
	}
}

.catalog-page .model-info p {
	margin: 10px 0
}

@media only screen and (max-width:1150px) {
	.catalog-page .model-info-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap
	}
}

@media only screen and (max-width:708px) {
	.catalog-page .model-info-wrap {
		flex-direction: column
	}
}

@media only screen and (max-width:1150px) {
	.catalog-page .model-info-wrap #register {
		margin: 20px 0 0 20px
	}
}

@media only screen and (max-width:708px) {
	.catalog-page .model-info-wrap #register {
		margin: 30px 0 0
	}
}

@media only screen and (max-width:1150px) {
	.catalog-page .model-info-wrap #register .row-1,
	.catalog-page .model-info-wrap #register .row-2 {
		flex-direction: column;
		margin: 0;
		width: 100%
	}
}

@media only screen and (max-width:1150px) {
	.catalog-page .model-info-wrap #register .row-1 .input-group,
	.catalog-page .model-info-wrap #register .row-1 a,
	.catalog-page .model-info-wrap #register .row-2 .input-group,
	.catalog-page .model-info-wrap #register .row-2 a {
		width: 100%;
		margin: 0 0 15px
	}
}

.catalog-page .model-choose { 
	font-size: 14.5px;
	margin-bottom: 30px;
}

@media only screen and (max-width:708px) {
	.catalog-page .model-choose {
		font-size: 14px;
		line-height: 32px
	}
}

.catalog-page .model-choose__items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 14px;
}

.catalog-page .model-choose__item {
	border-radius: 20px;
    border: 1px solid red;
    padding: 0 36px;
	height: 37px;
	line-height: 35px;
	font-size: 14px;
    background: #fff;
    color: #CF2127;
	display: flex;
	align-items: center;
	text-transform: capitalize
}

.catalog-page .model-choose__item:hover  {
	background-color: #CF2127;
    color: #fff;
}

@media only screen and (max-width:708px) {
	.catalog-page .model-choose__item {
		width: 25%
	}
}

.catalog-page .catalog-glass .controls {
	max-width: 640px;
	margin: 0 26px 0 0;
	display: flex
}

@media only screen and (max-width:708px) {
	.catalog-page .catalog-glass .controls {
		flex-direction: column;
		margin: 0 auto 1px
	}
}

.catalog-page .catalog-glass .controls .row {
	display: flex;
	justify-content: space-between;
	width: 100%
}

@media only screen and (max-width:708px) {
	.catalog-page .catalog-glass .controls .row {
		margin: 5px 0
	}
	.catalog-page .catalog-glass .controls .row>:last-child {
		margin: 0 0 0 10px
	}
}

.catalog-page .catalog-glass .controls .dropdown {
	margin: 0 10px 10px 0;
	width: 100%
}

.catalog-page .catalog-glass .controls .dropdown .btn span {
	white-space: nowrap;
	overflow: hidden
}

.catalog-page .catalog-glass .controls .dropdown .scroll-wrap {
	padding: 10px 0
}

@media only screen and (max-width:708px) {
	.catalog-page .catalog-glass .controls .dropdown {
	margin: 0 0 10px;
	}
}

.catalog-page .catalog-glass .controls .dropdown .btn {
	width: 100%;
	transition: none;
	background: #fff
}

@media only screen and (max-width:708px) {
	.catalog-page .catalog-glass .controls .dropdown .btn {
		font-size: 14px
	}
}

.catalog-page .catalog-glass .controls .dropdown .dropdown-menu {
	background: #fff;
	border: 1px solid #d3dbe0;
	margin-top: -1px
}

.catalog-page .catalog-glass .controls .dropdown .dropdown-menu .dropdown-item {
	color: #191c21;
}

.catalog-page .catalog-glass .controls .dropdown .dropdown-menu .dropdown-item:hover {
	color: #fff
}


@media only screen and (max-width:708px) {
	.catalog-page .catalog-glass .controls .btn-red {
		border-radius: 100%;
		min-width: 40px;
		max-width: 40px;
		height: 40px;
		padding: 0;
		justify-content: center
	}

	#btn_find.btn-red {
		border-radius: 25px;
		min-width: 40px;
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (max-width:708px) {
	.catalog-page .catalog-glass .controls .btn-red span {
		display: none
	}
}

@media only screen and (max-width:708px) {
	.catalog-page .catalog-glass .controls .btn-red svg {
		margin: 0
	}
}

.catalog-page .catalog-glass .wrap-grid {
	position: relative
}

.catalog-page .catalog-glass .wrap-grid .fade {
	display: none
}

.catalog-page .catalog-glass .wrap-grid .no-result {
	color: #191c21;
	text-align: center;
	margin: 15px 0 0
}

.catalog-page .catalog-glass .wrap-grid.short {
	overflow: hidden
}

.catalog-page .catalog-glass .wrap-grid.short .fade {
	display: block
}

.catalog-page .catalog-glass .items {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0;
	overflow: hidden;
	padding: 10px 0 0;
	position: relative;
	top: -14px
}

.catalog-page .catalog-glass .items .item {
	background: #fff;
	border-radius: 10px;
	padding: 15px 20px;
	margin: 14px 12px;
	width: 31%
}

@media only screen and (max-width:1150px) {
	.catalog-page .catalog-glass .items .item {
		width: 45%
	}
}

@media only screen and (max-width:708px) {
	.catalog-page .catalog-glass .items .item {
		width: 100%;
		padding: 2px 15px
	}
}

.catalog-page .catalog-glass .items .item .row {
	display: flex;
	margin: 15px 0 5px
}

.catalog-page .catalog-glass .items .item .row .col {
	width: 49%
}

.catalog-page .catalog-glass .items .item .row .col span {
	font-size: 12px;
	line-height: 1.3;
	color: #a8b1b7;
	display: block;
	margin: 5px 0
}

@media only screen and (max-width:708px) {
	.catalog-page .catalog-glass .items .item .row .col span {
		font-size: 10px
	}
}

.catalog-page .catalog-glass .items .item .row .col div {
	font-size: 16px;
	line-height: 1.5;
	color: #191c21
}

@media only screen and (max-width:708px) {
	.catalog-page .catalog-glass .items .item .row .col div {
		font-size: 14px
	}
}

.catalog-page .catalog-glass .items .item .row .col div.price {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	color: #191c21
}

@media only screen and (max-width:708px) {
	.catalog-page .catalog-glass .items .item .row .col div.price {
		font-size: 18px
	}
}

.catalog-page .catalog-glass .items .item .row .col a.sunken {
	display: block;
	border: 1px solid #cf2127;
	padding: 5px 10px
}

@media (max-width:1250px) {
	.catalog-page .catalog-glass .items .item .row .col a.sunken {
		padding: 4px 5px
	}
}

.catalog-page .catalog-glass .items .item .row .col a.sunken span {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	text-align: center;
	color: #cf2127;
	width: 100%;
	display: inline-block
}

@media only screen and (max-width:1150px) {
	.catalog-page .catalog-glass .items .item .row .col-1 {
		width: 40%
	}
}

@media only screen and (max-width:1150px) {
	.catalog-page .catalog-glass .items .item .row .col-2 {
		width: 60%
	}
}

.catalog-page .catalog-glass .items .item .row-full .col {
	width: 100%
}

.catalog-page .catalog-glass .items .item.agc {
	position: relative
}

.catalog-page .catalog-glass .items .item.agc .manufact div {
	color: #fff;
	position: relative;
	display: inline;
	background: transparent;
	z-index: 2;
	padding: 2px 0 2px 20px
}

.catalog-page .catalog-glass .items .item.agc .manufact div:after {
	content: "";
	position: absolute;
	width: 110%;
	height: 100%;
	left: 7px;
	top: 0;
	background: #cf2127;
	transform: skew(-25deg);
	z-index: -1
}

.catalog-page .catalog-glass .items .item.agc .warr-wrap:before {
	content: "";
	position: absolute;
	right: 110px;
	top: -17px;
	transform: skew(-75deg);
	width: 77px;
	height: 16px;
	background: #b4070d
}

.catalog-page .catalog-glass .items .item.agc .warr-rot {
	position: absolute;
	right: -59px;
	top: 0;
	transform: rotate(45deg);
	width: 222px;
	border-bottom: 72px solid #cf2127;
	border-left: 72px solid transparent;
	border-right: 72px solid transparent;
	height: 0
}

.catalog-page .catalog-glass .items .item.agc .warr {
	background: #cf2127;
	height: 71px;
	width: 102%;
	position: relative;
	left: -1px
}

.catalog-page .catalog-glass .items .item.agc .warr span {
	display: block;
	transform: rotate(-45deg);
	letter-spacing: -.1
}

.catalog-page .catalog-glass .items .item.agc .warr .w1 {
	font-size: 10px;
	line-height: 30px;
	position: relative;
	top: 18px;
	left: -45px;
	color: hsla(0, 0%, 100%, .7)
}

.catalog-page .catalog-glass .items .item.agc .warr .w2 {
	font-size: 16px;
	line-height: 30px;
	position: relative;
	top: -12px;
	left: -12px
}

.catalog-page .catalog-glass .items .item.agc .warr .w3 {
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	position: relative;
	top: -45px;
	left: 20px
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg {
	padding: 50px 20px 0
}
.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg {
	display: block;
	max-width: 100%;
}

.catalog-page .catalog-glass .items .item .row .col a {
	white-space: nowrap;
}

.items .item.item_v2 .itemPrice {
	margin: 0 0 10px;
	flex: 0 1 220px;
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.glass_back,
.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.glass_front,
.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.glass_side,
.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.glass_side_back {
	width: 259px;
	height: 113px;
	fill: #fff;
	stroke: #000
}

@media only screen and (max-width:1023px) {
	.items .item.item_v2 .itemPrice {
		flex: 0 1 100%;
		margin: 0 0 10px;
	}
	.catalog-page .catalog-glass .items .item .row .col a {
		margin: 0 0 10px;
	}
	body.catalog-page .catalog-glass .items .item.item_v2 .itemPrice .row {
		display: block;
	}
	body.catalog-page .catalog-glass .items .item.item_v2 .itemPrice .row .col {
		width: 100% !important;
	}
	body.catalog-page .catalog-glass .items .item.item_v2 .itemPrice .row .col-2 {
		margin-top: 20px;
	}
	.catalog-page .catalog-glass .items .itemInner .row-full .col {
		width: 50% !important;
		flex: 0 0 50%;
	}
	.catalog-page .catalog-glass .items .item .row .col-1 {
		width: 50%;
	}
	.catalog-page .catalog-glass .items .item .row .col-2 {
		width: 50%;
	}
	.catalog-page .catalog-glass .items .item .row {
		display: flex;
		margin: 10px 0 5px;
	}
	.title-product {
		line-height: 26px;
	}
	.catalog-page .catalog-glass .items .item.item_v2 .itemImg {
		padding: 30px 10px 20px;
		min-height: 0;
		max-height: none;
	}
}

@media only screen and (max-width:708px) {
	.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.glass_back,
	.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.glass_front,
	.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.glass_side,
	.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.glass_side_back {
		width: 226px
	}
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.glass-transp {
	fill: #e9ebf7;
	stroke: #cfd2e0
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.glass-green {
	fill: #9eb49f;
	stroke: #7a8f7b
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.glass-light-green {
	fill: #b6d9a5;
	stroke: #8eab81
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.glass-dark-green {
	fill: #788878;
	stroke: #6b6d6c
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.glass-blue {
	fill: #d4e0e7;
	stroke: #9db7c2
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.glass-dark-blue {
	fill: #a0b4be;
	stroke: #7b949b
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.glass-bronze {
	fill: #e9b88c;
	stroke: #b2977a
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.glass-dark-bronze {
	fill: #c3a07f;
	stroke: #907e71
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.glass-gray {
	fill: #dfdede;
	stroke: #b8b8b8
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.glass-dark-gray {
	fill: #b6b6b6;
	stroke: #979696
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.sunshine-blue {
	--sunshine-color: url(#icon_glass_front_blue_linear)
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.sunshine-gray {
	--sunshine-color: url(#icon_glass_front_gray_linear)
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.sunshine-bronze {
	--sunshine-color: url(#icon_glass_front_bronze_linear)
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.sunshine-green {
	--sunshine-color: url(#icon_glass_front_green_linear)
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.sunshine-lightblue {
	--sunshine-color: url(#icon_glass_front_lightblue_linear)
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.has-camera {
	--hascamera: true
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.has-noize {
	--hasnoize: true
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.has-light {
	--haslight: true
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.has-heat {
	--hasheat: true
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.has-antenna {
	--hasant: true
}

.catalog-page .catalog-glass .items .item.item_v2 .itemImg svg.has-vin {
	--hasvin: true
}



/*********************************************/

.container svg.glass_back,
.container svg.glass_front,
.container svg.glass_side,
.container svg.glass_side_back {
	width: 259px;
	height: 113px;
	fill: #fff;
	stroke: #000
}

@media only screen and (max-width:708px) {
	.container svg.glass_back,
	.container svg.glass_front,
	.container svg.glass_side,
	.container svg.glass_side_back {
		width: 226px
	}
}

.container svg.glass-transp {
	fill: #e9ebf7;
	stroke: #cfd2e0
}

.container svg.glass-green {
	fill: #9eb49f;
	stroke: #7a8f7b
}

.container svg.glass-light-green {
	fill: #b6d9a5;
	stroke: #8eab81
}

.container svg.glass-dark-green {
	fill: #788878;
	stroke: #6b6d6c
}

.container svg.glass-blue {
	fill: #d4e0e7;
	stroke: #9db7c2
}

.container svg.glass-dark-blue {
	fill: #a0b4be;
	stroke: #7b949b
}

.container svg.glass-bronze {
	fill: #e9b88c;
	stroke: #b2977a
}

.container svg.glass-dark-bronze {
	fill: #c3a07f;
	stroke: #907e71
}

.container svg.glass-gray {
	fill: #dfdede;
	stroke: #b8b8b8
}

.container svg.glass-dark-gray {
	fill: #b6b6b6;
	stroke: #979696
}

.container svg.sunshine-blue {
	--sunshine-color: url(#icon_glass_front_blue_linear)
}

.container svg.sunshine-gray {
	--sunshine-color: url(#icon_glass_front_gray_linear)
}

.container svg.sunshine-bronze {
	--sunshine-color: url(#icon_glass_front_bronze_linear)
}

.container svg.sunshine-green {
	--sunshine-color: url(#icon_glass_front_green_linear)
}

.container svg.sunshine-lightblue {
	--sunshine-color: url(#icon_glass_front_lightblue_linear)
}

.container svg.has-camera {
	--hascamera: true
}

.container svg.has-noize {
	--hasnoize: true
}

.container svg.has-light {
	--haslight: true
}

.container svg.has-heat {
	--hasheat: true
}

.container svg.has-antenna {
	--hasant: true
}

.container svg.has-vin {
	--hasvin: true
}
/*********************************************/

.catalog-page .catalog-glass .more {
	text-align: center;
	width: 100%
}

.catalog-page .catalog-glass .more a {
	display: inline-block;
	margin: 20px auto 35px
}

@media only screen and (max-width:1150px) {
	.catalog-page .catalog-glass .more a {
		margin: 0 auto 20px
	}
}

.catalog-page .catalog-glass .fade {
	width: 100%;
	height: 2%;
	max-height: 190px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 10px 10px 0 0;
	background: linear-gradient(180deg, #f2f5f7, rgba(242, 245, 247, .55) 31.77%, rgba(242, 245, 247, .87) 75.52%, #f2f5f7)
}

@media only screen and (max-width:708px) {
	.catalog-detail-page .catalog-glass {
		margin: 380px 0 30px
	}
}

@media only screen and (max-width:1150px) {
	.catalog-detail-page h2 {
		margin: 140px 0 30px
	}
}

@media only screen and (max-width:708px) {
	.catalog-detail-page h2 {
		margin: 140px 0 20px
	}
}

.catalog-detail-page .bgr #register {
	position: relative;
	top: -77px;
	z-index: 20;
	margin: 0
}

@media only screen and (max-width:1150px) {
	.catalog-detail-page .bgr #register {
		height: 230px;
		top: -50px
	}
}

@media only screen and (max-width:708px) {
	.catalog-detail-page .bgr #register {
		top: 40px;
		height: auto
	}
}

.catalog-detail-page .model-header {
	position: relative;
	height: 290px
}

.catalog-detail-page .model-header h1 {
	color: #fff;
	padding: 0 5vw;
	width: 100%;
	    margin: 15px auto 45px;

}

@media only screen and (max-width:1150px) {
	.catalog-detail-page .model-header h1 {
		margin: 60px auto 20px
	}
}

@media only screen and (max-width:708px) {
	.catalog-detail-page .model-header h1 {
		margin: 102px 0 0;
		position: absolute;
		bottom: 120px
	}
}

.catalog-detail-page .model-header h1 .model-logo,
.catalog-detail-page .model-header h1 span {
	position: relative;
	z-index: 10;
	max-width: 1000px;

}

.catalog-detail-page .model-header .bgr {
	position: absolute;
	width: 100%;
	top: -77px;
	z-index: 1;
	text-align: center
}

.catalog-detail-page .model-header .bgr img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	max-width: 1920px
}

.catalog-detail-page .model-header .bgr .img-wrap {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden
}

.catalog-detail-page .model-header .bgr .img-wrap:after {
	content: "";
	background: linear-gradient(180deg, #191c21 20.11%, #191c21);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10
}

.catalog-detail-page .model-header .bgr .img-wrap:before {
	content: "";
	background: repeat-x center 0/cover url(/local/templates/evklead/img/background-gr.svg);
	position: absolute;
	width: 100%;
	height: 90px;
	bottom: -70px;
	left: 0;
	z-index: 15;
	-webkit-transform: rotate(180deg) scaleX(-1);
	-moz-transform: rotate(180deg) scaleX(-1);
	-ms-transform: rotate(180deg) scaleX(-1);
	-o-transform: rotate(180deg) scaleX(-1);
	transform: rotate(180deg) scaleX(-1)
}

@media (min-width:1920px) {
	.catalog-detail-page .model-header .bgr .img-wrap:before {
		background: center 0 no-repeat url(/local/templates/evklead/img/background-gr.svg);
		-moz-background-size: 100%;
		-webkit-background-size: 100%;
		-o-background-size: 100%;
		background-size: 100%
	}
}

@media only screen and (max-width:1150px) {
	.catalog-detail-page .model-header .bgr .img-wrap:before {
		background: no-repeat 0/cover url(/local/templates/evklead/img/background-gr.svg)
	}
}

div.box-mobile_station {
	display: block;
	width: 100%;
	color: #191c21;
	margin-top: 45px;
	margin-bottom: -5px;
	position: relative
}

@media only screen and (max-width:1150px) {
	div.box-mobile_station {
		margin-top: 40px;
		margin-bottom: 25px
	}
}

@media only screen and (max-width:480px) {
	div.box-mobile_station {
		margin-top: 25px
	}
}

div.box-mobile_station .box-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 500px;
	position: relative;
	z-index: 1
}

div.box-mobile_station .box-content .btn-red {
	margin: 27px 0 0;
	padding: 10px 25px
}

@media only screen and (max-width:1150px) {
	div.box-mobile_station .box-content {
		max-width: 450px
	}
}

@media only screen and (max-width:767px) {
	div.box-mobile_station .box-content {
		max-width: 100%
	}
}

div.box-mobile_station .box-title {
	margin-bottom: 35px
}

@media only screen and (max-width:1150px) {
	div.box-mobile_station .box-title {
		margin-bottom: 30px
	}
}

@media only screen and (max-width:767px) {
	div.box-mobile_station .box-title {
		margin-bottom: 20px
	}
}

div.box-mobile_station .box-title:last-child {
	margin-bottom: 0
}

div.box-mobile_station .box-title p {
	font-weight: 700;
	font-size: 48px;
	line-height: 1.29
}

@media only screen and (max-width:1150px) {
	div.box-mobile_station .box-title p {
		font-size: 36px
	}
}

@media only screen and (max-width:991px) {
	div.box-mobile_station .box-title p {
		line-height: 1.2
	}
}

@media only screen and (max-width:767px) {
	div.box-mobile_station .box-title p {
		font-size: 24px
	}
}

div.box-mobile_station .box-title p span.red {
	color: #cf2127
}

div.box-mobile_station ul.box-list {
	margin-bottom: 10px
}

div.box-mobile_station ul.box-list:last-child {
	margin-bottom: 0
}

div.box-mobile_station ul.box-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 25px
}

@media only screen and (max-width:1150px) {
	div.box-mobile_station ul.box-list li {
		margin-bottom: 20px
	}
}

@media only screen and (max-width:767px) {
	div.box-mobile_station ul.box-list li {
		margin-bottom: 10px
	}
}

div.box-mobile_station ul.box-list li:last-child {
	margin-bottom: 0
}

div.box-mobile_station ul.box-list li i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 18px;
	height: 22px;
	margin-right: 8px
}

div.box-mobile_station ul.box-list li i svg {
	position: relative
}

div.box-mobile_station ul.box-list li i svg.position-1 {
	right: 2px
}

div.box-mobile_station ul.box-list li i svg.position-2 {
	right: -2px
}

div.box-mobile_station ul.box-list li p {
	max-width: 370px;
	font-size: 16px;
	line-height: 1.5
}

@media only screen and (max-width:991px) {
	div.box-mobile_station ul.box-list li p {
		max-width: 265px
	}
}

@media only screen and (max-width:767px) {
	div.box-mobile_station ul.box-list li p {
		max-width: 100%;
		font-size: 14px
	}
}

@media only screen and (max-width:480px) {
	div.box-mobile_station ul.box-list li p {
		line-height: 1.3
	}
}

div.box-mobile_station .box-img {
	position: absolute;
	right: 40px;
	bottom: -40px;
	z-index: 0
}

@media only screen and (max-width:1150px) {
	div.box-mobile_station .box-img {
		right: 0;
		bottom: 10px
	}
}

@media only screen and (max-width:767px) {
	div.box-mobile_station .box-img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 100%;
		margin-top: 30px;
		position: relative;
		right: auto;
		bottom: auto
	}
}

@media only screen and (max-width:480px) {
	div.box-mobile_station .box-img {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 15px
	}
}

div.box-mobile_station .box-img img {
	display: block;
	width: auto;
	height: auto
}

@media only screen and (max-width:1300px) {
	div.box-mobile_station .box-img img {
		width: 600px
	}
}

@media only screen and (max-width:1150px) {
	div.box-mobile_station .box-img img {
		width: 500px
	}
}

@media only screen and (max-width:991px) {
	div.box-mobile_station .box-img img {
		width: 400px
	}
}

@media only screen and (max-width:767px) {
	div.box-mobile_station .box-img img {
		width: auto;
		max-width: 100%
	}
}

@media only screen and (max-width:480px) {
	div.box-mobile_station .box-img img {
		width: 100%;
		height: auto
	}
}

.catalog-brand .items .brands .brand.length {
	width: 180px
}

.catalog-brand .items .brands .brand.length span {
	max-width: 100%
}

.company-page h1 {
	margin: 40px auto 45px
}

@media only screen and (max-width:1150px) {
	.company-page h1 {
		margin: 20px 0
	}
}

.company-page .h2-like {
	font-size: 48px;
	line-height: 48px;
	text-align: center;
	color: #191c21;
	margin: 70px auto 50px
}

@media only screen and (max-width:1150px) {
	.company-page .h2-like {
		font-size: 36px;
		line-height: 48px;
		margin: 55px auto 30px
	}
}

@media only screen and (max-width:708px) {
	.company-page .h2-like {
		font-size: 24px;
		line-height: 32px
	}
}

.company-page .about-top {
	display: flex
}

@media only screen and (max-width:1150px) {
	.company-page .about-top {
		flex-direction: column
	}
}

.company-page .about-top .carousel {
	max-height: 400px
}

@media only screen and (max-width:1150px) {
	.company-page .about-top .carousel {
		max-height: none
	}
}

.company-page .about-top .carousel img {
	height: 100%
}

@media only screen and (max-width:1150px) {
	.company-page .about-top .carousel img {
		height: auto
	}
}

.company-page .about-top .info {
	width: 45%;
	margin: 0 0 0 40px
}

@media only screen and (max-width:1150px) {
	.company-page .about-top .info {
		margin: 50px 0 0;
		width: 100%
	}
}

.company-page .about-top .info div {
	font-size: 16px;
	line-height: 24px;
	color: #191c21;
	margin: 15px 0 0
}

@media only screen and (max-width:1150px) {
	.company-page .about-top .info div {
		margin: 25px 0 0;
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		column-count: 2;
		column-gap: 30px
	}
}

@media only screen and (max-width:708px) {
	.company-page .about-top .info div {
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-count: 1;
		column-gap: 0
	}
}

.company-page .about-top .info h5 {
	font-weight: 600;
	font-size: 30px;
	line-height: 1;
	text-align: left;
	color: #191c21
}

@media only screen and (max-width:1150px) {
	.company-page .about-top .info h5 {
		font-size: 36px;
		line-height: 48px;
		text-align: center
	}
}

@media only screen and (max-width:708px) {
	.company-page .about-top .info h5 {
		font-size: 24px;
		line-height: 32px
	}
}

.company-page .about-top .info p {
	margin: 15px 0 5px
}

.company-page .geography-map {
	width: 100%;
	text-align: center;
	overflow: hidden
}

@media only screen and (max-width:1150px) {
	.company-page .geography-map {
		padding: 0 5vw
	}
}

.company-page .geography-map svg {
	width: 1100px;
	height: 620px;
	margin: 0 auto
}

@media only screen and (max-width:708px) {
	.company-page .geography-map svg {
		width: 500px;
		height: 280px
	}
}

.company-page .our-team {
	background: #fff;
	border-radius: 10px;
	padding: 50px 80px 20px;
	margin: 40px auto 60px;
	max-width: 1000px
}

@media only screen and (max-width:1150px) {
	.company-page .our-team {
		padding: 30px 20px 15px;
		text-align: center
	}
}

.company-page .our-team .h2-like {
	margin: 0
}

.company-page .our-team .items {
	display: flex;
	flex-direction: column;
	margin: 20px 0;
	text-align: left
}

@media only screen and (max-width:1150px) {
	.company-page .our-team .items {
		margin: 10px auto;
		max-width: 700px
	}
}

.company-page .our-team .items .row {
	display: flex;
	justify-content: space-between
}

@media only screen and (max-width:708px) {
	.company-page .our-team .items .row {
		flex-direction: column
	}
}

.company-page .our-team .items .item {
	display: flex;
	margin: 30px 20px;
	align-items: center;
	width: 43%
}

@media only screen and (max-width:1150px) {
	.company-page .our-team .items .item {
		margin: 15px 10px
	}
}

@media only screen and (max-width:708px) {
	.company-page .our-team .items .item {
		width: 100%
	}
}

.company-page .our-team .items .item .photo {
	border-radius: 50%;
	overflow: hidden;
	margin: 0 20px 0 0
}

@media only screen and (max-width:1150px) {
	.company-page .our-team .items .item .photo {
		min-width: 54px;
		width: 54px;
		height: 54px
	}
}

.company-page .our-team .items .item .photo img {
	min-width: 80px;
	width: 80px;
	height: 80px
}

@media only screen and (max-width:1150px) {
	.company-page .our-team .items .item .photo img {
		min-width: 54px;
		width: 54px;
		height: 54px
	}
}

.company-page .our-team .items .item .name {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #191c21
}

@media only screen and (max-width:1150px) {
	.company-page .our-team .items .item .name {
		font-size: 18px;
		line-height: 20px
	}
}

.company-page .our-team .items .item .position {
	font-size: 16px;
	line-height: 20px;
	color: #a8b1b7;
	margin: 10px 0 0
}

@media only screen and (max-width:1150px) {
	.company-page .our-team .items .item .position {
		font-size: 16px;
		line-height: 20px;
		margin: 6px 0 0
	}
}

@media only screen and (max-width:708px) {
	.company-page .our-team .items .item .position {
		font-size: 14px;
		line-height: 18px
	}
}

.company-page #register {
	height: auto;
	margin: 0 0 60px
}

@media only screen and (max-width:708px) {
	.company-page #register {
		margin: 0 0 40px
	}
}

.company-page #register .controls .row-1 {
	width: 100%
}

.company-page #regis
/* End */
/* /local/templates/evklead/components/bitrix/catalog.section.list/header_catalog/style.css?17080356877795 */
/* /katalog/css/style.css?175406025542000 */
