

/* Start:/bitrix/templates/veles/components/bitrix/catalog/seo/style.css?16555408361028*/
main header ~ article {
	overflow: hidden;
}

section.feature ~ h2 {
	margin-top:  1.5rem;
}

.footer_form .content-block .h2 {
	color: #ffffff;
	text-transform: uppercase;
}

.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: 25px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #f2f2f2;
	color: #2c2c2c;
	text-transform: uppercase;
}

/* End */


/* Start:/bitrix/components/veles/section.model-photo/templates/.default/style.css?16269487283155*/
section.brand {
    padding-top: 60px;
    padding-bottom: 60px;
}
section.brand a{
    text-decoration: none;
}

section.brand .card {
    position: relative;
}
section.brand .card:hover {box-shadow: 0 0 30px rgba(0,0,0,0.2);}
section.brand .card:hover .card-title a{
    color: transparent !important;
}
section.brand .card .stretched-link::after {
    z-index: 10;
}
section.brand .card:after {
    content: "Подробнее";
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60px;
    padding: 32px 10px 5px 10px;
    text-align: right;
    z-index: 2;
    opacity: 0;
    transition: 0.5s;
    background: rgb(29, 172, 239);
    background: -moz-linear-gradient(350deg, rgba(29, 172, 239) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(350deg, rgba(29, 172, 239) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(350deg, rgba(29, 172, 239) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0083d1",endColorstr="#ffffff",GradientType=1);
}

section.brand .card:hover:after {
    opacity: 1;
}

section.brand .card-img {
    max-height: 150px;
    width: auto;
    max-width: 100%;
}

/************************ Скрыть показать строки брендов **********************/

#collapseBrand.collapsing + div.row + div.row a.text-info.font-weight-bold::before,
#collapseBrand.collapse + div.row + div.row a.text-info.font-weight-bold::before {
    content: "Все марки авто";
}

#collapseBrand.collapsing.show + div.row + div.row a.text-info.font-weight-bold::before,
#collapseBrand.collapse.show + div.row + div.row a.text-info.font-weight-bold::before {
    content: "Скрыть";
}

#collapseBrand.collapsing + div.row .col-6:nth-child(-n+13),
#collapseBrand.collapse + div.row .col-6:nth-child(-n+13) {
    display: block;
}

#collapseBrand.collapsing + div.row .col-6:nth-child(n+13),
#collapseBrand.collapse + div.row .col-6:nth-child(n+13) {
    display: none;
}

#collapseBrand.collapsing.show + div.row .col-6,
#collapseBrand.collapse.show + div.row .col-6{
    display: block;
}

/* xs Экстрамалые девайсы (портретные телефоны, < 576px)*/
@media (max-width: 575.98px) {

}
/* sm Малые девайсы (горизонтальные телефоны, >= 575px)*/
@media (min-width: 576px) and (max-width: 767.98px) {

}
/* md Средние девайсы (планшеты, >= 768px) */
@media (min-width: 768px) and (max-width: 991.98px) {

}
/* lg Большие девайсы (десктопы, >= 992px)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}
/* xl Экстрабольшие девайсы (большие десктопы, >= 1200px)*/
@media (min-width: 1200px) and (max-width: 1399.98px){ 
    
}
/* xl + Экстрабольшие девайсы (большие десктопы, >= 1200px)*/
@media (min-width: 1400px){

}
/* End */


/* Start:/bitrix/templates/veles/components/bitrix/catalog.section.list/bootstrap_v4/style.css?16797218846106*/

.services a{
    text-decoration: none;
}

.services .card-hover {
    position: relative;
	width: 100%;
}
.services .card-hover img {
    border-bottom: 3px solid rgba(29, 172, 239);
    width: 100%;
	object-fit: cover;
}
.services .card-hover:hover .card-img-top {
    background: rgba(29, 172, 239);
}
.services .card-hover:hover .card-img-top img{
    opacity: 0.5;
}
.services .card-hover:hover .card-title a{
    color: rgba(29, 172, 239) !important;
}

.services .card-title {
    line-height: 1.1;
    font-size: 13px;
}

.catalog-section-list-item { }

.catalog-section-list-item-title {
	overflow: hidden;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 20px;
}

.catalog-section-list-item-link {
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
}

.catalog-section-list-item-counter {
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.catalog-section-list-item-description { font-size: 13px; }

.catalog-section-list-item-img {
	display: block;
	padding-top: 100%;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 250ms linear all;
}

.catalog-section-list-item-img:hover { border-color: var(--theme-color-primary); }

/* region Line */
.catalog-section-list-line-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-line-list .catalog-section-list-item {
	display: flex;
	margin-bottom: 15px;
	align-items: flex-start;
}

.catalog-section-list-line-list .catalog-section-list-item-title { text-align: left; }

.catalog-section-list-line-img-container {
	padding-right: 15px;
	min-width: 75px;
	width: 75px;
}

.catalog-section-list-line-list .catalog-section-list-titles {
	margin: 0;
	line-height: 20px;
}

/*endregion*/

/*region Text */
.catalog-section-list-text-list {
	padding: 0;
	list-style: none;
	column-count: 3;
}

.catalog-section-list-text-list .catalog-section-list-item-title { text-align: left; }

@media (max-width: 767px) {
	.catalog-section-list-text-list { column-count: 1; }
}

/*endregion*/

/*region Tile */

.catalog-section-list-tile-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-tile-img-container { width: 100%; }

/*endregion*/

/* list */

.catalog-section-list-list { margin-bottom: 30px; }

.catalog-section-list-list .catalog-section-list-item:before { content: '' !important }

.catalog-section-list-list-title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.catalog-section-list-list-link {
	white-space: nowrap;
	font-size: 13px;
}

.catalog-section-list-list-link:hover { text-decoration: none }

.catalog-section-list-list-title span { font-size: 11px; }

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

	.bx-touch .catalog-section-list-list .bx_catalog_line_title a { font-size: 12px; }
}

.catalog-section-list-list-title,
.catalog-section-list-list-link { transition: all 0.3s ease; }

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.embed-responsive-42by9::before {
    padding-top: 21%;
}
/* xs Экстрамалые девайсы (портретные телефоны, < 576px)*/
@media (max-width: 575.98px) {
	/* Убираем в мобильной версии вывод описаний для категорий и подгрузку списков с ценами */
	.tabs__content {
		display: none;
	}
	/* [если включен выше .tabs__content] описаний для категорий и подгрузку списков с ценами */
	.embed-responsive.embed-responsive-42by9.collapse::before {
		display: none;
	} 
	.embed-responsive.embed-responsive-42by9.collapse .embed-responsive-item {
		position: relative;
	}

	.embed-responsive.embed-responsive-42by9.collapse .embed-responsive-item .media {
		flex-direction: column;
	}
	.embed-responsive.embed-responsive-42by9.collapse .embed-responsive-item .media img {
		margin-bottom: 10px;
		display: block;
	}
	.embed-responsive.embed-responsive-42by9.collapse .embed-responsive-item .table-price tbody td {
		text-align: center;
		padding: 2px;
	}
	/** */
}
/* sm Малые девайсы (горизонтальные телефоны, >= 575px)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.embed-responsive.embed-responsive-42by9.collapse::before {
		display: none;
	} 
	.embed-responsive.embed-responsive-42by9.collapse .embed-responsive-item {
		position: relative;
	}

	.embed-responsive.embed-responsive-42by9.collapse .embed-responsive-item .media {
		flex-direction: column;
	}
	.embed-responsive.embed-responsive-42by9.collapse .embed-responsive-item .media img {
		margin-bottom: 10px;
		display: block;
	}
	.embed-responsive.embed-responsive-42by9.collapse .embed-responsive-item .table-price tbody td {
		text-align: center;
		padding: 2px;
	}
}
/* md Средние девайсы (планшеты, >= 768px) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.embed-responsive.embed-responsive-42by9.collapse::before {
		display: none;
	} 
	.embed-responsive.embed-responsive-42by9.collapse .embed-responsive-item {
		position: relative;
	}
}
/* lg Большие девайсы (десктопы, >= 992px)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.embed-responsive.embed-responsive-42by9.collapse::before {
		display: none;
	} 
	.embed-responsive.embed-responsive-42by9.collapse .embed-responsive-item {
		position: relative;
	}
}
/* xl Экстрабольшие девайсы (большие десктопы, >= 1200px)*/
@media (min-width: 1200px) and (max-width: 1399.98px){ 
    
}
/* xl + Экстрабольшие девайсы (большие десктопы, >= 1200px)*/
@media (min-width: 1400px){

}

/* End */


/* Start:/bitrix/templates/veles/components/bitrix/news.list/banner-sert-center/style.css?16576194832428*/
section.certificate-to {
    background-color: #212529 !important;
    margin-top: 30px;
}

section.certificate {
    background-color: #212529 !important;
    margin-top: 60px;
}

main section.certificate {
    position: relative;
}

main section.certificate::before, main section.certificate::after {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #212529;
}

main section.certificate::before {
    right: -100%;
}

main section.certificate::after {
    left: -100%;
}

/* xs Экстрамалые девайсы (портретные телефоны, < 576px)*/
@media (max-width: 575.98px) {
    section.certificate {
        text-align: center;
    }
    section.certificate .h2 {
        font-size: 22px;
        text-transform: none!important;
    }

    section.certificate .section-certificate-img img {
        margin: 0 auto 20px auto!important;
        display: block;
    }
}
/* sm Малые девайсы (горизонтальные телефоны, >= 575px)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    section.certificate {
        text-align: center;
    }
    section.certificate .h2 {
        font-size: 22px;
        text-transform: none!important;
    }

    section.certificate .section-certificate-img img {
        margin: 0 auto 20px auto!important;
        display: block;
    }
}
/* md Средние девайсы (планшеты, >= 768px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    section.certificate {
        text-align: center;
    }
    section.certificate .h2 {
        font-size: 22px;
        text-transform: none!important;
    }

    section.certificate .section-certificate-img img {
        margin: 0 auto 20px auto!important;
        display: block;
    }
}
/* lg Большие девайсы (десктопы, >= 992px)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    section.certificate .h2 {
        font-size: 22px;
        text-transform: none!important;
    }
}
/* xl Экстрабольшие девайсы (большие десктопы, >= 1200px)*/
@media (min-width: 1200px) and (max-width: 1399.98px){ 
    section.certificate .h2 {
        font-size: 22px;
    }
}
/* xl + Экстрабольшие девайсы (большие десктопы, >= 1200px)*/
@media (min-width: 1400px){
    section.certificate .h2 {
        font-size: 26px;
    }
}
/* End */


/* Start:/bitrix/components/veles/section.share/templates/.default/style.css?16269529251185*/
/* xs Экстрамалые девайсы (портретные телефоны, < 576px)*/
@media (max-width: 575.98px) {
    section.share .text-right{
        text-align: center!important;
    }
    .ya-share2__list.ya-share2__list_direction_horizontal {
        margin: auto;
        display: table;
    }
}
/* sm Малые девайсы (горизонтальные телефоны, >= 575px)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    section.share .text-right{
        text-align: center!important;
    }
    .ya-share2__list.ya-share2__list_direction_horizontal {
        margin: auto;
        display: table;
    }
}
/* md Средние девайсы (планшеты, >= 768px) */
@media (min-width: 768px) and (max-width: 991.98px) {

}
/* lg Большие девайсы (десктопы, >= 992px)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}
/* xl Экстрабольшие девайсы (большие десктопы, >= 1200px)*/
@media (min-width: 1200px) and (max-width: 1399.98px){ 
    
}
/* xl + Экстрабольшие девайсы (большие десктопы, >= 1200px)*/
@media (min-width: 1400px){

}
/* End */


/* Start:/bitrix/components/veles/section.form/templates/.default/style.css?16557887963651*/
.footer_form .forma-block {
    background: url(/bitrix/components/veles/section.form/templates/.default/images/footer-forma-bg.png) 50% 50% no-repeat;
    background-size: contain;
    color: #ffffff;
    padding: 150px 135px;
}
.footer_form .forma-block .f-ttl {
    display: none;
}
.footer_form .forma-block .f-dsc {
    text-align: center;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.footer_form .forma-block input[type="text"]{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 10px 0;
    background: transparent;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 15px;
    display: block;
    width: 100%;
}
.footer_form .content-block {
    /*background: #1dacef;*/
    padding: 15px;
}
.footer_form .content-block .h2,
.footer_form .content-block h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
    font-weight: bold;
}
.footer_form .content-block p{
    font-size: 18px;
    color: #fff;
}

.footer_form .forma-block button[type="submit"]{
    box-shadow: none;
    display: block;
    width: 100%;
    border-radius: 5px;
    background: #1dacef;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    border: 0;
    padding: 10px;
}

.footer_form .forma-block .modal-content {
    padding: 50px;
    text-align: center;
    background: transparent;
    border: 0px solid transparent;
}

.footer_form .bg-forma {
    border-left: 80vw solid #1dacef;
    border-top: 120px solid transparent;
    border-bottom: 120px solid transparent;
    width: 0;
    height: 550px;
    position: absolute;
    left: 10vw;
    z-index: 0;
    right: 10vw;
}


/* xs Экстрамалые девайсы (портретные телефоны, < 576px)*/
@media (max-width: 575.98px) {
    .footer_form .content-block h2,
    .footer_form .content-block p {
        color: #333;
    }
    .footer_form .bg-forma {
        display: none;
    }
    .footer_form .forma-block {
        background: #333;
        padding: 15px;
        border-radius: 10px;
    }
}
/* sm Малые девайсы (горизонтальные телефоны, >= 575px)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .footer_form .content-block h2,
    .footer_form .content-block p {
        color: #333;
    }
    .footer_form .bg-forma {
        display: none;
    }
    .footer_form .forma-block {
        max-width: 550px;
        margin: auto;
    }
}
/* md Средние девайсы (планшеты, >= 768px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .footer_form .content-block h2,
    .footer_form .content-block p {
        color: #333;
    }
    .footer_form .bg-forma {
        display: none;
    }
    .footer_form .forma-block {
        max-width: 550px;
        margin: auto;
    }
}
/* lg Большие девайсы (десктопы, >= 992px)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .footer_form .content-block h2,
    .footer_form .content-block p {
        color: #333;
    }
    .footer_form .bg-forma {
        display: none;
    }
}
/* xl Экстрабольшие девайсы (большие десктопы, >= 1200px)*/
@media (min-width: 1200px) and (max-width: 1399.98px){ 
    .footer_form .forma-block .f-dsc {
        font-size: 14px;
    }
    .footer_form .bg-forma {
        left: 2vw;
        right: 2vw;
    }
}
/* xl + Экстрабольшие девайсы (большие десктопы, >= 1200px)*/
@media (min-width: 1400px){
    .footer_form .bg-forma {
        left: 4vw;
        right: 4vw;
    }
}
/* End */


/* Start:/bitrix/templates/veles/components/bitrix/form.result.new/bootstrap/style.css?1650010778696*/
div[aria-labelledby="mySmallModalLabel"] .modal-dialog {
    background: url(/bitrix/templates/veles/components/bitrix/form.result.new/bootstrap/images/popup-forma-bg.png) 0 0 no-repeat;
        background-size: auto;
    background-size: contain;
    color: #ffffff;
    padding: 50px;
    width: 450px;
    height: 450px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
div[aria-labelledby="mySmallModalLabel"] .modal-content .modal-dialog {
    border-radius: 50%;
    background-color: transparent;
    color: #ffffff;
    border: 0;
}
.product-item-detail-pay-block .modal-dialog{
    width: inherit;
    height: inherit;
    background: transparent;
    color: #000000;
}
/* End */
/* /bitrix/templates/veles/components/bitrix/catalog/seo/style.css?16555408361028 */
/* /bitrix/components/veles/section.model-photo/templates/.default/style.css?16269487283155 */
/* /bitrix/templates/veles/components/bitrix/catalog.section.list/bootstrap_v4/style.css?16797218846106 */
/* /bitrix/templates/veles/components/bitrix/news.list/banner-sert-center/style.css?16576194832428 */
/* /bitrix/components/veles/section.share/templates/.default/style.css?16269529251185 */
/* /bitrix/components/veles/section.form/templates/.default/style.css?16557887963651 */
/* /bitrix/templates/veles/components/bitrix/form.result.new/bootstrap/style.css?1650010778696 */
