/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1180px) {
    .container {
        /* width: 1000px; */
    }

    .main-slider .slider-arrow_prev {
        left: 10px;
        -webkit-transform: rotate(180deg) translateY(50%) translateX(0%);
        -ms-transform: rotate(180deg) translateY(50%) translateX(0%);
        transform: rotate(180deg) translateY(50%) translateX(0%);
    }

    .main-slider .slider-arrow_next {
        right: 10px;
        -webkit-transform: translateY(-50%) translateX(0%);
        -ms-transform: translateY(-50%) translateX(0%);
        transform: translateY(-50%) translateX(0%);
    }

    .slider-arrow_prev {
        left: 0px;
    }

    .slider-arrow_next {
        right: 0px;
    }

    .geolocation {
        font-size: 14px;
    }

    .top-line__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    

    .menu__link, .menu__link_parent {
        font-size: 14px;
        line-height: 14px;
    }

    .top-contacts__link {
        font-size: 14px;

    }

    .header__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-search {
        width: 290px;
    }

    .header-search__input {
        font-size: 12px;
        line-height: 12px;
        padding-left: 10px;
    }

    .descriptor {
        font-size: 12px;
    }

    .header-links__item {
        margin-right: 10px;
    }

    .header-links__link-title {
        font-size: 14px;
    }

    .header-basket__price {
        font-size: 14px;
    }

    .header-basket__counter {
        font-size: 14px;
    }

    .main-area_left-sidebar {
        margin-left: 15px;
    }

    .main-wrp {
        max-width: 730px;
    }

    .main-blocks__item {
        width: 350px;
        height: 190px;
    }

    .main-icons__item {
        font-size: 16px;
        line-height: 1.3;
        width: 220px;
    }

    .footer__top {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer__logo span {
        font-size: 12px;
        line-height: 14px;
    }

    .footer__company {
        font-size: 12px;
        line-height: 18px;
    }

    .footer__block {
        margin-right: 15px;
    }

    .footer__block-title {
        font-size: 14px;
        line-height: 18px;
    }

    .footer__menu-link {
        font-size: 12px;
        line-height: 18px;
    }

    .footer__pricelist-info {
        font-size: 12px;
        line-height: 18px;
    }

    .footer__contacts-link {
        font-size: 14px;
        line-height: 20px;
    }

    .footer__contacts-link_big {
        font-size: 20px;
        line-height: 20px;
    }

    .right-sidebar {
        width: 300px;
        min-width: 300px;
    }

    .main-area_right-sidebar {
        margin-right: 15px;
    }

    .brands__item {
        width: 33.33%;
    }
    .nw-product-card__buyclick {
        width: auto;
        min-width: 0;
    }

}

/* Medium Devices, Desktops */
@media (max-width: 768px) and (min-width: 1025px) {
    html, body {
        overflow-x: hidden;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    html, body {
        overflow-x: scroll;
    }
}


/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .pozvonim-mobile {
        /*display: none !important;*/
        max-width: 100%;
    }

    .catalog-blocks__item-image img {
        /*max-width: 100%;*/
    }

    /*.catalog-blocks__item-bottom {*/
    /*    padding-right: 0;*/
    /*}*/

    .catalog-blocks__item-image {
        height: auto;
    }

    .sp-popup-outer.sp-show .sp-form-popup {
        -webkit-transform: scale(0.8) !important;
        -ms-transform: scale(0.8) !important;
        transform: scale(0.8) !important;
    }

   

    .footer__socials img {
        width: 30px;
    }

    .side-widget_soc {
        display: none;
    }

    .side-menu-mobile-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 15px;
        border-bottom: 1px solid #F1F2F4;
    }

    .side-menu-mobile-head-title {
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        /* identical to box height, or 140% */

        color: #0A1F44;
    }

    .side-menu-mobile-head-close {
        cursor: pointer;
        background-image: url(../img/icons/close-menu.svg);
        background-repeat: no-repeat;
        background-position: center center;
        width: 10px;
        height: 10px;
    }

    .container {
        max-width: 100%;
    }

    .geolocation {
        display: none;
    }

    .nav {
        display: none;

    }

    .top-contacts {
        padding: 0px 0px;
        margin-left: 0;
        flex-grow: 1;
        justify-content: space-between;
    }

    .top-contacts__item {
        margin-right: 0;
    }

    .top-contacts__link {
        font-size: 14px;
        line-height: 14px;
    }

    .logo {
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 26px;
        margin-right: 24px;
    }

    .descriptor {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .descriptor span {
        display: inline-block;
        letter-spacing: 0px;
    }

    .header__inner {
        display: none;
    }

    .header__mobile-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #F1F2F4;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-logo {
        margin-right: 18px;
        margin-top: 17px;
        margin-bottom: 10px;
        max-width: 35px;

    }

    .mobile-descriptor {
        font-size: 12px;
        line-height: normal;
        color: #13184E;
    }
    .mobile-descriptor.pointer:after {
        content: '';
        display: inline-block;
        /*background-image: url(../img/icons/dropdown-arrow_new.svg);*/
        background-image: url(../img/icons/dropdown-arrow_new_org.svg);
        width: 12px;
        height: 8px;
        position: relative;
        top: 2px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        vertical-align: middle;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }
    .mobile-descriptor.pointer.open:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .mobile-basket {
        margin-left: auto;
        position: relative;
        width: 40px;
    }
    .mobile-basket img {
        width: 100%;
    }
    .mobile-basket_not-empty:before {
        content: '';
        display: block;
        width: 13px;
        height: 13px;
        background: #F16D01;
        border: 1px solid #FFFFFF;
        position: absolute;
        top: 0px;
        right: 0px;
        border-radius: 100%;
    }

    .header__mobile-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile-burger {
        cursor: pointer;
        position: relative;
        margin-left: 26px;
        order: 1;
    }

    .mobile-burger span {
        width: 50px;
        height: 6px;
        background: #F26D01;
        display: block;
        border-radius: 18px;
    }

    .mobile-burger span:nth-child(2) {
        margin-top: 9px;
        margin-bottom: 9px;
    }

    .header-search {
        width: 240px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        order: -1;
        margin-left: 0;
        margin-right: 0;
    }

    .header-search__input {
        height: 50px;
        font-size: 14px;
        line-height: 50px;
        padding-left: 18px;
        padding-right: 48px;
    }
    .header-search__input::-webkit-input-placeholder {
 
    font-size: 14px
    }

    .header-search__input::-moz-placeholder {
      
        font-size: 14px
    }

    .header-search__input:-moz-placeholder {
      
        font-size: 14px
    }

    .header-search__input:-ms-input-placeholder {
      
        font-size: 14px
    }

    .header-search__submit {
        height: 26px;
        width: 29px;
        min-width: 31px;
       
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        background-image: url(../img/loop-new.svg);
        background-size: 26px 29px;
    }

    .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .left-sidebar {
        width: 100%;
        min-width: 100%;
    }

    .side-menu {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        overflow: auto;
        max-height: 100%;
    }

    .side-menu .side-menu {
        left: 0px;
        top: 100%;
        width: 100%;
        height: auto;
        z-index: 9999;
        max-height: none;
    }

    .side-menu__link {
        padding-left: 40px;
    }

    .side-menu__item {
        background-color: #fff;
    }

    .side-menu__item_parent.opened:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        left: 15px;
    }

    .main-wrp {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        padding-top: 10px;
    }

    .main-wrp > * {
        width: 100%;
    }

    .main-slider {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 0;

    }

    .header {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .slider-arrow {
        background-image: url(../img/icons/mobile-slider-arrow.svg);
        width: 20px;
        height: 20px;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }

    .mobile-main-categories {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
    }

    .mobile-menu {
        list-style-type: none;
    }

    .mobile-menu__item {
        margin-top: 10px;
    }

    .mobile-menu__link {
        background: #3F51B5;
        -webkit-box-shadow: 0px 5px 14px rgba(232, 232, 232, 0.5);
        box-shadow: 0px 5px 14px rgba(232, 232, 232, 0.5);
        border-radius: 4px;
        padding: 10px;
        color: #fff;
        font-weight: 300;
        font-size: 12px;
        line-height: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-menu__link img {
        margin-right: 10px;
    }

    .mobile-sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
        list-style-type: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .mobile-sub-menu.opened {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-sub-menu__item {
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        width: 49%;
    }

    .mobile-sub-menu__link {
        color: #0A1F44;
        font-weight: 300;
        font-size: 12px;
        line-height: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0px 5px 14px rgba(232, 232, 232, 0.5);
        box-shadow: 0px 5px 14px rgba(232, 232, 232, 0.5);
        border-radius: 2px;
        border: 1px solid #F1F2F4;
        height: 100%;
    }

    .mobile-sub-menu__link img {
        margin-right: 10px;
        width: 18px;
    }

    .main-advantages {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 15px;
        padding-top: 20px;
        padding-bottom: 15px;
        background: #F8F9FB;

    }

    .main-advantages__title {
        font-weight: bold;
        font-size: 14px;
        line-height: 15px;
    }

    .main-advantages__items {
        display: block;
        padding-top: 0;
    }

    .main-advantages__item {
        margin-top: 20px;
        margin-bottom: 0;
        margin-right: 0;
    }

    .main-advantages__link {
        font-weight: normal;
        font-size: 12px;
        line-height: 13px;
    }

    .main-advantages__link br {
        display: none;
    }

    .main-advantages__link img {
        width: 21px;
    }

    .main-brands {
        margin-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        overflow-x: hidden;
    }

    .main-brands__title span {
        font-weight: 300;
        font-size: 14px;
        line-height: 15px;
    }

    .main-brands__all {
        font-weight: bold;
        font-size: 10px;
        line-height: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .main-brands__slider-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-brands__slider-slide {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-brands__slider-slide:nth-child(2n + 1) {
        border-right: 1px solid #F1F2F4;
    }

    .main-brands__slider-slide img {
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
        height: auto !important;
    }

    .main-blocks {
        display: none;
    }

    .main-icons {
        display: none;
    }

    .article {
        padding-left: 15px;
        padding-right: 15px;
    }

    .article h2 {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }

    .footer__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

    .footer__top > * {
        width: 100%;
    }

    .footer__logo {
        display: none;
    }

    .footer__block_right {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        text-align: left;
    }

    .footer__contacts-link {
        font-weight: 300;
    }

    .footer__contacts-link_big:first-child:before {
        content: 'Звоните!';
        display: block;
        color: rgba(255, 255, 255, 0.799716);
        font-size: 10px;
        line-height: 6px;
        text-align: left;
        margin-bottom: 7px;
    }

    .footer {
        padding-top: 25px;
    }

    .footer__socials {
        display: none;
    }

    .footer__company {
        display: none;
    }

    .footer__menu {
        display: none;
    }

    .footer__payments-title {
        display: block;
        font-size: 12px;
        line-height: 12px;
        color: rgba(255, 255, 255, 0.803048);
        margin-bottom: 10px;
    }

    .footer__payments br {
        display: none;
    }

    .footer__bottom {
        border: none;
        background: #F8F9FB;
        padding: 10px 15px;
        text-align: left;
    }

    .footer__copyright {
        font-size: 12px;
        line-height: 14px;
        /* identical to box height, or 117% */

        color: #8A94A6;
    }

    .footer__block-title {
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
        color: #FFFFFF;
        margin-top: 0px;
        border-bottom: 1px solid rgba(241, 242, 244, 0.2);
        padding-bottom: 2px;
        background-image: url(../img/icons/footer-menu-arrow.svg);
        background-repeat: no-repeat;
        background-position: right center;
        padding: 10px 0px;
    }

    .footer__contacts {
        border-bottom: 1px solid rgba(241, 242, 244, 0.2);
        padding-bottom: 30px;
    }

    .footer__pricelist {
        margin-top: 20px;
    }

    .footer__pricelist-info {
        display: none;
    }

    .side-actions__item-title {
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height, or 133% */

        color: #0A1F44;
    }

    .side-actions__item-announce {
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        /* or 133% */

        color: #0A1F44;
    }

    .side-actions__item-link {
        font-weight: bold;
        font-size: 10px;
        line-height: 14px;
    }

    .side-widget__title img {
        display: none;
    }

    .side-widget__title {
        font-weight: bold;
        font-size: 14px;
        line-height: 15px;
    }

    .side-widget__link {
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
    }

    .side-widget__date {
        font-size: 10px;
        line-height: 16px;
    }

    .top-contacts__link_mail {
        background-position: center center;  
        background-image: url(../img/dixten-mobile-email.svg);      
        width: 24px;
        height: 24px;
        padding: 0;
        display: block;
        font-size: 0;
        color: transparent;
        line-height: 0;
        display: none;
    }
    .top-line__inner {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .main-brands__title span {
        color: transparent;
    }

    .main-brands__title span:before {
        content: 'Бренды';
        font-weight: bold;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 107% */

        color: #0A1F44;
    }

    .footer__contacts-shedule {
        display: block;
        position: absolute;
        top: 16px;
        right: 0px;
        font-weight: normal;
        font-size: 12px;
        line-height: 17px;
        /* identical to box height, or 142% */

        color: #FFFFFF;
    }

    .footer__contacts {
        position: relative;
    }

    .footer__socials_hidden {
        display: block;
    }

    .mobile-sub-menu__link {
        padding-left: 5px;
        padding-right: 5px;
    }

    .mobile-geo-toggler {
        padding: 15px;
        border-bottom: 1px solid #F1F2F4;
    }

    .mobile-geo-toggler .geolocation__window-top {
        font-weight: normal;
        font-size: 12px;
        line-height: 1.3;
    }

    .hide-on-desktop {
        display: block;
    }

    .right-sidebar {
        width: 100%;
        min-width: 0;
    }

    .cart-page,
    .checkout-page,
    .gray-bg {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-page .main-wrp,
    .checkout-page .main-wrp,
    .gray-bg {
        margin-right: 0;
    }

    .cart-page .main-wrp,
    .checkout-page .main-wrp,
    .gray-bg {
        padding-top: 20px;
    }

    .cart__item {
        padding: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }

    .cart__image {
        width: 70px;
        min-width: 70px;
        margin-right: 10px;
    }

    .cart__title a {
        font-size: 12px;
        line-height: 12px;
    }

    .cart__artinumber {
        margin-top: 5px;
        font-size: 12px;
        line-height: 12px;

    }

    .cart__avail {
        position: absolute;
        top: 30px;
        right: 17px;
        font-weight: 300;
        font-size: 10px;
        line-height: 12px;
    }

    .cart__price {
        position: absolute;
        top: 20px;
        right: 15px;
        font-weight: 300;
        font-size: 12px;
        line-height: 10px;
    }

    .cart__content {
        margin-right: 0;
        max-width: 120px;
        margin-top: -5px;
    }

    .cart__option-title {
        font-size: 12px;
        line-height: 15px
    }

    .cart__option-box {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }

    .cart__options {
        max-width: none;
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        left: 100px;
        bottom: 45px;
    }

    .cart__option {
        display: inline-block;
        margin-right: 5px;
    }

    .cart__option-title {
        font-size: 10px;

    }

    .cart__counter {
        position: absolute;
        right: 20px;
        bottom: 7px;
        margin-top: 0;
    }

    .cart__buttons {
        position: absolute;
        left: 15px;
        bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cart__button {
        margin-top: 0;
        margin-right: 10px;
        width: 20px;
        height: 20px;
        background: #F8F9FB;
        border: 1px solid #F1F2F4;
        border-radius: 3px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .cart__button_remove {
        background-image: url(../img/icons/mobile-cart-remove.svg);
    }

    .cart__button_fav {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        background-image: url(../img/icons/mobile-cart-fav.svg);
    }

    .cart__item {
        padding-bottom: 50px;
    }

    .cart__item:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 50px;
        left: 0px;
        width: 100%;
        height: 1px;
        background-color: #F1F2F4;
    }

    .cart__counter-button_minus {
        background-size: 10px 1px;
    }

    .cart__counter-button_plus {
        background-size: 10px 10px;
    }

    .checkout-info {
        padding: 15px 0;
        position: relative;
    }

    .checkout-info:before {
        content: 'Ваш заказ';
        display: block;
        font-weight: 300;
        font-size: 16px;
        line-height: 10px;
        color: #0A1F44;
        position: absolute;
        top: 0px;
        left: 0px;
        margin-top: -15px;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .checkout-info__title {
        display: none;
    }

    .checkout-info__params {
        padding: 0 15px;
    }

    .checkout-info__param {
        font-size: 12px;
        line-height: 12px;
    }

    .checkout-info__param_first {
        margin-bottom: 10px;
    }

    .checkout-info__total {
        margin-top: 10px;
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .checkout-info__total-name,
    .checkout-info__total-value {
        font-size: 12px;
        line-height: 12px;
    }

    .checkout-info__buttons {
        padding: 0 15px;
    }

    .checkout-info__button {
        font-size: 12px;
        padding: 7px 0;
    }

    .delivery-info__title {
        display: none;
    }

    .delivery-info {
        padding: 0px;
        position: relative;
        margin-top: 50px;
        margin-bottom: 25px;
    }

    .delivery-info:before {
        content: 'Доставка';
        display: block;
        font-weight: 300;
        font-size: 16px;
        line-height: 10px;
        color: #0A1F44;
        position: absolute;
        top: 0px;
        left: 0px;
        margin-top: -15px;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .delivery-info__text {
        font-size: 12px;
        line-height: 20px;
    }

    .delivery-info__link {
        font-size: 10px;
    }

    .delivery-info__item {
        padding: 15px;
        border-top: 1px solid #F1F2F4;
        margin-top: 0;
    }

    .delivery-info__item:first-child {
        border-top: none;
    }

    .checkout__title {
        font-size: 16px;
        line-height: 1.3;
    }

    .checkout__text {
        font-size: 14px;
        line-height: 1.3;
    }

    .checkout__label {
        font-size: 12px;
    }

    .checkout__input {
        font-size: 14px;
    }

    .checkout__content {
        margin-top: 15px;
    }

    .checkout__button {
        font-size: 12px;
        padding: 9px 0;
        width: 100%;
    }

    .checkout-page .right-sidebar {
        display: none;
    }

    .checkout-page {
        padding-bottom: 30px;
    }

    .cart-page .main-wrp, .checkout-page .main-wrp, .gray-bg .main-wrp {
        padding-top: 10px;
    }

    .news-list {
        margin-left: 0;
        margin-right: 0;
    }

    .news-list__item-title {
        height: auto;
    }

    .news-list__item-title a {
        font-size: 12px;
        line-height: 14px;
    }

    .news-list__item-text {
        height: auto;
        font-size: 12px;
        line-height: 16px;
    }

    .news-list__item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .pagination {
        overflow: auto;
    }

    .brands__item {
        width: 50%;
    }

    .filter {
        display: none;
    }

    .secondary-page {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-advantages__items.main-advantages__items_catalog {
        display: none;
    }

    .page-title {
        margin-top: 15px;
        line-height: 1.3;
        font-size: 18px;
    }

    .catalog {
        margin-top: 0;
    }

    .catalog-blocks {
        padding-left: 15px;
        padding-right: 15px;
    }

    .catalog-blocks__item {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 15px;
        padding-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .catalog-blocks__item-actions {
        top: 15px;
        right: 15px;
        left: auto;
    }

    .catalog-blocks__item-new {

        font-size: 10px;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 14px;
    }

    /*.catalog-blocks__item-image {*/
    /*    min-width: 80px;*/
    /*    width: 80px;*/
    /*}*/

    .catalog-blocks__item-title {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
        max-width: 100%;
    }

    .catalog-blocks__item-title a {
        font-size: 12px;
        line-height: 14px;
    }

    .catalog-lines .catalog-lines__item-image {
        min-width: 80px;
        width: 80px;
        margin-right: 10px;
    }

    .catalog-lines .catalog-lines__item {
        padding: 20px 15px;
    }

    .catalog-lines__item-image {
        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;
    }

    .catalog-lines .catalog-lines__item-artnum {
        font-size: 12px;
        line-height: 12px;
    }

    .catalog-lines .catalog-lines__item-title {
        line-height: 12px;
    }

    .catalog-lines .catalog-lines__item-title a {
        font-size: 12px;
        line-height: 12px;
    }

    .catalog-lines__item-description {
        display: none;
    }

    .catalog-lines .catalog-lines__item-new {
        margin-right: 0;
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 6px;
        line-height: 9px;
    }

    .catalog-lines .catalog-lines__item-info {
        margin-top: 5px;
    }

    .catalog-lines .catalog-lines__item-avail {
        padding-left: 0;
        background-image: none;
        font-weight: 300;
        font-size: 12px;
        line-height: 10px;
    }

    .catalog-lines .catalog-lines__item-options {
        display: none;
    }

    .catalog-lines .catalog-lines__item-price {
        font-weight: 300;
        font-size: 12px;
        line-height: 10px;
    }

    .catalog-lines__item-controllers {
        position: absolute;
    }

    .catalog-lines .catalog-blocks__item-btn {
        width: 75px;
        height: 17px;
        line-height: 17px;
        padding: 0;
        font-size: 6px;
        position: absolute;
        right: 15px;
        bottom: 20px;
    }

    .catalog-view {
        display: none;
    }

    .product-card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 0;
    }

    .product-card > * {
        min-width: 100%;
    }

    .product-card__left {
        padding: 0;
    }

    .product-card__sale {
        display: none;
    }

    .product-nav-slider-wrapper {
        display: none;
    }

    .breadcrumbs__item {
        display: inline;
    }

    .product-main-slider {
        width: 100%;
        text-align: center;
        background-color: #fff;
        border-radius: 4px;
        padding: 15px;
    }

    .product-card__middle {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        border: none;
        min-width: 0px;
        padding-top: 0;
    }

    .order-success {
        margin-top: 20px;
    }

    .card-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    }

    .card-info > * {
        width: 100%;
    }

    .card-info__middle {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 5px;

        border: none;
    }

    .card-info__title {
        margin-top: 0;
        font-size: 14px;
        line-height: 18px;
        max-width: 70%;
    }

    .card-info__descr-title {
        display: none;
    }

    .card-info__description {
        display: none;
    }

    .card-info__to-options {
        display: none;
    }

    .card-info__top {
        padding-left: 0;
        padding-right: 0;
    }

    .card-info__artnum {
        font-size: 12px;
    }

    .card-info__bottom {
        display: none;
    }

    .product-card__right-top {
        position: absolute;
        top: 40px;
        right: 0px;
        padding: 0;
        border: none;
        text-align: right;
    }

    .product-card__avail {
        font-size: 12px;
        text-align: right;
    }

    .geoloc-window__body {
        width: 95%;
        padding: 0;
        max-height: 100%;
    }

    .geoloc-window__title {
        font-size: 16px;
        line-height: 24px;
        padding-left: 15px;
        padding-top: 15px;
        font-weight: normal;
    }

    .geoloc-window__close {
        top: 23px;
    }

    .geoloc-window__search {
        padding-left: 15px;
        margin-top: 10px;
        padding-right: 15px;
    }

    .geoloc-window__search-input {
        padding: 7px 15px;
    }

    .geoloc-window__content-title {
        padding-left: 15px;
        color: transparent;
        position: relative;
        margin-top: 15px;
    }

    .geoloc-window__content-title:before {
        content: 'Или выберите регион';
        display: block;
        position: absolute;
        top: 0px;
        left: 15px;
        font-size: 14px;
        line-height: 14px;
        /* identical to box height, or 100% */

        color: rgba(10, 31, 68, 0.445121);

    }

    .geoloc-window__content-title.opened:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px;
        height: 13px;
        background-image: url(../img/icons/geo-mob-arrow.svg);
        background-repeat: no-repeat;
        -webkit-transform: rotate(180deg) translateY(50%);
        -ms-transform: rotate(180deg) translateY(50%);
        transform: rotate(180deg) translateY(50%);
    }

    .geoloc-window__content-list-item {
        padding-left: 15px;
        font-size: 14px;
        line-height: 14px;

        position: relative;
    }

    .geoloc-window__content-list-item:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px;
        height: 13px;
        background-image: url(../img/icons/geo-mob-arrow.svg);
        background-repeat: no-repeat;
    }

    .geoloc-window__search-input {
        font-size: 12px;
    }

    .geoloc-window .scrollbar-inner > .scroll-element.scroll-y {
        display: none;
    }

    .geoloc-window .scroll-wrapper > .scroll-content {
        max-height: none !important;
    }

    div.geoloc-window.geoloc-window-opened .geoloc-window__body {
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        overflow-y: auto;
    }

    .geoloc-window__content-block_left {
        width: 100%;
        padding-bottom: 15px;
    }

    .geoloc-window__content {
        display: block;
        margin-top: 0;
    }

    .geoloc-window__content-block_right {
        display: none;
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .geoloc-window__content-list {
        height: auto;

    }

    .geoloc-window__content-result-letter {
        width: 30px;
        min-width: 30px;
    }

    .geoloc-window__content-result-item {
        width: 50%;
    }

    .geoloc-window__content-result {
        height: auto;
    }

    .catalog__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 15px;
    }

    .load-more {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        margin-left: 0;
        font-size: 12px;
        line-height: 40px;
        height: 40px;
    }

    .catalog__bottom .pagination__item {
        line-height: 40px;
        width: 40px;
        min-width: 40px;
    }

    .catalog__bottom .pagination__link {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .pagination {
        margin-top: 15px;
    }

    .product-blocks {
        display: none;
    }

    .product-card__right-middle {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .product-card__right-bottom {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        /*-ms-flex-order: 1;*/
        /*order: 1;*/
    }

    .product-specifics {
        margin-top: 10px;
    }

    .product-specifics__content {
        display: block;
    }

    .product-card {
        position: relative;
        margin-top: 20px;
    }

    .product-specifics__content-col:nth-child(1) {
        min-width: 0px;
        width: 40%;
    }

    .page__content_product {

    }

    .product-card__param-value .cart__counter {
        position: static;
    }

    .product-specifics__top-item {
        padding: 10px 5px;
    }

    .product-specifics__content-text {
        padding: 10px 5px;
    }

    .product-specifics__content-col {
        padding: 10px 5px;
        width: 60%;
        font-size: 12px;
        line-height: 14px;
    }

    .product-specifics__top {
        padding-left: 0;
        padding-right: 0;
    }

    .product-card__pricing {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .product-card__right-middle {
        text-align: right;
    }

    .product-card__params {
        text-align: left;
    }

    .product-card__opt {
        margin-top: 5px;
        font-size: 12px;
        line-height: 14px;
        color: #F16D01;
        display: none;
    }

    .product-card__price {
        font-size: 16px;
        line-height: 16px;
    }

    .product-card__price_old {
        font-size: 14px;
    }

    .product-card__mobile-descr {
        display: block;
        text-align: left;
    }

    .product-card__mobile-descr-text {
        font-size: 12px;
        line-height: 16px;
    }

    .product-card__mobile-descr-bottom {
        margin-top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 15px;
        border-bottom: 1px solid #F1F2F4;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-card__mobile-descr-country {
        font-size: 12px;
        line-height: 16px;
        padding-right: 15px;

    }

    .product-card__mobile-descr-specifics {
        min-width: 140px;
    }

    .product-card__mobile-descr-specifics a {
        color: #FF8000;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        font-weight: bold;
        font-size: 12px;

    }

    .card-info__bottom_mobile {
        display: block;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid #F1F2F4;
    }

    .product-card__params {
        padding-bottom: 15px;
    }

    .popup {
        max-width: 95%;
        padding: 25px 15px;
    }

    .popup__title {
        font-size: 16px;
        line-height: 22px;
    }

    .popup__text {
        margin-top: 15px;
        font-size: 12px;
        line-height: 1.3;
    }

    .popup__text br {
        display: none;
    }

    .popup__form-input {
        padding: 18px 20px 10px;
        padding-left: 15px;

        font-size: 14px;
        line-height: 14px;
    }

    .popup__form-label {
        top: 5px;
        left: 15px;
        font-size: 12px;
        line-height: 14px;
    }

    .popup__form-submit {
        width: 100%;
    }

    .pagination {
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
        overflow-x: hidden;
        width: 100%;
    }

    .pagination > .pagination__item:first-child {
        position: absolute;
        top: 0px;
        left: 1px;
        z-index: 10;
    }

    .pagination > .pagination__item:last-child {
        position: absolute;
        top: 0px;
        right: 1px;
        z-index: 10;
    }

    .pagination-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        overflow-x: auto;
        position: relative;
    }

    .catalog__content {
        display: none;
    }

    .catalog__mobile {
        display: block;
    }

    .catalog__mobile-item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
        background: #FFFFFF;
        -webkit-box-shadow: -1px -4px 8px rgba(0, 0, 0, 0.07);
        box-shadow: -1px -4px 8px rgba(0, 0, 0, 0.07);
        border-radius: 4px;
        margin-top: 15px;

    }

    .catalog__mobile-new {
        position: absolute;
        top: 15px;
        right: 15px;
        border-radius: 3px;
        border: 1px solid #3F51B5;
        color: #3F51B5;
        font-size: 6px;
        line-height: 9px;
        padding: 3px 5px;
    }

    .catalog__mobile-image {
        width: 83px;
        min-width: 83px;
        margin-right: 10px;
        text-align: center;
    }

    .catalog__mobile-image img {
        max-height: 100px;
    }

    .catalog__mobile-content {
        width: 100%;
    }

    .catalog__mobile-artnum {
        font-size: 12px;
        line-height: 12px;
        /* identical to box height, or 112% */

        color: #B5BBC6;
    }

    .catalog__mobile-title {
        margin-top: 3px;
    }

    .catalog__mobile-title a {
        font-size: 12px;
        line-height: 12px;
        /* or 150% */

        color: #0A1F44;
    }

    .catalog__mobile-avail {
        margin-top: 4px;
        font-size: 12px;
        line-height: 12px;
    }

    .catalog__mobile-avail_1 {
        color: #5EA414;
    }

    .catalog__mobile-avail_2 {
        color: #DE2424;
    }

    .catalog__mobile-avail_3 {
        color: #DE7E24;
    }

    .catalog__mobile-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .catalog__mobile-pricing {

    }

    .catalog__mobile-price {
        font-size: 12px;
        line-height: 10px;

        color: #0A1F44;
        margin-top: 2px;
    }

    .catalog__mobile-price_old {
        font-size: 10px;
        line-height: 10px;
        /* identical to box height, or 100% */

        -webkit-text-decoration-line: line-through;

        text-decoration-line: line-through;

        color: #8A94A6;
    }

    .catalog__mobile-right {

    }

    .catalog__mobile-right .cart__counter {
        position: static;
        margin-bottom: 10px;
    }

    .catalog__mobile-add {

    }

    .catalog__mobile-add .catalog-blocks__item-btn {
        font-size: 12px;
        line-height: 12px;
        padding: 8px 5px;
        display: block;
        text-align: center;
    }

    .catalog__top {
        display: none;
    }

    .catalog__mobile-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mobile-sorting {
        position: relative;
    }

    .mobile-sorting__current {
        color: #313541;
        font-size: 10px;
        line-height: 14px;
        padding: 6px 10px;
        padding-right: 35px;
        border-radius: 4px;
        background: #FFFFFF;
        border: 1px solid #DFE6EE;
        position: relative;

    }

    .mobile-sorting__current:after {
        content: '';
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(../img/icons/mobile-sorting.svg);
        width: 6px;
        height: 3px;
    }

    .mobile-sorting__list {
        display: none;
        top: 100%;
        left: 0px;
        width: 100%;
        position: absolute;
        z-index: 100;
        border: 1px solid #DFE6EE;

        background-color: #fff;
        margin-top: -1px;
    }

    .mobile-sorting__item {
        color: #313541;
        font-size: 10px;
        line-height: 14px;
        padding: 6px 10px;
        border-bottom: 1px solid #DFE6EE;
    }

    .mobile-sorting__item:last-child {
        border-bottom: none;
    }

    .mobile-sorting__item.current {
        display: none;
    }

    .mobile-filter-button {
        background: #3F51B5;
        border-radius: 4px;
        padding: 0px 30px;
        width: 140px;
        font-size: 10px;
        line-height: 28px;
        color: #FFFFFF;
        background-image: url(../img/icons/mobile-filter.svg);
        background-repeat: no-repeat;
        background-position: 10px center;
    }

    /*.product-card__avail {*/
    /*position: relative;*/
    /*color: transparent !important;*/
    /*}*/
    /*.product-card__avail:before {*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*right: 0px;*/
    /*font-size: 12px;*/
    /*line-height: 18px;*/
    /*font-weight: 300;*/
    /*}*/
    /*.product-card__avail_1:before {*/
    /*content: 'В наличии';*/
    /*color: #63A71C;*/
    /*}*/
    /*.product-card__avail_2:before {*/
    /*content: 'Снято';*/
    /*color: #DE2424;*/
    /*}*/
    /*.product-card__avail_3:before {*/
    /*content: 'Под заказ';*/
    /*color: #DE7E24;*/
    /*}*/
    .product-main-slider .product-nav-slider__arrow {
        display: block;
    }

    .product-nav-slider__arrow {
        width: 30px;
        height: 30px;
    }

    .product-nav-slider__arrow_prev {
        left: -15px;
    }

    .product-nav-slider__arrow_next {
        right: -15px;
    }

    .product-main-slider {
        overflow: visible;
    }

    .product-card__pricing {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-card__price {
        width: 100%;
        margin-right: 0;
        margin-top: 5px;
    }

    .product-card__price_old {
        margin-top: 5px;
        -moz-order: -1;
        -ms-order: -1;
        -o-order: -1;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 0;
    }

    .product-card__param:last-child {
        display: none;
    }

    .product-card__mobile-descr {
        background-color: #fff;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        width: calc(100% + 30px);
    }

    .card-info__bottom_mobile {
        background-color: #fff;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .product-card__right-middle {
        border-bottom: none;
        padding-bottom: 0;
    }

    .product-card__right-bottom {
        padding-top: 1px;
        background-color: #fff;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-specifics {
        margin-top: 0;
        background-color: #fff;

        border: none;
        width: 100%;
        border-radius: 0px;
        position: relative;
        overflow: hidden;

    }

    .product-specifics > * {
        position: relative;
        z-index: 10;
    }

    .product-specifics:after {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 9999px;
        height: 100%;
        background-color: #fff;
        z-index: 1;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .product-specifics__content-left {
        border-right: none;
    }

    .product-specifics__top {
        border-bottom: none;
    }

    .product-specifics__content {

        margin-right: -30px;
    }

    .product-card__mobile-descr-specifics {
        margin-top: -6px;
    }

    .products-slider .catalog-blocks__item-sale {
        position: absolute;
        top: 15px;
        right: 15px;
        left: auto;
        font-size: 6px;
        line-height: 9px;
        padding: 3px 5px;
        border-radius: 3px;
        width: auto;
        height: auto;
    }

    .products-slider .catalog-blocks__item-btn {
        font-size: 12px;
        line-height: 12px;
        padding: 4px 5px;
    }

    .products-slider .catalog-blocks__item-bottom {
        width: 100%;
        padding-left: 0;
    }

    .products-slider .catalog-blocks__item-price {
        font-size: 12px;
        line-height: 10px;
        margin-top: 2px;
    }

    .mobile-filters {
        display: block;
        background-color: #fff;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .mobile-filters.show {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .mobile-filters__wrap {

    }

    .mobile-filters__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #F1F2F4;
    }

    .mobile-filters__text {
        font-size: 10px;
        line-height: 14px;
        padding: 10px 15px;
    }

    .mobile-filters__close {
        width: 10px;
        height: 10px;
        background-image: url(../img/icons/mobile-filter-close.svg);
        margin-right: 10px;
    }

    .mobile-filters__body {
        padding: 15px;
    }

    .filter-slider {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .filter-slider__title {
        font-size: 12px;
        line-height: 18px;
    }

    .filter-slider__inner {
        margin-top: 15px;
    }

    .filter-slider__inputs {
        margin-top: 20px;
    }

    .filter-slider__input {
        width: 140px;
    }

    .filter-slider__input_min {
        margin-right: 10px;
    }

    .filter-checkboxes {

    }

    .filter-checkboxes__item {
        margin-right: 10px;
    }

    .filter-checkboxes__box {
        display: none;
    }

    .filter-checkboxes__title {
        font-size: 8px;
        line-height: 16px;
        border-radius: 2px;
        border: 1px solid #3F51B5;
        padding: 0px 7px;
    }

    .filter-checkboxes__input:checked + .filter-checkboxes__box + .filter-checkboxes__title {
        background: rgba(63, 81, 181, 0.2);
    }

    .mobile-filters__bottom {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        background-color: #fff;
        padding: 15px;

    }

    .mobile-filters__button {
        background: #FF8000;
        border-radius: 4px;
        width: 100%;
        text-align: center;
        font-weight: 300;
        font-size: 12px;
        line-height: 40px;
        border: none;
        color: #fff;
    }

    .mobile-selects {
        margin-top: 15px;
        margin-left: -15px;
        margin-right: -15px;
        border-top: 1px solid #F1F2F4;
    }

    .filter-select {
        width: 100%;
    }

    .filter-select__current {
        border: none;
        font-size: 12px;
        line-height: 18px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #F1F2F4;
    }

    .filter-select__current:after {
        width: 10px;
        height: 10px;
        background-size: contain;
        -webkit-transform: rotate(-90deg) translateX(50%);
        -ms-transform: rotate(-90deg) translateX(50%);
        transform: rotate(-90deg) translateX(50%);
        background-position: center center;
    }

    .filter-select.opened .filter-select__current:after {
        -webkit-transform: rotate(0deg) translateY(-50%);
        -ms-transform: rotate(0deg) translateY(-50%);
        transform: rotate(0deg) translateY(-50%);
    }

    .filter-select__list {
        position: static;
        padding-bottom: 10px;
        border-top: none;
        max-height: 220px;
        overflow: auto;
    }

    .filter-select__item {
        font-size: 10px;
        line-height: 8px;
        border: none;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .filter-select__item-box {
        width: 20px;
        height: 20px;
        min-width: 20px;
        margin-right: 5px;
        background: #FFFFFF;
        border: 1px solid #DFE6EE;
        border-radius: 4px;
        position: relative;
    }

    .filter-select__item-box:after {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-image: url(../img/icons/filter-checkbox.svg);
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 0;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

    .filter-select__item-text {
        padding-top: 5px;
    }

    .mobile-select-input {
        display: none;
    }

    .mobile-select-input:checked + .filter-select__item-box:after {
        opacity: 1;
    }

    .mobile-categories {
        width: 100%;
        height: 22px;
        overflow: hidden;
    }

    .mobile-categories.full {
        height: auto;
    }

    .mobile-categories {
        position: relative;
        padding-right: 35px;

    }

    .mobile-categories__item {
        display: inline-block;
        margin-right: 5px;
    }

    .mobile-categories__item a {
        font-size: 8px;
        line-height: 11px;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        color: #313541;
    }

    .mobile-categories__toggler {
        position: absolute;
        top: 10px;
        right: 0px;
        font-weight: 300;
        font-size: 10px;
        line-height: 10px;
        color: #3F51B5;
        padding-right: 15px;
        background-image: url(../img/icons/mobile-categories__toggler.svg);
        background-repeat: no-repeat;
        background-position: right center;
    }

    .product-card__param-title {
        display: none;
    }

    .product-card__right-middle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        /*-ms-flex-order: 2;*/
        /*order: 2;*/
    }

    .product-card__mobile-descr {
        min-width: 100%;
        margin-top: 10px;
    }

    .product-card__params {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-top: 0;
    }

    .product-card__param {
        margin-top: 0;
    }

    .cart__counter-button {
        width: 35px;
        min-width: 35px;
        height: 35px;
    }

    .breadcrumbs__more {
        display: inline;
        list-style-type: none;

    }

    .breadcrumbs__more-dots {
        border: 1px solid #0A1F44;
        border-radius: 4px;
        padding: 0px 12px;
        margin-right: 0 !important;
        font-size: 12px;
    }

    .breadcrumbs__more span {
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }

    .mobile-breadcrumbs {

        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        min-height: 100%;
        background-color: #fff;
        overflow-y: auto;
        z-index: 9999;
    }

    .mobile-breadcrumbs.open {
        display: block;
    }

    .mobile-breadcrumbs__head {
        border-bottom: 1px solid #F1F2F4;
        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;
        padding: 10px 15px;
    }

    .mobile-breadcrumbs__title {
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        color: #0A1F44;
    }

    .mobile-breadcrumbs__close {
        background-image: url(../img/icons/close-menu.svg);
        background-repeat: no-repeat;
        background-position: center center;
        width: 10px;
        height: 10px;
    }

    .mobile-breadcrumbs__body {

    }

    .mobile-breadcrumbs__item {
        background-color: #fff;
    }

    .mobile-breadcrumbs__link {
        font-size: 15px;
        line-height: 16px;
        color: #0A1F44;
        padding: 10px 15px;
        display: block;
    }
    .top-socials__link img {
        width: 24px;
    }
    .top-socials__item:first-child {
        margin-left: 10px;
    }
    .top-line__inner {
        min-height: 50px;
    }
    .nw-product-card__buyozon {
        color: #FFF;
        font-size: 16px;
        background-image: url(../img/ozon-btn-bg.png);
        background-position: 90% bottom;
        padding: 26px;
    }
    .nw-product-card__button {
        font-size: 18px;
        padding: 25px 0px;
    }
    .nw-product-card__buyclick {
        font-size: 18px;
        padding: 24px 0px;
    }
    .nw-product-card__thumbs-arrow {
        display: none;
    }
    .nw-product-card__thumbs {
        padding: 0;
    }
    .nw-product-card__thumbs .swiper-container {
        height: auto;
    }
}
/* ----  stock ---- */
@media (min-width: 769px) {
    .gl__stock__desctop {
        display: block;
    }
}
@media (max-width: 768px) {
    .card-info__artnum {
        line-height: 27px;
    }
    .gl__card-info__top {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .card-info__top, .product-card__right-top {
        display: none;
    }
    .gl__card-info__top50 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .gl__card-info__top50_r {
        text-align: right;
    }
    .gl__card-info__top50_r .product-card__avail {
        display: inline-block;
    }
    .gl__strock__link {
        color: #63A71C;
        font-weight: 300;
        font-size: 14px;
        display: inline-block;
        padding-right: 18px;
        position: relative;
    }
    .gl__strock__link:after {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        background: url("../img/down_gr.svg");
        -webkit-background-size: contain;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 1px;
        right: 0;
        bottom: 0;
    }
    .gl__strock__link span {
        position: relative;
        display: inline-block;
    }
    .gl__strock__link span:after {
        display: block;
        content: '';
        width: 100%;
        height: 0;
        border-bottom: 1px dashed #63A71C;
    }
    .gl__card-info__top50_r._show .gl__strock__link:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .gl__card-info__top50_r._show .gl__stock.gl__stock__mobile {
        display: block;
    }
}

@media only screen and (max-width: 1300px) {
    .page__content_product .container {
        width: 1000px;
    }
    .nw-product-card__left, .nw-product-card__right {
        width: 48%;
    }
}
@media only screen and (max-width: 1180px) {
    .page__content_product .main-wrp {
        max-width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    .page__content_product .container {
        padding: 0px 20px;
    }
    .nw-product-card__top {
        display: block;
        margin-top: 0px;
        position: relative;
    }
    .nw-product-card__copyinfo {
        display: none;
    }
    .nw-product-card {
        padding-top: 18px;
    }
    .nw-product-card__right .nw-product-card__all-chars {
        display: none;
    }
    .nw-product-card__right .nw-product-card__artukul,
    .nw-product-card__right .nw-product-card__title,
    .nw-product-card__right .nw-product-card__description,
    .nw-product-card__right .nw-product-card__stocks {
        display: none;
    }
    .nw-product-card {
        display: block;
    }
    .nw-product-card__stocks {
        position: absolute;
        right: 0;
        top: 0;
        padding-top: 0;
    }
    .nw-product-card__places {
        display: none;
    }
    .nw-product-card__title {
        margin-top: 18px;
    }
    .nw-product-card__left {
        margin-top: 60px;
        width: 675px;
        margin-left: auto;
        margin-right: auto;
    }
    .nw-product-card__data {
        display: flex;
        justify-content: space-between;
    }
    .nw-product-card__right {
        width: 100%;
    }
    .nw-product-card__info {
        width: 520px;
        max-width: 100%;
    }
    .nw-product-card__data-bottom {
        margin-top: 0;
        width: 100%;
        align-items: center;
    }
    .nw-cart__counter {
        margin-top: 0;
    }
    .nw-product-card__avail {
        
        cursor: pointer;
    }
    .nw-product-card__avail span {
       
    }
    .nw-product-card__avail:after {
        content: '';
        display: inline-block;
        width: 12px;
        height: 8px;
        background-image: url(../img/icons/nw-mobile-droparrow.svg);
    }
    .nw-product-card__stocks.show .nw-product-card__avail:after {
        transform: rotate(180deg);
    }
    .nw-product-card__stocks.show .nw-product-card__places {
        display: block;
        background-color: #fff;
        z-index: 10;
        position: absolute;
        top: 100%;
        right: 0;
        padding: 5px;
        white-space: nowrap;
    }
    .nw-product-card__description {
        position: relative;
        padding-right: 20px;
    }
    /*.nw-product-card__description:after {
        content: '';
        display: block;
        width: 12px;
        height: 8px;
        background-image: url(../img/icons/nw-mobile-droparrow.svg);
        position: absolute;
        bottom: 4px;
        right: 0;

    }*/
    /*.nw-product-card__description.show:after {
        transform: rotate(180deg);
    }*/
}
@media only screen and (max-width: 768px) {
    .page__content_product .container {
        padding: 0;
    }
    .nw-product-card__artukul {
        font-size: 14px;
    }
    .nw-product-card__title {
        font-size: 22px;
    } 
    .nw-product-card__description {
        font-size: 14px;
    }   
    .page__content_product {
        padding-left: 20px;
        padding-right: 20px;
    }
    .nw-product-card__info {
        width: 100%;
    }
    .nw-product-card__left {
        display: block;
    }
    .nw-product-card__thumbs {
        margin-top: 35px;
        margin-right: 0;
        width: auto;
    }
    .nw-product-card__thumbs-slide {
        width: 67px;
        height: 67px;
    }
    .nw-product-card__right {
        margin-top: 15px;
    }
    .nw-product-card__data {
        margin-top: 0;
        align-items: center;
    }
    .nw-product-card__price {
        white-space: nowrap;
    }
    .nw-cart__counter {
        margin-right: 0;
    }
    .nw-product-card__buttons-row {
        margin-left: -10px;
        margin-right: -10px;
        flex-wrap: wrap;
    }

    
    .nw-product-card__buttons-col {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
    }
    .nw-product-card__buttons-col_buy {
        width: 100%;
        margin-bottom: 20px;
    }
    .nw-product-blocks {
        margin-top: 40px;
    }
    .nw-product-blocks.desktop {
       
    }
    .nw-product-blocks.mobile {
        display: none;
    }
    .nw-product-blocks__item {
        margin-top: 20px;
    }
    .nw-product-blocks .swiper-slide {
        height: 100%;
    }
    .nw-product-card__slider-slide {
        height: 310px;
    }
    .nw-product-card__left {
        margin-top: 30px;
    }
    .nw-product-card__bottom {
        padding-top: 0px;
    }
    .nw-product-card__buttons {
        margin-top: 25px;
    }
    .nw-product-card__buyozon.disabled {
        background-image: url(../img/ozon-btn-bg-disabled.png);
        opacity: 1;
    }
    .nw-product-blocks .swiper-slide {
        width: 304px;
    }
    .swiper-container-horizontal> .nw-product-blocks__scrollbar {
        margin-top: 25px;
    }

}
@media only screen and (max-width: 460px) {
    .nw-product-card__price {
        font-size: 24px;
    }
    .nw-product-card__button {
        font-size: 16px;
    }
    .nw-product-card__buyclick {
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
    }
    .nw-product-card__buyozon {
        font-size: 13px;
        padding-left: 0;
        padding-right: 0;
    }
    .nw-product-card__title {
        font-weight: 700;
    }
    .nw-product-card__copyinfo {
        display: none;
    }

}
/**/