.block_text *    {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}
.block_text .text    {
    width:100%;
    display:block;
    overflow:hidden;
    padding-bottom:30px;
}

.block_text .text .image    {
    width: 200px;
    float: left;
    padding: 5px 15px 5px 5px;
}

.block_text .attention-box    {
    font-weight:500;
}

.block_design    {
    padding: 0 15px;
    background: #f4f4f4;
    margin-top: -35px;
    margin-bottom:30px;
}
.block_vigoda .vigoda-item .txt    {
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}

.block_container    {
    padding:15px;
}

.infographic-block    {
    display:block;
    overflow:hidden;
}

.block_services    {
    padding-top:30px;
}

.block_services .item .name    {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    color: #4c545b;
    font-size: 16px;
}

@media (min-width: 768px) {
    .block_services .item .name    {
        min-height: 80px;
    }
}

@media (max-width: 768px) {
    .block_services .item .name    {
        padding-bottom:15px;
    }
}

.block_services .item .img    {
    height: 200px;
    display: flex;
    justify-content: center;
}

.block_services .item .img a    {
    width:100%;
    display: flex;
    justify-content: center;
}

.block_services .item .img img    {
    height:100%;
    object-fit:cover;
}

.block_services .item .price    {
    font-weight: bold;
    color: #4c545b;
    font-size: 18px;
    padding-top:15px;
}

.block_plaintext    {
    padding-top:30px;
}


.new_menu    {
    height:65px;
    display:flex;
    background:#fbf6f4;
}
.new_menu .part    {
    display:flex;
    height:100%;
    width:50%;
    justify-content:space-around;
}

.new_menu .dynamic    {
    width:83%;    
}

.new_menu .static    {
    width:17%;    
}

/*
.new_menu .dynamic    {
    background:#eee url('/img/bg2.jpg?v=3') no-repeat right;
}
*/

.new_menu .item    {
    font-family:'Roboto', sans-serif;
    font-size:16px;
    font-weight:500;
    height:100%;
    display:flex;
    justify-content: center;
    text-align:center;
    align-items:center;
    
}
.new_menu .part > .item a    {
    position:relative;
}
.new_menu .part > .item > a:after    {
    width:1px;
    height:40px;
    background:#f3e9e5;
    content:'';
    position:absolute;
    top:12px;
    right:0;
}

.new_menu .part > .item:hover > a:after    {
    opacity:0;
}
.new_menu .part > .item:first-child > a:before {
    width:1px;
    height:40px;
    background:#f3e9e5;
    content:'';
    position:absolute;
    top:12px;
    left:0;
}
.new_menu .part > .item:first-child > a:hover:before {
    display:none;
}

.new_menu .dynamic .item    {
    width:20%;
    overflow: visible;
}

.new_menu .static .item    {
    width:100%;
}

.new_menu .item > a    {
    color:#3e3f3e;
    text-decoration:none;
    height:100%;
    display:flex;
    align-items:center;
    text-align:center;
    justify-content: center;
    width:100%;
    font-size:15px;
    font-weight:500;
    text-transform:uppercase;
    font-family:'Lato';
}

.new_menu .item a:hover, .new_menu .part > .item:hover > a    {
    color:#fff;
    background:#333333;
}

.new_menu .item .over_menu a span    {
    position:relative;
    text-align:left;
    width: calc(100% - 45px);
}

.new_menu .item a:hover span    {
    text-decoration:none;
}

.new_menu .item a:hover span:after, .new_menu .part > .item:hover > a span:after    {
    background-position:0px;
}


.new_menu    {
    position:relative;
}

.new_menu .over_menu    {
    position:Absolute;
    top:60px;
    left:0;
    z-index: 10000;
    max-height:0px;
    overflow:hidden;
    transition:all .5s;
}

.new_menu .item:hover .over_menu    {
    max-height:1000px;
    -webkit-box-shadow: 0px 3px 30px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0px 3px 30px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 3px 30px 0px rgba(50, 50, 50, 0.1);
}

.new_menu .over_menu .container    {
     background:#fcfcfc;
    border:#f8efec 1px solid;   
    min-height:500px;
    box-shadow:3px 0 49px rgba(62,63,62.0.1);
    position:relative;
}
.new_menu .over_menu .container:after {
    border:#f8efec 1px solid;   
    width:1px;
    height:100%;
    left:288px;
    content:'';
    position:absolute;
    top:0;
}

.new_menu .over_menu .left_menu    {
    width:288px;
    background:#fbf6f4;
    position:relative;
    padding-top:20px;
}

.new_menu .over_menu .left_menu .item2    {
    height:49px;    
    align-items:center;
    display:flex;
    font-size:14px;
    border-bottom:#f4e6e2 1px solid;
}


.new_menu .over_menu .left_menu .item2 a    {
    text-align:left;
    justify-content: start;
    position:relative;
    padding-right:35px;
    color:#3e3f3e;
    text-decoration:none;
    height:100%;
    display:flex;
    align-items:center;
    text-align:center;
    width:100%;
    font-size:14px;
    font-weight:400;
    font-family:'Lato';
    padding-left:15px;
    border-left:3px solid transparent;
}

.new_menu .over_menu .left_menu .item2 a:after    {
    position:absolute;
    width:10px;
    height:8px;
    top:calc(50% - 4px);
    right:20px;
    background-image:url("/img/arrow_right.png");
    background-repeat:no-repeat;
    content:'';
}


.new_menu .over_menu .left_menu .item2 a:hover    {
    color:#3e3f3e;
    background:#f8efeb;
    font-weight:600;
    border-left:3px solid #eecab7;
}

.new_menu .over_menu .right_menu {
    min-height:500px;
    overflow-y:auto;
}


.new_menu .over_menu .left_menu .item2.complex    {
    background:#333;
    font-weight:bold;
}

.new_menu .over_menu .left_menu .item2.complex > a, .new_menu .over_menu .left_menu .item2.complex > a:hover    {
    color:#fff;
    background:#333;
}

.new_menu .over_menu .left_menu .item2.complex a:after    {
    background-image:url("/img/arrow_white.png?v=1");
}


.new_menu .over_menu .left_menu .item2 a:hover span    {
    text-decoration:underline;
}

.new_menu .over_menu .left_menu .item2 a span:after    {
    display:none;
}

.new_menu .over_menu .left_menu .item2 .ico    {
    width:45px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.new_menu .over_menu .left_menu .item2 .ico img    {
    max-width:25px;
}

.new_menu .over_menu .right_menu    {
    position:absolute;
    left:289px;
    opacity:0;
    z-index:0;
    padding-top:20px;
}

.new_menu .over_menu .right_menu    {
    position:absolute;
    left:289px;
    top:0px;
    background:#fcfbfb;
    height:100%;
    width:288px;border-right:#f8efec 1px solid;
    transition: all 0.5s;
}

.new_menu .over_menu .item2:hover .right_menu    {
    opacity:1;
    z-index:1;
}

.new_menu .over_menu .right_menu .item3    {
    height:49px;
    align-items:center;
    display:flex;
    font-size:14px;
    justify-content:flex-start;
}

.new_menu .over_menu .right_menu .item3 a    {
    padding-left:33px;
    text-align:left;
    color:#3e3f3e;
    border-left:3px solid transparent;
}
.new_menu .over_menu .right_menu .item3 a:hover    {
    background:#f8efec;
    color:#3e3f3e;
    border-left:3px solid transparent;
}

.new_menu .over_menu .img_box    {
    position:absolute;
    right:45px;
    top:30px;
    width:calc(100% - 638px);
    max-width:500px;
    display:flex;
    max-height:440px;
}

.new_menu .over_menu .img_box img    {
    width:100%;
    position:relative;
    z-index:2;
    margin:auto;
    max-width:100%;
    height:auto;
    max-height:440px;
}

.new_menu .over_menu .img_box:before    {
    position:absolute;
    content: "";
    display:block;
    width:100%;
    height:100%;
    top:-10px;
    left:-10px;
    background:#f8efeb;
    z-index:1;
}
.new_menu .over_menu .img_box:after    {
    position:absolute;
    content: "";
    display:block;
    width:100%;
    height:100%;
    top:10px;
    left:10px;
    background:#f8efeb;
    z-index:1;
}

.new_menu_mobile    {display:none;}
.new_menu_mobile .hd    {
    max-height:0px;
    overflow:hidden;
    transition: all 1s;
}

.new_menu_mobile .items     {
    display:block;
    overflow:hidden;
    position:relative;
    border-bottom:#f4e6e2 1px solid;
}


.new_menu_mobile .hd .ico    {
    float:left;
    margin-left: -15px;
    margin-right: 15px;
    margin-top: -5px;
}



.new_menu_mobile .items a    {
    padding:15px;
    width:100%;
    background:#fcfbfb;
    display:block;
    color:#333;
    font-weight:bold;
    transition: all 0.5s;
}

.new_menu_mobile .items.act > .hd    {
    max-height:2000px;
    overflow:hidden;
}

.new_menu_mobile .items.act > a, .new_menu_mobile .items.act i > a    {
    background:#fbf6f4;
}

.new_menu_mobile .menu1 > .items > a    {
    background:#fbf6f4;
}

.new_menu_mobile .menu1 > .act > a, .new_menu_mobile .menu2 > .items > a    {
    background:#f8efeb;
}

.new_menu_mobile .menu1 .items a    {
    font-weight:normal;
}

.new_menu_mobile .items .items a    {
    padding-left:30px;
}

.new_menu_mobile .menu2 > .act > a, .new_menu_mobile .items.act .menu3 .items > a    {
    background:#fbf6f4 !important;
    padding-left:60px;
}

.new_menu_mobile .menu2 .items > a    {
    padding-left:45px;
}

.new_menu_mobile .items i:not(.main_item)    {
    position:absolute;
    width:30px;
    height:30px;
    top:15px;
    right:10px;
    background-image:url("/img/arrow_down2.png");
    background-repeat:no-repeat;
    background-position:-3px 11px;
    content:'';
    z-index:10;
    border-radius:50%;
    opacity:0.5;
    transition:all 0.5s;
}

.new_menu_mobile .items.act > i    {
    opacity:1;
}

.new_menu_mobile i    {
    font-style: normal;
}


.show_new_menu.order-btn {
display:none
}


.new_menu_mobile    {
    max-height:0px;
    opacity:1;
    transition:all .5s;    
    position: fixed;
    max-height: 1000px;
    position: fixed;
    z-index: 9999;
    width: calc(100% - 40px);
    top: 98px;
    display: none;
}
.act.new_menu_mobile    {
    max-height: 1000px;
    opacity: 1;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 59px;
}
.showm    {display:none;}

@media (max-width:991px) {
    .show_new_menu {display:block;}
    .new_menu    {display:none;}
    .new_menu_mobile    {display:none;}
    .new_menu_mobile.act    {display:block;background:#fcfcfc}
    .showm    {display:block;}
}


.new_menu .over_menu .left_menu .item3 a:after    {
    display:none;
}

/* полоса прокрутки (скроллбар) */
.new_menu ::-webkit-scrollbar {
    width: 3px; /* ширина для вертикального скролла */
    height: 3px; /* высота для горизонтального скролла */
    background-color: #f8efec;
}

/* ползунок скроллбара */
.new_menu ::-webkit-scrollbar-thumb {
    background-color: #f5e7e1;
    border-radius: 9em;
}

.header .contact-rows {
    background:#fff;
}