/*
Theme Name: Tmix Framework 3
Theme URI: https://freelancehunt.com/freelancer/galkin_lancer.html
Author: <a href="https://freelancehunt.com/freelancer/galkin_lancer.html">Alexey Ryabokon</a>
Author URI: https://freelancehunt.com/freelancer/galkin_lancer.html
Description: Designed by <a href="https://freelancehunt.com/freelancer/galkin_lancer.html">Alexey Ryabokon</a>.
Version: 3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

.info,
.success,
.warning,
.error,
.validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('https://i.imgur.com/GnyDvKN.png');
}

.navigation {
    box-shadow: 0 3px 34px #efefef;
}

.slider img {
    opacity: 0;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 5 !important;
}

#pizzas .product__image-img {
    height: 110%;
    max-width: 145%;
    border-radius: 18px;
    margin-left: -51px;
}

#pizzas .product__image {
    min-height: 243px !important;
    min-width: 292px !important;
    height: 270px;
    overflow: hidden;
    border-radius: 18px;
}

.fl-cart__lines h3 {
    text-align: center;
}

.button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 13px 16px 11px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    border: 1px solid #FF6900;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: #FF6900;
    outline: none;
    cursor: pointer;
    overflow: visible;
    touch-action: manipulation;
    transition: all 0.15s ease;
}

.button:focus,
.button:active {
    outline: none;
}

.button:hover {
    border-color: #d96334;
    background-color: #d96334;
}

.button__inc {
    position: relative;
}

.button_large {
    padding: 13px 32px;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
}

.button_primary {
    color: #fff;
    border: 1px solid #FF6900;
    background-color: #FF6900;
}

.button_primary:hover {
    border-color: #d96334;
    background-color: #d96334;
    color: #fff;
}

.button_primary .spinner__bubble-item-icon {
    fill: #fff;
}

.button_primary-outline {
    color: #FF6900;
    border: 1px solid #FF6900;
    background-color: transparent;
}

.button_primary-outline:hover {
    color: #d96334;
    border-color: #d96334;
    background-color: transparent;
}

.button_primary-outline .spinner__bubble-item-icon {
    fill: #FF6900;
}

.button_secondary {
    color: #000;
    border: 1px solid #b2b2b2;
    background-color: transparent;
    font-family: Helvetica, Arial, sans-serif;
}

.button_secondary:hover {
    color: #d96334;
    border-color: #FF6900;
    background-color: transparent;
}

.button_secondary .spinner__bubble-item-icon {
    fill: #FF6900;
}

.button_disabled,
.button:disabled,
.button[disabled] {
    cursor: default;
    opacity: 0.5;
    color: rgba(255, 255, 255, 0.5);
}

.button_disabled.button_primary,
.button:disabled.button_primary,
.button[disabled].button_primary {
    color: rgba(255, 255, 255, 0.5);
}

.button_disabled.button_primary-outline,
.button:disabled.button_primary-outline,
.button[disabled].button_primary-outline {
    color: rgba(255, 105, 0, 0.5);
    border-color: rgba(255, 105, 0, 0.5);
}

.button_disabled.button_secondary,
.button:disabled.button_secondary,
.button[disabled].button_secondary {
    color: rgba(55, 53, 53, 0.5);
    border-color: rgba(55, 53, 53, 0.2);
}

.button_disabled:hover,
.button:disabled:hover,
.button[disabled]:hover {
    background-color: #FF6900;
}

.button_disabled:hover.button_primary,
.button:disabled:hover.button_primary,
.button[disabled]:hover.button_primary {
    color: rgba(255, 255, 255, 0.5);
}

.button_disabled:hover.button_primary-outline,
.button:disabled:hover.button_primary-outline,
.button[disabled]:hover.button_primary-outline {
    color: rgba(255, 105, 0, 0.5);
    border-color: rgba(255, 105, 0, 0.5);
    background-color: transparent;
}

.button_disabled:hover.button_secondary,
.button:disabled:hover.button_secondary,
.button[disabled]:hover.button_secondary {
    color: rgba(55, 53, 53, 0.5);
    border-color: rgba(55, 53, 53, 0.2);
    background-color: transparent;
}

.button_loading {
    position: relative;
    opacity: 1 !important;
    color: transparent !important;
}

.button_no-left-radius {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='file']>input[type='button']::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.checkbox {
    padding: 0;
    margin: 0;
}

.checkbox__item {
    padding: 0 0 21px;
    list-style: none;
    font-size: 16px;
    line-height: 1.4;
}

.checkbox__item:nth-last-of-type(1) {
    padding-bottom: 0;
}

.checkbox__input {
    display: none;
    box-sizing: border-box;
    padding: 0;
}

.checkbox__input:checked+.checkbox__label:before {
    border-color: #ffc399;
}

.checkbox__input:checked+.checkbox__label:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.checkbox__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    padding-left: 30px;
}

.checkbox__label_mute {
    color: #878686;
}

.checkbox__label:before,
.checkbox__label:after {
    content: '';
    position: absolute;
}

.checkbox__label:before {
    top: 1px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color 0.25s ease;
}

.checkbox__label:after {
    top: 5px;
    left: 4px;
    width: 12px;
    height: 12px;
    background-image: url(../images/caf8fd574fc89e40bc25.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s ease, visibility 0.1s ease, -webkit-transform 0.075s ease;
    transition: transform 0.075s ease, opacity 0.1s ease, visibility 0.1s ease;
    transition: transform 0.075s ease, opacity 0.1s ease, visibility 0.1s ease, -webkit-transform 0.075s ease;
}

.checkbox__description {
    display: block;
    margin-top: 10px;
    margin-left: 35px;
    color: #878686;
    font-size: 13px;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.form {
    position: relative;
}

.form__row {
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
}

.form__row:after {
    content: " ";
    display: block;
    clear: both;
}

.form__col {
    position: relative;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.form__col_4-1 {
    width: 25%;
    width: calc(25% - 10px);
}

.form__col_4-2 {
    width: 50%;
    width: calc(50% - 10px);
}

.form__col_4-3 {
    width: 75%;
    width: calc(75% - 10px);
}

.form__col_4-4 {
    width: 100%;
    width: calc(100% - 10px);
}

.form__col_padtop {
    padding-top: 20px;
}

.form__col_floatright {
    float: right;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.container:after {
    content: " ";
    display: block;
    clear: both;
}

@media only screen and (max-width: 1439px) {
    .not-safari .container {
        width: 1024px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1424px) {
    .container {
        width: 1024px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1279px) {
    .not-safari .container {
        width: 960px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1264px) {
    .container {
        width: 960px;
        margin: 0 auto;
    }
}

[class*=" d6-1"][class*=" d6-1"],
[class^=d6-1][class^=d6-1],
[class*=" d6-2"][class*=" d6-2"],
[class^=d6-2][class^=d6-2],
[class*=" d6-3"][class*=" d6-3"],
[class^=d6-3][class^=d6-3],
[class*=" d6-4"][class*=" d6-4"],
[class^=d6-4][class^=d6-4],
[class*=" d6-5"][class*=" d6-5"],
[class^=d6-5][class^=d6-5],
[class*=" d6-6"][class*=" d6-6"],
[class^=d6-6][class^=d6-6],
.d6--all {
    display: block;
    float: left;
    clear: none;
    margin-right: -100%;
}

.d6--all.d6--all,
.d6--all.d6--all .d6--all.d6--all {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    clear: left;
}

.d6-1,
.d6--all .d6-1,
.d6-1.d6-1,
.d6-2,
.d6--all .d6-2,
.d6-2.d6-2,
.d6-3,
.d6--all .d6-3,
.d6-3.d6-3,
.d6-4,
.d6--all .d6-4,
.d6-4.d6-4,
.d6-5,
.d6--all .d6-5,
.d6-5.d6-5,
.d6-6,
.d6--all .d6-6,
.d6-6.d6-6 {
    width: 14.14141414%;
}

.d6-1-d6-5 .d6-1,
.d6-1-d6-5 .d6-2,
.d6-1-d6-5 .d6-3,
.d6-1-d6-5 .d6-4,
.d6-1-d6-5 .d6-5,
.d6-2-d6-6 .d6-2,
.d6-2-d6-6 .d6-3,
.d6-2-d6-6 .d6-4,
.d6-2-d6-6 .d6-5,
.d6-2-d6-6 .d6-6 {
    width: 17.07317073%;
}

.d6-1-d6-4 .d6-1,
.d6-1-d6-4 .d6-2,
.d6-1-d6-4 .d6-3,
.d6-1-d6-4 .d6-4,
.d6-2-d6-5 .d6-2,
.d6-2-d6-5 .d6-3,
.d6-2-d6-5 .d6-4,
.d6-2-d6-5 .d6-5,
.d6-3-d6-6 .d6-3,
.d6-3-d6-6 .d6-4,
.d6-3-d6-6 .d6-5,
.d6-3-d6-6 .d6-6 {
    width: 21.53846154%;
}

.d6-1-d6-3 .d6-1,
.d6-1-d6-3 .d6-2,
.d6-1-d6-3 .d6-3,
.d6-2-d6-4 .d6-2,
.d6-2-d6-4 .d6-3,
.d6-2-d6-4 .d6-4,
.d6-3-d6-5 .d6-3,
.d6-3-d6-5 .d6-4,
.d6-3-d6-5 .d6-5,
.d6-4-d6-6 .d6-4,
.d6-4-d6-6 .d6-5,
.d6-4-d6-6 .d6-6 {
    width: 29.16666667%;
}

.d6-1-d6-2.d6-1-d6-2,
.d6--all .d6-1-d6-2,
.d6-2-d6-3.d6-2-d6-3,
.d6--all .d6-2-d6-3,
.d6-3-d6-4.d6-3-d6-4,
.d6--all .d6-3-d6-4,
.d6-4-d6-5.d6-4-d6-5,
.d6--all .d6-4-d6-5,
.d6-5-d6-6.d6-5-d6-6,
.d6--all .d6-5-d6-6 {
    width: 31.31313131%;
}

.d6-1-d6-5 .d6-1-d6-2,
.d6-1-d6-5 .d6-2-d6-3,
.d6-1-d6-5 .d6-3-d6-4,
.d6-1-d6-5 .d6-4-d6-5,
.d6-2-d6-6 .d6-2-d6-3,
.d6-2-d6-6 .d6-3-d6-4,
.d6-2-d6-6 .d6-4-d6-5,
.d6-2-d6-6 .d6-5-d6-6 {
    width: 37.80487805%;
}

.d6-1-d6-2 .d6-1,
.d6-1-d6-2 .d6-2,
.d6-2-d6-3 .d6-2,
.d6-2-d6-3 .d6-3,
.d6-3-d6-4 .d6-3,
.d6-3-d6-4 .d6-4,
.d6-4-d6-5 .d6-4,
.d6-4-d6-5 .d6-5,
.d6-5-d6-6 .d6-5,
.d6-5-d6-6 .d6-6 {
    width: 45.16129032%;
}

.d6-1-d6-4 .d6-1-d6-2,
.d6-1-d6-4 .d6-2-d6-3,
.d6-1-d6-4 .d6-3-d6-4,
.d6-2-d6-5 .d6-2-d6-3,
.d6-2-d6-5 .d6-3-d6-4,
.d6-2-d6-5 .d6-4-d6-5,
.d6-3-d6-6 .d6-3-d6-4,
.d6-3-d6-6 .d6-4-d6-5,
.d6-3-d6-6 .d6-5-d6-6 {
    width: 47.69230769%;
}

.d6-1-d6-3.d6-1-d6-3,
.d6--all .d6-1-d6-3,
.d6-2-d6-4.d6-2-d6-4,
.d6--all .d6-2-d6-4,
.d6-3-d6-5.d6-3-d6-5,
.d6--all .d6-3-d6-5,
.d6-4-d6-6.d6-4-d6-6,
.d6--all .d6-4-d6-6 {
    width: 48.48484848%;
}

.d6-1-d6-5 .d6-1-d6-3,
.d6-1-d6-5 .d6-2-d6-4,
.d6-1-d6-5 .d6-3-d6-5,
.d6-2-d6-6 .d6-2-d6-4,
.d6-2-d6-6 .d6-3-d6-5,
.d6-2-d6-6 .d6-4-d6-6 {
    width: 58.53658537%;
}

.d6-1-d6-3 .d6-1-d6-2,
.d6-1-d6-3 .d6-2-d6-3,
.d6-2-d6-4 .d6-2-d6-3,
.d6-2-d6-4 .d6-3-d6-4,
.d6-3-d6-5 .d6-3-d6-4,
.d6-3-d6-5 .d6-4-d6-5,
.d6-4-d6-6 .d6-4-d6-5,
.d6-4-d6-6 .d6-5-d6-6 {
    width: 64.58333333%;
}

.d6-1-d6-4.d6-1-d6-4,
.d6--all .d6-1-d6-4,
.d6-2-d6-5.d6-2-d6-5,
.d6--all .d6-2-d6-5,
.d6-3-d6-6.d6-3-d6-6,
.d6--all .d6-3-d6-6 {
    width: 65.65656565%;
}

.d6-1-d6-4 .d6-1-d6-3,
.d6-1-d6-4 .d6-2-d6-4,
.d6-2-d6-5 .d6-2-d6-4,
.d6-2-d6-5 .d6-3-d6-5,
.d6-3-d6-6 .d6-3-d6-5,
.d6-3-d6-6 .d6-4-d6-6 {
    width: 73.84615385%;
}

.d6-1-d6-5 .d6-1-d6-4,
.d6-1-d6-5 .d6-2-d6-5,
.d6-2-d6-6 .d6-2-d6-5,
.d6-2-d6-6 .d6-3-d6-6 {
    width: 79.26829268%;
}

.d6-1-d6-5.d6-1-d6-5,
.d6--all .d6-1-d6-5,
.d6-2-d6-6.d6-2-d6-6,
.d6--all .d6-2-d6-6 {
    width: 82.82828282%;
}

.d6--all [class*=" d6--pad"],
.d6--all [class^=d6--pad],
[class*=" d6--pad"],
[class^=d6--pad] {
    padding-left: 1.51515152%;
    padding-right: 1.51515152%;
    left: -1.51515152%;
}

.d6-1-d6-5 [class*=" d6--pad"],
.d6-1-d6-5 [class^=d6--pad],
.d6-2-d6-6 [class*=" d6--pad"],
.d6-2-d6-6 [class^=d6--pad] {
    padding-left: 1.82926829%;
    padding-right: 1.82926829%;
    left: -1.82926829%;
}

.d6-1-d6-4 [class*=" d6--pad"],
.d6-1-d6-4 [class^=d6--pad],
.d6-2-d6-5 [class*=" d6--pad"],
.d6-2-d6-5 [class^=d6--pad],
.d6-3-d6-6 [class*=" d6--pad"],
.d6-3-d6-6 [class^=d6--pad] {
    padding-left: 2.30769231%;
    padding-right: 2.30769231%;
    left: -2.30769231%;
}

.d6--all [class~=d6--padfull],
.d6--all [class~=d6--padinfull],
[class~=d6--padfull],
[class~=d6--padinfull] {
    padding-left: 3.03030303%;
    padding-right: 3.03030303%;
    left: -3.03030303%;
}

.d6-1-d6-3 [class*=" d6--pad"],
.d6-1-d6-3 [class^=d6--pad],
.d6-2-d6-4 [class*=" d6--pad"],
.d6-2-d6-4 [class^=d6--pad],
.d6-3-d6-5 [class*=" d6--pad"],
.d6-3-d6-5 [class^=d6--pad],
.d6-4-d6-6 [class*=" d6--pad"],
.d6-4-d6-6 [class^=d6--pad] {
    padding-left: 3.125%;
    padding-right: 3.125%;
    left: -3.125%;
}

.d6-1-d6-5 [class~=d6--padfull],
.d6-1-d6-5 [class~=d6--padinfull],
.d6-2-d6-6 [class~=d6--padfull],
.d6-2-d6-6 [class~=d6--padinfull] {
    padding-left: 3.65853659%;
    padding-right: 3.65853659%;
    left: -3.65853659%;
}

.d6-1-d6-4 [class~=d6--padfull],
.d6-1-d6-4 [class~=d6--padinfull],
.d6-2-d6-5 [class~=d6--padfull],
.d6-2-d6-5 [class~=d6--padinfull],
.d6-3-d6-6 [class~=d6--padfull],
.d6-3-d6-6 [class~=d6--padinfull] {
    padding-left: 4.61538462%;
    padding-right: 4.61538462%;
    left: -4.61538462%;
}

.d6-1-d6-2 [class*=" d6--pad"],
.d6-1-d6-2 [class^=d6--pad],
.d6-2-d6-3 [class*=" d6--pad"],
.d6-2-d6-3 [class^=d6--pad],
.d6-3-d6-4 [class*=" d6--pad"],
.d6-3-d6-4 [class^=d6--pad],
.d6-4-d6-5 [class*=" d6--pad"],
.d6-4-d6-5 [class^=d6--pad],
.d6-5-d6-6 [class*=" d6--pad"],
.d6-5-d6-6 [class^=d6--pad] {
    padding-left: 4.83870968%;
    padding-right: 4.83870968%;
    left: -4.83870968%;
}

.d6-1-d6-3 [class~=d6--padfull],
.d6-1-d6-3 [class~=d6--padinfull],
.d6-2-d6-4 [class~=d6--padfull],
.d6-2-d6-4 [class~=d6--padinfull],
.d6-3-d6-5 [class~=d6--padfull],
.d6-3-d6-5 [class~=d6--padinfull],
.d6-4-d6-6 [class~=d6--padfull],
.d6-4-d6-6 [class~=d6--padinfull] {
    padding-left: 6.25%;
    padding-right: 6.25%;
    left: -6.25%;
}

.d6-1-d6-2 [class~=d6--padfull],
.d6-1-d6-2 [class~=d6--padinfull],
.d6-2-d6-3 [class~=d6--padfull],
.d6-2-d6-3 [class~=d6--padinfull],
.d6-3-d6-4 [class~=d6--padfull],
.d6-3-d6-4 [class~=d6--padinfull],
.d6-4-d6-5 [class~=d6--padfull],
.d6-4-d6-5 [class~=d6--padinfull],
.d6-5-d6-6 [class~=d6--padfull],
.d6-5-d6-6 [class~=d6--padinfull] {
    padding-left: 9.67741935%;
    padding-right: 9.67741935%;
    left: -9.67741935%;
}

.d6--pad,
.d6--padfull,
.d6--all .d6--pad,
.d6--all .d6--padfull {
    position: relative;
    box-sizing: content-box;
}

.d6--padin[class~=d6--padin],
.d6--padinfull[class~=d6--padinfull],
.d6--all .d6--padin[class~=d6--padin],
.d6--all .d6--padinfull[class~=d6--padinfull] {
    box-sizing: border-box;
    left: 0;
}

[class*=" d6-6"][class*=" d6-6"],
[class^=d6-6][class^=d6-6],
.d6--all [class*=" d6-6"],
.d6--all [class^=d6-6] {
    margin-left: 85.85858585%;
}

[class*=" d6-5"][class*=" d6-5"],
[class^=d6-5][class^=d6-5],
.d6--all [class*=" d6-5"],
.d6--all [class^=d6-5] {
    margin-left: 68.68686868%;
}

[class*=" d6-4"][class*=" d6-4"],
[class^=d6-4][class^=d6-4],
.d6--all [class*=" d6-4"],
.d6--all [class^=d6-4] {
    margin-left: 51.51515151%;
}

[class*=" d6-3"][class*=" d6-3"],
[class^=d6-3][class^=d6-3],
.d6--all [class*=" d6-3"],
.d6--all [class^=d6-3] {
    margin-left: 34.34343434%;
}

[class*=" d6-2"][class*=" d6-2"],
[class^=d6-2][class^=d6-2],
.d6--all [class*=" d6-2"],
.d6--all [class^=d6-2] {
    margin-left: 17.17171717%;
}

.d6-2-d6-6 [class*=" d6-6"],
.d6-2-d6-6 [class^=d6-6] {
    margin-left: 82.92682927%;
}

.d6-2-d6-6 [class*=" d6-5"],
.d6-2-d6-6 [class^=d6-5] {
    margin-left: 62.19512195%;
}

.d6-2-d6-6 [class*=" d6-4"],
.d6-2-d6-6 [class^=d6-4] {
    margin-left: 41.46341463%;
}

.d6-2-d6-6 [class*=" d6-3"],
.d6-2-d6-6 [class^=d6-3] {
    margin-left: 20.73170732%;
}

.d6-3-d6-6 [class*=" d6-6"],
.d6-3-d6-6 [class^=d6-6] {
    margin-left: 78.46153846%;
}

.d6-3-d6-6 [class*=" d6-5"],
.d6-3-d6-6 [class^=d6-5] {
    margin-left: 52.30769231%;
}

.d6-3-d6-6 [class*=" d6-4"],
.d6-3-d6-6 [class^=d6-4] {
    margin-left: 26.15384615%;
}

.d6-4-d6-6 [class*=" d6-6"],
.d6-4-d6-6 [class^=d6-6] {
    margin-left: 70.83333333%;
}

.d6-4-d6-6 [class*=" d6-5"],
.d6-4-d6-6 [class^=d6-5] {
    margin-left: 35.41666667%;
}

.d6-5-d6-6 [class*=" d6-6"],
.d6-5-d6-6 [class^=d6-6] {
    margin-left: 54.83870968%;
}

.d6-1-d6-5 [class*=" d6-5"],
.d6-1-d6-5 [class^=d6-5] {
    margin-left: 82.92682927%;
}

.d6-1-d6-5 [class*=" d6-4"],
.d6-1-d6-5 [class^=d6-4] {
    margin-left: 62.19512195%;
}

.d6-1-d6-5 [class*=" d6-3"],
.d6-1-d6-5 [class^=d6-3] {
    margin-left: 41.46341463%;
}

.d6-1-d6-5 [class*=" d6-2"],
.d6-1-d6-5 [class^=d6-2] {
    margin-left: 20.73170732%;
}

.d6-2-d6-5 [class*=" d6-5"],
.d6-2-d6-5 [class^=d6-5] {
    margin-left: 78.46153846%;
}

.d6-2-d6-5 [class*=" d6-4"],
.d6-2-d6-5 [class^=d6-4] {
    margin-left: 52.30769231%;
}

.d6-2-d6-5 [class*=" d6-3"],
.d6-2-d6-5 [class^=d6-3] {
    margin-left: 26.15384615%;
}

.d6-3-d6-5 [class*=" d6-5"],
.d6-3-d6-5 [class^=d6-5] {
    margin-left: 70.83333333%;
}

.d6-3-d6-5 [class*=" d6-4"],
.d6-3-d6-5 [class^=d6-4] {
    margin-left: 35.41666667%;
}

.d6-4-d6-5 [class*=" d6-5"],
.d6-4-d6-5 [class^=d6-5] {
    margin-left: 54.83870968%;
}

.d6-1-d6-4 [class*=" d6-4"],
.d6-1-d6-4 [class^=d6-4] {
    margin-left: 78.46153846%;
}

.d6-1-d6-4 [class*=" d6-3"],
.d6-1-d6-4 [class^=d6-3] {
    margin-left: 52.30769231%;
}

.d6-1-d6-4 [class*=" d6-2"],
.d6-1-d6-4 [class^=d6-2] {
    margin-left: 26.15384615%;
}

.d6-2-d6-4 [class*=" d6-4"],
.d6-2-d6-4 [class^=d6-4] {
    margin-left: 70.83333333%;
}

.d6-2-d6-4 [class*=" d6-3"],
.d6-2-d6-4 [class^=d6-3] {
    margin-left: 35.41666667%;
}

.d6-3-d6-4 [class*=" d6-4"],
.d6-3-d6-4 [class^=d6-4] {
    margin-left: 54.83870968%;
}

.d6-1-d6-3 [class*=" d6-3"],
.d6-1-d6-3 [class^=d6-3] {
    margin-left: 70.83333333%;
}

.d6-1-d6-3 [class*=" d6-2"],
.d6-1-d6-3 [class^=d6-2] {
    margin-left: 35.41666667%;
}

.d6-2-d6-3 [class*=" d6-3"],
.d6-2-d6-3 [class^=d6-3] {
    margin-left: 54.83870968%;
}

.d6-1-d6-2 [class*=" d6-2"],
.d6-1-d6-2 [class^=d6-2] {
    margin-left: 54.83870968%;
}

[class*=" d6--float"][class*=" d6--float"],
[class^=d6--float][class^=d6--float] {
    margin-left: 3.03030303%;
    margin-right: 3.03030303%;
}

.d6-1-d6-5 [class*=" d6--float"][class*=" d6--float"],
.d6-1-d6-5 [class^=d6--float][class^=d6--float],
.d6-2-d6-6 [class*=" d6--float"][class*=" d6--float"],
.d6-2-d6-6 [class^=d6--float][class^=d6--float] {
    margin-left: 3.6585365853659%;
    margin-right: 3.6585365853659%;
}

.d6-1-d6-4 [class*=" d6--float"][class*=" d6--float"],
.d6-1-d6-4 [class^=d6--float][class^=d6--float],
.d6-2-d6-5 [class*=" d6--float"][class*=" d6--float"],
.d6-2-d6-5 [class^=d6--float][class^=d6--float],
.d6-3-d6-6 [class*=" d6--float"][class*=" d6--float"],
.d6-3-d6-6 [class^=d6--float][class^=d6--float] {
    margin-left: 4.6153846153846%;
    margin-right: 4.6153846153846%;
}

.d6-1-d6-3 [class*=" d6--float"][class*=" d6--float"],
.d6-1-d6-3 [class^=d6--float][class^=d6--float],
.d6-2-d6-4 [class*=" d6--float"][class*=" d6--float"],
.d6-2-d6-4 [class^=d6--float][class^=d6--float],
.d6-3-d6-5 [class*=" d6--float"][class*=" d6--float"],
.d6-3-d6-5 [class^=d6--float][class^=d6--float],
.d6-4-d6-6 [class*=" d6--float"][class*=" d6--float"],
.d6-4-d6-6 [class^=d6--float][class^=d6--float] {
    margin-left: 6.25%;
    margin-right: 6.25%;
}

.d6-1-d6-2 [class*=" d6--float"][class*=" d6--float"],
.d6-1-d6-2 [class^=d6--float][class^=d6--float],
.d6-2-d6-3 [class*=" d6--float"][class*=" d6--float"],
.d6-2-d6-3 [class^=d6--float][class^=d6--float],
.d6-3-d6-4 [class*=" d6--float"][class*=" d6--float"],
.d6-3-d6-4 [class^=d6--float][class^=d6--float],
.d6-4-d6-5 [class*=" d6--float"][class*=" d6--float"],
.d6-4-d6-5 [class^=d6--float][class^=d6--float],
.d6-5-d6-6 [class*=" d6--float"][class*=" d6--float"],
.d6-5-d6-6 [class^=d6--float][class^=d6--float] {
    margin-left: 9.6774193548387%;
    margin-right: 9.6774193548387%;
}

.d6--floatright.d6--floatright {
    float: right;
    margin-right: 0 !important;
}

.d6--floatleft.d6--floatleft {
    float: left;
    margin-left: 0 !important;
}

.d6--all+[class*=" d6-2"],
.d6--all+[class^=d6-2] {
    clear: left;
}

.d6--all+[class*=" d6-3"],
.d6--all+[class^=d6-3] {
    clear: left;
}

.d6--all+[class*=" d6-4"],
.d6--all+[class^=d6-4] {
    clear: left;
}

.d6--all+[class*=" d6-5"],
.d6--all+[class^=d6-5] {
    clear: left;
}

.d6--all+[class*=" d6-6"],
.d6--all+[class^=d6-6] {
    clear: left;
}

.d6--all,
[class*=" d6-1-"][class*=" d6-1-"],
[class^=d6-1-][class^=d6-1-],
.d6-1.d6-1,
[class*=" d6-2"] [class*=d6-2],
[class^=d6-2] [class*=d6-2],
[class*=" d6-3"] [class*=d6-3],
[class^=d6-3] [class*=d6-3],
[class*=" d6-4"] [class*=d6-4],
[class^=d6-4] [class*=d6-4],
[class*=" d6-5"] [class*=d6-5],
[class^=d6-5] [class*=d6-5],
[class*=" d6-6"] [class*=d6-6],
[class^=d6-6] [class*=d6-6] {
    margin-left: 0;
    clear: left;
}

[class*=" d6-2"]+[class*=d6-2],
[class^=d6-2]+[class*=d6-2],
[class*=-d6-2]+[class*=d6-2],
[class*=" d6-3"]+[class*=d6-3],
[class^=d6-3]+[class*=d6-3],
[class*=-d6-3]+[class*=d6-3],
[class*=" d6-3"]+[class*=d6-2],
[class^=d6-3]+[class*=d6-2],
[class*=-d6-3]+[class*=d6-2],
[class*=" d6-4"]+[class*=d6-4],
[class^=d6-4]+[class*=d6-4],
[class*=-d6-4]+[class*=d6-4],
[class*=" d6-4"]+[class*=d6-3],
[class^=d6-4]+[class*=d6-3],
[class*=-d6-4]+[class*=d6-3],
[class*=" d6-4"]+[class*=d6-2],
[class^=d6-4]+[class*=d6-2],
[class*=-d6-4]+[class*=d6-2],
[class*=" d6-5"]+[class*=d6-5],
[class^=d6-5]+[class*=d6-5],
[class*=-d6-5]+[class*=d6-5],
[class*=" d6-5"]+[class*=d6-4],
[class^=d6-5]+[class*=d6-4],
[class*=-d6-5]+[class*=d6-4],
[class*=" d6-5"]+[class*=d6-3],
[class^=d6-5]+[class*=d6-3],
[class*=-d6-5]+[class*=d6-3],
[class*=" d6-5"]+[class*=d6-2],
[class^=d6-5]+[class*=d6-2],
[class*=-d6-5]+[class*=d6-2],
[class*=" d6-6"]+[class*=d6-6],
[class^=d6-6]+[class*=d6-6],
[class*=-d6-6]+[class*=d6-6],
[class*=" d6-6"]+[class*=d6-5],
[class^=d6-6]+[class*=d6-5],
[class*=-d6-6]+[class*=d6-5],
[class*=" d6-6"]+[class*=d6-4],
[class^=d6-6]+[class*=d6-4],
[class*=-d6-6]+[class*=d6-4],
[class*=" d6-6"]+[class*=d6-3],
[class^=d6-6]+[class*=d6-3],
[class*=-d6-6]+[class*=d6-3],
[class*=" d6-6"]+[class*=d6-2],
[class^=d6-6]+[class*=d6-2],
[class*=-d6-6]+[class*=d6-2],
.d6--clear.d6--clear {
    clear: left;
}

.d6--overlap.d6--overlap {
    clear: none;
}

.d6--hide.d6--hide,
.gridoverlay .d6--hide.d6--hide {
    display: none;
}

.d6--show.d6--show,
.gridoverlay .d6--show.d6--show {
    display: block;
}

.d6--showgrid .d6--show,
.d6--showgrid.d6--show,
.gridsetnoareas .d6--show {
    display: block !important;
}

[class*=" d5-1"][class*=" d5-1"],
[class^=d5-1][class^=d5-1],
[class*=" d5-2"][class*=" d5-2"],
[class^=d5-2][class^=d5-2],
[class*=" d5-3"][class*=" d5-3"],
[class^=d5-3][class^=d5-3],
[class*=" d5-4"][class*=" d5-4"],
[class^=d5-4][class^=d5-4],
[class*=" d5-5"][class*=" d5-5"],
[class^=d5-5][class^=d5-5],
.d5--all {
    display: block;
    float: left;
    clear: none;
    margin-right: -100%;
}

.d5--all.d5--all,
.d5--all.d5--all .d5--all.d5--all {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    clear: left;
}

.d5-1,
.d5--all .d5-1,
.d5-1.d5-1,
.d5-2,
.d5--all .d5-2,
.d5-2.d5-2,
.d5-3,
.d5--all .d5-3,
.d5-3.d5-3,
.d5-4,
.d5--all .d5-4,
.d5-4.d5-4,
.d5-5,
.d5--all .d5-5,
.d5-5.d5-5 {
    width: 17.57575757%;
}

.d5-1-d5-4 .d5-1,
.d5-1-d5-4 .d5-2,
.d5-1-d5-4 .d5-3,
.d5-1-d5-4 .d5-4,
.d5-2-d5-5 .d5-2,
.d5-2-d5-5 .d5-3,
.d5-2-d5-5 .d5-4,
.d5-2-d5-5 .d5-5 {
    width: 22.13740458%;
}

.d5-1-d5-3 .d5-1,
.d5-1-d5-3 .d5-2,
.d5-1-d5-3 .d5-3,
.d5-2-d5-4 .d5-2,
.d5-2-d5-4 .d5-3,
.d5-2-d5-4 .d5-4,
.d5-3-d5-5 .d5-3,
.d5-3-d5-5 .d5-4,
.d5-3-d5-5 .d5-5 {
    width: 29.89690722%;
}

.d5-1-d5-2.d5-1-d5-2,
.d5--all .d5-1-d5-2,
.d5-2-d5-3.d5-2-d5-3,
.d5--all .d5-2-d5-3,
.d5-3-d5-4.d5-3-d5-4,
.d5--all .d5-3-d5-4,
.d5-4-d5-5.d5-4-d5-5,
.d5--all .d5-4-d5-5 {
    width: 38.18181817%;
}

.d5-1-d5-2 .d5-1,
.d5-1-d5-2 .d5-2,
.d5-2-d5-3 .d5-2,
.d5-2-d5-3 .d5-3,
.d5-3-d5-4 .d5-3,
.d5-3-d5-4 .d5-4,
.d5-4-d5-5 .d5-4,
.d5-4-d5-5 .d5-5 {
    width: 46.03174603%;
}

.d5-1-d5-4 .d5-1-d5-2,
.d5-1-d5-4 .d5-2-d5-3,
.d5-1-d5-4 .d5-3-d5-4,
.d5-2-d5-5 .d5-2-d5-3,
.d5-2-d5-5 .d5-3-d5-4,
.d5-2-d5-5 .d5-4-d5-5 {
    width: 48.09160305%;
}

.d5-1-d5-3.d5-1-d5-3,
.d5--all .d5-1-d5-3,
.d5-2-d5-4.d5-2-d5-4,
.d5--all .d5-2-d5-4,
.d5-3-d5-5.d5-3-d5-5,
.d5--all .d5-3-d5-5 {
    width: 58.78787877%;
}

.d5-1-d5-3 .d5-1-d5-2,
.d5-1-d5-3 .d5-2-d5-3,
.d5-2-d5-4 .d5-2-d5-3,
.d5-2-d5-4 .d5-3-d5-4,
.d5-3-d5-5 .d5-3-d5-4,
.d5-3-d5-5 .d5-4-d5-5 {
    width: 64.94845361%;
}

.d5-1-d5-4 .d5-1-d5-3,
.d5-1-d5-4 .d5-2-d5-4,
.d5-2-d5-5 .d5-2-d5-4,
.d5-2-d5-5 .d5-3-d5-5 {
    width: 74.04580153%;
}

.d5-1-d5-4.d5-1-d5-4,
.d5--all .d5-1-d5-4,
.d5-2-d5-5.d5-2-d5-5,
.d5--all .d5-2-d5-5 {
    width: 79.39393937%;
}

.d5--all [class*=" d5--pad"],
.d5--all [class^=d5--pad],
[class*=" d5--pad"],
[class^=d5--pad] {
    padding-left: 1.51515152%;
    padding-right: 1.51515152%;
    left: -1.51515152%;
}

.d5-1-d5-4 [class*=" d5--pad"],
.d5-1-d5-4 [class^=d5--pad],
.d5-2-d5-5 [class*=" d5--pad"],
.d5-2-d5-5 [class^=d5--pad] {
    padding-left: 1.90839695%;
    padding-right: 1.90839695%;
    left: -1.90839695%;
}

.d5-1-d5-3 [class*=" d5--pad"],
.d5-1-d5-3 [class^=d5--pad],
.d5-2-d5-4 [class*=" d5--pad"],
.d5-2-d5-4 [class^=d5--pad],
.d5-3-d5-5 [class*=" d5--pad"],
.d5-3-d5-5 [class^=d5--pad] {
    padding-left: 2.57731959%;
    padding-right: 2.57731959%;
    left: -2.57731959%;
}

.d5--all [class~=d5--padfull],
.d5--all [class~=d5--padinfull],
[class~=d5--padfull],
[class~=d5--padinfull] {
    padding-left: 3.03030303%;
    padding-right: 3.03030303%;
    left: -3.03030303%;
}

.d5-1-d5-4 [class~=d5--padfull],
.d5-1-d5-4 [class~=d5--padinfull],
.d5-2-d5-5 [class~=d5--padfull],
.d5-2-d5-5 [class~=d5--padinfull] {
    padding-left: 3.81679389%;
    padding-right: 3.81679389%;
    left: -3.81679389%;
}

.d5-1-d5-2 [class*=" d5--pad"],
.d5-1-d5-2 [class^=d5--pad],
.d5-2-d5-3 [class*=" d5--pad"],
.d5-2-d5-3 [class^=d5--pad],
.d5-3-d5-4 [class*=" d5--pad"],
.d5-3-d5-4 [class^=d5--pad],
.d5-4-d5-5 [class*=" d5--pad"],
.d5-4-d5-5 [class^=d5--pad] {
    padding-left: 3.96825397%;
    padding-right: 3.96825397%;
    left: -3.96825397%;
}

.d5-1-d5-3 [class~=d5--padfull],
.d5-1-d5-3 [class~=d5--padinfull],
.d5-2-d5-4 [class~=d5--padfull],
.d5-2-d5-4 [class~=d5--padinfull],
.d5-3-d5-5 [class~=d5--padfull],
.d5-3-d5-5 [class~=d5--padinfull] {
    padding-left: 5.15463918%;
    padding-right: 5.15463918%;
    left: -5.15463918%;
}

.d5-1-d5-2 [class~=d5--padfull],
.d5-1-d5-2 [class~=d5--padinfull],
.d5-2-d5-3 [class~=d5--padfull],
.d5-2-d5-3 [class~=d5--padinfull],
.d5-3-d5-4 [class~=d5--padfull],
.d5-3-d5-4 [class~=d5--padinfull],
.d5-4-d5-5 [class~=d5--padfull],
.d5-4-d5-5 [class~=d5--padinfull] {
    padding-left: 7.93650794%;
    padding-right: 7.93650794%;
    left: -7.93650794%;
}

.d5--pad,
.d5--padfull,
.d5--all .d5--pad,
.d5--all .d5--padfull {
    position: relative;
    box-sizing: content-box;
}

.d5--padin[class~=d5--padin],
.d5--padinfull[class~=d5--padinfull],
.d5--all .d5--padin[class~=d5--padin],
.d5--all .d5--padinfull[class~=d5--padinfull] {
    box-sizing: border-box;
    left: 0;
}

[class*=" d5-5"][class*=" d5-5"],
[class^=d5-5][class^=d5-5],
.d5--all [class*=" d5-5"],
.d5--all [class^=d5-5] {
    margin-left: 82.4242424%;
}

[class*=" d5-4"][class*=" d5-4"],
[class^=d5-4][class^=d5-4],
.d5--all [class*=" d5-4"],
.d5--all [class^=d5-4] {
    margin-left: 61.8181818%;
}

[class*=" d5-3"][class*=" d5-3"],
[class^=d5-3][class^=d5-3],
.d5--all [class*=" d5-3"],
.d5--all [class^=d5-3] {
    margin-left: 41.2121212%;
}

[class*=" d5-2"][class*=" d5-2"],
[class^=d5-2][class^=d5-2],
.d5--all [class*=" d5-2"],
.d5--all [class^=d5-2] {
    margin-left: 20.6060606%;
}

.d5-2-d5-5 [class*=" d5-5"],
.d5-2-d5-5 [class^=d5-5] {
    margin-left: 77.86259542%;
}

.d5-2-d5-5 [class*=" d5-4"],
.d5-2-d5-5 [class^=d5-4] {
    margin-left: 51.90839695%;
}

.d5-2-d5-5 [class*=" d5-3"],
.d5-2-d5-5 [class^=d5-3] {
    margin-left: 25.95419847%;
}

.d5-3-d5-5 [class*=" d5-5"],
.d5-3-d5-5 [class^=d5-5] {
    margin-left: 70.10309278%;
}

.d5-3-d5-5 [class*=" d5-4"],
.d5-3-d5-5 [class^=d5-4] {
    margin-left: 35.05154639%;
}

.d5-4-d5-5 [class*=" d5-5"],
.d5-4-d5-5 [class^=d5-5] {
    margin-left: 53.96825397%;
}

.d5-1-d5-4 [class*=" d5-4"],
.d5-1-d5-4 [class^=d5-4] {
    margin-left: 77.86259542%;
}

.d5-1-d5-4 [class*=" d5-3"],
.d5-1-d5-4 [class^=d5-3] {
    margin-left: 51.90839695%;
}

.d5-1-d5-4 [class*=" d5-2"],
.d5-1-d5-4 [class^=d5-2] {
    margin-left: 25.95419847%;
}

.d5-2-d5-4 [class*=" d5-4"],
.d5-2-d5-4 [class^=d5-4] {
    margin-left: 70.10309278%;
}

.d5-2-d5-4 [class*=" d5-3"],
.d5-2-d5-4 [class^=d5-3] {
    margin-left: 35.05154639%;
}

.d5-3-d5-4 [class*=" d5-4"],
.d5-3-d5-4 [class^=d5-4] {
    margin-left: 53.96825397%;
}

.d5-1-d5-3 [class*=" d5-3"],
.d5-1-d5-3 [class^=d5-3] {
    margin-left: 70.10309278%;
}

.d5-1-d5-3 [class*=" d5-2"],
.d5-1-d5-3 [class^=d5-2] {
    margin-left: 35.05154639%;
}

.d5-2-d5-3 [class*=" d5-3"],
.d5-2-d5-3 [class^=d5-3] {
    margin-left: 53.96825397%;
}

.d5-1-d5-2 [class*=" d5-2"],
.d5-1-d5-2 [class^=d5-2] {
    margin-left: 53.96825397%;
}

[class*=" d5--float"][class*=" d5--float"],
[class^=d5--float][class^=d5--float] {
    margin-left: 3.03030303%;
    margin-right: 3.03030303%;
}

.d5-1-d5-4 [class*=" d5--float"][class*=" d5--float"],
.d5-1-d5-4 [class^=d5--float][class^=d5--float],
.d5-2-d5-5 [class*=" d5--float"][class*=" d5--float"],
.d5-2-d5-5 [class^=d5--float][class^=d5--float] {
    margin-left: 3.816793893899%;
    margin-right: 3.816793893899%;
}

.d5-1-d5-3 [class*=" d5--float"][class*=" d5--float"],
.d5-1-d5-3 [class^=d5--float][class^=d5--float],
.d5-2-d5-4 [class*=" d5--float"][class*=" d5--float"],
.d5-2-d5-4 [class^=d5--float][class^=d5--float],
.d5-3-d5-5 [class*=" d5--float"][class*=" d5--float"],
.d5-3-d5-5 [class^=d5--float][class^=d5--float] {
    margin-left: 5.1546391763099%;
    margin-right: 5.1546391763099%;
}

.d5-1-d5-2 [class*=" d5--float"][class*=" d5--float"],
.d5-1-d5-2 [class^=d5--float][class^=d5--float],
.d5-2-d5-3 [class*=" d5--float"][class*=" d5--float"],
.d5-2-d5-3 [class^=d5--float][class^=d5--float],
.d5-3-d5-4 [class*=" d5--float"][class*=" d5--float"],
.d5-3-d5-4 [class^=d5--float][class^=d5--float],
.d5-4-d5-5 [class*=" d5--float"][class*=" d5--float"],
.d5-4-d5-5 [class^=d5--float][class^=d5--float] {
    margin-left: 7.9365079381708%;
    margin-right: 7.9365079381708%;
}

.d5--floatright.d5--floatright {
    float: right;
    margin-right: 0 !important;
}

.d5--floatleft.d5--floatleft {
    float: left;
    margin-left: 0 !important;
}

.d5--all+[class*=" d5-2"],
.d5--all+[class^=d5-2] {
    clear: left;
}

.d5--all+[class*=" d5-3"],
.d5--all+[class^=d5-3] {
    clear: left;
}

.d5--all+[class*=" d5-4"],
.d5--all+[class^=d5-4] {
    clear: left;
}

.d5--all+[class*=" d5-5"],
.d5--all+[class^=d5-5] {
    clear: left;
}

.d5--all,
[class*=" d5-1-"][class*=" d5-1-"],
[class^=d5-1-][class^=d5-1-],
.d5-1.d5-1,
[class*=" d5-2"] [class*=d5-2],
[class^=d5-2] [class*=d5-2],
[class*=" d5-3"] [class*=d5-3],
[class^=d5-3] [class*=d5-3],
[class*=" d5-4"] [class*=d5-4],
[class^=d5-4] [class*=d5-4],
[class*=" d5-5"] [class*=d5-5],
[class^=d5-5] [class*=d5-5] {
    margin-left: 0;
    clear: left;
}

[class*=" d5-2"]+[class*=d5-2],
[class^=d5-2]+[class*=d5-2],
[class*=-d5-2]+[class*=d5-2],
[class*=" d5-3"]+[class*=d5-3],
[class^=d5-3]+[class*=d5-3],
[class*=-d5-3]+[class*=d5-3],
[class*=" d5-3"]+[class*=d5-2],
[class^=d5-3]+[class*=d5-2],
[class*=-d5-3]+[class*=d5-2],
[class*=" d5-4"]+[class*=d5-4],
[class^=d5-4]+[class*=d5-4],
[class*=-d5-4]+[class*=d5-4],
[class*=" d5-4"]+[class*=d5-3],
[class^=d5-4]+[class*=d5-3],
[class*=-d5-4]+[class*=d5-3],
[class*=" d5-4"]+[class*=d5-2],
[class^=d5-4]+[class*=d5-2],
[class*=-d5-4]+[class*=d5-2],
[class*=" d5-5"]+[class*=d5-5],
[class^=d5-5]+[class*=d5-5],
[class*=-d5-5]+[class*=d5-5],
[class*=" d5-5"]+[class*=d5-4],
[class^=d5-5]+[class*=d5-4],
[class*=-d5-5]+[class*=d5-4],
[class*=" d5-5"]+[class*=d5-3],
[class^=d5-5]+[class*=d5-3],
[class*=-d5-5]+[class*=d5-3],
[class*=" d5-5"]+[class*=d5-2],
[class^=d5-5]+[class*=d5-2],
[class*=-d5-5]+[class*=d5-2],
.d5--clear.d5--clear {
    clear: left;
}

.d5--overlap.d5--overlap {
    clear: none;
}

.d5--hide.d5--hide,
.gridoverlay .d5--hide.d5--hide {
    display: none;
}

.d5--show.d5--show,
.gridoverlay .d5--show.d5--show {
    display: block;
}

.d5--showgrid .d5--show,
.d5--showgrid.d5--show,
.gridsetnoareas .d5--show {
    display: block !important;
}

[class*=" d4-1"][class*=" d4-1"],
[class^=d4-1][class^=d4-1],
[class*=" d4-2"][class*=" d4-2"],
[class^=d4-2][class^=d4-2],
[class*=" d4-3"][class*=" d4-3"],
[class^=d4-3][class^=d4-3],
[class*=" d4-4"][class*=" d4-4"],
[class^=d4-4][class^=d4-4],
.d4--all {
    display: block;
    float: left;
    clear: none;
    margin-right: -100%;
}

.d4--all.d4--all,
.d4--all.d4--all .d4--all.d4--all {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    clear: left;
}

.d4-1,
.d4--all .d4-1,
.d4-1.d4-1,
.d4-2,
.d4--all .d4-2,
.d4-2.d4-2,
.d4-3,
.d4--all .d4-3,
.d4-3.d4-3,
.d4-4,
.d4--all .d4-4,
.d4-4.d4-4 {
    width: 22.72727272%;
}

.d4-1-d4-3 .d4-1,
.d4-1-d4-3 .d4-2,
.d4-1-d4-3 .d4-3,
.d4-2-d4-4 .d4-2,
.d4-2-d4-4 .d4-3,
.d4-2-d4-4 .d4-4 {
    width: 30.6122449%;
}

.d4-1-d4-2 .d4-1,
.d4-1-d4-2 .d4-2,
.d4-2-d4-3 .d4-2,
.d4-2-d4-3 .d4-3,
.d4-3-d4-4 .d4-3,
.d4-3-d4-4 .d4-4 {
    width: 46.875%;
}

.d4-1-d4-2.d4-1-d4-2,
.d4--all .d4-1-d4-2,
.d4-2-d4-3.d4-2-d4-3,
.d4--all .d4-2-d4-3,
.d4-3-d4-4.d4-3-d4-4,
.d4--all .d4-3-d4-4 {
    width: 48.48484847%;
}

.d4-1-d4-3 .d4-1-d4-2,
.d4-1-d4-3 .d4-2-d4-3,
.d4-2-d4-4 .d4-2-d4-3,
.d4-2-d4-4 .d4-3-d4-4 {
    width: 65.30612245%;
}

.d4-1-d4-3.d4-1-d4-3,
.d4--all .d4-1-d4-3,
.d4-2-d4-4.d4-2-d4-4,
.d4--all .d4-2-d4-4 {
    width: 74.24242422%;
}

.d4--all [class*=" d4--pad"],
.d4--all [class^=d4--pad],
[class*=" d4--pad"],
[class^=d4--pad] {
    padding-left: 1.51515152%;
    padding-right: 1.51515152%;
    left: -1.51515152%;
}

.d4-1-d4-3 [class*=" d4--pad"],
.d4-1-d4-3 [class^=d4--pad],
.d4-2-d4-4 [class*=" d4--pad"],
.d4-2-d4-4 [class^=d4--pad] {
    padding-left: 2.04081633%;
    padding-right: 2.04081633%;
    left: -2.04081633%;
}

.d4--all [class~=d4--padfull],
.d4--all [class~=d4--padinfull],
[class~=d4--padfull],
[class~=d4--padinfull] {
    padding-left: 3.03030303%;
    padding-right: 3.03030303%;
    left: -3.03030303%;
}

.d4-1-d4-2 [class*=" d4--pad"],
.d4-1-d4-2 [class^=d4--pad],
.d4-2-d4-3 [class*=" d4--pad"],
.d4-2-d4-3 [class^=d4--pad],
.d4-3-d4-4 [class*=" d4--pad"],
.d4-3-d4-4 [class^=d4--pad] {
    padding-left: 3.125%;
    padding-right: 3.125%;
    left: -3.125%;
}

.d4-1-d4-3 [class~=d4--padfull],
.d4-1-d4-3 [class~=d4--padinfull],
.d4-2-d4-4 [class~=d4--padfull],
.d4-2-d4-4 [class~=d4--padinfull] {
    padding-left: 4.08163265%;
    padding-right: 4.08163265%;
    left: -4.08163265%;
}

.d4-1-d4-2 [class~=d4--padfull],
.d4-1-d4-2 [class~=d4--padinfull],
.d4-2-d4-3 [class~=d4--padfull],
.d4-2-d4-3 [class~=d4--padinfull],
.d4-3-d4-4 [class~=d4--padfull],
.d4-3-d4-4 [class~=d4--padinfull] {
    padding-left: 6.25%;
    padding-right: 6.25%;
    left: -6.25%;
}

.d4--pad,
.d4--padfull,
.d4--all .d4--pad,
.d4--all .d4--padfull {
    position: relative;
    box-sizing: content-box;
}

.d4--padin[class~=d4--padin],
.d4--padinfull[class~=d4--padinfull],
.d4--all .d4--padin[class~=d4--padin],
.d4--all .d4--padinfull[class~=d4--padinfull] {
    box-sizing: border-box;
    left: 0;
}

[class*=" d4-4"][class*=" d4-4"],
[class^=d4-4][class^=d4-4],
.d4--all [class*=" d4-4"],
.d4--all [class^=d4-4] {
    margin-left: 77.27272725%;
}

[class*=" d4-3"][class*=" d4-3"],
[class^=d4-3][class^=d4-3],
.d4--all [class*=" d4-3"],
.d4--all [class^=d4-3] {
    margin-left: 51.5151515%;
}

[class*=" d4-2"][class*=" d4-2"],
[class^=d4-2][class^=d4-2],
.d4--all [class*=" d4-2"],
.d4--all [class^=d4-2] {
    margin-left: 25.75757575%;
}

.d4-2-d4-4 [class*=" d4-4"],
.d4-2-d4-4 [class^=d4-4] {
    margin-left: 69.3877551%;
}

.d4-2-d4-4 [class*=" d4-3"],
.d4-2-d4-4 [class^=d4-3] {
    margin-left: 34.69387755%;
}

.d4-3-d4-4 [class*=" d4-4"],
.d4-3-d4-4 [class^=d4-4] {
    margin-left: 53.125%;
}

.d4-1-d4-3 [class*=" d4-3"],
.d4-1-d4-3 [class^=d4-3] {
    margin-left: 69.3877551%;
}

.d4-1-d4-3 [class*=" d4-2"],
.d4-1-d4-3 [class^=d4-2] {
    margin-left: 34.69387755%;
}

.d4-2-d4-3 [class*=" d4-3"],
.d4-2-d4-3 [class^=d4-3] {
    margin-left: 53.125%;
}

.d4-1-d4-2 [class*=" d4-2"],
.d4-1-d4-2 [class^=d4-2] {
    margin-left: 53.125%;
}

[class*=" d4--float"][class*=" d4--float"],
[class^=d4--float][class^=d4--float] {
    margin-left: 3.03030303%;
    margin-right: 3.03030303%;
}

.d4-1-d4-3 [class*=" d4--float"][class*=" d4--float"],
.d4-1-d4-3 [class^=d4--float][class^=d4--float],
.d4-2-d4-4 [class*=" d4--float"][class*=" d4--float"],
.d4-2-d4-4 [class^=d4--float][class^=d4--float] {
    margin-left: 4.0816326538859%;
    margin-right: 4.0816326538859%;
}

.d4-1-d4-2 [class*=" d4--float"][class*=" d4--float"],
.d4-1-d4-2 [class^=d4--float][class^=d4--float],
.d4-2-d4-3 [class*=" d4--float"][class*=" d4--float"],
.d4-2-d4-3 [class^=d4--float][class^=d4--float],
.d4-3-d4-4 [class*=" d4--float"][class*=" d4--float"],
.d4-3-d4-4 [class^=d4--float][class^=d4--float] {
    margin-left: 6.2500000012891%;
    margin-right: 6.2500000012891%;
}

.d4--floatright.d4--floatright {
    float: right;
    margin-right: 0 !important;
}

.d4--floatleft.d4--floatleft {
    float: left;
    margin-left: 0 !important;
}

.d4--all+[class*=" d4-2"],
.d4--all+[class^=d4-2] {
    clear: left;
}

.d4--all+[class*=" d4-3"],
.d4--all+[class^=d4-3] {
    clear: left;
}

.d4--all+[class*=" d4-4"],
.d4--all+[class^=d4-4] {
    clear: left;
}

.d4--all,
[class*=" d4-1-"][class*=" d4-1-"],
[class^=d4-1-][class^=d4-1-],
.d4-1.d4-1,
[class*=" d4-2"] [class*=d4-2],
[class^=d4-2] [class*=d4-2],
[class*=" d4-3"] [class*=d4-3],
[class^=d4-3] [class*=d4-3],
[class*=" d4-4"] [class*=d4-4],
[class^=d4-4] [class*=d4-4] {
    margin-left: 0;
    clear: left;
}

[class*=" d4-2"]+[class*=d4-2],
[class^=d4-2]+[class*=d4-2],
[class*=-d4-2]+[class*=d4-2],
[class*=" d4-3"]+[class*=d4-3],
[class^=d4-3]+[class*=d4-3],
[class*=-d4-3]+[class*=d4-3],
[class*=" d4-3"]+[class*=d4-2],
[class^=d4-3]+[class*=d4-2],
[class*=-d4-3]+[class*=d4-2],
[class*=" d4-4"]+[class*=d4-4],
[class^=d4-4]+[class*=d4-4],
[class*=-d4-4]+[class*=d4-4],
[class*=" d4-4"]+[class*=d4-3],
[class^=d4-4]+[class*=d4-3],
[class*=-d4-4]+[class*=d4-3],
[class*=" d4-4"]+[class*=d4-2],
[class^=d4-4]+[class*=d4-2],
[class*=-d4-4]+[class*=d4-2],
.d4--clear.d4--clear {
    clear: left;
}

.d4--overlap.d4--overlap {
    clear: none;
}

.d4--hide.d4--hide,
.gridoverlay .d4--hide.d4--hide {
    display: none;
}

.d4--show.d4--show,
.gridoverlay .d4--show.d4--show {
    display: block;
}

.d4--showgrid .d4--show,
.d4--showgrid.d4--show,
.gridsetnoareas .d4--show {
    display: block !important;
}

* {
    box-sizing: border-box;
}

.html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background: #fff;
}

.html__body {
    margin: 0;
    padding: 0;
    direction: ltr;
    min-width: 1024px;
    height: 100%;
    overflow: auto;
    color: #373535;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Lato Regular", Helvetica, Arial, sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures;
}

.html__body_no-scroll {
    overflow: hidden;
}

.html__app {
    height: 100%;
}

.html__app>div {
    height: 100%;
}

.input,
.wpcf7-form-control {
    display: block;
    height: 40px;
    border-radius: 8px;
    background-color: #fff;
    border: solid 1px rgba(135, 134, 134, 0.32);
    padding: 0 15px;
    color: #000;
    font-size: 16px;
    line-height: 40px;
    box-sizing: border-box;
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.2s ease;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures;
}

textarea.wpcf7-form-control {
    min-height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.wpcf7-submit {
    height: 54px;
    color: #fff;
    float: right;
    min-width: 183px;
    padding: 18px;
    color: #fff;
    border: 1px solid #FF6900;
    background-color: #FF6900;
    padding-top: 0;
    padding-bottom: 0;
    width: 243px;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid {
    border: 1px solid #FF6900;
}

.input:invalid {
    background-color: rgba(248, 247, 247, 0.26);
}

.input:invalid.input_invert {
    background-color: #fff;
}

.input:valid {
    background-color: #fff;
}

.wpcf7-response-output {
    text-align: center;
    font-size: 14px;
}

.input_focus,
.input:focus {
    border: 1px solid #FF6900;
    background-color: #fff;
    outline: none;
}

.input_disabled,
.input:disabled {
    color: #aaa;
    border: 1px solid #f8f7f7;
    background-color: #f8f7f7;
    cursor: not-allowed;
}

.input_error,
.input_error:focus {
    border: 1px solid #e61f36;
}

.input_success,
.input_success:focus {
    border: 1px solid #96dc46;
}

.validation-wrapper_is-validated .input {
    padding-right: 32px;
}

.validation-wrapper_is-validated .input .input_validation-left {
    padding-right: 15px;
    padding-right: 32px;
}

.input_client-note {
    font-family: Helvetica, Arial, sans-serif;
    text-align: right;
    padding-right: 36px;
    padding-left: 5px;
}

.input_client-note:disabled {
    color: #373535;
}

.input_no-right-radius {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-color: transparent;
}

.input_no-right-radius:focus {
    border-right-color: transparent;
}

::-webkit-input-placeholder {
    color: #878686;
}

::-moz-placeholder {
    color: #878686;
}

:-ms-input-placeholder {
    color: #878686;
}

:-moz-placeholder {
    color: #878686;
}

::-ms-clear {
    display: none;
}

::-ms-reveal {
    display: none;
}

.label {
    position: relative;
    display: block;
    margin-bottom: 8px;
    color: #373535;
    font-size: 14px;
    line-height: 1;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
}

.label_inline {
    margin-bottom: 0;
    margin-right: -5px;
    padding: 12px 0;
    font-size: 16px;
}

.label_inside {
    position: absolute;
    left: 8px;
    top: 12px;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
}

.label_inside-right {
    left: 100px;
}

.link {
    text-decoration: none;
    color: #FF6900;
    cursor: pointer;
}

.link:hover,
.link:active {
    color: #d96334;
}

.link:focus {
    outline: none;
}

.link_solid {
    border-bottom: 1px solid rgba(255, 105, 0, 0.2);
}

.link_solid:hover,
.link_solid:active {
    border-bottom-color: rgba(217, 99, 52, 0.2);
}

.link_dashed {
    border-bottom: 1px dashed rgba(255, 105, 0, 0.2);
}

.link_dashed:hover,
.link_dashed:active {
    border-bottom-color: rgba(217, 99, 52, 0.2);
}

.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.money {
    white-space: nowrap;
}

.money__currency {
    font-family: Helvetica, Arial, sans-serif;
}

.money__currency_on-the-left {
    margin-right: 2px;
}

.money__currency_on-the-right {
    margin-left: 2px;
}

.money__value {
    font-family: Helvetica, Arial, sans-serif;
}

.money_number-align .money__currency {
    display: inline-block;
    width: 15px;
}

.page {
    display: table;
    width: 100%;
    height: 100%;
}

.page__wrapper {
    display: table-row-group;
}

.page__content_menu {
    padding-bottom: 70px;
}

.page__content_cart {
    padding-top: 44px;
    padding-bottom: 120px;
}

.page__content_bonus-actions {
    padding-top: 44px;
    padding-bottom: 120px;
}

.page__content_login {
    padding-top: 44px;
    padding-bottom: 120px;
}

.page__content_current-orders {
    padding-top: 60px;
    padding-bottom: 100px;
}

.page__content_profile {
    padding-top: 44px;
    padding-bottom: 120px;
}

.page__content_faq,
.page__content_legal {
    padding-top: 44px;
    padding-bottom: 120px;
}

.page__content_about {
    padding-top: 60px;
}

.page__content_pizzeria-contacts {
    padding-top: 44px;
    padding-bottom: 120px;
}

.page__content.spinner-content {
    width: 100%;
    height: 500px;
}

.page__footer {
    display: table-footer-group;
}

.radio-button {
    padding: 0;
    margin: 0;
}

.radio-button__item {
    padding: 0 0 21px;
    list-style: none;
    line-height: 1.3;
}

.radio-button__item:last-child {
    padding-bottom: 0;
}

.radio-button__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 35px;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    line-height: 1.2em;
    font-family: Helvetica, Arial, sans-serif;
}

.radio-button__label_mute {
    color: rgba(55, 53, 53, 0.5);
}

.radio-button__label_large {
    font-size: 21px;
}

.radio-button__label:before,
.radio-button__label:after {
    content: '';
    position: absolute;
    top: 0.6em;
    left: 0;
    transition: all .25s ease;
}

.radio-button__label:before {
    margin-top: -12px;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    box-sizing: border-box;
}

.radio-button__label:after {
    opacity: 0;
    visibility: hidden;
    width: 12px;
    height: 12px;
    margin: -7px 0 0 5px;
    background-color: #FF6900;
}

.radio-button__label:focus {
    outline: none;
}

.radio-button__description {
    display: block;
    margin-top: 10px;
    margin-left: 35px;
    color: #878686;
    font-size: 13px;
}

.radio-button__content {
    position: relative;
}

.radio-button__input {
    position: absolute;
    left: -9999px;
}

.radio-button__input+.radio-button__label:before,
.radio-button__input+.radio-button__label:after {
    border-radius: 50%;
}

.radio-button__input:focus+.radio-button__label:before {
    border-color: rgba(255, 105, 0, 0.4);
}

.radio-button__input:checked+.radio-button__label:before {
    border-color: rgba(255, 105, 0, 0.4);
}

.radio-button__input:checked+.radio-button__label:after {
    opacity: 1;
    visibility: visible;
}

.radio-button__input:checked+.order-type-form__client-address-new-label {
    color: #FF6900;
}

.scroll {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.scroll__scrollbar {
    width: 8px !important;
    right: 3px;
    opacity: 0.5;
    z-index: 1;
    transition: opacity 0.4s ease-out;
    background-color: rgba(57, 57, 57, 0.3);
    border-radius: 3px;
    cursor: pointer;
}

.scroll__scrollbar:hover,
.scroll__scrollbar_is-hovered {
    opacity: 1;
}

.scroll__gradient {
    opacity: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 130px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    pointer-events: none;
}

.select {
    position: relative;
    color: #373535;
    font-size: 16px;
    line-height: 1;
    font-family: Helvetica, Arial, sans-serif;
}

.select_time {
    width: 132px;
}

.select_auto-width {
    width: auto;
}

.select__control {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    border: solid 1px rgba(135, 134, 134, 0.32);
    padding: 11px 40px 11px 16px;
    transition: all 0.25s ease;
}

.select_small .select__control {
    padding: 11px 26px 11px 10px;
}

.select__control:hover {
    cursor: pointer;
    z-index: 1;
    border-color: #FF6900;
}

.select__control:hover .select__control-icon {
    background-image: url(../images/9431a089cd723fa592e3.svg);
}

.select__control-value {
    display: block;
    min-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select__control-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -5px;
    width: 14px;
    height: 9px;
    background-image: url(../images/71770f9838c94b8b8533.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.25s ease;
}

.select_small .select__control-icon {
    right: 8px;
}

.select_disabled .select__control {
    background-color: #e1e1e1;
}

.select__drop {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    margin-top: -10px;
    top: 0;
    left: 0;
    min-width: 100%;
    padding: 3px 0;
    background-color: #fff;
    border-radius: 8px;
    border: solid 1px rgba(135, 134, 134, 0.32);
    overflow: hidden;
    transition: opacity 0.1s ease, margin 0.25s ease;
}

.select__drop_top {
    top: auto;
    bottom: 0;
    margin-bottom: -10px;
}

.select__drop_show {
    display: block;
    z-index: 10;
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.select__drop-item {
    display: block;
    padding: 8px 15px 6px;
    transition: all 0.1s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select__drop-item:hover,
.select__drop-item_is-focused {
    cursor: pointer;
    background-color: #ebebeb;
}

.select_small .select__drop-item {
    padding: 8px 10px 6px;
}

.select__drop-hint {
    display: block;
    padding: 8px 15px 6px;
    transition: all 0.1s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #878686;
}

.select_small .select__drop-hint {
    padding: 8px 10px 6px;
}

.suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    line-height: 22px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    margin: 0;
    padding: 0;
    max-height: 375px;
    overflow-x: hidden;
    overflow-y: auto;
}

.suggestions__item {
    list-style: none;
    border-bottom: 1px solid #e1e1e1;
}

.suggestions__item:last-child {
    border: none;
}

.suggestions__item-link {
    display: block;
    padding: 7px 15px 7px 9px;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
}

.suggestions__item-link-description {
    display: block;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
}

.suggestions__item-link:hover,
.suggestions__item-link_is-focused {
    background-color: #e1e1e1;
    color: #000;
}

.suggestions-message {
    padding: 7px 15px 7px 9px;
    font-size: 16px;
    line-height: 1.2;
}

.tab {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #dfdbd8;
}

.tab__item {
    margin-bottom: -1px;
    position: relative;
    display: inline-block;
    height: 40px;
}

.tab__item_active .tab__link {
    color: #FF6900;
    cursor: default;
    background-color: #fff;
    border: 1px solid #dfdbd8;
    border-bottom-color: transparent;
}

.tab__item_active .tab__link:hover {
    background-color: #fff;
}

.tab__link {
    position: relative;
    display: block;
    padding: 4px 20px;
    height: 40px;
    margin: 0;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    background: none;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    color: #373535;
    text-decoration: none;
    font-size: 21px;
    font-family: Helvetica, Arial, sans-serif;
}

.tab__link:hover {
    background-color: #edebeb;
}

.tab__link:focus {
    outline: none;
}

.textarea {
    display: block;
    border-radius: 8px;
    border: 1px solid rgba(135, 134, 134, 0.32);
    background-color: rgba(248, 247, 247, 0.26);
    padding: 9px 15px;
    color: #373535;
    line-height: 1.25;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    width: 100%;
    resize: none;
    outline: none;
    box-shadow: none;
}

.textarea_invert {
    background-color: #fff;
}

.textarea:valid {
    background-color: #fff;
}

.textarea_focus,
.textarea:focus {
    border: 1px solid #FF6900;
    background-color: #fff;
    outline: none;
}

.textarea_disabled,
.textarea:disabled {
    color: rgba(135, 134, 134, 0.55);
    border: 1px solid #f8f7f7;
    background-color: #f8f7f7;
    cursor: not-allowed;
}

.textarea_error,
.textarea_error:focus {
    border: 1px solid #e61f36;
}

.textarea_success,
.textarea_success:focus {
    border: 1px solid #96dc46;
}

textarea::-webkit-input-placeholder {
    color: #878686;
}

textarea::-moz-placeholder {
    color: #878686;
}

textarea:-ms-input-placeholder {
    color: #878686;
}

textarea:-moz-placeholder {
    color: #878686;
}

.title {
    font-weight: normal;
}

.title_h1 {
    display: inline-block;
    margin: 0;
    color: #000;
    font-size: 36px;
    font-family: Helvetica, Arial, sans-serif;
}

.title_h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 7px 0;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
}

.title_danger {
    color: #e61f36;
}

.tooltip-base {
    cursor: default;
}

.tooltip-base__content {
    opacity: 0;
    transition: opacity 0.2s ease, -webkit-transform 0.18s ease;
    transition: opacity 0.2s ease, transform 0.18s ease;
    transition: opacity 0.2s ease, transform 0.18s ease, -webkit-transform 0.18s ease;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.tooltip-base_shown .tooltip-base__content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.spinner {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.spinner__inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.spinner__bubble {
    position: relative;
    display: inline-block;
    max-width: 80px;
    width: 33%;
}

.spinner__bubble-item {
    position: relative;
    display: inline-block;
    width: 33.333%;
    width: calc(100% / 3);
    max-height: 25%;
}

.spinner__bubble-item:nth-child(1) .spinner__bubble-item-icon {
    -webkit-animation-name: spinnerBubble1Motion;
    animation-name: spinnerBubble1Motion;
}

.spinner__bubble-item:nth-child(2) .spinner__bubble-item-icon {
    -webkit-animation-name: spinnerBubble2Motion;
    animation-name: spinnerBubble2Motion;
}

.spinner__bubble-item:nth-child(3) .spinner__bubble-item-icon {
    -webkit-animation-name: spinnerBubble3Motion;
    animation-name: spinnerBubble3Motion;
}

.spinner__bubble-item-icon {
    max-width: 100%;
    width: 50%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    fill: #FF6900;
}

.spinner__bubble-item-icon_white {
    fill: #fff;
}

.spinner__bubble-item-icon_black {
    fill: #000;
}

.spinner-button.spinner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.spinner-content {
    position: relative;
}

.spinner-content_hidden {
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: none !important;
}

.svg-icon {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 0;
    line-height: 0;
    font-style: normal;
}

.svg-icon svg {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.validation-wrapper {
    position: relative;
}

.validation-wrapper__icon-valid {
    position: absolute;
    right: 10px;
    bottom: 50%;
    margin-bottom: -7px;
    width: 14px;
    height: 14px;
    fill: #51af56;
}

.validation-wrapper__icon-invalid {
    position: absolute;
    right: 10px;
    bottom: 50%;
    margin-bottom: -6px;
    width: 12px;
    height: 12px;
    fill: #b00;
}

.alert-new-year {
    position: relative;
    padding: 28px 0;
}

.alert-new-year__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
}

.alert-new-year__image-illustration {
    width: 100%;
}

.alert-new-year__image-illustration svg {
    -webkit-animation: fade-in .25s ease;
    animation: fade-in .25s ease;
}

.alert-new-year__card {
    padding: 15px 30px 50px;
    background-color: rgba(255, 105, 0, 0.06);
    border-radius: 8px;
}

.alert-new-year__info {
    display: inline-block;
    vertical-align: top;
    max-width: 45%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.3;
}

@media only screen and (max-width: 1279px) {
    .not-safari .alert-new-year__info {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1264px) {
    .alert-new-year__info {
        font-size: 13px;
    }
}

.alert-new-year__info-title {
    display: block;
    color: #FF6900;
    font-size: 32px;
}

@media only screen and (max-width: 1279px) {
    .not-safari .alert-new-year__info-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1264px) {
    .alert-new-year__info-title {
        font-size: 28px;
    }
}

.alert-new-year__info-text {
    display: block;
    margin-top: 10px;
    white-space: pre-line;
}

.alert-new-year__info-congratulation {
    display: block;
    margin-top: 20px;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.count-control {
    position: relative;
    width: 100%;
    height: 100%;
}

.count-control__quantity {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 40%;
    height: 100%;
}

.count-control__quantity:focus {
    outline: 0;
}

.count-control__quantity-value {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    width: 100%;
    color: #373535;
    font-size: 18px;
    line-height: 1;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
}

.fl-cart__line-amount .count-control__quantity-value {
    margin-top: -7px;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
}

.count-control__switcher {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 30%;
    border: 1px solid #FF6900;
    border-radius: 8px;
}

.fl-cart__line-amount .count-control__switcher {
    max-width: 24px;
    border-radius: 4px;
    width: 24px;
}

.product-drink__to-cart .count-control__switcher,
.product__to-cart .count-control__switcher {
    background-color: #FF6900;
}

.count-control__switcher-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 22px;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.product-drink__to-cart .count-control__switcher-icon_add,
.product__to-cart .count-control__switcher-icon_add {
    background-image: url(../images/7b7ab1ffe346555fa51b.svg);
}

.product-drink__to-cart .count-control__switcher-icon_remove,
.product__to-cart .count-control__switcher-icon_remove {
    background-image: url(../images/64f9ca8d24a514a216a6.svg);
}

.count-control__switcher:hover {
    border-color: #d96334;
}

.product-drink__to-cart .count-control__switcher:hover,
.product__to-cart .count-control__switcher:hover {
    background-color: #d96334;
}

.count-control__switcher:focus {
    outline: 0;
}

.count-control__switcher_disabled {
    opacity: .4;
    cursor: default;
}

.error-tooltip {
    position: absolute;
    z-index: 5;
}

.error-tooltip .tooltip__content {
    background-color: #e12b3f;
    min-height: 28px;
    padding-left: 50px;
    white-space: pre-line;
}

.error-tooltip .tooltip__pointer {
    fill: #e12b3f;
    left: 30px;
}

.error-tooltip-icon {
    width: 20px;
    position: absolute;
    left: 16px;
    top: calc(50% - 10px);
    margin-bottom: -3px;
    margin-right: 10px;
}

.header {
    position: relative;
    z-index: 15;
}

.header_ordering-steps {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1.5px;
}

.header__items {
    display: table;
    width: 100%;
}

.header__items-inner {
    display: table-row;
}

.header__item {
    display: table-cell;
    vertical-align: top;
    padding-top: 25px;
    padding-bottom: 5px;
}

.header__item_us,
.header__item_gb {
    padding-bottom: 20px;
}

.header__item_info {
    width: 72%;
}

.header__item_info-gb {
    width: 100%;
}

.header__item_profile {
    width: 24%;
    text-align: right;
}

@media only screen and (max-width: 1279px) {
    .not-safari .header__item_profile {
        width: 26%;
    }
}

@media only screen and (max-width: 1264px) {
    .header__item_profile {
        width: 26%;
    }
}

.header__item_profile-kz {
    width: 10%;
}

@media only screen and (max-width: 1279px) {
    .not-safari .header__item_profile-kz {
        width: 12%;
    }
}

@media only screen and (max-width: 1264px) {
    .header__item_profile-kz {
        width: 12%;
    }
}

.header__item_cart-steps {
    width: 82%;
    text-align: right;
    padding-bottom: 22px;
}

.header__item_index-logo {
    padding-bottom: 25px;
}

.header__item-inner {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.header__item-inner_logo {
    width: 93px;
}

.header__item-inner_logo .logo_en {
    margin-top: -8px;
}

.header__item-inner_contacts {
    padding: 0;
}

.header__item-inner-item {
    display: inline-block;
    vertical-align: top;
    padding-left: 65px;
}

@media only screen and (max-width: 1439px) {
    .not-safari .header__item-inner-item {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1424px) {
    .header__item-inner-item {
        padding-left: 40px;
    }
}

.header__item-inner-item_us,
.header__item-inner-item_gb {
    padding-left: 50px;
}

@media only screen and (max-width: 1439px) {
    .not-safari .header__item-inner-item_us,
    .not-safari .header__item-inner-item_gb {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1424px) {
    .header__item-inner-item_us,
    .header__item-inner-item_gb {
        padding-left: 50px;
    }
}

.header__item-inner-item_about {
    max-width: 495px;
}

@media only screen and (max-width: 1439px) {
    .not-safari .header__item-inner-item_about {
        max-width: 315px;
    }
}

@media only screen and (max-width: 1424px) {
    .header__item-inner-item_about {
        max-width: 315px;
    }
}

@media only screen and (max-width: 1279px) {
    .not-safari .header__item-inner-item_about {
        max-width: 250px;
    }
}

@media only screen and (max-width: 1264px) {
    .header__item-inner-item_about {
        max-width: 250px;
    }
}

.header__item-inner-item_about-kz {
    max-width: 610px;
}

@media only screen and (max-width: 1439px) {
    .not-safari .header__item-inner-item_about-kz {
        max-width: 400px;
    }
}

@media only screen and (max-width: 1424px) {
    .header__item-inner-item_about-kz {
        max-width: 400px;
    }
}

@media only screen and (max-width: 1279px) {
    .not-safari .header__item-inner-item_about-kz {
        max-width: 340px;
    }
}

@media only screen and (max-width: 1264px) {
    .header__item-inner-item_about-kz {
        max-width: 340px;
    }
}

.header__item-inner-item_about-gb {
    max-width: 800px;
}

@media only screen and (max-width: 1439px) {
    .not-safari .header__item-inner-item_about-gb {
        max-width: 590px;
    }
}

@media only screen and (max-width: 1424px) {
    .header__item-inner-item_about-gb {
        max-width: 590px;
    }
}

@media only screen and (max-width: 1279px) {
    .not-safari .header__item-inner-item_about-gb {
        max-width: 470px;
    }
}

@media only screen and (max-width: 1264px) {
    .header__item-inner-item_about-gb {
        max-width: 470px;
    }
}

.header__item-inner-item_about-us {
    max-width: 1010px;
}

@media only screen and (max-width: 1439px) {
    .not-safari .header__item-inner-item_about-us {
        max-width: 750px;
    }
}

@media only screen and (max-width: 1424px) {
    .header__item-inner-item_about-us {
        max-width: 750px;
    }
}

@media only screen and (max-width: 1279px) {
    .not-safari .header__item-inner-item_about-us {
        max-width: 700px;
    }
}

@media only screen and (max-width: 1264px) {
    .header__item-inner-item_about-us {
        max-width: 700px;
    }
}

.header__item-inner-item_phone {
    max-width: 220px;
}

@media only screen and (max-width: 1439px) {
    .not-safari .header__item-inner-item_phone {
        max-width: 195px;
    }
}

@media only screen and (max-width: 1424px) {
    .header__item-inner-item_phone {
        max-width: 195px;
    }
}

.header__item-inner-item_profile {
    padding-right: 8px;
}

.header__logo {
    position: relative;
    display: block;
    font-size: 0;
    line-height: 0;
    font-style: normal;
}

.header__logo:focus {
    outline: 0;
}

.logo {
    width: 100%;
}

.logo-wordmark {
    width: 100%;
}

.logo-wordmark_en {
    width: 88%;
}

.fl-cart {
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.navigation_fixed .fl-cart {
    border-radius: 0 0 8px 8px;
    position: relative;
    top: 13px;
}

.fl-cart_is-open {
    background-color: #fff;
    box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.12);
}

.fl-cart__empty-message {
    padding: 13px 0 14px;
    color: rgba(55, 53, 53, 0.6);
    font-size: 16px;
    line-height: 1;
    font-family: Helvetica, Arial, sans-serif;
    text-align: right;
}

.fl-cart__header {
    min-width: 206px;
    padding: 9px 8px 9px 10px;
    transition: min-width 0.2s ease;
}

.fl-cart__header:after {
    content: " ";
    display: block;
    clear: both;
}

.fl-cart_is-open .fl-cart__header {
    min-width: 224px;
}

.fl-cart__list-switch {
    display: inline-block;
    padding: 0 8px 0 0;
    border: none;
    background: none;
    line-height: 1;
    text-align: left;
    outline: none;
    cursor: pointer;
}

.fl-cart__list-switch[type='button'] {
    position: relative;
    top: -1px;
}

.fl-cart__list-switch:hover .fl-cart__drop-down-icon {
    background-image: url(images/arrow.svg);
}

.fl-cart__list-switch:hover .fl-cart__amount-goods {
    color: #d96334;
}

.fl-cart__list-switch_empty {
    cursor: default;
    position: relative;
    top: 2px;
}

.fl-cart__list-switch_empty:hover .fl-cart__amount-goods {
    color: #999;
}

.fl-cart__all-sum {
    display: inline-block;
    color: #373535;
    font-size: 14px;
    line-height: 1;
}

.fl-cart__all-sum .money__value,
.fl-cart__all-sum .money__currency {
    font-family: Helvetica, Arial, sans-serif;
}

.fl-cart__amount-info {
    position: relative;
    display: block;
    margin-top: 6px;
    padding-right: 21px;
}

.fl-cart__drop-down-icon {
    position: absolute;
    right: 0;
    top: -2px;
    width: 18px;
    height: 18px;
    background-image: url(images/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.25s ease;
}

.fl-cart_is-open .fl-cart__drop-down-icon {
    top: -1px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fl-cart__drop-down-icon_empty {
    background: none;
}

.fl-cart__amount-goods {
    display: inline-block;
    vertical-align: top;
    color: #FF6900;
    font-size: 14px;
    line-height: 1;
    font-family: Helvetica, Arial, sans-serif;
    transition: color 0.25s ease;
}

.fl-cart__amount-goods_empty {
    color: #999;
}

.fl-cart__to-cart-button {
    float: right;
    display: inline-block;
    padding: 12px;
    min-width: 88px;
    font-family: Helvetica, Arial, sans-serif;
}

.fl-cart__list {
    overflow: hidden;
    -webkit-animation: expandList 0.45s ease;
    animation: expandList 0.45s ease;
}

.fl-cart__totals {
    margin: 0 10px;
    border-top: 1px solid #e6e6e6;
}

.fl-cart__totals-item {
    padding: 10px 0;
    color: #373535;
    font-size: 14px;
}

.fl-cart__totals-item:after {
    content: " ";
    display: block;
    clear: both;
}

.fl-cart__totals-label {
    float: left;
}

.fl-cart__totals-label_total {
    font-family: Helvetica, Arial, sans-serif;
}

.fl-cart__totals-value {
    text-align: right;
}

.fl-cart__totals-value_total .money__currency,
.fl-cart__totals-value_total .money__value {
    font-family: Helvetica, Arial, sans-serif;
}

@-webkit-keyframes expandList {
    from {
        max-height: 0;
        opacity: 0;
    }
    to {
        max-height: 1024px;
        opacity: 1;
    }
}

@keyframes expandList {
    from {
        max-height: 0;
        opacity: 0;
    }
    to {
        max-height: 1024px;
        opacity: 1;
    }
}

.fl-cart__line {
    position: relative;
    border-top: 1px solid #e6e6e6;
    margin: 0 10px;
    padding: 15px 24px 12px 0;
}

.fl-cart__line:after {
    content: " ";
    display: block;
    clear: both;
}

.fl-cart__line:first-child {
    border-top: none;
}

.fl-cart__line-remove {
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 1;
    width: 11px;
    height: 11px;
    cursor: pointer;
    background-image: url(images/cancel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.fl-cart__line-remove:hover {
    background-image: url(images/cancel.svg);
}

.fl-cart__line-remove_removed {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.fl-cart__line-name {
    max-width: 180px;
    color: #373535;
    font-size: 16px;
    line-height: 1.1;
    font-family: Helvetica, Arial, sans-serif;
}

.fl-cart__line-name_through {
    text-decoration: line-through;
}

.fl-cart__line-name-icon {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.25em;
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.fl-cart__line-name-icon_gift {
    background-image: url(../images/44281178cfd92d0cba26.svg);
}

.fl-cart__line-name-icon_sale {
    background-image: url(../images/f03949aba80f8c621b02.svg);
}

.fl-cart__line-description {
    max-width: 180px;
    margin-top: 5px;
    color: #878686;
    font-size: 13px;
    line-height: 1.25;
    font-family: Helvetica, Arial, sans-serif;
}

.fl-cart__line-amount {
    float: left;
    display: inline-block;
    vertical-align: bottom;
    width: 85px;
    height: 24px;
    margin-top: 11px;
}

.cart-page h1 {
    margin-top: 50px;
}

.fl-cart__line-amount-not-available {
    display: inline-block;
    color: #e61f36;
    font-size: 13px;
    line-height: 1;
    font-family: Helvetica, Arial, sans-serif;
    white-space: nowrap;
}

.fl-cart__line-price {
    display: block;
    margin-right: -20px;
    margin-top: 16px;
    color: #373535;
    font-size: 16px;
    line-height: 1;
    text-align: right;
}

.fl-cart__line-price-old {
    margin-top: -14px;
    color: #ccc4be;
    font-size: 13px;
    text-decoration: line-through;
}

.fl-cart__line-removed-ingredient {
    text-decoration: line-through;
}

.fl-cart__line-gift-control {
    color: #999;
    font-size: 16px;
    display: inline-block;
    margin-left: 5px;
    font-family: Helvetica, Arial, sans-serif;
    vertical-align: top;
    margin-top: 3px;
}

.navigation {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #fff;
    z-index: 10;
}

.navigation_fixed .nav__logo-link {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.navigation_fixed .nav__list {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.navigation_fixed:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

.nav__logo {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.nav__logo-link {
    position: relative;
    display: block;
    width: 51px;
    height: 36px;
    -webkit-transform: translateX(-51px);
    transform: translateX(-51px);
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.nav__logo-img {
    margin-left: -2px;
    width: 36px;
    height: auto;
    border: none;
}

.nav__inner {
    position: relative;
}

.nav__list {
    white-space: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateX(-51px);
    transform: translateX(-51px);
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.nav__item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.nav__item:first-child {
    margin-left: 0;
}

.nav__link.link {
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    padding: 22px 0;
    color: #000;
    font-size: 14px;
    line-height: 1;
    transition: color 0.25s ease, padding 0.25s ease;
}

.nav__link.link:hover {
    color: #FF6900;
}

.nav__link.link.nav__link_is-active {
    color: #FF6900;
    font-family: Helvetica, Arial, sans-serif;
}

.nav__circle {
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    background-color: #9b9a9a;
    margin: 3px 0 0 16px;
    border-radius: 50px;
}

.nav__circle+.nav__item {
    margin-left: 16px;
}

.nav__cart {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
}

@-webkit-keyframes popupZoomIn {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes popupZoomIn {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes popupZoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.98, 0.98, 0.98);
        transform: scale3d(0.98, 0.98, 0.98);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes popupZoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.98, 0.98, 0.98);
        transform: scale3d(0.98, 0.98, 0.98);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.popup-close {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: -55px;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 15px;
    cursor: pointer;
    background-image: url(../images/0cabbe4274b467fce3ff.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.cart__list {
    margin: 30px 0 24px;
    padding: 20px 0 5px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.cart__list-empty-line {
    padding-bottom: 15px;
}

.cart__description {
    margin: 29px 0 -10px;
    color: #878686;
    font-size: 16px;
    line-height: 1.3;
}

.cart__summary {
    margin-top: 30px;
    text-align: right;
}

.cart__actions {
    margin-top: 30px;
}

.cart__button_next {
    float: right;
    min-width: 183px;
    padding: 18px;
}

.cart__button_back {
    min-width: 198px;
    padding: 18px;
}

.cart__bonus-action {
    margin: 5px 80px 20px 0;
}

.cart__bonus-action-icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    position: relative;
    top: -1px;
}

.cart__bonus-action-icon_gift {
    background-image: url(../images/44281178cfd92d0cba26.svg);
}

.cart__bonus-action-icon_sale {
    background-image: url(../images/f03949aba80f8c621b02.svg);
}

.cart__bonus-action-title {
    display: inline-block;
    color: #FF6900;
    font-size: 14px;
}

.cart__bonus-action_total {
    text-align: right;
}

.cart__total {
    color: #373535;
    font-family: Helvetica, Arial, sans-serif;
}

.cart__total-table {
    display: table;
    float: right;
}

.cart__total-tr {
    display: table-row;
}

.cart__total-td-label {
    text-align: right;
    padding: 0 15px;
    display: table-cell;
}

.cart__total-td-label_sub {
    font-size: 16px;
}

.cart__total-td-label_total {
    font-size: 21px;
    font-family: Helvetica, Arial, sans-serif;
}

.cart__total-td-value {
    text-align: left;
    display: table-cell;
}

.cart__total-td-value_sub {
    font-size: 16px;
    color: #FF6900;
}

.cart__total-td-value_total {
    font-size: 26px;
    color: #FF6900;
}

.cart__total-td-value_total .money__value,
.cart__total-td-value_total .money__currency {
    font-family: Helvetica, Arial, sans-serif;
}

.cart__upsale {
    margin-bottom: 32px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
}

.cart__upsale-title {
    margin-bottom: 12px;
    font-size: 26px;
    color: #373535;
    font-family: Helvetica, Arial, sans-serif;
}

@-webkit-keyframes errorsSlideIn {
    0% {
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
    }
    100% {
        max-height: 500px;
        opacity: 1;
        visibility: visible;
        overflow: visible;
    }
}

@keyframes errorsSlideIn {
    0% {
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
    }
    100% {
        max-height: 500px;
        opacity: 1;
        visibility: visible;
        overflow: visible;
    }
}

.menu__good-product {
    height: 100%;
    width: 291px;
    margin-right: 38px;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 15px;
}

@media only screen and (max-width: 1439px) {
    .not-safari .menu__good-product {
        width: 321px;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1424px) {
    .menu__good-product {
        width: 321px;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1279px) {
    .not-safari .menu__good-product {
        width: 299px;
    }
}

@media only screen and (max-width: 1264px) {
    .menu__good-product {
        width: 299px;
    }
}

.menu__good-product-inner {
    position: relative;
    padding-bottom: 65px;
    height: 100%;
    width: 100%;
}

.menu__good-product-image {
    position: relative;
    min-height: 22px;
    max-height: 292px;
    text-align: center;
}

.menu__good-product-image img {
    max-width: 100%;
    max-height: 100%;
}

.menu__good-product-cart {
    padding: 11px 10px 16px 17px;
    border-top: 2px solid #f8f7f7;
}

.halal {
    height: 45px;
    font-family: Helvetica, Arial, sans-serif;
}

.halal-icon {
    display: inline-block;
}

.halal-text {
    display: inline-block;
    text-align: left;
    margin-left: 15px;
    position: relative;
    top: -6px;
}

.halal-text-desc {
    color: #878686;
}

.menu__section_promocode {
    padding-top: 30px;
}

.menu__section_promocode .promocode {
    height: 30px;
}

.menu__section .menu__section-title {
    display: block;
    padding: 70px 0 10px;
    line-height: 1;
}

.menu__section-row-outer {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 38.7813px 0;
    margin: 0 -38.7813px;
    padding-top: 60px;
}

@media only screen and (max-width: 1439px) {
    .not-safari .menu__section-row-outer {
        border-spacing: 31.016px 0;
        margin: 0 -31.016px;
    }
}

@media only screen and (max-width: 1424px) {
    .menu__section-row-outer {
        border-spacing: 31.016px 0;
        margin: 0 -31.016px;
    }
}

@media only screen and (max-width: 1279px) {
    .not-safari .menu__section-row-outer {
        border-spacing: 29.078px 0;
        margin: 0 -29.078px;
    }
}

@media only screen and (max-width: 1264px) {
    .menu__section-row-outer {
        border-spacing: 29.078px 0;
        margin: 0 -29.078px;
    }
}

.menu__section-row {
    position: relative;
    display: table-row;
    height: 100%;
}

.m__s-product {
    display: table-cell;
    vertical-align: top;
}

.m__s-product_pizza {
    width: 290.906px;
}

@media only screen and (max-width: 1439px) {
    .not-safari .m__s-product_pizza {
        width: 232.719px;
    }
}

@media only screen and (max-width: 1424px) {
    .m__s-product_pizza {
        width: 232.719px;
    }
}

@media only screen and (max-width: 1279px) {
    .not-safari .m__s-product_pizza {
        width: 218.172px;
    }
}

@media only screen and (max-width: 1264px) {
    .m__s-product_pizza {
        width: 218.172px;
    }
}

.m__s-product_6-1 {
    width: 181px;
}

@media only screen and (max-width: 1439px) {
    .not-safari .m__s-product_6-1 {
        width: 144.797px;
    }
}

@media only screen and (max-width: 1424px) {
    .m__s-product_6-1 {
        width: 144.797px;
    }
}

@media only screen and (max-width: 1279px) {
    .not-safari .m__s-product_6-1 {
        width: 135.75px;
    }
}

@media only screen and (max-width: 1264px) {
    .m__s-product_6-1 {
        width: 135.75px;
    }
}

.menu__section-promocode {
    text-align: center;
}

.product .product__inner_meta {
    padding-bottom: 55px;
}

.product .product__inner_meta-with-controls {
    padding-bottom: 146px;
}

.product .product__description_meta {
    margin-bottom: 0;
}

.product .product__inner_meta {
    padding-bottom: 55px;
}

.product .product__inner_meta-with-controls {
    padding-bottom: 146px;
}

.product .product__description_meta {
    margin-bottom: 0;
}

.product__info {
    display: inline-block;
    vertical-align: middle;
}

.product__info-switch {
    position: relative;
    display: block;
    width: 23px;
    height: 23px;
    outline: none;
    touch-action: manipulation;
    cursor: pointer;
    color: #878686;
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    background-image: url(../images/info.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50px;
}

.product__info-switch_is-open:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 6px;
    border-bottom: 7px solid #373535;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    -webkit-animation: fadeInInfo 0.2s ease;
    animation: fadeInInfo 0.2s ease;
}

.product__info-divider {
    margin-bottom: 8px;
}

.product__info-close {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 22px;
    height: 21px;
    outline: none;
    touch-action: manipulation;
    cursor: pointer;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.product__info-consist {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 290px;
    margin-top: 9px;
    padding: 16px 50px 16px 18px;
    color: #fff;
    border-radius: 8px;
    background-color: #373535;
    -webkit-animation: fadeInInfo 0.2s ease;
    animation: fadeInInfo 0.2s ease;
}

@media only screen and (max-width: 1439px) {
    .not-safari .product__info-consist {
        width: 234px;
    }
}

@media only screen and (max-width: 1424px) {
    .product__info-consist {
        width: 234px;
    }
}

@media only screen and (max-width: 1279px) {
    .not-safari .product__info-consist {
        width: 220px;
        padding: 26px 40px 16px 18px;
    }
}

@media only screen and (max-width: 1264px) {
    .product__info-consist {
        width: 220px;
        padding: 26px 40px 16px 18px;
    }
}

.product__info-consist-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.1;
    font-family: "Lato Regular", Helvetica, Arial, sans-serif;
}

.product__info-consist-item {
    font-size: 13px;
    padding-left: 3px;
    line-height: 1.55;
    font-family: "Lato Regular", Helvetica, Arial, sans-serif;
}

@-webkit-keyframes fadeInInfo {
    from {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInInfo {
    from {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.product__option {
    position: relative;
    cursor: pointer;
    outline: none;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    color: #878686;
    font-size: 15px;
    font-family: "Lato Regular", Helvetica, Arial, sans-serif;
}

.product__option-value {
    position: relative;
}

.product__option-value:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    border-bottom: 1px dashed #878686;
    width: 100%;
}

.product__option-value_is-removed {
    text-decoration: line-through;
}

.product__option-value_is-removed:before {
    content: none;
}

.product__option-value:focus {
    outline: 0;
}

.product__option-icon {
    display: inline-block;
    vertical-align: -3px;
    margin-left: 2px;
    width: 15px;
    height: 15px;
    background-image: url(../images/close1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product__option-icon:focus {
    outline: 0;
}

.product__image {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    min-height: 300px;
    min-width: 292px;
}

@media only screen and (max-width: 1439px) {
    .not-safari .product__image {
        min-height: 240px;
        min-width: 233px;
    }
}

@media only screen and (max-width: 1424px) {
    .product__image {
        min-height: 240px;
        min-width: 233px;
    }
}

.product__image_half {
    min-width: 0px;
    min-height: 0px;
}

@media only screen and (max-width: 1439px) {
    .not-safari .product__image_half {
        min-height: 0px;
        min-width: 0px;
    }
}

@media only screen and (max-width: 1424px) {
    .product__image_half {
        min-height: 0px;
        min-width: 0px;
    }
}

.product__image_drink {
    position: relative;
    left: 50%;
    min-height: 200px;
    min-width: 183px;
    padding-top: 42px;
    margin-left: -92px;
    width: 183px;
    text-align: center;
}

@media only screen and (max-width: 1439px) {
    .not-safari .product__image_drink {
        min-height: 153px;
        min-width: 146px;
        width: 146px;
        margin-left: -73px;
    }
}

@media only screen and (max-width: 1424px) {
    .product__image_drink {
        min-height: 153px;
        min-width: 146px;
        width: 146px;
        margin-left: -73px;
    }
}

.product__image-img {
    min-width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (min-device-pixel-ratio: 2),
screen and (min-resolution: 192dpi) {
    .product__image-img {
        max-width: 100%;
    }
}

.product {
    position: relative;
}

.product__inner {
    padding-bottom: 59px;
}

.product__inner_drink {
    padding-bottom: 140px;
}

.product__header_drink {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.product__name {
    margin: 10px 0;
    color: #373535;
    font-size: 20px;
    line-height: 1.125;
    font-family: Helvetica, Arial, sans-serif;
}

.product__name_drink {
    margin: 0;
    font-size: 17px;
}

.product__name-text_drink {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
}

.product__parameter {
    margin-bottom: 7px;
    font-size: 16px;
    color: #878686;
}

.product__parameter-text_drink {
    background-color: rgba(255, 255, 255, 0.8);
}

.product__description {
    margin-bottom: 17px;
    font-size: 15px;
    line-height: 1.35;
    color: #878686;
    font-family: "Lato Regular", Helvetica, Arial, sans-serif;
}

.product__size {
    position: relative;
    margin: 0 0 5px;
    padding: 0;
}

.product__size-item {
    position: relative;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    width: calc(100% / 3);
}

.product__size-label {
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    display: inline-block;
    height: 26px;
    width: 100%;
    color: rgba(55, 53, 53, 0.6);
    font-size: 12px;
    line-height: 26px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    box-sizing: content-box;
    transition: margin .25s ease, padding .25s ease;
}

.product__size-label:hover {
    color: #373535;
}

.product__size-label:focus {
    outline: 0;
}

.product__size-label_3 {
    margin-right: -8px;
    padding-right: 8px;
}

.product__size-label_2 {
    margin: 0 -8px;
    padding: 0 8px;
}

.product__size-label_1 {
    margin-left: -8px;
    padding-left: 8px;
}

.product__size-input {
    position: absolute;
    left: -9999px;
}

.product__size-input:checked+.product__size-label {
    z-index: 1;
    padding: 0;
    margin: 0;
    color: #373535;
    border: 1px solid rgba(55, 53, 53, 0.5);
    background-color: #fff;
}

.product__size-input:checked+.product__size-label:hover {
    color: #373535;
    border-color: rgba(55, 53, 53, 0.5);
    background-color: #fff;
}

.product__size-measure {
    margin-left: .25em;
}

.product__cart:after {
    content: " ";
    display: block;
    clear: both;
}

.product__cart_drink {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

.product__controls {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.product__price {
    display: inline-block;
    color: #373535;
    font-size: 26px;
    line-height: 1;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
    white-space: nowrap;
    max-width: 50%;
    padding: 8px 0 0 4px;
}

.product__price_drink {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    text-align: center;
}

.product__price-not-available {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    vertical-align: bottom;
    font-family: Helvetica, Arial, sans-serif;
    color: #373535;
}

.product__to-cart {
    float: right;
    width: 98px;
    height: 39px;
}

.product__to-cart_drink {
    float: none;
    margin: 0 auto;
}

.product__button {
    padding: 0;
    width: 100%;
    height: 100%;
}

.product__image-img {
    max-width: 100%;
}

.product__image_drink {
    left: 0;
    margin-left: 0;
}


/** VARIABLES
===================================*/


/** RESET AND LAYOUT
===================================*/

.contacts-phone-mobile_navigation {
    padding: 15px 0 10px 0;
}

.contacts-phone-mobile__item {
    margin-top: 4px;
}

.contacts-phone-mobile_navigation .contacts-phone-mobile__item-icon_phone {
    width: 25px;
    position: absolute;
}

.contacts-phone-mobile_navigation .contacts-phone-mobile__number {
    padding-left: 26px;
    font-size: 22px;
    padding: 0px 0px 5px 34px;
    color: #333;
    display: inline-block;
}

.contacts-phone-mobile__operators {
    display: inline-block;
    position: absolute;
    margin-left: 5px;
    color: #a9a9a9;
}

.contacts-phone-mobile_navigation {
    padding: 15px 0 10px 0;
}

.global-nav__group {
    margin-top: 26px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 9px 7px 40px 23px;
    margin-left: 19px;
    margin-right: 20px;
}

.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bxslider {
    margin: 0;
    padding: 0;
}

ul.bxslider {
    list-style: none;
}

.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}


/** THEME
===================================*/

.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}


/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('images/bx_loader.gif') center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}


/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url('images/controls.png') no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url('images/controls.png') no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

a.cont-phone__number-link {
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 19px;
}

p.numbers-light {
    font-size: 14px;
}

.count-control__switcher-icon_remove:after {
    position: absolute;
    top: -100%;
    content: "-";
    font-size: 22px;
    color: #ff6900;
}

.count-control__switcher-icon_add:after {
    position: absolute;
    top: 0;
    content: "+";
    font-size: 22px;
    color: #ff6900;
    right: 0;
    width: 22px;
    height: 22px;
    line-height: 23px;
    text-align: center;
}

.logopizza {
    position: absolute;
    right: 0;
    top: -6px;
    width: 100px;
    height: 76px;
    background-image: url('images/logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.fl-tel__list {
    display: none;
}

.header__item-inner-item.header__item-inner-item_phone.fl-cart_is-open {
    padding: 10px;
    margin: -10px -10px 0px 0px;
    border-radius: 1px 1px 9px 9px;
}

span.telepfone_nav.open svg {
    transform: rotate(180deg);
    transition: all 0.25s ease;
    /* Safari */
    -webkit-transform: rotate(-180deg);
    /* Firefox */
    -moz-transform: rotate(-180deg);
    /* IE */
    -ms-transform: rotate(-180deg);
    /* Opera */
    -o-transform: rotate(-180deg);
    /* Internet Explorer */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=4);
}

span.telepfone_nav svg {
    color: #ff6900;
}

span.telepfone_nav {
    color: #ff6900;
    position: relative;
    cursor: pointer;
    bottom: 25px;
    right: -110px;
    padding-left: 13px;
}

p.numbers-light {
    margin: 1px 1px 1px 1px;
    position: relative;
}

.numbers-light svg {
    position: relative;
    top: 1px;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    margin-right: 4px;
}

@media screen and (max-width: 1424px) {
    .m__s-product_pizza {
        width: 232.719px;
        margin-bottom: 102px !important;
    }
}

@media screen and (max-width: 1430px) {
    .header__item-inner-item_phone {
        display: none !important;
    }
}

.nav__cart {
    top: 18px;
}

.nav__inner {
    padding: 14px 0;
}

.header__item-inner {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-right: 27px;
}

.header__item-inner-item {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0px;
    right: 323px;
    position: absolute;
    top: 24px;
}

.menu__section-row {
    display: inherit !important;
    width: 113%;
    padding: 0;
    margin-left: -27px;
}

.product {
    margin: 10px 23px 90px 0px;
    display: inline-flex;
}

.product .product__inner_meta-with-controls {
    padding-bottom: 109px !important;
}

.product__controls {
    position: absolute;
    top: 425px !important;
    width: 100%;
}

.count-control__quantity {
    width: 25% !important;
}

#tooltip {
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after {
    left: 10px;
    margin: 0;
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

.product_info {
    display: none;
}

.bx-wrapper {
    border: 0;
    box-shadow: 0 0 0;
}

.bx-wrapper img {
    width: 100%;
}

.bx-pager.bx-default-pager {
    bottom: 33px;
}

.filter-wrap {
    position: relative;
    margin-top: 41px;
}

.clearfix::before,
.clearfix::after {
    content: ' ';
    display: table;
}

.clearfix .floated {
    float: left;
}

.filter-wrap .regular {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.dib {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.filter-wrap .filter:hover,
.filter-wrap .filter.active {
    border: 1px solid #9b9a9a;
    background: white;
    color: #ff9347;
    border-radius: 11px;
}

.filter-wrap .filter {
    position: relative;
    padding: 10px 14px;
    border: 1px solid rgb(243, 243, 243);
    background: #f3f3f3;
    cursor: pointer;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.clearfix .floated {
    float: left;
}

.filter-wrap .filter:hover svg,
.filter-wrap .filter.active svg {
    fill: #000;
}

.filter-wrap svg {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    fill: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

svg:not(:root) {
    overflow: hidden;
}

.filter-wrap .filter:hover span,
.filter-wrap .filter.active span {
    color: #000;
}

.filter-wrap span {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right;
}

@media screen and (max-width: 40em) {
    .column,
    .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));
    }
    .hero-slider {
        width: 100%;
        height: 44vh;
        overflow: hidden;
    }
    .hero-slider .carousel-cell {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .hero-slider .carousel-cell .inner {
        position: relative;
        top: 40%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: white;
        text-align: center;
    }
    .hero-slider .carousel-cell .inner .subtitle {
        font-family: "Roboto Slab", serif;
        font-size: 2.2rem;
        line-height: 1.2em;
        font-weight: 200;
        font-style: italic;
        letter-spacing: 3px;
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 5px;
    }
    .hero-slider .carousel-cell .inner .title {
        font-family: "Montserrat", sans-serif;
        font-size: 3rem;
        line-height: 1.2em;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-bottom: 40px;
    }
    .hero-slider .carousel-cell .inner .btn {
        border: 1px solid #fff;
        padding: 14px 18px;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-size: 1.8rem;
        letter-spacing: 3px;
        color: #fff;
        background-color: #e10c00;
        padding: 10px 10px;
        border-radius: 100px;
        text-decoration: none;
        transition: all .2s ease;
    }
    .hero-slider .carousel-cell .inner .btn:hover {
        */ background: #fff;
        color: #000;
        */
    }
    .hero-slider .flickity-prev-next-button {
        width: 80px;
        height: 80px;
        background: transparent;
    }
    .hero-slider .flickity-prev-next-button:hover {
        background: transparent;
    }
    .hero-slider .flickity-prev-next-button .arrow {
        fill: white;
    }
    .hero-slider .flickity-page-dots {
        bottom: 30px;
    }
    .hero-slider .flickity-page-dots .dot {
        width: 30px;
        height: 4px;
        opacity: 1;
        background: rgba(255, 255, 255, 0.5);
        border: 0 solid white;
        border-radius: 0;
    }
    .hero-slider .flickity-page-dots .dot.is-selected {
        background: #ff0000;
        border: 0 solid #ff0000;
    }
    .filter-wrap span {
        display: none;
    }
}

.column,
.columns {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.info {
    margin: 4% 2%;
    padding: 4% 6%;
    text-align: center;
    font-size: 25px;
    border: 3px solid #f36d00;
}

svg:not(:root) {
    overflow: hidden;
}

.row {
    max-width: 87.5rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 40em) {
    .column,
    .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.column,
.columns {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

footer {
    position: relative;
    background: #e7e7e7;
    padding: 20px 0;
}

footer .logopizza {
    position: absolute;
    right: -52px;
    top: -21px;
    width: 222px;
    height: 155px;
}

footer .footer-branding {
    text-align: center;
    padding: 30px 0 80px;
}

footer .footer-branding .icon {
    width: 120px;
    margin: 0 auto 20px;
    height: 117px;
    position: relative;
}

footer .footer-branding p {
    font-size: 14px;
    font-weight: 700;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right;
}

footer .footer-menu li {
    display: inline-block;
    margin-right: 20px;
}

footer .footer-menu li a {
    font-size: 12px;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

footer .credentials p {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 20px;
}

footer .credentials p a {
    color: #eb0029;
}

footer ul {
    margin: 0;
    padding: 0;
}


/* Core */

.clearfix .floated {
    float: none;
}

.container {
    padding: 0;
}

h1 {
    color: #373535;
    font-size: 2.1em;
    margin-bottom: 25px;
    margin-top: 0;
}

.main-page-title {
    padding: 15px 0 0 0;
}

.main-page-title p {
    padding: 5px 0;
}

.filter-wrap .regular {
    margin: 0;
}

.filter-row>.dib {
    display: flex;
    align-items: center;
}


/* Mainpage */

.filter-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-banner {
    text-align: center;
    padding: 17px 0 0 0;
}

.filter img {
    max-width: 30px;
    height: auto;
    width: 30px;
}

.filter {
    display: flex;
    align-items: center;
    gap: 10px;
}


/* Tabs */

.pizza-product-row {
    display: none;
}

.pizza-product-row.show {
    display: block;
}


/* Product grid */

body .menu__section-row-outer {
    margin: 0 !important;
    border-spacing: 0 !important;
}

.product_cell .money {
    font-size: 21px;
}

.product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 45px;
}

#drinks .product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
}

.nav__list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.page-regular {
    padding: 60px 0 0 0;
}

.page-regular p {
    margin-bottom: 30px;
}

.page-regular ul {
    list-style: disc;
    padding-left: 30px;
}

.page-regular h1 {
    font-weight: normal;
    color: #000;
    font-size: 36px;
    font-family: Helvetica, Arial, sans-serif;
}

.nav__list li.menu-item-object-page.current-menu-item a,
.nav__list li a:hover,
.nav__list li a.active {
    color: #FF6900;
}

.nav__list li a {
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    padding: 22px 0;
    color: #000;
    font-size: 14px;
    line-height: 1;
    transition: color 0.25s ease, padding 0.25s ease;
}

#drinks .product_name {
    font-size: 17px;
    min-height: 45px;
}

#drinks .product_image a img {
    transform: scale(1.3);
}

#drinks .product_image a img {
    object-fit: contain;
}

.product__size-label {
    position: relative;
}

.product__size-unit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.active-size {
    color: #373535;
    border: 1px solid rgba(55, 53, 53, 0.5);
    background-color: #fff;
    z-index: 2;
    border-radius: 7px;
    position: relative;
    top: 0px;
}

.product__size-label_2 {
    margin: 0;
}

.product_cell img {
    max-width: 100%;
    height: auto;
}

.product_image a {
    display: block;
    height: 210px;
    overflow: hidden;
    border-radius: 18px
}

.product_image a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
    position: relative;
    top: 0;
    transform: scale(1);
}

.product_image a img:hover {
    transform: scale(1.1);
}

.product_name {
    margin: 10px 0;
    color: #373535;
    font-size: 20px;
    line-height: 1.125;
    font-family: Helvetica, Arial, sans-serif;
}

.product_description {
    margin-bottom: 17px;
    font-size: 15px;
    line-height: 1.35;
    color: #878686;
    font-family: "Lato Regular", Helvetica, Arial, sans-serif;
    min-height: 80px;
}

.header__item-inner {
    vertical-align: top;
}

.nav__cart {
    top: 0;
}

.fl-cart__lines h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.size_40 {
    display: none;
}


/* Responsive */

.footer-mobile-anchors {
    bottom: 0;
    background-color: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    border-top: 1px solid #ddd;
    padding-bottom: 10px;
}

.footer-mobile-anchors svg {
    margin-bottom: 0 !important;
    vertical-align: top !important;
    height: 30px !important;
    width: 30px !important;
}

.footer-mobile-anchors a {
    font-size: 15px;
    color: #000;
}

.footer-mobile-anchors .navigation__link-inner {
    position: relative;
    top: 5px;
}

.footer-mobile-anchors>.navigation__list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 10px;
}

.footer-mobile-anchors>.navigation__list li {
    padding-right: 15px;
}

.mobile-nav-button,
.mobile-cart {
    display: none;
}

.cart__line-product {
    width: 50%!important;
}

.page__content_cart .fl-cart__line-remove {
    position: absolute;
    top: 29px !important;
    right: 0;
    z-index: 1;
    width: 16px!important;
    height: 16px!important;
}

.page__content_cart .fl-cart__line-name {
    max-width: 386px !important;
    color: #373535;
    line-height: 2.4 !important;
    font-size: 23px !important;
}

.page__content_cart .fl-cart__line-description {
    max-width: 195px !important;
    margin-top: 5px !important;
    color: #878686;
    font-size: 15px !important;
}

.page__content_cart .fl-cart__line-amount {
    float: right!important;
    display: inline-block;
    vertical-align: bottom;
    width: 147px !important;
    height: 39px !important;
    margin: -47px 113px 0 0 !important;
}

.page__content_cart .fl-cart__line-price {
    display: block;
    margin-right: 12px !important;
    margin-top: -37px !important;
    color: #373535;
    float: right !important;
    font-size: 21px !important;
    line-height: 1;
    text-align: right;
}

.form__row {
    margin-bottom: 14px;
}

.mobile-wrapper-nav {
    display: inline-block;
}

.close-button-mobile {
    display: none;
}

.mobile-wrapper-nav {
    margin-left: -25px;
}

.logopizza {
    background-position: left top;
}

.mobile-phone-button {
    display: none;
}

.top-banner img {
    max-width: 100%;
    height: auto;
}

.nav__list li {
    margin-right: 16px;
}

.mobile-wrapper-nav {
    margin-left: -10px;
}

footer .contacts-social svg {
    width: 35px;
    height: 35px;
}

footer>.row {
    max-width: 1024px;
}

.cart-page .count-control__switcher-icon_remove:after {
    line-height: 36px;
}
.cart-page .count-control__switcher-icon_add:after {
   line-height: 37px; 
}
.count-control__switcher-icon_remove:after {
    position: absolute;
    top: 0;
    content: "-";
    font-size: 22px;
    color: #ff6900;
    right: 0;
    width: 22px;
    height: 100%;
    line-height: 22px;
    text-align: center;
}

.count-control__switcher-icon_add:after {
    position: absolute;
    top: 0;
    content: "+";
    font-size: 22px;
    color: #ff6900;
    right: 0;
    width: 22px;
    height: 100%;
    line-height: 23px;
    text-align: center;
}

footer ul, .credentials {text-align: center;}
footer .credentials p {margin-right: 0;}
footer .footer-branding {padding-top: 60px;}

@media screen and (max-width: 1264px) {
    .nav__list li {
        margin-right: 14px;
    }
}

@media screen and (max-width: 1023px) {
    .mobile-phone-button {
        position: absolute;
        display: block;
        right: 65px;
        top: 11px;
    }
    .mobile-phone-button svg {
        width: 25px;
        height: 25px;
    }
    .container {
        max-width: 960px;
        width: 100%;
        padding: 0 15px;
    }
    .product-grid {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 30px;
        row-gap: 30px;
    }
    .mobile-nav-button {
        display: block;
        position: absolute;
        right: 0px;
        top: 0;
        top: 7px;
    }
    .mobile-cart {
        display: block;
        position: fixed;
        bottom: 110px;
        left: 50%;
        z-index: 99;
    }
    .close-button-mobile {
        display: block;
        position: fixed;
        right: 15px;
        top: 15px;
    }
    .mobile-cart>.nav__cart {
        background-color: #37924c;
        box-shadow: 0 10px 24px 0 rgb(0 235 143 / 24%), 0 1px 24px 0 rgb(255 146 0 / 19%);
        width: 56px;
        height: 56px;
        border-radius: 50%;
    }
    .nav__inner .nav__cart,
    .mobile-cart .fl-cart__amount-info {
        display: none;
    }
    .mobile-cart .fl-cart__all-sum {
        border: 1px solid #3a8939;
        left: -7px;
        height: 18px;
        position: absolute;
        z-index: 1;
        padding: 2px 6px;
        border-radius: 100px;
        background: #fff;
        top: -15px;
    }
    .mobile-cart .fl-cart__all-sum {
        font-size: 12px;
        color: #3a893a;
    }
    .mobile-cart .nav__cart svg {
        position: relative;
        left: 15px;
    }
    .mobile-cart .fl-cart__to-cart-button {
        display: none;
    }
    .mobile-cart .fl-cart__header {
        min-width: inherit;
    }
    .mobile-cart>.nav__cart {
        background-image: url('images/mob-cart.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 30px;
    }
    .mobile-cart .fl-cart__list {
        display: none !important;
    }
    .navigation {
        height: 50px;
    }
    .close-button-mobile {
        display: block;
    }
    .mobile-wrapper-nav {
        position: fixed;
        height: 100vh;
        background-color: #fff;
        left: 25px;
        top: 0;
        z-index: 100;
        width: 100%;
        overflow-y: auto;
        visibility: hidden;
        opacity: 0;
    }
    .mobile-wrapper-nav.show {
        visibility: visible;
        opacity: 1;
    }
    .navigation {
        z-index: 999;
    }
    .logopizza {
        position: absolute;
        right: auto;
        left: 0;
        top: -12px;
        width: 67px;
        height: 45px;
        background-image: url(images/logo.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .nav__list li {
        display: block;
        vertical-align: top;
        margin-right: 0;
        padding: 0 15px 0 30px;
    }
    .nav__list li a {
        font-size: 22px;
    }
    .mobile-nav-button svg {
        width: 35px;
        height: 35px;
    }
    .html__body {
        min-width: inherit;
    }
    .page,
    .page__wrapper {
        display: block;
    }
    .page__footer {
        display: block;
    }
    footer .logopizza {
        position: absolute;
        right: auto;
        top: -21px;
        width: 150px;
        height: 155px;
        left: -15px;
    }
    footer ul {
        text-align: center;
        padding-bottom: 25px;
    }
    footer .footer-branding {
        padding-bottom: 10px;
    }
    .filter-wrap span {
        display: none;
    }
    #drinks .product-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .page-regular h1 {
        margin-top: 25px;
        font-size: 30px;
    }
    .page-regular p {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .product-grid,
    #drinks .product-grid {
        grid-template-columns: 1fr 1fr;
    }
    .top-banner img {
        max-width: 100%;
        height: auto;
    }
    [class*=" d5-2"][class*=" d5-2"],
    [class^=d5-2][class^=d5-2],
    .d5--all [class*=" d5-2"],
    .d5--all [class^=d5-2] {
        margin: 0;
        width: 100%;
    }
    .cart-page h1 {
        margin-top: 0;
    }
    .cart__total-td-label_total {
        font-size: 17px;
        padding-left: 0;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 1.9rem;
    }
    .product-grid,
    #drinks .product-grid {
        grid-template-columns: 1fr;
    }
    .filter-row {
        display: block;
    }
    .filter-wrap .regular {
        margin-bottom: 10px;
    }
    .product_description {
        min-height: inherit;
    }
    .product_cell .product_image {
        float: left;
        padding-right: 15px;
        width: 210px;
    }
    .product_cell .product__size {
        display: flex;
    }
    .product__button {
        padding: 0;
        width: 100%;
        height: 100%;
        background-color: #FF6900;
        color: #fff;
    }
    .title_h1 {
        font-size: 30px;
    }
    .page__content_cart .fl-cart__line-amount {
        width: 100% !important;
        margin: 0px !important;
    }
    .page__content_cart .fl-cart__line-name {
        font-size: 16px !important;
    }
    .fl-cart__line {
        padding-right: 0;
    }
    .order-type-form {
        padding-right: 0 !important;
    }
    .cart__total-table {
        float: none;
        padding-top: 10px;
    }
    .cart__list {
        margin-top: 10px;
        padding-top: 10px;
    }
    .cart__actions {
        margin-top: 0;
    }
}

@media screen and (max-width: 450px) {
    .product_cell .product_image {
        width: 150px;
    }
    .product_cell .product_image a {
        height: 120px;
        margin-bottom: 15px;
    }
    .product_cell .product_controls {
        clear: left;
    }
    .product_cell .product__size {
        margin-bottom: 0;
    }
    .product_cell .product_description {
        font-size: 13px;
    }
}