@media screen and (max-width: 1320px){

    html, html body {
        font-size: 13px;
    }

    html body.no-scroll #content {
        display: none;
    }

    .container {
        width: auto;
        margin: 0 20px;
    }
    .container .container {
        margin: 0;
    }

    .only-desktop,
    .only-desktop.flex {
        display: none;
    }

    .only-mobile {
        display: block;
    }
    .only-mobile.flex {
        display: flex;
    }

    .nowrap {
        white-space: nowrap;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    h1 {
        font-size: 30px;
        margin-bottom: 25px;
    }


    /* flash */

    html body > p.flash-message {
        width: auto;
        margin: 0;
        left: 10px;
        top: 10px;
        right: 10px;
    }


    /* form */

    .form-group.radios-inline {
        display: block;
    }
    .form-group.radios-inline .form-group {
        margin: 0 0 10px;
    }
    .form-group.radios-inline .form-group:last-child {
        margin: 0;
    }

    .form-inline {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    input[type="text"],
    input[type="password"],
    input[type="search"] {
        font-size: 14px;
        height: 44px;
    }

    textarea {
        font-size: 14px;
    }

    .placeholder {
        font-size: 14px;
        line-height: 42px;
    }
    input:focus + .placeholder,
    input.has-value + .placeholder {
        font-size: 11px;
        top: -5px;
    }



    /* block */

    .block {
        margin: 30px 0;
    }
    .block-title {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px;
    }


    /* button */

    button, .button {
        line-height: 52px;
        height: 52px;
        padding: 0 28px;
        box-sizing: border-box;
        font-size: 18px;
    }


    /* page */

    .page {
        margin: 25px 0;
    }


    /* modal */

    .mfp-wrap .mfp-container .mfp-content {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
    }

    .mfp-container .mfp-content {
        padding: 0;
    }
    .mfp-close-btn-in .mfp-close,
    .mfp-close-btn-in .mfp-close:hover {
        background-size: 20px 20px;
        background-position: center;
        right: 0;
        top: 0;
    }

    [data-modal] {
        overflow: auto;
        box-sizing: border-box;
        padding: 20px;

        background: #fff;

        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        width: auto;
        height: auto;
    }
    [data-modal] .container {
        margin: 0;
    }
    [data-modal] .modal-title {
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 25px;
        margin-right: 25px;
        line-height: 1.2;
    }


    /* header-block-mobile */

    .header-block-mobile {
        padding-top: 8px;
    }
    .header-block-mobile .logo img {
        display: block;
    }
    .header-block-mobile .delivery-and-city {
        line-height: 1.35;
    }
    .header-block-mobile .delivery {
        color: #a9a9a9;
    }
    .header-block-mobile .delivery .prefix {
        display: none;
    }
    .header-block-mobile .phone a {
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        white-space: nowrap;
    }
    .header-block-mobile .categories ul {
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .header-block-mobile .categories li {
        margin-right: 14px;
    }
    .header-block-mobile .categories li:last-child {
        margin-right: 0;
    }
    .header-block-mobile .categories-wrapper {
        height: 50px;
    }
    .header-block-mobile .categories a {
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        padding: 0;
        display: block;
        color: #000000;
        line-height: 50px;
        position: relative;
    }
    .header-block-mobile .categories a.active:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 13px;
        height: 2px;
        background: var(--color-main);
    }


    /* header-block.fixed */

    #header-block.fixed .categories {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 30;

        background: #fff;
        border-bottom-color: #e7e7e7;

        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }


    /* city-block */

    .city-block {
        width: auto;
        min-width: unset;
    }
    .city-block .delivery {
        color: #a9a9a9;
    }
    .city-block .city .svg-icon {
        display: none;
    }


    /* slider-block */

    .slider-block {
        margin-top: 10px;
    }

    .slider-block .item {
        width: 300px;
        height: 125px;
    }
    .slider-block .item .img img {
        width: 100%;
        height: 100%;
    }
    .slider-block .circle {
        width: 50px;
        height: 50px;
    }
    .slider-block .circle-price {
        font-size: 11px;
    }
    .slider-block .circle-price .svg-icon {
        width: 6px;
        height: 8px;
        margin-left: 2px;
        position: relative;
        top: 1px;
    }
    .slider-block .item .info .left {
        padding: 14px 0 14px 14px;
    }
    .slider-block .item .info .right {
        padding: 0 10px 10px 0;
    }
    .slider-block .item .percent {
        font-size: 32px;
        margin-right: 10px;
    }
    .slider-block .item .has-percent .name {
        font-size: 14px;
    }
    .slider-block .item .text {
        font-size: 10px;
        letter-spacing: 0.5px;
    }
    .slider-block .item .percent-and-name.has-percent {
        margin-bottom: 8px;
    }
    .slider-block .footer {
        margin-top: 8px;
    }
    .slider-block .link a {
        padding: 0 13px;
        line-height: 26px;
        font-size: 11px;
        border-radius: 2px;
    }
    .slider-block .item .name {
        font-size: 20px;
    }
    .slider-block .item .percent-and-name {
        margin-bottom: 4px;
    }
    .slider-block .item .price {
        font-size: 20px;
        margin: 8px 0 0;
        line-height: 1;
    }
    .slider-block .item .price .svg-icon {
        width: 13px;
        height: 13px;
        margin-left: 3px;
    }
    .slider-block .circle-name {
        font-size: 18px;
        line-height: 0.85;
    }
    .slider-block .circle-text {
        font-size: 10px;
        margin-bottom: 2px;
    }


    /* catalog-block */

    .catalog-block {
        margin: 30px 0;
    }
    .catalog-block .category-name {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .catalog-block .category {
        margin-bottom: 40px;
    }
    .catalog-block .category:last-child {
        margin-bottom: 0;
    }

    /* products-list */

    .products-list {
        display: block;
    }
    .products-list-item {
        flex-direction: row;
        margin-bottom: 30px;
    }
    .products-list-item:last-child {
        margin-bottom: 0;
    }
    .products-list-item .img {
        width: 100px;
        min-width: 100px;
        margin-right: 10px;

        height: auto;
        min-height: 0;
    }
    .products-list-item .img img {
        max-width: 95px;
        width: auto;
        height: auto;
    }
    .products-list-item .info {
        width: 100%;
        min-width: 0;
    }
    .products-list-item .teaser {
        margin-top: 7px;
        font-size: 13px;
        line-height: 1.38;
    }
    .products-list-item .footer {
        margin-top: 13px;
    }
    .products-list-item .buy {
        display: none;
    }
    .products-list-item .price-and-weight .line {
        margin: 0 15px;
    }
    .products-list-item .weight {
        font-size: 12px;
    }


    /* about-block */

    .about-block .inner {
        height: auto;
        padding: 20px 0;
    }
    .about-block .name {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .about-block .text {
        font-size: 16px;
    }
    .about-block .item {
        margin-bottom: 25px;
    }
    .about-block .more a {
        line-height: 52px;
        padding: 0 28px;
    }


    /* footer-block */

    .footer-block {
        padding: 15px 0 30px;
        margin: 0;
    }
    .footer-block .inner {
        flex-wrap: wrap;
    }
    .footer-block .info {
        display: none;
    }

    .footer-block .logo-and-copyright {
        margin: 0;
        text-align: center;
    }
    .footer-block .logo {
        margin-bottom: 12px;
    }
    .footer-block .logo img {
        display: block;
        margin: 0 auto;
    }

    .footer-block .column-menu {
        order: 1;
        width: 100%;
        margin: 0;
    }
    .footer-block .column-apps {
        order: 2;
        width: 100%;
    }
    .footer-block .column-logo-and-info {
        order: 3;
        width: 100%;
    }

    .footer-block .menus {
        margin-bottom: 20px;
        display: block;
    }
    .footer-block .menu {
        border-bottom: 1px solid #E3E3E3;
        width: auto;
    }
    .footer-block .menu:last-child {
        border: none;
    }
    .footer-block .menu .name {
        margin: 0;
        padding: 12px 0;
        position: relative;
        cursor: pointer;
    }
    .footer-block .menu .name:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 30px;
        right: 0;
        top: 50%;
        margin-top: -15px;

        background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23BEBEBE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;
    }
    .footer-block .menu.open .name:after {
        transform: rotate(-180deg);
    }
    .footer-block .menu.open ul {
        display: block;
    }
    .footer-block .menu ul {
         display: none;
        margin: 2px 0 20px;
    }

    .footer-block .apps {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .footer-block .apps a {
        margin: 0 8px 0 0;
    }
    .footer-block .apps a:last-child {
        margin: 0;
    }


    /* mobile-bar */

    .mobile-bar {
        height: 50px;
    }
    .mobile-bar .inner {
        position: fixed;
        z-index: 15;

        bottom: 0;
        left: 0;
        right: 0;

        background: #fff;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    }


    .mobile-bar a {
        position: relative;
        height: 50px;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-bar .menu .svg-icon {
        width: 25px;
        height: 18px;
    }
    .mobile-bar .user .svg-icon {
        width: 22px;
        height: 19px;
    }
    .mobile-bar .location .svg-icon {
        width: 20px;
        height: 22px;
    }
    .mobile-bar .cart .svg-icon {
        width: 25px;
        height: 25px;
    }
    .mobile-bar .cart .count {
        position: absolute;
        z-index: 1;

        top: 50%;
        right: -8px;

        margin-top: -15px;

        min-width: 17px;
        line-height: 17px;

        box-sizing: border-box;
        padding: 0 2px;
        color: #ffffff;
        font-size: 10px;
        text-align: center;
        background: var(--color-main);
        border-radius: 100px;
    }


    /* menu-modal */

    body.menu-modal-open .menu-modal {
        position: static;
        display: block;

        max-height: 100vh;
        overflow: auto;
    }
    body.menu-modal-open #header-block.fixed .categories {
        display: none;
    }

    .menu-modal .close {
        right: 15px;
        top: 15px;
    }
    .menu-modal-left {
        display: none;
    }
    .menu-modal-center {
        padding: 0;
    }

    .menu-modal .kitchens {
        display: block;
        padding: 30px 70px;
        font-size: 18px;
    }
    .menu-modal .kitchens .kitchen {
        width: auto;
        margin-bottom: 30px;
    }
    .menu-modal .kitchens .kitchen:last-child {
        margin-bottom: 0;
    }
    .menu-modal .kitchens .name {
        max-width: unset;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 18px;
    }
    .menu-modal .kitchens .categories li {
        margin-bottom: 20px;
    }
    .menu-modal .kitchens .categories li:last-child {
        margin-bottom: 0;
    }

    .menu-modal-right {
        width: auto;
        padding: 30px 70px 80px;
        display: block;
    }
    .menu-modal .menu {
        margin: 0;
    }
    .menu-modal .menu a {
        font-size: 18px;
    }
    .menu-modal .menu li {
        margin-bottom: 20px;
    }

    .menu-modal .header {
        padding: 8px 0;
    }
    .menu-modal .header .logo {
        margin-right: 20px;
    }

    .menu-modal .info {
        font-size: 14px;
    }
    .menu-modal .info .phone {
        margin: 0 0 4px;
        line-height: 1.3;
    }
    .menu-modal .info .phone a {
        font-size: 18px;
    }
    .menu-modal .delivery-and-city {
        display: flex;
    }
    .menu-modal .info .city {
        margin: 0;
    }
    .menu-modal .delivery {
        margin-right: 12px;
    }
    .menu-modal .close .svg-icon {
        width: 22px;
        height: 22px;
    }


    /* product-detail */

    .product-detail {
        flex-direction: column;
    }
    .product-detail .image {
        min-width: 0;
        width: auto;
        order: -1;
        margin: 20px;
    }
    .product-detail .teaser {
        font-size: 15px;
    }
    .product-detail .info {
        width: auto;
        min-width: auto;
    }
    .product-detail .name {
        font-size: 20px;
        margin: 0 0 10px;
    }
    .product-detail .name-and-teaser {
        margin: 0 0 20px;
    }
    .product-detail .info .header {
        margin-bottom: 20px;
    }
    .product-detail .nutritional {
        font-size: 15px;
    }

    .product-detail-modal .add-to-cart-form {
        padding-bottom: 86px;
    }
    .product-detail-modal .add-to-cart-form .price-and-buy {
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0;
        z-index: 2;
        background: #fff;
        padding: 20px;

        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    }



    /* add-to-cart-form */

    .add-to-cart-form .price .value {
        font-size: 20px;
    }
    .add-to-cart-form .price .svg-icon {
        width: 10px;
        height: 13px;
    }

    .add-to-cart-form .buy button.add {
        height: 46px;
        line-height: 46px;
        font-size: 16px;
        padding: 0 25px;
        width: auto;
    }
    .add-to-cart-form .buy .count button {
        height: 46px;
        width: 46px;
        padding-left: 6px;
    }
    .add-to-cart-form .buy .count button.plus {
        padding-left: 0;
        padding-right: 6px;
    }
    .add-to-cart-form .buy .count .value {
        line-height: 46px;
        font-size: 18px;
    }
    .add-to-cart-form .buy .count button .svg-icon {
        width: 28px;
        height: 28px;
    }


    /* mobile-page-header */

    .mobile-page-header {
        height: 56px;
        margin-bottom: 20px;

        display: flex;
        align-items: center;
    }
    .mobile-page-header .back {
        width: 30px;
        min-width: 30px;
        margin-right: 10px;
    }
    .mobile-page-header .back a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-page-header .back .svg-icon {
        width: 24px;
        height: 24px;
    }
    .mobile-page-header .name,
    .mobile-page-header h1 {
        font-size: 17px;
        margin: 0 40px 0 0;

        width: 100%;
        min-width: 0;

        text-align: center;
    }


    /* cart-page */

    body.is-cart-page #header-block {
        display: none;
    }
    body.is-cart-page .mobile-bar {
        display: none;
    }
    body.is-cart-page .footer-block {
        display: none;
    }

    .cart-page {
        margin: 0;
    }
    .cart-page .page-inner {
        display: block;
    }

    .cart-page .mobile-page-header {
        margin-bottom: 0;
    }

    .cart-page-center,
    .cart-page-right {
        width: auto;
        min-width: 0;
        margin: 0;
    }

    /* cart-block */

    .cart-block .empty {
        font-size: 15px;
        margin: 20px 0;
    }

    .cart-block .cart-item {
        margin: 0 -20px -1px;
        padding: 20px;
    }
    .cart-block .cart-item .img {
        width: 60px;
        min-width: 60px;
        margin-right: 15px;
        min-height: 0;
    }
    .cart-block .cart-item .info {
        flex-wrap: wrap;
        position: relative;
    }
    .cart-block .cart-item .name {
        font-size: 16px;
        margin-bottom: 4px;
        margin-right: 25px;
    }
    .cart-block .cart-item .name-and-variants {
        width: 100%;
        display: block;
        padding: 0;
        margin-bottom: 12px;
    }
    .cart-block .cart-item .variants {
        font-size: 13px;
    }
    .cart-block .cart-item .wok-items {
        font-size: 13px;
    }
    .cart-block .cart-item .delete {
        position: absolute;
        top: -5px;
        right: -7px;
        width: auto;
        min-width: 0;
    }

    .cart-block .cart-item .count a {
        height: 40px;
        width: 30px;
    }
    .cart-block .cart-item .count input[type="text"] {
        height: 40px;
        font-size: 18px;
    }
    .cart-block .cart-item .count {
        width: auto;
        min-width: 0;
    }
    .cart-block .cart-item .total {
        min-width: 0;
        width: auto;
    }
    .cart-block .cart-item .total .svg-icon {
        width: 10px;
        height: 16px;
    }

    .cart-block .presents {
        margin-top: 30px;
    }


    /* products-carousel-item */

    .products-carousel {
        margin-left: -20px;
        margin-right: -20px;
    }
    .products-carousel-item {
        width: 140px;
        box-sizing: border-box;
        padding: 0 0 0 20px;
    }
    .products-carousel-item .header {
        margin-bottom: 5px;
    }
    .products-carousel-item .name a {
        font-size: 14px;
    }
    .products-carousel-item .weight {
        font-size: 13px;
    }


    /* cart-info-block */

    .cart-info-block {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        height: 115px;
    }

    .cart-info-block .bar {
        position: fixed;
        z-index: 2;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 15px 20px 20px;

        background: #fff;

        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    }
    .cart-info-block .mobile-info {
        margin-bottom: 10px;
    }
    .cart-info-block .total .value {
        font-size: 16px;
        font-weight: 500;
        margin-right: 4px;
    }
    .cart-info-block .total .svg-icon {
        width: 9px;
        height: 11px;
    }


    /* checkout-form */

    .checkout-form-modal [data-modal] {
        display: block;
    }
    .checkout-form-modal .image {
        display: none;
    }
    .checkout-form-modal .form {
        width: auto;
        padding: 0;
    }
    .checkout-form-modal .form .name {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .checkout-form .item-address-parts {
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }
    .checkout-form .item-actions button {
        padding: 0;
        text-align: center;
        width: 100%;
    }


    /* login-form */

    .login-form .item-actions button {
        height: 44px;
        line-height: 44px;
        font-size: 16px;
    }


    /* profile-page */

    body.is-profile-page #header-block,
    body.is-profile-page .footer-block {
        display: none;
    }

    .profile-page {
        margin: 0;
    }
    .profile-page h1 {
        display: none;
    }
    .profile-page .page-inner {
        display: block;
    }
    .profile-page-left {
        width: auto;
        min-width: unset;
        margin: 20px 0 0;

        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }

    .profile-page .profile-links {
        padding: 0 20px 20px;
        border-bottom: 1px solid #CBCBCB;
        margin: 0 -20px -1px;

        position: relative;
        z-index: 1;
    }
    .profile-page .profile-links a {
        color: #000000;
        text-decoration: none;
        display: inline-block;
        line-height: 1;
        border-bottom: 1px dotted #777;
    }
    .profile-page .profile-links a:hover {
        text-decoration: underline;
    }

    .profile-page-center .box {
        margin: 0 -20px;
    }
    .profile-page-center .box-title {
        font-size: 20px;
        margin: 0;
        padding: 17px 50px 17px 20px;
        border-top: 1px solid #CBCBCB;
        border-bottom: 1px solid #CBCBCB;
        margin-bottom: -1px;

        cursor: pointer;

        position: relative;
    }
    .profile-page-center .box-title:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 30px;
        right: 20px;
        top: 50%;
        margin-top: -15px;

        background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23BEBEBE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;
    }
    .profile-page-center .box.open .box-title:after {
        transform: rotate(180deg);
    }

    .profile-page-center .box-content {
        margin: 15px 0 30px;
        padding: 0 20px;

        display: none;
    }
    .profile-page-center .box.open .box-content {
        display: block;
    }

    .profile-page-center .box-orders .box-content {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }



    /* profile-phone-form */

    .profile-phone-form .item-actions button {
        height: 44px;
        line-height: 44px;
        font-size: 16px;
    }
    .profile-phone-form .item-actions {
        width: 126px;
        min-width: 126px;
    }


    /* profile-email-form */

    .profile-email-form .item-actions {
        width: 126px;
        min-width: 126px;
    }
    .profile-email-form .item-actions button {
        height: 44px;
        line-height: 44px;
        font-size: 16px;
    }


    /* address-form */

    .address-form .item-address-parts {
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }


    /* orders-list */

    .profile-page .orders-list .empty {
        padding: 15px 20px 20px;
    }

    .orders-list-item .order-item {
        width: 130px;
        padding: 0 20px 0 0;
    }
    .profile-page .orders-list-item .order-item {
        padding: 0 0 0 20px;
    }

    .orders-list-item .id {
        font-size: 15px;
    }
    .orders-list-item .repeat a {
        line-height: 40px;
        padding: 0 17px;
        font-size: 15px;
    }
    .orders-list-item .id-and-date {
        margin-left: 20px;
    }
    .orders-list-item .repeat {
        margin-left: 20px;
    }


    /* sms-code-form */

    .sms-code-form .item-code button {
        height: 44px;
        line-height: 44px;
        font-size: 16px;
    }


    /* about-page */

    .about-page {
        padding: 0 0 30px;
        margin: 0;
    }
    .about-page h1 {
        margin: 0;
        padding: 20px 0;
    }
    .about-page .box-1 {
        min-height: unset;
        margin-bottom: -160px;

        position: relative;
        z-index: 1;
    }
    .about-page .box-1 .text {
        padding: 25px;
        font-size: 16px;
        margin: 0;
    }
    .about-page .page-inner:before,
    .about-page .page-inner:after {
        display: none;
    }
    .about-page .box-2 {
        margin: 25px 0;
        padding: 0;
        min-height: 0;
    }
    .about-page .box-2 h2 {
        margin-bottom: 20px;
    }
    .about-page .text {
        font-size: 16px;
    }
    .about-page .box-3 {
        margin: 25px 0;
    }
    .about-page .box-3 .text {
        font-size: 16px;
        text-align: left;
    }
    .about-page .box-4 {
        min-height: unset;
        background: none;
    }

    .about-page .image-box {
        margin: 20px -20px;
    }
    .about-page .image-box img {
        width: 100%;
        height: auto;
        display: block;
    }



    /* contacts-page */



    .contacts-page .header-inner {
        display: block;
    }
    .contacts-page .info {
        margin: 0 0 25px;
    }
    .contacts-page .form {
        width: auto;
        min-width: 0;
        margin: 0;
        padding: 25px;
        border-radius: 12px;
    }
    .contacts-page .form-title {
        font-size: 20px;
    }
    .contacts-page .info .svg-icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }
    .contacts-page .info .name {
        font-size: 16px;
    }
    .contacts-page .info .value {
        font-size: 16px;
    }
    .contacts-page .info .item {
        margin-bottom: 25px;
    }

    .contacts-page .map {
        margin: 20px 0 0;
        height: 350px;
    }


    /* promocode-and-scores */

    .promocode-and-scores {
        display: block;
    }
    .cart-page .promocode-and-scores .block {
        width: auto;
    }


    /* promocode-form */

    .promocode-form .item-promocode {
        width: 100%;
        min-width: 0;
    }
    .promocode-form .item-promocode input[type="text"] {
        width: 100%;

        height: 46px;
        line-height: 46px;
    }
    .promocode-form .item-promocode .placeholder {
        line-height: 44px;
    }
    .promocode-form .item-actions {
        width: 120px;
        min-width: 120px;
    }
    .promocode-form .item-actions button {
        height: 46px;
        line-height: 46px;

        font-size: 15px;

        width: 100%;
        padding: 0;
        text-align: center;
    }


    /* scores-block */

    .scores-form .change a {
        height: 40px;
        width: 30px;
    }
    .scores-form .change input[type="text"] {
        height: 40px;
        font-size: 18px;
    }
    .scores-form .change input[type="text"] {
        width: 60px;
    }


    /* sales-list */

    .sales-list .grid {
        display: block;
    }
    .sales-list-item {
        display: block;
        margin-bottom: 20px;
    }
    .sales-list-item:last-child {
        margin-bottom: 0;
    }
    .sales-list-item .img {
        height: auto;
        min-height: 0;
    }


    /* sauces-block */

    .sauces-block .products-carousel .owl-carousel .owl-stage {
        display: block;
        width: auto !important;
    }
    .sauces-block .owl-carousel .owl-item {
        float: none;
        display: block;
    }
    .sauces-block .owl-carousel {
        display: block;
    }
    .sauces-block .products-carousel-item {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        padding: 0;
        margin: 0 20px;
    }
    .sauces-block .products-carousel-item .header {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 0;
    }
    .sauces-block .products-carousel-item .img {
        margin: 0 5px 0 0;
        min-height: 80px;
        min-width: 80px;
        width: 80px;

        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sauces-block .products-carousel-item .img img {
        display: block;
    }
    .products-carousel-item .name {
        margin: 0;
    }
    .sauces-block .products-carousel-item .name a {
        font-size: 15px;
    }
    .sauces-block .products-carousel-item .buy {
        margin-left: 15px;
        min-width: 90px;
    }


}