

/* Start:/local/templates/polair/components/bitrix/system.pagenavigation/.default/style.css?1764592119863*/
.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination-arrow {
    font-size: 22px;
    color: #C4C4C4;
}

.pagination-arrow.prev {
    margin-right: 26px;
}

.pagination-arrow.next {
    margin-left: 26px;
}

.pagination-link {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 11px;
    color: #7B7C7E;
}

.pagination-link.active {
    color: #C4C4C4;
}

.pagination-link:hover {
    color: #DE1326;
}

@media(max-width: 480px) {
    .pagination-arrow {
        display: none;
    }
}
/* End */


/* Start:/local/templates/polair/components/bitrix/news/applications/bitrix/news.list/.default/style.css?17645921202556*/
.inside_first_screen._drugstore {
	background: url("/local/templates/polair/components/bitrix/news/applications/bitrix/news.list/.default/images/drugstores.jpg");
	background-size: cover;
	background-position: 50% 50%;
}


/*====================================================================================*/
.spheres_cont {
	margin-top: 72px;
	margin-bottom: 48px;
}

.spheres_cont .wrapper {
	position: relative;
}

.spheres_cont .wrapper .sphere_cont_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	z-index: 3;
}

.spheres_cont .wrapper .sphere_item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	position: relative;
}

.spheres_cont .wrapper .sphere_item .visible {
	position: relative;
	padding-bottom: 83%;
}

.spheres_cont .wrapper .sphere_item .visible img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.spheres_cont .wrapper .sphere_item .visible .text {
	bottom: 16px;
	position: absolute;
	width: 100%;
	font-weight: 600;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	z-index: 3;
}

.spheres_cont .wrapper .sphere_item .visible:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 196, 196, 0)), to(#505560));
	background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, #505560 100%);
	mix-blend-mode: multiply;
}

.spheres_cont .wrapper .sphere_item .hidden {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: #009ddf;
	z-index: 4;
	opacity: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	visibility: hidden;
}

.spheres_cont .wrapper .sphere_item .hidden .content {
	padding-top: 53px;
}

.spheres_cont .wrapper .sphere_item .hidden .content .upper {
	font-weight: 600;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 10px;
	text-align: center;
}

.spheres_cont .wrapper .sphere_item .hidden .content .lower {
	padding: 0 30px;
	font-size: 18px;
	line-height: 136%;
	color: #ffffff;
}

.spheres_cont .wrapper .sphere_item:hover .hidden {
	opacity: 1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	visibility: visible;
}

.spheres_cont .wrapper .nine_orange_dots {
	position: absolute;
	top: 0%;
	left: 0;
	-webkit-transform: translate(-25%, -40%);
	transform: translate(-25%, -40%);
}
/* End */


/* Start:/local/templates/polair/components/bitrix/news/products/style.css?17645921201325*/
.inside_first_screen {
    background: url("/local/templates/polair/components/bitrix/news/products/images/production2.jpg");
}

.pickup_stuff {
    padding: 64px 0 0;
}

.pickup_stuff .part_upper h2 {
    margin-bottom: 34px;
}

@media screen and (max-width: 1100px) {
    .pickup_stuff .part_upper h2 {
        margin-bottom: 15px;
    }
}

.pickup_stuff .part_lower {
    padding: 32px 0 18px;
    background: #009ddf;
}


.pickup_stuff._catalog {
    margin-bottom: 72px;
}

.pickup_stuff._catalog .part_lower {
    background: #fff;
    padding: 0;
}

.pickup_stuff._catalog .part_lower .wrapper {
    padding-top: 32px;
    background: #f7f9fb;
    padding-bottom: 18px;
    position: relative;
    z-index: 10;
}

.pickup_stuff._catalog .part_lower .wrapper .nine_dots {
    position: absolute;
    top: 10%;
    left: 0;
    -webkit-transform: translate(-150%, 0);
    transform: translate(-150%, 0);
}

.pickup_stuff._catalog .part_lower .wrapper .sextee_dots {
    position: absolute;
    top: 30%;
    left: 105%;

    z-index: -1;
}

.pickup_stuff._catalog .part_upper_mobile {
    background: #fff;
}

.pickup_stuff._catalog .part_upper_mobile .wrapper {
    background: #f7f9fb;
}

@media screen and (max-width: 1100px) {
    .pickup_stuff {
        padding: 26px 0 0;
    }
}

.pickup_stuff .part_upper_mobile {
    padding-bottom: 20px;
    background: #009ddf;
}


/* End */


/* Start:/local/templates/polair/components/bitrix/catalog.section.list/products_category/style.css?17645921194494*/
.categories_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -4px;
}

.categories_cont .cat_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    margin: 0 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 17px 13px;
    background: #e0ebf2;
    border-radius: 4px 4px 0px 0px;
    cursor:pointer;
    
}

.categories_cont .cat_item .icon {
    margin-right: 10%;
    height: 50px;
    width: 40px;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.categories_cont .cat-1 .icon {
    background-image: url(/local/templates/polair/components/bitrix/catalog.section.list/products_category/images/1.svg);
}
.categories_cont .cat-1:hover .icon, .categories_cont .cat-1._active .icon {
    background-image: url(/local/templates/polair/components/bitrix/catalog.section.list/products_category/images/1_active.svg);
}
.categories_cont .cat-3 .icon {
    background-image: url(/local/templates/polair/components/bitrix/catalog.section.list/products_category/images/2.svg);
}
.categories_cont .cat-3:hover .icon, .categories_cont .cat-3._active .icon {
    background-image: url(/local/templates/polair/components/bitrix/catalog.section.list/products_category/images/2_active.svg);
}
.categories_cont .cat-5 .icon {
    background-image: url(/local/templates/polair/components/bitrix/catalog.section.list/products_category/images/stellag.png);
}
.categories_cont .cat-5:hover .icon, .categories_cont .cat-5._active .icon {
    background-image: url(/local/templates/polair/components/bitrix/catalog.section.list/products_category/images/stellag_active.png);
}
.categories_cont .cat-32 .icon {
    background-image: url(/local/templates/polair/components/bitrix/catalog.section.list/products_category/images/camera.png);
}
.categories_cont .cat-32:hover .icon, .categories_cont .cat-32._active .icon {
    background-image: url(/local/templates/polair/components/bitrix/catalog.section.list/products_category/images/camera_active.png);
}
.categories_cont .cat-7 .icon {
    background-image: url(/local/templates/polair/components/bitrix/catalog.section.list/products_category/images/4.svg);
}
.categories_cont .cat-7:hover .icon, .categories_cont .cat-7._active .icon {
    background-image: url(/local/templates/polair/components/bitrix/catalog.section.list/products_category/images/4_active.svg);
}
.categories_cont .cat-34 .icon {
    background-image: url(/local/templates/polair/components/bitrix/catalog.section.list/products_category/images/postamat-1.png);
}
.categories_cont .cat-34:hover .icon, .categories_cont .cat-7._active .icon {
    background-image: url(/local/templates/polair/components/bitrix/catalog.section.list/products_category/images/postamat-2.png);
}
.categories_cont .cat-34._active .icon {
   background-image: url(/local/templates/polair/components/bitrix/catalog.section.list/products_category/images/postamat-2.png);
}

.categories_cont .cat_item .icon path {
    stroke: #006fb6;
}
.categories_cont .cat_item {
width: 273px;
}
@media screen and (min-width: 1101px) and (max-width: 1439px) {
    .categories_cont .cat_item {
width: auto;
}
}
@media screen and (max-width: 1100px) {
    .categories_cont {
        flex-wrap: wrap;
    }
    .categories_cont .cat_item {
        /*max-width: 48%;*/
        border-radius: 4px;
        margin-bottom: 5px;
        justify-content: start;
width:300px;
    }

    .categories_cont .cat_item .icon {
        margin-right: 40px;
    }
}

@media screen and (max-width: 575px) {
    .categories_cont .cat_item {
        max-width: 100%;
width:300px;
    }
}

.categories_cont .cat_item .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #333333;
}

.categories_cont .cat_item._active, .categories_cont .cat_item:hover {
    background: #006fb6;
}

.categories_cont .cat_item._active .icon path {
    stroke: #fff;
}

.categories_cont .cat_item._active .text, .categories_cont .cat_item:hover .text {
    color: #ffffff;
}


.pickup_stuff .part_upper_mobile .wrapper .cat_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    margin: 0 0px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 13px;
    background: #e0ebf2;
    border-radius: 4px 4px 0px 0px;
    padding: 17px calc((100% - 270px) / 2);
}

.pickup_stuff .part_upper_mobile .wrapper .cat_item .icon {
    margin-right: 40px;
}

.pickup_stuff .part_upper_mobile .wrapper .cat_item .icon path {
    stroke: #006fb6;
}

.pickup_stuff .part_upper_mobile .wrapper .cat_item .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #333333;
}

.wrapper .cat_item._active {
    background: #006fb6;
}

.wrapper .cat_item._active .icon path {
    stroke: #fff;
}

.wrapper .cat_item._active .text {
    color: #ffffff;
}


@media screen and (max-width: 1100px) {
    .categories_cont .cat_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}
/* End */


/* Start:/local/templates/polair/components/bitrix/news/products/bitrix/search.form/flat/style.css?17645921202144*/
.search_row {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.search_row .input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}

.search_row .input input {
    width: 100%;
    background: #ffffff;
    border: 2px solid #bad6e8;
    padding: 17px 17px 17px 41px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #004e7f;
}

.search_row .input .cross {
    position: absolute;
    top: 50%;
    right: 23px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.search_row .submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    width: 95px;
    background: #006fb6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
}

.search_row._hidden {
    position: fixed;
    top: 20px;
    left: 50%;
    width: 100%;
    max-width: 977px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 0 16px;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media screen and (max-width: 500px) {
    .search_row._hidden .input input {
        font-size: 18px;
        padding: 16px 16px 16px 8px;
    }
}

@media screen and (max-width: 500px) {
    .search_row._hidden .cross {
        right: 15px;
    }
}

@media screen and (max-width: 500px) {
    .search_row._hidden .submit {
        width: 62px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62px;
        flex: 0 0 62px;
    }
}

.search_row._hidden._active {
    opacity: 1;
    visibility: visible;
}
/* End */


/* Start:/local/templates/polair/components/bitrix/catalog.smart.filter/products/style.css?17645921203548*/
.fields{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -11px 36px;
}

@media screen and (max-width: 950px) {
    .fields {
        margin: 0 -4px 12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.bx-filter-parameters-box {
    margin: 0 11px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    position: relative;
}

@media screen and (max-width: 950px) {
    .fields .bx-filter-parameters-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 8px);
        flex: 0 1 calc(50% - 8px);
        margin: 0 4px 8px;
    }
}

@media screen and (max-width: 500px) {
    .fields .bx-filter-parameters-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

.bx-filter-parameters-box .bx-filter-parameters-box-hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ffffff;
    border: 2px solid #a5becf;
    padding: 0px 16px;
    height: 56px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #333333;
    position: relative;
    cursor: pointer;
}

.bx-filter-parameters-box .bx-filter-parameters-box-hint .arrow {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    margin-right: 16px;
}

.bx-filter-parameters-box.bx-active .bx-filter-parameters-box-hint .arrow{
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bx-filter-parameters-box.bx-active .bx-filter-parameters-box-hint {
    border-bottom: none;
}

.bx-filter-parameters-box .bx-filter-block {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    border: 2px solid #a5becf;
    border-top: none;
    z-index: 2;
    background: #fff;
}

.bx-filter-parameters-box.bx-active .bx-filter-block {
    display: block;
}

.bx-filter-parameters-box .bx-filter-block {
    padding: 0 16px;
}

.bx-filter-parameters-box .bx-filter-block .bx-filter-input-checkbox {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding: 9px 0 9px 31px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.05em;
    color: #333333;
    position: relative;
}

.bx-filter-parameters-box .bx-filter-block .bx-filter-input-checkbox:before {

    position: absolute;
    top: 50%;
    left: 9px;
    width: 10px;
    height: 10px;
    background: #006fb6;
    border-radius: 1px;
    display: block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.bx-filter-parameters-box .bx-filter-block .bx-filter-input-checkbox.active:before{
    content: "";
}

.bx-filter-parameters-box .bx-filter-block .bx-filter-input-checkbox:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 16px;
    height: 16px;
    display: block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 1px solid #a5becf;
    border-radius: 2px;
}

.bx-filter-parameters-box .bx-filter-block .bx-filter-input-checkbox input {
   /* display: none;*/
    visibility: hidden;
}

/* End */


/* Start:/local/templates/polair/components/bitrix/catalog.smart.filter/products/themes/blue/colors.min.css?17645921204373*/
.bx-filter.bx-blue .bx-filter-section{background:#edf6fc}.bx-filter.bx-blue .bx-filter-input-container input:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus{-webkit-border-image:url(/local/templates/polair/components/bitrix/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/polair/components/bitrix/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/polair/components/bitrix/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/polair/components/bitrix/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-ui-slider-track{background:#e7e7e7}.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background:#849da4}.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background:#a8dff3}.bx-filter.bx-blue .bx-ui-slider-pricebar-v{background:#499fd8}.bx-filter.bx-blue .bx-ui-slider-handle.left{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top}.bx-filter.bx-blue .bx-ui-slider-handle.right{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top}.bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-filter.bx-blue .bx-filter-select-container:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/polair/components/bitrix/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/polair/components/bitrix/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/polair/components/bitrix/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/polair/components/bitrix/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-filter-tag{border-top:1px solid #d7eaf7;border-bottom:1px solid #d7eaf7}.bx-filter.bx-blue .bx-tag-link{color:#68939e}.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-filter.bx-blue .bx-filter-param-btn:active,.bx-filter.bx-blue .bx-filter-param-btn:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/polair/components/bitrix/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/polair/components/bitrix/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/polair/components/bitrix/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/polair/components/bitrix/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .btn-themes{background-color:#1485ce;border-color:#1485ce;color:#FFF}.bx-filter.bx-blue .btn-themes.bx-active,.bx-filter.bx-blue .btn-themes.focus,.bx-filter.bx-blue .btn-themes:active,.bx-filter.bx-blue .btn-themes:focus,.bx-filter.bx-blue .btn-themes:hover{background-color:#53a4d8;border-color:#53a4d8;color:#FFF}
/* End */


/* Start:/local/templates/polair/components/bitrix/news/products/bitrix/news.list/.default/style.css?17645921202227*/
.product_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -11px;
}

.product_cont .product_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    margin: 0 11px;
    background: #fff;
    padding: 24px 16px;
}

.product_cont .product_item .img {
    text-align: center;
    margin-bottom: 20px;
    height: 140px;
    position: relative;
}

.product_cont .product_item .img img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
}

.product_cont .product_item .prod_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #006fb6;
    text-align: center;
    margin-bottom: 20px;
}

.product_cont .product_item .stat_item {
    margin-bottom: 8px;
}

.product_cont .product_item .stat_item .name {
    font-size: 14px;
    line-height: 110%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #333333;
    margin-bottom: 2px;
}

.product_cont .product_item .stat_item .value {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #006fb6;
    text-align: center;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 950px) {
    .product_cont .product_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 332px;
        flex: 0 0 332px;
        margin: 0 4px;
    }
}

@media screen and (max-width: 950px) {
    .product_cont {
        overflow: auto;
        margin: 0 -26px;
    }
}


.pickup_stuff._catalog .product_cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pickup_stuff._catalog .product_cont .product_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(25% - 22px);
    flex: 0 1 calc(25% - 22px);
    margin-bottom: 16px;
}

@media screen and (max-width: 950px) {
    .pickup_stuff._catalog .product_cont .product_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 332px;
        flex: 0 0 332px;
        margin: 0 4px;
    }
}

@media screen and (max-width: 950px) {
    .pickup_stuff._catalog .product_cont {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

/* End */
/* /local/templates/polair/components/bitrix/system.pagenavigation/.default/style.css?1764592119863 */
/* /local/templates/polair/components/bitrix/news/applications/bitrix/news.list/.default/style.css?17645921202556 */
/* /local/templates/polair/components/bitrix/news/products/style.css?17645921201325 */
/* /local/templates/polair/components/bitrix/catalog.section.list/products_category/style.css?17645921194494 */
/* /local/templates/polair/components/bitrix/news/products/bitrix/search.form/flat/style.css?17645921202144 */
/* /local/templates/polair/components/bitrix/catalog.smart.filter/products/style.css?17645921203548 */
/* /local/templates/polair/components/bitrix/catalog.smart.filter/products/themes/blue/colors.min.css?17645921204373 */
/* /local/templates/polair/components/bitrix/news/products/bitrix/news.list/.default/style.css?17645921202227 */
