@charset "UTF-8";

.wa-coupon-section {
    display: none !important;
}

.addrbtn {
    display: none;
}

.brandlink {
    text-decoration: underline;
}

.headcountersells {
    position: absolute;
    top: 0px;
    color: #fff;
    width: 464px;
    text-align: center;
}

#resultss {
    font-size: 28px;
    font-style: italic;
}

.order-info__item_heading {
    float: left;
}

.acc-ord-info__item {
    width: 45%;
    float: left;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
    margin-right: 5%;
}

.acc-ord-info {
    border: 0px;
}

.flag {
    line-height: 130%;
    padding: 0px 60px 20px 25px;
    list-style: none;
    background: url(../img/flag.png) no-repeat 0 0px;
    background-size: 14px;
    white-space: nowrap;
}

.mobpodborbut {
    padding: 1rem 2rem;
    border-radius: 3px;
    text-align: center;
    font-weight: 700;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    width: 100%;
    font-size: 13px;
    margin-top: -20px;
}

.accordion {
    border-radius: 3px;
    background-color: #eee;
    border: 1px solid #f0f0f0;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-top: -10px;
    margin-bottom: 10px;
}

.activepodbor,
.accordion:hover {
    background-color: #fafafa;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.activepodbor:after {
    content: "\2212";
}

.panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.serviceimg {
    max-width: 32%;
}

.post {
    margin-right: 0px !important;
}

.tabs {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.tabs__nav {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
}

.tabs__link {
    font-size: 1.6rem;
    color: #a2a19d;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: left;
    flex-shrink: 0;
    margin: 0px 50px 10px 0px;
    font-weight: 700;
    /* flex-grow: 1; */
}

.tabs__link_active {
    font-size: 1.6rem
        /* 22px */
    ;
    color: #ff4924;
    border-bottom: .25rem
        /* 4px */
        solid #ff4924;
    margin: 0px 50px 10px 0px;
    text-transform: uppercase;
    font-weight: 700;
}

.tabs__link:not(.tabs__link_active):hover,
.tabs__link:not(.tabs__link_active):focus {
    background-color: #efefef;
}

.econom-pddva-price {
    padding-left: 10px;
    text-decoration: line-through;
    font-size: 2rem !important;
}

.econom-pddva-price span {
    font-size: 2rem !important;
}

.tabs__content {
    padding: 1rem 0;
}

.tabs__pane {
    display: none;
}

.tabs__pane_show {
    display: block;
}

.tooltip {
    /* стиль текста, наведя или нажав на который появится пояснение */
    display: inline-block;
    position: relative;
    text-indent: 0px;
    cursor: pointer;
    /* вид курсора */
}

.tooltip > div {
    /* стиль появляющейся подсказки */
    position: absolute;
    bottom: 100%;
    /*left: -20em; */
    /* = max-width */
    /*right: -20em;*/
    /* = max-width */
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    /* ширина подсказки может быть не более содержимого */
    max-width: 21em;
    /* ширина подсказки может быть не более 20em */
    max-height: 80vh;
    /* необязательное ограничение по высоте подсказки, 1vh &mdash; это 1% от ширины окна */
    overflow: auto;
    visibility: hidden;
    margin: 0 auto .4em;
    /* поднята на .4em над текстом, наведя или нажав на который появится пояснение */
    padding: .3em;
    padding-bottom: 0px;
    border: solid rgb(200, 200, 200);
    font-size: 90%;
    background: #fff;
    line-height: normal;
    cursor: pointer;
}

.tooltip.left > div {
    /* начинается от левого края */
    left: 0;
    right: -20em;
    margin: 0 0 .4em;
}

.tooltip.right > div {
    /* начинается от правого края */
    left: -20em;
    right: 0;
    margin: 0 0 .4em auto;
}

.tooltip > div img {
    width: 325px
}

.tooltip:after {
    /* треугольничек под подсказкой; тут тоже везде .4em */
    content: "";
    position: absolute;
    top: -.4em;
    left: 50%;
    visibility: hidden;
    margin: 0 0 0 -.4em;
    border: .4em solid;
    border-color: rgb(200, 200, 200) transparent transparent transparent;
    cursor: auto;
}

.tooltip.left:after {
    left: 1em;
}

.tooltip.right:after {
    left: auto;
    right: .6em;
    /* 1em - .4em */
}

.tooltip:before {
    /* поле между текстом, наведя или нажав на который появится пояснение, и подсказкой нужно чтобы, если перевести курсор мышки на подсказку, та не исчезла; тут тоже везде .4em */
    content: "";
    position: absolute;
    top: -.4em;
    left: 0;
    right: 0;
    height: .4em;
    visibility: hidden;
}

.tooltip:hover > div,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus > div,
.tooltip:focus:before,
.tooltip:focus:after {
    visibility: visible;
    transition: 0s .4s;
}

.tooltip:focus {
    /* убрать рамку в Хроме */
    outline: none;
}

.tooltip.anim > div,
.tooltip.anim:after {
    /* анимация */
    opacity: 0;
    transform: translateY(1.5em) scale(.3);
    transform-origin: center bottom;
}

.tooltip.anim:after {
    transform: translateY(.7em) scale(.3);
    /* 1.7 = 1.5 / (1.4*2) */
}

.tooltip.anim:hover > div,
.tooltip.anim:hover:after,
.tooltip.anim:focus > div,
.tooltip.anim:focus:after {
    opacity: 1;
    transition: .6s .4s;
    transform: translateY(0);
}

.shoprow {
    padding: 0px 50px 0px 0px;
}

@media (max-width: 20em) {

    /* ширина подсказки может быть не более ширины окна браузера */
    .tooltip > div {
        max-width: 100vw;
        /* в 100vw входит полоса прокрутки, но на мобильных она часто отсутствует */
        box-sizing: border-box;
    }
}

blockquote {
    color: #555;
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 1.25rem;
    background: #f3f3f3;
}

.service_phone {
    padding: 20px 30px;
    background: #f6f6f6;
    color: #000;
    margin: 1.5rem 0;
    display: inline-block;
}

ul.shops {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
    width: 50%;
    display: table-cell;
}

.photo_small {
    width: 250px;
    margin: 20px 0px;
    border: 4px solid #e3e3e3;
    height: 120px;
    overflow: hidden;
}

.shops ul li {
    font-size: 2rem;
    line-height: 1.8;
}

#map {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#map2 {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.change-lang {
    position: relative;
    width: 2.4375rem;
    height: 2.4375rem;
    float: left;
}

.callback-header {
    margin-top: -0.2rem;
}

.change-lang:before {
    content: "";
    z-index: 1;
    background: #fed138;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: skewX(-17deg);
    -ms-transform: skewX(-17deg);
    -o-transform: skewX(-17deg);
    transform: skewX(-17deg);
}

.change-lang a {
    font-size: 1.4rem;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
    height: 2.5375rem;
    line-height: 2.5375rem;
    font-weight: bold;
    text-align: center;
    color: #000;
    padding-left: 2px;
}

.econom_productcart {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background-color: #fafafa;
    padding: 0.4rem 1.4rem;
    margin-top: 1em;
}

.econom_productcart-thmumbs {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 6px 0;
}

.econom-pd-price {
    padding: 10px 0;
}

.price_cat_compact {
    font-size: 1.6rem !important;
    color: #5c5c5c !important;
}

.econom-pd-price span {
    font-size: 2.5rem;
    font-weight: 700;
}

.econom-pd-price spun {
    font-size: 2.5rem;
    color: #777;
    padding-left: 20px;
    text-decoration: line-through;
}

.dlg {
    border-bottom: 1px dotted #777;
    width: 100%;
}

.s-product-stock {
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
}

.pd-descr__stock-title,
.stock-info,
.stock-info__text {
    display: inline-block;
}

.stock-info-compact {
    display: flex;
    top: 5px !important;
    margin-left: 0px !important;
}

.item-line-c__descr {
    margin-top: -15px;
}

.pd-descr__stock-title {
    width: 70%;
}

.stock-info {
    right: 0px;
    text-align: right;
    margin-left: auto;
}

.stock-info-cat {
    top: 0px !important;
}

.ddg {
    width: 20%;
    right: 0px;
    text-align: right;
}

.dtg,
.ddg {
    display: inline-block;
}

.dtg {
    width: 80%;
    color: #777;
}

.ddg {
    width: 20%;
    right: 0px;
    text-align: right;
}

.stixtxt {
    font-size: 1.17em;
    color: #BC2909;
    font-style: oblique;
    padding: 0 20px;
}

.stix {
    position: relative;
    margin-top: 1rem;
    padding: 2rem;
    border-radius: 5px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: center;
}

.main-slider-row__slider {
    border: 1rem solid #e5e5e5;
    background-color: #e5e5e5;
}

.main-slider-row__slider:after {
    left: 65%;
}

.main-slider-row__banners {
    border: 1rem solid #e5e5e5;
    background-color: #e5e5e5;
    padding-left: 10px;
}

.main-slider-row__banners:before,
.main-slider-row__banners:after {
    content: '';
    position: absolute;
    top: -.75rem;
    left: 50%;
    margin-left: -1.4375rem;
    width: 5rem;
    height: 1rem;
    background: #e5e5e5;
    display: block;
}

.main-slider-row__banners:after {
    left: 90%;
}

h1.category-name,
h2.category-name {
    text-align: center;
}

.category-name span {
    background: #fff;
    padding: 0 .625rem;
    z-index: 4;
    position: relative;
    display: inline-block;
    color: #1d1d1b;
    text-transform: uppercase;
}

.category-name:before,
info-sec__title:before {
    content: '';
    position: absolute;
    background: #c13d21;
    height: .75rem;
    position: absolute;
    top: 50%;
    margin-top: -.4rem;
    left: 0px;
    right: 0;
    -webkit-transform: skew(-17deg);
    -ms-transform: skew(-17deg);
    -o-transform: skew(-17deg);
    transform: skew(-17deg);
}

.category-podbor {
    padding: 1rem 1.4rem;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    margin-bottom: 1.4rem;
    width: 100%;
    display: table;
}

.tabs-search .tab-link:before {
    content: 'Подбор ';
    background: none;
}

.category-podbor:after {
    z-index: 1;
    content: '';
    position: absolute;
    width: 25rem;
    height: 14rem;
    top: 3.5rem;
    right: 5rem;
    background: url(/img/bg-podbor_25.png) center/contain no-repeat;
}

.category-podbor .tabs-search .tab-link {
    display: none;
}

.category-podbor .tabs-search .tab-link.selected {
    border: none;
    display: inline-block;
    cursor: auto;
}

.category-podbor .smartsearch-wrap {
    width: 90rem;
    position: relative;
    z-index: 9;
}

.category-wrapper,
.page-wrapper {
    padding: 1.625rem 0;
}

.tabs-search .tab-link.selected {
    font-size: 20px;
    font-weight: 700;
    color: rgba(188, 41, 10, 0.9);
    line-height: 2.0;
    text-transform: uppercase;
    color: rgba(188, 41, 10, 0.9);
    border-bottom: .25rem solid rgba(188, 41, 10, 0.9);
    margin-top: 0;
}

.category-podbor-logo,
.smartsearch-wrap {
    display: table-cell;
    vertical-align: middle;
}

.tab-content select {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    text-transform: uppercase;
    color: #474747;
    font-size: 1.3rem;
    width: 30%;
    padding: 0 1.75rem 0 .75rem;
    border: none;
    margin-right: 2%;
    margin-bottom: 1.5rem;
    height: 5rem;
    background: url(/img/select-arrow.png) top right/contain no-repeat rgba(255, 255, 255, 0.9);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tab-content select:disabled {
    opacity: 0.5;
}

.tabs-search .tab-link {
    cursor: pointer;
    margin-right: 2rem;
    display: inline-block;
    vertical-align: top;
    line-height: 2.0;
    font-size: 18px;
    color: #393939;
    text-transform: uppercase;
    text-align: center;
    padding-top: 0px;
    font-weight: 600;
}

.tabs-search .tab-link:before {
    content: 'Подбор ';
}

.tabs-content {
    padding-top: 1rem;
    width: 100%;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-content button {
    outline: none;
    cursor: pointer;
    background: rgba(188, 41, 10, 0.9) !important;
    color: #fff;
    font-size: 20px !important;
    text-align: center;
    width: 31%;
    text-transform: uppercase;
    height: 5rem;
    line-height: 2.0rem;
    border: none;
}

.tab-content button:hover {
    background: #fed138;
    color: #1d1d1d;
}

.icon-barrow {
    display: inline-block;
    vertical-align: top;
    width: .625rem;
    height: 2.125rem
        /* 34px */
    ;
    background: url(img/icon-barrow.png) 0px 13px no-repeat;
    background-size: 60%;
}

.tab-content button:hover .icon-barrow {
    background: url(img/icon-barrow-black.png) 0px 13px no-repeat;
    background-size: 60%;
}

.accum-polaris {
    border-top: .15rem solid rgba(255, 255, 255, .3);
    padding-top: 4px;
    height: 72px;
}

.accum-polaris-title {
    font-weight: 700;
    font-size: 1.6rem;
    text-decoration: underline;
}

.coll {
    padding-top: 6px;
    width: 25%;
    text-align: center;
    float: left;
}

.icon-acc {
    max-width: 40%
}

.home-pg__section_banner-set {
    margin: 10rem 0;
    padding: 5rem 2rem;
    border-top: .25rem solid #e5e5e5;
    border-bottom: .25rem solid #e5e5e5;
}

.icons-cars {
    margin-bottom: 20px;
    height: 3.5rem;
    display: block;
    width: 100%;
    background: url(/img/car-icons.png) center/contain no-repeat;
}

.stocks-label {
    font-size: 0rem;
    text-transform: uppercase;
    margin-bottom: -.3125rem;
}

.stocks.sku-stock {
    display: table;
    width: 100%;
    margin-top: -.625rem;
    margin-bottom: 1.25rem;
}

.head-stocks,
.one-stock {
    display: table-row;
}

.stock-disabled {
    background: #f8f8f8;
}

/*.stock-disabled .td {border-bottom: 1px solid #e0e0e0;}*/
.stock-disabled .td a {
    opacity: 0.5;
}

.head-stocks .th {
    vertical-align: middle;
    line-height: 1.875rem;
    display: table-cell;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
}

.one-stock .td {
    padding: 8px 10px;
    vertical-align: middle;
    line-height: 1.875rem;
    color: #737373;
    font-size: 15px;
    display: table-cell;
    text-align: center;
    border-bottom: 1px solid #efefef;
}

.one-stock .td a {
    color: #c13d21;
    text-decoration: underline;
}

.head-stocks .th:first-child,
.one-stock .td:first-child {
    text-align: left;
}

.stocks input[type=radio] {
    margin-top: .375rem;
    vertical-align: top;
    margin-right: .3125rem;
    width: 16px;
    height: 16px;
}

.one-stock > .td:first-of-type {
    text-align: left;
}

.product-info .stocks .one-stock .td {
    padding: 0px 0px;
}

.banner-garant {
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 1.25rem;
    padding: 0 1.1875rem
        /* 19px */
    ;
}

.banner-garant img {
    display: inline-block;
    max-height: 2.5rem;
}

.banner-transport {
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 1.25rem;
    padding: 0 1.1875rem
        /* 19px */
    ;
}

.banner-transport img {
    display: inline-block;
    max-height: 2.5rem;
}

.articul-list .item-sku .td .sku-stock .icon-stock.stock-red {
    display: block;
}

.articul-list .item-sku .td .sku-stock .icon-stock.stock-yellow {
    display: block;
}

.articul-list .item-sku .td .sku-stock .icon-stock.stock-green {
    display: block;
}

.sku-stock .icon-stock {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.sku-stock .icon-stock.stock-green {
    background: url(/img/s-green.png) center/contain no-repeat;
    display: inline-block;
}

.sku-stock .icon-stock.stock-yellow {
    background: url(/img/s-yellow.png) center/contain no-repeat;
    display: inline-block;
}

.sku-stock .icon-stock.stock-red {
    background: url(/img/s-red.png) center/contain no-repeat;
    display: inline-block;
}

.sku-stock .stock-none {
    font-size: 11px;
    line-height: 11px;
    color: #c13d21;
    text-align: center;
}

.attntion {
    font-size: 2.2rem;
    text-align: center;
    font-weight: 700;
    color: rgba(188, 41, 10, 0.9);
    padding: 1rem 1.4rem;
    margin-bottom: 1.4rem;
    border: 1px solid rgba(188, 41, 10, 0.9);;
    border-radius: 5px;
}

@media (min-width:1024px) and (max-width:1149px) {
    .option-p__item-types {
        visibility: hidden;
    }

    .mob-show {
        display: none;
    }


    .desctope-show {
        display: inline-block;
    }
}    

@media (min-width:768px) and (max-width:1023px) {
    .option-p__item-types {
        visibility: hidden;
    }

    .mob-show {
        display: none;
    }

    .pad-show {
        display: inline-block;
    }

    .desctope-show {
        display: inline-block;
    }

    .stock-info {
        top: 10px;
    }

    .pd-descr__stock-title,
    .stock-info,
    .stock-info__text {
        display: flex;
    }

    .category-podbor:after {
        display: none;
    }

    .category-wrapper .sidebar {
        position: absolute;
        left: -13.125rem;
    }

    .category-content {
        padding: 0;
    }

    .category-podbor .tabs-search .tab-link {
        display: inline-block;
        width: 47%
    }

    .action-category .breadcrumbs {
        display: none;
    }

    .action-category .main-content {
        margin: 1.875rem;
    }

    .category-podbor:after {
        display: none;
    }

    .category-wrapper .sidebar {
        position: absolute;
        left: -13.125rem;
    }

    .category-content {
        padding: 0;
    }

    .category-podbor .tabs-search .tab-link {
        display: inline-block;
    }

    .category-podbor {
        background: none;
        border: 0px;
    }

    .action-category .breadcrumbs {
        display: none;
    }

    .action-category .main-content {
        margin: 1.875rem;
    }

    .category-podbor {
        padding-left: 0;
        padding-right: 0;
    }

    .category-podbor:after {
        display: none;
    }

    .category-podbor .smartsearch-wrap {
        width: 100%;
    }

    .tabs-search .tab-link:before {
        display: none;
    }

    .tabs-content {
        background: #fafafa;
        clear: both;
        padding: 1.5rem;
        border-radius: 0 0 5px 5px;
    }

    .tab-content select {
        margin-bottom: 1.5rem;
        font-size: 1.675rem;
        font-size: 1.675rem;
        color: #474747;
        height: 5.25rem;
        line-height: 3.25rem;
        background: url(img/select-arrow.png) center right/2.25rem no-repeat #fff;
    }

    .tabs-search .tab-link.selected {
        background: #fafafa;
        border: none;
        line-height: 5rem;
        font-size: 1.5rem;
        border-radius: 5px 5px 0 0;
        height: 5rem;
    }

    .tabs-search .tab-link {
        margin: 0;
        color: #393939;
        width: 50%;
        height: 3.5rem;
        line-height: 5rem;
        float: left;
        font-size: 1.375rem
            /* 22px */
        ;
        text-align: center;
    }

    .tab-content button {
        line-height: 3rem;
        width: 100%;
        font-size: 2.5rem;
    }

    .tab-content button .icon-barrow {}

    .main-slider-row__banners:before,
    .main-slider-row__banners:after {
        display: none;
    }
}

@media (min-width:0px) and (max-width:767px) {
    .attntion {
        font-size: 1.4rem;
    }
    ul.shops li {
        width: 100%;
        white-space: normal;
        padding: 0 10px 20px 25px;
    }
    
    .addrbtn {
        display: block;
        margin: auto;
        margin-bottom: 16px;
        width: 100%;
    }
    
    .addrbtnbtn {
        padding-top: 0.7em;
        padding-bottom: 0.7em;
        text-align: center !important;
        width: calc(100% - 2rem);
        margin: 0 1rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #524519;
        background-color: #ffc700;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-block;
        outline: 0;
        border-radius: 3px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        font-family: inherit;
        text-decoration: none;
    }

    .acc-ord-info__item {
        width: 100%;
        float: none;
    }

    .shoprow {
        padding: 0px 0px 10px 0px;
    }

    .accum-polaris {
        text-align: center;
    }

    .home-feat__title {
        color: #000;
    }

    .home-feat__descr {
        color: #000;
    }

    .serviceimg {
        max-width: 100%;
    }

    ul.shops {
        width: 100%;
        float: none;
        display: block;
    }

    .photo_small {
        margin-left: 10px;
        width: 160px;
        height: auto;
    }

    .option-p__item-types {
        visibility: hidden;
    }

    .mob-show {
        display: inline-block;
    }

    .pad-show {
        display: none;
    }

    .desctope-show {
        display: none;
    }

    .category-podbor:after {
        display: none;
    }

    .category-wrapper .sidebar {
        position: absolute;
        left: -13.125rem;
    }

    .category-content {
        padding: 0;
    }

    .category-podbor .tabs-search .tab-link {
        display: inline-block;
    }

    .category-podbor {
        background: none;
        border: 0px;
    }

    .action-category .breadcrumbs {
        display: none;
    }

    .action-category .main-content {
        margin: 1.875rem;
    }

    .category-podbor {
        padding-left: 0;
        padding-right: 0;
    }

    .category-podbor:after {
        display: none;
    }

    .category-podbor .smartsearch-wrap {
        width: 100%;
    }

    .tabs-search .tab-link:before {
        display: none;
    }

    .tab-content select,
    .tab-content button {
        width: 96%;
        margin: 2%;
    }

    .tabs-content {
        background: #fafafa;
        clear: both;
        padding: 1.5rem;
        border-radius: 0 0 5px 5px;
    }

    .tab-content select {
        margin-bottom: 1.5rem;
        font-size: 1.675rem;
        font-size: 1.675rem;
        color: #474747;
        height: 5.25rem;
        line-height: 3.25rem;
        background: url(img/select-arrow.png) center right/2.25rem no-repeat #fff;
    }

    .tabs-search .tab-link.selected {
        background: #fafafa;
        border: none;
        font-size: 1.5rem;
        border-radius: 5px 5px 0 0;
        padding-top: 4px;
    }

    .tabs-search .tab-link {
        margin: 0;
        color: #393939;
        width: 50%;
        height: 3.5rem;
        line-height: 3.5rem;
        float: left;
        font-size: 1.375rem
            /* 22px */
        ;
        text-align: center;
    }

    .tab-content button {
        line-height: 3rem;
        font-size: 2.5rem;
    }

    .tab-content button .icon-barrow {}

    .main-slider-row__banners:before,
    .main-slider-row__banners:after {
        display: none;
    }
}

@media (min-width:1150px) {
    .mob-show {
        display: none;
    }

    .pad-show {
        display: none;
    }

    .desctope-show {
        display: inline-block;
    }

    .pd-cart__main,
    .feature {
        width: 24rem;
    }

    .pd-cart__add-cart {
        min-width: 14.5rem;
    }
}

@media (min-width:1023px) and (max-width:1149px) {
    .tab-content select {
        height: 5rem;
        margin-bottom: 1.5rem;
    }

    .tabs-search .tab-link.selected {
        height: 4rem;
    }

    .coll {
        max-height: 3.9re
    }

    .podborpolarnost {
        display:
    }

    .accum-polaris {
        max-height: 3.6rem;
    }

    .home-brands__item {
        margin-right: 2rem;
    }

    .b-row .col-4-of-5 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 90.6rem;
        flex: 1 0 90.6rem;
    }

    .wrapper {
        width: 1180px;
    }

    .f-row {
        width: 118rem;
    }

    .site-header__nav_btn-mega {
        width: 1180px;
    }

    .ui-items__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.4rem;
        flex: 0 0 22.4rem;
        margin-right: 1rem;
    }

    .pd-cart__main,
    .feature {
        width: 24rem;
    }

    .pd-cart__add-cart {
        min-width: 14.5rem;
    }

    .b-c-row_cart .col-main {
        -ms-flex-preferred-size: 91rem;
        flex-basis: 91rem;
    }
}

@media (min-width:1300px) {
    .site-header__nav_btn-mega {
        width: 129rem;
    }
}
