.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:60px;
    display:flex;
    background:#f3f2f2;
}
.new_menu .part    {
    display:flex;
    height:100%;
    width:50%;
    justify-content:space-around;
}

.new_menu .dynamic    {
    width:65%;    
}

.new_menu .static    {
    width:35%;    
}

.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:#e5e4e4;
    content:'';
    position:absolute;
    top:10px;
    right:0;
}

.new_menu .part > .item:last-child a:after, .new_menu .part > .item:first-child a:after, .new_menu .part > .item:hover > a:after    {
    opacity:0;
}

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

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

.new_menu .item a    {
    color:#333333;
    text-decoration:none;
    height:100%;
    display:flex;
    align-items:center;
    text-align:center;
    justify-content: center;
    width:100%;
}

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

.new_menu .item a span    {
    position:relative;
}

.new_menu .dynamic .item a span:after    {
    position:absolute;
    width:10px;
    height:7px;
    margin-left:6px;
    top:7px;
    background-image:url("/img/arrow_down.png");
    background-repeat:no-repeat;
    background-position:-12px 0px;
    content:'';
}
.new_menu .item a:hover span    {
    text-decoration:underline;
}

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

.new_menu .dynamic .item:first-child    {
    background:url("/img/bg1.jpg");
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
}

.new_menu    {
    position:relative;
}

.new_menu .over_menu    {
    position:Absolute;
    top:60px;
    left:0;
    z-index: 1000;
    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:#fcfbfb;
    border:#e9e9e9 1px solid;   
    min-height:500px;
}

.new_menu .over_menu .left_menu    {
    width:288px;
    background:#f9f8f8;
    border-right:#ececec 1px solid;
    position:relative;
    padding-top:15px;
}

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

.new_menu .over_menu .left_menu .item2 a    {
    text-align:left;
    justify-content: start;
    position:relative;
    padding-right:35px;
}

.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:#333;
    background:#f0f0f0;
}


.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:54px;
    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:15px;
}

.new_menu .over_menu .right_menu    {
    position:absolute;
    left:289px;
    top:0px;
    background:#fcfbfb;
    height:100%;
    width:288px;border-right:#ececec 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:47px;
    border-bottom:#ececec 1px solid;
    align-items:center;
    display:flex;
    font-size:14px;
}

.new_menu .over_menu .right_menu .item3 a    {
    padding-left:33px;
}

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

.new_menu .over_menu .img_box img    {
    width:100%;
    border-radius:10px;
}

.new_menu .over_menu .img_box:before    {
    position:absolute;
    content: "";
    display:block;
    width:calc(100% - 30px);
    height:calc(100% - 30px);
    top:15px;
    left:15px;
    border:#fff 1px solid;
    border-radius:10px;
    opacity:0.3;
}

.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:#ececec 1px solid;
}

.new_menu_mobile .hd .ico    {
    display:none;
}



.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:#f0f0f0;
}

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

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

.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:#dddddd !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:0px;
    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 {
    display:none;
    margin:15px auto;
    background: #fefefe;
    width: 100%;
    color: #333;
}


.new_menu_mobile    {max-height:0px;opacity:0;transition:all .5s}
.act.new_menu_mobile    {max-height:1000px;opacity:1;}
.showm    {display:none;}

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


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