
.catalog-seo {
    font-size: 16px;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #5A65721F;
}

#content .container, .catalog-seo .container {
    padding: 0 15px
}

#content.static a, #content.static a:active, #content.static a:focus, #content.static a:visited, .catalog-seo.static a, .catalog-seo.static a:active, .catalog-seo.static a:focus, .catalog-seo.static a:visited {
    color: #FF492F
}

#content.static h2, .catalog-seo.static h2 {
    margin-top: 30px
}

#content.static p, .catalog-seo.static p {
    margin: 20px 0 10px
}

#content.static ol, #content.static ul, .catalog-seo.static ol, .catalog-seo.static ul {
    margin: 10px 0 10px 30px;
    padding: 0
}

#content.static ol li, #content.static ul li, .catalog-seo.static ol li, .catalog-seo.static ul li {
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0 0 0 25px;
    position: relative
}

#content.static ol li:before, #content.static ul li:before, .catalog-seo.static ol li:before, .catalog-seo.static ul li:before {
    display: block;
    width: 6px;
    height: 6px;
    background: #FF492F;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 100;
    border-radius: 25px
}

@media (min-width: 1080px) {
    #content.static ol, #content.static ul, .catalog-seo.static ol, .catalog-seo.static ul {
        margin: 0 0 18px;
        padding: 0
    }

    #content.static ol li, #content.static ul li, .catalog-seo.static ol li, .catalog-seo.static ul li {
        list-style-type: none;
        margin: 0 0 10px;
        padding: 0 0 0 25px;
        position: relative
    }

    #content.static ol li:not(:last-child), #content.static ul li:not(:last-child), .catalog-seo.static ol li:not(:last-child), .catalog-seo.static ul li:not(:last-child) {
        margin-bottom: 10px
    }

    #content.static ol li:before, #content.static ul li:before, .catalog-seo.static ol li:before, .catalog-seo.static ul li:before {
        display: block;
        width: 6px;
        height: 6px;
        background: #FF492F;
        content: "";
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        z-index: 100;
        border-radius: 25px
    }
}

@media (min-width: 625px) {
    #content.static h2, .catalog-seo.static h2 {
        margin-top: 40px
    }
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text] {
    font-family: 'Onest';
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-control {
    position: relative
}

.form-control .response {
    font-weight: 400;
    font-size: 12px;
    line-height: 16.8px;
    color: #000;
    margin-top: 10px
}

.form-control .coupon-action {
    position: relative;
    height: 0
}

.form-control .coupon-action span {
    position: absolute;
    right: 15px;
    top: -35px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 19.6px
}

.form-control .coupon-action span.apply {
    color: #FF492F
}

.form-control .coupon-action span.cancel {
    color: #000
}

.form-control .coupon-action span.hidden {
    display: none
}

.form-control .coupon-action.filled .cancel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000
}

.form-control input[type=date], .form-control input[type=email], .form-control input[type=number], .form-control input[type=password], .form-control input[type=tel], .form-control input[type=text] {
    background: #ffffff;
    border: 1px solid #5A65721F;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 999px;
    height: 56px;
    padding: 0 24px;
    outline: none;
    display: block;
    width: 100%;
    font-family: 'Onest';
    -webkit-transition: background-color .4s, border .4s;
    -o-transition: background-color .4s, border .4s;
    transition: background-color .4s, border .4s;
    color: #000000;
    font-size: 16px;
}

.form-control input[type=date]:active, .form-control input[type=date]:focus, .form-control input[type=email]:active, .form-control input[type=email]:focus, .form-control input[type=number]:active, .form-control input[type=number]:focus, .form-control input[type=password]:active, .form-control input[type=password]:focus, .form-control input[type=tel]:active, .form-control input[type=tel]:focus, .form-control input[type=text]:active, .form-control input[type=text]:focus {
    border: 1px solid #FF492F
}

.form-control input[type=date].error, .form-control input[type=date].error:active, .form-control input[type=date].error:focus, .form-control input[type=date].wrong, .form-control input[type=date].wrong:active, .form-control input[type=date].wrong:focus, .form-control input[type=email].error, .form-control input[type=email].error:active, .form-control input[type=email].error:focus, .form-control input[type=email].wrong, .form-control input[type=email].wrong:active, .form-control input[type=email].wrong:focus, .form-control input[type=number].error, .form-control input[type=number].error:active, .form-control input[type=number].error:focus, .form-control input[type=number].wrong, .form-control input[type=number].wrong:active, .form-control input[type=number].wrong:focus, .form-control input[type=password].error, .form-control input[type=password].error:active, .form-control input[type=password].error:focus, .form-control input[type=password].wrong, .form-control input[type=password].wrong:active, .form-control input[type=password].wrong:focus, .form-control input[type=tel].error, .form-control input[type=tel].error:active, .form-control input[type=tel].error:focus, .form-control input[type=tel].wrong, .form-control input[type=tel].wrong:active, .form-control input[type=tel].wrong:focus, .form-control input[type=text].error, .form-control input[type=text].error:active, .form-control input[type=text].error:focus, .form-control input[type=text].wrong, .form-control input[type=text].wrong:active, .form-control input[type=text].wrong:focus {
    border: 1px solid #fb0d1b
}

.form-control input[type=date]:disabled, .form-control input[type=email]:disabled, .form-control input[type=number]:disabled, .form-control input[type=password]:disabled, .form-control input[type=tel]:disabled, .form-control input[type=text]:disabled {
    cursor: url(../img/not-allowed-full.svg), auto;
    border: 1px solid rgba(0, 0, 0, .3)
}

.form-control input[type=date]:disabled:active, .form-control input[type=date]:disabled:focus, .form-control input[type=email]:disabled:active, .form-control input[type=email]:disabled:focus, .form-control input[type=number]:disabled:active, .form-control input[type=number]:disabled:focus, .form-control input[type=password]:disabled:active, .form-control input[type=password]:disabled:focus, .form-control input[type=tel]:disabled:active, .form-control input[type=tel]:disabled:focus, .form-control input[type=text]:disabled:active, .form-control input[type=text]:disabled:focus {
    border: 1px solid rgba(0, 0, 0, .3)
}

.form-control input[type=date]::-webkit-input-placeholder, .form-control input[type=email]::-webkit-input-placeholder, .form-control input[type=number]::-webkit-input-placeholder, .form-control input[type=password]::-webkit-input-placeholder, .form-control input[type=tel]::-webkit-input-placeholder, .form-control input[type=text]::-webkit-input-placeholder {
    color: #5A6572B8;
    opacity: 1;
}

.form-control input[type=date]::-moz-placeholder, .form-control input[type=email]::-moz-placeholder, .form-control input[type=number]::-moz-placeholder, .form-control input[type=password]::-moz-placeholder, .form-control input[type=tel]::-moz-placeholder, .form-control input[type=text]::-moz-placeholder {
    color: #5A6572B8;
    opacity: 1;
}

.form-control input[type=date]::-ms-input-placeholder, .form-control input[type=email]::-ms-input-placeholder, .form-control input[type=number]::-ms-input-placeholder, .form-control input[type=password]::-ms-input-placeholder, .form-control input[type=tel]::-ms-input-placeholder, .form-control input[type=text]::-ms-input-placeholder {
    color: #5A6572B8;
    opacity: 1;
}

.form-control input[type=date]::placeholder, .form-control input[type=email]::placeholder, .form-control input[type=number]::placeholder, .form-control input[type=password]::placeholder, .form-control input[type=tel]::placeholder, .form-control input[type=text]::placeholder {
    color: #5A6572B8;
    opacity: 1;
}

.form-control input[type=date]:-moz-placeholder-shown, .form-control input[type=email]:-moz-placeholder-shown, .form-control input[type=number]:-moz-placeholder-shown, .form-control input[type=password]:-moz-placeholder-shown, .form-control input[type=tel]:-moz-placeholder-shown, .form-control input[type=text]:-moz-placeholder-shown {
    color: #5A6572B8;
    opacity: 1;
}

.form-control input[type=date]:-ms-input-placeholder, .form-control input[type=email]:-ms-input-placeholder, .form-control input[type=number]:-ms-input-placeholder, .form-control input[type=password]:-ms-input-placeholder, .form-control input[type=tel]:-ms-input-placeholder, .form-control input[type=text]:-ms-input-placeholder {
    color: #5A6572B8;
    opacity: 1;
}

.form-control input[type=date]:placeholder-shown, .form-control input[type=email]:placeholder-shown, .form-control input[type=number]:placeholder-shown, .form-control input[type=password]:placeholder-shown, .form-control input[type=tel]:placeholder-shown, .form-control input[type=text]:placeholder-shown {
    color: #5A6572B8;
    opacity: 1;
}

.form-control label {
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 8px
}

.form-control label.wrong {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #fb0d1b;
    margin-top: 3px;
    display: block
}

.form-control:not(:last-child) {
    margin-bottom: 30px
}

.form-control input[type=checkbox], .form-control input[type=radio] {
    display: none
}

.form-control input[type=checkbox] + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px
}

.form-control input[type=checkbox] + label span:first-child {
    border: 1px solid rgba(0, 0, 0, 0.30);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    display: block;
    margin-right: 10px;
}

.form-control input[type=checkbox] + label span:last-child {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    position: relative
}

.form-control input[type=checkbox] + label span:last-child.close:after, .form-control input[type=checkbox] + label span:last-child.open:after {
    display: block;
    position: absolute;
    z-index: 100;
    content: "";
    right: 0;
    top: calc(50% - 12px);
    width: 18px;
    height: 24px;
    background: url(../img/icon-form-check.svg) 100% no-repeat
}

.form-control input[type=checkbox] + label:hover span:first-child {
    border: 1px solid #d9d9d9
}

.form-control input[type=checkbox]:checked + label span:first-child {
    background: #FF492F url(../img/icon-form-check.svg) 50% no-repeat;
    border: 1px solid #FF492F
}

.form-control input[type=radio] + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px
}

.form-control input[type=radio] + label span:first-child {
    border: 1px solid #b2b2b2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px
}

.form-control input[type=radio] + label span:last-child {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    position: relative
}

.form-control input[type=radio] + label span:last-child.close:after, .form-control input[type=radio] + label span:last-child.open:after {
    display: block;
    position: absolute;
    z-index: 100;
    content: "";
    right: 0;
    top: calc(50% - 12px);
    width: 18px;
    height: 24px
}

.form-control input[type=radio]:checked + label span:first-child {
    border: 6px solid #FF492F
}

.btn, a.btn {
    height: 50px;
    background: #FF492F;
    border-radius: 10px;
    display: block;
    color: #fff;
    outline: none;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    font-family: GothamPro, sans-serif;
    transition: background-color .4s, border .4s
}

.btn:not(:disabled):hover, a.btn:not(:disabled):hover {
    background: #633E8E1A;
    color: #FF492F;
    border: 1px solid #FF492F;
}

.btn:active, a.btn:active {
    outline: none
}

.btn:disabled, a.btn:disabled {
    opacity: 0.3;
    cursor: url(../img/not-allowed-full.svg), auto
}

.form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.form-response {
    margin-top: 20px;
    color: #7f7f7f
}

a.btn {
    line-height: 50px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a.btn-remove, input.btn-remove {
    border: 1px solid #b3b3b3;
    background: #fff;
    color: #000
}

.custom-select {
    margin-top: 8px;
    position: relative
}

.custom-select__selected {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 999px;
    background: #ffffff;
	border: 1px solid #5A65721F;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.custom-select__selected.active img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.custom-select__list {
    display: none;
    position: absolute;
    z-index: 1100;
    top: 51px;
    left: 0;
    width: calc(100% - 40px);
    background: #fff;
    box-shadow: 0px 4px 20px 0px #0000001A;
    border-radius: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px
}

.custom-select__list.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.custom-select__item {
    cursor: pointer;
    display: block;
    width: 100%
}

.custom-select__item:not(:last-child) {
    margin-bottom: 15px
}

.custom-select__item:hover {
    color: #FF492F
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-inline > div {
    margin-bottom: 30px
}

.form-inline .form-width-3 {
    width: 300px
}

.form-inline .form-width-1, .form-inline .form-width-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.form-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.form-buttons > input {
    width: 300px
}

.form-buttons > input:not(:last-child) {
    margin-bottom: 10px
}

.form-buttons > .btn {
    width: 300px
}

.form-buttons > .btn:not(:last-child) {
    margin-bottom: 10px
}

@media (min-width: 361px) {
    .form-inline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: none
    }

    .form-inline .form-width-3 {
        width: 100%
    }

    .form-inline .form-width-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .form-inline .form-width-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%
    }

    .form-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .form-buttons > input {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%
    }

    .form-buttons > input:not(:last-child) {
        margin-right: 10px
    }
}

@media (min-width: 768px) {
    .form-submit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .form-response {
        margin-left: 30px;
        color: #7f7f7f;
        margin-top: unset
    }

    .form-inline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: none
    }

    .form-inline .form-width-3 {
        width: 100%
    }

    .form-inline .form-width-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 386px;
        flex: 0 0 386px
    }

    .form-inline .form-width-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 183px;
        flex: 0 0 183px
    }

    .form-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .form-buttons > input {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 183px;
        flex: 0 0 183px
    }

    .form-buttons > input:not(:last-child) {
        margin-right: 10px
    }

    .form-buttons .btn {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 183px;
        flex: 0 0 183px
    }

    .form-buttons .btn:not(:last-child) {
        margin-right: 10px
    }
}

.footer {
    position: relative;
    margin-top: 40px
}

.footer__top {
    display: none
}

.footer__top .container {
    padding: 0 15px
}

.footer__bottom {
    background: #FF492F;
    padding: 30px 0 22px
}

.footer__bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px
}

.footer__bottom .container > div:not(:last-child) {
    margin-bottom: 20px
}

.footer__copyright {
    font-size: 12px;
    line-height: 11px;
    color: #fff
}

.footer__rules {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.footer__rules a {
    font-weight: 500;
    font-size: 12px;
    line-height: 11px;
    color: #fff
}

.footer__rules a:active, .footer__rules a:focus, .footer__rules a:visited {
    color: #fff
}

.footer__rules a:hover {
    opacity: .5
}

.footer__production {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.footer__production, .footer__production a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__production a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    line-height: 11px
}

.footer__production a:active, .footer__production a:focus, .footer__production a:visited {
    color: #fff
}

.footer__production a:first-child {
    margin-right: 10px
}

@media (min-width: 768px) {
    .footer__rules {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .footer__bottom {
        padding: 14px 0
    }

    .footer__bottom .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        grid-row-gap: unset;
        row-gap: unset
    }

    .footer__bottom .container > div:not(:last-child) {
        margin-bottom: unset
    }
}
.application {
    display: grid;
    grid-template-columns: 120px 120px;
    gap: 8px;
}
.application a {
    display: block;
}
.application svg {
    display: block;
}
@media (min-width: 625px) {
    .footer {
        position: relative;
        margin-top: 120px
    }

    .footer__top {
        background: linear-gradient(to bottom,  rgba(255,70,46,0) 4%,rgba(255,70,46,0.12) 100%);
        display: block;
        padding: 60px 0 30px;
    }

    .footer__top .container {
        display: grid;
        gap: 32px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto auto;
        justify-content: space-between;
        align-items: center;
    }

    .footer__application {
        grid-column: 1;
        grid-row: 2;
    }
    .footer__application a {
        color: #FF492F;
    }

    .footer__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        color: #7f7f7f;
        margin-bottom: 30px
    }

    .footer__menu {
        grid-column: 1 / -1;
        grid-row: 1;
    }
    .footer__menu ul {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        flex-wrap: wrap;
    }

    .footer__menu ul li {
        list-style-type: none;
        padding: 0;
        position: relative;
        padding: 0 8px;
        margin-bottom: 8px;
    }

    .footer__menu ul li:not(:last-child)::after {
        content: '';
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #5A6572B8;
        position: absolute;
        top: 50%;
        transform: translate(50%, -50%);
        right: 0;
    }

    .footer__menu ul li a {
        font-weight: 600;
        transition: 0.3s;
        font-size: 14px;
        white-space: nowrap;
    }

    .footer__menu ul li a:hover {
        color: #FF492F;
    }

    .footer__social {
        justify-content: flex-end;
        grid-column: 3;
        grid-row: 2;
    }

    .footer__social, .footer__social a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__social a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 1px solid #FF492F;
        border-radius: 50%;
        color: #FF492F;
    }

    .footer__social a:not(:last-child) {
        margin-right: 15px
    }

    .footer__bonuses {
        font-weight: 500;
        font-size: 16px;
        line-height: 15px;
        margin-top: 20px;
        color: #FF492F;
        display: block
    }

    .footer__bonuses:active, .footer__bonuses:focus, .footer__bonuses:visited {
        color: #FF492F
    }

    .footer__bonuses:hover {
        opacity: .5
    }

    .footer__phone {
        font-weight: 500;
        font-size: 24px;
        line-height: 23px;
        margin-bottom: 20px;
        display: block
    }

    .footer__schedule {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer__schedule span {
        font-size: 14px;
        line-height: 19.6px;
        display: block
    }

    .footer__schedule span:not(:last-child) {
        margin-bottom: 2px
    }
}

@media (min-width: 1260px) {
    .catalog-seo {
        padding: 60px;
    }
    .footer__top .container {
        grid-template-columns: auto 1fr auto;
    }
    .footer__application {
        grid-column: 1;
        grid-row: 1;
    }
    .footer__menu {
        grid-column: 2;
    }
    .footer__social {
        grid-row: 1;
    }
}

.tabs__list {
    margin-top: 40px;
    padding: 0 10px;
    position: relative;
    top: 1px;
    overflow: auto;
    scrollbar-width: none;
    scrollbar-color: transparent
}

.tabs__list::-webkit-scrollbar {
    display: none
}

.tabs__list ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tabs__list ul li {
    margin: 0;
    padding: 15px 20px;
    list-style-type: none;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer
}

.tabs__list ul li.active {
    border-top: 1px solid #5A65721F;
    border-left: 1px solid #5A65721F;
    border-right: 1px solid #5A65721F;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    color: #FF492F
}

.tabs__action {
    display: none;
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: 100
}

.tabs__action a {
    font-weight: 600;
    color: #FF492F;
}

.tabs__action a:hover {
    opacity: .5
}

.tabs__item {
    display: none;
    padding: 20px 15px;
    border: 1px solid #5A65721F;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 0 24px 24px;
}

.tabs__box, .tabs__item.active {
    display: block
}

.tabs__box {
    padding: 24px;
    border: 1px solid #eeeaf3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 24px
}

.tabs__box p {
    font-weight: 500
}

.tabs__box a, .tabs__box a:active, .tabs__box a:visited {
    color: #FF492F
}

@media (min-width: 625px) {
    .tabs__action {
        display: block;
        right: 15px
    }

    .tabs__item {
        padding: 60px
    }

    .tabs__item.tabs__item_min {
        padding: 24px
    }

    .tabs__list {
        padding: 0
    }

    .tabs__list ul li {
        padding: 15px 30px
    }
}

@media (min-width: 1260px) {
    .tabs__action {
        right: 0
    }
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 20px 10px;
    width: 100%;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 14px;
}

.white-popup .h1, .white-popup h1 {
    margin-top: 0
}

.popup__description {
    margin: 10px 0 30px
}

.popup-right__block {
    border: 1px solid #5A65721F;
    box-sizing: border-box;
    border-radius: 24px;
    padding: 24px;
    width: 100%;
    margin-top: 24px;
}

.popup-right__tabs ul li {
    padding: 15px 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19.6px;
    color: #000
}

.popup-right__tabs ul li.active {
    background: rgba(99, 62, 142, .05);
    border: 1px solid rgba(99, 62, 142, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0
}

.error__text {
    color: #fb0d1b;
    font-size: 14px;
    line-height: 19.6px;
    margin: 10px 0;
    padding: 0 15px
}

@media (min-width: 625px) {
    .error__text {
        padding: 0
    }
}

.mfp-preloader-animate {
    position: fixed;
    height: 100%;
    width: 100%;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1999;
    background: hsla(0, 0%, 100%, .95);
    top: 0;
    left: 0
}

.mfp-preloader-animate.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.mfp-preloader-animate .mfp-preloader-animate_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 200px
}

.mfp-preloader-animate .mfp-preloader-animate_wrapper svg {
    -o-object-fit: cover;
    object-fit: cover;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.mfp-preloader-animate .mfp-preloader-animate_wrapper span {
    font-size: 14px;
    color: #FF492F;
    display: block
}

.mfp-preloader-animate.mfp-preloader-white .mfp-preloader-animate_wrapper span {
    color: #fff
}

#auth-popup_code .popup__description {
    margin: 20px 0 5px
}

#auth-popup_code a.popup__return {
    display: block;
    margin-bottom: 30px;
    color: #FF492F
}

#auth-popup_code a.popup__return:active, #auth-popup_code a.popup__return:visited {
    color: #FF492F
}

#auth-popup_code .phone-code {
    position: relative;
    background: hsla(0, 0%, 100%, .3);
    border: 1px solid #b2b2b2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: background-color .4s, border .4s;
    -o-transition: background-color .4s, border .4s;
    transition: background-color .4s, border .4s
}

#auth-popup_code .phone-code.error {
    border: 1px solid #fb0d1b
}

#auth-popup_code .phone-code .input {
    position: absolute;
    z-index: 200;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 170px;
    overflow: hidden
}

#auth-popup_code .phone-code .input input {
    border: 0;
    padding: 0;
    background: transparent;
    letter-spacing: 35px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    width: 100%
}

#auth-popup_code .phone-code .dots {
    width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#auth-popup_code .phone-code .dots span {
    position: relative
}

#auth-popup_code .phone-code .dots span:after {
    width: 10px;
    height: 10px;
    display: block;
    content: "";
    background: #FF492F;
    opacity: .1;
    border-radius: 50px;
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

#auth-popup_code .phone-code .dots span.filled:after {
    display: none
}

#auth-popup_code .popup-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

#auth-popup_code .popup-code .popup-code__link {
    font-weight: 500;
    color: #FF492F
}

#auth-popup_code .popup-code .popup-code__link:hover, #auth-popup_code .popup-code .popup-code__link:visited {
    color: #FF492F
}

#auth-popup_code .popup-code .popup-code__link.disabled {
    color: #FF492F;
    opacity: .3;
    pointer-events: none
}

#auth-popup_code .popup-code .popup-code__link.disabled:hover, #auth-popup_code .popup-code .popup-code__link.disabled:visited {
    color: #FF492F;
    opacity: .3
}

#address-popup .order-address__item {
    margin-bottom: 10px;
    cursor: pointer
}

#address-popup .order-address__item:hover {
    border: 1px solid #FF492F
}

#address-popup .pickup-address__item {
    margin-bottom: 10px;
    border: 1px solid #efebf3;
    cursor: pointer
}

#address-popup .pickup-address__item:hover {
    border: 1px solid #FF492F
}

#address-popup .form-hidden {
    display: none
}

#address-popup .order-address {
    margin-bottom: 30px
}

#address-popup .order-address input[type=submit] {
    padding: 0 20px;
    text-align: left;
    height: 60px;
    border: 1px solid #FF492F
}

#address-popup .pickup-address {
    margin-bottom: 30px
}

#address-popup .pickup-address input[type=submit] {
    padding: 0 20px;
    text-align: left;
    height: 60px;
    border: 1px solid #FF492F
}

.popup-map-notice {
    margin: 10px 0;
    font-size: 12px
}

.popup-map_autocomplete {
    border: 1px solid #efebf3;
    padding: 10px;
    display: none;
    background: #e5e5e5;
    border-radius: 6px
}

.popup-map_autocomplete.popup-map_autocomplete-overlay {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    z-index: 300
}

.popup-map_autocomplete a {
    display: block;
    cursor: pointer;
    padding: 5px
}

.popup-map_autocomplete a:not(:last-child) {
    margin-bottom: 5px
}

.popup-map_autocomplete a:hover {
    background: #FF492F;
    color: #fff
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@media (min-width: 625px) {
    .white-popup {
        padding: 60px;
        width: 500px;
        border-radius: 36px;
        min-height: unset
    }

    .white-popup .h1, .white-popup h1 {
        margin-top: 0
    }

    .white-popup.topping-popup {
        width: 600px
    }

    .popup__description {
        margin: 10px 0 30px
    }
}

.catalog-list {
    margin-bottom: 40px
}

.catalog-list__item {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.catalog-list__item:not(:last-child) {
    margin-bottom: 16px
}

.catalog-list__preview {
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    margin-right: 10px;

}
.catalog-list__preview, .catalog-list__preview picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.catalog-list__preview picture {
    -webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.catalog-list__item:nth-child(odd) .catalog-list__preview picture {
    -webkit-mask-image: url('../img/mask/mask-card1.png');
	mask-image: url('../img/mask/mask-card1.png');
}
.catalog-list__item:nth-child(even) .catalog-list__preview picture {
    -webkit-mask-image: url('../img/mask/mask-card2.png');
	mask-image: url('../img/mask/mask-card2.png');
}
.section_pizza.catalog-list__item:nth-child(odd) .catalog-list__preview picture,
.section_pizza.catalog-list__item:nth-child(even) .catalog-list__preview picture {
    -webkit-mask-image: url('../img/mask/mask-circle.png');
	mask-image: url('../img/mask/mask-circle.png');
}
.catalog-list__preview img {
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
}

.catalog-list__ingredient {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.catalog-list__ingredient, .catalog-list__ingredient span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog-list__ingredient span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    box-sizing: border-box;
    border: 2px solid #ffffff;
}
.catalog-list__ingredient span img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-list__ingredient span:not(:last-child) {
    margin-right: 5px
}

.catalog-list__badges {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.catalog-list__badges, .catalog-list__badges span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-list__badges span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 999px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 8px;
    border: 2px solid #ffffff;
    text-transform: uppercase;
}

.catalog-list__badges span.spec {
    background: #FF492F
}

.catalog-list__badges span.hit {
    background: #0099FF
}

.catalog-list__badges span.new {
    background: #FF492F
}

.catalog-list__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%
}

.catalog-list__name {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 6px;
    color: #000
}

.catalog-list__desc {
    font-size: 14px;
    color: #5A6572B8;
    display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
}
.catalog-list__desc::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 1.2em;
	background: linear-gradient(to right, transparent, #ffffff);
}

.catalog__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px
}

.catalog-list__price, .catalog__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog-list__price {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px;
    font-weight: 600;
}

.catalog-list__price span {
    white-space: nowrap;
}
.catalog-list__price span:not(.old-price) {
    background-color: #5A65721F;
    height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    border-radius: 999px;
}
.catalog-list__price span.old-price {
    color: #5A6572B8;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 20px;
    text-decoration: line-through;
    order: 1;
}

.catalog-list__price span.old-price + span {
    background: #FF33761F;
    color: #FF3376;
}

.catalog-list__price span.free {
    background: #FF33761F;
    color: #FF3376;
}

.basket-button {
    display: none;
}
.basket-button.basket-button_active {
    display: flex;
}
.sauce-additive__item_price {
    display: flex;
    height: 36px;
    border-radius: 999px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #5A65721F;
    font-size: 16px;
    padding: 0 16px;
}

.basket-counter {
    height: 36px;
    display: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.basket-counter span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background-color: #5A65721F;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: 0.3s;
}

.basket-counter span.plus {
    background-image: url(../img/icon-plus.svg);
}

.basket-counter span.minus {
    background-image: url(../img/icon-minus.svg);
}

.basket-counter span:hover {
    background-color: #FF492F;
}

.basket-counter label {
    padding: 0 7px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

.basket-counter label input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 30px;
    border: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.basket-counter label input:focus {
    border: 0;
    outline: none
}

.basket-counter label input::-webkit-input-placeholder {
    color: #000
}

.basket-counter label input::-moz-placeholder {
    color: #000
}

.basket-counter label input::-ms-input-placeholder {
    color: #000
}

.basket-counter label input::placeholder {
    color: #000
}

.basket-counter label input:-moz-placeholder-shown {
    color: #000
}

.basket-counter label input:-ms-input-placeholder {
    color: #000
}

.basket-counter label input:placeholder-shown {
    color: #000
}

.basket-counter.basket-counter_purple {
    color: #fff
}

.basket-counter.basket-counter_purple label {
    background: #FF492F
}

.basket-counter.basket-counter_purple label input {
    background: #FF492F;
    color: #fff
}

.basket-counter.basket-counter_purple label input::-webkit-input-placeholder {
    color: #fff
}

.basket-counter.basket-counter_purple label input::-moz-placeholder {
    color: #fff
}

.basket-counter.basket-counter_purple label input::-ms-input-placeholder {
    color: #fff
}

.basket-counter.basket-counter_purple label input::placeholder {
    color: #fff
}

.basket-counter.basket-counter_purple label input:-moz-placeholder-shown {
    color: #fff
}

.basket-counter.basket-counter_purple label input:-ms-input-placeholder {
    color: #fff
}

.basket-counter.basket-counter_purple label input:placeholder-shown {
    color: #fff
}

.basket-counter.basket-counter_purple span.plus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #FF492F url(../img/icon-form-plus-white.svg) 50% no-repeat
}

.basket-counter.basket-counter_purple span.minus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #FF492F url(../img/icon-form-minus-white.svg) 50% no-repeat
}

.basket-counter.basket-counter_purple span:hover {
    color: #fff
}

.basket-counter.basket-counter_purple span:hover.plus {
    background: rgba(99, 62, 142, .1) url(../img/icon-form-plus-purple.svg) 50% no-repeat
}

.basket-counter.basket-counter_purple span:hover.minus {
    background: rgba(99, 62, 142, .1) url(../img/icon-form-minus-purple.svg) 50% no-repeat
}

.basket-counter.basket-counter_active, .basket-counter_result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.basket-counter_result {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-weight: 500;
    color: #000
}

@media (min-width: 625px) {
    .basket-counter.basket-counter_result {
        color: #000
    }

    .catalog-list {
        display: grid;
        grid-template-columns:repeat(auto-fill, minmax(276px, 1fr));
        grid-column-gap: 36px;
        grid-row-gap: 40px
    }

    .catalog-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-column-gap: unset;
        -webkit-column-gap: unset;
        -moz-column-gap: unset;
        column-gap: unset
    }

    .catalog-list__item:not(:last-child) {
        margin-bottom: 0;
    }

    .catalog-list__preview {
        -ms-flex-pack: center;
        -ms-flex-align: center;
        position: relative;
        max-width: none;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin-left: auto;
        margin-right: auto;
    }

    .catalog-list__preview, .catalog-list__preview picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .catalog-list__preview picture {
        -ms-flex-pack: center;
        -ms-flex-align: center;
    }

    .catalog-list__preview img {
        -o-object-fit: cover;
        object-fit: cover;
        max-height: unset
    }

    .catalog-list__name {
        font-size: 24px;
    }

    .catalog-list__info {
        margin-top: 16px
    }

    .catalog-list__desc {
        font-size: 16px;
    }

    .catalog__actions {
        margin-top: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-row-gap: unset;
        row-gap: unset
    }
}

@media (min-width: 1260px) {
    .catalog-list__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .catalog-list__info {
        max-width: none
    }
}

.catalog-card {
    width: 100%;
    font-size: 16px;
}

.catalog-card__preview {
    aspect-ratio: 1 / 1;
    min-width: 0;
}
.catalog-card__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
}

.catalog-card__preview .catalog-list__badges {
    top: 16px;
    left: 16px;
}

.catalog-card__preview .catalog-list__badges span {
	min-width: 36px;
	height: 36px;
	padding: 0 16px;
	border: none;
}
.catalog-card__preview .catalog-list__ingredient {
	top: 16px;
    left: 16px;
}
.catalog-card__preview .catalog-list__ingredient span {
	width: 36px;
	height: 36px;
	border: none;
}
.catalog-list__slider {
    width: 100%;
    height: 100%;
}

.catalog-list__slider .slick-list {
    width: 100%;
    height: 100%;
}
.catalog-list__slider .slick-track {
    height: 100%;
    display: flex;
}
.catalog-list__slider .slick-slide {
    height: auto;
    margin: 0;
}
.catalog-list__slider .slick-slide.slick-active::after {
	display: none;
}
.catalog-list__slider .slick-dots {
    position: absolute;
    bottom: 8px;
    left: 16px;
    right: 16px;
    z-index: 10;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 4px;
}
.catalog-list__slider .slick-dots li {
    flex: 1;
    min-width: 0;
}
.catalog-list__slider .slick-dots button {
    width: 100%;
    height: 2px;
    font-size: 0;
    color: transparent;
    background: #FFFFFF7A;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 999px;
}
.catalog-list__slider .slick-dots .slick-active button {
    background: #ffffff;
}

.catalog-card__detail {
    width: 100%;
    position: relative;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 0 0 36px 36px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.catalog-card__detail::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    content: '';
}
.catalog-card__name {
    margin: 0;
    font-size: 32px;
}

.catalog-card__desc {
    color: #5A6572B8;
    margin-top: 16px;
}

.catalog-card__props {
    margin-top: 24px;
    padding: 16px 36px 24px;
    background-image: url('../img/props-border.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.catalog-card__props_calories {
    font-size: 24px;
}
.catalog-card__props_weight {
    color: #5A6572B8;
}
.catalog-card__props_weight::before {
    content: '/';
}
.catalog-card__props-info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 8px;
}
.catalog-card__props_data {
    color: #5A6572B8;
    font-size: 14px;
}
.catalog-card__props_item {
    white-space: nowrap;
}

.catalog-card__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-top: 24px;
}
.catalog-card__actions .basket-counter {
    width: 100%;
    justify-content: space-between;
    color: #ffffff;
    background-color: #FF492F;
    border-radius: 999px;
    padding: 0 24px;
    height: 56px;
    box-sizing: border-box;
    align-items: center;
}
.catalog-card__actions .basket-counter span.minus {
	background-image: url(../img/minus-white.svg);
    background-color: transparent;
}
.catalog-card__actions .basket-counter span.plus {
	background-image: url(../img/plus-white.svg);
    background-color: transparent;
}
.catalog-card__actions .basket-counter .count input {
	background-color: transparent;
    color: #ffffff;
}

.catalog-card__actions .basket-counter .count {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.catalog-card__actions .basket-counter .count input {
    width: 100%
}
.catalog-card__actions .basket-button {
	width: 100%;
}
.catalog-card__price {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    height: 56px;
    border-radius: 999px;
    padding: 0 16px;
    background-color: #FF492F;
    color: #ffffff;
}

.catalog-card__price span {
    white-space: nowrap
}

.catalog-card__price span.old-price {
    color: rgba(255, 255, 255, 0.64);
   -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-decoration: line-through;
    margin-left: 32px;
    position: relative;
}
.catalog-card__price span.old-price::after {
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.64);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -15px;
}
.catalog-card__price:has(.old-price) {
    background-color: #FF3376;
}

.basket-popup-catalog {
    margin-top: 16px;
    padding: 32px 16px;
}
.basket-popup-catalog #content .container {
    padding: 0;
}

/* green var */
.catalog-card_green .catalog-card__detail {
	background-image: url('../img/catalog-card-green-bg.jpg');
    color: #ffffff;
}
.catalog-card_green .catalog-card__props_weight {
    color: #FFFFFFA3; 
}
.catalog-card_green .catalog-card__desc {
	color: #FFFFFFA3;
}
.catalog-card_green .catalog-card__props {
	background-image: url('../img/props-bg.png');
}
.catalog-card_green .catalog-card__props_data {
	color: #FFFFFFA3;
}
.catalog-card_green .catalog-card__price,
.catalog-card_green .catalog-card__price:has(.old-price) {
	background-color: #ffffff;
}
.catalog-card_green .catalog-card__price {
	color: #000000;
}
.catalog-card_green .catalog-card__price span.old-price {
	color: #5A6572B8;
}
.catalog-card_green .catalog-card__price span.old-price::after {
	background-color: #5A6572B8;
}
.catalog-card_green .catalog-card__actions .basket-counter {
	color: #000000;
	background-color: #ffffff;
}
.catalog-card_green .catalog-card__actions .basket-counter span.minus {
	background-image: url(../img/icon-minus.svg);
}
.catalog-card_green .catalog-card__actions .basket-counter .count input {
	color: #000000;
}
.catalog-card_green .catalog-card__actions .basket-counter span.plus {
	background-image: url(../img/icon-plus.svg);
}
/* brown var */
.catalog-card_brown .catalog-card__detail {
	background-image: url('../img/catalog-card-brown-bg.jpg');
    color: #ffffff;
}
.catalog-card_brown .catalog-card__props_weight {
    color: #FFFFFFA3; 
}
.catalog-card_brown .catalog-card__desc {
	color: #FFFFFFA3;
}
.catalog-card_brown .catalog-card__props {
	background-image: url('../img/props-bg.png');
}
.catalog-card_brown .catalog-card__props_data {
	color: #FFFFFFA3;
}
.catalog-card_brown .catalog-card__price,
.catalog-card_brown .catalog-card__price:has(.old-price) {
	background-color: #ffffff;
}
.catalog-card_brown .catalog-card__price {
	color: #000000;
}
.catalog-card_brown .catalog-card__price span.old-price {
	color: #5A6572B8;
}
.catalog-card_brown .catalog-card__price span.old-price::after {
	background-color: #5A6572B8;
}
.catalog-card_brown .catalog-card__actions .basket-counter {
	color: #000000;
	background-color: #ffffff;
}
.catalog-card_brown .catalog-card__actions .basket-counter span.minus {
	background-image: url(../img/icon-minus.svg);
}
.catalog-card_brown .catalog-card__actions .basket-counter .count input {
	color: #000000;
}
.catalog-card_brown .catalog-card__actions .basket-counter span.plus {
	background-image: url(../img/icon-plus.svg);
}
/* red var */
.catalog-card_red .catalog-card__detail {
	background-image: url('../img/catalog-card-red-bg.jpg');
    color: #ffffff;
}
.catalog-card_red .catalog-card__props_weight {
    color: #FFFFFFA3; 
}
.catalog-card_red .catalog-card__desc {
	color: #FFFFFFA3;
}
.catalog-card_red .catalog-card__props {
	background-image: url('../img/props-bg.png');
}
.catalog-card_red .catalog-card__props_data {
	color: #FFFFFFA3;
}
.catalog-card_red .catalog-card__price,
.catalog-card_red .catalog-card__price:has(.old-price) {
	background-color: #ffffff;
}
.catalog-card_red .catalog-card__price {
	color: #000000;
}
.catalog-card_red .catalog-card__price span.old-price {
	color: #5A6572B8;
}
.catalog-card_red .catalog-card__price span.old-price::after {
	background-color: #5A6572B8;
}
.catalog-card_red .catalog-card__actions .basket-counter {
	color: #000000;
	background-color: #ffffff;
}
.catalog-card_red .catalog-card__actions .basket-counter span.minus {
	background-image: url(../img/icon-minus.svg);
}
.catalog-card_red .catalog-card__actions .basket-counter .count input {
	color: #000000;
}
.catalog-card_red .catalog-card__actions .basket-counter span.plus {
	background-image: url(../img/icon-plus.svg);
}

@media (min-width: 1080px) {
    .basket-popup-catalog {
        background-color: #ffffff;
        padding: 60px;
        border-radius: 36px;
    }
    .catalog-card {
        display: grid;
        grid-template-columns: 1fr 1fr;
        border-radius: 36px;
        overflow: hidden;
        grid-template-rows: 510px;
    }

    .catalog-card__detail {
        display: flex;
        flex-direction: column;
        padding: 40px 60px 60px;
        background-color: #ffffff;
        border-radius: 0;
    }
    .catalog-card__detail::before {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
        height: auto;
        width: 1px;
    }
    .catalog-card__detail-wrapper {
        flex-grow: 1;
        min-height: 0;
        overflow-y: auto;
        padding-top: 20px;
        scrollbar-width: thin;
        scrollbar-color: #5A65721F transparent;
        -webkit-overflow-scrolling: touch;
        position: relative;
        padding-right: 8px;
      }
      .catalog-card__detail-wrapper::-webkit-scrollbar {
        width: 2px;
        height: 2px;
      }
      .catalog-card__detail-wrapper::-webkit-scrollbar-track {
        background: transparent;
      }
      .catalog-card__detail-wrapper::-webkit-scrollbar-thumb {
        background-color: #5A65721F;
        border-radius: 4px;
        border: 0;
      }

      .catalog-card__actions {
        position: relative;
      }

    .catalog-card__name {
        font-size: 42px;
    }
    .catalog-list__slider .slick-dots {
        bottom: 30px;
        left: 60px;
        right: 60px;
    }
}

.basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.basket .basket-counter {
    height: 35px
}

.basket .catalog-list__price {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0
}

.basket .catalog-list__price span.old-price {
    font-size: 12px;
    line-height: 15px;
    margin-left: 5px
}

.basket__list {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.basket__item, .basket__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.basket__item {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 15px;
    border-top: 1px solid rgba(99, 62, 142, .11)
}

.basket__item:not(:first-child) {
    margin-top: 15px
}

.basket__item:first-child {
    border-top: 0
}

.basket__item.basket__item_has-topping {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 0
}

.basket__item.basket__topping {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px dashed rgba(99, 62, 142, .11)
}

.basket__item.basket__topping .basket__product_title {
    color: #7f7f7f
}

.basket__item.basket__topping .basket__preview {
    width: 40px;
    height: 40px;
    margin-left: 20px
}

.basket__item.basket__topping .basket-counter {
    height: 32px
}

.basket__item.basket__topping .basket-counter span {
    padding: 0 6px
}

.basket__preview {
    width: 60px;
    height: 60px;
    margin-right: 20px
}

.basket__preview img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.basket__preview picture {
    -webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
   display: block;
}
.basket__item:nth-child(odd) .basket__preview picture {
    -webkit-mask-image: url('../img/mask/mask-card1.png');
	mask-image: url('../img/mask/mask-card1.png');
}
.basket__item:nth-child(even) .basket__preview picture {
    -webkit-mask-image: url('../img/mask/mask-card2.png');
	mask-image: url('../img/mask/mask-card2.png');
}
.section_pizza.basket__item:nth-child(odd) .basket__preview picture,
.section_pizza.basket__item:nth-child(even) .basket__preview picture {
    -webkit-mask-image: url('../img/mask/mask-circle.png');
	mask-image: url('../img/mask/mask-circle.png');
}
.basket__product {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.basket__product_link {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px
}
.add_block_basket-list .basket__product_link {
    font-size: 16px;
    margin-bottom: 0;
}
.basket__product_link:hover {
    opacity: .5
}

.basket__price {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #000;
}

.basket__actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.basket__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.cutlery {
    display: none;
}
/* 
.cutlery__current {
    display: none
}

.cutlery__text {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}

.cutlery__selector .basket-button {
    border: 0;
    height: auto;
    padding: 0;
    margin: 0
}

.cutlery__selector .basket-button:hover {
    background: transparent
} */

.basket__result .form-control input {
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px
}

.basket__error {
    color: #fb0d1b;
    font-size: 14px;
    line-height: 19.6px;
    margin: 10px 0;
    padding: 0 15px
}

.basket__empty {
    width: 100%
}

.basket__empty p {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px
}

.basket__empty a {
    margin-top: 30px
}

.basket__sauce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 17.4px
}

.basket__sauce .basket__sauce_picture {
    width: 30px;
    height: 30px
}

.basket__sauce .basket__sauce_picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.basket__sauce .basket__sauce_title {
    margin-left: 10px;
    font-weight: 500;
    color: #FF492F
}

.ticket {
    margin: 30px 0;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ticket, .ticket__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.ticket__row {
    width: 100%;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ticket__row:not(:last-child) {
    margin-bottom: 5px
}

.ticket__row span {
    font-size: 14px;
    line-height: 19.6px;
    color: #7f7f7f
}

.ticket__row.ticket__row_total span {
    font-weight: 700;
    color: #000
}

@media (min-width: 361px) {
    .cutlery {
        margin: 30px 0;
        width: 100%
    }
}

@media (min-width: 625px) {
    .basket .basket-counter {
        height: 40px
    }

    .basket .catalog-list__price {
        font-size: 20px;
        line-height: 26px
    }

    .basket .catalog-list__price span.old-price {
        font-size: 16px;
        line-height: 21px;
        margin-left: 10px
    }

    .basket__product .basket__actions {
        margin-top: 20px
    }

    .basket__product_link {
        margin-bottom: 10px
    }

    .basket__sauce {
        margin: 0
    }

    .basket__preview {
        width: 92px;
        height: 92px;
        margin-right: 30px
    }

    .basket__item.basket__item_has-topping {
        padding-bottom: 5px;
        margin-bottom: 5px
    }

    .basket__item.basket__topping {
        border-top: 1px dashed rgba(99, 62, 142, .11);
        padding-top: 5px;
        padding-bottom: 5px
    }

    .basket__item.basket__topping .basket__preview {
        width: 60px;
        height: 60px;
        margin-left: 32px
    }

    .basket__item.basket__topping .basket__product .basket__actions {
        margin-top: 0
    }

    .basket__item.basket__topping .catalog-list__price {
        font-size: 16px;
        line-height: 21px
    }

    .basket__item.basket__topping .catalog-list__price span.old-price {
        font-size: 14px;
        line-height: 19.6px;
        margin-left: 10px
    }
}

#bonus .container {
    padding: 0 15px
}

.bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
}

.bonus__info, .bonus__title {
    margin-bottom: 20px
}

.bonus__title {
    background: #FF492F;
    padding: 24px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 24px
}

.bonus__title p {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 0
}

.bonus__title a {
    font-weight: 600;
    font-size: 16px;
    color: #fff
}

.bonus__title a:active, .bonus__title a:focus, .bonus__title a:visited {
    color: #fff
}

.bonus__title a:hover {
    opacity: .5
}

.bonus__desc {
    margin-bottom: 15px
}

.bonus__steps {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 120px;
    border-radius: 24px;
    border: 1px solid #5A65721F;
}

.bonus__steps, .bonus__steps li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    padding: 0;
    margin: 0
}

.bonus__steps li {
    list-style-type: none;
    width: 100%;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}

.bonus__steps li:nth-child(2) {
    background: rgba(255, 75, 47, 0.33);
}

.bonus__steps li:nth-child(3) {
    background: rgba(255, 75, 47, 0.66);
}

.bonus__steps li:nth-child(4) {
    background: #FF492F;
    border-radius: 0 0 24px 24px;
}

.bonus__steps li span {
    position: absolute;
    z-index: 100;
    left: 140px;
    top: 34px;
    white-space: nowrap;
    font-family: GothamPro;
    font-weight: 700;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    color: #000
}

.bonus__steps li span.bonus__steps_start {
    top: 0
}

.bonus__steps li span.bonus__steps_end {
    display: none
}

.bonus__rules_important {
    color: #fb0d1b;
    font-weight: 500
}

.bonus__rules_data p {
    margin: 16px 0 0;
}
.bonus__rules_data p:first-child {
    margin: 0;
}
.bonus__rules_data {
	font-size: 16px;
	padding: 24px;
	border-radius: 24px;
	border: 1px solid #5A65721F;
}

@media (min-width: 1080px) {
    #bonus .container {
        padding: 0 15px
    }

    .bonus {
        display: grid;
        grid-template-columns:2fr 1fr;
        grid-gap: 36px 36px;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        grid-column-gap: 36px;
        -webkit-column-gap: 36px;
        -moz-column-gap: 36px;
        column-gap: 36px
    }

    .bonus__info {
        margin-bottom: unset
    }

    .bonus__desc {
        margin-bottom: 15px
    }

    .bonus__steps {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: unset;
        height: 34px
    }

    .bonus__steps, .bonus__steps li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin: 0
    }

    .bonus__steps li:nth-child(4) {
        border-radius: 0 24px 24px 0;
    }

    .bonus__steps li span {
        position: absolute;
        z-index: 100;
        right: 0;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        bottom: -40px;
        left: unset;
        top: unset;
        font-family: GothamPro;
        font-weight: 700;
        font-weight: 400;
        font-size: 14px;
        line-height: 19.6px;
        color: #000
    }

    .bonus__steps li span.bonus__steps_start {
        right: unset;
        top: unset;
        left: 0;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .bonus__steps li span.bonus__steps_end {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        display: block
    }

    .bonus__rules_important {
        color: #fb0d1b;
        font-weight: 500
    }
}

#delivery .container {
    padding: 0 15px
}

.delivery {
    padding-top: 5px;
    font-size: 14px;
    line-height: 19.6px
}

.delivery .text_bold {
    font-size: 16px;
    line-height: 21px
}

.delivery__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.delivery__zone {
    margin-bottom: 30px
}

.delivery__zone_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.delivery__zone_title span:first-child {
    width: 20px;
    height: 14px;
    display: block;
    content: "";
    margin-right: 10px
}

.delivery__zone_title span.zone_purple {
    background: #cb66df
}

.delivery__zone_title span.zone_orange {
    background: #fec185
}

.delivery__zone_title span.zone_blue {
    background: #8888FF
}

.delivery__zone_title span.zone_red {
    background: #f2796b
}

.delivery__map_pickup {
    margin-bottom: 30px
}

.delivery__map_pickup div:first-child {
    margin-bottom: 5px
}

.delivery__map_interface {
    height: 400px;
    border-radius: 5px;
    margin-top: 15px
}

.delivery__payment {
    margin-top: 60px
}

.delivery__payment ul {
    margin: 0 0 18px;
    padding: 0
}

.delivery__payment ul li {
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0 0 0 25px;
    position: relative
}

.delivery__payment ul li:before {
    display: block;
    width: 6px;
    height: 6px;
    background: #FF492F;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 100;
    border-radius: 25px
}

.delivery__payment_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 25px
}

.delivery__payment_logo img {
    max-width: 42px
}

.delivery__payment_logo img:not(:last-child) {
    margin-right: 20px
}

@media (min-width: 1080px) {
    .delivery {
        padding-top: 5px;
        font-size: 14px;
        line-height: 19.6px
    }

    .delivery .text_bold {
        font-size: 16px;
        line-height: 21px
    }

    .delivery__map {
        display: grid;
        grid-template-columns:1fr 2fr;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        grid-gap: 0;
        min-height: 498px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #f7f5f9;
        border-radius: 5px
    }

    .delivery__map_info {
        padding: 44px 40px
    }

    .delivery__zone {
        margin-bottom: 30px
    }

    .delivery__zone_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-column-gap: 10px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        margin-bottom: 5px
    }

    .delivery__zone_title span:first-child {
        width: 20px;
        height: 14px;
        display: block;
        content: ""
    }

    .delivery__zone_title span.zone_purple {
        background: #cb66df
    }

    .delivery__zone_title span.zone_orange {
        background: #fec185
    }

    .delivery__zone_title span.zone_red {
        background: #f2796b
    }

    .delivery__map_pickup {
        margin-bottom: 30px
    }

    .delivery__map_pickup div:first-child {
        margin-bottom: 5px
    }

    .delivery__map_interface {
        height: unset;
        border-radius: unset;
        margin-top: 0
    }

    .delivery__payment {
        margin-top: 60px
    }

    .delivery__payment ul {
        margin: 0 0 18px;
        padding: 0
    }

    .delivery__payment ul li {
        list-style-type: none;
        margin: 0 0 10px;
        padding: 0 0 0 25px;
        position: relative
    }

    .delivery__payment ul li:before {
        display: block;
        width: 6px;
        height: 6px;
        background: #FF492F;
        content: "";
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        z-index: 100;
        border-radius: 25px
    }

    .delivery__payment_logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-column-gap: 20px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        margin-left: 25px
    }
}

[class*=ymaps-2][class*=-ground-pane] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%)
}

#popup-map {
    width: 100%;
    height: 400px;
    margin-bottom: 20px
}

#popup-map [class*=ymaps-2][class*=-ground-pane] {
    filter: unset;
    -webkit-filter: unset
}

.popup-map_error {
    margin-bottom: 20px;
    color: #fb0d1b;
    display: none
}

.popup-map_error.active {
    display: block
}

.popup-map_zone {
    margin-bottom: 20px;
    color: #fb0d1b;
    display: none
}

.popup-map_zone.active {
    display: block
}

#promo .container {
    padding: 0 15px
}

.promo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.promo-list img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.promo-list a.promo-list__link {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
    display: block
}

.promo-list a.promo-list__link:hover {
    opacity: .5
}

.promo-list__item {
    display: block;
    width: 300px
}

.promo-list__item:not(:last-child) {
    margin-bottom: 40px
}

@media (min-width: 980px) {
    .promo-list__item {
        display: block;
        width: 380px
    }

    .promo-list__item:not(:last-child) {
        margin-bottom: unset
    }

    .promo-list {
        display: grid;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        grid-template-columns:repeat(auto-fill, minmax(380px, 380px));
        grid-column-gap: 36px;
        grid-row-gap: 66px
    }
}

.promo-detail {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 19.6px
}

.promo-detail h1 {
    margin: 20px 0
}

.promo-detail__picture {
    position: relative;
    height: 100px
}

.promo-detail__picture img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

a.promo-detail__back {
    position: absolute;
    z-index: 100;
    top: 11px;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 10px;
    background: hsla(0, 0%, 100%, .2);
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    line-height: 14px
}

a.promo-detail__back img {
    max-width: 8px
}

a.promo-detail__back span {
    display: none
}

a.promo-detail__back:hover {
    background: rgba(99, 62, 142, .2)
}

@media (min-width: 361px) {
    .promo-detail__picture {
        height: auto
    }
}

@media (min-width: 1080px) {
    .promo-detail {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .promo-detail h1 {
        margin: 40px 0
    }

    .promo-detail__picture {
        position: relative;
        height: 400px
    }

    a.promo-detail__back {
        padding: 10px 20px
    }

    a.promo-detail__back span {
        display: block
    }

    a.promo-detail__back img {
        margin-right: 10px
    }
}

#personal .container {
    padding: 0
}

.personal h1 {
    margin-left: 15px;
    position: relative;
    display: table
}

.personal h1 .h1__logout {
    display: block;
    position: absolute;
    z-index: 100;
    top: 1px;
    right: -36px
}

.personal h1 .h1__logout img {
    width: 14px
}

.personal .personal__brief {
    padding: 0 15px
}

.personal .personal__brief span {
    position: relative
}

.personal .personal__brief span:nth-child(2) {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}
.personal .personal__brief span:nth-child(2):before {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: rgba(90, 101, 114, 0.72);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -2px;
}

.personal-data .form-control input[type=date], .personal-data .form-control input[type=email], .personal-data .form-control input[type=number], .personal-data .form-control input[type=password], .personal-data .form-control input[type=tel], .personal-data .form-control input[type=text] {
    max-width: 380px
}

.personal-data .form-control input[type=submit] {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
@media (min-width: 768px) {
    .personal-data .form-control input[type=submit] {
        width: auto;
        min-width: 183px;
    }
}
.address__empty {
    display: block;
    margin-bottom: 30px
}

.address-list {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(280px, 100%));
    grid-column-gap: 10px;
    grid-row-gap: 10px
}

.address__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #5A65721F;
    cursor: pointer;
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.address__item.address__new {
    font-weight: 500;
    background: #FF492F;
    -webkit-transition: background-color .4s ease-in-out, border-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out, border-color .4s ease-in-out;
    transition: background-color .4s ease-in-out, border-color .4s ease-in-out;
    border: 1px solid #FF492F;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.address__item.address__new img {
    width: 30px;
    height: 30px;
    margin-bottom: 10px
}

.address__item.address__new:hover {
    background: #b19ec6;
    border: 1px solid #b19ec6
}

.address__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px
}

.address__info {
    margin-bottom: 10px
}

.address__desc {
    color: #7b7a7c
}

.personal-orders {
    display: grid;
    grid-template-columns:repeat(auto-fill, 100%);
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    font-size: 14px;
    line-height: 19.6px
}

.personal-orders__item {
    border: 1px solid #f1edf5;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 20px
}

.personal-orders__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

a.personal-orders__num {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #000
}

a.personal-orders__repeat {
    color: #FF492F;
    font-weight: 500
}

.personal-orders__date {
    margin-bottom: 20px
}

.personal-products {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(40px, 40px));
    grid-column-gap: 15px;
    grid-row-gap: 15px
}

.personal-products_item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.personal-products_item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.personal-orders__empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.personal-orders__empty .btn {
    margin-top: 40px;
    width: 100%;
}
@media (min-width: 768px) {
    .personal-orders__empty .btn {
        width: auto;
        min-width: 183px;
    }
}

.personal-orders__summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 20px
}

.personal-orders__bonuses, .personal-orders__price {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px
}

.personal-orders__bonuses {
    color: #7b7a7c
}

@media (min-width: 625px) {
    .personal .personal__brief {
        font-size: 20px;
        line-height: 26px
    }

    .personal-products {
        grid-template-columns:repeat(auto-fill, minmax(73px, 73px));
        grid-column-gap: 9px;
        grid-row-gap: 9px
    }

    .personal-orders__price {
        font-weight: 700;
        font-size: 36px;
        line-height: 46px
    }
}

.order-info {
    font-size: 14px;
    line-height: 19.6px
}

.order-info .basket-counter {
    height: auto !important
}

.order-info__item {
    margin-bottom: 40px
}

.order-info__item:first-child {
    margin-top: 40px
}

.order-info__item h2 {
    margin-bottom: 10px
}

.order-info__item_gray > div {
    color: #4c4c4c
}

@media (min-width: 1080px) {
    .address-list {
        display: grid;
        grid-template-columns:repeat(auto-fill, minmax(338px, 338px));
        grid-column-gap: 36px;
        grid-row-gap: 36px
    }
}

@media (min-width: 1260px) {
    .personal h1 {
        margin-left: 0
    }

    .personal h1 .h1__logout {
        display: none
    }

    .personal .personal__brief {
        padding: 0;
        font-size: 20px;
        line-height: 26px
    }

    .personal .personal__brief span {
        position: relative
    }

    .personal .personal__brief span:nth-child(2) {
        margin-left: 20px;
        padding-left: 20px
    }

    .personal .personal__brief span:nth-child(2):before {
        height: 13px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .personal-orders {
        display: grid;
        grid-template-columns:repeat(auto-fill, minmax(528px, 528px));
        grid-column-gap: 34px;
        grid-row-gap: 34px;
        font-size: 14px;
        line-height: 19.6px
    }

    .personal-orders__item {
        border: 1px solid #f1edf5;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        padding: 20px
    }

    .personal-orders__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 5px
    }

    a.personal-orders__num {
        font-weight: 700;
        font-size: 16px;
        line-height: 21px;
        color: #000
    }

    a.personal-orders__repeat {
        color: #FF492F
    }

    .personal-orders__date {
        margin-bottom: 20px
    }

    .personal-products_item {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .personal-products_item img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%
    }

    .personal-orders__summary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
}

#do_order {
    font-size: 14px;
    line-height: 19.6px
}

#do_order input[type=date], #do_order input[type=email], #do_order input[type=number], #do_order input[type=password], #do_order input[type=tel], #do_order input[type=text] {
    background: #fff
}

.order-back {
    color: #FF492F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 5px
}

.order-back, .order-back span {
    margin-left: 10px
}

.do-order__item {
    margin-top: 40px
}

.do-order__item .tabs__list {
    margin-top: 0
}

.do-order__item a.btn-remove {
    color: #FF492F;
    border: 1px solid #FF492F
}

.order-address__item {
    border: 1px solid #5A65721F;
    padding: 20px 24px;
    border-radius: 999px;
}

.order-address__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px
}

.order-address__info {
    margin-bottom: 10px
}

.order-address__desc {
    color: #7f7f7f
}

a.order-address__change {
    display: block;
    font-weight: 500;
    color: #FF492F;
    margin-top: 10px;
    margin-bottom: 30px
}

a.order-address__change:active, a.order-address__change:visited {
    color: #FF492F
}

a.order-address__change:hover {
    opacity: .5
}

.address-select {
    margin-bottom: 30px
}

.pickup-address {
    margin-bottom: 20px
}

.pickup-address__item {
    border: 1px solid #FF492F;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    padding: 20px
}

.pickup-address__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px
}

a.pickup-address__change {
    display: block;
    font-weight: 500;
    color: #FF492F;
    margin-top: 10px;
    margin-bottom: 30px
}

a.pickup-address__change:active, a.pickup-address__change:visited {
    color: #FF492F
}

a.pickup-address__change:hover {
    opacity: .5
}

.do-order__bg {
    padding: 24px;
    border: 1px solid #5A65721F;
    border-radius: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.do-order__ticket {
    margin-bottom: 30px
}

.do-order__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.do-order__row:not(:last-child) {
    margin-bottom: 5px
}

.do-order__row.do-order__row_total {
    font-weight: 700
}

.change-hidden {
    display: none
}

.do-order__policy {
    margin-top: 20px;
    opacity: .5
}

.do-order__policy a {
    text-decoration: underline;
    color: #000
}

.do-order__policy a:active, .do-order__policy a:visited {
    color: #000
}

.do-order__policy a:hover {
    color: #FF492F
}

.bonus-usage .bonus-usage__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.bonus-usage .bonus-usage__header .bonus-spend {
    font-style: normal;
    font-weight: 700
}

.bonus-usage .bonus-usage__header a {
    font-weight: 500;
    color: #000
}

.bonus-usage .bonus-usage__header a:hover, .bonus-usage .bonus-usage__header a:visited {
    color: #000
}

.bonus-usage .bonus-usage__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bonus-usage .bonus-usage__slider .bonus-usage__slider_box {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px
}

.bonus-usage .bonus-usage__slider .bonus-usage__slider_input {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px
}

@media (min-width: 625px) {
    .order-back {
        margin-left: 0
    }

    .do-order__bg {
        border-radius: 5px
    }
}

.sauce-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.sauce-product .picture {
    height: 92px;
    width: 92px;
    margin-right: 30px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-image: url('../img/mask/mask-card1.png');
	mask-image: url('../img/mask/mask-card1.png');
}

.sauce-product .picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.sauce-product .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
}

@media (min-width: 625px) {
    .sauce-product .title {
        font-size: 20px;
        line-height: 26px
    }
}

.sauce-product .title span {
    display: block;
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 400
}

.sauce-addictive {
    display: grid;
    /* grid-template-columns: repeat(3, minmax(96px, 1fr)); */
    grid-column-gap: 24px;
    grid-row-gap: 32px;
}

.sauce-button {
    margin-top: 24px;
}
.sauce-additive__item {
    cursor: pointer;
    display: grid;
    gap: 16px;
    grid-template-columns: 96px 1fr;
}
.sauce-additive__item_wrapper {
    display: grid;
    gap: 12px;
    align-content: center;
}
.sauce-addictive .sauce-additive__item .sauce-additive__item_picture {
    aspect-ratio: 1 / 1;
    -webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
    display: block;
}
.sauce-additive__item_button {
    width: 100px;
    height: 36px;
    border-radius: 999px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #5A65721F;
    font-size: 16px;
}
.sauce-additive__item_button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    width: 20px;
    background-image: url('../img/check.svg');
    background-repeat: no-repeat;
    content: '';
    opacity: 0;
}
.sauce-additive__item.active .sauce-additive__item_button {
    color: transparent;
}
.sauce-additive__item.active .sauce-additive__item_button::after {
    opacity: 1;
    transition: 0.3s;
}

.sauce-addictive .sauce-additive__item:nth-child(odd) .sauce-additive__item_picture {
    -webkit-mask-image: url('../img/mask/mask-card1.png');
	mask-image: url('../img/mask/mask-card1.png');
}
.sauce-addictive .sauce-additive__item:nth-child(even) .sauce-additive__item_picture {
    -webkit-mask-image: url('../img/mask/mask-card2.png');
	mask-image: url('../img/mask/mask-card2.png');
}

.sauce-addictive .sauce-additive__item .sauce-additive__item_picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.sauce-addictive .sauce-additive__item .sauce-additive__item_title {
    font-weight: 600;
    font-size: 16px;
}

.sauce-addictive .sauce-additive__item.sauce-additive__item_topping {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sauce-addictive .sauce-additive__item.sauce-additive__item_topping .sauce-additive__item_title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width: 625px) {
    .sauce-addictive {
        grid-template-columns: repeat(3, minmax(96px, 1fr));
    }
    .sauce-additive__item {
        grid-template-columns: 1fr;
        text-align: center;
        grid-auto-rows: min-content 1fr;
    }
    .sauce-additive__item_button {
       margin: auto auto 0;
    }
    .sauce-additive__item_wrapper {
        align-content: stretch;
    }
    .sauce-additive__item_basket {
        margin: auto auto 0;
    }
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #000;
    opacity: .3
}

.mfp-bg, .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
    height: 100%
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    position: fixed;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1999;
    background: hsla(0, 0%, 100%, .95);
    top: 0;
    left: 0
}

.mfp-preloader a {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    background-image: url('../img/favicon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 10px
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none !important
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 36px;
    height: 36px;
    display: block;
    background-image: url(../img/close.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #5A65721F;
    position: absolute;
    right: 16px;
    top: 16px;
    text-decoration: none;
    text-align: center;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    z-index: 100000;
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:before {
    top: 0;
    border: inset transparent
}

.mfp-arrow:after, .mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    margin-top: 35px;
    margin-left: 35px
}

.mfp-arrow:after {
    top: 0;
    border-color: transparent;
    border-style: inset;
    border-width: 13px medium;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media (min-width: 361px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

.popup__address .mfp-container .mfp-content .white-popup {
    width: 100%
}

.popup__basket .mfp-container .mfp-content {
    height: 100%
}

.popup__basket .mfp-container .mfp-content .white-popup {
    width: auto;
    overflow: auto;
    scrollbar-width: none;
    scrollbar-color: transparent;
    max-width: 1020px;
    padding: 0;
}

.popup__basket .mfp-container .mfp-content .white-popup::-webkit-scrollbar {
    display: none
}
.popup__basket .mfp-container .mfp-content .white-popup .mfp-close {
	background-image: url(../img/close-white.svg);
	background-color: #FFFFFF14;
}

.popup__right .mfp-container .mfp-content {
    height: 100%
}

.popup__right .mfp-container .mfp-content .white-popup {
    overflow: auto;
    scrollbar-width: none;
    scrollbar-color: transparent;
    padding: 20px 0
}

.popup__right .mfp-container .mfp-content .white-popup::-webkit-scrollbar {
    display: none
}

.popup__right .mfp-container .mfp-content .white-popup .basket__list, .popup__right .mfp-container .mfp-content .white-popup .cutlery, .popup__right .mfp-container .mfp-content .white-popup .h1, .popup__right .mfp-container .mfp-content .white-popup h2 {
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width: 625px) {
    .mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
        height: auto
    }

    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }

    .popup__basket .mfp-container {
        padding-left: 0;
        padding-right: 0
    }

    .popup__basket .mfp-container .mfp-content {
        padding: 0
    }

    .popup__basket .mfp-container .mfp-content .white-popup {
        width: auto;
        max-width: 1020px;
        scrollbar-width: none;
        scrollbar-color: transparent;
        background-color: transparent;
    }

    .popup__basket .mfp-container .mfp-content .white-popup::-webkit-scrollbar {
        display: none
    }

    .popup__right .mfp-container {
        padding-left: 0;
        padding-right: 0
    }

    .popup__right .mfp-container, .popup__right .mfp-container .mfp-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .popup__right .mfp-container .mfp-content {
        margin: 0;
        min-height: 100%;
        height: 100%
    }

    .popup__right .mfp-container .mfp-content .white-popup {
        margin: 0;
        height: 100%;
        overflow-y: auto;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        width: 540px;
        padding: 60px 60px 0;
        scrollbar-width: none;
        scrollbar-color: transparent
    }

    .popup__right .mfp-container .mfp-content .white-popup::before {
        position: fixed;
        width: 420px;
        content: '';
        top: 0;
        right: 60px;
        background-color: #ffffff;
        height: 60px;
        z-index: 10;
    }

    .popup__right .mfp-container .mfp-content .white-popup::-webkit-scrollbar {
        display: none
    }

    .popup__right .mfp-container .mfp-content .white-popup:after {
        content: "";
        height: 60px;
        display: block
    }

    .popup__right .mfp-container .mfp-content .white-popup .basket__list, .popup__right .mfp-container .mfp-content .white-popup .h1, .popup__right .mfp-container .mfp-content .white-popup h2 {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 768px) {
    .popup__address .mfp-container .mfp-content .white-popup {
        width: 708px
    }
}

@media (min-width: 1080px) {
    .popup__basket .mfp-container {
        padding-left: 0;
        padding-right: 0
    }

    .popup__basket .mfp-container .mfp-content {
        padding: 60px 0;
        height: auto
    }

    .popup__basket .mfp-container .mfp-content .white-popup {
        width: auto;
        max-width: 1020px;
        scrollbar-width: none;
        scrollbar-color: transparent
    }
    .popup__basket .mfp-container .mfp-content .white-popup .mfp-close {
        background-image: url(../img/close.svg);
        background-color: #5A65721F;
    }

    .popup__basket .mfp-container .mfp-content .white-popup:has(.catalog-card_green) .mfp-close {
        background-image: url(../img/close-white.svg);
        background-color: #FFFFFF14;
    }

    .popup__basket .mfp-container .mfp-content .white-popup:has(.catalog-card_brown) .mfp-close {
        background-image: url(../img/close-white.svg);
        background-color: #FFFFFF14;
    }

    .popup__basket .mfp-container .mfp-content .white-popup:has(.catalog-card_red) .mfp-close {
        background-image: url(../img/close-white.svg);
        background-color: #FFFFFF14;
    }

    .popup__basket .mfp-container .mfp-content .white-popup::-webkit-scrollbar {
        display: none
    }
}

.datepicker--cells {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell, .datepicker--cells {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.datepicker--cell {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.datepicker--cell.-focus- {
    background: #f0f0f0
}

.datepicker--cell.-current- {
    color: #4eb5e6
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, .1);
    color: #4a4a4a;
    border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 0 4px 4px 0
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    border: none
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name, .datepicker--days-names {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.datepicker--day-name {
    color: #ff9a19;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--cells-years, .datepicker--years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    -webkit-transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
    z-index: 1100
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px)
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px)
}

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    -webkit-transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 4px
}

.-only-timepicker- .datepicker--content {
    display: none
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
    left: calc(50% - 5px)
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 5px)
}

.datepicker--body {
    display: none
}

.datepicker--body.active {
    display: block
}

.datepicker--nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action, .datepicker--nav-title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker--nav-action:hover {
    background: #f0f0f0
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px
}

.datepicker--nav-title:hover {
    background: #f0f0f0
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: none
}

.datepicker--buttons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef
}

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 32px
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0
}

.datepicker--time {
    border-top: 1px solid #efefef;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 4px;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -ms-flex: 0 1 138px;
    -webkit-box-flex: 0;
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -ms-flex: 0 1 153px;
    -webkit-box-flex: 0;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
    content: "";
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
    background: -o-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
    background: linear-gradient(90deg, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background: none;
    cursor: pointer;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: none
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -moz-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -ms-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    margin-top: -6px
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-ms-fill-lower, .datepicker--time-row input[type=range]::-ms-fill-upper {
    background: transparent
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
    content: "";
    background: currentColor;
    position: absolute
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px)
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none
}

.irs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px
}

.irs, .irs-line {
    position: relative;
    display: block
}

.irs-line {
    overflow: hidden;
    outline: none !important
}

.irs-bar {
    display: block
}

.irs-bar, .irs-shadow {
    position: absolute;
    left: 0;
    width: 0
}

.irs-shadow {
    display: none
}

.irs-handle {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    z-index: 1
}

.irs-handle.type_last {
    z-index: 2
}

.irs-max, .irs-min {
    position: absolute;
    display: block;
    cursor: default
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from, .irs-single, .irs-to {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs--flat {
    height: 40px
}

.irs--flat.irs-with-grid {
    height: 60px
}

.irs--flat .irs-line {
    top: 17.5px;
    height: 5px;
    background-color: #d0c5dd;
    border-radius: 5px
}

.irs--flat .irs-bar {
    top: 17.5px;
    height: 5px;
    background-color: #FF492F
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9
}

.irs--flat .irs-handle {
    top: 7px;
    left: 0;
    width: 22px;
    height: 22px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(99, 62, 142, .25);
    box-shadow: 0 4px 4px rgba(99, 62, 142, .25);
    border-radius: 100px;
    cursor: pointer
}

.irs--flat .irs-max, .irs--flat .irs-min {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px;
    display: none
}

.irs--flat .irs-grid-pol {
    background-color: #e1e4e9
}

.irs--flat .irs-grid-text {
    color: #999
}

.section-title {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 36px;
} 
.section-link {
    width: 36px;
    height: 36px;
    background-color: #5A65721F;
    border-radius: 50%;
    background-image: url('../img/next.svg?v=31.12.2025');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px;
}
@media (min-width: 625px) {
    .section-title {
        display: grid;
        gap: 16px;
        grid-template-columns: max-content 36px;
    }
}
/* 404 */
.wrapper:has(.error-page) {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.wrapper:has(.error-page) .content {
    flex-grow: 1;
    background-color: #FF492F;
    background-image: url('../img/error-bg.png');
    background-position: 50% 100%;
    background-size: 396px;
    background-repeat: no-repeat;
    padding-bottom: 400px;
}
.wrapper:has(.error-page) .footer {
	margin-top: 0;
}
.wrapper:has(.error-page) #content.static p {
    margin: 0;
}
.error-page {
    padding-top: 80px;
    text-align: center;
}
.error-page__logo {
    display: inline-block;
}
.error-page__logo img {
	width: 196px;
	height: 32px;
    display: block;
}
.error-page__title {
    margin-top: 24px;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 4px;
    color: #ffffff;
}
#content.static a.error-page__link {
    color: #FFFFFFA3;
    font-size: 20px;
    transition: 0.3s;
}
#content.static a.error-page__link:hover {
    color: #FFFFFF;
}
@media (min-width: 1260px) {
    .wrapper:has(.error-page) .content {
        background-position: 50% 100%;
        background-size: 572px;
        padding-bottom: 600px;
    }
    .error-page {
        padding-top: 88px;
    }
    .error-page__logo img {
        width: 294px;
        height: 48px;
    }
    .error-page__title {
        margin-top: 36px;
        font-size: 42px;
        margin-bottom: 12px;
        font-weight: 700;
    }
}
