@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@font-face {
    font-family: "Segoe";
    src: url("../style/fonts/Segoe_UI_Bold.ttf")
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;

}

html {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
}

body {
    /*    height: 100%;*/
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    background-attachment: fixed;
}

.fixed_bg_images {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: url(../image/bg.jpg) center no-repeat;
    background-size: cover;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    outline: none;
    text-decoration: none;
    list-style: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*
    -webkit-backdrop-filter: saturate(180%) blur(5px);
            backdrop-filter: saturate(180%) blur(5px);
*/
}

.container {
    width: 100%;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;

}

.line_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0px;
    /*    z-index: 1;*/
}

.left_wrap_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.logo_link {
    margin-right: 40px;
}

.logo_link img {
    width: 120px;
}

.line_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.line_menu li:not(:last-child) {
    margin-right: 30px;
}

.line_menu li a {
    color: rgb(255, 255, 255);
}

.line_menu li a.active {
    color: rgb(229, 36, 33);
}

.right_wrap_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.right_wrap_header > div {
    padding-left: 25px;
}

.right_wrap_header > div:not(:last-child) {
    margin-right: 40px;
}

.right_wrap_header > div a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
    display: block;
    min-width: 100px;
}

.right_wrap_header > div a img {
    position: absolute;
    top: 3px;
    left: -25px;
}

.right_wrap_header > div a.red_color_price {
    color: rgb(229, 36, 33);
}

.total_price {
    /*    font-size: 22px;*/
}

.right_wrap_header > div div {
    font-size: 10px;
    color: rgb(196, 196, 196);
    padding-top: 10px;
    border-top: 1px solid rgb(196, 196, 196);
}

.header_promo_banner {
    /*
    padding-top: 92px;
    margin-top: -92px;
*/
    /*    background: url(../image/promo_bunner.jpg) center no-repeat;*/
    /*    background-size: cover;*/
    max-height: 855px;
    height: calc(100vw - 90px);
    padding-bottom: 40px;
}

/*
.header_promo_banner:before,
.header_promo_banner:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    left: 0px;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 0;
}
*/

/*
.header_promo_banner:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: auto;
    bottom: 0px;
}
*/

.header_promo_banner .container {
    height: 100%
}

.flex_promo_front {
    z-index: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -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;
    font-size: 20px;
    line-height: 1.35;
    color: rgb(255, 255, 255);
}

.flex_image_blocks {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex_image_blocks > div {
    width: 50%;
}

.flex_image_blocks > div img {
    max-width: 100%;
}

.line_link_cat_social {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.link_head_cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.link_cats {
    color: rgb(196, 196, 196);
    font-size: 10px;
    line-height: 1.4;
    color: rgb(196, 196, 196);
    padding-left: 30px;
}

.link_cats:not(:first-child) {
    margin-left: 40px;
}

.link_cats img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
}

.name_cat_head {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    color: rgb(255, 255, 255);
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid rgb(196, 196, 196);
    padding-right: 20px
}

.link_social_head {
    font-size: 10px;
    line-height: 1.4;
    color: rgb(196, 196, 196);
}

.link_social_head > div {
    padding-bottom: 5px;
    margin-bottom: 5px;
    min-width: 145px;
    border-bottom: 1px solid rgb(196, 196, 196);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.link_social_head > div a:not(:first-child) {
    margin-left: 15px;
}

.red_promo {
    text-shadow: 0 0 6px rgba(229, 36, 33, 0.5);
    font-size: 40px;
    font-weight: bold;
    line-height: 1.38;
    color: rgb(229, 36, 33);
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid rgb(196, 196, 196);
}

.red_link_menu {
    max-width: 300px;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 15px 0 rgba(229, 36, 33, 0.5);
    box-shadow: 0 0 15px 0 rgba(229, 36, 33, 0.5);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 69, 67)), color-stop(48%, rgb(229, 36, 33)), to(rgb(158, 7, 4)));
    background-image: linear-gradient(to bottom, rgb(230, 69, 67), rgb(229, 36, 33) 48%, rgb(158, 7, 4));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.33;
    color: rgb(255, 255, 255);
    margin-top: 40px;
    padding: 0px;
    border: none;
    cursor: pointer;
}

.to_bgs_section {
    padding: 80px 0px;
    /*    background: url(../image/bg.jpg) center top repeat-y;*/
    background-size: 100% auto;
}

/*
.to_bgs_section:before,
.to_bgs_section:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    left: 0px;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 0;
}
*/

/*
.to_bgs_section:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: auto;
    bottom: 0px;
}
*/

.title_section {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.36;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 50px;
}

.title_section:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 100px;
    background: rgb(196, 196, 196);
    top: calc(100% + 10px);
}

.title_section span {
    color: rgb(229, 36, 36);
}

.line_section_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.one_section_cats {
    width: 33.3333%;
    text-align: center;
    padding: 0px 5px;
}

.one_section_cats:not(:last-child) {
    margin-bottom: 50px;
}

.one_section_cats:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0px;
    width: 1px;
    height: 200px;
    background: rgb(196, 196, 196);
    top: 65px;
}

.one_section_cats img {
    max-width: 230px;
    width: 100%;
}

.name_cats {
    font-size: 22px;
    line-height: 1.36;
    color: rgb(255, 255, 255);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.name_cats:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 1px;
    width: 100px;
    background: rgb(196, 196, 196);
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
}

.mini_text_cat {
    font-size: 13px;
    line-height: 1.38;
    color: rgb(196, 196, 196);
}

.one_section_cats .red_link_menu {
    margin: 20px auto 0px;
    /*    max-width: 100%;*/
}

.line_new_product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.one_new_product {
    width: calc(33.333% - 14px);
    margin-right: 20px;
    margin-bottom: 25px;
    padding: 20px 18px 30px;
    border-radius: 10px;
    border: solid 1px rgb(255, 255, 255);
    text-align: center;
}

.like_icon {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid rgb(255, 255, 255);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}

.like_icon.like {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.one_new_product:nth-child(3n) {
    margin-right: 0px;
}

.image_link_like {
    margin-bottom: 20px;
}

.image_link_like a img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}

.image_link_like > img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}

.name_new_product {
    font-size: 22px;
    line-height: 1.36;
    color: rgb(255, 255, 255);
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(196, 196, 196);
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px;
    display: block;
}

.line_new_weight_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 20px;
}

.weight_new {
    font-size: 22px;
    line-height: 1.36;
    color: rgb(196, 196, 196);
}

.red_new_price {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
    color: rgb(229, 36, 33);
}

.line_plus_minus_add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    height: 50px;
    border-radius: 50px;
    border: 1px solid rgb(196, 196, 196);
}

.plus_minus_input,
.button_add_cart {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.plus_minus_input {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.plus_minus_input input {
    width: 33.3333%;
    border: none;
    background: transparent;
    height: 100%;
    font-size: 22px;
    line-height: 1.36;
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.minus {
    width: 33.333%;
    cursor: pointer;
    color: rgb(229, 36, 33);
    font-size: 22px;
    line-height: 1.36;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.plus {
    width: 33.333%;
    cursor: pointer;
    color: rgb(229, 36, 33);
    font-size: 22px;
    line-height: 1.36;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button_add_cart {
    font-size: 15px;
    line-height: 1.33;
    color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0 15px 0 rgba(229, 36, 33, 0.5);
    box-shadow: 0 0 15px 0 rgba(229, 36, 33, 0.5);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 69, 67)), color-stop(48%, rgb(229, 36, 33)), to(rgb(158, 7, 4)));
    background-image: linear-gradient(to bottom, rgb(230, 69, 67), rgb(229, 36, 33) 48%, rgb(158, 7, 4));
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.button_add_cart {
    font-size: 15px;
    line-height: 1.33;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.button_add_cart img {
    margin-right: 10px;
}

.content_about_rest {
    text-align: center;
    font-size: 15px;
    line-height: 1.33;
    color: rgb(255, 255, 255);
}

.content_about_rest .red_link_menu {
    margin: 40px auto 0px;
}

footer {
    padding: 80px 0px 60px;
    /*    background: url(../image/bg.jpg) center top repeat-y;*/
    background-size: 100% auto;
}

.line_logo_link_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.name_block_footer {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.img_link_footer_link {
    padding-left: 12px;
}

.img_link_footer_link a,
.img_link_footer_link p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 15px;
    line-height: 1.33;
    color: rgb(255, 255, 255);
}

.img_link_footer_link a:not(:last-child),
.img_link_footer_link p:not(:last-child) {
    margin-bottom: 15px;
}

.img_link_footer_link a img,
.img_link_footer_link p img {
    margin-right: 10px;
    width: 20px;
}

.link_soc_footer {
    padding-top: 35px;
}

.link_soc_footer a:not(:last-child) {
    margin-right: 10px
}

.line_name_breadcrumb_name_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 50px;
}

.line_name_breadcrumb_name_page .title_section {
    width: 100%;
    margin-bottom: 0px;
}

.breadcrumb {
    font-size: 13px;
    line-height: 1.38;
    color: rgb(196, 196, 196);
    width: 100%;
}

.breadcrumb a {
    color: rgb(196, 196, 196);
    margin-right: 15px;
}

.breadcrumb a:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 1px;
    background: rgb(196, 196, 196);
    top: 50%;
    left: calc(100% + 5px)
}

.about_category {
    padding: 80px 0px 0px;
}

.pseudo_blocks {
    width: 100%;
}

.list_ingredients {
    margin-bottom: 30px;
}

.name_list_ingredient {
    font-size: 15px;
    line-height: 1.33;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.line_link_ingredients::-webkit-scrollbar {
    height: 5px;
    border-radius: 50px;
}

.line_link_ingredients::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
    background-color: transparent;
    border-radius: 10px;
}

.line_link_ingredients::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(229, 36, 33);
}

.line_link_ingredients {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
}

.line_link_ingredients a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    padding: 0px 35px;
    height: 30px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 30px;
    color: rgb(255, 255, 255);
}

.line_link_ingredients a img {
    margin-right: 10px;
}

.line_link_ingredients a.active img {
    display: none;
}

.line_link_ingredients a.active {
    -webkit-box-shadow: 0 0 15px 0 rgba(229, 36, 33, 0.5);
    box-shadow: 0 0 15px 0 rgba(229, 36, 33, 0.5);
    background-color: rgb(229, 36, 33);
    border-color: rgb(229, 36, 33);
}

.product_page_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 10px;
    border: solid 1px rgb(255, 255, 255);
    padding: 60px 30px;
}

.icon_product_page {
    width: 330px;
}

.icon_product_page img {
    max-width: 100%;
}

.name_add_product {
    width: calc(100% - 65px);
}

.text_in_product_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 515px;
    width: calc(100% - 330px);
    padding-left: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.to_line_name_weight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 10px;
    font-size: 22px;
    line-height: 1.36;
    color: rgb(255, 255, 255);
}

.line_modifikator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.line_modifikator div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    min-width: 150px;
    height: 30px;
    font-size: 15px;
    line-height: 1.33;
    color: rgb(255, 255, 255);
    margin-right: 10px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 30px;
    margin-bottom: 10px;
}

.line_modifikator div img {
    margin-right: 10px;
}

.line_modifikator div::last-child {
    margin-right: 0px;
}

.ingredients_in_product {
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 1.33;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    margin-bottom: 20px;
}

.mini_title_ingredient {
    font-size: 13px;
    line-height: 1.38;
    color: rgb(196, 196, 196);
    margin-bottom: 5px;
}

.line_price_plus_minus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.line_price_plus_minus .line_plus_minus_add {
    margin: 0px 0px;
}

.like_icon_product {
    padding-left: 30px;
}

.like_icon_product .like_icon {
    position: relative;
    top: 0px;
    right: 0px;
}

.one_product_cart {
    padding: 20px;
    border-radius: 10px;
    border: solid 1px rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.one_product_cart:not(:last-child) {
    margin-bottom: 10px;
}

.image_in_cart {
    width: 80px;
}

.image_in_cart img {
    max-width: 100%;
}

.text_product_cart {
    padding-left: 20px;
    width: calc(100% - 115px);
}

.remove_product {
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 35px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
    cursor: pointer;
}

.name_cart_product {
    font-size: 20px;
    line-height: 1.35;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.input_plus_minus_price_in_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.plus_minus_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 50px;
    border: solid 1px rgb(196, 196, 196);
    height: 30px;
    width: 115px;
    text-align: center;
    margin-right: 20px;
}

.plus_minus_cart input {
    height: 100%;
    width: 33.333%;
    font-size: 22px;
    line-height: 1.36;
    color: rgb(255, 255, 255);
    background: transparent;
    color: rgb(255, 255, 255);
    border: none;
    text-align: center;
    padding: 0px;
}

.plus_minus_cart .plus {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.plus_minus_cart .minus {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.plus_minus_cart .plus,
.plus_minus_cart .minus {
    width: 33.333%;
    height: 100%;
}

.price_in_cart {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
    color: rgb(229, 36, 33);
}

.line_cart_blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.line_cart_blocks:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    width: 1px;
    height: 350px;
    background: rgb(196, 196, 196);
}

.line_cart_blocks > div {
    width: calc(50% - 40px);
}

.name_block_cart {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px
}

.name_block_cart img {
    margin-right: 10px;
}

.one_line_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}

.name_cart_block {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.36;
    color: rgb(196, 196, 196);
    width: 100%;
}

.one_line_input label {
    width: 100%;
}

.one_line_input label input {
    width: 100%;
    height: 40px;
    border-radius: 50px;
    border: solid 1px rgb(255, 255, 255);
    background: transparent;
    padding: 0px 20px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(255, 255, 255);
}

.radio_button label {
    display: block;
    width: 50%;
    height: 40px;
    border-radius: 50px;
    border: solid 1px rgb(255, 255, 255);
    font-size: 0px;
}

.radio_button label.s_radio {
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.radio_button label.f_radio {
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.radio_button label input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
}

.radio_button label input:checked + span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 69, 67)), color-stop(48%, rgb(229, 36, 33)), to(rgb(158, 7, 4)));
    background-image: linear-gradient(to bottom, rgb(230, 69, 67), rgb(229, 36, 33) 48%, rgb(158, 7, 4));
}

.radio_button label span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.33;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.radio_button label.f_radio span {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.radio_button label.s_radio span {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.two_input {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.two_input > div {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

.one_line_input textarea {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    border: solid 1px rgb(255, 255, 255);
    padding: 10px 20px;
    background: transparent;
    color: rgb(255, 255, 255);
    font-family: 'Open Sans', sans-serif;
    resize: none;
}

.checkout_button {
    padding-top: 20px;
    border-top: 1px solid rgb(196, 196, 196);
}

.checkout_button input {
    width: 300px;
    height: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 15px 0 rgba(229, 36, 33, 0.5);
    box-shadow: 0 0 15px 0 rgba(229, 36, 33, 0.5);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 69, 67)), color-stop(48%, rgb(229, 36, 33)), to(rgb(158, 7, 4)));
    background-image: linear-gradient(to bottom, rgb(230, 69, 67), rgb(229, 36, 33) 48%, rgb(158, 7, 4));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.33;
    color: rgb(255, 255, 255);
    border: none;
    margin: 0 auto;
    cursor: pointer;
}

.total_checkout_cart {
    margin-top: 20px;
    padding-top: 20px;
    text-align: right;
    font-size: 22px;
    line-height: 1.36;
    color: rgb(255, 255, 255);
    border-top: 1px solid rgb(255, 255, 255);
}

.total_checkout_cart span {
    color: rgb(229, 36, 33);
    font-weight: bold;
}

.tab_click_register_enter {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    border-radius: 50px;
    border: solid 1px rgb(255, 255, 255);
    overflow: hidden;
}

.one_tab_click {
    width: 50%;
    height: 100%;
    font-size: 18px;
    line-height: 1.33;
    color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.one_tab_click.active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 69, 67)), color-stop(48%, rgb(229, 36, 33)), to(rgb(158, 7, 4)));
    background-image: linear-gradient(to bottom, rgb(230, 69, 67), rgb(229, 36, 33) 48%, rgb(158, 7, 4));
}

.change_form_tab {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.one_form_tab {
    display: none;
}

.one_form_tab.active {
    display: block;
}

.checkbox_register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.36;
    color: rgb(255, 255, 255);
}

.checkbox_register a {
    color: rgb(229, 36, 33);
}

.checkbox_register input {
    display: none;
}

.checkbox_register span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: solid 1px rgb(255, 255, 255);
    margin-right: 10px;
    cursor: pointer;
}

.checkbox_register span:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background: rgba(229, 36, 33, 0);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.checkbox_register input:checked + span:after {
    background: rgba(229, 36, 33, 1);
}

.submit_input {
    padding-top: 20px;
}

.submit_input input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 15px 0 rgba(229, 36, 33, 0.5);
    box-shadow: 0 0 15px 0 rgba(229, 36, 33, 0.5);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 69, 67)), color-stop(48%, rgb(229, 36, 33)), to(rgb(158, 7, 4)));
    background-image: linear-gradient(to bottom, rgb(230, 69, 67), rgb(229, 36, 33) 48%, rgb(158, 7, 4));
    margin: 0 auto;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.33;
    color: rgb(255, 255, 255);
}

.checkbox_register.checkbox_enter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.checkbox_register.checkbox_enter label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.content_static_page {
    text-align: center;
}

.content_static_page img {
    max-width: 100%;
    display: block;
    margin: 0 auto 0px;
}

.line_contact_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -150px;
}

.line_contact_info > div {
    width: 33.3333%;
}

.links_contact img {
    margin: 0px 10px 0px 0px;
}

.links_contact a,
.links_contact p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.33;
    color: rgb(255, 255, 255);
}

.form_contact {
    padding: 40px 30px;
    border-radius: 10px;
    border: solid 1px rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    text-align: left;
}

.name_form_contact {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.35;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.name_form_contact:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background: rgb(196, 196, 196);
}

.name_form_contact span {
    color: rgb(229, 36, 33);
}

.delivery_contact p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.delivery_contact p img {
    margin: 0px 10px 0px 0px;
    width: 25px;
}

.map_contact iframe {
    border-radius: 10px;
}

.reviews_line_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.left_reviews {
    width: calc(100% - 360px);
    padding: 20px 40px 0px 0px;
}

.right_button_reviews {
    width: 360px;
    border-left: 1px solid rgb(255, 255, 255);
    padding: 20px 20px 20px 40px;
    font-size: 18px;
    line-height: 1.33;
    color: rgb(255, 255, 255);
}

.right_button_reviews .red_link_menu {
    margin-top: 20px;
}

.one_review:not(:last-child) {
    margin-bottom: 80px;
}

.top_line_review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.38;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.top_line_review > div:not(:last-child) {
    margin-right: 20px;
}

.green_name {
    font-size: 14px;
    line-height: 1.36;
    color: rgb(196, 196, 196);
    margin-bottom: 10px;
}

.top_line_review p:not(.green_name) {
    padding-right: 20px;
    border-right: 1px solid rgb(255, 255, 255);
}

.text_review {
    margin-bottom: 20px;
}

.line_photo_review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.line_photo_review a {
    display: block;
    margin-right: 15px;
    width: calc(16% - 8px);
    margin-bottom: 10px;
}

.line_photo_review a:nth-child(6n) {
    margin-right: 0px;
}

.line_photo_review a img {
    width: 100%;
}

.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    border: solid 1px rgb(112, 112, 112);
    background: rgba(0, 0, 0, 0.75);
    display: none;
}

.black_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11;
    padding: 40px 30px;
    border-radius: 10px;
    border: solid 1px rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    width: calc(100% - 30px);
    max-width: 440px;
    display: none;
    max-height: calc(100% - 20px);
}

.black_modal form {
    /*
    overflow-y: auto;
    max-height: calc()
*/
}

.close_modal {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255);
    cursor: pointer;
}

.close_modal:before,
.close_modal:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: rgb(229, 36, 33);
    margin-left: -5px;
    margin-top: -1px;
}

.close_modal:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.name_modal {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.36;
    color: rgb(255, 255, 255);
}

.name_modal span {
    color: rgb(229, 36, 33);
}

.name_modal:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
    background: rgb(196, 196, 196);
}

.input_file_form label {
    text-align: center;
    display: block;
    font-size: 13px;
    line-height: 1.38;
    color: rgb(229, 36, 33);
    cursor: pointer;
}

.input_file_form label input {
    display: none;
}

.ratyng_inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 230px;
    margin: 0 auto 20px;
}

.ratyng_inputs input {
    display: none;
}

.ratyng_inputs label {
    cursor: pointer;
}

.ratyng_inputs label .star_image {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../image/empty_star.svg) center no-repeat;
    background-size: 100% 100%;
}

.ratyng_inputs label.checked .star_image {
    background: url(../image/checked_star.svg) center no-repeat;
    background-size: 100% 100%;
}

#append_preview_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    overflow-y: auto;
    max-height: 45px;
}

#append_preview_icon span {
    width: 30px;
    margin-right: 5px;
    display: block;
    padding-top: 10px;
}

#append_preview_icon span img {
    width: 100%;
}

#append_preview_icon span img:last-child {
    margin-right: 0px;
}

.fancybox-navigation {
    position: static;
}

.line_link_account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.mini_text_cabinet {
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.33;
    color: rgb(255, 255, 255);
}

.line_link_account a {
    display: block;
    width: calc(25% - 8px);
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    border-radius: 50px;

    border: 1px solid rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.33;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}


.line_link_account a.active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 69, 67)), color-stop(48%, rgb(229, 36, 33)), to(rgb(158, 7, 4)));
    background-image: linear-gradient(to bottom, rgb(230, 69, 67), rgb(229, 36, 33) 48%, rgb(158, 7, 4));
    -webkit-box-shadow: 0 0 15px 0 rgba(229, 36, 33, 0.5);
    box-shadow: 0 0 15px 0 rgba(229, 36, 33, 0.5);
    border: none;
}

.line_link_account a img {
    margin-right: 10px;
}

.line_link_account a:last-child {
    margin-right: 0px;
}

.line_input_account form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 840px;
    margin: 0 auto;
    padding-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.line_input_account .checkout_button {
    border-top: 0px;
    padding-top: 0px;
    margin: 0 auto;
}

.line_input_account form > div {
    width: calc(50% - 20px);
}

.line_input_account .two_input > div:nth-child(1),
.line_input_account .two_input > div:nth-child(2) {
    margin-bottom: 20px;
}

.line_order_account {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding-top: 20px;
}

.one_order_account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.38;
    color: rgb(255, 255, 255);
    width: 100%;
}

.one_order_account:not(:last-child) {
    margin-bottom: 80px;
}

.date_status {
    width: 120px;
    border-right: 1px solid rgb(255, 255, 255);
}

.more_about_order_status {
    border-right: 1px solid rgb(255, 255, 255);
    width: calc(60% - 60px);
    padding-left: 20px
}

.addres_order {
    width: calc(40% - 60px);
    padding-left: 20px
}

.name_column {
    font-size: 14px;
    line-height: 1.36;
    color: rgb(196, 196, 196);
    margin-bottom: 10px;
    font-weight: normal;
}

.more_about_order_status div:not(.slide_up) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.more_about_order_status > div:not(.slide_up) {
    width: 100%
}

.slide_up {
    width: 100%;
    display: none;
}

.more_about_order_status > div:not(.slide_up) > div,
.more_about_order_status > div.slide_up > div > div {
    width: 33.333%;
    /*    text-align: center;*/
    margin-bottom: 10px
}

.red_status {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.38;
    color: rgb(229, 36, 33);
}

.slide_down_click {
    font-size: 13px;
    line-height: 1.38;
    color: rgb(229, 36, 33);
    cursor: pointer;
    font-weight: normal;
}

.mobile_menu,
.mobile_line_menu {
    display: none;
}


.line_tab_account_wishlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.left_tab_wishlist {
    width: 180px;
}

.click_wishlist_account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
}

.click_wishlist_account img {
    margin-right: 10px;
}

.click_wishlist_account.active p {
    color: rgb(229, 36, 33);
    border-color: rgb(229, 36, 33);
}

.click_wishlist_account p:not(.name_cat_head) {
    font-size: 10px
}

.click_wishlist_account:not(:last-child) {
    margin-bottom: 40px;
}

.right_tab_wishlist {
    width: calc(100% - 180px);
}

.right_tab_wishlist .one_new_product,
.right_tab_wishlist .one_new_product:nth-child(3n) {
    width: calc(50% - 10px);
    margin-right: 20px;
}

.right_tab_wishlist .one_new_product:nth-child(2n) {
    margin-right: 0px;
}

.right_tab_wishlist .line_new_product {
    display: none;
}

.right_tab_wishlist .line_new_product.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width:801px) {

    .mobile_menu,
    .mobile_line_menu {
        display: none !important;
    }
}

.mobile_fixed_bottom_menu {
    display: none;
}

.one_line_input select {
    width: 100%;
    height: 40px;
    border-radius: 50px;
    border: solid 1px rgb(255, 255, 255);
    background: transparent;
    padding: 0px 20px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(255, 255, 255);
}

.alig_centers {
    text-align: center;
}

.hide_sh_two {
    display: none;
}

.error_validation {
    font-size: 11px;
    color: rgb(229, 36, 33);
}

.available {
    color: rgb(35, 35, 35);
}

.daterangepicker .calendar-table table,
.calendar-time {
    color: rgb(25, 25, 25);
}

.right_wrap_header > div.toggle_lang_header {
    font-size: 20px;
    padding-left: 0px;

}

.right_wrap_header > div.toggle_lang_header .current_lang {
    font-weight: bold;
    color: rgb(255, 255, 255);
    border: none;
    font-size: 20px;
    padding-top: 0px;
    cursor: pointer;
}

.right_wrap_header > div.toggle_lang_header .current_lang:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 12px;
    border: 3px solid transparent;
    border-top: 5px solid rgb(255, 255, 255);
}

.right_wrap_header > div div.slide_other_lang {
    position: absolute;
    top: 100%;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    left: 0px;
    border-top: 0px;
    display: none;
    z-index: 1;
}

.right_wrap_header div.slide_other_lang a {
    display: block;
    color: rgb(255, 255, 255);
    min-width: inherit;
    font-size: 20px;
}

.toggle_mobile_lang {
    display: none;
}


.success_in_cart_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 10px);
    max-width: 550px;
    padding: 11px 45px;
    border-radius: 10px;
    border: solid 1px rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    z-index: 9;
    font-size: 18px;
    line-height: 1.33;
    color: rgb(255, 255, 255);
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}

.success_in_cart_modal a {
    color: rgb(229, 36, 33);
}

.close_success_modal_in_cart {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    border: solid 1px rgb(255, 255, 255);
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.close_success_modal_in_cart:before,
.close_success_modal_in_cart:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: rgb(229, 36, 33);
    top: 50%;
    left: 50%;
    margin-left: -14px;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close_success_modal_in_cart:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.empty_cart {
    text-align: center;
    font-size: 22px;
    line-height: 1.36;
    color: rgb(255, 255, 255);
    max-width: 570px;
    margin: 0 auto;
}

.empty_cart img {
    display: block;
    max-width: 150px;
    margin: 30px auto 30px;
}

.empty_cart .content_about_rest {
    border-top: 1px solid rgb(196, 196, 196);
}

.empty_cart .content_about_rest .red_link_menu {
    margin-top: 20px;
}

@media screen and (min-width:801px) {
    .line_menu li a {
        -webkit-transition: 300ms;
        transition: 300ms;
    }

    .line_menu li a:hover {
        color: rgb(229, 36, 33);
    }

    .red_link_menu {
        -webkit-transition: 300ms;
        transition: 300ms;
    }

    .red_link_menu:hover {
        -webkit-box-shadow: 0 0 10px 0 rgba(229, 36, 33, 1);
        box-shadow: 0 0 10px 0 rgba(229, 36, 33, 1);
    }

    .link_cats * {
        -webkit-transition: 300ms;
        transition: 300ms;
    }

    .link_cats:hover * {
        color: rgb(229, 36, 33);
    }

    .link_social_head a img,
    .link_soc_footer a img {
        -webkit-transition: 300ms;
        transition: 300ms;
    }

    .link_social_head a:hover img,
    .link_soc_footer a:hover img {
        -webkit-box-shadow: 0 0 10px 0 rgba(229, 36, 33, 1);
        box-shadow: 0 0 10px 0 rgba(229, 36, 33, 1);
    }

    .img_link_footer_link a {
        -webkit-transition: 300ms;
        transition: 300ms;
    }

    .img_link_footer_link a:hover {
        color: rgb(229, 36, 33);
    }

    .breadcrumb a {
        -webkit-transition: 300ms;
        transition: 300ms;
    }

    .breadcrumb a:hover {
        color: rgb(229, 36, 33);
    }

    input[type="submit"] {
        -webkit-transition: 300ms;
        transition: 300ms;
    }

    input[type="submit"]:hover {
        -webkit-box-shadow: 0 0 10px 0 rgba(229, 36, 33, 1);
        box-shadow: 0 0 10px 0 rgba(229, 36, 33, 1);
    }
}

@media screen and (max-width:1110px) {
    .right_wrap_header > div:not(:last-child) {
        margin-right: 10px
    }

    .logo_link {
        margin-right: 15px;
    }

    .line_menu li:not(:last-child) {
        margin-right: 10px;
    }
}

@media screen and (max-width:940px) {
    .line_cart_blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .line_cart_blocks:before {
        content: none;
    }

    .line_cart_blocks > div {
        width: 100%;
    }

    .line_contact_info {
        margin-top: 20px;
        display: block;
    }

    .line_contact_info > div {
        width: 100%;
    }

    .delivery_contact {
        display: none;
    }

    .product_page_block {
        padding: 20px 15px;
    }
}

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

    .line_menu,
    .right_wrap_header {
        display: none;
    }

    .left_wrap_header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .mobile_line_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-around;
        position: absolute;
        right: 15px;
        top: -5px;
        width: 25px;
        z-index: 99999;
        height: 25px;
    }

    .mobile_line_menu span {
        display: block;
        width: 100%;
        height: 2px;
        background: rgb(229, 36, 33);
    }

    .mobile_menu {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: -9999;
        background: url("../image/bg.jpg") rgb(0, 0, 0);
    }
    .mobile_menu.openmenu {
        z-index: 9999;
    }
    .bottom_social_link a img{
        width: 25px;
    }
    .mobile_line_menu.opened {
        position: fixed;
        top: 10px;
        right: 30px;
    }
    .mobile_line_menu.opened .line_center{
        transform: translate(-25px);
        opacity: 0;
    }
    .mobile_line_menu.opened .line_top{
        transform: rotate(135deg);
        top: 50%;
        position: absolute;
    }
    .mobile_line_menu.opened .line_bottom{
        transform: rotate(-135deg);
        top: 50%;
        position: absolute;
    }
    .line {
        width: 100%;
        height: 2px;
        background: rgb(229, 36, 33);
        transition: 0.3s ease;
    }

    .wrap_flex_in_mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 15px;
    }

    .wrap_flex_in_mob ul {
        width: 100%;
    }

    .wrap_flex_in_mob ul li {
        width: calc(100% + 30px);
        left: -15px;
        padding: 7px 30px 7px 15px;
        text-align: right;
        opacity: 0;
        top: -40px;
        -webkit-transition: 300ms;
        transition: 300ms;
    }
    .wrap_flex_in_mob ul li:nth-child(2){
        -webkit-transition-delay: 50ms;
                transition-delay: 50ms;
    }
     .wrap_flex_in_mob ul li:nth-child(3){
        -webkit-transition-delay: 100ms;
                transition-delay: 100ms;
    }
     .wrap_flex_in_mob ul li:nth-child(4){
        -webkit-transition-delay: 150ms;
                transition-delay: 150ms;
    }
     .wrap_flex_in_mob ul li:nth-child(5){
        -webkit-transition-delay: 200ms;
                transition-delay: 200ms;
    }
    .wrap_flex_in_mob ul li:nth-child(6){
        -webkit-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    .mobile_menu.openmenu .wrap_flex_in_mob ul li{
        opacity: 1;
        top: 0px;
    }

    .wrap_flex_in_mob ul li a {
        font-size: 20px;
        line-height: 1.35;
        color: rgb(255, 255, 255);
        padding-right: 15px;
        border-right: 4px solid rgb(229, 36, 33);
    }
    .wrap_flex_in_mob ul li a:after {
        position: absolute;
        content: "";
        width: 0;
        left: 0;
        height: 1px;
        background: rgb(229, 36, 33);
        bottom: 0;
        transition: 0.3s ease;
    }
    .wrap_flex_in_mob ul li a:hover:after {
        position: absolute;
        content: "";
        width: calc(100% - 15px);
        left: 0;
        height: 1px;
        background: rgb(229, 36, 33);
        bottom: 0;
        transition: 0.3s ease;
    }
    /*.mobile_logo {*/
    /*    position: absolute;*/
    /*    transform: rotate(-90deg) translateX(-50%);*/
    /*    height: 100px;*/
    /*    left: 20px;*/
    /*    width: 150%;*/
    /*    transform-origin: top left;*/
    /*    top: 50%;*/
    /*    max-width: calc(100vh - 40px);*/
    /*    overflow: hidden;*/
    /*}*/
    /*.mobile_logo img{*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    object-fit: contain;*/
    /*}*/
    .glitch-wrapper {
        position: absolute;
        transform: rotate(-90deg) translate(-50%);
        transform-origin: top left;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        top: 50%;
    }
    .glitch {
        color: rgb(255, 255, 255);
        font-family: "Segoe";
        font-size: 14vh;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
    }
    .glitch span{
        color: rgb(229,36,33);
        display: none;
    }
    .logo_modal {
        left: -7px;
    }

    .bottom_social_link {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .bottom_social_link a {
        margin-right: 20px;
    }

    .header_promo_banner {
        height: auto;
        min-height: inherit;
    }

    .flex_image_blocks {
        display: block;
    }

    .flex_image_blocks > div {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .flex_image_blocks > div img {
        max-width: 400px;
        width: 100%;
    }

    .flex_image_blocks .red_link_menu {
        margin: 30px auto 0px;
    }

    .link_social_head {
        display: none;
    }

    .line_link_cat_social {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .to_bgs_section {
        padding: 20px 0px;
    }

    .line_section_category {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .one_section_cats {
        width: 100%;
        margin-bottom: 15px;
    }

    .one_section_cats:not(:last-child):after {
        width: 300px;
        height: 1px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -20px;
        top: auto;
    }

    .one_section_cats:last-child {
        margin-bottom: 0px;
    }

    .line_new_product {
        display: block;
    }

    .one_new_product,
    .one_new_product:nth-child(3n) {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 10px;
    }

    .content_about_rest img {
        max-width: 100%;
    }

    footer {
        padding: 40px 0px 80px;
    }

    .line_logo_link_footer {
        display: block;
        width: 100%;
    }

    .logo_footer {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .block_links_footer {
        width: 100%;
        margin-bottom: 30px;
    }

    .block_links_footer:after {
        /*
        width: 100px;
        height: 1px;
        background: rgb(255, 255, 255);
        position: absolute;
        content: "";
        bottom: -15px;
        left: 50%;
        margin-left: -50px;
*/
        content: none;
    }

    .link_soc_footer {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    .img_link_footer_link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0px;

    }

    .img_link_footer_link a:not(:last-child),
    .img_link_footer_link p:not(:last-child) {
        margin-bottom: 0px;
        margin-right: 15px;
    }

    .name_block_footer {
        text-align: center;
    }

    .name_block_footer:after {
        width: 100px;
        height: 1px;
        background: rgb(255, 255, 255);
        position: absolute;
        content: "";
        bottom: -10px;
        left: 50%;
        margin-left: -50px;
    }

    .block_links_footer:nth-child(4) .img_link_footer_link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 300px;
        margin: 0 auto;
    }

    .block_links_footer:nth-child(4) .img_link_footer_link a:not(:last-child) {
        margin-bottom: 10px;
    }

    .breadcrumb,
    .pseudo_blocks {
        display: none;
    }

    .line_name_breadcrumb_name_page .title_section {
        width: 100%;
    }

    .mobile_fixed_bottom_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 7px 15px;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 10;
        -webkit-box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.5);
        background-color: rgb(22, 22, 22);
        width: 100%;
    }

    .mobile_fixed_bottom_menu a {
        font-size: 9px;
        line-height: 1.44;
        color: rgb(255, 255, 255);
        display: block;
        text-align: center;
    }

    .mobile_fixed_bottom_menu a.active {
        color: rgb(229, 36, 33);
    }

    .mobile_fixed_bottom_menu a img {
        display: block;
        margin: 0 auto 5px;
    }

    .reviews_line_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .left_reviews {
        width: 100%;
        padding-right: 0px;
    }

    .right_button_reviews {
        width: 100%;
        padding: 0px 0px;
        border-left: 0px;
        text-align: center;
        margin-bottom: 15px;
    }

    .right_button_reviews .red_link_menu {
        margin: 20px auto 0px;
    }

    .line_photo_review a,
    .line_photo_review a:nth-child(6n) {
        width: calc(25% - 8px);
        margin-right: 10px;
    }

    .line_photo_review a:nth-child(4n) {
        margin-right: 0px;
    }

    .top_line_review {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .one_review:not(:last-child) {
        margin-bottom: 25px;
    }

    .about_category {
        padding-top: 25px;
    }

    .line_input_account form {
        display: block;
    }

    .line_input_account form > div {
        width: 100%;
    }

    .line_link_account a {
        width: calc(50% - 5px)
    }

    .line_link_account a:nth-child(3n) {
        margin-right: 0px;
    }

    .one_order_account {
        display: block;
        padding: 10px 0px;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 5px;
    }

    .one_order_account:not(:last-child) {
        margin-bottom: 15px;
    }

    .date_status {
        width: 100%;
        border-right: 0px;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid rgb(255, 255, 255);
        padding-left: 10px;
        padding-right: 10px;
    }

    .more_about_order_status {
        padding-left: 0px;
        width: 100%;
        border-right: 0px;
        border-bottom: 1px solid rgb(255, 255, 255);
        margin-bottom: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .addres_order {
        padding-left: 0px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .addres_order .red_link_menu {
        margin-top: 10px;
    }

    .left_tab_wishlist {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .right_tab_wishlist {
        width: 100%;
    }

    .right_tab_wishlist .one_new_product:nth-child(3n),
    .right_tab_wishlist .one_new_product:nth-child(2n),
    .right_tab_wishlist .one_new_product {
        margin-left: 0;
        margin-right: 10px;
        width: calc(50% - 5px);
        max-width: inherit;
    }

    .right_tab_wishlist .one_new_product:nth-child(2n) {
        margin-right: 0px;
    }

    .toggle_mobile_lang {
        position: absolute;
        left: 0px;
        display: block;
        top: 15px;
        z-index: 2;
    }

    div.toggle_lang_header {
        font-size: 20px;
        padding-left: 0px;

    }

    div.toggle_lang_header .current_lang {
        font-weight: bold;
        color: rgb(255, 255, 255);
        border: none;
        font-size: 20px;
        padding-top: 0px;
        cursor: pointer;
    }

    div.toggle_lang_header .current_lang:after {
        content: "";
        position: absolute;
        right: -15px;
        top: 12px;
        border: 5px solid transparent;
        border-top: 5px solid rgb(255, 255, 255);
    }

    div div.slide_other_lang {
        position: absolute;
        top: 100%;
        padding: 10px 0px;
        width: 100%;
        text-align: center;
        left: 0px;
        border-top: 0px;
        display: none;
    }

    div.slide_other_lang a {
        display: block;
        color: rgb(255, 255, 255);
        min-width: inherit;
        font-size: 20px;
    }

    .product_page_block {
        display: block;
    }

    .icon_product_page {
        max-width: 300px;
        width: 100%;
        display: block;
        margin: 0 auto 10px;
    }

    .text_in_product_page {
        width: 100%;
        max-width: 100%;
        padding-left: 0px;
    }

    .name_add_product {
        width: 100%;
    }

}

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

    .right_tab_wishlist .one_new_product:nth-child(3n),
    .right_tab_wishlist .one_new_product:nth-child(2n),
    .right_tab_wishlist .one_new_product {
        width: 100%;
        margin-right: 0px;
    }
}

@media screen and (max-width:480px) {
    .name_cat_head {
        border-bottom: none;
        padding-right: 0px;
    }

    .link_cats > div p:not(.name_cat_head) {
        display: none;
    }

    .link_head_cat {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
    }


    .link_cats:not(:first-child) {
        margin-left: 0px;
    }

    .red_promo {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.36;
    }

    .flex_image_blocks > div {
        font-size: 15px;
        line-height: 1.33;
        color: rgb(255, 255, 255);
    }

    .image_in_cart {
        width: 200px;
        margin: 0 auto 10px;
    }

    .text_product_cart {
        padding-left: 0px;
        width: 100%;
    }

    .remove_product {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1
    }

    .input_plus_minus_price_in_cart {
        width: 100%;
    }

    .black_modal {
        padding: 40px 15px 20px;
    }

    .close_modal:before,
    .close_modal:after {
        margin-left: -5px;
    }

    .form_contact {
        padding: 40px 15px 20px;
    }

    .name_modal {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .title_section {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .right_button_reviews {
        font-size: 14px;
    }

    body {
        font-size: 14px;
    }

    .line_name_breadcrumb_name_page {
        margin-bottom: 25px;
    }

    .content_about_rest {
        font-size: 14px;
    }

    .daterangepicker.opensright:before,
    .daterangepicker.opensright:after {
        content: none;
    }

    .more_about_order_status > div:not(.slide_up) div:nth-child(2),
    .more_about_order_status > div:not(.slide_up) div:nth-child(3) {
        width: 70px;
    }

    .more_about_order_status > div.slide_up > div > div:nth-child(2),
    .more_about_order_status > div.slide_up > div > div:nth-child(3) {
        width: 70px;
    }

    .more_about_order_status > div:not(.slide_up) div:nth-child(1),
    .more_about_order_status > div.slide_up > div > div:nth-child(1) {
        width: calc(100% - 140px);
    }

    .name_add_product .line_price_plus_minus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .name_add_product .line_price_plus_minus .line_plus_minus_add {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:420px) {
    .line_link_account a {
        font-size: 12px;
    }

    .line_modifikator div {
        min-width: 115px;
    }

    .line_link_ingredients a {
        padding: 0px 15px;
        margin-right: 10px;
    }

    .line_link_ingredients a:last-child {
        margin-right: 0px;
    }

    .list_ingredients {
        margin-bottom: 10px;
    }

    .total_checkout_cart {
        text-align: center;
    }

    .line_cart_blocks > div:first-child {
        padding-top: 30px;
    }

    .name_block_cart {
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .one_section_cats .red_link_menu{
        display: none;
    }
}

@media screen and (max-width:350px) {
    .line_link_account a {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0px
    }

    .top_line_review > div:nth-child(3) {
        width: 100%;
    }

    .top_line_review > div:nth-child(2) {
        margin-right: 0px;
    }

    .top_line_review > div:nth-child(2) p:not(.green_name) {
        border-right: none;
    }
}

@media screen and (max-height:760px) {
    .black_modal {
        padding: 30px 15px 15px;
    }

    .name_modal {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .black_modal .name_cart_block {
        margin-bottom: 5px;
    }

    .black_modal .one_line_input {
        margin-bottom: 5px;
    }

    .black_modal .one_line_input label input {
        height: 30px;
    }

    .black_modal .one_line_input textarea {
        height: 50px;
    }
}
