

/* Start:/local/templates/autotech/components/bitrix/catalog/marki/style.css?16673009571122*/
.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%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	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:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/autotech/components/bitrix/breadcrumb/main/style.min.css?1667300957467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/autotech/components/bitrix/catalog.section.list/section_marka/style.css?16673009571073*/
.section-list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 80px;
}
.section-item{
	width: calc(33.3333% - 14px);
	text-align: center;
	margin-bottom: 20px;
	min-height: 220px;
	position: relative;
	margin-right: 20px;
}
.section-item:nth-of-type(3n){
	margin-right: 0;
}
.section-item:nth-of-type(2n +1){
	background: #1B97D4;
	color: #fff;
}
.section-item:nth-of-type(2n){
	background: #EDEFF2;
}
.section-item_link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.section-item_img{
	width: 220px;
	height: 140px;
	margin: 0 auto;
}
.section-item_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.section-item_name {
	font-size: 20px;
	padding-top: 10px;
	margin-bottom: 10px;
}
@media(max-width:830px){
	.section-item{
		width: calc(50% - 10px);
	}
	.section-item:nth-of-type(3n){
		margin-right: 20px;
	}
	.section-item:nth-of-type(2n){
		margin-right: 0;
	}
}
@media(max-width:610px){
	.section-item{
		width: 100%;
		margin-right: 0;
	}
	.section-item:nth-of-type(3n){
		margin-right: 0;
	}
}
/* End */


/* Start:/local/templates/autotech/components/bitrix/news.list/price_index/style.css?16673875602044*/
.price-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EDEFF2;
    padding: 15px 60px;
    cursor: pointer;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
.price-top-arrow{
    transition: all 0.3s ease;
}
.price-top.active .price-top-arrow{
    transform: rotate(180deg);
}
.price-top.active .price-top-arrow path{
    stroke: #fff;
}
.price-top.active{
    background: #1B97D4;
    margin-bottom: 0;
}
.price-items{
    display: none;
    margin-bottom: 0;
    transition: all 1s ease;
}
.price-items.active{
    display: block;
    margin-bottom: 30px;
    transition: all 1s ease;
}
.price-top-name{
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 100%;
    color: #363636;
}
.price-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.39);
    padding: 28px 60px;
}
.price-list.active .price-top-arrow path{
    background: #1B97D4;
    margin-bottom: 0;
}
.price-list.active .price-top-arrow{
    background: #1B97D4;
    margin-bottom: 0;
}
.price-list.active .price-top{
    background: #1B97D4;
    margin-bottom: 0;
}
.price-list.active .price-items{
    display: block;
    margin-bottom: 30px;
    transition: all 1s ease;
}
.price-list.active .price-top-arrow path{
    stroke: #fff;
}
.price-list.active .price-top-name{
    color: #ffff;
}
.price-list.active .price-top{
    pointer-events: none;
}
.price-top.active .price-top-name{
    color: #fff;
}
@media(max-width:768px){
    .price-top-name {
        font-size: 20px;
    }
}
@media(max-width:620px){
    .price-top {
        padding: 15px 20px;
    }
    .price-item {
        padding: 28px 20px;
    }
}
@media(max-width:450px){
    .price-item_name{
        font-size: 13px;
    }
    .price-item_price{
        font-size: 13px;
    }
    .price-top-name {
        font-size: 15px;
    }
    .price-item {
        padding: 28px 5px;
    }
    .price-top {
        padding: 15px 5px;
    }
}
/* End */


/* Start:/local/templates/autotech/components/bitrix/news.list/workers_index/style.css?1667300957650*/
.workers-img{
    border: 1px solid #1B97D4;
    padding: 14px;
    height: 240px;
}
.workers-position{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 105%;
    text-transform: uppercase;
    color: #1B97D4;
    margin: 20px 0;
    height: 30px;
}
.workers-name{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 105%;
    color: #2E2E2E;
    margin-bottom: 10px;
}
.workers-description{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 119%;
    color: #2E2E2E;
}
.workers-img img{
    width: 100%;
    object-fit: contain;
    height: 100%;
}
/* End */


/* Start:/local/templates/autotech/components/bitrix/news.list/gallery_index/style.css?166730095787*/
.swiper-slide-gallery img{
    width: 100%;
    height: 368px;
    object-fit: cover;
}
/* End */


/* Start:/local/templates/autotech/components/bitrix/news.list/reviews_index/style.css?1667300957726*/
.review-item{
    position: relative;
    background: #FFFFFF;
    padding: 40px;
}
.swiper-slide_review{
    padding-top: 20px;
}
.review-icon{
    position: absolute;
    left: 20px;
    top: -20px;
}
.review-text{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #2E2E2E;
    margin-bottom: 51px;
}
.review-info{
    display: flex;
    justify-content: end;
}
.review-name{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #2E2E2E;

}
.review-date{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #2E2E2E;
    text-align: end;
}
.review-img{
    margin-left: 16px;
}
/* End */
/* /local/templates/autotech/components/bitrix/catalog/marki/style.css?16673009571122 */
/* /local/templates/autotech/components/bitrix/breadcrumb/main/style.min.css?1667300957467 */
/* /local/templates/autotech/components/bitrix/catalog.section.list/section_marka/style.css?16673009571073 */
/* /local/templates/autotech/components/bitrix/news.list/price_index/style.css?16673875602044 */
/* /local/templates/autotech/components/bitrix/news.list/workers_index/style.css?1667300957650 */
/* /local/templates/autotech/components/bitrix/news.list/gallery_index/style.css?166730095787 */
/* /local/templates/autotech/components/bitrix/news.list/reviews_index/style.css?1667300957726 */
