

/* Start:/local/templates/polair/components/bitrix/news/shelving_systems/style.css?176459212074*/
.inside_first_screen {
    background: url("/local/templates/polair/components/bitrix/news/shelving_systems/images/catalog_bg.png");
}




/* 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/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/shelving_systems/bitrix/news.list/.default/style.css?17645921202759*/
.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 {
    padding: 64px 0 0;
}

.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/news/shelving_systems/style.css?176459212074 */
/* /local/templates/polair/components/bitrix/catalog.section.list/products_category/style.css?17645921194494 */
/* /local/templates/polair/components/bitrix/system.pagenavigation/.default/style.css?1764592119863 */
/* /local/templates/polair/components/bitrix/news/shelving_systems/bitrix/news.list/.default/style.css?17645921202759 */
