<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mobile-nav {
    display: inline-block;
    float: none;
}

#header {}

#burger-nav {
    top: 45px;
    position: absolute;
    width: 280px;
    left: auto;
    overflow: hidden;
    white-space: nowrap;
    z-index: 100000;
    right: 2px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #acb0ac;
    border-top: 0;
    border-right: 0;
}

#burger-nav&gt;ul {
    margin: 0;
    padding: 0;
    padding-top: 9px;
    padding-bottom: 7px;
}

#burger-nav li a:visited,
#burger-nav li a:hover,
#burger-nav li a {
    color: #fff;
}

#burger-nav&gt;ul&gt;li a {
    display: block;
    padding: 5px 12px;
}

#burger-nav&gt;ul&gt;li {
    text-transform: uppercase;
}

#burger-nav&gt;ul&gt;li&gt;ul {
    display: none;
}

#burger-nav ul ul {
    list-style: none;
    margin: 0;
    padding-left: 12px;
}

#burger-nav .hasUl {
    position: relative;
}

#burger-nav .hasUl:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: .5em;
    height: .5em;
    margin: -0.45em 1.3em 0 0;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: scale(0.7) rotate(45deg);
    transform-origin: 70% 70%;
}

#burger-nav .hasUl.opened:after {
    top: 14px;
    transform: scale(0.7) rotate(-135deg);
}

.main_niz {
    text-align: center;
}

.main_niz&gt;div {
    display: inline-block;
    text-align: left;
    width: 49%;
    max-width: 370px;
    vertical-align: top;
}

.main_niz&gt;div:first-child {}

.main_niz&gt;div:last-child {}

#twoGlaw #glaw&gt;div {
    display: inline-block;
}

#desktop-toggler.dskMode {
    background-image: url('/img/logo/mobile.png');
    margin-top: 2px;
}

#desktop-toggler {
    display: none;
    background: url('/img/logo/desktop.png') no-repeat center center;
    margin-top: 9px;
    /* пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ*/
    float: right;
    width: 30px;
    height: 30px;
    background-size: cover;
    margin-right: 15px;
}

#return-to-top
/* , #return-to-bottom  пїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅ*/

{
    z-index: 21;
    position: absolute;
    bottom: -20px;
    /* пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅ*/
    right: 0;
    background: #babab4;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul#cssmenu a {
    border: 0px;
    padding: 5px 27px;
}

#return-to-top i
/* , #return-to-bottom i */

{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAiCAMAAADMHrFcAAAAclBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9eWEHEAAAAJXRSTlMAcblh4NKyS82Rh39nVMa1qpxqCgRD+8KXdjYVxb2oootbWjwmQwyKggAAAMRJREFUOMud0dkOglAMhOEBjuCuuCvu2vd/RQ2JAiPHAf77L21a+MqGp/528ETL1hvLu7dk9ilqybrAxMqNOzGGmjHUrAucWF1BCyagZhrezLrAyP410kxDZhpqtmkCx8Yds7OGC+N6SyA0btiEeaBiHqiYhIFx/RW+xcYNBPNDwbzwChxqmYITpEZN8dvcqBl6NUxDVzhiDNmlzBrBEIfq2v4u1bsgIOYtpQfuiWm4A0owhmpXTMt7xM5tI+iS0LkwwbsXXZt67zm0QioAAAAASUVORK5CYII=') no-repeat center center;
    color: #fff;
    margin: 0;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    left: 14px;
    top: 13px;
    background-size: contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

div.main_niz {
    position: relative;
}

.hiddenStats {
    display: none;
}</pre></body></html>