@charset "UTF-8";
/*MEDIA*/
@font-face {
    font-family: 'fontello';
    src: url("../../../fonts/fontello/fontello.eot?7156909");
    src: url("../../../fonts/fontello/fontello.eot?7156909#iefix") format("embedded-opentype"),
    url("../../../fonts/fontello/fontello.woff2?7156909") format("woff2"),
    url("../../../fonts/fontello/fontello.woff?7156909") format("woff"),
    url("../../../fonts/fontello/fontello.ttf?7156909") format("truetype"),
    url("../../../fonts/fontello/fontello.svg?7156909#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

.hidden {
    display: none;
}

.m-icon:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
    content: '\e800';
}

/* '' */
.icon-minus:before {
    content: '\e801';
}

/* '' */
.icon-phone:before {
    content: '\e802';
}

/* '' */
.icon-cart:before {
    content: '\e803';
}

/* '' */
.icon-left:before {
    content: '\e804';
}

/* '' */
.icon-left-open:before {
    content: '\f007';
}

/* '' */
.icon-menu:before {
    content: '\f0c9';
}

/* '' */

/* '' */
* {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
}

body, html {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #262628;
}

html {
    height: 100%;
    min-height: 100vh;
}

body {
    min-width: 320px;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
}

header, footer, nav {
    display: block;
}

h1, h2, h3, li, ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #262628;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a, a:hover, a:focus {
    outline: 0;
    text-decoration: none;
}

.app {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 55px;
    position: relative;

}

.total-block {
    position: fixed;
    bottom: 0;
    max-width: 600px;
    width: 100%;
    padding: 11px 10px 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px -5px 18px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px -5px 18px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px -5px 18px rgba(0, 0, 0, 0.15);
    border-radius: 15px 15px 0px 0px;
}

.total-block__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #646464;
}

.btn-order {
    background: linear-gradient(82.65deg, #FF0048 6.04%, #42318B 97.06%);
    border-radius: 90px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 8px 25px;
    color: #FFFFFF;
    min-width: 130px;
}

.form {
    padding: 43px 21px 46px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.form__group + .form__group {
    margin-top: 50px;
}

.required {
    color: red;
}

.select__input {
    border: none;
    border-bottom: 1px solid #DBDBDB;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    width: 100%;
    padding: 10px 0;
    background-color: transparent;

}

.select__option {

}

.form__input {
    border: none;
    border-bottom: 1px solid #DBDBDB;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    width: 100%;
    padding: 10px 0;
}

.form__label {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #989898;
    margin-bottom: 5px;
}

.header {
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*padding: 2px 0;*/
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.15);
}

.header__logo {
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
    text-indent: 10px;
}

.header__logo img {
    display: block;
    max-width: 170px;
    height: auto;
    max-height: 60px;
    width: auto;
}

.header__buttons {
    flex-shrink: 0;
}

.btn-phone {
    z-index: 1;
    position: fixed;
    background: linear-gradient(88.01deg, #FF0048 6.04%, #42318B 97.06%);
    border-radius: 50%;
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    bottom: 13px;
    right: 17px;
}


.btn-phone:before {
    content: '\E802';
    font-family: "fontello";
    color: #ffffff;
    font-size: 24px;
    position: relative;
    top: 1px;
}

.btn-cart {
    background: linear-gradient(87.97deg, #FF0048 6.04%, #42318B 97.06%);
    border-radius: 30px 0px 0px 30px;
    display: inline-block;
    width: 47px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin-left: 10px;
    position: relative;
}

.btn-menu {
    background: linear-gradient(87.97deg, #FF0048 6.04%, #42318B 97.06%);
    border-radius: 30px 0px 0px 30px;
    display: inline-block;
    width: 47px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin-left: 10px;
    position: relative;
}

.btn-menu:before {
    /*
    content: '\E803';
    */
    content: '\F0C9';
    font-family: "fontello";
    color: #ffffff;
    font-size: 21px;
    position: relative;
    top: 1px;
}

.btn-cart:before {
    content: '\E803';
    font-family: "fontello";
    color: #ffffff;
    font-size: 24px;
    position: relative;
    top: 1px;
}


.btn-cart__count {
    position: absolute;
    background: #FF0048;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    right: 5px;
    top: 8px;
}

.block {
    padding: 25px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 17px;
    padding: 0 10px;
}

.block__header-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 15px;
}

.block__header-back {
    letter-spacing: -0.361765px;
    color: black;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    padding-left: 10px;
}

.block__header-back:before {
    content: '\E804';
    /* \f007\e804 */
    font-family: "fontello";
    margin-right: 8px;
    font-size: 15px;
    font-weight: 400;
}

.block__list {
    padding: 0 10px;
}

.block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block__item-img {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.block__item-img.logo-bg {
    background-size: 80%;
}

.block__item-weight {
    font-weight: bold;
    line-height: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    border-radius: 4px 0 0 0;
    padding: 6px;
}

.block__item-weight span {
    opacity: 0.5;
}

.block__item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 120px);
    padding: 3px 0 0 15px;
}

.block__item-name {
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block__item-desc {
    line-height: 14px;
    color: #9B9B9B;
    margin-bottom: 8px;
    height: 40px;
    overflow: hidden;
}

.block__item-count {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-align: right;
    color: #969696;
    top: -7px;
    position: relative;
}

.block__item-bottom {
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.block__item-oldprice {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #EA7294;
    margin-bottom: 2px;
}

.block__item-price {
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
    color: #624093;
}

.block__item + .block__item {
    margin-top: 25px;
}

.block__controls {
    margin-bottom: 3px;
}

.block__controls-item {
    padding: 11px;
    width: 35px;
    height: 35px;
    background: transparent;
    /*margin-left: 12px;*/
    border: 0;
    border-radius: 50%;
}

.block__controls-item:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    display: block;
    background: #ffffff;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    z-index: 1;
}

.block__controls-item:before {
    font-family: "fontello";
    z-index: 2;
    position: relative;
}

.block__controls-item_min {
    margin-left: 0;
}

.block__controls-item_min:after {
    border: 2px solid #EA7294;
}

.block__controls-item_min:before {
    content: '\E801';
    color: #EA7294;
}

.block__controls-item_max:after {
    border: 2px solid #59BC9E;
}

.block__controls-item_max:before {
    content: '\E800';
    color: #59BC9E;
}

.block__form {
    padding: 0 10px;
}

.caption-block {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    padding: 15px 10px 6px;
    color: #444;
    font-family: 'Montserrat', sans-serif;
}

.category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 10px 20px;
    margin-left: -15px;
}

.category-list .category-box {
    position: relative;
    width: 33.3333%;
    padding-left: 15px;
    margin-bottom: 15px;
}

.category-list .content-category {
    /*background-color: #0B0A0A;*/
    background-size: cover;
    border-radius: 15px;
    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%;
    padding-top: 100%;
    height: 0;
    position: relative;
    color: #ffffff;
    -webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.25);
}

.category-list .content-category::before {
    content: "";
    display: block;
    background: #0B0A0A;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.category-list .content-category.no-image:before {
    display: none;
}

.category-list .category-name {
    text-align: center;
    padding: 5px;
    font-size: 19px;
    line-height: 23px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 110px;
    overflow: hidden;
    word-break: break-word;
}

.category-list .content-category.no-image .category-name {
    text-shadow: none;
}

.order-thanks {
    padding: 25px 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order-thanks__content {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 43px 15px 62px;
    text-align: center;
    width: 100%;
}

.order-thanks .headings {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    color: #596273;
    margin-bottom: 20px;
}

.order-thanks .abz {
    line-height: 14px;
    text-align: center;
    color: #596273;
    margin-bottom: 38px;

}

.order-thanks .block_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.order-thanks .button_back {
    display: inline-block;
    border: 0.5px solid #596273;
    border-radius: 90px;
    padding: 11px;
    text-align: center;
    color: #596273;
    cursor: pointer;
    font-size: 12px;
    width: 180px;
}

.order-thanks .button_payment {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 92.58%;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    border-radius: 90px;
    padding: 11px;
    cursor: pointer;
    width: 180px;
    margin-bottom: 10px;
    background: #59BC9E;
}

.ripplelink {
    position: relative;
    /*overflow:hidden;*/
    transition: all 0.2s ease;
    z-index: 0;
}

.ripplelink.clicked {
    animation: clicked 0.5s ease;
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    transform: scale(0);
    z-index: 3;
}

.animate {
    animation: ripple 0.5s linear;
}

@keyframes clicked {
    50% {
        transform: scale(0.8, 0.8);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .category-list .category-box {
        width: 50%;
    }
}

.category-list .content-category.no-image {
    background: url("../../images/menu/catalog__billet.svg") no-repeat center;
    color: #6F6F6F;
    background-size: 81%;
}

.category-list .content-category.no-image.white {
    width: 100%;
    padding-top: 100%;
    margin-top: -100%;
    background: url("../../images/menu/catalog__billet__white.svg") no-repeat center;
    background-size: 81%;
}

.order-thanks .circle_svg {
    background: url(../../images/menu/vector.svg) no-repeat center;
    width: 109px;
    height: 109px;
    /*
    border: 4px solid #76E2D5;
    */
    border-radius: 50%;
    margin: 0 auto 50px;
}

.order_id {
    display: inline-block;
    color: #624093;
    margin-bottom: 10px;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .category-list .category-box {
        width: 50%;
    }
}

.menu-content {
    position: relative;
}

.fixed-cart {
    position: absolute;
    top: 20px;
    right: 22px;
    /*
    transform: translateX(100px);
    */
    transition: all 0.3s ease;
    z-index: 1;
}

.fixed-cart {
    position: absolute;
    top: 20px;
    right: 22px;
    /*
    transform: translateX(100px);
    */
    transition: all 0.3s ease;
    z-index: 1;
}

body.scroll .fixed-cart {
    transform: translateX(0);
}

.menu-block {
    width: 100% !important;
}

.article-header {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;

    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.article_text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* or 150% */
    color: #303245;
}

.article-content {
    padding: 20px;
}

.btn-menu {
    background: linear-gradient(87.97deg, #FF0048 6.04%, #42318B 97.06%);
    border-radius: 30px 0px 0px 30px;
    display: inline-block;
    width: 47px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin-left: 10px;
    position: relative;
}

.btn-menu:before {
    /*
    content: '\E803';
    */
    content: '\F0C9';
    font-family: "fontello";
    color: #ffffff;
    font-size: 21px;
    position: relative;
    top: 1px;
}