@media screen and (max-width: 1219px) {
    .checkout-mrr {
        margin-left: 25px;
    }
    .header-top__box .header-right {
        width: 60%;
        justify-content: end;
    }
    .header-top__box .header-right .search-wrapper {
        margin-right: 14%;
        max-width: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .logo {
        max-width: 330px;
    }
    .banners-box_vertical .banner:not(:last-child) {
        margin-bottom: 9px;
    }
    .single-product__img-slider .owl-nav .owl-prev {
        left: 0;
    }
    .single-product__img-slider .owl-nav .owl-next {
        right: 0;
    }
    .footer__links-box {
        padding-left: 0;
    }
    .single-product__info {
        padding-left: 50px;
    }
    .newBlockPrice {
        justify-content: space-between;
        padding: 20px;
    }
    .newBlockPrice_content__right {
        flex-direction: column-reverse;
        align-items: end;
    }
    .newBlockPrice .btn-wishlist {
        margin: 10px 0 0 0;
    }
    .single-product__info #block_price {
        font-size: 26px;
    }
    .header-top__box .header-right .search-wrapper {
        margin-right: 80px;
    }
    .related__slider .owl-nav button.owl-prev {
        left: 0;
        color: var(--main-color);
    }
    .related__slider .owl-nav button.owl-next {
        right: 0;
        color: var(--main-color);
    }
    .product-slider .owl-nav button.owl-prev {
        left: 0;
        color: var(--main-color);
    }
    .product-slider .owl-nav button.owl-next {
        right: 0;
        color: var(--main-color);
    }
    .block_dopInfa {
        grid-template-columns: repeat(2, 1fr);
        margin: 60px auto 20px auto;
    }
    .block_delivery {
        flex-direction: column;
    }
    .block_delivery .block_delivery__info {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .block_delivery .block_delivery__info {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .single-product__photos {
        flex-direction: column;
        max-width: 500px;
    }
    .jshop_img_description #list_product_image_thumb {
        height: unset;
    }
}

@media screen and (min-width: 992px) {
    .header-top__bottom-container {
        padding: 17px 0px;
    }
    .main-page .catalog-list-wrapper {
        display: block;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        z-index: 3;
    }
    .catalog-list__item:hover .catalog-link {
        color: var(--main-color);
    }
    .catalog-list__item:hover .catalog-link i {
        -webkit-animation: trembling .2s alternate infinite linear;
        animation: trembling .2s alternate infinite linear;
    }
    .catalog-list__item:hover .catalog-link:after {
        right: 8px;
    }
    .catalog-wrapper:hover .catalog-list-wrapper {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        z-index: 2;
    }
}

@media screen and (max-width: 991px) {
    .catalog-list .catalog-list__item{position: relative;}
    .catalog-list .catalog-link{position: unset;width: max-content;}
    .burger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #nevigenOneStepCheckout .checkout__fields-box {
        margin-bottom: 10px;
    }
    .checkout-steps {
        display: block;
    }
    .checkout-steps__right {
        padding-left: 0;
    }
    .checkout-step__item_fixed {
        position: static;
        max-width: unset;
    }
    .checkout-step__item_fixed.fixed,
    .checkout-step__item_fixed.bottom {
        position: static;
    }
    .header-bottom__content {
        /* padding: 4px 0; */
        position: relative;
    }
    .catalog-list-wrapper {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        opacity: 1;
    }
    .catalog-list-wrapper.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .catalog-wrapper {
        padding: 0;
    }
    .nav-wrapper {
        position: fixed;
        top: 0;
        right: -260px;
        width: 260px;
        height: 100%;
        background: #000;
        z-index: 2100;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .nav-wrapper.active {
        right: 0;
    }
    .nav {
        display: block;
        padding: 50px 5px 10px;
    }
    .nav-close {
        display: block;
    }
    .nav li {
        text-align: left;
    }
    .nav li.current:after {
        width: 40%;
        left: 30%;
    }
    .nav a {
        padding: 25px 25px 10px;
    }
    .search-wrapper,
    .cart-wrapper {
        padding: 0px 10px;
    }
    .search-wrapper {
        max-width: 100%;
    }
    .catalog-list-wrapper {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 10;
        display: block;
    }
    .catalog-title {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 10;
    }
    .catalog-list {
        padding: 60px 0px 15px;
        min-height: 100%;
        overflow-y: scroll;
        height: 100%;
    }
    .sublist {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: fixed;
        padding-top: 60px;
        right: 0;
        bottom: 0;
        background: #ffffff;
        min-width: auto;
    }
    .sublist .close {
        display: block;
    }
    .first-content {
        margin: auto;
        max-width: 100%;
    }
    .side-box+.production-catalog-section {
        padding-left: 0;
    }
    .inner-wrapper {
        display: block;
    }
    .sidebar-btn {
        display: inline-block;
    }
    .side-box {
        padding: 0;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 5;
        -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
        transform: translateX(-101%);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }
    .side-box.shown {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .side-box .close {
        display: block;
        cursor: pointer;
    }
    .sidebar {
        min-height: 100%;
        padding-top: 40px;
    }
    .filters__content {
        padding-top: 15px;
    }
    .sort-box {
        padding: 10px 0;
    }
    .product_min {
        padding: 0px 10px;
    }
    .products-content .wrapper {
        padding: 0 10px;
    }
    .products {
        margin: 0px -10px;
    }
    #comjshop_list_product .wrapper {
        padding: 0px;
    }
    .product-list-wrapper {
        padding: 10px 0;
    }
    .wrapper_inner {
        display: block;
        padding: 0;
    }
    .inner-content {
        padding: 10px 0;
    }
    .banners-box_vertical .banner:not(:last-child) {
        margin-bottom: 6px;
    }
    .product-name {
        font-size: 0.9rem;
    }
    .cards {
        margin: 0px -5px;
    }
    .card-description {
        padding: 10px;
        font-size: 12px;
        line-height: 14px;
    }
    .card {
        padding: 5px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .single-product__photos {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .single-product__info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
    .product-image__zoom,
    .single-product__img-zoom,
    .single-product__img-zoom {
        opacity: 1;
        top: auto;
        left: auto;
        right: 0;
        bottom: 0;
    }
    .pagination {
        padding: 10px 0;
    }
    .pagination-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .pagination-list li {
        margin-bottom: 2px;
    }
    .order-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }
    .cartwishlist__to-cart {
        white-space: nowrap;
        font-size: 11px;
        padding: 5px;
    }
    .footer-bottom__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .copyrights {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 30px;
    }
    .link-box {
        padding: 0 25px;
    }
    .footer__links-box .link-box:last-child {
        padding: 0 0 0 25px;
    }
    .footer-bottom__left {
        flex-direction: column;
        align-items: center;
    }
    .footer__social {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .header-bottom {
        background: none;
    }
    .search-query {
        height: 45px;
    }
    .catalog {
        justify-content: center;
        border-radius: 8px;
    }
    .header-bottom__content .block {
        display: flex;
        width: 100%;
    }
    .header-top__bottom-container {
        padding: 15px 0;
    }
    .single-product-section {
        padding: 20px 0 0px 0;
    }
    .btn_var-3 {
        width: 150px;
    }
    footer {
        margin-top: 100px;
    }
    .basket__prod-counter,
    .wishlist_view .externbootstrap_text {
        color: #2C2F35;
    }
    .nav-wrapper .nav li:hover a {
        color: var(--main-color)!important;
    }
}

@media screen and (max-width: 860px) {
    .banners-box_vertical .banner:not(:last-child) {
        margin-bottom: 4px;
    }
}

@media screen and (max-width: 767px) {
    .footer {
        margin-top: 60px;
    }
    .minicart thead {
        display: none;
    }
    .minicart .jshop_prod_cart {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: 1px solid #ededed;
    }
    .minicart .jshop_prod_cart td {
        border: none;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        font-size: 12px;
        line-height: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .minicart .jshop_prod_cart .quantity-td {
        width: 20%;
    }
    .minicart .jshop_prod_cart .jshop_img_description_center {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        font-weight: 600;
        font-size: .9rem;
    }
    .minicart .jshop_prod_cart .card-del-btn {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 30px;
    }
    .uk-panel-box {
        padding: 5px;
    }
    .checkout__price-name {
        display: inline-block;
        font-weight: 600;
    }
    .order-finish__table dd {
        margin-bottom: 5px;
        padding: 4px 0;
    }
    .page404__img {
        max-width: 290px;
    }
    .page404__text_big {
        font-size: 36px;
        line-height: 38px;
    }
    .header-top-btn_checkout,
    .header-top-btn_login-btn,
    .account-name {
        display: none;
    }
    .header__logo {
        max-width: 240px;
    }
    .account-btn {
        padding: 10px 20px 10px 10px;
    }
    .account-context__item {
        padding: 8px 10px;
    }
    .cart-counter {
        display: none;
    }
    .cart-prod {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 24px;
        height: 24px;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        background: var(--main-color);
        font-size: 12px;
        padding-top: 2px;
        padding-left: 1px;
    }
    .cart-prod .color-3 {
        color: #fff;
        font-weight: 600;
    }
    .cart-prod__text {
        display: none;
    }
    .first {
        padding: 30px 0 30px 0;
    }
    .banners {
        margin: 0 -1px;
    }
    .banner {
        padding: 10px 1px;
    }
    .banners-box .banner {
        padding: 1px;
    }
    .banners-box_vertical .banner:not(:last-child) {
        margin-bottom: 16px;
    }
    .section-new-prod {
        margin-bottom: 30px;
    }
    .products {
        margin: 0px -5px;
    }
    .product {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0px 5px;
    }
    .search-results .product_min {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .product-name {
        font-size: 1.05rem;
    }
    .products-border-box {
        border: none;
    }
    .card__content {
        padding: 5px;
    }
    .card-description {
        display: none;
    }
    .card__img-link:after {
        display: none;
    }
    .card__img-link:before {
        display: none;
    }
    /* .single-product__wrapper {
        margin: 0px -10px;
    } */
    .single-product__review-row {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .single-product__review-row_textarea {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .single-product__review-row_textarea .inputbox {
        height: 60px;
    }
    .single-product__buttons .button_buy {
        background: var(--main-color);
        font-size: 0.95rem;
    }
    .single-product__count {
        height: 34px;
    }
    .order-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .cartwishlist__table-head {
        font-size: 11px;
    }
    .cartwishlist td {
        font-size: 12px;
    }
    .footer-bottom__wrapper {
        display: block;
    }
    .executors {
        margin-top: 30px;
        display: block;
        text-align: center;
    }
    footer .link-box:nth-child(2) {
        border: none;
    }
    .footer__wrapper {
        flex-direction: column;
    }
    .link-box {
        padding: 0 10px 0 0;
        width: 140px;
    }
    .link-box__title {
        margin-bottom: 20px;
    }
    .footer__links-box .link-box:last-child {
        padding: 0;
    }
    footer .link-box__link {
        padding: 5px 0;
    }
    footer .link-box__link:first-child {
        padding: 0 0 5px 0;
    }
    footer .link-box__link:last-child {
        padding: 5px 0 0 0;
    }
    .footer__links-box {
        padding: 45px 75px;
        width: 100%;
        justify-content: space-between;
    }
    .footer__contacts {
        padding-top: 45px;
        padding-bottom: 45px;
        padding-left: 65px;
        width: 100%;
    }
    .footer-bottom__left {
        width: 100%;
    }
    .executors {
        width: 100%;
        margin-top: 0;
    }
    .footer-bottom .executors .executors-text a {
        padding: 0;
    }
    .footer-bottom .executors .executors-text {
        padding-top: 12px;
    }
    .footer-bottom .executors .executors-text:last-child {
        border-top: 1px solid #FFA766;
        margin-top: 31px;
        padding-top: 17px;
    }
    .bannersHome {
        flex-direction: column;
    }
    .bannersHome .item {
        max-width: 100%;
        justify-content: space-around;
        margin-top: 3px;
    }
    .bannersHome .item span {
        margin-left: 41px;
    }
    .main-slider {
        padding-bottom: 15px;
    }
    section.categories-section {
        margin-bottom: 100px;
    }
    .single-product-section {
        padding: 0;
    }
    .single-product .product-content {
        flex-direction: column;
    }
    .single-product__info,
    .single-product__photos {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .newBlockPrice {
        border: none;
        margin-bottom: 14px;
        margin-top: 10px;
    }
    .newBlockPrice_content__right {
        flex-direction: row;
        align-items: start;
    }
    .newBlockPrice .btn-wishlist {
        margin: 0 38px 26px 0;
    }
    .single-product__info {
        padding-left: 0;
    }
    .jshop_img_description {
        display: none;
    }
    #product_about {
        display: none;
    }
    .productfull .single-product__info .extra_fields {
        border-bottom: 1px solid #E2E2E2;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .single-product__title {
        display: none;
    }
    .single-product__title___mobile {
        display: block;
        margin-bottom: 5px;
        font-weight: 700;
    }
    .single-product__title-box {
        padding-top: 20px;
    }
    .jshop_list_product .list_related .jshop_related {
        margin-bottom: 0;
    }
    .product-oiproduct__deliv-time {
        display: none;
    }
    div.jshop_prod_description {
        padding-top: 0;
    }
    footer .contacts-title {
        display: none;
    }
    footer {
        margin-top: 80px;
    }
    .category-slider__slide a span {
        font-size: 11px;
    }
    .category-slider.owl-carousel .owl-stage {
        width: max-content!important;
    }
    .block_delivery .block_delivery__info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .block_dopInfa {
        margin: 30px auto 20px auto;
    }
    .block_delivery {
        margin-bottom: 30px;
    }
    .payment-data{margin-bottom: 10px;}
    .paimant-info{margin-top: 0px;}
    .page_dostavke_oplata__container h3{padding: 0;margin-top: -25px;font-size: 16px;}
}

@media screen and (max-width: 700px) {
    .banners-box_vertical .banner:not(:last-child) {
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 630px) {
    .banners-box_vertical .banner:not(:last-child) {
        margin-bottom: 12px;
    }
    .footer__links-box {
        flex-direction: column;
    }
    .link-box {
        padding: 0;
        margin-bottom: 20px;
    }
    .link-box:last-child {
        margin-bottom: 0;
    }
    .block_dopInfa {
        grid-template-columns: 1fr;
    }
    .block_dopInfa .item {
        max-width: 100%;
        width: 100%;
    }
    .payment-data-items button {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.3;
        padding: 6px;
        height: 40px;
    }
    .payment-data-items input {
        font-size: 14px;
        height: 40px;
        padding: 5px;
    }
    .payment-data-title {
        font-size: 16px;
    }
}

@media screen and (max-width: 567px) {
    .single-product__info #block_price,
    h1 {
        font-size: 20px;
    }
    .checkout-section {
        padding: 10px 0;
    }
    .uk-form-icon {
        display: block;
        margin-bottom: 5px;
    }
    .login-checkout-btn {
        width: 100%;
    }
    .login-checkout-btn-text {
        display: inline-block;
    }
    .minicart .jshop_prod_cart .quantity-td {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .catalog-wrapper {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0;
    }
    .catalog i {
        margin-right: 10px;
        font-size: 1.3rem;
    }
    .sublist {
        display: block;
        height: auto;
        min-height: auto;
        overflow-y: scroll;
    }
    .breadcrumb {
        font-size: 10px;
        padding: 0 8px 0 18px;
        margin-bottom: 2px;
    }
    .breadcrumb:first-child {
        padding-left: 5px;
    }
    .banners-box_vertical .banner:not(:last-child) {
        margin-bottom: 10px;
    }
    .product-name {
        font-size: .95rem;
    }
    .product {
        padding: 0px 5px;
    }
    .product_min .product-image__box {
        width: 100%;
    }
    .search-results .product_min {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .product-oiproduct__btns .button_buy {
        max-width: 100%;
    }
    .sort {
        display: block;
    }
    .sort__item {
        padding: 4px 0;
    }
    .sort__count {
        padding: 4px 0;
        margin-left: 0;
    }
    .side-box {
        width: 100%;
    }
    .single-product__wrapper {
        margin: 0;
        display: block;
    }
    .single-product__photos,
    .single-product__info {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%;
        padding: 0px;
    }
    .single-product__review-row {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .form-box {
        padding: 30px 15px;
    }
    .pagelogin__row {
        display: block;
        margin: 0;
    }
    .pagelogin__row .pagelogin__control-group {
        padding: 15px 0;
    }
    .reset-fieldset .control-label {
        display: none;
    }
    .reset-fieldset .controls {
        width: 100%;
    }
    .reset-fieldset #jform_email {
        width: 100%;
        max-width: 450px;
    }
    .order-list__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .cartwishlist__table-head {
        display: none;
    }
    .cartwishlist .single_price {
        display: none;
    }
    .cartwishlist__to-cart-btn {
        display: none;
    }
    .cartwishlist__to-cart i {
        display: block;
    }
    table.cartwishlist td.remove_to_cart,
    table.cartwishlist td.remove {
        padding: 0px 8px;
    }
    .account {
        display: block;
    }
    .account__urls {
        padding: 10px 0;
    }
    .account__url:not(:last-child) {
        margin-bottom: 15px;
    }
    .page-nav__btn {
        font-size: 12px;
    }
    section.categories-section {
        margin-bottom: 80px;
    }
    .payment-data:last-child .payment-data-items input{text-transform: none;}
    .bingc-action-open-passive-form{padding: 10px;font-size: 10px;font-weight: 500;}
}

@media screen and (max-width: 480px) {
    .pays-list img {
        max-height: 30px;
        max-width: 50px;
    }
    .pays-list img:not(last-child) {
        margin-right: 10px;
    }
}

@media screen and (max-width: 470px) {
    .category-slider__slide a span {
        font-size: 11px;
    }
    .category-slider.owl-carousel .owl-stage {
        width: max-content!important;
    }
    .banners-box_vertical .banner:not(:last-child) {
        margin-bottom: 8px;
    }
    .card {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .section-new-prod .title-cat_product:after {
        width: 60px;
    }
    .header-bottom__content {
        flex-wrap: wrap;
    }
    .catalog-wrapper {
        width: 100%;
        margin-top: 12px;
    }
    .search-wrapper {
        padding-right: 0;
    }
    .cart-wrapper {
        padding: 0px 0 0 10px;
    }
    .logo.header__logo img {
        max-width: 100%;
    }
    .newBlockPrice {
        flex-direction: column;
    }
    .newBlockPrice_content__right {
        flex-direction: row;
        /* flex-direction: row-reverse; */
        /* align-items: end; */
        align-items: start;
        justify-content: space-between;
        width: 100%;
    }
    .newBlockPrice .btn-wishlist {
        margin: 10px 0 0 10px;
    }
    .newBlockPrice .newBlockPrice_content {
        /* display: flex; */
        /* justify-content: space-between; */
        width: 100%;
    }
    .newBlockPrice .prod_qty {
        font-weight: 700;
    }
    .newBlockPrice .btn-wishlist {
        min-width: 45px;
        min-height: 45px;
    }
    .single-product__buttons .button_buy {
        width: 100%;
        padding: 13px;
    }
    .newBlockPrice .prod_buttons {
        /* width: 100%; */
        margin-top: -30px;
    }
    .newBlockPrice .prod_buttons button{border-radius: 0;padding: 20px 13px;}
    .jshop .prod_qty_input input {
        height: max-content;
    }
    .newBlockPrice .prod-qty {
        height: fit-content;
    }
    .related {
        padding: 10px 0 0 0;
    }
    .single-product__review-item {
        padding: 20px;
    }
    .single-product__review-bottom {
        flex-direction: column;
        margin-top: 20px;
    }
    .single-product__review-btns {
        width: 100%;
        margin-top: 45px;
    }
    .single-product__review-btns .span9 .btn_var-2,
    .single-product__review-btns .span9 {
        width: 100%;
    }
    .burger {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 425px) {
    .block_delivery .block_delivery__info {
        grid-template-columns: 1fr;
    }
    .block_delivery .item {
        margin-right: 0;
        max-width: 100%;
        width: 100%;
    }
    .block_delivery {
        align-items: unset;
    }
    header .header-top__container .header-top__box{padding-bottom: 10px;}
    .product-oiproduct__btns{gap: 5px;}
}

@media screen and (max-width: 390px) {
    .page404__img {
        max-width: 200px;
    }
    .page404__text {
        font-size: 13px;
    }
    .page404__text_big {
        font-size: 22px;
        line-height: 25px;
    }
    .catalog-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .search.shown {
        z-index: 5;
        opacity: 1;
    }
    .banners-box_vertical .banner:not(:last-child) {
        margin-bottom: 20px;
    }
    .banners_var-2 {
        display: block;
    }
    .product-name {
        font-size: .9rem;
    }
    .single-product__review-items {
        padding: 5px;
    }
    .single-product__slide {
        border-width: 2px;
    }
    .pagination-list li {
        font-size: 12px;
    }
    .cartwishlist td {
        font-size: 11px;
    }
    .product-oiproduct__btns{gap: 10px;}
}

@media screen and (max-width: 374px) {
    .footer__contacts,
    .footer__links-box {
        padding: 45px 0;
    }
    .footer__links-box {
        align-items: center;
    }
    .header-top__contact {
        font-size: 14px;
    }
    .newBlockPrice .prod_buttons button{padding: 20px 5px;}
}


@media screen and (min-width: 1025px) {
    .swiper-backface-hidden .swiper-slide{height: auto!important;}
}