html,
body {
    margin: 0;
    padding: 0;
    font: 16px/32px 'Open Sans';
    font-weight: 400;
    color: #fff;
    background: #101010;
    overflow-x: hidden;
}
.alignright {
    float: right;
}
.wrap {
    max-width: 1900px;
    margin: 0 auto;
    text-align: center;
}
.wrap__center {
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
}
.wrap__content {
    max-width: 1220px;
    margin: 0 auto 88px;
}
.wrap__404 {
    max-width: 1220px;
    margin: 0 auto;
    min-height: 1286px;
}
/*  header */
header {
    justify-content: space-between;
    padding: 24px 0;
    position: relative;
    z-index: 200;
}
.logo {
    width: 128px;
    height: 64px;
    background: url(/wp-content/themes/goodfood/img/common/logo.svg) 0 0 no-repeat;
    display: inline-block;
}
.controls {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 8px 0;
}
.controls__phone {
    padding-left: 38px;
    background: url(/wp-content/themes/goodfood/img/common/controls__phone.svg) 0 50% no-repeat;
}
.controls__phone a,
.controls__phone a:hover {
    font: 24px/48px 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
.controls__ico {
    width: 48px;
    height: 48px;
    background: linear-gradient(180deg, #d4f150 0%, #78ab15 100%);
    border-radius: 50%;
    margin-left: 24px;
    position: relative;
}
.controls__user {
    width: 48px;
    height: 48px;
    background: url(/wp-content/themes/goodfood/img/common/controls__user.svg) 50% 50% no-repeat;
    display: block;
    cursor: pointer;
}
.controls__cart {
    width: 48px;
    height: 48px;
    background: url(/wp-content/themes/goodfood/img/common/controls__cart.svg) 50% 50% no-repeat;
    display: block;
}
/*  end of header */

/* breadcrumbs */
.breadcrumbs {
    list-style-type: none;
    margin: 0 auto 24px;
    padding: 0;
    text-align: left;
    max-width: 1220px;
}
.breadcrumbs li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font: 12px/16px 'Open Sans';
    font-weight: 400;
    color: rgba(180, 180, 180, .85);
}
.breadcrumbs li a {
    font: 12px/16px 'Open Sans';
    font-weight: 400;
    text-decoration: none;
    color: rgba(180, 180, 180, .85);
}
.breadcrumbs li a:hover {
    text-decoration: underline;
    color: #b5d13f;
}
.breadcrumbs li::after {
    content: ' /';
}
.breadcrumbs li:last-child::after {
    content: '';
}
/* end of breadcrumbs */


/* footer */
footer {
    padding: 32px 0;
    justify-content: space-between;
}
.footer__col {
    flex-grow: 1;
    padding-left: 56px;
    text-align: left;
}
.footer__col:first-child {
    flex-grow: .6;
    padding-left: 0;
}
.footer__col .logo {
    float: left;
    clear: both;
}
.footer__nav {
    padding-top: 24px;
    clear: both;
    display: flex;
    justify-content: space-between;
}
.footer__menu {
    padding: 0 0 0 56px;
    margin: 0;
    list-style-type: none;
}
.footer__menu .menu-item {
    display: block;
    margin: 0 0 24px;
}
.footer__menu:first-child {
    padding-left: 0;
}
.footer__menu-link {
    font: 16px/24px 'Montserrat', sans-serif;
    font-weight: 500;
    color: #b5d13f;
    text-decoration: none;
    margin-bottom: 24px;
    display: inline-block;
}
.footer__menu-link:hover {
    text-decoration: underline;
}
.footer__title {
    font: 18px/24px 'Oswald';
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin: 33px 0 32px;
}
.footer__title-tg {
    padding-left: 32px;
    background: url(/wp-content/themes/goodfood/img/common/tg.svg) 0 50% no-repeat;
}
.footer__title-wa {
    padding-left: 32px;
    background: url(/wp-content/themes/goodfood/img/common/wa.svg) 0 50% no-repeat;
}
.footer__contacts {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer__contacts-phone {
    color: #fff;
}
.footer__contacts-phone:hover {
    text-decoration: none;
}
.footer__contacts_ico {
    padding-left: 32px;
    background-position: 0 4px;
    background-repeat: no-repeat;
    margin: 0 0 24px;
}
.footer__contacts_ico_phone {
    background-image: url(/wp-content/themes/goodfood/img/common/footer__contacts_ico_phone.svg);
}
.footer__contacts_ico_calendar {
    background-image: url(/wp-content/themes/goodfood/img/common/footer__contacts_ico_calendar.svg);
}
.footer__contacts_ico_mail {
    background-image: url(/wp-content/themes/goodfood/img/common/footer__contacts_ico_mail.svg);
}
.footer__contacts_ico_tg {
    background-image: url(/wp-content/themes/goodfood/img/common/footer__contacts_ico_tg.svg);
}
.footer__contacts_ico_wa {
    background-image: url(/wp-content/themes/goodfood/img/common/footer__contacts_ico_wa.svg);
}
/*  end of footer */

.payment-systems {
    max-width: 1220px;
    margin: -74px auto 44px;
    padding-left: 56px;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    height: 32px;
    flex-direction: row;
}
.payment-systems li {
    list-style-type: none;
    margin-right: 20px;
    height: 32px;
}
.payment-systems li:last-child {
    margin-right: 0;
}
/* forms */
input,
textarea {
    background: #101010;
    border: 1px solid rgba(180, 180, 180, .85);
    border-radius: 24px;
    font: 18px/48px 'Montserrat', sans-serif !important;
    color: #f5f5f5;
    padding: 0 24px !important;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 32px;
}
.button {
    font: 18px/24px 'Oswald';
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(180deg, #ffdf6c 0%, #ffa800 100%);
    border-radius: 32px;
    padding: 8px 24px;
    color: #101010;
    text-decoration: none;
    cursor: pointer;
    border: none;
}
.button:hover {
    text-decoration: none;
}
.form__required {
    color: #ffdf6c;
}
/* end of buttons */
.nocomments {
    display: none;
}
.copy {
    max-width: 1220px;
    margin: 0 auto 44px;
    padding-left: 56px;
    position: relative;
    font: 12px/24px 'Open Sans', sans-serif;
    text-align: left;
    box-sizing: border-box;
}
.copy::before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 40px;
    height: 8px;
    border-radius: 4px;
    background: #B5D13F;
    content: '';
}
.s_mb_24 {
    margin-bottom: 24px !important;
}
.s_mb_88 {
    margin-bottom: 88px !important;
}
.s_ml_40 {
    margin-left: 40px !important;
}
@media all and (max-width: 480px) {
    body {
        padding-bottom: 44px;
    }
    .controls li {
        display: none;
    }
    .controls li:last-child {
        display: block;
        background: transparent;
    }
    .controls__phone {
        display: block !important;
        position: absolute;
        top: 112px;
        right: 24px;
        padding-left: 0;
        padding-right: 36px;
        background-position: 100% 50%;
        background-size: 24px;
    }
    .controls__phone a {
        font: 16px/24px 'Montserrat';
    }
    .controls__cart {
        background: none;
    }
    .cart-price__wrap {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 68px;
        background: #b5d13f;
        width: 100% !important;
    }
    .cart-price {
        background: transparent url(/wp-content/themes/goodfood/img/blocks/shop/bt_buy.svg) 0 50% no-repeat !important;
        height: 68px !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        padding: 0 0 0 40px !important;
        left: 24px !important;
        top: 0 !important;
        line-height: 68px !important;
    }
    .cart__cart {
        display: block !important;
        position: absolute;
        right: 24px;
        top: 12px;
        z-index: 500;
        background: linear-gradient(180deg, #ffdf6c 0%, #ffa800 100%);
        padding: 8px 24px;
        font: 16px/ 24px 'Oswald';
        text-transform: uppercase;
        color: #101010;
        border-radius: 24px;
        box-shadow: 0px 3px 16px #496B00;
    }
    header,
    footer {
        padding-left: 24px;
        padding-right: 24px;
    }
    footer {
        display: block !important;
    }
    .footer__col {
        padding-left: 0;
        display: block;
        width: 100%;
    }
    .footer__col-social img {
        display: none;
    }
    .wrap__content {
        margin-bottom: 44px;
    }
    .alignright {
        float: none !important;
        margin: 0 0 24px  !important;
    }
    input {
        padding: 8px 24px;
    }
    input,
    textarea {
        margin-bottom: 16px;
    }
    .s_mb_88 {
        margin-bottom: 44px !important;
    }
    .s_ml_40 {
        margin-left: 20px !important;
    }

    .copy {
        width: 100%;
        margin: 0 24px 24px;
        font-size: 11px;
    }
    .payment-systems {
        margin: 0 24px 44px;
        justify-content: start;
        padding: 0;
    }
}