/* template start */

@media screen and (max-width: 1599px) {

    .panel__item {
        margin-left: 20px;
    }

    .header__basket {
        margin-left: 10px;
    }
    .header__menu {
        left: 400px;
        right: 180px;
    }

    .top-menu__item {
        font-size: 15px;
    }

    .bottom-menu {
        text-align: left;
        -moz-text-align-last: auto;
        -webkit-text-align-last: auto;
        text-align-last: auto;
    }
    .bottom-menu:after {
        display: none;
    }
    .bottom-menu__item {
        padding: 3px 15px;
    }

}

@media screen and (max-width: 1279px) {

    .panel__text {
        display: none;
    }
    .panel__item_auth .panel__text {
        display: inline;
    }

    .container,
    .container_wide {
        padding-left: 10px;
        padding-right: 10px;
    }

    .body__content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .body_inner .body__content {
        padding-top: 20px;
    }
    .body__breadcrumbs {
        padding-top: 20px;
    }

    .header__logo {
        width: 200px;
        margin-top: 27px;
    }
    .header__toggle {
        margin-left: 20px;
    }
    .header__menu {
        left: 300px;
        right: 150px;
    }
    .layout__page_main .header__toggle {
        display: block;
    }

    .top-menu__item {
        font-size: 14px;
        padding: 0 5px;
    }

    .main {
        height: auto;
    }
    .main__menu {
        width: 100%;
        height: auto;
    }
    .main_inner .main__menu {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .main__row {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        height: 375px;
    }
    .main__banner {
        width: 300px;
    }
    .main__banners {
        right: 300px;
    }

    .main-menu {
        display: none;
        width: 100%;
    }
    .main_inner .main-menu {
        border-right: none;
    }
    .main-menu__link {
        min-height: 0;
        border-top: 1px solid #d7d7d7;
        border-bottom: none;
        background-color: #f0f0f0;
        padding: 15px 15px 15px 30px;
    }
    .main-menu__link:hover {
        background-color: #e3e3e3;
    }
    .main-menu__link:before {
        top: 20px;
        left: 12px;
    }
    .main-menu__item_parent:hover .main-menu__link:after {
        display: none;
    }
    .main-menu__sub {
        display: none;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        max-width: none;
        height: auto;
        width: 100%;
    }
    .main-menu__item_parent:hover .main-menu__sub {
        display: none;
    }
    .main_inner .main-menu__sub {
        left: auto;
    }

    .sub__content {
        border: none;
        min-height: 0;
        padding: 20px 20px 20px 0;
    }
    .sub__content_cols_3 {
        width: 100%;
    }
    .sub__content_cols_2 {
        width: 100%;
    }
    .sub__content_cols_1 {
        width: 100%;
    }
    .sub__col_banner {
        display: none;
    }
    .sub__col {
        padding: 0 20px;
    }
    .sub__col:first-child {
        padding: 0 20px;
    }
    .sub__content_cols_4 .sub__col {
        width: 33.3333%;
    }
    .sub__content_cols_3 .sub__col {
        width: 50%;
    }
    .sub__content_cols_2 .sub__col {
        width: 100%;
    }

    .sub-menu {
        padding-top: 20px;
        margin-top: 20px;
    }

    .banners__dots {
        bottom: 20px;
    }

}

@media screen and (max-width: 1023px) {

    .header__menu {
        display: none;
    }

    .main-menu__items_mobile {
        display: block;
    }

}

@media screen and (max-width: 767px) {

    .panel__item {
        margin-left: 10px;
    }
    .panel__item_auth .panel__text {
        display: none;
    }

    .header__content {
        text-align: center;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header__logo {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin: 0;
    }
    .header__toggle {
        float: right;
        margin: 10px 5px 0 0;
    }
    .header__controls {
        float: none;
        margin: 15px 0 0;
        height: 60px;
        width: 100%;
        position: relative;
    }
    .header__search {
        float: none;
        margin: 0;
    }
    .header__basket {
        float: none;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
    }

    .search {
        position: absolute;
        top: 0;
        left: 0;
        right: 70px;
        width: auto;
    }
    .search__form {
        left: 0;
        width: auto;
    }
    .search__control {
        display: block;
    }
    .search__btn {
        display: block;
    }
    .search__btn_toggle {
        display: none;
    }

    .footer__content {
        background-color: #ffcd16;
    }
    .footer__menu {
        display: none;
    }
    .footer__info {
        float: none;
        width: 100%;
        padding: 10px 0 0;
        text-align: center;
    }
    .footer__info:before {
        display: none;
    }

    .sub__content {
        padding: 0;
    }
    .sub__col {
        padding: 0;
    }
    .sub__col:first-child {
        padding: 0;
    }
    .sub__content_cols_4 .sub__col {
        width: 100%;
    }
    .sub__content_cols_3 .sub__col {
        width: 100%;
    }

    .sub-menu {
        padding-top: 0;
        margin-top: 0;
        border-top: none;
    }
    .sub-menu__link {
        display: block;
        padding: 15px 15px 15px 30px;
        border-bottom: 1px solid #d7d7d7;
    }
    .sub-menu__items .sub-menu__link {
        padding: 0 15px 0 30px;
        border-bottom: none;
    }
    .sub-menu__items {
        display: none;
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 13px;
    }

    .main__row {
        height: 300px;
    }
    .main__banners {
        right: 0;
    }
    .main__banner {
        display: none;
    }

    .banners__btn {
        display: none !important;
    }

    .caption {
        width: 100%;
        padding-right: 0;
    }
    .caption + .field {
        margin-left: 0;
        padding-left: 0;
        margin-top: 5px;
    }

}

/* template end */

/* blocks start */

@media screen and (max-width: 1023px) {

    .blocks_main .blocks__cover {
        left: 350px;
    }
    .blocks_main .blocks__item:nth-child(even) .blocks__cover {
        right: 350px;
    }
    .blocks_main .blocks__content {
        width: 350px;
    }
    .blocks__content {
        font-size: 20px;
    }
    .blocks__title {
        font-size: 28px;
    }
    .blocks__title small {
        font-size: 20px;
    }
    .blocks__item:before {
        width: 60%;
    }
    .blocks__item:hover:before {
        width: 70%;
    }
    .blocks__item:after {
        left: 60%;
    }
    .blocks__item:hover:after {
        left: 70%;
    }
    .blocks__item:nth-child(even):after {
        left: auto;
        right: 60%;
    }
    .blocks__item:nth-child(even):hover:after {
        right: 70%;
    }

}

@media screen and (max-width: 767px) {

    .blocks__item {
        min-height: 0;
        border-bottom: none;
    }
    .blocks__item:before {
        display: none;
    }
    .blocks__item:after {
        display: none;
    }
    .blocks__cover,
    .blocks_main .blocks__cover {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        height: 100px;
        margin-bottom: 15px;
    }
    .blocks_main .blocks__content,
    .blocks__content {
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        min-height: 0;
        padding: 0;
        margin: 0;
    }
    .blocks_main .blocks__item:nth-child(even) .blocks__content,
    .blocks__item:nth-child(even) .blocks__content {
        padding: 0;
        margin: 0;
    }
    .blocks__title {
        text-align: center;
    }
    .blocks__item:nth-child(even) .blocks__title {
        text-align: center;
    }

}

/* blocks end */

/* advantages start */

@media screen and (max-width: 1599px) {

    .advantages__container {
        margin: 0 40px;
    }

}

@media screen and (max-width: 767px) {

    .advantages__container {
        margin: 0;
    }
    .advantages__container:before {
        -o-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }
    .advantages__content {
        padding: 0 30px 50px;
    }
    .advantages__content ul {
        padding: 0;
    }

}

/* advantages end */

/* callback form start */

@media screen and (max-width: 1279px) {

    .callback-form {
        margin: 30px 0 40px;
        padding: 0 20px;
    }
    .callback-form__container {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
    }

}

@media screen and (max-width: 767px) {

    .callback-form {
        padding: 0;
    }
    .callback-form__container:before {
        -o-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }
    .callback-form__container:after {
        left: 10px;
        right: 10px;
        -o-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }
    .callback-form__content {
        max-width: 500px;
        margin: 0 auto;
        padding: 20px 30px;
    }
    .callback-form__col {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }
    .callback-form__col:first-child {
        margin-top: 0;
    }

}

/* callback form end */

/* fabric start */

@media screen and (max-width: 767px) {

    .fabric__cover {
        right: -1px;
        bottom: auto;
        width: auto;
        height: 200px;
    }
    .fabric__content {
        padding: 20px;
    }
    .fabric__cover + .fabric__content {
        padding-left: 20px;
        padding-top: 230px;
    }

}

/* fabric end */

/* contacts start */

@media screen and (max-width: 1023px) {

    .contacts__col {
        padding-right: 20px;
    }
    .contacts__col + .contacts__col {
        padding-right: 0;
        padding-left: 20px;
    }

}

@media screen and (max-width: 767px) {

    .contacts__col {
        width: 100%;
        padding: 0;
        border: none;
    }
    .contacts__col + .contacts__col {
        padding: 0;
        margin-top: 20px;
        border: none;
    }

}

/* contacts end */

/* gallery slider start */

@media screen and (max-width: 1650px) {

    .gallery-slider {
        padding: 0 40px;
    }
    .gallery-slider__btn_prev {
        left: 0;
    }
    .gallery-slider__btn_next {
        right: 0;
    }

}

@media screen and (max-width: 1279px) {

    .gallery-slider__item {
        width: 33.3333%;
    }

}

@media screen and (max-width: 1023px) {

    .gallery-slider__item {
        width: 50%;
    }

}

@media screen and (max-width: 639px) {

    .gallery-slider {
        padding: 0;
    }
    .gallery-slider__item {
        width: 100%;
        font-size: 16px;
    }
    .gallery-slider__btn {
        display: none;
    }

}

/* gallery slider end */

/* print calc start */

@media screen and (max-width: 1279px) {

    .print-calc {
        padding: 0 50px 0 30px;
    }
    .print-calc__holder:before {
        display: none;
    }
    .print-calc__col {
        padding-right: 15px;
    }

    .result:before {
        display: none;
    }
}

@media screen and (max-width: 1023px) {

    .print-calc__col {
        width: 50%;
        margin-top: 10px;
    }
    .print-calc__col:nth-child(-n+2) {
        margin-top: 0;
    }
    .print-calc .label {
        margin-bottom: 5px;
    }

}

@media screen and (max-width: 767px) {

    .print-calc {
        padding: 0;
        margin-top: 60px;
    }
    .print-calc__col {
        width: 100%;
        padding-right: 0;
    }
    .print-calc__col:first-child {
        margin-top: 0;
    }
    .print-calc__container:before {
        /* -o-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg); */
        left: -65px;
        width: 111%;
    }
    .print-calc__btn {
        position: static;
        margin-top: 15px;
    }
    .print-calc__form {
        padding: 0 20px;
        display: flex;
        flex-direction: column;
    }
    .result {
        order: 1;
    }
    .print-calc__btn {
        font-size: 16px;
        order: 2;
        margin: 16px 0 30px; 
        text-transform: capitalize;
    }
    .print-calc__form .row {
        order: 3;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
     .print-calc__form .row:before {
        display: none;
     }
    .print-calc__notes {
        order: 4;
        margin: 20px 0 0;
    }
    .result__price {
        margin: 0;
    }
    .print-calc__col {
        flex: 0 0 calc(50% - 20px);
        margin: 0 !important;
    }

    .print-calc__result {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin-top: 15px;
    }
    .print-calc__content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .result {
        height: auto;
    }
    .result__content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .result__container:after {
        /* -o-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg); */
    }
}
@media screen and (max-width: 480px) {
    .print-calc__form {
        padding: 0 10px;
    }
    .print-calc__content {
        padding-right: 0px;
    }
    .result__container {
        width: 100%;
    }
    .print-calc__btn {
        height: 40px;
        margin: -20px 0 30px;
    }
    .section {
        padding: 0;
    }
    .print-calc__container:before {
        top: -50px;
    }
    .print-calc {
        margin-top: 80px;
    }
    .result {
        top: -43px;
    }
    .print-calc__result {
        margin-top: 16px;
    }
    .result__container:after {
        transform: skewX(10deg);
    }
    .print-calc__container:before {
        transform: skewX(10deg);
        left: -35px;
        width: 106%;
    }
 
}

/* print calc end */

/* authorize start */

@media screen and (max-width: 1279px) {

    .authorize {
        padding: 0 50px 0 30px;
    }
    .authorize__holder:before {
        display: none;
    }
    .authorize__col {
        padding-right: 15px;
    }

}

@media screen and (max-width: 767px) {

    .authorize {
        padding: 0;
        margin-top: 60px;
    }
    .authorize__col {
        width: 100%;
        padding-right: 0;
        margin-top: 10px;
    }
    .authorize__col:first-child {
        margin-top: 0;
    }
    .authorize__col_btn {
        padding-top: 5px;
    }
    .authorize__container:before {
        -o-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }
    .authorize__content {
        padding-left: 20px;
        padding-right: 20px;
    }

}

/* authorize end */

/* filter start */

@media screen and (max-width: 1279px) {

    .filter {
        padding: 0 50px 0 30px;
    }
    .filter__holder:before {
        display: none;
    }
    .filter__content {
        padding-bottom: 25px;
    }
    .filter__form {
        padding-right: 0;
    }
    .filter__result {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 50%;
        max-width: 500px;
        margin: 0 0 0 auto;
    }
    .filter__result:before {
        display: none;
    }

}

@media screen and (max-width: 1023px) {

    .filter__col {
        width: 50%;
        margin-top: 10px;
    }
    .filter__col:nth-child(-n+2) {
        margin-top: 0;
    }
    .filter__col:last-child {
        width: 100%;
    }
    .filter .label {
        margin-bottom: 5px;
    }
    .filter__btn {
        display: inline-block;
        width: auto;
        margin-top: 10px;
    }

}

@media screen and (max-width: 767px) {

    .filter {
        padding: 0;
        margin-top: 60px;
    }
    .filter__content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .filter__col {
        width: 100%;
        padding-right: 0;
    }
    .filter__col:nth-child(-n+2) {
        margin-top: 10px;
    }
    .filter__col:first-child {
        margin-top: 0;
    }
    .filter__container:before {
        -o-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }
    .filter__result {
        width: 100%;
        max-width: none;
    }

}

/* filter end */

/* products start */

@media screen and (max-width: 1023px) {

    .products__content {
        padding: 15px 315px 15px 15px;
        margin-right: -300px;
    }
    .products__picture + .products__content {
        padding-left: 215px;
    }
    .products__store {
        width: 300px;
    }
    .products__col_basket {
        padding: 0 15px 0 75px;
    }
    .products__col_basket .price {
        font-size: 30px;
    }
    .products__col_basket .price_old {
        font-size: 16px;
    }
    .products__col_basket .price__from {
        font-size: 16px;
    }
    .products__title {
        font-size: 16px;
    }

}

@media screen and (max-width: 767px) {

    .products__item {
        padding: 15px;
    }
    .products__picture {
        width: 300px;
        height: 240px;
        max-width: 100%;
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        margin: 0 auto 20px;
    }
    .products__content {
        padding: 0;
        margin-right: 0;
        text-align: center;
    }
    .products__picture + .products__content {
        padding-left: 0;
    }
    .products__store {
        width: 100%;
        margin-top: 20px;
    }
    .products__col:before {
        display: none;
    }
    .products__col_quantity {
        display: none;
    }
    .products__col_basket {
        margin-left: 0;
        padding: 0;
    }

}

/* products end */

/* product detail start */

@media screen and (max-width: 767px) {

    .product-detail__title {
        padding-right: 0;
    }

    .props {
        padding: 0;
        margin-top: 60px;
    }
    .props__content {
        padding: 0 10px 10px;
    }
    .props__container:before {
        -o-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }
    .props__result {
        position: static;
        width: 100%;
        max-width: none;
        text-align: center;
    }
    .product-detail__btn {
        position: static;
        display: block;
        width: 100%;
    }

}

/* product detail end */

/* basket start */

@media screen and (max-width: 1279px) {

    .basket__col {
        padding: 15px;
    }
    .basket__row_header .basket__col {
        padding: 10px 15px;
        font-size: 14px;
    }
    .basket__title {
        font-size: 16px;
    }
    .basket__price {
        font-size: 18px;
    }
    .basket__sum {
        font-size: 18px;
    }
    .basket__discount {
        font-size: 16px;
    }

}

@media screen and (max-width: 1023px) {

    .basket__cover {
        display: none;
    }
    .basket__cover + .basket__description {
        margin-left: 0;
        padding-left: 0;
    }
    .basket__row .basket__col:last-child {
        width: 50px;
    }

}

@media screen and (max-width: 767px) {

    .basket__items {
        display: block;
    }
    .basket__row {
        display: block;
        border: 1px solid #d4d4d4;
        margin-bottom: 15px;
        text-align: center;
        padding: 20px;
    }
    .basket__row_header {
        display: none;
    }
    .basket__col {
        padding: 10px 5px 0;
        display: inline-block;
        vertical-align: middle;
        border: none;
        text-align: center;
    }
    .basket__row .basket__col:first-child {
        border-left: none;
        display: block;
        text-align: center;
    }
    .basket__col_remove {
        width: 50px;
        height: 50px;
        border: none !important;
    }
    .basket__price,
    .basket__discount {
        display: none;
    }

}

/* basket end */

/* order start */

@media screen and (max-width: 1023px) {

    .order__right {
        width: 100%;
        padding-left: 0;
    }
    .order__left {
        width: 100%;
        padding-right: 0;
    }
    .order__left_border {
        border: none;
    }
    .order__auth {
        display: block;
        float: right;
        margin-top: 5px;
    }

}

@media screen and (max-width: 767px) {

    .order__basket,
    .order__auth {
        display: block;
        float: none;
        margin-top: 5px;
    }

}

/* order end */



/*new style emsavina*/
@media screen and (max-width: 1200px) {

/*menu*/
/*cont logo, hamburger,  menu, loop*/
    .header__content {
        height: auto;
    }
    .header__content .container_wide {
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: initial;
    }
    .header__content .header__logo,
    .header__content .header__toggle,
    .header__content .header__menu,
    .header__content .header__controls {
        position: relative;
        float: none;
        margin: 0;
        padding: 0;
        left: auto;
        right: auto;
    }
    .header__content .top-menu__item {
        padding: 0;
        line-height: normal;
        text-align: center;
        white-space: normal;
    }
    .header__content .top-menu {
        display: flex;
        width: 658px;
        align-items: center;
        justify-content: space-between;
        flex-flow: wrap;
    }
    /*slider*/
    .banners__picture {
        height: 376px;
    }

    /*table*/
    .product-detail__title {
        padding: 0;
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }
    .product-anons {
        padding-left: 400px; 
    }
    .product-anons__photo-slider {
        position: relative;
    }
    .product-anons {
        height: auto;
    }
    .product-anons__content {
        padding-bottom: 0;
    }

    /*table*/
    .product-detail__table {
        padding-bottom: 20px;
    }
    .control_light {
        font-size: 14px;
    }
    .container .product-detail__btn {
        position: static;
        display: block;
        margin: auto;
        margin-right: 0;
        margin-top: 10px;
    }
    input:-internal-autofill-selected {
        border-radius: 30px;
        background: #fff;
        height: 38px;sss
        margin-top: -3px;
    }

}

@media screen and (max-width: 1024px) {
    /*cont logo, hamburger,  menu, loop*/
    .header__content .container_wide {
        justify-content: initial;
    }
    .header__content .header__controls {
        position: absolute;
        right: 0;
    }

    /*table*/

}

@media screen and (max-width: 960px) {
    .products__picture + .products__content {
        padding-left: 200px;
    }
    .products__col_basket {
        padding: 0;
        margin-left: 100px;
    }
    .products__col_quantity {
        display: none;
    }
    .products__content {
        padding: 15px 200px 15px 15px;  
    }
    a.products__title {
        font-size: 14px;
    }
    .products__description {
        text-align: justify;
        font-size: 14px;
    }
    .products__store {
        width: 200px;
    }
    /*table*/
    .detail-page-container {
        padding: 0px;
    }
    .product-anons {
        padding: 0;
    }
    .product-anons__image-cont {
        position: relative;
        display: block;
        margin: 0 auto;
    }
    .product-anons__text {
        margin: 10px 0;
    }
    .product-table tbody .product-table__th {
        font-size: 14px;
    }
    .product-line__name {
        font-size: 14px;
        padding: 10px 0;
    }
    .product-table__td {
        padding: 0 10px;
        font-size: 14px;
    }

    .product-line {
        display: flex;
        align-items: center;
        padding: 0;
    }
    .product-line__box {
        position: static;
        height: 20px;
    }
    .product-table__td .product-line__name {
        padding-left: 12px;
    }
    #product-price {
        text-align: center;
    }
    .product-table_acc .product-table__td {
        text-align: left;
    }

}

@media screen and (max-width: 768px) {
    .header__toggle-text {

    }
    .header__content .container_wide {
        display: block;
        height: auto;
    }
    .header__content .header__logo,
    .header__content .header__toggle,
    .header__content .header__controls {
        display: block;
        position: relative;
    }
    .header__content .header__toggle {
        position: absolute;
        width: 50px;
        right: 20px;
        top: 16px;
    }
    .search {
        position: relative;
        right: 0;
    }
    .search__control {
        font-size: 12px;
    }
    .search__btn:before {
        width: 18px;
        height: 18px;
        background-size: cover;
        top: 61%;
        left: 74%;
    }
    .header__toggle-text {
        display: none;
    }
    .header__controls {
        height: auto;
    }
    .search {
        height: 40px;
    }
    .header__content .header__controls {
        margin: 14px 0 0;
    }
    .search__form {
        padding: 3px 0;
    }
    .search__btn {
        width: 40px;
        height: 40px;
        right: 6px;
    }


    /**/
    .filter-categories {
        margin-bottom: 0px;
    }
    .filter-categories__btn-container {
        display: block;
    }
    .filter-categories__btn {
        display: inline-block;
        margin-bottom: 10px;
    }

    .blocks__cover {
        display: none;
    }
    .blocks__title {
        font-size: 18px;
    }

    .blocks__content ul {
        margin: 0;
    }
    .blocks__content ul li a {
        font-size: 14px;
    }

    .products__item .products__picture {
        background-size: contain;
        margin-bottom: 0;
    }
    .products__picture + .products__content {
        padding: 0;
    }
    .products__col_basket {
        margin: 0;
    }
    .products__store {
        width: 100%;
        display: block;
    }

    /*table*/

    .product-table tbody .product-table__th {
        font-size: 12px;
    }
    /* .result__price {
        text-align: center;
    } */
    .products .products__item .products__content {
        padding: 0;
    }
    .product-anons__image {
        max-height: 100%;
    }
    .container, .container_wide {
        padding-left: 4px;
        padding-right: 4px;
    }
    .product-detail__title {
        font-size: 20px  !important;
    }
    .product-anons__text {
        font-size: 14px;
        line-height: normal;
    }
    select.control {
        padding: 0 0 0 4px;
        font-size: 14px;
    }
    .product-line_simple .product-line__name {
        padding: 4px 0;
    }
    .form-section__point-checkbox {
        width: 36px;
    }
}

@media screen and (max-width: 480px) { 
    .filter-categories__btn {
        display: block;
        width: 100%;
    }
    .breadcrumbs__item {
        font-size: 14px;
    }
    .breadcrumbs__item:after {
        padding: 0 2px;
    }

    /*table*/
    .product-detail__table {
        /*min-width: 80px;*/
    }
    .product-line__name {
        line-height: normal;
    }
    select.control {
        font-size: 12px;
        padding: 0;
    }
    .quantity-control {
        padding: 0 16px;
    }
    .quantity-control__button {
        width: 16px;
    }
    .quantity-control__value {
        width: 36px !important;
    }
    .control {
        padding: 5px 8px;
    }
    .quantity-control__button, .product-table__td .control {
        font-size: 12px;
    }
    #product-price {
        font-size: 10px;
    }
    .product-table__td_img {
        padding: 0;
        min-width: 70px;
        width: auto;
    }
    .product-table__td {
        padding: 0 4px;
        font-size: 12px;
    }
    .product-table__td .product-line__name {
        padding-left: 6px;
        font-size: 12px;
    }

    /**/
    .service__list-item {
        display: block;
        gap: 10px;
        padding: 20px;
        width: 100%;
    }
    .service__item-img-container {
        margin: 0 auto;
    }
    .service__list-item .service__item-title {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .service__list-item:not(:last-child) {
        margin-right: 0;
    }
    .service__item-img-container img {
        margin: 0 auto !important;
    }
    .price {
        font-size: 24px;
    }
    .detail-section-title {
        font-size: 22px;
    }
    .product-anons__image-cont {
        width: 100%;
    }

}