

/* Start:/bitrix/templates/verra/components/bitrix/catalog/catalog_promo/style.css?16214276436943*/
.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%;
	}

}

.collection-wrap {
    /*margin-top: 40px;*/
    position: relative;
    margin-top: -20px;
}

.collection-wrap .site_section {
	padding: 100px 0 40px;
}

.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;}

.catalog-sort--title {
	display: inline-block;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #B9C2C9;
}

.catalog-sort--item {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    position: relative;
}
.catalog-sort--item.catalog-sort--active {	
    padding-right: 15px;
}
.catalog-sort--item.catalog-sort--active::after {
	content: ' ';
	background-image: url(/bitrix/templates/verra/components/bitrix/catalog/catalog_promo/images/sort_arrow.svg);
	display: block;
    width: 8px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.catalog-sort--item.catalog-sort--active.catalog-sort--desc::after {
	transform: translateY(-50%) rotate(180deg);
}

.catalog-sort--item .catalog-sort--link {
	color: #6798B9;
    border-bottom: 1px dashed rgb(103 152 185 / .35);
    display: inline-block;
    cursor: pointer;
}

.catalog-sort--item.catalog-sort--active .catalog-sort--link,
.catalog-sort--item .catalog-sort--link:hover {
	color: #3B3A39;
    border-bottom-color: rgb(59 58 57 / .35);
}

.catalog-view--wrap {

}

.catalog-view--item {
	position: relative;
    display: inline-block;
    margin: 0px 8px;
    padding-left: 22px;
}

.catalog-view--item::before {
	content: ' ';
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;

    transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
}
.catalog-view--item.view-item--block::before {
	background: url(/bitrix/templates/verra/components/bitrix/catalog/catalog_promo/images/display_block.svg);
}
.catalog-view--item.view-item--list::before {
	background: url(/bitrix/templates/verra/components/bitrix/catalog/catalog_promo/images/display_list.svg);
}

.catalog-view--item.view-item--active {

}
.catalog-view--item.view-item--active::before {
	filter: grayscale(1) brightness(0.4);
    opacity: .25;
}

.catalog-view--item .catalog-view--link {
	font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #6798B9;
    border-bottom: 1px dashed rgb(103 152 185 / .35);
    cursor: pointer;
}
.catalog-view--item .catalog-view--link:hover {
	border-bottom-color: transparent;
}
.catalog-view--item.view-item--active .catalog-view--link {
	color: #3B3A39;
    border-bottom-color: transparent;
}


.mobile-button {
	padding: 16px 26px;
    text-align: center;
    border: 1px solid rgb(59 58 57 / .15);
    border-radius: 3px;
}

.mobile-button span {
	display: inline-block;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-left: 32px;
}
.mobile-sort--button span::before {
	content: ' ';
	background-image: url(/bitrix/templates/verra/components/bitrix/catalog/catalog_promo/images/sort_icon.svg);
	display: block;
    width: 22px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.mobile-filter--button span::before {
	content: ' ';
	background-image: url(/bitrix/templates/verra/components/bitrix/catalog/catalog_promo/images/filter_icon.svg);
	display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
}

.collection-wrap .slider_wrap {
	/*margin-bottom: -170px;*/
	z-index: 2;
}

@media screen and (max-width: 991px){
	.collection-wrap .slider_wrap {
		margin-bottom: 0px;
	}

	div[data-entity="sort-container"] {
		position: fixed;
	    top: 0;
	    bottom: 0;
	    width: 100%;
	    height: 100%;
	    background: #fff;
	    z-index: 999;
	    left: -100%;
	    margin: 0;
    	padding: 25px 16px;
	}
	div[data-entity="sort-container"].sort-open {
		left: 0;
	}

	.catalog-sort--mobile {

	}

	.catalog-sort--mobile-title {
		font-weight: 500;
	    font-size: 18px;
	    line-height: 24px;
	    padding-left: 44px;
	    padding-right: 34px;
	}
	.catalog-sort--mobile-title::before {
		content: ' ';
		background: url(/bitrix/templates/verra/components/bitrix/catalog/catalog_promo/images/sort_icon.svg);
	    position: absolute;
	    width: 26px;
	    height: 20px;
	    left: 0;
	    background-repeat: no-repeat;
	    top: 50%;
	    transform: translateY(-50%);
	}

	.catalog-sort--mobile-title + hr {
		width: calc(100% + 4rem);
    	margin-left: -2rem;
	}

	.catalog-sort--mobile-close {
		width: 26px;
	    height: 26px;
	    display: block;
	    position: absolute;
	    right: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    padding: 5px;
	}
	.catalog-sort--mobile-close::before {
		content: ' ';
		background: url(/bitrix/templates/verra/components/bitrix/catalog/catalog_promo/images/close_icon.svg);
		display: block;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	}

	.catalog-sort--mobile .catalog-sort--item {
		display: block;
	}

	.catalog-sort--mobile .catalog-sort--item .catalog-sort--link {
		font-weight: 500;
	    font-size: 18px;
	    line-height: 22px;
	    color: #3B3A39;
	    opacity: 0.7;
	    border-bottom: 0;
	}

	.catalog-sort--mobile .catalog-sort--item.catalog-sort--active {
		padding-right: 0px;
	}
	.catalog-sort--mobile .catalog-sort--item.catalog-sort--active::after {
		display: none;
	}
	.catalog-sort--mobile .catalog-sort--item.catalog-sort--active::before {
		content: ' ';
		position: absolute;
		background: url(/bitrix/templates/verra/components/bitrix/catalog/catalog_promo/images/sort_check.svg);
	    width: 14px;
	    height: 12px;
	    display: block;
	    left: 0;
	    top: 50%;
	    transform: translateY(-50%);
	}

	.catalog-sort--mobile .catalog-sort--item.catalog-sort--active .catalog-sort--link {
		opacity: 1;
	}

}

@media screen and (min-width: 992px) {
	.collection-wrap .site_section {
		padding: 0;
	}
	.collection-wrap .site_section::after {
		content: ' ';
	    display: block;
	    position: absolute;
	    width: 100%;
	    height: 50%;
	    bottom: 0;
	    left: 0;
	    background: url(/bitrix/templates/verra/components/bitrix/catalog/catalog_promo/images/v-down-light.png) repeat 11px 0px, url(/bitrix/templates/verra/components/bitrix/catalog/catalog_promo/images/v-up-light.png) repeat 0px 5px, #F4F6F8;
	}
}
/* End */


/* Start:/bitrix/templates/verra/components/bitrix/catalog.section/catalog/style.css?17313293533890*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}

.pagination{
	max-width: fit-content;
	margin: 50px auto;
	text-align: center;
}
/* End */


/* Start:/bitrix/templates/verra/components/bitrix/news.list/teaser/style.css?17507759213003*/
.teaser-wrap {
    margin-top: 20px;
}

.teaser-wrap .teaser-item {
   font-size: 0;
}

.teaser-wrap .teaser-item.col-4-item {
	padding: 35px 25px 30px;
    background: #FFFFFF;
    border-radius: 2px;
    margin: 15px 0px;
    border: 1px solid #E4E7EA;
}
.section_pattern .teaser-wrap .teaser-item.col-4-item {
    border-color: transparent;
}
.teaser-wrap .teaser-item.col-3-item {
    padding: 20px 40px 30px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(59, 58, 57, 0.1);
    border-radius: 2px;
}

.teaser-wrap .teaser-item.icon-left {
    margin: 5px 0px;
}

.teaser-wrap a:hover .teaser-item {
    box-shadow: 0px 4px 15px rgba(59, 58, 57, 0.15);
    border-color: #fff;
}
.section_pattern .teaser-wrap a:hover .teaser-item {
    border-color: transparent;
}

.teaser-item .teaser-item-icon {
    display: inline-block;
    width: 68px;
    height: 68px;
}
.teaser-item.icon-left .teaser-item-icon {
    width: 60px;
    height: 60px;
    border: 1px solid rgb(255 204 0 / .35);
    border-radius: 50%;
    vertical-align: middle;
}
.teaser-item.icon-left .teaser-item-icon img {
    position: absolute;
    max-width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.teaser-item .teaser-item-photo {
    margin-left: -25px;
    margin-right: -25px;
    height: 150px;
}
.teaser-item .teaser-item-photo img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.teaser-item.icon-left:hover .teaser-item-icon {
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0px 10px 25px rgba(59, 58, 57, 0.1);
}

.teaser-item .teaser-item-title {
	font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    margin: 37px 0px 10px;
    color: #3B3A39;
}

.teaser-item .teaser-item-subtitle {
    font-size: 14px;
    font-weight: 500;
    margin: 37px 0px 10px;
    color:rgba(59, 58, 57, 0.6);
}

.teaser-item.icon-left .teaser-item-title {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    width: calc(100% - 80px);
    margin-left: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.teaser-item.col-3-item .teaser-item-title {
    margin: 0px 0px 10px;
}

.teaser-item.icon-left .teaser-item-title a {
    color: #3B3A39;
    border-bottom: 1px dashed rgb(59 58 57 / .35);
}
.teaser-item.icon-left:hover .teaser-item-title a {
    color: #FFCC00;
    border-bottom-color: transparent;
}

.teaser-item.icon-left .teaser-item-title span {
    color: #3B3A39;
}

.teaser-item .teaser-item-description {
	font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    opacity: 0.75;
    color: #3B3A39;
}

@media screen and (max-width: 991px){
    .teaser-wrap .teaser-slider {
        margin-top: 100px;
    }

    .teaser-wrap .teaser-item.col-4-item.teaser-slider-item {
        margin: 15px 1rem;
    }

    .teaser-wrap .teaser-slider .slick-prev {
        left: 1rem!important;
    }
    .teaser-wrap .teaser-slider .slick-next {
        right: 1rem!important;
    }
}
/* End */
/* /bitrix/templates/verra/components/bitrix/catalog/catalog_promo/style.css?16214276436943 */
/* /bitrix/templates/verra/components/bitrix/catalog.section/catalog/style.css?17313293533890 */
/* /bitrix/templates/verra/components/bitrix/news.list/teaser/style.css?17507759213003 */
