 /*
@font-face {
    font-family: 'lucida_calligraphy_italic';
    src: url('fonts/lucida_calligraphy_italic.eot');
    src: url('fonts/lucida_calligraphy_italic.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lucida_calligraphy_italic';
    src: url('fonts/LucidaCalligraphy-Italic.svg#LucidaCalligraphy-Italic') format('svg'),
        url('fonts/LucidaCalligraphy-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/

 /*
@font-face {
    font-family: 'lucida_calligraphy_italic';
    src: url('fonts/CyrillicRibbon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/
 /*
@font-face {
    font-family: "lucida_calligraphy_italic";
    src: url("fonts/cassandra.eot");
    src: url("fonts/cassandra.eot?#iefix") format("embedded-opentype"),
        url("fonts/cassandra.otf") format("opentype"),
        url("fonts/cassandra.svg") format("svg"),
        url(".fonts/cassandra.ttf") format("truetype"),
        url("fonts/cassandra.woff") format("woff"),
        url("fonts/cassandra.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
*/

 @font-face {
     font-family: 'Playfair Display';
     src: local('Playfair Display Regular'),
         local('PlayfairDisplay-Regular'),
         url('fonts/Playfairdisplayregular.woff2') format('woff2'),
         url('fonts/Playfairdisplayregular.woff') format('woff'),
         url('fonts/Playfairdisplayregular.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
 }

 @font-face {
     font-family: 'Playfair Display';
     src: local('Playfair Display Italic'),
         local('PlayfairDisplay-Italic'),
         url('fonts/Playfairdisplayitalic.woff2') format('woff2'),
         url('fonts/Playfairdisplayitalic.woff') format('woff'),
         url('fonts/Playfairdisplayitalic.ttf') format('truetype');
     font-weight: normal;
     font-style: italic;
 }

 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%;
 }

 input,
 button {
     font-family: 'Playfair Display';
 }

 body {
     height: 100%;
     width: 100%;
     font-family: 'Playfair Display';
     font-size: 20px;
     font-weight: normal;
     font-stretch: normal;
     letter-spacing: normal;
 }

 * {
     -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);
*/
 }

 *::-moz-selection {
     background: rgba(0, 0, 0, 0);
 }

 *::selection {
     background: rgba(0, 0, 0, 0);
 }

 .container {
     width: 100%;
     max-width: 1800px;
     padding: 0px 100px;
     margin: 0 auto;
 }

 .mini_container {
     margin: 0 auto;
     width: 100%;
     max-width: 940px;
 }

 .flex_head_line {
     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;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding: 15px 0px 20px;
     border-bottom: 1px solid rgb(196, 196, 196);
 }

 .left_burger_logo {
     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-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     width: 227px;
 }

 .left_burger_logo a {
     margin-right: 30px;
 }

 .left_burger_logo a img {
     width: 107px;
 }

 .to_burger {
     font-size: 20px;
     line-height: 1.63;
     color: rgb(36, 36, 36);
     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;
 }

 .to_burger span {
     display: block;
     width: 30px;
     height: 4px;
     border-radius: 5px;
     background-color: rgb(41, 15, 16);
     margin-right: 10px;
 }

 .to_burger span:before,
 .to_burger span:after {
     content: "";
     position: absolute;
     left: 0px;
     width: 100%;
     height: 100%;
     border-radius: 5px;
     background-color: rgb(41, 15, 16);
 }

 .to_burger span:before {
     top: -9px;
 }

 .to_burger span:after {
     top: 9px;
 }

 .right_lang_basket {
     width: calc(100% - 227px);
     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;
 }

 .toggle_lang_text {
     font-size: 20px;
     line-height: 1.63;
     color: rgb(36, 36, 36);
     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: 50px;
 }

 .toggle_block {
     margin-left: 10px;
 }

 .current_lang {
     cursor: pointer;
     font-size: 26px;
     line-height: 1.18;
     color: rgb(41, 15, 16);
     padding-right: 15px;
 }

 .current_lang:after {
     content: "";
     border: 4px solid transparent;
     border-top: 5px solid rgb(41, 15, 16);
     position: absolute;
     right: 0px;
     top: 50%;
     margin-top: -2px;
 }

 .dropdown_section {
     display: none;
     position: absolute;
     top: 100%;
     left: 0px;
     padding: 10px 10px;
     -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
     box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
     background: rgb(255, 255, 255);
     border-radius: 5px;
     z-index: 1;
 }

 .dropdown_section a {
     text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
     padding-bottom: 5px;
 }

 .basket_block {
     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: 20px;
     line-height: 1.63;
     color: rgb(36, 36, 36);
     margin-right: 45px;
 }

 .link_basket {
     margin-left: 10px;
 }

 .link_basket a {
     display: block;
 }

 .number_basket {
     position: absolute;
     top: -5px;
     right: -10px;
     width: 20px;
     height: 20px;
     background-color: rgb(36, 36, 36);
     border-radius: 50%;
     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: 13px;
     line-height: 2.89;
     color: rgb(255, 255, 255);
     border: 1px solid rgb(36, 36, 36);
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .link_basket a:hover .number_basket {
     background: rgb(255, 255, 255);
     color: rgb(36, 36, 36);
 }

 .dropdown_section a {
     font-size: 26px;
     line-height: 1.18;
     color: rgb(41, 15, 16);
     padding-right: 15px;
     display: block;
     margin-bottom: 5px;
     padding-right: 0px
 }

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

 .center_front {
     text-align: center;
     font-size: 36px;
     line-height: 1.34;
     color: rgb(36, 36, 36);
 }

 .center_front > img {
     margin-bottom: 20px
 }

 .line_link_contacts {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     font-size: 20px;
     line-height: 1.63;
     color: rgb(36, 36, 36);
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     max-width: 750px;
     width: 100%;
     margin: 40px auto 0;
 }

 .one_jn_line {
     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;
 }

 .one_jn_line img {
     margin-right: 10px
 }

 .one_jn_line 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;
     color: rgb(36, 36, 36);
 }

 .line_preorder {
     border-bottom: 1px solid rgb(196, 196, 196);
     padding: 25px 0px 35px;
 }

 .line_preorder .mini_container {
     width: 100%;
     max-width: 100%
 }

 .line_preorder .mini_container .line_category {
     max-width: 940px;
     margin: 0 auto;
 }

 .line_links {
     width: 100%;
 }

 .after_line_name {
     text-align: center;
     font-size: 33px;
     line-height: 1.62;
     color: rgb(36, 36, 36);
 }

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

 .after_line_name span {
     background: rgb(255, 255, 255);
     display: inline-block;
     padding: 0px 25px;
 }

 .line_category {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     padding-top: 40px;

 }

 .one_cats_line {
     width: calc(33.3333% - 14px);
     font-size: 0px;
     margin-right: 20px;
     overflow: hidden;
     margin-bottom: 20px;
 }

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

 .one_cats_line img {
     width: 100%;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .one_cats_line:hover img {
     -webkit-transform: scale(1.05);
     transform: scale(1.05);
 }

 .one_cats_line:after {
     content: "";
     position: absolute;
     top: 0px;
     left: 0px;
     z-index: 1;
     width: 100%;
     height: 100%;
     background: rgb(41, 15, 16, 0.45);
 }


 .name_cats {
     color: rgb(255, 255, 255);
     position: absolute;
     top: 50%;
     left: 0px;
     padding: 0px 10px;
     font-size: 34px;
     line-height: 1.27;
     text-align: center;
     color: rgb(255, 255, 255);
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     width: 100%;
     z-index: 2;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .one_cats_line:hover .name_cats {
     text-shadow: 0px 0px 5px rgb(255, 255, 255);
 }



 .line_links {
     padding-top: 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;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }

 .line_links p {
     margin-right: 16px;
     font-size: 24px;
     line-height: 1.3;
     color: rgb(36, 36, 36);
 }

 .link_calendar {
     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: 220px;
     height: 40px;
     background: rgb(41, 15, 16);
     border: 1px solid rgb(41, 15, 16);
     color: rgb(255, 255, 255);
     font-size: 18px;
     line-height: 1.86;
     -webkit-transition: 300ms;
     transition: 300ms;
     font-style: italic;
 }

 .link_calendar img {
     margin-right: 10px;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .link_calendar:hover {
     color: rgb(41, 15, 16);
     background: rgb(255, 255, 255);
 }

 .link_calendar:hover img {
     -webkit-filter: invert(0.9);
     filter: invert(0.9);
 }

 .about_author {
     padding: 30px 0px;
     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;
 }

 .image_author {
     width: 300px;
 }

 .image_author img {
     width: 100%;
 }

 .text_author {
     width: calc(100% - 300px);
     padding-left: 50px;
     font-size: 18px;
     font-weight: normal;
     font-stretch: normal;
     font-style: italic;
     line-height: 1.43;
     letter-spacing: normal;
     text-align: left;
     color: rgb(36, 36, 36);
 }

 .copyright_text {
     width: 100%;
     text-align: right;
     padding-top: 30px;
     font-size: 22px;
     line-height: 1.44;
     color: rgb(41, 15, 16);
 }


 .line_footer_flex {
     padding: 30px 0px 60px;
     border-top: 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: center;
     -ms-flex-pack: center;
     justify-content: center;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }

 .link_line_footer {
     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;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     width: calc(100% - 185px);
     padding-right: 30px;
 }

 .link_line_footer a {
     font-size: 18px;
     line-height: 1.86;
     color: rgb(122, 122, 122);
     -webkit-transition: 100ms;
     transition: 100ms;
     font-style: italic;
 }

 .link_line_footer a:hover {
     color: rgb(36, 36, 36);
 }

 .recipies_link {
     width: 185px;
 }

 .recipies_link 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;
     width: 100%;
     height: 35px;
     background-color: rgb(41, 15, 16);
     color: rgb(255, 255, 255);
     font-size: 18px;
     line-height: 1.86;
     -webkit-transition: 300ms;
     transition: 300ms;
     border: 1px solid rgb(41, 15, 16);
     font-style: italic;
 }

 .recipies_link a img {
     margin-right: 5px;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .recipies_link a:hover {
     color: rgb(41, 15, 16);
     background-color: rgb(255, 255, 255);
 }

 .recipies_link a:hover img {
     -webkit-filter: invert(0.9);
     filter: invert(0.9);
 }

 .fixed_menu {
     position: fixed;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.9);
     -webkit-backdrop-filter: blur(5px);
     backdrop-filter: blur(5px);
     z-index: 9999;
     display: none;
 }

 .block_hide_menu {
     position: absolute;
     top: 10px;
     right: 10px;
     width: 30px;
     height: 30px;
     cursor: pointer;
 }

 .block_hide_menu:before,
 .block_hide_menu:after {
     content: "";
     position: absolute;
     top: 50%;
     margin-top: -1px;
     width: 100%;
     height: 2px;
     left: 0px;
     background: rgb(255, 255, 255);
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
 }

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

 .wrap_to_fixed {
     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%;
     height: 100%;
 }

 .list_fixed_link {
     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;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
 }

 .list_fixed_link a {
     font-size: 32px;
     margin-bottom: 10px;
     color: rgb(255, 255, 255);
     -webkit-transform: rotateX(-90deg);
     transform: rotateX(-90deg);
     -webkit-transition: -webkit-transform 300ms;
     opacity: 0;
     top: -50px;
     -webkit-transition: 500ms;
     transition: 500ms;
 }

 .list_fixed_link a:nth-child(2n) {
     -webkit-transition-delay: 100ms;
     transition-delay: 100ms;
 }

 .list_fixed_link a:nth-child(3n) {
     -webkit-transition-delay: 200ms;
     transition-delay: 200ms;
 }

 .list_fixed_link a:nth-child(4n) {
     -webkit-transition-delay: 300ms;
     transition-delay: 300ms;
 }

 .list_fixed_link a:nth-child(5n) {
     -webkit-transition-delay: 400ms;
     transition-delay: 400ms;
 }

 .list_fixed_link a:nth-child(6n) {
     -webkit-transition-delay: 500ms;
     transition-delay: 500ms;
 }

 .open .list_fixed_link a {
     top: 0px;
     opacity: 1;
     -webkit-transform: rotateX(0deg);
     transform: rotateX(0deg);
 }

 .wrap_breadcrumbs_categories {
     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;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding-top: 20px;
 }

 .breadcrumbs {
     font-size: 18px;
     line-height: 2.86;
     color: rgb(122, 122, 122);
     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;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     font-style: italic;
 }

 .breadcrumbs a {
     color: rgb(122, 122, 122);
     margin-right: 15px;
     display: block;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .breadcrumbs a:hover {
     color: rgb(32, 32, 32);
 }

 .breadcrumbs a:after {
     content: "";
     position: absolute;
     top: 50%;
     margin-top: -1px;
     width: 5px;
     height: 1px;
     background: rgb(122, 122, 122);
     right: -11px;
 }

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

 .categories_line a {
     display: block;
     margin: 0px 30px 0px 0px;
     font-size: 18px;
     line-height: 1.86;
     color: rgb(122, 122, 122);
 }

 .categories_line a.active {
     color: rgb(36, 36, 36);
 }

 .categories_line a:first-child {
     margin-left: 0px;
 }

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

 .title_block {
     padding-top: 20px;
     padding-bottom: 10px;
     border-bottom: 1px solid rgb(196, 196, 196);
     text-align: center;
     font-size: 28px;
     line-height: 1.67;
     color: rgb(36, 36, 36);
     margin-bottom: 30px;
 }

 .title_block h1 {
     font-weight: normal;
     font-style: italic;
 }

 .line_present_link {
     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;
     text-align: center;
 }

 .one_presents {
     width: calc(33.3333% - 14px);
     margin-right: 20px;
     font-size: 0px;
     margin-bottom: 45px;
 }

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

 .one_presents img {
     width: 100%;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .wrap_image_cats {
     display: inline-block;
     width: 100%;
     font-size: 0px;
     overflow: hidden;
     margin-bottom: 5px;
 }

 .wrap_image_cats:after {
     content: "";
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     z-index: 1;
     opacity: 0;
     background: rgba(0, 0, 0, 0.4);
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .block_more {
     position: absolute;
     top: 100%;
     opacity: 0;
     -webkit-transition: 300ms;
     transition: 300ms;
     left: 50%;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     width: calc(100% - 30px);
     max-width: 180px;
     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;
     background-color: rgb(41, 15, 16);
     color: rgb(255, 255, 255);
     font-size: 16px;
     line-height: 1.86;
     z-index: 2;
 }

 .one_presents:hover img {
     -webkit-transform: scale(1.05);
     transform: scale(1.05);
 }

 .one_presents:hover .block_more {
     top: calc(100% - 50px);
     opacity: 1;
 }

 .one_presents:hover .wrap_image_cats:after {
     opacity: 1;
 }

 .name_cake {
     font-size: 24px;
     line-height: 1.3;
     color: rgb(41, 15, 16);
     margin-bottom: 4px;
 }

 .additional_sevices {
     font-size: 18px;
     line-height: 1.86;
     color: rgb(122, 122, 122);
     margin-bottom: 5px;
 }

 .prices {
     padding-top: 5px;
     font-size: 22px;
     line-height: 1.44;
     color: rgb(122, 122, 122);
     border-top: 1px solid rgb(196, 196, 196);
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .one_presents:hover .prices {
     border-top: 1px solid rgb(36, 36, 36);
 }


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

 .text_to_categories {
     padding: 25px 0px 35px;
     font-size: 18px;
     line-height: 1.43;
     color: rgb(36, 36, 36);
 }

 .one_block_delivery {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-bottom: 60px;
 }

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

 .left_image_delivery {
     width: 300px;
     font-size: 0px;
 }

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

 .right_text_delivery {
     padding-left: 30px;
     font-size: 18px;
     line-height: 1.43;
     color: rgb(36, 36, 36);
     width: calc(100% - 300px);
 }

 .name_text_delivery {
     margin-bottom: 20px;
     font-size: 24px;
     line-height: 1.3;
     color: rgb(36, 36, 36);
 }

 .link_start {
     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: 60px 0px;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     width: 100%;
 }

 .link_start a {
     background: rgb(41, 15, 16);
     border: 1px solid rgb(41, 15, 16);
     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: calc(100% - 10px);
     max-width: 220px;
     height: 40px;
     color: rgb(255, 255, 255);
     font-size: 18px;
     line-height: 1.86;
     margin: 0px 5px;
     -webkit-transition: 300ms;
     transition: 300ms;
     font-style: italic;
 }

 .link_start a img {
     margin-right: 5px;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .link_start a:hover {
     background: rgb(255, 255, 255);
     color: rgb(41, 15, 16);
 }

 .link_start a:hover img {
     -webkit-filter: invert(0.9);
     filter: invert(0.9);
 }

 .question_answer_block {
     width: 100%;
 }


 .question_answer_block {
     margin-bottom: 60px;
 }

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

 .question {
     margin-bottom: 20px;
     font-size: 24px;
     line-height: 1.3;
     color: rgb(36, 36, 36);
 }

 .question span {
     color: rgb(122, 122, 122);
 }

 .center_confirm {
     font-size: 24px;
     line-height: 1.4;
     color: rgb(41, 15, 16);
     text-align: center;
     padding-top: 40px;
 }

 .order_number {
     margin-top: 20px;
     margin-bottom: 50px;
     font-size: 24px;
     line-height: 1.3;
     color: rgb(122, 122, 122);
 }

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

 .button_back {
     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: 60px 0px;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     width: 100%;
 }

 .button_back a {
     width: 220px;
     height: 40px;
     border: solid 1px rgb(36, 36, 36);
     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.86;
     color: rgb(36, 36, 36);
 }

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

 .order_info {
     padding-bottom: 15px;
     margin-bottom: 15px;
     border-bottom: 1px solid rgb(196, 196, 196);
 }

 .name_section_basket {
     font-size: 22px;
     line-height: 1.44;
     color: rgb(41, 15, 16);
     margin-bottom: 10px;
 }

 .line_info_checkout {
     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;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     font-size: 18px;
     line-height: 1.86;
     color: rgb(122, 122, 122);
 }

 .line_info_checkout p {
     margin-right: 30px;
 }

 .line_info_checkout p:last-child {
     margin-right: 0px;
 }

 .line_info_checkout p span {
     color: rgb(36, 36, 36);
 }

 .line_radio {
     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;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     font-size: 18px;
     line-height: 1.86;
     color: rgb(36, 36, 36);
 }

 .line_radio label {
     cursor: pointer;
     margin-right: 30px;
 }

 .line_radio label:last-child {
     margin-right: 0px;
 }

 .line_radio input[type="radio"] {
     position: absolute;
     opacity: 0;
     z-index: -1;
 }

 .line_radio input[type="radio"] + span {
     display: block;
     padding-left: 25px;
 }

 .line_radio input[type="radio"] + span:before {
     content: "";
     position: absolute;
     top: 50%;
     margin-top: -9px;
     left: 0px;
     width: 14px;
     height: 14px;
     border-radius: 50%;
     border: 1px solid rgb(122, 122, 122);
 }

 .line_radio input[type="radio"] + span:after {
     content: "";
     position: absolute;
     top: 50%;
     margin-top: -5px;
     left: 4px;
     width: 8px;
     height: 8px;
     border-radius: 50%;
     background: rgb(41, 15, 16);
     opacity: 0;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .line_radio input[type="radio"]:checked + span:after {
     opacity: 1;
 }

 .line_radio {
     margin-bottom: 25px;
 }

 .line_inputs {
     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;
     margin-bottom: 25px;
 }

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

 .one_line_input {
     width: 100%;
     max-width: 350px;
     padding-right: 15px;
 }

 .one_line_input span {
     display: block;
     font-size: 18px;
     line-height: 1.86;
     color: rgb(122, 122, 122);
     margin-bottom: 5px;
     font-style: italic;
 }

 .one_line_input > label {
     display: block;
     margin-bottom: 10px;
 }

 .one_line_input input {
     display: block;
     width: 100%;
     max-width: 290px;
     height: 40px;
     border: 1px solid rgb(41, 15, 16);
     padding: 0px 10px;
     font-size: 16px;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .one_line_input input:focus {
     -webkit-box-shadow: 0px 0px 8px rgb(41, 15, 16);
     box-shadow: 0px 0px 8px rgb(41, 15, 16);
 }

 .two_input {
     margin-bottom: 10px;
     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;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     width: 100%;
 }

 .two_input label,
 .two_input select {
     width: calc(50% - 5px);
 }

 .two_input select {
     height: 40px;
     border: 1px solid rgb(41, 15, 16);
     padding: 0px 10px;
     font-size: 16px;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .all_width {
     width: 100%;
     max-width: 990px;
     margin-bottom: 12px;
 }

 .all_width span {
     display: block;
     font-size: 18px;
     line-height: 1.86;
     color: rgb(122, 122, 122);
     margin-bottom: 5px;
 }

 .all_width input {
     display: block;
     width: 100%;
     height: 40px;
     border: 1px solid rgb(41, 15, 16);
     padding: 0px 10px;
     font-size: 16px;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .all_width input:focus {
     -webkit-box-shadow: 0px 0px 8px rgb(41, 15, 16);
     box-shadow: 0px 0px 8px rgb(41, 15, 16);
 }

 .stars_text {
     font-size: 18px;
     line-height: 1.86;
     color: rgb(41, 15, 16);
     max-width: 990px;
 }

 .right_button_pay_return {
     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;
     padding: 10px 0px 60px;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }

 .right_button_pay_return a {
     width: 220px;
     height: 40px;
     border: solid 1px rgb(36, 36, 36);
     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: 10px;
     font-size: 18px;
     line-height: 1.86;
     color: rgb(36, 36, 36);
     font-style: italic;
 }

 .right_button_pay_return a img {
     margin-right: 5px
 }

 .right_button_pay_return button {
     width: 220px;
     height: 40px;
     background-color: rgb(41, 15, 16);
     border: 1px solid rgb(41, 15, 16);
     font-size: 18px;
     line-height: 1.86;
     color: rgb(255, 255, 255);
     cursor: pointer;
     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-transition: 300ms;
     transition: 300ms;
     font-style: italic;
 }

 .right_button_pay_return button img {
     margin-right: 5px;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .right_button_pay_return button:hover {
     background: rgb(255, 255, 255);
     color: rgb(41, 15, 16);
 }

 .right_button_pay_return button:hover img {
     -webkit-filter: invert(0.9);
     filter: invert(0.9);
 }

 .right_button_pay_return button[disabled="disabled"] {
     cursor: not-allowed;
 }

 .in_calendar input {
     display: none;
 }

 .to_calendar_sections {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     z-index: 1;
 }

 .to_calendar_sections .link_start {
     padding-top: 20px;
     padding-bottom: 60px;
 }

 .append_calendars {
     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;
     text-align: center;
     width: 225px;
     border: solid 1px rgb(196, 196, 196);
     background-color: rgb(255, 255, 255);
     border-right: 0px;
 }

 .in_calendar {
     width: calc(100% - 225px);
 }

 .in_calendar .daterangepicker {
     display: block !important;
     position: relative;
     top: 0px !important;
     padding-top: 0px !important;
     margin-top: 0px;
     left: 0px !important;
     font-family: 'Playfair Display';
     border: none;
     width: 100%;
 }

 .in_calendar .daterangepicker.opensright:before {
     content: none;
 }

 .in_calendar .daterangepicker.show-calendar .drp-buttons {
     display: none;
 }


 .in_calendar .daterangepicker.single .ranges,
 .in_calendar .daterangepicker.single .drp-calendar {
     float: none;
     width: 100%;
     max-width: 100%;
     padding: 0px;
 }

 .in_calendar .daterangepicker .calendar-table th,
 .in_calendar .daterangepicker .calendar-table td {
     border: 1px solid rgb(196, 196, 196) !important;
     color: rgb(36, 36, 36);
     padding: 7px 0px;
     font-size: 18px;
     line-height: 1.86;
     color: rgb(36, 36, 36);
 }

 .in_calendar .daterangepicker td.active,
 .in_calendar .daterangepicker td.active:hover {
     background: rgb(240, 240, 240);
     color: rgb(36, 36, 36);
 }

 .in_calendar .off.disabled {
     text-decoration: none;
 }

 .in_calendar .off.disabled:after {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     width: 20px;
     height: 1px;
     -webkit-transform: translate(-50%, -50%) rotate(-30deg);
     transform: translate(-50%, -50%) rotate(-30deg);
     background: rgb(36, 36, 36);

 }

 .in_calendar .daterangepicker.show-calendar .ranges {
     margin-top: 0px;
 }

 .big_app {
     font-size: 93px;
     line-height: 1.66;
     color: rgb(36, 36, 36);
 }

 .name_month {
     font-size: 28px;
     line-height: 1.08;
     color: rgb(36, 36, 36);
 }

 .date_month_inp {
     padding-bottom: 17px;
     margin-bottom: 15px;
     width: 100%;
     max-width: 180px;
     border-bottom: 1px solid rgb(196, 196, 196);
 }

 .green_text {
     text-align: center;
     font-size: 18px;
     line-height: 1.86;
     color: rgb(27, 126, 77);
 }

 .applyBtn {
     border: none;
     background: rgb(41, 15, 16);
     color: rgb(255, 255, 255);
     cursor: pointer;
     height: 25px;
 }

 .cancelBtn {
     background: rgb(255, 255, 255);
     border: 1px solid rgb(41, 15, 16);
     height: 25px;
     cursor: pointer;
 }

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

 .right_button_pay_return a:hover {
     background: rgb(41, 15, 16);
     color: rgb(255, 255, 255);
 }

 .right_button_pay_return a img {
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .right_button_pay_return a:hover img {
     -webkit-filter: invert(1);
     filter: invert(1)
 }

 .right_button_pay_return a.to_checkout {
     width: 220px;
     height: 40px;
     background-color: rgb(41, 15, 16);
     border: 1px solid rgb(41, 15, 16);
     font-size: 16px;
     line-height: 1.86;
     color: rgb(255, 255, 255);
     cursor: pointer;
     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: 0px;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .right_button_pay_return a.to_checkout img {
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .right_button_pay_return a.to_checkout:hover {
     background: rgb(255, 255, 255);
     color: rgb(41, 15, 16);
 }

 .right_button_pay_return a.to_checkout:hover img {
     -webkit-filter: invert(0.9);
     filter: invert(0.9);
 }

 .header_cart {
     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;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding: 10px 20px 10px 10px;
     text-align: center;
     font-size: 16px;
     line-height: 1.86;
     color: rgb(122, 122, 122);
 }

 .product_cart {
     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;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding: 10px 20px 10px 10px;
     border: 1px solid rgb(196, 196, 196);
     margin-bottom: 10px;
 }

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

 .product_cart > div:nth-child(1),
 .header_cart > div:nth-child(1) {
     width: 100px;
     font-size: 0px;
 }

 .product_cart > div:nth-child(1) img {
     max-width: 100%;
 }


 .product_cart > div:nth-child(2),
 .header_cart > div:nth-child(2) {
     width: calc(25% - 35px);
     padding: 0px 10px;
 }

 .product_cart > div:nth-child(3),
 .header_cart > div:nth-child(3) {
     width: calc(40% - 35px);
 }

 .product_cart > div:nth-child(4),
 .header_cart > div:nth-child(4) {
     width: calc(20% - 35px);
 }

 .product_cart > div:nth-child(5),
 .header_cart > div:nth-child(5) {
     width: calc(15% - 35px);
 }

 .product_cart > div:nth-child(6),
 .header_cart > div:nth-child(6) {
     width: 40px;
 }

 .product_cart > div:nth-child(2) {
     text-align: center;
     font-size: 18px;
     line-height: 1.86;
     color: rgb(122, 122, 122);
 }

 .name_prod_cart {
     font-size: 22px;
     line-height: 1.44;
     color: rgb(41, 15, 16);
 }

 .product_cart > div:nth-child(3) {
     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;
     font-size: 18px;
     line-height: 1.86;
     color: rgb(122, 122, 122);
 }

 .product_cart > div:nth-child(3) p {
     margin-right: 20px;
     padding: 5px 0px;
 }

 .product_cart > div:nth-child(3) span {
     color: rgb(36, 36, 36);
 }

 .product_cart > div:nth-child(4) {
     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;
     font-size: 24px;
     line-height: 1.3;
     color: rgb(36, 36, 36);
 }

 .minus,
 .plus {
     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: 30px;
     height: 30px;
     border: solid 1px rgb(122, 122, 122);
     cursor: pointer;
     -webkit-transition: 300ms;
     transition: 300ms;
     font-size: 30px;
     line-height: 1;
     color: rgb(41, 15, 16);
     /*    padding-right: 5px;*/
     padding-bottom: 5px;
 }

 .minus:hover,
 .plus:hover {
     color: rgb(255, 255, 255);
     background: rgb(122, 122, 122);
 }

 .append_pcs {
     font-size: 24px;
     line-height: 1.3;
     color: rgb(36, 36, 36);
 }

 .product_cart > div:nth-child(5) {
     text-align: center;
     font-size: 24px;
     line-height: 1.3;
     color: rgb(36, 36, 36);
 }

 .remove_prod_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;
     width: 40px;
     height: 40px;
     background-color: rgb(36, 36, 36);
     border: 1px solid rgb(36, 36, 36);
     cursor: pointer;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .remove_prod_cart img {
     -webkit-filter: invert(0);
     filter: invert(0);
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .remove_prod_cart:hover {
     background: rgb(255, 255, 255);
 }

 .remove_prod_cart:hover img {
     -webkit-filter: invert(0.8);
     filter: invert(0.8);
 }

 .product_page_section {
     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;
     padding-bottom: 60px;
 }

 .left_product_page_image {
     width: 450px;
 }

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

 .right_text_products {
     width: calc(100% - 450px);
     padding-left: 30px;
 }

 .name_product_on_page {
     font-size: 28px;
     line-height: 1.08;
     color: rgb(41, 15, 16);
     margin-bottom: 20px;
 }

 .filter_to_product {
     padding-top: 20px;
 }

 .name_sections_bigline {
     font-size: 22px;
     line-height: 1.44;
     color: rgb(122, 122, 122);
     padding-bottom: 10px;
     border-bottom: 1px solid rgb(196, 196, 196);
 }

 .line_radio.bottom_line_true {
     padding-top: 10px;
     padding-bottom: 10px;
     margin-bottom: 0px;
     border-bottom: 1px solid rgb(196, 196, 196);
     margin-bottom: 10px;
 }

 .one_to_append .to_change_save_block > .line_radio.bottom_line_true:last-child {
     border-bottom: none;
 }

 .line_slider_to_check {
     padding-top: 10px;
     width: calc(100% - 30px);
     padding-bottom: 12px;
     border-bottom: 1px solid rgb(196, 196, 196);
 }

 .line_slider_to_check .owl-stage-outer,
 .wrap_slider_icon .owl-stage-outer {
     overflow: hidden;
 }

 .line_slider_to_check .owl-item,
 .wrap_slider_icon .owl-item {
     display: inline-block;
     vertical-align: top;
     font-size: 0px;
 }

 .line_slider_to_check .owl-nav,
 .wrap_slider_icon .owl-nav {
     position: absolute;
     width: 30px;
     right: -30px;
     top: 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;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     height: 100%;
 }

 .line_slider_to_check .owl-nav .owl-prev,
 .wrap_slider_icon .owl-nav .owl-prev {
     border: none;
     font-size: 0px;
     display: block;
     width: 25px;
     height: 25px;
     background: url(../image/prew.svg) center no-repeat;
     background-size: 100% 100%;
     cursor: pointer;
     margin-bottom: 10px
 }

 .line_slider_to_check .owl-nav .owl-next,
 .wrap_slider_icon .owl-nav .owl-next {
     border: none;
     font-size: 0px;
     display: block;
     width: 25px;
     height: 25px;
     background: url(../image/next.svg) center no-repeat;
     background-size: 100% 100%;
     cursor: pointer;
     margin-top: 10px;
 }

 .wrap_slider_icon .owl-nav {
     position: relative;
     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;
     right: auto;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     flex-direction: row;
 }

 .wrap_slider_icon .owl-nav > * {
     margin-bottom: 0px;
     margin-top: 0px;
 }

 .wrap_slider_icon .owl-nav .owl-next {
     -webkit-box-ordinal-group: 5;
     -ms-flex-order: 4;
     order: 4
 }

 .line_slider_to_check .owl-item img {
     width: 100%;
     border: 1px solid rgb(32, 32, 32);
     height: 170px;
     -o-object-fit: cover;
     object-fit: cover;
 }

 .wrap_to_check_radio {
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     cursor: pointer;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .wrap_to_check_radio.active {
     background: rgba(0, 0, 0, 0);
 }

 .wrap_to_check_radio input {
     position: absolute;
     opacity: 0;
     z-index: -1;
     visibility: hidden;
 }

 .wrap_to_check_radio input + span {
     position: absolute;
     bottom: 5px;
     right: 5px;
     display: block;
     width: 20px;
     height: 20px;
     border-radius: 50%;
     background: rgb(255, 255, 255);
     border: 1px solid rgb(36, 36, 36);
     opacity: 0.5;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .wrap_to_check_radio input:checked + span {
     opacity: 1;
 }

 .wrap_to_check_radio input + span:after {
     width: 14px;
     height: 14px;
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     margin-top: -7px;
     margin-left: -7px;
     background: url(../image/check-mark.svg) center no-repeat;
     opacity: 0;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .wrap_to_check_radio input:checked + span:after {
     opacity: 1;
 }

 .section_add_product {
     padding-top: 20px;
     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;
 }

 .section_add_product.n_last {
     border-bottom: 1px solid rgb(196, 196, 196);
     padding-bottom: 20px;
 }

 .plus_minus_product {
     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: 170px;
 }

 .line_add_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;
 }

 .line_total {
     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: 27px;
     font-size: 22px;
     line-height: 1.44;
     color: rgb(122, 122, 122);
 }

 .line_total .append_new_price {
     color: rgb(36, 36, 36);
     margin-left: 10px;
 }

 .button_add_cart button {
     border: 1px solid rgb(41, 15, 16);
     background: rgb(41, 15, 16);
     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;
     width: 220px;
     height: 40px;
     cursor: pointer;
     -webkit-transition: 300ms;
     transition: 300ms;
     font-size: 18px;
     line-height: 1.86;
     padding: 0px;
 }

 .button_add_cart button img {
     -webkit-filter: invert(0);
     filter: invert(0);
     -webkit-transition: 300ms;
     transition: 300ms;
     margin-right: 10px;
     top: -2px;
 }

 .button_add_cart button:hover {
     color: rgb(41, 15, 16);
     background: transparent;
 }

 .button_add_cart button:hover img {
     -webkit-filter: invert(0.9);
     filter: invert(0.9);
 }

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

 .name_checkbox {
     font-size: 22px;
     line-height: 1.44;
     color: rgb(122, 122, 122);
     margin-bottom: 10px;
 }

 .line_checkboxes {
     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;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }

 .line_checkboxes 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;
     margin-right: 60px;
     cursor: pointer;
     font-size: 18px;
     line-height: 1.86;
     color: rgb(36, 36, 36);
 }

 .line_radio input[type="checkbox"] {
     opacity: 0;
     z-index: -1;
     visibility: hidden;
     position: absolute;
 }

 .line_radio input[type="checkbox"] + span {
     display: block;
     padding-left: 30px;
     line-height: normal;
 }

 .line_radio input[type="checkbox"] + span:after {
     content: "";
     position: absolute;
     width: 20px;
     height: 20px;
     border: solid 1px rgb(36, 36, 36);
     left: 0px;
     top: 0px;
 }

 .line_radio input[type="checkbox"] + span:before {
     width: 14px;
     height: 14px;
     content: "";
     position: absolute;
     top: 4px;
     left: 4px;
     background: url(../image/check-mark.svg) center no-repeat;
     opacity: 0;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .line_radio input[type="checkbox"]:checked + span:before {
     opacity: 1;
 }

 .line_radio input[type="text"] {
     position: relative;
     opacity: 1;
     z-index: 1;
     width: 90px;
     height: 30px;
     border: solid 1px rgb(122, 122, 122);
     text-align: center;
 }

 .two_line_selects {
     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;
     width: 100%;
     padding-top: 20px;
     margin-bottom: 10px
 }

 .one_selects_cakes {
     width: calc(50% - 11px);
 }

 .one_step .name_sections_bigline {
     border: none !important
 }

 .one_step .line_radio {
     border-top: none;
     border-bottom: none;
 }

 .one_line_selects .one_selects_cakes {
     width: 100%;
     border-top: 0px;
     border-bottom: 0px;
 }

 .add_more_button {
     margin-right: 10px;
 }

 .add_more_button button {
     width: 220px;
     height: 40px;
     border: solid 1px rgb(36, 36, 36);
     font-size: 18px;
     font-weight: normal;
     font-stretch: normal;
     font-style: italic;
     line-height: 1.86;
     letter-spacing: normal;
     text-align: left;
     color: rgb(36, 36, 36);
     cursor: pointer;
     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;
     background: rgb(255, 255, 255);
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .add_more_button button:hover {
     color: rgb(255, 255, 255);
     background: rgb(41, 15, 16);
 }

 .add_more_button button img {
     margin-right: 5px;
     -webkit-transition: 300ms;
     transition: 300ms;
     -webkit-filter: invert(0);
     filter: invert(0);
     top: -2px;
 }

 .add_more_button button:hover img {
     -webkit-filter: invert(1);
     filter: invert(1)
 }

 .one_to_append {
     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;
     padding: 10px;
     border: solid 1px rgb(196, 196, 196);
     margin-bottom: 20px;
 }

 .image_to_append {
     width: 100px;
 }

 .image_to_append img {
     width: 100%;
 }

 .text_to_append {
     width: calc(100% - 140px);
     padding: 0px 5px 0px 10px;
     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;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     font-size: 18px;
     line-height: 1.86;
     color: rgb(122, 122, 122);
 }

 .text_to_append p {
     margin-right: 10px;
 }

 .text_to_append p:after {
     content: ';';
     position: relative;
 }

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

 .to_append_checked .all_product_options > div:last-child {
     border-bottom: none;
 }

 .remove_section {
     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: 40px;
     height: 40px;
     cursor: pointer;
     background: rgb(36, 36, 36);
     border: 1px solid rgb(36, 36, 36);
     margin-bottom: 5px;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .remove_section:hover {
     background: rgb(255, 255, 255);
 }

 .remove_section img {
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .remove_section:hover img {
     -webkit-filter: invert(0.9);
     filter: invert(0.9);
 }

 .open_section {
     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: 40px;
     height: 40px;
     cursor: pointer;
     background: rgb(36, 36, 36);
     margin-top: 5px;
 }

 .links_remove_more {
     width: 40px;
 }

 .to_change_save_block {
     width: 100%;
     margin-top: 20px;
     display: none;
 }

 .center_sp_callendar {
     font-size: 18px;
     line-height: 1.86;
     text-align: center;
     color: rgb(41, 15, 16);
     margin-bottom: 20px;
 }

 .mobile_text_product {
     display: none;
 }

 .section_hide {
     display: none;
 }

 .hide_corouselle_sections {
     display: none;
 }

 .line_slider_to_check .owl-nav.disabled {
     display: none;
 }

 .other_text_to_order {
     display: block;
     width: 100%;
     font-size: 16px;
     margin-top: -10px;
     margin-bottom: 20px;
 }

 .other_text_to_order > div {
     display: none;
 }

 .other_text_to_order > div:first-child {
     display: block;
 }

 .count_slides {
     font-size: 18px;
     font-weight: normal;
     font-stretch: normal;
     font-style: italic;
     line-height: 1.86;
     letter-spacing: normal;
     text-align: left;
     color: rgb(36, 36, 36);
 }

 .section_total_price {
     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;
     padding: 20px 0px;
     border-bottom: 1px solid rgb(196, 196, 196);
     font-size: 22px;
     line-height: 1.44;
     color: rgb(122, 122, 122);
     padding-right: 10%;
     width: 100%;
     padding-right: 9%;
 }

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

 .line_radio input[type="text"].error_inp {
     border: 1px solid rgb(255, 50, 40);
     -webkit-box-shadow: 0px 0px 5px rgb(255, 50, 40);
     box-shadow: 0px 0px 5px rgb(255, 50, 40);
 }

 .error_validation {
     color: rgb(200, 40, 40);
     font-size: 14px;
     padding-top: 5px;
 }

 .this_payment_form {
     width: 100%;
     padding-bottom: 40px;
 }

 .this_payment_form form {
     width: 100%;
     max-width: 500px;
     margin: 0 auto;
     padding: 15px;
     background: rgb(220, 220, 220);
     /*    border-radius: 10px;*/
     /*    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);*/
     /*    box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);*/
 }

 .this_payment_form input.form-control {
     display: block;
     width: 100%;
     /*    max-width: 350px;*/
     height: 40px;
     border: 1px solid rgb(41, 15, 16);
     padding: 0px 10px;
     font-size: 16px;
     -webkit-transition: 300ms;
     transition: 300ms;
     margin: 0 auto;
 }

 .this_payment_form label {
     width: 100%;
     text-align: center;
     display: block;
     margin-bottom: 5px;
     font-size: 18px;
     line-height: 1.86;
     color: rgb(122, 122, 122);
 }

 .this_payment_form .form-row.row {
     margin-bottom: 20px;
 }

 .line_row_payment {
     width: 100%;
     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_row_payment > div {
     width: calc(33.3333% - 7px);
 }

 .this_payment_form button[type="submit"] {
     width: 220px;
     height: 40px;
     background-color: rgb(41, 15, 16);
     border: 1px solid rgb(41, 15, 16);
     font-size: 18px;
     line-height: normal;
     color: rgb(255, 255, 255);
     cursor: pointer;
     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-transition: 300ms;
     transition: 300ms;
     margin: 0 auto;
     margin-top: 20px;
     padding: 0px;
 }

 .this_payment_form button[type="submit"] img {
     margin-right: 5px;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .alert-danger.alert {
     width: 100%;
     text-align: center;
     color: rgb(200, 50, 50);
 }

 .this_payment_form button[type="submit"]:hover {
     background: rgb(255, 255, 255);
     color: rgb(41, 15, 16);
 }

 .this_payment_form button[type="submit"]:hover img {
     -webkit-filter: invert(0.9);
     filter: invert(0.9);
 }

 .alert.alert-success.text-center {
     text-align: center;
     width: 100%;
 }

 .name_ss {
     display: block;
     font-size: 18px;
     line-height: 1.86;
     color: rgb(122, 122, 122);
     margin-bottom: 5px;
 }

 .wrap_to_tbls {
     width: 100%;
     max-width: 290px;
     /*    padding-right: 15px;*/
     margin-bottom: 25px;
 }

 .wrap_to_tbls input {
     display: block;
     width: 100%;
     max-width: 290px;
     height: 40px;
     border: 1px solid rgb(41, 15, 16);
     padding: 0px 10px;
     font-size: 14px;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .wrap_to_tbls input:focus {
     -webkit-box-shadow: 0px 0px 8px rgb(41, 15, 16);
     box-shadow: 0px 0px 8px rgb(41, 15, 16);
 }

 .table-condensed {
     font-family: 'Playfair Display';

 }

 .daterangepicker.opensright.show-calendar .calendar-table th,
 .daterangepicker.opensright.show-calendar .calendar-table td {
     font-size: 16px;
 }

 .daterangepicker.opensright.show-calendar .drp-buttons .btn {
     font-size: 16px;
 }

 .add_to_cart_to_link {
     position: fixed;
     bottom: 0px;
     left: 0px;
     width: 100%;
     padding: 20px 15px;
     -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
     box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
     background: rgb(255, 255, 255);
     text-align: center;
     font-size: 22px;
     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;
 }

 .add_to_cart_to_link 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;
     width: 100%;
     height: 35px;
     background-color: rgb(41, 15, 16);
     color: rgb(255, 255, 255);
     font-size: 18px;
     line-height: 1.86;
     -webkit-transition: 300ms;
     transition: 300ms;
     border: 1px solid rgb(41, 15, 16);
     max-width: 185px;
     margin-left: 15px;
 }

 .add_to_cart_to_link a img {
     -webkit-transition: 300ms;
     transition: 300ms;
     margin-right: 5px;
 }

 .add_to_cart_to_link a:hover {
     color: rgb(41, 15, 16);
     background: rgb(255, 255, 255);
 }

 .add_to_cart_to_link a:hover img {
     -webkit-filter: invert(0.95);
     filter: invert(0.95);
 }

 .close_modal_link_carts {
     position: absolute;
     top: 10px;
     right: 15px;
     width: 20px;
     height: 20px;
     -webkit-box-shadow: 0px 0px 10px rgb(0, 0, 0);
     box-shadow: 0px 0px 10px rgb(0, 0, 0);
     cursor: pointer;
     border-radius: 50%;
     background: rgb(41, 15, 16);
     -webkit-transition: 300ms;
     transition: 300ms;
     border: 1px solid rgb(41, 15, 16);
 }

 .close_modal_link_carts:hover {
     background: rgb(255, 255, 255);
 }

 .close_modal_link_carts:before,
 .close_modal_link_carts:after {
     content: "";
     position: absolute;
     top: 50%;
     left: 3px;
     width: calc(100% - 6px);
     height: 2px;
     background: rgb(255, 255, 255);
     margin-top: -1px;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     -webkit-transition: 300ms;
     transition: 300ms;
 }

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

 .close_modal_link_carts:hover:before,
 .close_modal_link_carts:hover:after {
     background: rgb(41, 15, 16);
 }

 .daterangepicker td.active,
 .daterangepicker td.active:hover {
     background-color: #eee !important;
     color: #999 !important;
 }

 .two_input.hideinptss input[name="time"] {
     display: none;
 }

 .two_input.hideinptss:after {
     content: '';
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     z-index: 10;
 }

 .categories_accounts_line {
     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;
 }

 .categories_accounts_line 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;
     font-size: 14px;
     line-height: 19px;
     color: rgb(122, 122, 122);
     font-size: 14px;
     font-style: italic;
 }

 .categories_accounts_line a:not(:last-child) {
     margin-right: 30px;
 }

 .categories_accounts_line a img {
     margin-right: 10px;
     /*    opacity: 0.7;*/
 }

 .categories_accounts_line a.active {
     color: rgb(36, 36, 36);
 }

 .categories_accounts_line a.active img {
     opacity: 1;
 }

 .categories_accounts_line button {
     border: none;
     background: none;
     font-size: 14px;
     line-height: 19px;
     color: rgb(122, 122, 122);
     font-size: 14px;
     font-style: italic;
     padding: 0px;
     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;
 }

 .categories_accounts_line button.active {
     color: rgb(36, 36, 36);
 }

 .categories_accounts_line button img {
     margin-right: 10px;
     /*    opacity: 0.7*/
 }


 .categories_accounts_line button.active img {
     opacity: 1;
 }

 .account_block {
     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: 20px;
     line-height: 1.63;
     color: rgb(36, 36, 36);
 }

 .overlay {
     position: fixed;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     background: rgba(41, 15, 16, 0.8);
     z-index: 10;
     display: none;
 }

 .modal_form {
     position: fixed;
     z-index: 11;
     top: 50%;
     left: 50%;
     padding: 40px 40px 50px 40px;
     background: rgba(255, 255, 255, 1);
     color: rgba(36, 36, 36, 1);
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     width: calc(100% - 30px);
     max-width: 680px;
     display: none;
     max-height: calc(100% - 20px);
     overflow-y: auto;
 }

 .modal_form.modal_login_form,
 .modal_form.modal_register_form,
 .modal_form.modal_recovery_form {
     max-width: 375px;
 }

 .success_texts {
     text-align: center;
 }

 .modal_form form {
     height: calc(100% - 75px);
     overflow: hidden;
     overflow-y: auto;
 }

 .close_button_modal {
     position: absolute;
     top: 20px;
     right: 20px;
     width: 35px;
     height: 35px;
     background: rgba(41, 15, 16, 1);
     cursor: pointer;
     z-index: 1;
 }

 .close_button_modal:before,
 .close_button_modal:after {
     content: "";
     position: absolute;
     top: 50%;
     left: 0px;
     width: 60%;
     left: 20%;
     height: 1px;
     background: rgb(255, 255, 255);
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
 }

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

 .modal_form .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: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     max-width: 100%;
     padding-right: 0px;
 }

 .one_line_input.to_wrap_ln {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }

 .modal_form .line_inputs {
     margin-bottom: 20px;
 }

 .modal_form .one_line_input span {
     font-size: 14px;
 }

 .big_textarea label {
     width: 100%
 }

 .big_textarea label input {
     max-width: 100%;
 }

 .modal_form .line_inputs > .one_line_input:not(.big_textarea) label {
     width: calc(50% - 15px);
 }

 .modal_form .line_inputs > .one_line_input:not(.big_textarea) label.wishes_label {
     width: 100%;
 }

 .one_line_input label.wishes_label input {
     max-width: 100%;
 }

 .modal_form .one_line_input > .one_line_input {
     width: calc(50% - 15px);
 }

 .button_to_modal_forms {
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     padding-bottom: 0px;
     padding-top: 0px;
 }

 .title_modal_form {
     font-size: 18px;
     margin-bottom: 35px;
 }


 .account_index_page_section {
     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;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     min-height: calc(100vh - 391px);
     max-width: 920px;
     margin: 0 auto;
     padding-bottom: 20px;
 }

 .left_image_account {
     width: 220px;
 }

 .left_image_account input {
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     z-index: 1;
     opacity: 0;
     cursor: pointer;
 }

 .left_image_account form {
     font-size: 0px;
     margin-bottom: 10px;
 }

 .left_image_account img {
     width: 100%;
 }

 .icon_edit {
     position: absolute;
     right: 0px;
     bottom: 0px;
     width: 25px;
     height: 25px;
     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;
     background: rgba(41, 15, 16, 1);
 }

 .icon_edit img {
     width: 15px;
     height: 15px;
 }

 .right_info_field_user {
     width: calc(100% - 220px);
     padding-left: 60px;
 }

 .line_to_infos_user {
     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_to_infos_user:not(:last-child) {
     margin-bottom: 20px;
 }

 .name_line_to_infos_user {
     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: 18px;
     margin-left: -10px;
     margin-bottom: 10px;
     width: 100%;
 }

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

 .one_pp_user_input {
     font-size: 14px;
     color: rgba(122, 122, 122, 1);
     font-style: italic;
 }

 .one_pp_user_input:not(:last-child) {
     margin-right: 65px;
 }

 .append_infos {
     color: rgba(36, 36, 36, 1);
     font-size: 18px;
     font-style: 400;
 }

 .link_edit_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;
     width: 100%;
     height: 40px;
     background: rgba(41, 15, 16, 1);
     color: rgb(255, 255, 255);
     font-size: 14px;
     cursor: pointer;
     font-style: italic;
 }

 .link_edit_info img {
     width: 15px;
     margin-right: 10px;
 }

 .favorites_index_page_section {
     max-width: 920px;
     margin: 0 auto;
     min-height: calc(100vh - 391px);
     padding-bottom: 20px;
 }

 .top_open_name_favorites {
     margin-bottom: 20px;
     font-style: normal;
     font-weight: normal;
     font-size: 18px;
     line-height: 24px;
     color: #242424;
     padding-right: 15px;
     cursor: pointer;
 }

 .top_open_name_favorites:after {
     content: "";
     position: absolute;
     right: 0px;
     top: 50%;
     margin-top: -6px;
     width: 12px;
     height: 12px;
     background: url(../image/polygon_icon.svg) center no-repeat;
     background-size: 100% 100%;
     -webkit-transition: 100ms;
     transition: 100ms;
 }

 .top_open_name_favorites.open:after {
     -webkit-transform: rotate(180deg);
     transform: rotate(180deg);
 }

 .open_close_section_favorites {
     width: 100%;
     font-size: 14px;
     color: #7A7A7A;
 }

 .not_favorite {
     font-style: italic;
 }

 .one_favorites_block_cats {
     margin-bottom: 40px;
 }

 .one_favorites_block {
     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%;
 }

 .one_favorites_block:not(:last-child) {
     padding-bottom: 20px;
     margin-bottom: 20px;
     border-bottom: 1px solid rgb(196, 196, 196);
 }

 .open_close_section_favorites {
     display: none;
 }

 .image_favorites {
     width: 150px;
 }

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

 .text_favorites {
     padding-left: 20px;
     width: calc(100% - 370px);
     padding-right: 20px;
 }

 .name_favorites {
     font-style: italic;
     font-size: 18px;
     color: #242424;
     margin-bottom: 10px;
 }

 .op_favorites {
     font-style: italic;
     font-size: 14px;
     color: #242424;
     margin-bottom: 10px;
 }

 .price_favorites {
     font-style: italic;
     font-size: 18px;
     line-height: 24px;
     color: #7A7A7A;
 }

 .price_favorites span {
     font-style: italic;
     font-size: 18px;
     line-height: 24px;
     color: #242424;
 }

 .buttons_favorites {
     width: 220px;
 }

 .remove_favorites {
     border: 1px solid #242424;
     width: 100%;
     height: 40px;
     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-style: italic;
     font-size: 14px;
     margin-bottom: 10px;
     color: #242424
 }

 .remove_favorites img {
     margin-right: 5px;
 }

 .add_to_cart_favorites {
     background: #290F10;
     border: 1px solid rgb(41, 15, 16);
     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: 19px;
     color: #FFFFFF;
     height: 40px;
     font-style: italic;
 }

 .add_to_cart_favorites img {
     margin-right: 5px;
 }

 .line_about_modifications {
     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_details_orders {
     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;
 }

 .det_num {
     margin-right: 30px;
     font-style: italic;
     font-weight: normal;
     font-size: 14px;
     line-height: 19px;
     color: #7A7A7A;
 }

 .det_num span {
     padding-left: 10px;
     font-size: 14px;
     line-height: 19px;
     color: #242424;
 }

 .line_about_modifications .det_num {
     margin-bottom: 10px;
 }

 .big_title_account {
     font-style: normal;
     font-weight: normal;
     font-size: 18px;
     line-height: 24px;
     color: #242424;
     margin-bottom: 20px;
 }

 .line_button_events {
     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: 40px;
 }

 .line_button_events .big_title_account {
     margin-bottom: 0px;
 }

 .button_add_modal_event {
     width: 220px;
     height: 40px;
     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;
     background: rgba(41, 15, 16, 1);
     color: rgb(255, 255, 255);
     font-style: italic;
     font-weight: normal;
     font-size: 14px;
     cursor: pointer;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .button_add_modal_event img {
     margin-right: 5px;
 }

 .top_evt_list {
     font-style: italic;
     font-weight: normal;
     font-size: 14px;
     line-height: 19px;
     color: #7A7A7A;
     margin-bottom: 20px;
 }

 .line_block_evt {
     width: 100%;
     text-align: center;
 }

 .one_info_evt:not(:last-child) {
     padding-bottom: 20px;
     margin-bottom: 20px;
     border-bottom: 1px solid rgb(196, 196, 196);
 }

 .one_info_evt .name_line_to_infos_user {
     margin-left: 0px;
 }

 .arrow_evt img {
     -webkit-transform: rotate(-90deg);
     transform: rotate(-90deg);
     -webkit-transition: 100ms;
     transition: 100ms;
     cursor: pointer;
 }

 .arrow_evt.open img {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
 }

 .edit_trash_button_evt {
     width: 35px;
     height: 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;
     background: rgba(41, 15, 16, 1);
     cursor: pointer;
 }

 .edit_trash_button_evt:first-child {
     margin-right: 10px;
 }

 .buttons_evt {
     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;

 }

 .one_info_evt .line_details_orders {
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
 }

 .open_close_section_favorites {
     padding-top: 30px;
 }

 .line_block_evt:first-child {
     width: 500px;
 }

 .modal_form .one_line_input select {
     display: block;
     width: 100%;
     max-width: 290px;
     height: 40px;
     border: 1px solid rgb(41, 15, 16);
     padding: 0px 10px;
     font-size: 16px;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .mobile_footer_menu {
     position: fixed;
     z-index: 9;
     width: 100%;
     left: 0px;
     bottom: 0px;
     background: rgb(255, 255, 255);
     border-top: 1px solid rgba(41, 15, 16, 1);
     padding: 10px 15px 15px;
     display: none;
 }

 .line_links_mob_footer {
     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;
 }

 .line_links_mob_footer img {
     max-width: 30px;
 }

 .show_mob_evt {
     display: none;
 }

 .one_type_order:not(:last-child) {
     padding-bottom: 20px;
     margin-bottom: 20px;
     border-bottom: 1px solid rgb(193, 193, 193);
 }

 .line_inputs_all {
     width: 100%
 }

 .line_inputs_all label {
     display: block;
     width: 100%;
 }

 .line_inputs_all label span {
     display: block;
     font-size: 14px;
     line-height: 1.86;
     color: rgb(122, 122, 122);
     margin-bottom: 5px;
     font-style: italic;
 }

 .line_inputs_all label input {
     display: block;
     width: 100%;
     max-width: 100%;
     height: 40px;
     border: 1px solid rgb(41, 15, 16);
     padding: 0px 10px;
     font-size: 16px;
     -webkit-transition: 300ms;
     transition: 300ms;
 }

 .button_forgot_password {
     font-style: italic;
     font-weight: normal;
     font-size: 14px;
     line-height: 19px;
     -webkit-text-decoration-line: underline;
     text-decoration-line: underline;
     color: #290F10;
     text-align: center;
     margin-top: 20px;
     margin-bottom: 20px;
     cursor: pointer;
 }

 .modal_button_not_register {
     font-style: italic;
     font-weight: normal;
     font-size: 14px;
     line-height: 19px;
     color: #7A7A7A;
     text-align: center;
     padding-top: 40px;
 }

 .modal_button_not_register span {
     text-decoration: underline;
     color: rgb(32, 32, 32);
     cursor: pointer;
 }

 .padd_mod {
     padding-top: 40px;
 }

 .register_enter_link {
     width: 30px;
     height: 30px;
 }

 .register_enter_link:not(.enter_link_click) img {
     -o-object-fit: cover;
     object-fit: cover;
     width: 100%;
     height: 100%;
     border-radius: 50%;
 }

 .register_enter_link.enter_link_click {
     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;
 }

 .register_enter_link.enter_link_click img {
     width: 90%;
     height: 90%;
     max-width: inherit;

 }

 .success_texts {
     padding-top: 40px;
     text-align: center;
     font-style: italic;
     font-size: 25px;
 }

 .select_arrow:after {
     content: "";
     position: absolute;
     right: 10px;
     top: 50%;
     margin-top: -6px;
     width: 12px;
     height: 12px;
     background: url(../image/polygon_icon.svg) center no-repeat;
     background-size: 100% 100%;
 }

 .favorite_image {
     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: 30px;
     height: 30px;
     border: solid 1px rgb(122, 122, 122);
     cursor: pointer;
     -webkit-transition: 300ms;
     transition: 300ms;
     -webkit-filter: grayscale(1);
     filter: grayscale(1);
 }

 .favorite_image.is_favorite {
     -webkit-filter: grayscale(0);
     filter: grayscale(0)
 }

 .wishlist_name_click {
     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;
 }

 .error_validate_class {
     font-size: 12px;
     color: rgb(200, 50, 50);
 }

 .form_configuration_modal {
     border-radius: 4px;
     overflow-y: auto;
     max-height: calc(100% - 30px);
     padding-left: 0px;
     padding-right: 0px;
     padding-top: 0px;
     padding-bottom: 24px;
 }

 .brown_titles {
     background: #290F10;
     border-radius: 4px 4px 0px 0px;
     padding: 16px 12px;
     font-weight: 400;
     font-size: 17px;
     line-height: 23px;
     color: #FFFFFF;
     margin-bottom: 16px;
     margin-top: -1px;
 }

 .title_step {
     font-weight: 500;
     font-size: 14px;
     line-height: 19px;
     color: #7A7A7A;
     margin-bottom: 8px;
 }

 .name_step {
     font-weight: 600;
     font-size: 20px;
     line-height: 27px;
     letter-spacing: 0.01em;
     color: #000000;
     margin-bottom: 8px;
 }

 .text_step {
     font-weight: 400;
     font-size: 17px;
     line-height: 23px;
     letter-spacing: 0.01em;
     color: #000000;
 }

 .step_plus_minus_modal {
     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: 120px;
     margin: 0 auto;
     margin-top: 40px;
     margin-bottom: 16px;
 }

 .minus_modal,
 .plus_modal {
     width: 40px;
     height: 40px;
     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;
     background: #FFFFFF;
     border: 1px solid #290F10;
     border-radius: 4px;
     font-weight: 500;
     font-size: 20px;
     line-height: 27px;
     letter-spacing: 0.01em;
     color: #000000;
     cursor: pointer;
 }

 .append_pcss {
     width: 40px;
     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-weight: 500;
     font-size: 20px;
     line-height: 27px;
     letter-spacing: 0.01em;
     color: #000000;
 }

 .wrap_appd_form_step {
     padding: 0px 12px;
 }

 .uppd_text_step {
     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-weight: 500;
     font-size: 17px;
     line-height: 23px;
     letter-spacing: 0.01em;
     color: #7A7A7A;
 }

 .uppd_text_step p > span:not([class]) {
     font-weight: 500;
     font-size: 17px;
     line-height: 23px;
     letter-spacing: 0.01em;
     color: #290F10;
 }

 .next_step_button {
     margin-top: 16px;
     padding-top: 8px;
     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;
     border-top: 1px solid #C4C4C4;
 }

 .button_next_step_click,
 .success_constructor_step {
     background: #290F10;
     border-radius: 4px;
     width: calc(50% - 4px);
     max-width: 228px;
     height: 40px;
     font-weight: 400;
     font-size: 14px;
     line-height: 19px;
     text-align: center;
     color: #FFFFFF;
     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;
     border: none;
 }

 .form_configuration_modal .close_button_modal {
     top: 9px;
 }

 .one_step {
     display: none;
 }

 .one_step.show {
     display: block;
 }

 .line_checkbox {
     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: 24px;
     margin-bottom: 24px;
 }

 .line_checkbox 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;
     width: calc(33.333% - 5px);
     margin-right: 5px;
     cursor: pointer;
 }

 .line_checkbox label input {
     display: none;
 }

 .line_checkbox label span {
     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;
     background: #FFFFFF;
     border: 1px solid #290F10;
     border-radius: 4px;
     width: 24px;
     height: 24px;
     margin-right: 8px;
 }

 .line_checkbox label p {
     font-weight: 400;
     font-size: 17px;
     line-height: 23px;
     letter-spacing: 0.01em;
     color: #000000;
 }

 .line_checkbox label input:checked + span:after {
     content: "";
     position: relative;
     width: 12px;
     height: 10px;
     background: url(../image/green_checkbox.svg) center no-repeat;
     background-size: 100% 100%;
 }

 .button_prev_step_click {
     background: #FFFFFF;
     border: 1px solid #290F10;
     border-radius: 4px;
     border-radius: 4px;
     width: calc(50% - 4px);
     max-width: 228px;
     height: 40px;
     font-weight: 400;
     font-size: 14px;
     line-height: 19px;
     text-align: center;
     color: #290F10;
     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;
     margin-right: 8px;
 }

 .one_slide_constructor label {
     display: block;
 }

 .one_slide_constructor img {
     max-width: 100%;
     border-radius: 4px;
 }

 .one_slide_constructor input {
     display: none;
 }

 .one_slide_constructor input + span.check_radio {
     position: absolute;
     bottom: 4px;
     right: 4px;
     width: 12px;
     height: 12px;
     border-radius: 50%;
     background: #FFFFFF;
     border: 1px solid #290F10;
     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;
 }

 .one_slide_constructor input:checked + span.check_radio:after {
     content: "";
     position: relative;
     width: 5px;
     height: 4px;
     background: url(../image/green_checkbox.svg) center no-repeat;
     background-size: 100% 100%;
 }

 .overlay_check {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     border-radius: 4px;
     background: rgba(41, 15, 16, 0.5);
     z-index: 1;
     -webkit-transition: 100ms;
     transition: 100ms;
     opacity: 1;
 }

 input:checked ~ .overlay_check {
     opacity: 0;
 }

 .show_ch_image {
     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-bottom: 8px;
 }

 .show_ch_image img {
     border-radius: 4px;
     width: 100%;
     max-width: 310px;
 }

 .wrap_slider_icon {
     max-width: 310px;
     margin: 0 auto;
 }

 .wrap_image_check {
     margin-top: 24px;
     margin-bottom: 24px;
 }

 .left_product_page_image.ft_image_in_one {
     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_product_page_image.ft_image_in_one a {
     width: calc(50% - 4px);
     margin-right: 8px;
     display: block;
     margin-bottom: 8px;
 }

 .left_product_page_image.ft_image_in_one a:nth-child(2n) {
     margin-right: 0px;
 }

 .to_order_text {
     padding: 24px;
     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;
     background: rgba(0, 0, 0, 0.03);
     font-weight: 500;
     font-size: 17px;
     line-height: 23px;
     color: #290F10;
     margin-top: 24px;
 }

 .append_elected_product {
     margin-top: 24px;
 }

 .click_open_modal_configure, .adds_to_cart_button {
     margin-left: 17px;
     background: #290F10;
     border-radius: 4px;
     width: 220px;
     height: 40px;
     cursor: pointer;
     font-style: italic;
     font-weight: 400;
     font-size: 14px;
     line-height: 19px;
     text-align: center;
     color: #FFFFFF;
     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;
 }

 .first_to_order,
 .second_to_order {
     display: none;
 }

 .first_to_order.show_order,
 .second_to_order.show_order {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
 }

 .click_open_modal_configure.new_modal_open {
     font-weight: 400;
     font-size: 14px;
     line-height: 19px;
     text-align: center;
     color: #290F10;
     background: #FFFFFF;
     border: 1px solid #290F10;
     border-radius: 4px;
     margin-right: 8px;
 }

.uppds_const_sub{
    width: 100%;
}
.image_pr_cake{
    display: block;
    margin: 0 auto;
    max-width: 250px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.text_pr_cake{
    text-align: center;
    font-size: 14px;
}

 @media screen and (max-width:1300px) {
     .container {
         padding: 0px 15px;
     }

     .link_line_footer a {
         margin: 0px 15px 0px 0px;
     }
 }

 @media screen and (max-width:1080px) {
     .line_inputs:nth-child(4) {
         -ms-flex-flow: wrap;
         flex-flow: wrap;
     }

     .line_inputs:nth-child(4) .one_line_input {
         max-width: inherit;
         padding-right: 0px;
         width: 50%;
     }

     .line_inputs:nth-child(4) .one_line_input:nth-child(2n) {
         -webkit-box-ordinal-group: 3;
         -ms-flex-order: 2;
         order: 2;
         width: 100%;
         max-width: 100%;
         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: justify;
         -ms-flex-pack: justify;
         justify-content: space-between
     }

     .line_inputs:nth-child(4) .one_line_input:nth-child(2n) > label {
         width: 50%;
     }

     .line_inputs:nth-child(4) .one_line_input:nth-child(3n) {
         -webkit-box-ordinal-group: 2;
         -ms-flex-order: 1;
         order: 1;
     }

     .left_product_page_image {
         width: 300px;
     }

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

     .desctop_text_product {
         display: none;
     }

     .mobile_text_product {
         display: block;
         width: calc(100% - 300px);
         padding-left: 30px;
         -ms-flex-item-align: center;
         align-self: center;
     }

     .mobile_text_product > a {
         margin-bottom: 10px;
     }

     .one_pp_user_input {
         margin-bottom: 15px;
     }
 }

 @media screen and (max-width:900px) {
     .name_cats {
         font-size: 27px;
     }

     .link_calendar {
         margin-top: 10px;
     }

     .link_line_footer {
         -webkit-box-pack: start;
         -ms-flex-pack: start;
         justify-content: flex-start;
         padding-right: 15px;
     }

     .header_cart {
         display: none;
     }

     .product_cart > div:nth-child(1) {
         position: absolute;
         top: 10px;
         left: 10px;
     }

     .product_cart > div:nth-child(2),
     .product_cart > div:nth-child(3) {
         width: 100%;
         padding-left: 120px;
         text-align: left;
         padding-right: 0px;
     }

     .product_cart > div:nth-child(3) p {
         padding: 0px;
     }

     .product_cart > div:nth-child(4) {
         width: auto;
         padding-left: 120px;
         min-width: 290px;
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between
     }

     .wrap_breadcrumbs_categories.account_breadcrumbs .breadcrumbs {
         width: 100%;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         margin-bottom: 20px;
     }

     .categories_accounts_line {
         width: 100%;
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between;
     }
     .to_order_text.second_to_order {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
     }
     .to_order_text.second_to_order > *{
         margin-right: 0px;
         margin-left: 0px;
         margin-bottom: 8px;
     }
     .to_order_text.second_to_order > *:last-child{
         margin-bottom: 0px;
     }
 }

 @media screen and (max-width:768px) {
     .append_calendars {
         width: 100%;
         max-width: 550px;
         border-right: 1px solid rgb(196, 196, 196);
         border-bottom: 0px;
         margin: 0 auto;
         padding: 0px 0px 10px;
     }

     .date_month_inp {
         max-width: 90%;
         padding-bottom: 5px;
         margin-bottom: 5px;
     }

     .big_app {
         font-size: 28px;
     }

     .in_calendar .daterangepicker .calendar-table th,
     .in_calendar .daterangepicker .calendar-table td {
         font-size: 14px;
     }

     .name_month {
         font-size: 26px;
     }

     .in_calendar {
         width: 100%;
         max-width: 550px;
         margin: 0 auto;
     }

     .in_calendar .daterangepicker .drp-calendar.left .calendar-table {
         padding-right: 0px
     }

     .left_image_delivery {
         width: 100%;
         max-width: 300px;
         margin: 0 auto;
     }

     .right_text_delivery {
         width: 100%;
         padding-left: 0px;
         padding-top: 20px
     }

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

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

     .buttons_favorites {
         width: 100%;
         padding-left: 170px;
         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;
     }

     .remove_favorites {
         width: calc(50% - 5px);
         max-width: 220px;
         margin-bottom: 0px;
         margin-right: 10px;
     }

     .text_favorites {
         width: calc(100% - 150px);
     }

     .add_to_cart_favorites {
         width: calc(50% - 5px);
         max-width: 220px;
         margin-bottom: 0px;
     }

     .top_evt {
         font-size: 14px;
     }

     .arrow_evt {
         width: 12px;
     }

     .mobile_footer_menu {
         display: block;
     }
 }

 @media screen and (max-width:680px) {
     .section_add_product {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
     }

     .line_add_cart {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
     }

     .section_add_product.n_last .plus_minus_product {
         margin-bottom: 15px;
     }

     .section_add_product .line_total {
         margin-right: 0px;
         padding: 15px 0px
     }

     .add_more_button {
         margin-right: 0px;
         margin-bottom: 15px;
     }

     .product_page_section {
         padding-bottom: 25px;
     }

     .link_start {
         padding: 20px 0px
     }

     .wrap_breadcrumbs_categories {
         padding-top: 10px;
     }

     .breadcrumbs {
         border-bottom: 1px solid rgb(196, 196, 196);
         width: 100%;
         padding-bottom: 10px;
         margin-bottom: 10px;
     }

     /*
    .categories_line{
        margin-bottom: -10px;
    }
*/
     .title_block {
         padding-top: 0px;
         margin-bottom: 10px;
         line-height: 1;
     }

     .line_radio.bottom_line_true {
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -ms-flex-direction: row;
         flex-direction: row;
     }

     .line_radio.bottom_line_true > label {
         width: 50%;
     }

     .categories_accounts_line a {
         font-size: 0px;
         margin-right: 0px;
     }

     .categories_accounts_line a img,
     .categories_accounts_line button img {
         margin-right: 0px;
     }
 }

 @media screen and (max-width:630px) {
     .line_inputs:nth-child(4) .one_line_input {
         width: 100%;
     }

     .one_line_input input {
         width: 100%;
         max-width: 100%
     }

     .line_inputs:nth-child(4) .one_line_input:nth-child(2n) > label {
         width: calc(50% - 5px);
     }

     .line_inputs:nth-child(4) .one_line_input:nth-child(2n) > label:last-child {
         width: 100%;
     }

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

     .line_link_contacts {
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         -ms-flex-pack: distribute;
         justify-content: space-around
     }

     .one_jn_line:first-child {
         width: 100%;
         margin-bottom: 5px;
     }

     .one_cats_line,
     .one_cats_line:last-child {
         width: 100%;
         margin-right: 0px;
         max-width: 350px;
         margin: 0 auto 10px;
     }

     .one_cats_line:nth-child(3n) {
         margin-right: auto;
     }

     .line_links {
         text-align: center;
     }

     .image_author {
         width: 100%;
         max-width: 350px;
         margin: 0 auto;
     }

     .text_author {
         width: 100%;
         padding-left: 0px;
         padding-top: 20px;
     }

     .center_front > img {
         width: 210px;
     }

     .center_front {
         font-size: 20px;
     }

     .line_link_contacts {
         font-size: 16px;
     }

     .after_line_name {
         border-top: 1px solid rgb(196, 196, 196);
         border-bottom: 1px solid rgb(196, 196, 196);
         padding: 10px 0px;
         font-size: 20px;
         line-height: normal;
     }

     .after_line_name:before {
         content: none;
     }

     .line_category {
         padding-top: 30px;
     }

     .line_links p {
         font-size: 22px;
     }

     .link_line_footer {
         width: 100%;
         -ms-flex-pack: distribute;
         justify-content: space-around;
         padding-right: 0px;
     }

     .recipies_link {
         padding-top: 10px;
     }

     .link_line_footer a {
         margin: 0px 5px;
     }

     .product_page_section {
         -ms-flex-flow: wrap;
         flex-flow: wrap;
     }

     .mobile_text_product {
         -webkit-box-ordinal-group: 0;
         -ms-flex-order: -1;
         order: -1;
         width: 100%;
         padding-left: 0px;
         text-align: center;
     }

     .left_product_page_image {
         padding: 10px 0px 0px;
         margin: 0 auto;
         text-align: center;
         font-size: 0px;
     }

     .line_slider_to_check {
         width: 100%;
     }

     .line_slider_to_check .owl-nav {
         display: none;
     }

     .one_selects_cakes {
         width: 100%
     }

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

     .right_text_delivery {
         text-align: center
     }

     .name_sections_bigline {
         text-align: center;
         border-bottom: none;
         padding-bottom: 0px;
     }

     .line_radio {
         -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;
     }

     .line_radio label:not(:last-child) {
         margin-right: 0px;
         text-align: center;
         margin-bottom: 10px;
     }

     .line_radio.bottom_line_true > label:not(:last-child) {
         text-align: left;
     }

     .order_info .line_radio {
         -webkit-box-align: start;
         -ms-flex-align: start;
         align-items: flex-start;
     }

     .wrap_to_tbls {
         width: 100%;
         max-width: 100%;
     }

     .text_to_append {
         width: calc(100% - 40px);
     }

     .section_add_product {
         padding-top: 0px !important;
         padding-bottom: 0px !important;
     }

     .line_footer_flex {
         display: none;
     }

     header .basket_block {
         display: none;
     }

     header .account_block {
         display: none;
     }

     .toggle_lang_text > p {
         display: none;
     }

     .top_evt {
         font-size: 13px;
     }

     .toggle_lang_text {
         margin-right: 0px;
     }

     .right_lang_basket {
         width: 56px;
     }

     .left_burger_logo {
         width: calc(50% + 45px);
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between;
     }

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

     .content {
         padding-bottom: 61px;
     }

     .modal_form {
         padding: 0px 15px 15px;
     }

     .brown_titles {
         left: -16px;
         width: calc(100% + 32px);
     }

     .title_modal_form {
         padding: 10px;
         margin-left: -15px;
         color: rgb(255, 255, 255);
         background: rgba(41, 15, 16, 1);
         width: calc(100% + 30px);
     }

     .close_button_modal {
         top: 4px;
     }

     .modal_form .line_inputs > .one_line_input:not(.big_textarea) {
         display: block;
     }

     .modal_form .line_inputs > .one_line_input:not(.big_textarea) label {
         width: 100%;
     }

     .modal_form .line_inputs > .one_line_input.to_wrap_ln:not(.big_textarea) {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
     }

     .one_line_input.to_wrap_ln > label:nth-child(1) {
         -webkit-box-ordinal-group: 1;
         -ms-flex-order: 0;
         order: 0;
     }

     .one_line_input.to_wrap_ln > label:nth-child(2) {

         -webkit-box-ordinal-group: 6;

         -ms-flex-order: 5;

         order: 5;
     }

     .one_line_input.to_wrap_ln > label:nth-child(3) {
         -webkit-box-ordinal-group: 2;
         -ms-flex-order: 1;
         order: 1
     }

     .one_line_input.to_wrap_ln > label:nth-child(4) {
         -webkit-box-ordinal-group: 7;
         -ms-flex-order: 6;
         order: 6
     }

     .one_line_input.to_wrap_ln > label:nth-child(5) {
         -webkit-box-ordinal-group: 3;
         -ms-flex-order: 2;
         order: 2
     }

     .one_line_input.to_wrap_ln > label:nth-child(6) {
         -webkit-box-ordinal-group: 8;
         -ms-flex-order: 7;
         order: 7
     }

     .one_line_input.to_wrap_ln > label:nth-child(7) {
         -webkit-box-ordinal-group: 4;
         -ms-flex-order: 3;
         order: 3
     }

     .one_line_input.to_wrap_ln > label:nth-child(8) {
         -webkit-box-ordinal-group: 9;
         -ms-flex-order: 8;
         order: 8
     }

     .one_line_input.to_wrap_ln .one_line_input.insert_ln {
         -webkit-box-ordinal-group: 9;
         -ms-flex-order: 8;
         order: 8
     }

     .one_line_input.to_wrap_ln > label:nth-child(9) {
         -webkit-box-ordinal-group: 5;
         -ms-flex-order: 4;
         order: 4
     }

     .one_line_input.to_wrap_ln > label:nth-child(10) {
         -webkit-box-ordinal-group: 10;
         -ms-flex-order: 9;
         order: 9
     }

     .one_line_input.to_wrap_ln > label.wishes_label:nth-child(9) {
         -webkit-box-ordinal-group: 10;
         -ms-flex-order: 9;
         order: 9
     }

     .modal_form .one_line_input select {
         max-width: 100%;
     }

     .modal_form.add_edit_evt_form {
         height: calc(100% - 20px);
     }

     .modal_form .one_line_input > .one_line_input {
         width: 100%
     }

     .mobile_text_product > a {
         margin: 0 auto 10px;
     }
 }

 @media screen and (max-width:590px) {
     .product_cart > div:nth-child(1) {
         position: relative;
         left: 0px;
         top: 0px;
     }

     .product_cart > div:nth-child(2) {
         position: absolute;
         top: 15px;
         left: 10px;
         width: calc(100% - 20px);
     }

     .product_cart > div:nth-child(3) {
         padding-left: 0px;
         margin-top: 10px;
         border-top: 1px solid rgb(190, 190, 190);
         border-bottom: 1px solid rgb(190, 190, 190);
         margin-bottom: 10px;
     }

     .product_cart > div:nth-child(4) {
         padding-left: 0px;
         min-width: 160px;
     }

     .product_cart > div:nth-child(5),
     .header_cart > div:nth-child(5) {
         width: auto;
     }

     .toggle_lang_text {
         margin-right: 20px;
     }

     .toggle_lang_text > p {
         display: none;
     }

     .basket_block > p {
         display: none;
     }

     .to_burger > p {
         display: none;
     }

     .center_confirm {
         font-size: 20px;
         padding-top: 0px
     }

     .order_number {
         margin-bottom: 20px;
     }

     .button_back {
         margin: 0px 0px;
         padding: 20px 0px;
     }

     .question {
         font-size: 20px;
         margin-bottom: 10px;
     }

     .question_answer_block {
         margin-bottom: 20px;
         font-size: 17px;
     }

     .list_fixed_link {
         padding: 0px 15px;
     }

     .list_fixed_link a {
         font-size: 24px;
         margin-bottom: 20px;
     }

     .text_to_append {
         width: 100%;
         padding: 0px;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
     }

     .name_prod_cart {
         line-height: 1;
     }

     .product_cart > div:nth-child(2) {
         line-height: 1.1;
     }

     .product_cart {
         padding: 10px;
     }

     .add_to_cart_to_link {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
     }

     .add_to_cart_to_link a {
         margin-top: 5px;
     }

     .left_burger_logo {
         width: calc(50% + 15px);
     }

     .to_burger span {
         margin-right: 0px;
     }

     .wrap_breadcrumbs_categories.account_breadcrumbs .breadcrumbs {
         border-bottom: none;
         font-size: 12px;
         margin-bottom: 20px;
         padding-bottom: 0px;
     }

     .categories_accounts_line {
         margin-bottom: 20px;
         -ms-flex-pack: distribute;
         justify-content: space-around;
     }

     .top_evt_list {
         display: none;
     }

     .line_details_orders {
         display: block;
     }

     .line_block_evt {
         text-align: left;
     }

     .line_button_events {
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
     }

     .big_title_account {
         margin-bottom: 0px;
     }

     .button_add_modal_event {
         font-size: 0px;
         width: 35px;
         height: 35px;
     }

     .button_add_modal_event img {
         margin-right: 0px;
     }

     .line_block_evt.arrow_evt {
         position: absolute;
         right: 0px;
         top: calc(50% - 35px);
         margin-top: -6px;
     }

     .buttons_evt {
         -webkit-box-pack: start;
         -ms-flex-pack: start;
         justify-content: flex-start
     }

     .show_mob_evt {
         display: inline-block;
         color: rgba(122, 122, 122, 1);
         font-style: italic;
     }

     .top_evt {
         font-size: 14px;
         margin-bottom: 10px;
     }

     .line_details_orders {
         padding-right: 20px;
     }

     .account_index_page_section {
         display: block;
     }

     .left_image_account {
         margin: 0 auto 20px;
     }

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

     .one_favorites_block {
         display: block;
     }

     .top_open_name_favorites {
         margin-bottom: 0px;
     }

     .image_favorites {
         margin: 0 auto 10px;
     }

     .text_favorites {
         width: 100%;
         padding: 0px;
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between
     }

     .buttons_favorites {
         padding-left: 0px;
         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;
     }

     .name_favorites {
         width: 100%;
         text-align: center;
     }

     .price_favorites {
         text-align: center;
     }

     .remove_favorites img,
     .add_to_cart_favorites img {
         display: none;
     }

     .buttons_favorites {
         padding-top: 20px;
     }

     .categories_accounts_line a:not(:last-child) {
         margin-right: 0px;
     }

     .categories_accounts_line button {
         font-size: 0px;
     }

     .breadcrumbs {
         font-size: 12px;
     }
 }


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

     .line_inputs:nth-child(4) .one_line_input:nth-child(3n),
     .line_inputs:nth-child(4) .one_line_input:nth-child(2n) {
         -webkit-box-ordinal-group: 1;
         -ms-flex-order: 0;
         order: 0;
     }

     .line_inputs:nth-child(4) .one_line_input:nth-child(2n) > label {
         width: 100%;
     }

     .right_button_pay_return {
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         padding-bottom: 30px;
     }

     .right_button_pay_return a {
         margin: 0px 5px 20px;
     }

     .right_button_pay_return a:last-child {
         margin: 0 auto;
     }

     .link_line_footer {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column
     }

     .link_line_footer a {
         margin: 5px 0px;
         line-height: normal;
     }

     .copyright_text {
         padding-top: 10px;
     }

     .one_presents,
     .one_presents:nth-child(3n),
     .one_presents:nth-child(2n) {
         width: 100%;
         margin-right: 0px;
         max-width: 350px;
         margin: 0 auto 20px;
     }

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

     .name_cake {
         font-size: 22px;
     }

     .prices {
         font-size: 18px;
     }

     .line_footer_flex {
         padding: 20px 0px;
     }

     .link_start {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
     }

     .link_start a:first-child {
         margin-bottom: 15px;
     }

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

     .this_payment_form .form-row.row {
         margin-bottom: 10px;
     }

     .line_row_payment > div {
         width: 100%;
         margin-bottom: 10px;
     }

     .line_row_payment > div:last-child {
         margin-bottom: 0px;
     }

     .this_payment_form form {
         padding: 10px;
     }

     .this_payment_form {
         padding-bottom: 15px;
     }

     .breadcrumbs {
         line-height: normal;
     }

     .modal_button_not_register {
         padding-top: 0px;
     }

     .name_line_to_infos_user {
         margin-left: 0px;
     }
 }


 @media screen and (max-width:430px) {
     .line_radio.bottom_line_true > label {
         width: 100%;
     }
 }
