

/* Start:/bitrix/templates/verra/components/bitrix/news.list/main_slider/style.css?16216053338271*/
.main-slider--wrap {
    /*height: 700px;*/
    max-height: 700px;
    overflow: hidden;
}

.main-slider--layer {
	padding: 180px 0px 0px;
	position: relative;
    background-size: cover;
    background-position: center right;
}
/*
.main-slider--layer::before {
	content: ' ';
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(180deg, rgb(28 27 27 / .85) 10.04%, rgba(59, 58, 57, 0) 100%) rgb(59 58 57 / .15);
}*/

.main-slider--image {
    position: relative;
    height: 280px;
    width: 100%;
}
.main-slider--image::before {
    content: ' ';
    background: #3B3A39;
    opacity: 0.25;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.main-slider--image::after {
    content: ' ';
    position: absolute;
    display: block;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, #3B3A39 0%, rgba(59, 58, 57, 0) 100%);
}
.main-slider--image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider--content {
    padding: 60px 95px 150px;
    background: rgb(59 58 57 / .85);
    position: relative;
    margin-bottom: 70px;
}
.main-slider--content::after {
	content: ' ';
	display: block;
	position: absolute;
	background-image: url(/bitrix/templates/verra/components/bitrix/news.list/main_slider/images/main-slider-bg.svg);
	width: 267px;
    height: 460px;
    top: 0;
    right: 0;
}

.main-slider--content .slider-content--label {
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #FFCB00;
    font-weight: bold;
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
    top: 0;
}

.main-slider--content .slider-conten-title {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 600;
    margin-top: -90px;
}

.main-slider--content .slider-content--text p {
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    margin: 25px 0;
}

.main-slider--content .slider-content--button {
    display: inline-block;
    margin-top: 35px;
    position: relative;
    z-index: 1;
}

.main-slider--content .slider-content--link {
    display: inline-block;
    margin-top: 35px;
    position: relative;
}
.main-slider--content .slider-content--button + .slider-content--link {
    margin-left: 40px;
}

.main-slider--content .slider-content--link a {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-right: 25px;
    position: relative;
}

.main-slider--content .slider-content--link i.slider-link--dots {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
}
.main-slider--content .slider-content--link i.slider-link--dots:first-child {
    left: 0;
}
.main-slider--content .slider-content--link i.slider-link--dots:last-child {
    right: 0;
}
.main-slider--content .slider-content--link i.slider-link--dots::before {
    content: ' ';
    height: 3px;
    width: 3px;
    position: absolute;
    display: block;
    background: rgb(255 255 255 / .5);
    left: 6px;
}
.main-slider--content .slider-content--link i.slider-link--dots::after {
    content: ' ';
    width: 15px;
    height: 3px;
    position: absolute;
    left: 0;
    border-left: 3px solid rgb(255 255 255 / .5);
    border-right: 3px solid rgb(255 255 255 / .5);
}

.slider-navigation--block {
    position: relative;
}

.slider-navigation--block button {
    padding: 0;
    border: none;
}

.main-slider--navigation .slick-arrow {
    position: absolute;
    width: 70px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: none;
    z-index: 9;
    top: 260px;
    background: transparent;
}
.main-slider--navigation .slick-arrow::before {
    content: url(/bitrix/templates/verra/components/bitrix/news.list/main_slider/images/arrow.svg);
    filter: brightness(20) grayscale(1);
    display: block;

    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;
}
.main-slider--navigation .slick-arrow:hover::before {
    filter: none;
}

.main-slider--navigation .slick-arrow.slider-navigation--prev {    
    left: -35px;
}
.main-slider--navigation .slick-arrow.slider-navigation--prev::before {
    transform: rotate(180deg);
}

.main-slider--navigation .slick-arrow.slider-navigation--next {    
    right: -35px;
}

.main-slider--dots {
    position: relative;
}

.main-slider--dots .slick-dots {
    bottom: 130px;
    text-align: left;
    padding: 0px 90px;
}

.main-slider--dots .slick-dots li button {
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;

    transition: all .1s ease-out .3s;
}
.main-slider--dots .slick-dots li button:before {
    width: 5px;
    height: 5px;
    background: rgb(255 255 255 / .5);
    top: 2px;
    left: 2px;

    transition: all .5s ease-out 0s;
}

.main-slider--dots .slick-dots li.slick-active button {
    background: #ffcb00;
}

.main-slider--dots .slick-dots li:hover button {
    border: 2px solid #fff;
}
.main-slider--dots .slick-dots li:hover button::before {
    background: transparent;
}

.btn-app {
    display: inline-block;
    height: 60px;
    margin-right: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.app-google {
    background-image: url(/bitrix/templates/verra/components/bitrix/news.list/main_slider/images/gp-badge.svg);
    height: 100%;
    width: 202px;
    background-size: contain;
    background-repeat: no-repeat;
}

.app-apple {
    background-image: url(/bitrix/templates/verra/components/bitrix/news.list/main_slider/images/as-badge.svg);
    height: 100%;
    width: 177px;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
    .main-slider--layer {
        padding-top: 0;
        background-image: none!important;
        background-color: #3B3A39;
    }
    .main-slider--layer::before {
        display: none;
    }

    .main-slider--content {
        padding: 25px 15px 95px;
        background: none;
        margin-bottom: 0;
    }
    .main-slider--content::after {
        display: none;
    }

    .main-slider--content .slider-content--label {
        display: none;
    }

    .main-slider--content .slider-conten-title {
        font-size: 24px;
        line-height: 26px;
        text-align: center;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: -50px;
    }

    .main-slider--content .slider-content--text p {
        font-weight: normal;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin: 10px 0px;
    }

    .main-slider--content .slider-content--button {
        display: block;
        margin-top: 23px;
    }
    .main-slider--content .slider-content--button .btn {
        display: block;
    }

    .main-slider--content .slider-content--link {
        display: block;
        text-align: center;
    }
    .main-slider--content .slider-content--button + .slider-content--link {
        margin-left: 0;
        margin-top: 26px;
    }

    .main-slider--content .slider-content--link a {
        padding-left: 25px;
    }

    .main-slider--navigation {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .main-slider--navigation .slick-arrow {
        top: unset;
        bottom: 44px;
        width: 60px;
        overflow: hidden;
    }
    .main-slider--navigation .slick-arrow::before {
        transform: translateX(-11px);
    }

    .main-slider--navigation .slick-arrow.slider-navigation--prev {
        left: 15px;
        bottom: 47px;
    }
    .main-slider--navigation .slick-arrow.slider-navigation--prev::before {
        transform: rotate(180deg) translateX(-11px);
    }
    .main-slider--navigation .slick-arrow.slider-navigation--next {
        right: 15px;
    }

    .main-slider--dots .slick-dots {
        text-align: center;
    }

    .main-slider--dots .slick-dots li {
        width: 10px;
        height: 10px;
    }
}

@media screen and (max-width: 550px) {
    .main-slider--image {
        height: 200px;
    }

    .main-slider--content .slider-content--link {
        margin-bottom: 20px;
    }
}
/* End */


/* Start:/bitrix/templates/verra/components/bitrix/news.list/main_teaser/style.css?16195069582241*/
.main_teaser-block {
	background: #fff;
	border-radius: 3px;
}

.main_teaser-item {
	font-size: 0;
	height: 140px;
	position: relative;
}
.main_teaser-item:first-child,
.main_teaser-item:first-child .main_teaser-item_img, 
.main_teaser-item:first-child .main_teaser-item_img img {
	border-radius: 3px 0px 0px 3px;
}
.main_teaser-item:last-child {
	border-radius: 0px 3px 3px 0px;
}

.main_teaser-item .main_teaser-item_img {
	display: inline-block;
    width: calc(50% - 29px);
    vertical-align: top;
    height: 100%;
    background: #E4E6E8;
    position: relative;
}

.main_teaser-item .main_teaser-item_bg {
	width: 50%;
    position: absolute;
    height: 100%;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 9;
}

.main_teaser-item .main_teaser-item_img img {
	max-width: 100%;
    position: absolute;
    left: 16px;
    height: 100%;
    top: 0;
    width: 50%;
    object-fit: contain;
}

.main_teaser-item .main_teaser-item_content {
	display: inline-block;
    width: calc(50%);
    vertical-align: top;
    padding-top: 24px;
    margin-left: 29px;
    padding-left: 30px;
}

.main_teaser-item .main_teaser-item_content .teaser-title {
	font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    max-width: 128px;
    color: #3B3A39;
}
.main_teaser-item:hover .main_teaser-item_content .teaser-title {
    color: #FFCB00;
}

.main_teaser-item .main_teaser-item_content .teaser-link {
	margin-top: 35px;
}

.main_teaser-item .main_teaser-item_content .teaser-link img {
	
}

@media screen and (max-width: 991px){
    .main_teaser-item {
        margin-bottom: 15px;
    }
    .main_teaser-item:last-child {
        margin-bottom: 0px;
    }

    .main_teaser-item, .main_teaser-item .main_teaser-item_img {
        border-radius: 3px 0px 0px 3px;
    }

    .main_teaser-item .main_teaser-item_bg {
        background-size: 70%;
        background-position: -45px;
    }

    .main_teaser-item .main_teaser-item_content {
        margin-left: 0px;
        padding-left: 29px;
    }
}

@media screen and (max-width: 450px){
    .main_teaser-item .main_teaser-item_bg {
        background-size: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/verra/components/bitrix/catalog.smart.filter/mainpage_filter/style.css?161950695839560*/
.bx_filter .bx_filter_section{
    position: relative;
    padding: 35px 40px 25px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(59, 58, 57, 0.15);
    border-radius: 3px;
}
.bx_filter .bx_filter_title {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    position: relative;
    padding-left: 46px;
}
.bx_filter .bx_filter_title::before {
	content: ' ';
	background: url(/bitrix/templates/verra/components/bitrix/catalog.smart.filter/mainpage_filter/images/filter_icon.svg);
    display: block;
    position: absolute;
    width: 26px;
    height: 22px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bx_filter_text,
.bx_filter__tabs {
	display: inline-block;
	vertical-align: top;
}

.bx_filter_text {
	font-weight: 500;
    font-size: 25px;
    line-height: 30px;
}

.bx_filter__tabs {
	font-size: 0;
}

.bx_filter__tabs .bx_filter__tab {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    padding: 0px 10px;
}
.bx_filter__tabs .bx_filter__tab:first-child {
	padding-left: 0px;
}
.bx_filter__tabs .bx_filter__tab:last-child {
	padding-right: 0px;
}

.bx_filter__tab .filter_tab__action, .bx_filter__tab .filter_tab__title {
	display: inline-block;
	vertical-align: top;
}

.bx_filter__tab .filter_tab__action {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    overflow: hidden;
    color: #6798B9;
    border-bottom: 1px dashed rgb(103 152 185 / .75);
    cursor: pointer;
}
.bx_filter__tab .filter_tab__action.active {
    color: #3B3A39;
    border-bottom-color: transparent;
}

.bx_filter_close {
	display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 3px;
    padding: 5px;
}
.bx_filter_close::before {
	content: ' ';
	background: url('/bitrix/templates/verra/components/bitrix/catalog.smart.filter/mainpage_filter/images/close_icon.svg');
	display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 5px;
    left: 5px;
}

/*.btn[data-entity="clear-filter"] {
    padding-left: 39px;
}
.btn[data-entity="clear-filter"]::before {
	content: ' ';
	background: url(/bitrix/templates/verra/components/bitrix/catalog.smart.filter/mainpage_filter/images/clear.svg);
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    filter: brightness(0);
    opacity: .7;
}*/

/*bx_filter_container => bx_filter_parameters_box*/
.bx_filter .bx_filter_button_box,
.bx_filter .bx_filter_parameters_box{
	margin-bottom:20px;
	/*padding:0;*/
}
.bx_filter .bx_filter_button_box{clear: both;}
.bx_filter.bx_horizontal .bx_filter_parameters_box{
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:0;
}
.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n+2){clear:both;}
@media (max-width:860px){
	/*.bx_filter.bx_horizontal .bx_filter_parameters_box{width:33.333%;}*/
	.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n+2){clear:none;}
	.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(3n+2){clear:both;}
}
@media (max-width:640px){
	/*.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box{width:50%;}*/
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n+2){clear:none;}
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(3n+2){clear:none;}
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(2n+2){clear:both;}
}
@media (max-width:450px){
	/*.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box{float:none;width:100%;}*/
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n+2){clear:none;}
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(3n+2){clear:none;}
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(2n+2){clear:none;}
}

.bx_filter .bx_filter_parameters_box_title{
	font-size:15px;
	display:inline-block;
	margin-bottom:10px;
	cursor:pointer;
	color:#000;
	border-bottom:1px dashed #000;
	position: relative;
}

.bx_filter .bx_filter_parameters_box_title:after{
	position: absolute;
	content: ' ';
	width:7px;
	height: 4px;
	top: 50%;
	/*left: -13px;*/
	right: -15px;
	margin-top: -1px;
	opacity: .8;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFAgMAAAD09B5LAAAABGdBTUEAALGPC/xhBQAAAAlQTFRF////AAAAAAAAflGpXQAAAAN0Uk5TvwCA2cz+0wAAABdJREFUCNdjWLWCQWsBg1cLQ5AIQ0gIACLDA/lykNHsAAAAAElFTkSuQmCC');
}
.bx_filter .bx_filter_parameters_box.active .bx_filter_parameters_box_title:after{
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFAgMAAAD09B5LAAAABGdBTUEAALGPC/xhBQAAAAlQTFRF////AAAAAAAAflGpXQAAAAN0Uk5TvwCA2cz+0wAAABdJREFUCNdjCAthiJrCkLWEYdUKBgYGACBrA/l9XbhoAAAAAElFTkSuQmCC");
}
.bx_filter .bx_filter_block{
	display:none;
	padding:0;
}
.bx_filter .bx_filter_button_box .bx_filter_block,
.bx_filter .bx_filter_parameters_box.active .bx_filter_block{
	display:block;
}
.bx_filter .bx_filter_parameters_box.active .bx_filter_block i{
	font-size: 15px;
	font-style: normal;
	color: #596b70;
	display: block;
	padding-bottom: 3px;
}
/*bx_filter_param_area => bx_filter_parameters_box_container*/
.bx_filter .bx_filter_parameters_box_container{/*margin-bottom:20px;*/}
/*bx_filter_param_area_block => bx_filter_parameters_box_container_block*/
.bx_filter .bx_filter_parameters_box_container_block{
	font-size:11px;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:50%;
	color:#3f3f3f;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2){
	text-align: right;
}
/*bx_input_container => bx_filter_input_container*/
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container{
	display:inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	/*max-width:105px;*/
	max-width:66%;
	min-width: 80px;
	width: 100%;
	height:35px;
	padding:1px;
	border-radius:3px;
	background:#8ca3ae;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYTNhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmM4ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ca3ae), color-stop(100%,#b6c8d2));
	background:-webkit-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:   -moz-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:    -ms-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:     -o-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:        linear-gradient(top bottom, #8ca3ae 0%,#b6c8d2 100%);
	box-shadow:0 1px 0 0 rgba(255,255,255,.75);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ca3ae', endColorstr='#b6c8d2',GradientType=0 );
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(1){
	padding-right: 5px;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2){
	padding-left: 5px;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input{
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	font-size: 18px;
	/*max-width:33%;*/
	/*min-width: 105px;*/
	height:33px;
	margin: 0;
	padding:0 4px;
	border:none;
	border-radius:2px;
	background:#fff;
	box-shadow:inset 0 3px 6px 0 rgba(215,215,215,.75);
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_calendar_container{
	max-width:100%;
	position:relative;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_calendar_container input.calendar{
	padding:0 23px 0 4px;
	font-size:15px;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container img.calendar-icon{
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	font-size:18px;
	top:7px;
	right:3px;
}

/*Track*/
.bx_filter .bx_ui_slider_track{
	position:relative;
	height:7px;
	margin:25px 10px;
	border:1px solid #8da3ad;
	background:#a1c0c8;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExYzBjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2Q1ZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1c0c8), color-stop(100%,#b3d5df));
	background:-webkit-linear-gradient(top, #a1c0c8 0%,#b3d5df 100%);
	background:   -moz-linear-gradient(top, #a1c0c8 0%,#b3d5df 100%);
	background:    -ms-linear-gradient(top, #a1c0c8 0%,#b3d5df 100%);
	background:     -o-linear-gradient(top, #a1c0c8 0%,#b3d5df 100%);
	background:        linear-gradient(top bottom, #a1c0c8 0%,#b3d5df 100%);
	box-shadow:0 1px 0 0 rgba(255,255,255,.35);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c0c8', endColorstr='#b3d5df',GradientType=0 );
}
.bx_filter .bx_ui_slider_part{
	position:absolute;
	top:-6px;
	width:1px;
	height:17px;
	background:#a2bfc7;
}
.bx_filter .bx_ui_slider_part.p1{left:-1px;}
.bx_filter .bx_ui_slider_part.p2{left:25%;}
.bx_filter .bx_ui_slider_part.p3{left:50%;}
.bx_filter .bx_ui_slider_part.p4{left:75%;}
.bx_filter .bx_ui_slider_part.p5{right:-1px;}
.bx_filter .bx_ui_slider_part span{
	font-size:11px;
	font-weight: bold;
	position:absolute;
	top:-16px;
	left:50%;
	display:block;
	width:100px;
	margin-left:-50px;
	text-align:center;
	color:#000;
}
.bx_filter .bx_ui_slider_part.p2 span,
.bx_filter .bx_ui_slider_part.p3 span,
.bx_filter .bx_ui_slider_part.p4 span{color:#6b8086;}

.bx_filter .bx_ui_slider_range,
.bx_filter .bx_ui_slider_pricebar,
.bx_filter .bx_ui_slider_pricebar_VD,
.bx_filter .bx_ui_slider_pricebar_VN,
.bx_filter .bx_ui_slider_pricebar_V{
	position:absolute;
	top:-1px;
	bottom:-1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.bx_filter .bx_ui_slider_range{
	z-index:50;
}
.bx_filter .bx_ui_slider_pricebar{
	z-index:100;
}

.bx_filter .bx_ui_slider_pricebar_VD{
	z-index:60;
	border-top:   1px solid #74868e;
	border-bottom:1px solid #74868e;
	background:#849da4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0OWRhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5M2FmYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#849da4), color-stop(100%,#93afb7));
	background:-webkit-linear-gradient(top, #849da4 0%,#93afb7 100%);
	background:   -moz-linear-gradient(top, #849da4 0%,#93afb7 100%);
	background:    -ms-linear-gradient(top, #849da4 0%,#93afb7 100%);
	background:     -o-linear-gradient(top, #849da4 0%,#93afb7 100%);
	background:        linear-gradient(top bottom, #849da4 0%,#93afb7 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#849da4', endColorstr='#93afb7',GradientType=0 );
}
.bx_filter .bx_ui_slider_pricebar_VN{
	z-index:70;
	border:1px solid #8da3ad;
	background:#a8dff3;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4ZGZmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMGVhZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#6eccea), color-stop(100%,#73d6f6));
	background:-webkit-linear-gradient(top, #6eccea 0%,#73d6f6 100%);
	background:   -moz-linear-gradient(top, #6eccea 0%,#73d6f6 100%);
	background:    -ms-linear-gradient(top, #6eccea 0%,#73d6f6 100%);
	background:     -o-linear-gradient(top, #6eccea 0%,#73d6f6 100%);
	background:        linear-gradient(top bottom, #6eccea 0%,#73d6f6 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eccea', endColorstr='#73d6f6',GradientType=0 );
}
.bx_filter .bx_ui_slider_pricebar_V{
	z-index:80;
	top:-1px;
	bottom:-1px;
	/*	border-right:1px solid #1888cc;
		border-left: 1px solid #1888cc;*/
	background:
		url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAALGPC/xhBQAAAANQTFRFGIjM1MdTygAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CIIA=') repeat-y left,
		url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAALGPC/xhBQAAAANQTFRFGIjM1MdTygAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CIIA=') repeat-y right,
		url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAMAAAAxZj1mAAAABGdBTUEAALGPC/xhBQAAAL1QTFRFANz2ALTqAKrmALbrAN33AKzmANf0ALPqAKfkAKrlAKbkHpThALXqALHqAI/dAKDkAJviAJ/lAJrhAKnnAKTnAJTgAJ/kAKTmAJXfAJnhAKbjAJriAJ3iAKfoAKPnAJHeAKHjAKfmAKznAKvoAKvpAKHkAKzqALTrALTpANb0ALXrALPrALjtAJ7kAKfnAKPlAKTlAKLnAKbnAK/pHpTiALDqANz3AHi6AKzpAKjoANv2AHm6AKzoAHm7H5XiGxHqSgAAAG9JREFUCNcVxEUCwkAQBMDG3V2Dxz3rO/n/s4A6FOqq/vk3qsC7XGsfuu1rjk7gtZoNLxqMgwg9xvqh6w7ZJDyitDcpbVbax9titVT35yFRr7P8YJ5k6T7dFadLoTBbxNN1vN3k19yBEIYEkTGG6AvhQBEyBjCadgAAAABJRU5ErkJggg==') repeat-x;
}



.bx_filter .bx_ui_slider_handle{
	position:absolute;
	top:100%;
	width:22px;
	height:22px;
}
.bx_filter .bx_ui_slider_handle:hover{
	-webkit-cursor:grab;
	-ms-cursor:grab;
	-o-cursor:grab;
	cursor:grab;
}
.bx_filter .bx_ui_slider_handle:active{
	-webkit-cursor:grabbing;
	-ms-cursor:grabbing;
	-o-cursor:grabbing;
	cursor:grabbing;
}
.bx_filter .bx_ui_slider_handle.left{
	left:0;
	margin-left:-21px;
	background:url(/bitrix/templates/verra/components/bitrix/catalog.smart.filter/mainpage_filter/images/handle_left.png) no-repeat right top;
}
.bx_filter .bx_ui_slider_handle.right{
	right:0;
	margin-right:-21px;
	background:url(/bitrix/templates/verra/components/bitrix/catalog.smart.filter/mainpage_filter/images/handle_right.png) no-repeat left top;
}

/*
*	Select
*
*/
.bx_filter .bx_filter_select_container{
	display:inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:35px;
	padding:1px;
	border-radius:3px;
	background:#8ca3ae;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYTNhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmM4ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ca3ae), color-stop(100%,#b6c8d2));
	background:-webkit-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:   -moz-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:    -ms-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:     -o-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:        linear-gradient(top bottom, #8ca3ae 0%,#b6c8d2 100%);
	box-shadow:0 1px 0 0 rgba(255,255,255,.75);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ca3ae', endColorstr='#b6c8d2',GradientType=0 );
}
.bx_filter .bx_filter_select_block{
	position:relative;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:33px;
	margin:0;
	padding:0 33px 0 10px;
	border:none;
	border-radius:2px;
	background:#fff;
	box-shadow:inset 0 3px 6px 0 rgba(215,215,215,.75);
}
.bx_filter .bx_filter_select_text{
	font-size:15px;
	line-height:33px;
	overflow:hidden;
	max-width:100%;
	height:33px;
	cursor:pointer;
	vertical-align:middle;
	white-space:nowrap;
	text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
}
.bx_filter .bx_filter_select_text.fix{
	min-width:120px;
}
.bx_filter .bx_filter_select_text label{
	cursor:pointer;
}
.bx_filter .bx_filter_select_arrow{
	position:absolute;
	top:0;
	right:0;
	width:34px;
	height:33px;
	cursor:pointer;
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/
.bx_filter_select_popup{padding:0;}
.bx_filter_select_popup ul{
	margin:0;
	padding:0;
	list-style:none;
}
.bx_filter_select_popup ul li{
	display:block;
	text-align: left;
	vertical-align:middle;
}
.bx_filter_select_popup ul li:first-child{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx_filter_select_popup ul li label{
	font-size:14px;
	line-height:26px;
	display:block;
	text-align: left !important;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:26px;
	padding:0 5px;
	cursor:pointer;
	vertical-align:middle;
	white-space:nowrap;
	text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	color:#575757;
}
.bx_filter_select_popup ul li label.selected,
.bx_filter_select_popup ul li label:hover{
	color:#000;
	background:#f3f8fa;
}
.bx_filter_select_popup ul li label.disabled{
	color:#b8b8b8;
	background:transparent;
}
.bx_filter_select_popup ul li .bx_filter_param_text{
	line-height: 26px !important;
}

/*
* TAGS
*
*/
.bx_filter.bx_horizontal .bx_filter_parameters_box.tags{
	width: 100%;
	clear: both
}
.bx_filter .bx_filter_tag{
	padding:18px;
	border:1px solid #aed5e0;
	border-radius:5px;
	background:rgba(151,214,233,.33);
}
.bx_filter .bx_tag_link{
	font-size:12px;
	text-decoration:none;
	color:#68939e;
	border-bottom:1px solid;
	text-shadow:none;
}
.bx_filter .bx_tag_link.active,
.bx_filter .bx_tag_link:hover{
	color:#1d3d46;
	border-bottom:none;
}

/*
*	LABEL
*
*/
.bx_filter .bx_filter_param_label{
	font-size:13px;
	position:relative;
	display:block;
	text-align:left;
	margin-bottom: 5px;
	margin-right: 5px;
}
.bx_filter .bx_filter_param_label.dib{display: inline-block;}
.bx_filter .bx_filter_param_text{
	line-height:34px;
	position:relative;
	display:inline-block;
	margin:0 5px;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
}
.bx_filter .bx_filter_param_label.disabled .bx_filter_param_text{
	color:#6c6c6c;
	/*text-decoration: line-through;*/
}
.bx_filter_select_popup .bx_filter_param_label.active{
	background: #f3f8fa;
}
/*
*	Checkbox / Radio
*
*/
.bx_filter .bx_filter_input_checkbox{
	position:relative;
	display:block;
	clear:both;
	overflow:hidden;
	min-height:20px;
	padding-top:5px;
	padding-bottom:5px;
}
.bx_filter .bx_filter_input_checkbox input[type=radio],
.bx_filter .bx_filter_input_checkbox input[type=checkbox]{
	position: relative;
	top: -3px;
	float:left;
}
.bx_filter .bx_filter_input_checkbox .bx_filter_param_text{
	display: block;
	line-height: 15px;
	margin-left: 25px;
	text-align: left;
}

/*
* 	BTN
*
*/
.bx_filter .bx_filter_param_btn{
	display:inline-block;
	width:34px;
	height:34px;
	text-align:center;
	text-decoration:none;
	color:#000;
	vertical-align: middle;
	border:1px solid #9dbcc3;
	border-radius:3px;
	background:#fbfdfd;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmUxZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfdfd), color-stop(100%,#cfe1e7));
	background:-webkit-linear-gradient(top, #fbfdfd 0%,#cfe1e7 100%);
	background:   -moz-linear-gradient(top, #fbfdfd 0%,#cfe1e7 100%);
	background:    -ms-linear-gradient(top, #fbfdfd 0%,#cfe1e7 100%);
	background:     -o-linear-gradient(top, #fbfdfd 0%,#cfe1e7 100%);
	background:        linear-gradient(top bottom, #fbfdfd 0%,#cfe1e7 100%);
	background-clip:padding-box;
	box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 0 0 1px rgba(255,255,255,.22);
	text-shadow:0 1px 0 #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfdfd', endColorstr='#cfe1e7',GradientType=0 );
	-webkit-transition:border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition:border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition:border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition:border .3s ease, box-shadow .1s ease, color .3s ease;
	transition:border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx_filter .bx_filter_param_btn:hover{border-color:#b4d5de}
.bx_filter .bx_filter_param_btn:active,
.bx_filter .bx_filter_param_label.active .bx_filter_param_btn{
	border-color:#b4d5de;
	background:#fcfefe;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmUyZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#cfe2e7));
	background:-webkit-linear-gradient(top, #fcfefe 0%,#feffff 100%);
	background:   -moz-linear-gradient(top, #fcfefe 0%,#feffff 100%);
	background:    -ms-linear-gradient(top, #fcfefe 0%,#feffff 100%);
	background:     -o-linear-gradient(top, #fcfefe 0%,#feffff 100%);
	background:        linear-gradient(top bottom, #fcfefe 0%,#cfe2e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfefe', endColorstr='#feffff',GradientType=0 );
	box-shadow:0 0 0 3px #2995d7,inset 0 2px 3px rgba(0,0,0,.12);
}
/* --- colors */
.bx_filter .bx_filter_param_btn.bx_color_sl{
	/*width:24px;*/
	/*padding:0 1px;*/
}
.bx_filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl{
	background: transparent;
	box-shadow: none
}
.bx_filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl{position: relative;}
.bx_filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl:before{
	position: absolute;
	bottom:0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	/*width: 19px;*/
	/*height:19px;*/
	display: block;
	z-index:100;
	background: url(/bitrix/templates/verra/components/bitrix/catalog.smart.filter/mainpage_filter/images/missing_v2.png) no-repeat center;
	opacity: .7;
}

/*
* BTN P/M
*
*/
.bx_filter .bx_filter_param_btn.bx_spm{
	width:23px;
	min-width:23px;
	height:23px;
	padding:0;
	vertical-align: middle;
}
.bx_filter .bx_filter_param_btn.bx_spm.bx_minus{
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC), -webkit-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC),	  -o-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC),		 linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-repeat:no-repeat,repeat;
	background-position:center 10px,center;
}
.bx_filter .bx_filter_param_btn.bx_spm.bx_plus{
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==), -webkit-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==),	  -o-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==),		 linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-repeat:no-repeat,repeat;
	background-position:center 6px,center;
}
.bx_filter .bx_filter_param_btn.bx_spm:active{
	outline:none !important;
	box-shadow:inset 0 2px 3px rgba(0,0,0,.12);
}
.bx_filter span.bx_spm{
	font-size:18px;
	font-weight:bold;
	line-height:23px;
	display:inline-block;
	height:23px;
	margin:0 10px;
	vertical-align:middle;
	color:#000;
}

/*
*	icon
*
*/
.bx_filter_select_popup .bx_filter_select_text_icon,
.bx_filter .bx_filter_select_text_icon{
	line-height:33px;
	position:relative;
	display:inline-block;
	width:24px;
	height:24px;
	margin-top:-2px;
	margin-right:2px;
	vertical-align:middle;
	border-radius:2px;
}
.bx_filter_select_popup .bx_filter_btn_color_icon,
.bx_filter .bx_filter_btn_color_icon{
	line-height:24px;
	position:relative;
	top:5px;
	border-radius: 2px;
	display:inline-block;
	width:24px;
	height:24px;
	vertical-align:middle;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
	-webkit-background-size:cover;
	background-size:cover;
}
.bx_filter_select_popup .bx_filter_btn_color_icon{
	width:20px;
	height:20px;
	margin:2px 0;
	top: 0 !important;
}
.bx_filter .bx_filter_select_block .bx_filter_btn_color_icon{
	top:-1px !important;
}
.bx_filter_btn_color_icon.all {
	position: relative;
	border: none;
	box-shadow: none
}

.bx_filter_btn_color_icon.all:after,
.bx_filter_btn_color_icon.all:before{
	position: absolute;
	width: 60%;
	height:60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.bx_filter_btn_color_icon.all:after{
	right: 0;
	bottom: 0;
}
.bx_filter_btn_color_icon.all:before{
	top:0;
	left: 0;
}
.bx_filter .bx_filter_param_label.disabled .bx_filter_btn_color_icon{
	opacity: .2;
}

/*
* 	BIZ
*
*/
.bx_filter .bx_filter_parameter_biz{
	font-size:15px;
	display:inline-block;
	margin-right:10px;
	text-decoration:none;
	color:#215968;
	border-bottom:1px dashed;
}
.bx_filter .bx_filter_parameter_biz:hover{
	text-decoration:none;
	border-bottom:1px solid;
}
.bx_filter .bx_filter_parameter_biz.active{
	position:relative;
	padding-left:20px;
	color:#d54a4a;
	border-bottom:1px solid;
}
.bx_filter .bx_filter_parameter_biz.active:hover{
	border-bottom:1px dashed;
}
.bx_filter .bx_filter_parameter_biz.active:before{
	position:absolute;
	top:4px;
	left:1px;
	display:block;
	width:13px;
	height:13px;
	content:' ';
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABFElEQVQoz2NgIBJcl+Qzui7J33Vdgo+RWA38NxQknwDp/zekhRoIarghyc94Q15iC5D+f1NJ5v/n7dumE7ZFWqgYbANQ08c1a37+///fAL8GCT7L6zLCf0CaXjbUAdX/j0aWdAJKTACaxookJnJTUeoFyIaHIYH////8ORHZzdw35MTegyRvSAkeAdISYH8oSu4Fid0x0f//5/nzo0BbWOCagBzur0ePvrujp/kf5Aygc54DbZkDYt9UkPj/7czpl0A1ohhuBwra/Lp//809Zwewh8GagfSHpUt+A+VMcXoaKKn45+PHK0/iY8EaX1SUgzyeRDB4gYp4//3+veX9/Hn//379OpPY1ALSyAzEOUDMhksNAKf2po+AEPuKAAAAAElFTkSuQmCC') no-repeat center left;
}

/*
*	BTN result and reset
*
*/
.bx_filter .bx_filter_search_button{
	cursor: pointer;
	outline: none;
	font-size:14px;
	font-weight:bold;
	line-height:35px;
	display:inline-block;
	height:35px;
	margin-right:7px;
	margin-bottom:10px;
	padding:0 10px;
	text-decoration:none;
	color:#1075a2;
	border-top:   1px solid rgba(0,0,0,.1);
	border-right: 1px solid rgba(0,0,0,.2);
	border-bottom:1px solid rgba(0,0,0,.4);
	border-left:  1px solid rgba(0,0,0,.2);
	border-radius:3px;
	background:#f9fafa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfefe), color-stop(100%,#c6e8f2));
	background:-webkit-linear-gradient(top, #fcfefe 0%,#c6e8f2 100%);
	background:   -moz-linear-gradient(top, #fcfefe 0%,#c6e8f2 100%);
	background:    -ms-linear-gradient(top, #fcfefe 0%,#c6e8f2 100%);
	background:     -o-linear-gradient(top, #fcfefe 0%,#c6e8f2 100%);
	background:        linear-gradient(top bottom, #fcfefe 0%,#e4f1f5 100%);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	text-shadow:0 1px 0 0 rgba(255,255,255,.75);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfefe', endColorstr='#c6e8f2',GradientType=0 );
}
.bx_filter .bx_filter_search_button:hover{
	background:#f0f9fb;
}
.bx_filter .bx_filter_search_button:active{
	position:relative;
	bottom:-1px;
	background:#e4f1f5;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZjFmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f1f5), color-stop(100%,#f9fafa));
	background:-webkit-linear-gradient(top, #e4f1f5 0%,#f9fafa 100%);
	background:   -moz-linear-gradient(top, #e4f1f5 0%,#f9fafa 100%);
	background:    -ms-linear-gradient(top, #e4f1f5 0%,#f9fafa 100%);
	background:     -o-linear-gradient(top, #e4f1f5 0%,#f9fafa 100%);
	background:        linear-gradient(top bottom, #e4f1f5 0%,#f9fafa 100%);
	box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.08) ;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f5', endColorstr='#f9fafa',GradientType=0 );
}
.bx_filter .bx_filter_search_reset{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    color: #6798B9;
    display: inline-block;
    border-bottom: 1px dashed rgb(103 152 185 / .35);
    margin-left: 20px;
    position: relative;
}
.bx_filter .bx_filter_search_reset::before {
	content: ' ';
	background: url(/bitrix/templates/verra/components/bitrix/catalog.smart.filter/mainpage_filter/images/clear.svg);
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.bx_filter .bx_filter_search_reset:hover{
	border-bottom-color: transparent;
}
.bx_filter .bx_filter_search_reset:active{
	border-bottom-color: transparent;
}

/*
* 	Result Popup
*
*/
.bx_filter .bx_filter_popup_result{
	font-size:13px;
	font-weight:normal;
	line-height:33px;
	position:absolute;
	z-index:930;
	display:none;
	height:33px;
	margin-top:-7px;
	margin-left:10px;
	padding:0 10px;
	white-space:nowrap;
	color:#3f3f3f;
	border-top:1px solid #c0d6dc;
	border-right:1px solid #c0d7dd;
	border-bottom:1px solid #c0d6dc;
	border-left:1px solid #c0d7dd;
	border-radius:3px;
	background:#fff;
	box-shadow:0 2px 5px 0 rgba(0,0,0,.1);
}
.bx_filter .bx_filter_popup_result .arrow{
	position:absolute;
	top:50%;
	width:8px;
	height:14px;
	margin-top:-7px;
	background:url(/bitrix/templates/verra/components/bitrix/catalog.smart.filter/mainpage_filter/images/arr_left.png) no-repeat center;
}
.bx_filter.bx_horizontal .bx_filter_popup_result{
	position: static !important;
	display: inline-block
}
.bx_filter.bx_horizontal .bx_filter_popup_result .arrow{
	display: none;
}
.bx_filter .bx_filter_popup_result.right{left:102%;}
.bx_filter .bx_filter_popup_result.left{right:102%;}
.bx_filter .bx_filter_popup_result.right .arrow{left: -8px;background:url(/bitrix/templates/verra/components/bitrix/catalog.smart.filter/mainpage_filter/images/arr_left.png)  no-repeat center;}
.bx_filter .bx_filter_popup_result.left  .arrow{right:-8px;background:url(/bitrix/templates/verra/components/bitrix/catalog.smart.filter/mainpage_filter/images/arr_right.png) no-repeat center;}
.bx_filter .bx_filter_popup_result a{color:#0073a3;}
.bx_filter .bx_filter_popup_result a:hover{text-decoration:none;}
.bx_filter .bx_filter_popup_result_close{display:none;}

.catalog-filter--wrap {
	padding-top: 170px!important;
    z-index: 2;
}

.bx_filter__show-params {

}

.bx_filter__show-params a {
    position: relative;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px dashed rgb(103 152 185 / .35);
    display: inline-block;
    margin-right: 17px;
}
.bx_filter__show-params a:hover,
.bx_filter__show-params a.active {
	border-bottom-color: transparent;
}
.bx_filter__show-params a::after {
	content: ' ';
    display: block;
    position: absolute;
    background: url(/bitrix/templates/verra/components/bitrix/catalog.smart.filter/mainpage_filter/images/filter_arrow.svg);
    height: 5px;
    width: 8px;
    top: 50%;
    transform: translateY(-50%);
    right: -17px;

    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;
}
.bx_filter__show-params a.active::after {
	transform: translateY(-50%) rotate(180deg);
}

.bx_filter_header {

}

.bx_filter__current_tab {
	font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    color: #FFCC00;
    border-bottom: 1px dashed rgb(255 204 0 / .35);
    margin-right: 19px;
    position: relative;
}
.bx_filter__current_tab::after {
	content: ' ';
	position: absolute;
	display: block;
	background: url(/bitrix/templates/verra/components/bitrix/catalog.smart.filter/mainpage_filter/images/yellow_angle.svg);
	width: 8px;
    height: 5px;
    right: -17px;
    top: 10px;

    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;
}
.bx_filter__current_tab.active::after {
	transform: rotate(180deg);
}

.form-group input[type="text"].range-value {
	width: 50%;
	position: relative;
}
.form-group input[type="text"].range-value {
	border-radius: 0px 4px 4px 0px;
}
.form-group input[type="text"].range-value:first-child {
	border-radius: 4px 0px 0px 4px;
}

.form-group input[type="text"].range-value[data-field-type="currency"] {
	padding-right: 25px;
}
.form-group.price-group::before,
.form-group.price-group::after {
	content: '₽';
	display: block;
    position: absolute;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #3B3A39;
    top: 50%;
    transform: translateY(-50%);
    right: calc(50% + 8px);
}
.form-group.price-group::after {
    right: 7px;
}

@media screen and (max-width: 1440px ) {
	.bx_filter_text,
	.bx_filter__tab .filter_tab__action {
		font-size: 23px;
    	line-height: 28px;
	}
}

@media screen and (max-width: 1199px) {
	.bx_filter_text,
	.bx_filter__tab .filter_tab__action {
		font-size: 19px;
    	line-height: 24px;
	}

	.bx_filter__tabs .bx_filter__tab {
		padding: 0px 5px;
	}
}

@media screen and (max-width: 991px) {
	#mobilefilter .bx_filter {
	    height: 100%;
	}
	#mobilefilter .bx_filter_section {
		padding: 0;
		height: 100%;
	}

	#mobilefilter .bx_filter .bx_filter_title--wrap {
		padding: 20px 25px;
	}

	#mobilefilter .bx_filter .bx_filter_fields {
		position: absolute;
	    width: 100%;
	    top: 92px;
	    bottom: 0;
	    padding: 0 25px;
	    overflow: auto;
	}

	.bx_filter_text,
	.bx_filter__tab .filter_tab__action {
	    font-size: 13px;
    	line-height: 18px;
	}

	.bx_filter .bx_filter_section {
		padding: 20px 25px 20px 15px;
	}
	.bx_filter .bx_filter_title {
		font-size: 20px;
	    line-height: 26px;
	    padding-right: 54px;
	}
}

@media screen and (max-width: 767px) {
	.bx_filter_text {
		font-weight: 500;
	    font-size: 18px;
	    line-height: 24px;
	}

	.bx_filter .bx_filter_title {
		padding-right: 0px;
	}

	.bx_filter__tabs {
        margin-left: -1rem;
	    margin-right: -25px;
	    padding: 15px 45px;
	    background: #EFF1F3;
	    display: block;
        height: 0px;
	    overflow: hidden;
	    padding: 0px 45px;
	    margin-top: 0px;
	}
	.bx_filter__tabs.open {
		margin-top: 19px;
		padding-top: 15px;
		padding-bottom: 15px;
		height: auto;
	}

	.bx_filter__tabs .bx_filter__tab,
	.bx_filter__tabs .bx_filter__tab:first-child, 
	.bx_filter__tabs .bx_filter__tab:last-child {
		display: block;
    	padding: 0px;
	}

	.bx_filter__tab .filter_tab__action {
		font-weight: 500;
	    font-size: 16px;
	    line-height: 20px;
	    opacity: 0.7;
	    color: #3B3A39;
	    border-bottom: none;
	    position: relative;
	    padding: 5px 0px 5px 20px;
	}
	.bx_filter__tab .filter_tab__action.active {
	    opacity: 1;
	}
	.bx_filter__tab .filter_tab__action.active::before {
		content: ' ';
		display: block;
		position: absolute;
		background: url(/bitrix/templates/verra/components/bitrix/catalog.smart.filter/mainpage_filter/images/check.svg);
	    width: 12px;
	    height: 10px;
	    left: 0;
	    top: 50%;
	    transform: translateY(-50%);
	}

}

@media (max-width:530px){
	.bx-touch .bx_filter .bx_filter_popup_result{
		font-size:12px;
		line-height:14px;
		position:fixed !important;
		z-index:1001;
		top:auto !important;
		right:0 !important;
		bottom:0 !important;
		left:0 !important;
		margin-top: 0;
		margin-left:0;
		width:auto;
		height:auto;
		padding:10px;
		border-radius:0;
		box-shadow:0 -2px 5px 0 rgba(0,0,0,.1);
	}
	.bx_filter .bx_filter_popup_result .arrow{
		display: none;
	}
	.bx-touch .bx_filter .bx_filter_popup_result_close{
		position:absolute;
		top:50%;
		right:10px;
		display:block;
		width:22px;
		height:22px;
		margin-top:-11px;
		background:url(/bitrix/templates/verra/components/bitrix/catalog.smart.filter/mainpage_filter/images/x.png) no-repeat center;
		background-size:16px;
	}
}

@media screen and (max-width: 425px) {
	.bx_filter .bx_filter_title {
		font-size: 15px;
	    line-height: 24px;
	    /*padding-right: 34px;*/
	}

	#mobilefilter .bx_filter .bx_filter_fields {
		top: 88px;
	}

	#mobilefilter .bx_filter .bx_filter_fields .btn {
		width: 100%;
		margin: 10px 0px!important;
	}
}
/* End */


/* Start:/bitrix/templates/verra/components/bitrix/catalog.smart.filter/mainpage_filter/themes/blue/colors.css?1619506958459*/
.bx_filter_vertical.bx_blue .bx_filter_section{
	background: #c3e9f4;
	border: 7px solid #e1f5fb;
}
.bx_filter_vertical.bx_blue .bx_ui_slider_range{
	background: url(/bitrix/templates/verra/components/bitrix/catalog.smart.filter/mainpage_filter/themes/blue/images/range_bg.png);
}
.bx_filter_vertical.bx_blue .bx_filter_control_section{text-align: center}
.bx_filter_vertical.bx_blue .bx_filter_search_button{
	height: 33px;
	line-height:33px;
}
.bx_filter_vertical.bx_blue span.icon_lupe{
	background: url(/bitrix/templates/verra/components/bitrix/catalog.smart.filter/mainpage_filter/themes/blue/images/searchicon.png) no-repeat center;
}

/* End */


/* Start:/bitrix/templates/verra/components/bitrix/form/form_question/bitrix/form.result.new/.default/style.css?1619506958285*/
.form-manager {
	background-image: url(/bitrix/templates/verra/components/bitrix/form/form_question/bitrix/form.result.new/.default/images/manager_new.png);
	position: absolute;
    top: 0;
    height: 100%;
    min-width: 483px;
    background-position: bottom right;
    left: calc(66.667% - 2.7rem);
    background-repeat: no-repeat;
    background-size: contain;
}
/* End */


/* Start:/bitrix/templates/verra/components/bitrix/news.list/contacts/style.css?16195069585192*/
.contact-city {
    margin-top: 25px;
}

.contact-city_container {
	margin-top: 30px;
}

.contact-city_office {
	border: 1px solid #E6E9EC;
    border-radius: 2px;
    padding: 10px 40px;
    font-size: 0;
}

.contact-city_office-item {
	display: inline-block;
	vertical-align: top;
	margin: 12px 0px;
}
.contact-city_office-item.w-50 {
	width: 50%;
}
.contact-city_office-item.w-25 {
	width: 25%;
}

.contact-city_office-item .office-title {
	font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    padding-right: 40%;
}

.office-info span {
	display: block;
}
.office-info .param {
	font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 0.5;
    margin-bottom: 7px;
}

.office-info .value {
	font-weight: 600;
    font-size: 17px;
    line-height: 21px;
}
.office-info .value > small {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    opacity: 0.85;
}
.office-info .value > a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #6798B9;
    display: inline-block;
    border-bottom: 1px solid rgb(103 152 185 / .35);
}
.office-info .value > a:hover {
	border-bottom-color: transparent;
}

.contact-city_nav {
	margin: 0;
    padding: 0;
    margin-bottom: 24px;
}

.contact-city_nav li {
	display: inline-block;
    margin: 0px 20px;
    position: relative;
}
.contact-city_nav li:first-child {
	margin-left: 0px;
}
.contact-city_nav li:last-child {
	margin-right: 0px;
}

.contact-city_nav li a {
	color: #6798B9;
    border-bottom: 1px dashed rgb(103 152 185 / .75);
    display: inline-block;
}
.contact-city_nav li:not(.active):hover a {
	border-bottom-color: transparent;
}
.contact-city_nav li.active a {
	color: #3B3A39;
	border-bottom-color: transparent;
}

.contact-city_nav li span {
	display: inline-block;
    vertical-align: top;
}
.contact-city_nav li span.name {
	font-weight: 500;
    font-size: 25px;
    line-height: 30px;
}
.contact-city_nav li span.location {
	position: relative;
    padding: 0px 3px;
}
.contact-city_nav li span.location::before {
	content: '(';
	left: -3px;
}
.contact-city_nav li span.location::after {
	content: ')';
	right: -3px;
}
.contact-city_nav li span.location::before,
.contact-city_nav li span.location::after {
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
    position: absolute;
    top: 0;
    opacity: 0.5;
}
.contact-city_nav li span.location > small {
	font-weight: 600;
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
    padding: 6px 2px 0px;
    opacity: 0.5;
}

.contact-city_line {
    width: 100%;
    height: 1px;
    background: #E6E9EC;
}

.contact-city_current {

}
.contact-city_current-title {
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 0.5;
}
.contact-city_current span {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #6798B9;
    margin: 6px 0px;
    display: inline-block;
    margin-right: 16px;
    border-bottom: 1px dashed rgb(103 152 185 / .75);
}
.contact-city_current span::after {
    content: url(/bitrix/templates/verra/components/bitrix/news.list/contacts/img/angle-bottom.svg);
    width: 8px;
    height: 5px;
    position: absolute;
    line-height: 5px;
    right: -16px;
    top: calc((100% - 5px) / 2);
}

@media screen and (min-width: 992px){
    .contact-city_nav li.active {
        padding-left: 33px;
    }
    .contact-city_nav li.active::before {
        content: url(/bitrix/templates/verra/components/bitrix/news.list/contacts/img/placement.svg);
        width: 20px;
        height: 24px;
        line-height: 24px;
        display: block;
        position: absolute;
        left: 0;
        top: 51%;
        -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
            transform: translateY(-55%);
    }
}

@media screen and (max-width: 991px) {
    .contact-city_office {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px){
    .contact-city_line {
        display: none;
    }

    .contact-city_office-item {
        display: block;
        width: 100%!important;
        margin: 25px 0px;
    }
    
    .contact-city_nav {
        position: absolute;
        background: #fff;
        z-index: 99;
        width: 100%;
        padding: 10px;
        box-shadow: 0px 10px 30px rgba(59, 58, 57, 0.15);
        display: none;
    }

    .contact-city_nav li {
        display: block;
        margin: 11px 0px;
    }

    .contact-city_nav li a {
        border-bottom-color: transparent;
    }

    .contact-city_nav li span.name {
        font-size: 18px;
        line-height: 20px;
    }
    
    .contact-city_nav li span.location::before, .contact-city_nav li span.location::after {
        font-size: 18px;
        line-height: 20px;
    }
    .contact-city_nav li span.location > small br {
        display: none;
    }

    .contact-city_office-item .office-title {
        padding-right: 0px;
    }
}

@media screen and (max-width: 425px) {
    .contact-city_current span {
        font-size: 17px;
        line-height: 22px;
    }

    .contact-city_office {
        padding: 10px 20px;
    }
}
/* End */
/* /bitrix/templates/verra/components/bitrix/news.list/main_slider/style.css?16216053338271 */
/* /bitrix/templates/verra/components/bitrix/news.list/main_teaser/style.css?16195069582241 */
/* /bitrix/templates/verra/components/bitrix/catalog.smart.filter/mainpage_filter/style.css?161950695839560 */
/* /bitrix/templates/verra/components/bitrix/catalog.smart.filter/mainpage_filter/themes/blue/colors.css?1619506958459 */
/* /bitrix/templates/verra/components/bitrix/form/form_question/bitrix/form.result.new/.default/style.css?1619506958285 */
/* /bitrix/templates/verra/components/bitrix/news.list/contacts/style.css?16195069585192 */
