.crumbs #path li a, .crumbs #path li span {
        line-height: 20px;
        vertical-align: middle;
}
.crumbs #path a {
        font-size: 14px;
        color: #666;
}

.crumbs #path li#last-1 a {
        font-size: 14px;
        color: #666;
        text-decoration: none;
}

.crumbs #path li#last-1 {
        display: inline-block;
        border-bottom: 1px solid #666;
}
.crumbs #path .crumbs_separator {
        margin-top: 0;
}
.content {
        top: 28px;
}
.service-side-menu-header,
.service-side-menu-button {

        display: block;
        margin: 0 0 5px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        font-family: MuseoCyrl300;
        letter-spacing: 1px;
        line-height: 1.75rem;
        font-size: 1.375rem;
        font-size: 22px;
        line-height: 28px;
        color: #000;
}

.service-side-menu-button {
        border-bottom: none;
        margin: 0;
        padding-bottom: 0;
        cursor: pointer;
}

.service-side-menu-button span:after {
        content: "";
        display: block;
        float: right;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-image: url(../tmpl/img/global2x.png)
}

.service-side-menu-button[aria-expanded=true] span:after {
        background-position: 0 -711.5px;
        background-size: 300px 4450.5px;
}
.service-side-menu-button[aria-expanded=false] span:after {
        background-position: 0 -876.5px;
        background-size: 300px 4450.5px;
}


#service-side-menu li{
        list-style: none;
        padding: 15px 0 0;
        margin-top: 1px;
        }

#service-side-menu a{
        font-size: 14px;
        line-height: 18px;
        text-decoration: none;
        color: #000;
        }

#service-side-menu li a:hover{
        color: #0d76bd;
        }

#service-side-menu li:hover{
        color: #000;
        }

#service-side-menu li.active {
        color: #000;
        }

#service-side-menu li.active a{
        text-decoration: underline;

        }
#service-side-menu li.active.has-items>a.active{
        font-weight: 600;
        text-decoration: none;
        }
#service-side-menu li ul{
        margin: 3px -2px -3px -2px;

        }
#service-side-menu li li, #service-side-menu li.active li{
        padding-left: 20px;
        margin-top: 0;

        }

#service-side-menu li li a, #service-side-menu li.active li a{
        text-decoration: none;
        color: #000;
        }

#service-side-menu li li:hover a, #service-side-menu li.active li:hover a{
        color: #0d76bd;
        }

#service-side-menu li li:hover, #service-side-menu li.active li:hover{

        }

#service-side-menu li li.active, #service-side-menu li li:hover.active{
        text-decoration: underline;
        color: #000;
        }

.service .menu-bottom {
        margin: 5px 0 30px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        box-sizing: border-box;
        width: 100%;
        }


.service h1 {
        padding-bottom: 11px;
}
.content-body, .content-body p{
        line-height: 150%;
        position: relative;
        }


.content-body.info
{

}
.req-info{
        color: #9a9a9a;
        }

.print-icon{
        position: absolute;
        right: 0;
        top: -45px;
        }
/*
.content-header{
        position: relative;
        height: 190px;
        }

.content-header .img{
        float: left;
        width: 377px;
        }

.content-header .text{
        float: right;
        width: 377px;
        margin-top: -10px;
        font-size: 12px;
        }

.content-header .text h2{
        font-size: 16px;
        font-weight: bold;
        margin: 0;
        }

.content-header .sep.bot{
        width: 377px;
        }
*/
.opening .section {
        margin: 5px;
}

.opening .section .title{

        line-height: 30px;
        padding: 12px 20px;
        background-color: #e8e8e8;
        font-size: 14px;
        font-weight: 700;
        margin: 2px 0;
        box-sizing: border-box;
        cursor: pointer;
        color: #000;
        min-height: 33px;
        max-height: 50px;
        }

.opening .section .text{
        display: none;
        color: #000;
        font-size: 14px;
        margin: 11px 20px;
        line-height: 150%;
        }
.opening .section .text p {
        /* padding: 20px 0; */
}

.opening .section.open .title::after {
        content: '^';
        font-family: BP-Iconfont;
        display: inline-block;
        font-size: 30px;
        margin-left: 10px;
        font-weight: 400;
        float: right;
}

.opening .section .title::after {
        content: 'v';
        font-family: BP-Iconfont;
        display: inline-block;
        font-size: 30px;
        margin-left: 10px;
        font-weight: 400;
        float: right;
}


/*
.catalogs-table td{
        padding: 10px 0;
        border-bottom: 1px dotted #888;
        }

.catalogs-table td.img{
        width: 165px;
        }

.catalogs-table .img .img-box{
        width: 150px;
        height: 175px;
        line-height: 175px;
        text-align: center;
        border: 1px solid #f59c00;
        }

.catalogs-table .img .img-box img{
        vertical-align: middle;
        }

.catalogs-table td.data{
        width: 215px;
        padding-right: 10px;
        }

.catalog-button{
        width: 232px;
        height: 33px;
        background: #f59c00 url('../tmpl/img/bg_button5.png');
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-family: 'AvantGarde Bold Condensed', Scada, sans-serif;
        text-align: right;
        padding-right: 5px;
        }
        */

@media(min-width: 768px) {
        #service-side-menu-wrap {
                display:block;
        }
}

