@media screen and (max-width: 1400px) {



}
@media screen and (max-width: 1366px) {

    .company-menu .item {
        margin: 0 8px;
    }
    .menu-aim__item .menu-aim__item-submenu {
        max-width: calc(100vw - 284px);
    }

    .big-container.big-container--with-menu .with-menu {
        width: calc(100% - 282px);
        margin-left: 282px;
    }



}

@media screen and (max-width: 1365px) {
    .news-items {
        grid-gap: 18px;
        gap: 18px;
    }
    .news-items__item-title {
        margin: 0 18px;
    }
    .news-items__item-title, .news-items__item-title p {
        font-size: 18px;
    }
    .news-items__item-date {
        margin: 0 18px 7px;
    }
    .news-items__item--more .news-items__item-title {
        margin-top: 18px;
    }
    .oplata-advantages__item-image {
        width: 100px;
        height: 100px;
    }
}


@media screen and (max-width: 1340px) {
    .product-card.product-card--mini {
        max-width: 33.3%;
    }
}

@media screen and (max-width: 1112px) and (min-width: 1025px){
    .product-card.product-card--mini {
        max-width: 50%;
    }
}
@media screen and (max-width: 1350px) {
    footer.container-footer>div {
        margin: 0 16px;
    }

}
@media screen and (max-width: 840px) {
    .product-card.product-card--mini {
        max-width: 50%;
    }
}



@media only screen and (max-width: 1024px) {
    .notification {
        margin-top: -15px;
        margin-bottom: 16px;
    }
    .notification__item {
        padding: 25px 15px 10px;
        margin-bottom: 0;
    }
    .notification__item {
        padding: 12px;
        margin-bottom: 0;
    }
    .flex-row aside {
        display: block;
    }

}


@media only screen and (max-width: 1023px) {

    .big-container.big-container--with-menu {
        margin: 0 auto;
    }
    .big-container {
        margin: 0 auto;
    }
    .big-container.big-container--with-menu .with-menu, .big-container .with-menu {
        width: 100%;
        margin-left: 0;
    }
    .promo-actions {
        display: none;
    }
    .promotions {
        height: auto;
    }
    .promotions {
        margin-bottom: 24px;
    }
    .promotions .pagination, .promotions .swiper-box {
        width: 100%;
    }
    .promotions .pagination .slider-item, .promotions .swiper-box .slider-item {
        height: 35vw;
    }
    .primary {
        display: none;
    }
    .secondary .menu--desktop, .secondary .user-actions__compare, .secondary .user-actions__profile {
        display: none;
    }
    .secondary .menu--mobile {
        display: flex;
    }
    .stretching {
        display: none;
    }
    .why-vegamart {
        flex-wrap: wrap;
        padding: 34px 10px;
        justify-content: center;
    }
    .why-vegamart .flex-column {
        width: 33.33%;
        border-right: none!important;
        margin: 15px 0;
    }
    #vegamart-widget {
        display: none;
    }
    .modal__mobile-menu .el-dialog {
        background: #fafafa;
    }
    .modal__mobile-menu .el-dialog .el-dialog__header {
        height: auto;
        display: flex;
        padding: 18px;
        border-bottom: none;
        align-items: center;
    }
    .modal__mobile-menu .el-dialog .el-dialog__header-title {
        margin: 0 0 0 11px;
        font-size: 24px;
    }
    .modal__mobile-menu .el-dialog .el-dialog__body {
        padding-bottom: 24px;
    }
    footer.container-footer .menus {
        flex-flow: wrap;
    }
    footer.container-footer .menus .menus__item:nth-child(5), footer.container-footer .separate .copyright {
        display: none;
    }
    .catalog.catalog--base .catalog__body .catalog__main-content-block {
        padding: 16px;
    }
    .catalog.catalog--base .catalog__filters {
        width: 0;
    }
    .catalog.catalog--base .catalog__breadcrumbs {
        padding: 16px;
        margin-bottom: 0;
    }
    .catalog.catalog--base .catalog__filters .filters__body .catalog__main-content-block, .catalog.catalog--base .catalog__filters .filters__body .shadow {
        box-shadow: none;
    }

    .catalog.catalog--base .catalog__filters {
        position: fixed;
        z-index: 10000;
        top: 0;
        right: -320px;
        width: 320px;
        max-width: calc(100vw - 50px);
        height: 100vh;
        display: block;
        overflow-y: auto;
        transition: .3s;
        background: #fff;
    }
    .catalog.catalog--base .catalog__filters .filters__body {
        padding-top: 50px;
        padding-bottom: 85px;
    }
    .catalog.catalog--base .catalog__breadcrumbs__clear-all, .catalog.catalog--base .catalog__breadcrumbs__product-count {
        display: none;
    }
    .catalog.catalog--base .catalog__filters .filters__categories {
        margin: 0;
        padding: 16px;
        border-bottom: 1px solid #e4e4e4;
    }
    .catalog.catalog--base .catalog__main-content {
        width: 100%;
    }
    .catalog.catalog--base .catalog__tool-bar .filters__sort .sort__items--mobile {
        display: block;
    }
    .catalog.catalog--base .catalog__tool-bar .filters__sort .sort__items, .catalog.catalog--base .catalog__tool-bar .filters__sort .sort__title {
        display: none;
    }
    .catalog.catalog--base .catalog__tool-bar .col {
        width: 100%;
        float: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }
    .catalog.catalog--base .catalog__toggle-filters {
        display: inline-block;
    }
    .scroll-disabled {
        overflow: hidden;
        height: 100%;
        position: relative;
    }
    .catalog.catalog--base .catalog__filters.opened {
        right: 0;
    }
    .catalog.catalog--base .catalog__filters {
        position: fixed;
        z-index: 10000;
        top: 0;
        right: -320px;
        width: 320px;
        max-width: calc(100vw - 50px);
        height: 100vh;
        display: block;
        overflow-y: auto;
        transition: .3s;
        background: #fff;
    }
    .catalog.catalog--base .catalog__filters .filters__header.opened {
        right: 0;
    }
    .catalog.catalog--base .catalog__filters .filters__header {
        height: 50px;
        padding: 0;
        border-bottom: 1px solid hsla(0,0%,80%,.34);
        display: block;
        background: #fff;
        position: fixed;
        width: 320px;
        z-index: 10;
        box-shadow: 0 2px 6px rgba(0,0,0,.25);
        right: -320px;
        max-width: calc(100vw - 50px);
        transition: .3s;
    }
    .catalog.catalog--base .catalog__filters .filters__base .base__header, .catalog.catalog--base .catalog__filters .filters__base .filter--price .price-slider .half span, .catalog.catalog--base .catalog__filters .filters__base .filter--price .price-slider .price-filter {
        display: none;
    }
    .range-slider {
        display: none;
    }
    .catalog.catalog--base .catalog__overlay {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        background: rgba(0,0,0,.54);
    }
    .catalog.catalog--base.mobile-view .catalog__overlay {
        display: block;
    }
    .catalog.catalog--base .catalog__filters .filters__footer {
        display: flex;
        position: fixed;
        height: 75px;
        background: #fff;
        bottom: 0;
        z-index: 10;
        width: 320px;
        max-width: calc(100vw - 50px);
        right: -320px;
        border-top: 1px solid hsla(0, 0%, 80%, .34);
        box-shadow: 0 0 4px rgba(0, 0, 0, .25);
        padding: 5px 25px 5px 15px;
        transition: .3s;
    }
    .catalog.catalog--base .catalog__filters .filters__header>div {
        display: flex;
        align-items: center;
    }
    .catalog.catalog--base .catalog__filters .filters__header button {
        height: 50px;
        width: 80px;
        margin: 0;
        display: block;
        font: 400 14px/16px $r;
        font: var(--subtitle-font);
        color: var(--blue);
        position: relative;
        z-index: 1;
    }
    .catalog.catalog--base .catalog__filters .filters__header button i {
        position: relative;
        width: 20px;
        height: 10px;
        margin: 0 5px 0 10px;
        display: inline-block;
    }
    .catalog.catalog--base .catalog__filters .filters__header button i:before {
        content: "";
        width: 100%;
        height: 1px;
        background: #3b6d9a;
        background: var(--blue);
        position: absolute;
        left: 0;
        top: 5px;
    }
    .catalog.catalog--base .catalog__filters .filters__header button i:after {
        content: "";
        border-left: 1px solid #3b6d9a;
        border-top: 1px solid #3b6d9a;
        border: 1px solid var(--blue);
        border-right: 1px solid transparent;
        border-bottom: 1px solid transparent;
        position: absolute;
        width: 5px;
        height: 5px;
        display: block;
        transform: rotate(-45deg);
        top: 50%;
        margin-top: -3px;
    }
    .catalog.catalog--base .catalog__filters .filters__header .title {
        width: 100%;
        position: absolute;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .catalog.catalog--base .catalog__filters .filters__footer.opened {
        right: 0;
    }
    .catalog.catalog--base .catalog__filters .filters__footer>div {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    .catalog.catalog--base .catalog__filters .filters__footer .reset-btn, .catalog.catalog--base .catalog__filters .filters__footer .submit-btn {
        width: 47%;
        margin: 0;
    }
    .catalog.catalog--base .catalog__filters .filters__footer .reset-btn, .catalog.catalog--base .catalog__filters .filters__footer .submit-btn {
        width: 47%;
        margin: 0;
    }
    .product .showcase__gallery {
        margin-bottom: 20px;
    }
    .breadcrumbs {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .product__header {
        align-items: flex-end;
    }
    .product__header .product__rating .el-rate {
        margin-right: 5px;
        padding-top: 1px;
    }
    .product__header .product__rating .el-rate {
        margin-right: 5px;
        padding-top: 1px;
    }
    .product__header .product__rating .el-rate__icon {
        font-size: 14px;
    }
    .product__body .el-tabs__header {
        padding: 0;
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        background: #3f4e5d;
        background: var(--header-bg-secondary);
        color: hsla(0,0%,100%,.54);
        border: none;
        z-index: 3;
        border-radius: 0;
    }
    .el-tabs__nav-wrap {
        height: 54px;
        overflow: hidden;
    }
    .product__body .el-tabs__nav-next, .product__body .el-tabs__nav-prev {
        background: #3f4e5d;
    }
    .el-tabs__nav-next, .el-tabs__nav-prev {
        display: none;
    }
    .el-tabs__nav-scroll {
        overflow-x: auto;
    }
    .product .showcase {
        padding: 16px 16px 0;
        border-radius: 10px;
    }
    .product .showcase__body>div {
        width: calc(50% - 12px);
    }
    .product .showcase__gallery {
        margin-bottom: 20px;
    }
    .product .showcase__gallery .items {
        height: auto;
    }
    .product .showcase .buy-block__base .normal {
        width: 100%;
        margin-bottom: 24px;
    }
    .product .showcase__gallery .zoom-container {
        right: calc(-100% - 24px);
    }
    .product__body .el-tabs__header {
        padding: 0;
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        background: #3f4e5d;
        background: var(--header-bg-secondary);
        color: hsla(0,0%,100%,.54);
        border: none;
        z-index: 3;
        border-radius: 0;
    }
    .el-tabs__nav-wrap {
        height: 54px;
        overflow: hidden;
    }
    .el-tabs__nav-scroll {
        overflow-x: auto;
    }
    .el-tabs__nav {
        transform: translateX(0)!important;
    }
    .product__body .el-tabs__item.is-active {
        color: #fff;
    }
    .product__body .el-tabs__item {
        top: 0;
        padding: 22px 16px 14px;
    }
    .product__body .el-tabs__active-bar {
        background: #fff;
    }
    .breadcrumbs {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .layout {
        padding-top: 70px;
    }
    .layout.product_page {
        padding-top: 120px;
    }
    header.header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }
    .news-items {
        grid-gap: 16px;
        gap: 16px;
    }
    .news__items {
        margin-bottom: 40px;
    }
}


/* End max 1023*/


@media (max-width: 1095px) and (min-width: 970px) {
    .rubric__body .product-card {
        width: calc(20% - 9px)!important;
    }
    .rubric__body .product-card:nth-child(5n) {
        margin-right: 0;
    }
}

@media (min-width: 1095px) {
    .rubric__body .product-card:nth-child(6n) {
        margin-right: 0;
    }
}


@media screen and (min-width: 1025px) {

    .account, .mobile-navigation, .overlay {
        display: none;
    }

    .popular-categories {
        display: none;
    }
    .catalog__toggle-filters {
        display: none;
    }
    .flex-row section {
        width: calc(100% - 280px);
    }
}


@media screen and (min-width: 720px) {

    .ctrs-main-price {
        margin-top: 5px;
    }


}



@media (max-width: 970px) and (min-width: 771px) {
    .rubric__body .product-card {
        width: calc(25% - 8px)!important;
    }
}
@media (max-width: 771px) and (min-width: 584px) {
    .rubric__body .product-card {
        width: calc(33.33333% - 7.6px)!important;
    }
}
@media screen and (min-width: 768px) {



    .ctrs-basket-item__products {
        min-height: 155px;
    }
    .ctrs-basket-product {
        padding-top: 23px;
        min-height: 70px;
    }
    .ctrs-basket-product__preview {
        width: 110px;
        height: 110px;
    }
    .ctrs-basket-product__name {
        font-size: 16px;
        line-height: 16px;
    }
    .ctrs-basket-product__code {
        line-height: 14px;
        font-size: 13px;
        margin-bottom: 18px;
    }
    .ctrs-basket-item__total-price {
        position: absolute;
        align-items: flex-start;
        width: 268px;
        right: 1px;
        margin-bottom: 0;
        top: 65px;
    }
    .ctrs-basket-item__delete {
        top: 18px;
    }



}
@media screen and (max-width: 800px) {
    .el-dialog__wrapper .el-dialog.el-dialog--small {
        width: 80%;
    }

    .mobile-menu__categories {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .el-dialog__wrapper .el-dialog.el-dialog--small {
        width: 80%;
    }
}
@media screen and (max-width: 768px) {
    .full-mobile .el-dialog .el-dialog__body {
        padding: 16px 16px 0;
    }
    .ctrs-basket-footer__new-price {
        display: inline;
        font-size: 30px;
    }
    .ctrs-basket-footer {
        flex-direction: column;
        margin-top: 60px;
    }
    .ctrs-basket-footer .cart-price {
        padding: 0;
        border: none;
        background-color: transparent;
        border-radius: 0;

    }
    .ctrs-basket-footer__right-side {
        width: 100%;
        order: 1;
        margin-left: 0;
    }
    .checkout .checkout__header {
        margin: 10px 0 0 20px;
        padding: 0;
    }
    .checkout .checkout__body {
        padding: 0;
    }
    .checkout .rows .col.s-60, .checkout .rows .col.s-35, .checkout .rows .col.s-5{
        width: 100%;
    }
    .checkout .authorization, .checkout .checkout__order, .checkout .checkout__order-builder {
        padding: 10px 16px;
    }
    .company-menu {
        display: none;
    }

}


@media screen and (min-width: 720px) {
    .ctrs-main-price {
        margin-top: 5px;
    }
}


@media only screen and (max-width: 767px) {

    .cookie-disclaimer {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .oplata .big-container {
        width: calc(100% - 48px);
    }
    #call__back_mobile.full-mobile .el-dialog .el-dialog__header {
        height: 50px;
        padding: 0;
        position: static;
        border-bottom: 1px solid rgba(0,0,0,.11);
        display: flex;
        align-items: center;
    }
    #call__back_mobile.full-mobile .el-dialog .el-dialog__header .el-dialog__headerbtn.mobile-close {
        display: block;
        width: auto;
        font: 400 14px/16px $r;
        font: var(--subtitle-font);
        color: #3b6d9a;
        color: var(--blue);
    }
    #call__back_mobile.full-mobile .el-dialog .el-dialog__header .el-dialog__headerbtn {
        position: static;
        display: none;
    }
    #call__back_mobile.full-mobile .el-dialog .el-dialog__header .el-dialog__headerbtn.mobile-close i {
        display: inline-block;
        margin: 0 5px 0 10px;
        position: relative;
        width: 20px;
        height: 10px;
    }
    #call__back_mobile.full-mobile .el-dialog .el-dialog__header .el-dialog__headerbtn.mobile-close i:before {
        content: "";
        width: 100%;
        height: 1px;
        background: #3b6d9a;
        background: var(--blue);
        position: absolute;
        left: 0;
        top: 5px;
    }
    #call__back_mobile.full-mobile .el-dialog .el-dialog__header .el-dialog__headerbtn.mobile-close i:after {
        content: "";
        border-left: 1px solid #3b6d9a;
        border-top: 1px solid #3b6d9a;
        border: 1px solid var(--blue);
        border-right: 1px solid transparent;
        border-bottom: 1px solid transparent;
        position: absolute;
        width: 5px;
        height: 5px;
        display: block;
        transform: rotate(-45deg);
        top: 50%;
        margin-top: -3px;
    }

    .mobile-menu__categories {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    footer.container-footer .separate {
        margin-top: 15px;
    }
    .full-mobile .el-dialog {
        width: 100%!important;
        height: 100%;
        left: 50%;
        top: 0!important;
        position: fixed;
        overflow-y: scroll;
        border-radius: 0;
    }
    footer.container-footer .menus .menus__item {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer.container-footer .menus .menus__item .menus__item__phones {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    footer.container-footer .menus .menus__item .menus__item__phones .item:first-child {

    }
    footer.container-footer .menus .menus__item .menus__item__phones .item {
        width: 100%;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    footer.container-footer .menus .menus__item:not(:first-child) {
        display: none;
    }
    footer.container-footer .menus .menus__item .menus__item__phones .item .item__content {
        display: flex;
        flex-direction: column;
        margin-bottom: 16px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    footer.container-footer .separate {
        margin-top: 15px;
        text-align: center;
        justify-content: center;
    }
    footer.container-footer .menus .menus__item .menus__item__phones .item .item__link-to-call {
        display: block;
        margin-left: 0;
        width: 80%;
        text-align: center;
    }
    footer.container-footer .separate .socials .socials__item:first-child {
        margin-left: 0;
    }
    .product .showcase__gallery {
        max-height: none;
    }
    .product .showcase .buy-block__base {
        margin-bottom: 15px;
    }
    .big-container {
        border-radius: 0;

    }
    .breadcrumbs {
        margin-left: 16px;
    }
    .product__header {
        margin-bottom: 0;
        padding: 16px;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,.25);
        border-bottom: 1px solid #ededed;
    }
    .product__title {
        font-size: 26px;
        line-height: 28px;
        width: 100%;
        max-width: none;
        margin-bottom: 12px;
    }
    .product .showcase {
        border-radius: 0;
    }
    .product .showcase__gallery {
        max-height: none;
    }
    .product .showcase__gallery .items, .product .showcase__gallery .items .img-container img {
        max-height: 400px;
    }
    .product__sticky-footer {
        display: flex;
    }
    .product__sticky-footer.show {
        bottom: 0;
    }

    .buy-block__base .normal__prices {
        margin-bottom: 0;
    }
    .product .showcase__gallery .zoom-container {
        display: none;
    }
    .breadcrumbs {
        margin-left: 16px;
    }
    .product_page footer.container-footer {
        margin-bottom: 60px;
    }
    .product_page .scroll-up {

        bottom: 150px;
    }
    .layout.homePage {
        padding-top: 50px;
    }
    .authorization-modal.full-mobile .el-dialog {
        height: auto;
        top: auto!important;
        overflow-y: visible;
        overflow-y: initial;
        border-radius: 10px;
    }
    .authorization-modal.full-mobile .el-dialog .el-dialog__body {
        padding: 32px;
    }
    .news-items {
        grid-template-columns: 1fr;
        grid-gap: 12px;
        gap: 12px;
    }
    .news .big-container {
        width: calc(100% - 32px);
    }
    .news-items__item--more {
        margin-top: 12px;
        height: 46px;
        flex-direction: row;
    }
    .news-items__item--more .news-items__item-title {
        display: none;
    }
    .news-items__item--more .news-items__title-mobile {
        display: block;
        font-size: 16px;
        color: #3b6d9a;
        margin: 0;
    }
    .news-items__item--more .news-items__item-icon {
        width: 20px;
        margin-right: 15px;
    }

}
/* End max 767 */

@media only screen and (max-width: 764px) {
    .notification__item[data-type=basket] .header {
        width: 100%;
        margin-bottom: 16px;
    }

}


@media only screen and (max-width: 680px) {
    .product__sticky-footer .product-controls .product-control {
        margin-bottom: 0;
        align-items: center;
        line-height: normal;
        width: 100%;
        display: flex;
        justify-content: center;
        height: 46px;
        border: 1px solid #ff3300;
    }
    .product .showcase__actions {
        display: none;
        order: 3;
        margin: 0 0 18px;
        padding-left: 0;
    }
    .yandex__box {
        margin: 20px 0 0 0;
    }
    .breadcrumbs {
        margin: 0px 5px;
    }
    .mobile-menu__categories {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .product .showcase__gallery .items__icon {
        display: flex;
    }
    .product .showcase__gallery .page-counter {
        display: block;
    }
    .product .showcase__body {
        display: flex;
        flex-direction: column;
    }
    .product .showcase__body>div {
        width: 100%;
    }
    .product .showcase__gallery {
        order: 0;
        flex-direction: column;
    }
    .product .showcase__social {
        order: 7;
        margin: 0 -16px;
        padding: 20px 16px;
    }
    .product .showcase__social.desktop {
        display: none;
    }
    .product .showcase__body>div {
        width: 100%;
    }
    .product .showcase__buy-block {
        order: 2;
        margin: 0 0 24px;
    }
    .product .showcase .buy-block__bonus {
        display: none;
    }
    .product .showcase .buy-block__bonus .value {
        border-color: transparent!important;
    }
    .product .showcase .buy-block__base, .product .showcase .buy-block__out-of-stock, .product .showcase .buy-block__pre-order {
        padding: 0;
    }
    .product .showcase .buy-block .buy-block__base .normal {
        margin-bottom: 0;
    }
    .product .showcase .buy-block .normal__prices .price {
        width: 100%;
        justify-content: space-between;
        font-size: 28px;
    }
    .product .showcase .buy-block .normal__prices .price span {
        margin-right: 0;
    }
    .product .showcase .buy-block .normal__prices .price .currency {
        font-size: 18px;
        margin-right: 0;
        padding-right: 0;
    }
    .product__title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .product__header .product__sku {
        order: 1;
        margin: 0;
    }
    .product__sku .code {
        padding: 0;
        background: 0 0;
        color: rgba(0,0,0,.54);
        font-size: 12px;
    }
    .product__header .product__rating {
        order: 2;
        width: auto;
        font-size: 12px;
        margin-top: 3px;
    }
    .product .showcase__body {
        display: flex;
        flex-direction: column;
    }
    .product .showcase__body>div {
        width: 100%;
    }
    .product .showcase__gallery {
        order: 0;
        flex-direction: column;
    }
    .product .showcase__gallery .thumbs {
        position: absolute;
        right: 4px;
        top: 60px;
        overflow: visible;
        overflow: initial;
    }
    .product .showcase__gallery .items {
        width: 100%;
        max-height: 100vw;
        height: auto;
    }

    .product .showcase__gallery .page-counter {
        display: block;
        z-index: 10;
    }

    .product .showcase__gallery .gallery-pagination {
        width: 100%;
        position: relative;
        text-align: center;
        margin: 20px 0 0;
        display: flex;
        justify-content: space-between;
    }
    .product .showcase__gallery .gallery-pagination {
        width: 100%;
        border-radius: 0;
        height: 10px;
        display: flex;
        background: 0 0;
        align-items: center;
        margin-right: 8px;
        opacity: 1;
        cursor: pointer;
    }
    .product .showcase__gallery .gallery-pagination.swiper-pagination-bullet-active:after {
        content: "";
        background: rgba(0, 0, 0, .87);
    }
    .product .showcase__gallery .gallery-pagination .swiper-pagination-bullet:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #dedede;
    }
    .product .showcase__gallery .gallery-pagination .swiper-pagination-bullet {
        width: 100%;
        border-radius: 0;
        height: 10px;
        display: flex;
        background: 0 0;
        align-items: center;
        margin-right: 8px;
        opacity: 1;
        cursor: pointer;
    }
    .product .showcase__gallery .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
        content: "";
        background: rgba(0, 0, 0, .87);
    }
    .product .showcase__gallery .thumbs .item.image, .product .showcase__gallery .thumbs .item.video, .product .showcase__gallery .thumbs .read-more {
        display: none;
    }
    .product .showcase__buy-block {
        order: 2;
        margin: 0 0 24px;
    }
    .product .showcase .buy-block__bonus {
        display: none;
    }
    .product .showcase .buy-block__base, .product .showcase .buy-block__out-of-stock, .product .showcase .buy-block__pre-order {
        padding: 0;
    }
    .product .showcase .buy-block__sales {
        margin-bottom: 0;
        padding: 0;
    }
    .product .showcase .buy-block .buy-block__sales .price.small {
        font-size: 18px;
    }
    .product .showcase .buy-block .buy-block__sales .informer {
        margin-left: 9px;
        border: none;
        border-radius: 3px;
    }
    .product .showcase .buy-block .buy-block__sales .informer .informer__percent {
        font-size: 12px;
    }
    .product .showcase .buy-block .buy-block__sales .informer .informer__description {
        display: none;
    }
    .product .showcase .buy-block__base .to-wish-list {
        display: none;
    }
    .product .showcase .buy-block .normal__prices .price+.bonus, .product .showcase .buy-block__base .credit, .product .showcase .normal__prices+.btn {
        display: none;
    }

    .product .showcase .buy-block .normal__prices .price span {
        margin-right: 0;
    }
    .product .showcase .buy-block .normal__prices .price .currency {
        font-size: 18px;
        margin-right: 0;
        padding-right: 0;
    }

    .product .showcase .buy-block .normal__prices .price span {
        margin-right: 0;
    }
    .product .showcase .buy-block__base {
        margin-bottom: 0;
    }
}
/* end max 680 */

@media (max-width: 584px) {
    .rubric__body .product-card {
        width: calc(50% - 7px)!important;
    }
}
@media screen and (max-width: 560px) {

    #plus__good_mobile.active {
        display: block;
        animation-duration: 2s;
        animation-name: plus;
    }

    #plus__good.active {
        display: block;
        animation-duration: 2.2s;
        animation-name: plus;
        z-index: 999;
    }

    #plus__good {
        position: fixed;
        color: #fff;
        font-weight: 600;
        top: 60px;
        right: 0;
        left: 0;
        text-align: center;
        background: #f6731c;
        padding: 10px;
        display: none;

    }
    .plus__good.active {
        display: block;
        animation-duration: 2.2s;
        animation-name: plus;
        z-index: 999;
    }

    .plus__good {
        position: fixed;
        color: #fff;
        font-weight: 600;
        top: 60px;
        right: 0;
        left: 0;
        text-align: center;
        background: #f6731c;
        padding: 10px;
        display: none;

    }

    @keyframes plus {
        0% {
            opacity: 0;
            display: block;
            top: 145px;
        }
        80% {
            top: 60px;
            opacity: 1;
        }

        100% {
            opacity: 0;
            top: 60px;
        }
    }
    .ddn {
        display: block;
    }
    .mdn {
        display: none;
    }


    .oplata .big-container {
        width: 100%;
    }
    .oplata__title {
        padding-left: 24px;
    }
    .oplata-advantages__item {
        border-radius: 0;
        padding-left: 16px;
        padding-right: 16px;
        grid-template-areas:
                "image title"
                "description description";
        grid-template-columns: min-content;
    }
    .oplata-advantages__item-image {
        width: 64px;
        height: 64px;
        margin-right: 16px;
    }
    .oplata-advantages__item-title {
        margin-bottom: 0;
        font-size: 20px;
        align-self: center;
    }
    .oplata-advantages__item-description {
        margin-top: 24px;
    }
    .oplata-advantages__item-info, .oplata-advantages__sub-item, .oplata-advantages__item-link {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
    .product-card.product-card--mini:not(.not-hovered):hover .product-card__to-basket {
        padding: 5px 5px;
        background: #f6731c;
    }
    .btn.orange.full.ctrs-basket-footer__order-purchase {
        margin-bottom: 20px;
    }


    footer.container-footer .separate .pays, footer.container-footer .separate .socials {
        max-width: 225px;
        margin: 0 auto;
        width: 100%;
        justify-content: space-between;
    }
    .big-container.big-container--with-menu {
        margin-top: 5px;
    }
    .main-page-rubric {

        padding: 0 5px;
    }
    .seo-content {

        padding: 0 5px;
    }
    footer.container-footer .separate .socials {
        align-self: auto;
        display: flex;
        order: 1;
        padding: 27px;
    }
    footer.container-footer .separate .socials .socials__item {
        margin: 0;
    }
    footer.container-footer .separate {
        flex-direction: column;
        padding: 22px 0 0px;
        margin-top: 15px;
    }
    .scroll-up {
        bottom: 110px;
    }
    .mobile-menu__category p {

        word-break: break-word;
    }
    footer.container-footer .menus .menus__item .menus__item__phones .item .item__link-to-call {
        width: 100%;
    }
    .menus__item .menus__item__phones .item .item__content .item__value {
        font-size: 20px;
    }
    .why-vegamart {
        margin: 0;
        padding: 0;
    }
    footer.container-footer .menus .menus__item .menus__item__phones .item:first-child {
        margin-right: 0;
    }
    footer.container-footer .menus .menus__item .menus__item__phones .item {
        width: 100%;
        flex-direction: column;
    }
    .product_page .scroll-up {
        bottom: 80px;
    }
}

@media only screen and (max-width: 480px) {
    .catalog.catalog--base .catalog__items .product-card {
        margin-bottom: 40px;
    }
    .mobile-menu__categories {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 375px) {
    .authorization-modal.full-mobile .el-dialog {
        max-width: 100%;
        top: 0!important;
        bottom: 0;
        border-radius: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .register__title {
        color: rgba(0,0,0,.87);
    }
}

@media screen and (max-width: 350px) {
    .product-card.product-card--mini {
        max-width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    .cookie-button {
        margin: auto 5px;
        width: 230px;
        box-shadow: 2px 2px 1px #ccc;
        outline: none;

    }
        .cookie-button:active, .cookie-button:focus {
        box-shadow: none;

    }
}






