

/* Start:/local/templates/.default/components/bitrix/catalog/catalog/style.css?16207404223119*/
.section__sort-wrapper{
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
	margin-bottom: 60px;
}
.section__sort-item-title{
	display: flex;
	align-items: center;
	font-family: 'Roboto Slab', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	color: #000000;
}
.count-select{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 70px;
	height: 55px;
	font-family: 'Roboto Slab', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #CC1111;
	margin-left: 20px;
	padding: 0 15px;
	cursor: pointer;
}
/*sort*/
.section-count{
	position: relative;
}
.section-count .section__sort-item-dropdown{
	position: absolute;
	right: 0;
	/* bottom: 0px; */
	width: 70px;
	z-index: 100;
	box-shadow: 3px 10px 27px -5px rgb(0, 0, 0, 0.36); 
	display: none;
	background: #ffffff;

}
.section-count .section__sort-item-dropdown a{
	display: flex;
	background: #ffffff;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 55px;
	font-family: 'Roboto Slab', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	color: #000000;
	cursor: pointer;
	/* border: 2px solid #CC1111; */
}
.section-sort{
	max-width: 100%;
	/* min-width: 270px; */
	position: relative;
	cursor: pointer;
}
.section-sort .section__sort-item-dropdown{
	background: #ffffff;

}
.sort-select{
	padding: 15px 25px;	
	width: 100%;
	min-width: 240px;
	max-width: 100%;
	display: block;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
}
.sort-select__button{
	width: 100%;
	max-width: 50px;
	min-width: 50px;
	height: 57px;
	background: #CC1111 url(/local/templates/.default/images/arrow-down.svg) no-repeat center center;
	display: block;
	border: 1px solid #CC1111;
}
.section-sort .section__sort-item-dropdown{
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	box-shadow: 3px 10px 27px -5px rgb(0, 0, 0, 0.36); 
	z-index: 100;
}
.section-sort .section__sort-item-dropdown a{
	width: 100%;
	height: 55px;
	display: flex;
	align-items: center;
	padding: 0 25px;
	font-family: 'Roboto Slab', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
	cursor: pointer;
}
.section-sort .section__sort-item-dropdown a:hover{
	/* text-decoration: none; */
}
.inner-page{
	margin-bottom: 0 !important;
}
/* .similar-products .inner-title{
	color: red;
} */
.products-slider .inner-title{
	font-family: 'Roboto Slab', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 50px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	margin-bottom: 40px;
}
@media (max-width: 768px){
	.section__sort-wrapper{
		margin-top: 20px;
    	margin-bottom: 20px;
		flex-direction: column;
		align-items: center;
	}
	.section-count{
		margin-bottom: 20px;
	}
	.products-slider .inner-title{
		font-size: 18px;
		line-height: 25px;
	}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/catalog-main_list/style.css?1620740422467*/
.main-list__item{
	display: flex;
	width: 100%;
	min-height: 70px;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}
.catalog__main-list .row .col-xl-2:nth-last-child(-n+6) .main-list__item{
	margin-bottom: 0;
}
.main-list__image{
	max-width: 100%;
}
.catalog__main-list{
	margin-bottom: 50px;
}
@media (max-width: 576px){
	.main-list__item,
	.catalog__main-list .row .col-xl-2:nth-last-child(-n+6) .main-list__item{
		margin-bottom: 20px;
	}	
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/catalog-second_list/style.css?16214069152452*/
.catalog__second-list{
    columns: 6;
    margin-bottom: 40px;
}
.second-list__item{
    text-align: center;
}
.second-list__link{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 35px;
    color: #000000;
}
.second-list__link:hover{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 35px;
    text-decoration-line: underline;
    color: #000000;
}
.second-list__item.hide{
    display: none;
}
.second-list__show-more{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 35px;
    color: #CC1111;
    text-align: center;
    cursor: pointer;
}
.second-list__show-more:hover{
    text-decoration: underline;
}
/*section select*/

.section-select{
    margin-bottom: 45px;
    display: flex;
    flex-wrap: wrap;
}
.section-select__item{
    display: flex;
    width: 100%;
    padding: 0 20px;
    background: #F2F2F2;
    align-items: center;
    margin-right: 20px;
    width: auto;
    margin-bottom: 10px;
    min-height: 55px;
}
.section-select .section-select__item:first-child{
    max-width: 270px;
    width: 100%;
}
.section-select__image{
    margin-right: 15px;
}
.section-select__name{
    font-family: 'Roboto Slab', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
    margin-right: 15px;

}
.section-select__close{
    background: url(/local/templates/.default/images/catalog-close.svg) no-repeat center center;    
    width: 13px;
    height: 13px;
    margin-left: auto;
    cursor: pointer;
    display: block;
}
.show-more{
    font-family: 'Roboto Slab', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #1A1A1A;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
    max-width: 110px;
    margin: 0 auto; 
    margin-top: 37px;
    cursor: pointer;
    transition: 0.5s;
}
.show-more:hover{
    color: #CC1111;
    border-color: #CC1111;
}
@media (max-width: 768px){
    .catalog__second-list{
        columns: 4;
        margin-bottom: 20px;
    }   
    .section-select{
        margin-bottom: 20px;
    }
    
}
@media (max-width: 576px){
    .catalog__second-list{
        columns: 2;
    }   
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/catalog/style.css?16207404223119 */
/* /local/templates/.default/components/bitrix/catalog.section.list/catalog-main_list/style.css?1620740422467 */
/* /local/templates/.default/components/bitrix/catalog.section.list/catalog-second_list/style.css?16214069152452 */
