

/* Start:/bitrix/templates/.default/css/style_template.css?169651756837698*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    color: #282828;
    background: #f1f5f8;
    font-family: 'Roboto', sans-serif;

}

ol, ul {
    list-style: none;
}

.two-column-template__center-column ol, .two-column-template__center-column ul {
    list-style: none;

    padding: 10px 0;
}

.two-column-template__center-column ol li, .two-column-template__center-column ul li {
    padding: 5px 0;
}



blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    color: #0053a9;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

b {
    font-weight: bold;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.base-table tr, .base-table td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: .2rem;
}

/* user */
.fl {
    float: left;
}

.fr {
    float: right;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

input::-webkit-input-placeholder {
    font: 15px 'Roboto', sans-serif;
    color: #adb9be
}

input:-moz-placeholder {
    font: 15px 'Roboto', sans-serif;
    color: #adb9be
}

input::-moz-placeholder {
    font: 15px 'Roboto', sans-serif;
    color: #adb9be
}

input:-ms-input-placeholder {
    font: 15px 'Roboto', sans-serif;
    color: #adb9be
}

textarea::-webkit-input-placeholder {
    font: 15px 'Roboto', sans-serif;
    color: #adb9be
}

textarea:-moz-placeholder {
    font: 15px 'Roboto', sans-serif;
    color: #adb9be
}

textarea::-moz-placeholder {
    font: 15px 'Roboto', sans-serif;
    color: #adb9be
}

textarea:-ms-input-placeholder {
    font: 15px 'Roboto', sans-serif;
    color: #adb9be
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}



.alarma-msg {
    background: #0053a9;
    color: #fff;
    font-size: 12px;
    padding: 10px 5%;
    text-align: center;
}


.red-btn {
    display: block;
    width: 180px;
    height: 58px;
    background: #e8202a;
    color: #fff;
    text-decoration: none;
    line-height: 58px;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    transition: background-color .3s ease;
    cursor: pointer;
}

.red-btn:hover {
    background: #ff0909;
}


.container {
    padding: 0;
    margin: 0 auto;
}

header.header {
    min-height: 107px;
    padding-bottom: 6px;
    background: white;
    z-index: 89;
    position: relative;
}

.header__col--left {
    position: absolute;
    left: 50%;
}

.h-top-line {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
}

.h-bottom-line {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.top_menu {
    width: 1360px;
}

.h-bottom-line__menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 19.5px; */
    font-weight: 500;
    font-size: 17px;
    padding-right: 1px;
    max-height: 57px;
}

.h-bottom-line__menu ul li {
    display: inline-block;
    overflow: visible;
    margin: 0 -5px 0 0px;
    position: relative;
}

.h-bottom-line__menu ul li.submenu {}

.h-bottom-line__menu ul li.submenu.nolink {}

.hiddenbtn {
    display: inline-block;
    width: 1px;
    height: 47px;
    position: absolute !important;
}

.h-bottom-line__menu ul li.submenu>a:after {
    content: '';
    width: 7px;
    height: 6px;
    display: block;
    background: url(/bitrix/templates/.default/css/../img/arrow-menu.png);
    background-repeat: no-repeat;
    background-size: 7px 6px;
    background-position: center;
    position: relative;
    margin: 26px 0 0 -7px;
    float: right;
    right: -13px;
}

@media(min-width: 700px) {
    .h-bottom-line__menu ul li.submenu:hover ul {
        display: block;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        height: auto;
        border-bottom: 1px solid #eaeaea;
    }
}

.h-bottom-line__menu a {
    position: relative;
    z-index: 50;
    font-size: inherit;
    text-decoration: none;
    color: #272727;
    line-height: 3.4;
    display: inline-block;
    padding: 0px 0;
    padding-right: 45px;
    transition: color .3s ease;
}

.h-bottom-line__menu .selected a,
.h-bottom-line__menu a:hover {
    color: #0053a9;
}

.h-bottom-line__menu ul li ul {
    display: block;
    position: absolute;
    z-index: 49;
    overflow: hidden;
    background: #fff;
    padding: 5px 0 5px 0;
    padding: 0px 0 0px 0;
    margin-left: -20px;
    border-right: 1px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: all .3s ease;
    opacity: 0;
    height: 0px;
    box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.06);
}

.h-bottom-line__menu ul li ul li {
    padding-right: 0px;
    display: block;
}

.h-bottom-line__menu ul li ul li:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}

.h-bottom-line__menu ul li ul li a {
    line-height: 1.3;
    display: block;
    padding: 12px 24px 12px 20px;
    /* white-space: nowrap; */
    white-space: normal;
    min-width: 320px;
}



/* ul.menu {padding:0; margin:0;} */
ul.menu li {
    /*list-style-type:none; display:block; float:left; /*padding:5px 0; text-align:center;  white-space:nowrap;*/
}

ul.menu li.dd_menu {
    float: right;
    right: 45px;
    margin-top: -50px;
    z-index: 55;
    position: absolute;
    display: none;
}

ul.menu li.dd_menu button {
    float: right;
    right: 0px;
    border: none;
    width: 25px;
    height: 50px;
    background: none;
    cursor: pointer;
}

ul.menu li.dd_menu button span {
    display: block;
    position: relative;
    width: 4px;
    height: 4px;
    background: #272727;
    border-radius: 50%;
    margin: 0px 3px 6px;
}

ul.menu li.dd_menu button:hover span {
    background: #0053a9;
}

ul.menu ul.dropdown-menu {
    display: none;
    position: relative;
    z-index: 2;
    opacity: 1;
    height: auto;
    margin-top: 65px;
}

ul.menu ul.dropdown-menu li {
    float: none;
}

ul.menu li.dd_menu ul.dropdown-menu {
    overflow: visible;
    top: 0;
    float: right;
    right: 0;
    /*margin-top: 79px;*/
    margin-top: 95px;
}

ul.menu li.dd_menu ul.dropdown-menu>li {
    margin: 0 10px 0 0px;
}

ul.menu li.dd_menu ul.dropdown-menu ul {
    z-index: 56;
    float: right;
    right: 0px;
}

.h-bottom-line__menu .dd_menu ul li.submenu>a:after {
    margin: 9px 0 0 -5px;
}

/* ul.menu a {color: #0b4da2; display:inline-block; margin:0 10px;} */



.h-bottom-line__search {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px
}

.org-name__left {
    font-size: 34px;
    font-weight: 700;
    line-height: 2.1
}

.org-name__right span {
    display: block;
    margin-left: 10px;
    padding-left: 10px;
    margin-top: 22px;
    max-width: 165px;
    font-size: 12.5px;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: .1px;
    font-weight: 500;
    border-left: 1px solid #eaeaea;
}

.h-top-line__right {
    flex: 0 0 242px
}

.h-bottom-line__search {
    border-left: 1px solid #eaeaea;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 5;
}

.img-responsive,
.intro__graph img {
    display: block;
    max-width: 100%;
    height: auto;
}

.content--main {
    background: #f0f5f8;
}

.imp-numbers__col {
    width: 175px;
}

.imp-numbers__body {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: #fff;
}

.content--main {
    background: #f0f5f8;
    padding-top: 88px;
}

.news__header {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 14px;
}

.news a.all-news {
    font-size: 16px;
    padding: 13px 30px;
    border-radius: 3px;
    border: 1px solid #0053a9;
    color: #0053a9;
    font-weight: 400;
    margin-right: 5px;
    margin-top: -20px;
    cursor: pointer;
    transition: all .2s ease;
    float: right;
    right: 0;
    text-decoration: none;
}

.news a.all-news:hover {
    background: #006fe2;
    color: #fff;
}

ul.news__filter {
    position: absolute;
    margin-top: 65px;
    z-index: 5;
}

ul.news__filter li {
    font-size: 13px;
    padding: 0px 0px;
    border-radius: 3px;
    border: 1px solid #0053a9;
    color: #0053a9;
    font-weight: 500;
    margin-right: 19px;
    cursor: pointer;
    transition: all .2s ease;
}

ul.news__filter li a {
    display: block;
    padding: 5px 18px;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s ease;
}

ul.news__filter li:hover a,
ul.news__filter li:hover {
    background: #006fe2;
    color: #fff;
}

/* ul.news__filter li.n-filter__active-tab,  */
ul.news__filter li.active-tab {
    background: #0053a9;
    color: #fff;
    cursor: default;
}

ul.news__filter li.active-tab a {
    color: #fff;
}

.news__content.newscontent.d-flex {
    margin-top: 50px;
    background: #fff;
    padding: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.newscontent__hedaer {
    clear: both;
    margin-top: 0px;
    min-height: 90px;
    position: relative;
    display: block;
    z-index: 3;
}

.newscontent__left.fresh-new {
    flex: 0 0 43%;
}

.fresh-new__full-date {
    color: #adadad;
    font-size: 15px;
}

.fresh-new__title {
    font-size: 29px;
    line-height: 1.3;
    margin-top: 18px;
    margin-bottom: 36px;
}

.list-news__item.lnw-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 1px solid #d8d7d7;
}

.list-news__item.lnw-item:last-child {
    border: none;
}

.newscontent__right.list-news {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.5%;
    -ms-flex: 0 0 49.5%;
    flex: 0 0 49.5%;
    padding-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fresh-new__date-icon {
    display: inline-block;
    width: 18px;
    height: 15px;
    margin: 0 5px -2px 0;
    background-image: url('/bitrix/templates/.default/css/../img/icon-date.png');
}

.list-news__img {
    width: 150px;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.list-news__img img {
    width: 130px;
}

.list-news__text {
    width: calc(100% - 130px);
}

/*
.list-news__img a img {
    display: none;
}
*/
.list-news__img a {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

/*
.fresh-new__img a img {
    display: none;
}
*/
.fresh-new__img a {
    display: inline-block;
    width: 100%;
    height: 371px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}



.lnw-item__full-date {
    font-size: 13px;
    line-height: 1;
    color: #adadad;
}

.lnw-item__full-date img {
    margin: 2px 0 -2px;
}

.lnw-item__title {
    font-size: 15px;
    margin-top: 13px;
    line-height: 1.5;
    padding-right: 20%;
}

.lnw-item__date {
    margin-left: 6px;
}

.pg-main__subscr.online-subscription {
    margin-top: 44px;
}

.online-subscription-wrap {
    width: 100%;
    height: 220px;
    background-color: #0051aa;
    background-image: url(/bitrix/templates/.default/css/../img/subscr.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.online-subscription-wrap>div {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.online-subscription-wrap>div:first-child {
    padding: 50px 0 0 190px;
    width: 60%;
}

.online-subscription-wrap>div:last-child {
    padding: 83px 0 0 60px;
    width: 40%;
}

.online-subscription-title {
    font-size: 34px;
    line-height: 1.1;
    display: block;
    margin-bottom: 20px;
    font-weight: 300;
    color: #fff;
}

.online-subscription-p {
    font-size: 15px;
    letter-spacing: .25px;
    font-weight: 300;
    color: #fff;
}

.online-subscription-wrap:before {
    content: ' ';
    background-image: url(/bitrix/templates/.default/css/../img/ruspost.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 117px;
    height: 57px;
    position: absolute;
    margin-left: 1275px;
    margin-top: 10px;
}



.pg-main__about.about-chamber-law {
    margin-top: 107px;
}

.about-chamber-law__title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 21px;
}

.about-chamber-law__right {
    flex: 0 0 360px;
    padding-top: 13px;
}

.about-chamber-law__left {
    flex: 1 0 50%;
    padding-right: 50px;
}

.about-chamber-law__start {
    line-height: 1.5;
    font-size: 17.6px;
    letter-spacing: .2px;
    margin-bottom: 35px;
}

.about-chamber-law__start span,
.about-chamber-law__today span,
.streamer__title span {
    display: block;
}

.about-chamber-law__today {
    font-size: 15px;
    letter-spacing: .4px;
    line-height: 1.55;
}

.chl-functions__title {
    font-size: 21px;
    line-height: 1.5;
    margin: 26px 0 12px;
    font-weight: 700;
}

.chl-functions ol {
    list-style: decimal;
    padding-left: 16px;
    font-size: 15px;
}

.chl-functions ol>li {
    line-height: 1.5;
}

.pg-main__important-numbers.imp-numbers {
    margin-top: 128px;
}

.imp-numbers__col {
    /* width: 175px; */
    position: relative;
    width: 25%;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 30px;
}

.imp-numbers__col:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 80px;
    margin-top: 40px;
    background: #eaeaea;
}

.imp-numbers__col:first-child::before {
    display: none;
}

.imp-numbers__number {
    font-size: 56px;
    font-weight: 700;
    font-family: serif, 'Times New Roman';
    line-height: 1;
    color: #23303b;
    margin-top: 11px;
}

.imp-numbers__title {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .25px;
}

.pg-main__streamer.streamer,
.vidgets__streamer.streamer {
    font-size: 43px;
    line-height: 1.4;
    font-weight: 300;
    text-align: center;
    margin-top: 164px;
}

.vidgets__streamer.streamer {
    padding-bottom: 158px;
}

.vidgets.vidgets--under-content {
    margin-top: 128px;
}

.streamer__title {
    position: relative;
}

.streamer__title:before {
    content: '';
    width: 56px;
    height: 0;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -28px;
    border-top: 3px solid;
    top: -27px;
}

.streamer__title:after {
    content: '';
    width: 56px;
    height: 0;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -28px;
    border-top: 3px solid;
    bottom: -39px;
}

footer.footer {
    background: #fff;
    padding-top: .1px;
    padding-bottom: 36px;
    position: relative;
    overflow: hidden !important;
}

footer.footer:after {
    content: '';
    width: 50%;
    top: 0;
    left: 50%;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background: #0052ab;
    margin-left: 278px;
    margin-left: 17%;
}

footer.footer .container {
    position: relative;
    z-index: 2
}

.footer.footer {
    background-image: url("/bitrix/templates/.default/css/../img/logo_apmo_h2.png");
    background-repeat: no-repeat;
    background-size: auto 375px;
    background-position: left 25% top 30px;
}

.footer__content.d-flex.f-content {
    margin-top: 68px;
    margin-bottom: 28px;
}

.totop {
    display: block;
    position: fixed;
    z-index: 99;
    bottom: 0px;
    text-align: center;
    width: 100%;
    height: 1px;
}

.totop span {
    display: inline-block;
    position: relative;
    width: 38px;
    height: 38px;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url("/bitrix/templates/.default/css/../img/totop110.png");
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center top 13px;
    border-radius: 4px;
    bottom: 106px;
    text-indent: -9999px;
    margin-right: -1450px;
    cursor: pointer;
    transition: background-color .3s ease;
}

.totop span:hover {
    background-color: rgba(0, 0, 0, 0.35);
}









.nav-pages-wrap {
    margin: 15px -10px 15px;
    position: relative;
    left: 300px;
}

.nav-pages-wrap .pagebtn {
    position: relative;
    padding: 0 1px;
    min-width: 25px;
    text-align: center;
    top: 15px;
    margin: 0;
    display: inline-block;
    color: #656565;
    font-size: 18px;
    font-weight: 500;
    transition: all ease .3s;
}

.nav-pages-wrap .pagebtn.current {
    color: #006fe2;
    font-size: 24px;
}

.nav-pages-wrap .pagebtn:hover {
    font-size: 24px;
}

.nav-pages-wrap .sqbtn.begin,
.nav-pages-wrap .sqbtn.end {
    display: none
}

.nav-pages-wrap .sqbtn,
.toright span,
.toleft span {
    display: inline-block;
    position: relative;
    width: 38px;
    height: 38px;
    background-color: rgba(0, 0, 0, 0.07);
    background-image: url("/bitrix/templates/.default/css/../img/sqbtn-next.png");
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center top 13px;
    border-radius: 4px;
    text-indent: -9999px;
    margin: 0px 10px;
    cursor: pointer;
    transition: background-color .3s ease;
}

.nav-pages-wrap .sqbtn:hover,
.toright span:hover,
.toleft span:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.nav-pages-wrap .sqbtn.prev {
    margin-right: 55px;
    background-image: url("/bitrix/templates/.default/css/../img/sqbtn-prev.png");
}

.nav-pages-wrap .sqbtn.next {
    margin-left: 55px;
}
@media (max-width: 600px) {
    .nav-pages-wrap .sqbtn.prev{
        margin-right: 10px;
    }
    .nav-pages-wrap .sqbtn.next {
        margin-left: 10px;
    }
}











.f-content__col-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.f-content__col.f-content__col--first {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
}

.f-content__col.f-content__col--second {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 21%;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
}

.f-content__col.f-content__col--third {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.5%;
    -ms-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
}

.f-content__col ul li>a {
    font-size: 14.5px;
    color: #6b6b6b;
    text-decoration: none;
    line-height: 2.1;
}

.f-content__col-title.f-content__col-title--second-in-col {
    margin-top: 26px;
}

.footer__content.footer__content--bottom-line.d-flex.fb-content {
    font-size: 13.5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.fb-content__copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
}

.fb-content__facebook-group {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35.3%;
    -ms-flex: 0 0 35.3%;
    flex: 0 0 35.3%;
}

img.law-shield {
    margin-right: 9px;
}

.fb-content__shields {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 21.5%;
    -ms-flex: 0 0 21.5%;
    flex: 0 0 21.5%;
}

/* .fb-content__all-contacts {
    flex: 0 0 9%;
} */
.fb-content__all-contacts {
    flex: 0 0 20%;
}

.fb-content__all-contacts a, .fb-content__driving a {
    padding: 5px 0px 5px 0;
    display: inline-block;
    min-width: 120px;
}

.f-content__col.f-content__col--cont.f-contacts {
    color: #fff;
}

.fb-content__all-contacts a,
.fb-content__driving a {
    color: #fff;
}

.fb-content__facebook-group a {
    text-decoration: none;
    color: #0083cc;
}

.f-contact__contact-icon {
    margin-right: 23px;
}

.f-content__col.f-content__col--cont.f-contacts p {
    line-height: 1.6;
    font-size: 15px;
}

.f-contacts__contact-item {
    margin-bottom: 15px;
}

.f-contacts__contact-item:nth-child(3) {
    margin-bottom: 28px;
}

.h-top-line__left.org-name.d-flex {
    margin-left: 0;
    margin-right: auto;
}

.top-right-corner__left.lngs.d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.h-top-line__right.top-right-corner.d-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-right-corner__left.lngs.d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51px;
    flex: 0 0 51px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
}

.top-right-corner__right.account.d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.lngs span {
    color: #eaeaea
}

.lng-item {
    color: #9a9b9d;
    text-decoration: none;
    font-weight: 500;
}

.lng-item.lng-item--active {
    color: #0051ac;
    text-decoration: none
}

button.account__btn {
    padding: 10px 19px 10px 10px;
    border: 1px solid #dce1e8;
    border-radius: 3px;
    color: #abb6b9;
    background: #fff;
}

button.account__btn a {
    text-decoration: none;
}

button.account__btn .accont__btn-text {
    color: #a7b1bf;
    text-decoration: none;
    font-weight: 300;
    font-family: 'roboto';
}

button.account__btn img {
    margin-right: 10px;
    display: inline-block;
}

button.btn {
    cursor: pointer;
}

/*.newscontent:not(.active-tab),
.newscontent:not(.newscontent--current),*/
.svccontent:not(.svccontent--current) {
    display: none;
}

/*.newscontent {
    display: none;
}
.newscontent.newscontent--current {
    display: flex;
}*/

.tabs-news__content {
    display: none;
}

.tabs-news__content.active {
    display: block;
}

.header .container {
    position: relative;
}

#header__search-panel input[type=text] {
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #dce1e8;
    border-radius: 3px 0 0 3px;
}

.header__search-panel {
    display: none;
    position: absolute;
    width: 33%;
    right: 0;
    padding: 10px;
    background: #fff;
}

#search-button {
    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;
}

#search-button:not(.open) img {
    display: block;
}

#search-button:not(.open) span {
    display: none;
}

#search-button.open img {
    display: none;
}

#search-button.open span {
    display: block;
    font-size: 20px;
    width: 17px;
    color: #ff1a27;
    text-shadow: 1px 0px 1px #000;
}

#start-search {
    background: url(/bitrix/templates/.default/css/../img/icon-search.png) no-repeat center center;
    padding: 0 17px;
    cursor: pointer;
    border: 1px solid #dce1e8;
    border-radius: 0 3px 3px 0;
    border-width: 1px 1px 1px 0;
}

.org-name {
    position: relative;
}

#apmo-main-link {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.fresh-new__title a,
.lnw-item__title a {
    text-decoration: none;
    color: #383838;
    display: inline-block;
}

.fresh-new__title a:hover,
.lnw-item__title a:hover {
    text-decoration: underline;
}

a:hover img {
    opacity: .85;
}

/* #news__filter li:hover{
    background: #5e98d4;
    color: #fff;
} */
ul.breadcrumb {
    margin: 21px 0px;
    padding: 0 15px;
}

.breadcrumb__item {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 720px;
}

a.breadcrumb__link {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #5c5d5f
}

.breadcrumb__link:not(.breadcrumb__link--on-mainpage) {
    padding-left: 20px;
    position: relative;
}

.breadcrumb__link:not(.breadcrumb__link--on-mainpage):before {
    position: absolute;
    content: '/';
    left: 8px;
    top: 0;
    line-height: 1.3;
    font-size: 12px
}

.content.content--common-page {
    margin-top: 49px;
    min-height: 500px;
}

.two-column-template__left-column .v-menu .v-menu__item {
    color: #131313;
}

.two-column-template__left-column .v-menu .v-menu__link {
    display: block;
    /* line-height: 56px; */
    line-height: 22px;
    padding: 17px 0;
    padding-left: 18px;
    padding-right: 15px;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: inherit;
}

.two-column-template__left-column .v-menu .v-menu__item:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}

ul.v-menu {
    box-shadow: 0 0 5px 3px #e8edf0;
    background: #fff;
}

.two-column-template__left-column .v-menu .v-menu__item a {
    transition: all .3s ease;
    /* width: 287px; */
    width: 272px;
}

.two-column-template__left-column .v-menu .v-menu__item.active,
.two-column-template__left-column .v-menu .v-menu__item.active a {
    background: #0052ab !important;
    color: #fff !important;
}

.two-column-template__left-column .v-menu .v-menu__item.active:before {
    content: '';
    position: absolute;
    left: 302px;
    margin-top: 18px;
    border: 10px solid transparent;
    border-left: 10px solid #0052ab;
}

.two-column-template__left-column .v-menu .v-menu__item a:hover {
    color: #0053a9;
}

.two-column-template__left-column .v-menu .v-menu__item.active a {
    cursor: default;
}

.two-column-template__center-column {
    padding-left: 103px;
    padding-bottom: 103px;
    line-height: 1.35;
}

.two-column-template__center-column h1,
.two-column-template__center-column h2,
.two-column-template__center-column h3 {
    line-height: 1.2;
}

h1.common-page__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 0.7;
    margin-bottom: 30px;
}

h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 30px;
}

h2 {
    font-size: 28px;
    line-height: 0.7;
    margin-bottom: 30px;
}

h3 {
    font-size: 22px;
    line-height: 0.7;
    margin-bottom: 15px;
}

strong {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
}

.common-page p {
    line-height: 1.7;
    margin-bottom: 20px;
}

.common-page-run .vidgets.vidgets--under-content {
    margin-top: 88px;
}

p.p-more {
    font-size: 14px;
    line-height: 1.5;
    padding-right: 80px;
}

.div-more {
    font-size: 14px;
    line-height: 1.5;
}

.p-center .intro__text {
    padding-right: 40px;
}

.members-council-list.mc-list {
    margin-top: 28px;
}

h2.mc-list__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.mc-list__filter.mc-filter.d-flex,
.ch-services__filter.svc-filter.d-flex {
    height: 44px;
    margin-bottom: 60px;

}

.mc-filter__item,
.svc-filter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    margin-right: 40px;
    cursor: pointer;
}

.mc-filter__item.active,
.svc-filter__item.active {
    color: #07509f;
    border-bottom: 1px solid #07509f;
}

.member-list__item-img {
    /*     margin-right: 120px; */
    margin-right: 73px;
}

.mc-list__list.member-list {
    margin-bottom: 48px;
}

.m-definition__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    max-width: 270px;
    margin-top: 7px;
    margin-bottom: 12px;
}

.m-definition__position {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 25px;

}

.m-definition__function {
    line-height: 1.4;
    letter-spacing: -.1px;
}

.pagination {
    padding-left: 315px;
    margin: 75px 0 145px;
}

a.pagination__item {
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    color: #333333;
    margin: 0 5px
}

a.pagination__item.pagination__item--last {
    margin: 0 70px 0 0;
}

a.pagination__item.pagination__item--next {
    margin: 0 0 0 70px;
}

a.pagination__item.active {
    font-size: 24px;
    color: #0153a7;
}

.yamap {
    margin: 25px 0;
}

.upravlenie-delami {
    margin: 25px 0;
}

.div-link {
    margin: 90px 0 25px 0 !important;
}

h2.page-work {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
}

ol {
    list-style: decimal;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

p.info-page {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.plyr__menu__container {
    display: none !important;
}

.plyr--menu-open .plyr__menu__container {
    display: block !important;
}

.two-column-template {
    position: relative;
}

.document-item a {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    line-height: 56px;
    padding-left: 18px;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: inherit;
}

.applicants-element {
    margin-top: 20px;
}

.applicants-element h2 {
    line-height: 35px;
}

.applicants-element .copy-text {
    line-height: 35px;
}

.document-line {
    display: flex;

}

.document-line .doc-icon {
    margin-top: 10px;

}

.m-definition__title a {
    color: #282828;
}

/* End */


/* Start:response.css*/
@font-face {
    font-family: 'entypo';
    font-style: 'normal';
    font-weight: 'normal';
    src: url("//weloveiconfonts.com/api/fonts/entypo/entypo.eot");
    src: url("//weloveiconfonts.com/api/fonts/entypo/entypo.eot?#iefix") format("eot"), url("//weloveiconfonts.com/api/fonts/entypo/entypo.woff") format("woff"), url("//weloveiconfonts.com/api/fonts/entypo/entypo.ttf") format("truetype"), url("//weloveiconfonts.com/api/fonts/entypo/entypo.svg#entypo") format("svg")
}

#z-viewport {
    overflow: hidden;
}

.h-bottom-line__menu .close {
    display: none;
}

.bar1, .bar2, .bar3 {
    display: none;
}

.member-list__item-img--duble {
    visibility: hidden;
}

ul.left-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    position: relative
}

ul.left-menu li {
    padding: 10px 16px;
    background: #f5f5f5 url(/bitrix/templates/.default/css/../img/left_menu_bg.gif) top repeat-x
}

ul.left-menu li a {
    font-size: 100%;
    color: #bc262c;
    font-weight: bold;
    text-decoration: none
}

ul.left-menu li a:visited {
    color: #bc262c
}

ul.left-menu li a:hover {
    color: #bc262c
}

ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover {
    color: #fc8d3d
}

.container {
    width: 1400px;
}

.header__col--left {
    margin-left: -849px;
    top: 15px
}

footer.footer:after {
    content: '';
    width: 50%;
    top: 0;
    left: 50%;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background: #0052ab;
    margin-left: 278px;
}

.header__col.header__col--left {
    display: block;
}

.h-top-line__logo {
    display: none;
}






.two-column-template__center-column h2 {
    padding: 50px 0 5px;
    clear: both;
    line-height: 1.15;
}

.two-column-template__center-column h3 {
    padding: 35px 0 5px;
    clear: both;
    line-height: 1.15;
}

.two-column-template__center-column h4 {
    line-height: 1.15;
}

.two-column-template__center-column .column-title {
    padding: 45px 0 5px;
    font-weight: 500;
    border-bottom: 1px solid rgb(199, 199, 199);
    clear: both;
}

.two-column-template__center-column a {
    color: #0053a9;
}





/* arkhiv-resheniy */
.arkhiv-resheniy .savefile-wrap {
    float: left;
    width: 16.6%;

}

.arkhiv-resheniy .savefile-src:hover {
    background: #fff;
    box-shadow: 0 0 5px 3px #e8edf0;
}

.arkhiv-resheniy .savefile-src {
    margin-top: 2px;
    transition: all .3s ease;
    padding: 10px 12px 10px 47px;
    display: inline-block;
}

.arkhiv-resheniy .savefile {
    position: absolute;
    pointer-events: none;
    margin: 8px 0 0 11px;
    background: url(/bitrix/templates/.default/css/../img/cloud_download_48.png);
    background-size: 24px 24px;
    background-position: center;
    height: 24px;
    width: 24px;
}








/* Comments / Forum */

div.reviews-header-box a:hover,
div.reviews-header-box {
    background: #ffffff;
    color: #0053a9;
}

table.reviews-post-table thead td .review-avatar {
    border-radius: 50%;
    overflow: hidden;
}

table.reviews-post-table thead td .message-post-date {
    font-size: 0.8em;
    margin-left: 10px;
}

table.reviews-post-table tbody td div.reviews-text {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
}

table.reviews-post-table {
    margin: 20px 0;
}







/* news-detail video / img */

.news-detail .video {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top:25px;height:0;*/
}

.news-detail .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-detail img {
    max-width: 100%;
}

.detail_picture img,
.detail_picture {
    width: 100%;
    height: auto;
}



.b-yellow {
    background: #fd9b00;
}

.c-white {
    color: #fff;
}



div.news-detail table {
    border-collapse: collapse;
}

div.news-detail table td {
    border: 2px solid #000;
    padding: 5px;
}

a.button8 {
    display: block;
    color: white;
    width: fit-content;
    font-weight: 700;
    text-decoration: none;
    user-select: none;
    padding: .5em 2em;
    outline: none;
    border: 2px solid;
    border-radius: 1px;
    transition: 0.2s;
    background: #0053a9;
    margin: 40px auto 0;
    text-align: center;
}

a.button8:hover {
    background: #006fe2;
}
.timetable .actions__action.actions__look{
    float: right;
    min-width: 180px;
    margin: 0;
    margin-bottom: -10px;  
}
@media (max-width: 768px) {
    .timetable.news__content.d-flex.newscontent{
        padding-bottom: 80px;
    }
}
/* End */


/* Start:/bitrix/templates/.default/css/fonts/stylesheet.css?16221158404489*/


@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/.default/css/fonts/Roboto-MediumItalic.eot');
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
        url('/bitrix/templates/.default/css/fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/.default/css/fonts/Roboto-MediumItalic.woff') format('woff'),
        url('/bitrix/templates/.default/css/fonts/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/.default/css/fonts/Roboto-Italic.eot');
    src: local('Roboto Italic'), local('Roboto-Italic'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Italic.woff') format('woff'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/.default/css/fonts/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Bold.woff') format('woff'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/.default/css/fonts/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Regular.woff') format('woff'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/.default/css/fonts/Roboto-Medium.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Medium.woff') format('woff'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/.default/css/fonts/Roboto-BoldItalic.eot');
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
        url('/bitrix/templates/.default/css/fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/.default/css/fonts/Roboto-BoldItalic.woff') format('woff'),
        url('/bitrix/templates/.default/css/fonts/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/.default/css/fonts/Roboto-ThinItalic.eot');
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),
        url('/bitrix/templates/.default/css/fonts/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/.default/css/fonts/Roboto-ThinItalic.woff') format('woff'),
        url('/bitrix/templates/.default/css/fonts/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/.default/css/fonts/Roboto-Black.eot');
    src: local('Roboto Black'), local('Roboto-Black'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Black.woff') format('woff'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/.default/css/fonts/Roboto-Light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Light.woff') format('woff'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/.default/css/fonts/Roboto-LightItalic.eot');
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
        url('/bitrix/templates/.default/css/fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/.default/css/fonts/Roboto-LightItalic.woff') format('woff'),
        url('/bitrix/templates/.default/css/fonts/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/.default/css/fonts/Roboto-BlackItalic.eot');
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
        url('/bitrix/templates/.default/css/fonts/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/.default/css/fonts/Roboto-BlackItalic.woff') format('woff'),
        url('/bitrix/templates/.default/css/fonts/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/.default/css/fonts/Roboto-Thin.eot');
    src: local('Roboto Thin'), local('Roboto-Thin'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Thin.woff') format('woff'),
        url('/bitrix/templates/.default/css/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* End */


/* Start:/bitrix/templates/.default/css/slick.css?16221158401895*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/.default/css/slick-theme.css?16221158395908*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/bitrix/templates/.default/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/.default/css/./fonts/slick.eot');
    src: url('/bitrix/templates/.default/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/.default/css/./fonts/slick.woff') format('woff'), url('/bitrix/templates/.default/css/./fonts/slick.ttf') format('truetype'), url('/bitrix/templates/.default/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;
    position: relative;
    overflow: visible;
    box-sizing: border-box;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover /*, .slick-dots li button:focus*/
{
    outline: none;
}
.slick-dots li button:hover:before /*, .slick-dots li button:focus:before*/
{
    opacity: 1;
    color:#0053a9;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #0053a9;
}

.slick-dots li .circleloader {
    position: relative;
    padding: 0;
    margin: -21px 0 0 0px;
    top:0;
    display: none;
    box-sizing: border-box;
    overflow: visible;
}
.slick-dots li.slick-active .circleloader {
    display: block !important;
}

 

.main-slider-wrap {
    margin-bottom:-160px !important;
}

.main-slider-wrap .slick-slide {
    padding-bottom: 250px ;    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;  
}

.main-slider-wrap a.readmore {
    margin-left: 30px;
    margin-bottom: 30px;
}
.main-slider-wrap h2 {
    font-size: 44px;
    letter-spacing: .25px;
    font-weight: 800;
    line-height: 1.05;
    max-width: 750px;
    margin-left: 30px;
    margin-top: 100px;
    margin-bottom: 30px;
}
.main-slider-wrap .slick-dots {
    bottom: 200px;
    width: 1340px;
    left: 50%;
    margin-left: -670px;
    text-align: left;
}
.main-slider-wrap .slick-dots li {
    width: 18px;
    margin: 0 0px;
}
.main-slider-wrap .slick-dots li button:before {
    font-size: 7px;
}
.main-slider-wrap .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #0053a9;
}
.main-slider-wrap-tabs {
    margin-left: 30px;
    margin-right: 30px;
}
.main-slider-wrap-tabs .slick-slide {
    background: rgba(0,0,0,0.17);
    position: relative;
    color: #fff;
    height: 150px;
    margin-top: 10px;
    padding: 40px 20px 30px 70px;
    box-sizing: border-box;
    font-size: 15px;
    letter-spacing: .25px;
    font-weight: 300;
    line-height: 1.55;
    cursor:pointer;
    transition: background .3s ease;
}
.main-slider-wrap-tabs .slick-slide:hover {
    background: rgba(0,0,0,0.3);
}
.main-slider-wrap-tabs .slick-slide .img {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: -45px;
}
.main-slider-wrap-tabs .slick-slide .img img {
    width: 30px;
    height: auto;
}
.main-slider-wrap-tabs .slick-slide.slick-current {
    background: #0053a9;
    cursor: default;
}
.main-slider-wrap-tabs .slick-slide.slick-current {
    background: #0053a9;
    cursor: default;
}

.main-slider-wrap-tabs .slick-slide.slick-current:before {
    content: ''; 
    position: absolute;  
    left: calc(50% - 10px);
    top: -18px;
    border: 10px solid transparent;
    border-bottom: 10px solid #0053a9;
}



/* End */


/* Start:/bitrix/templates/.default/css/style_template_media.css?167695837447678*/
@media(max-width: 1699px){
    .container{
        width: 1400px;
    }

    .header__col.header__col--left {
        display: none;
    }
    .h-top-line__logo {
        display: block;
        padding: 7px 20px 5px 0;
    }
    .org-name__left {
        line-height: 3.5;
    }
    .org-name__right span {
        margin-top: 45px;
    }
	.arkhiv-resheniy .savefile-wrap {
		width: 25%;
	}
} 



@media(max-width: 1466px){
    .container{
        width: 1200px;
    }
    .top_menu {
        width: 1160px;
    }


    .main-slider-wrap .slick-dots {
        width: 1140px;
        margin-left: -570px;
    }
    .main-slider-wrap-tabs .slick-slide {
        height: 120px;
        padding-top: 30px;
        padding-left: 60px;
        font-size: 13px;
    }
    .main-slider-wrap {
        margin-bottom: -130px !important;
    }
    .main-slider-wrap .slick-dots {
        bottom: 170px;
    }
    .main-slider-wrap .slick-slide {
        padding-bottom: 220px;
    }

    ul.news__filter li {
        margin-right: 12px;
    }    
    .fresh-new__title {
        font-size: 24px;
    }
    .lnw-item__title {
        font-size: 13px;
    }

    .online-subscription-wrap:before {
        margin-left: 1075px;
    }
    .online-subscription-wrap > div:first-child {
        padding-top: 40px;
        padding-left: 130px;
        width: 55%;
    }
    .online-subscription-wrap {
        height: 200px;
    }
    .online-subscription-wrap > div:last-child {
        padding: 75px 0 0 75px;
    }

    .about-chamber-law__left {
        padding: 0 25px 0 0;
    }
	.arkhiv-resheniy .savefile-wrap {
		width: 25%;
	}
    
    .news a.all-news {
        margin-top: -70px;
    }
}








@media(max-width: 1299px){

    .container{
        width: 1000px;
    }
    .top_menu {
        width: 960px;
    }

    .h-bottom-line__menu {
        font-size: 16px;
    }
    ul.menu li.dd_menu button span {
        margin-bottom: 4px;
    }


    .main-slider-wrap .slick-dots {
        width: 940px;
        margin-left: -470px;
    }
    .main-slider-wrap-tabs .slick-slide {
        height: 110px;
        padding-top: 30px;
        padding-left: 50px;
        padding-right: 15px;
        font-size: 11px;
    }
    .main-slider-wrap {
        margin-bottom: -120px !important;
    }
    .main-slider-wrap .slick-dots {
        bottom: 160px;
    }
    .main-slider-wrap .slick-slide {
        padding-bottom: 200px;
    }
    .main-slider-wrap h2 {
        font-size: 32px;
        max-width: 590px;
        margin-top: 90px;
    }
    .main-slider-wrap-tabs .slick-slide .img {
        width: 25px;
        margin-left: -37px;
    }
    .main-slider-wrap-tabs .slick-slide .img img {
        width: 25px;
    }

    ul.news__filter li {
        margin-right: 10px;
    } 
    .fresh-new__title {
        font-size: 21px;
    }
    .list-news__item.lnw-item {
        padding-bottom: 11px;
        margin-bottom: 13px;
    }
    .lnw-item__title {
        line-height: 1.35;
    }


    .online-subscription-wrap:before {
        margin-left: 875px;
    }
    .online-subscription-wrap {
        height: 150px;
    }
    .online-subscription-wrap > div:first-child {
        padding-top: 27px;
        padding-left: 50px;
        width: 60%;
    }
    .online-subscription-title {
        font-size: 27px;
    }
    .online-subscription-wrap > div:last-child {
        padding: 50px 0 0 50px;
    }


    .pg-main__streamer.streamer, .vidgets__streamer.streamer {
        font-size: 36px;
    }




    .two-column-template__center-column {
        padding-left: 70px;
    }
    .two-column-template__left-column .v-menu .v-menu__item.active:before { 
        left: 265px;
    }
    .two-column-template__left-column .v-menu .v-menu__item a { 
        width: 235px;
    }



    .f-content__col ul li > a {
        font-size: 13px;
    }
    footer.footer:after {
        margin-left: 225px;
    }
    .f-content__col.f-content__col--cont.f-contacts p br {
        display: none;
    }

	.arkhiv-resheniy .savefile-wrap {
		width: 33.3%;
	}
}







@media(max-width: 1099px){

    .container{
        width: 800px;
    }
    .top_menu {
        width: 760px;
    }
    .h-bottom-line__menu {
        font-size: 15px;
    }



    .main-slider-wrap .slick-dots {
        width: 800px;
        margin-left: -400px;
    }
    .main-slider-wrap-tabs .slick-slide {
        height: 110px;
        padding-top: 45px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        line-height: 1.35;
        font-size: 11px;
    }
    .main-slider-wrap {
        margin-bottom: -120px !important;
    }
    .main-slider-wrap .slick-dots {
        bottom: 160px;
    }
    
    .main-slider-wrap h2 {
        margin-left: 0px;
    }
    .main-slider-wrap a.readmore {
        margin-left: 0px;
    }
    .main-slider-wrap-tabs {
        margin-left: 0px;
        margin-right: 0px;
    }
    .main-slider-wrap .slick-slide {
        padding-bottom: 200px;
    }
    .main-slider-wrap h2 {
        font-size: 30px;
        max-width: 490px;
        margin-top: 70px;
    }
    .main-slider-wrap-tabs .slick-slide .img {
        width: 25px;
        margin-left: calc(50% - 15px);
        top: 10px;
    }
    .main-slider-wrap-tabs .slick-slide .img img {
        width: 25px;
        margin-left: -13px;
    }


    .news__header {
        font-size: 36px;
        line-height: 1.0;
        margin-bottom: 26px;
    }
    ul.news__filter {
        display: block;
        width: 800px;
    }
    ul.news__filter li {
        display: inline-block;
        margin-bottom: 5px;
    }

    .newscontent__left.fresh-new {
        flex: 0 0 40%;
    }
    .newscontent__right.list-news {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 54.5%;
        -ms-flex: 0 0 54.5%;
        flex: 0 0 54.5%;
    }
    .lnw-item__title {
        font-size: 12px;
        line-height: 1.35;
        padding-right: 10%;
    }
    .list-news__item.lnw-item {
        padding-bottom: 11px;
        margin-bottom: 13px;
    }



    .online-subscription-wrap:before {
        margin-left: 675px;
    }
    .online-subscription-title {
        line-height: 1.0;
        margin-bottom: 10px;
        font-size: 21px;
    }
    .online-subscription-wrap > div:first-child {
        padding-top: 23px;
        padding-left: 35px;
        width: 50%;
    }
    .online-subscription-wrap {
        height: 130px;
    }
    .online-subscription-p {
        font-size: 13px;
    }
    .online-subscription-wrap > div:last-child {
        padding: 48px 0 0 30px;
    }


    .about-chamber-law__title {
        font-size: 28px;
    }
    .chl-functions__title {
        font-size: 19px;
    }
    .about-chamber-law__start,
    .about-chamber-law__today {
        font-size: 14px;
        line-height: 1.3;
    }
    .chl-functions ol > li {
        line-height: 1.3;
        padding-bottom: 5px;
        font-size: 14px;
    }


    .imp-numbers__number {
        font-size: 48px;
        margin-bottom: 10px;
    }

    .pg-main__streamer.streamer, .vidgets__streamer.streamer {
        font-size: 27px;
    }


    .f-content__col ul li > a {
        font-size: 12px;
        padding-right: 15px;
    }
    footer.footer:after {
        margin-left: 200px;
    }
    .f-content__col.f-content__col--cont.f-contacts {
        padding-left: 25px;
    }
    .f-content__col.f-content__col--cont.f-contacts p {
        line-height: 1.5;
        font-size: 13px;
    }
    .f-content__col.f-content__col--cont.f-contacts p br {
        display: none;
    }
    .fb-content__all-contacts {
        flex: 0 0 15%;
    }


    .f-content__col ul li > a {
        line-height: 1.3;
        display: inline-block;
        padding: 6px 15px 6px 0;
    }








    .red-btn {
        width: 160px;
        height: 38px;
        line-height: 38px;
        font-size: 13px;
    }

	.arkhiv-resheniy .savefile-wrap {
		width: 33.2%;
	}
}

















@media(max-width: 899px){

    .container{
        width: 600px;
    }
    .top_menu {
        width: 560px;
    }

    .h-top-line__logo .img-responsive  {
        width: 75px;
    }
    .h-top-line__logo {
        padding: 7px 10px 0px 0;
    }
    .org-name__left {
        line-height: 2.85;
        font-size: 28px;
    }
    .org-name__right span {
        margin-top: 26px;
        font-size: 11px;
    }

    .h-bottom-line__menu {
        font-size: 14px;
    }
    ul.menu li.dd_menu button {
        width: 50px;
    }
    ul.menu li.dd_menu button span {
        width: 20px;
        height: 3px;
        border-radius: 3px;
        margin: 0px 10px 6px;
    }




    .header__search-panel {
        width: 50%;
    }
    .h-bottom-line__menu ul li.submenu > a:after {
        margin-top: 21px;
    }
    ul.menu li.dd_menu button span {
        margin-bottom: 2px;
        margin-top: 4px;
    }
    ul.menu li.dd_menu ul.dropdown-menu {
        right: -55px;
        margin-top: 90px;
    }


    .main-slider-wrap h2 {
        font-size: 27px;
        max-width: 450px;
        margin-top: 50px;
        margin-left: 0px;
    }
    .main-slider-wrap a.readmore {
        margin-left: 0px;
        margin-bottom: 40px;
    }
    .main-slider-wrap-tabs .slick-slide .img {
        margin-left: calc(50% - 10px);
    }
    .main-slider-wrap-tabs .slick-slide {
        height: 110px;
        padding-top: 42px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        line-height: 1.1;
        /* font-size: 10px; */
        letter-spacing: -.25px;
    }
    .main-slider-wrap .slick-slide {
        padding-bottom: 180px;
    }
    .main-slider-wrap .slick-dots {
        width: 600px;
        margin-left: -300px;
    }
    .main-slider-wrap-tabs {
        margin-left: 0px;
        margin-right: 0px;
    }



    ul.news__filter {
        width: 600px;
        position: relative;
        margin-top: 0;
    }
    ul.news__filter li {
        margin-right: 0px;
    }
    .newscontent__hedaer {
        margin-top: 35px;
        min-height: auto;
    }
    .news a.all-news {
        margin-top: -65px;
    }
    .news__header {
        font-size: 34px;
    }

    .news__content.newscontent.d-flex {
        display: block;
    }
    .fresh-new__title {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .lnw-item__title {
        font-size: 14px;
    }
    .newscontent__right.list-news {
        padding-top: 36px;
    }
    .list-news__item.lnw-item {
        padding-bottom: 15px;
        margin-bottom: 17px;
    }

    .online-subscription-wrap > div:first-child {
        width: 60%;
        padding-top: 15px;
    }
    .online-subscription-wrap > div:last-child {
        padding: 40px 0 0 35px;
    }
    .online-subscription-wrap:before {
        display: none;
    }
    .online-subscription-wrap {
        height: 130px;
        padding-top: 150px;
    }
    .online-subscription-wrap {
        background-image: url(/bitrix/templates/.default/css/../img/subscr-mob.png);
        background-position: top center;
        background-size: cover;
    }

    .imp-numbers__body {
        display: block;
    }
    .imp-numbers__body:after {
        content: '';
        display: block;
        clear: both;
        position: relative;
    }
    .imp-numbers__col {
        width: 50%;
        float: left;
        display: block;
    }
    .imp-numbers__col:nth-child(odd)::before {
        display: none;
    }


    .about-chamber-law__right {
        flex: 0 0 180px;
    }


    .pg-main__streamer.streamer, .vidgets__streamer.streamer {
        font-size: 25px;
    }



    .content.content--common-page {
        margin-top: 29px;
    }
    .two-column-template__left-column {
        display:none;
    }
    .two-column-template__center-column {
        padding-left: 0px;
    }
    .two-column-template__center-column h1 {
        font-size: 24px;
    }
    .two-column-template__center-column .news-list .list__title {
        padding-bottom: 30px;
        font-size: 19px;
    }
    .common-page p {
        line-height: 1.6;
        margin-bottom: 15px;
        font-size: 15px;
    }
    ul.breadcrumb { 
        padding: 0 0px;
    }
    .breadcrumb.d-flex li:first-child {
        min-width: 20px;
    }
    .breadcrumb.d-flex li:nth-child(2) {
        min-width: 72px;
    }



    .footer.footer {
        background-size: auto 280px;
        background-position: center top 30px;
    }
    .footer__content.d-flex.f-content {
        display: block;
    }
    .f-content__col--first, 
    .f-content__col--second, 
    .f-content__col--third {
        width: 30%;
        float: left;
    }
    .f-content__col--third {
        width: 40%;
        float: right;
    }
    .f-content__col.f-content__col--cont.f-contacts {
        background: #0052ab;
        padding: 25px 25px 10px;
        margin-top: 35px;
        position: relative;
        top: 25px;
        width: calc(100% - 50px);
        clear: both;
        display: block;
    }
    footer.footer:after {
        display:none
    }
    .f-content__col ul li > a {
        font-size: 13px;
    }
    .f-content__col--cont {
        width: 100%;
        clear:both;
    }
    .footer__content--bottom-line{
        display: block;
        clear: both;
        margin-top: 50px;

        /*
        display: flex;
        flex-direction: row-reverse;*/

        display: grid;
        grid-template-columns: 1fr 1fr; 

    }
    .footer__content--bottom-line > div {
        width0: 100%;
        display0: block;
        grid-row0: 1;
    }
    .footer__content--bottom-line > div:nth-of-type(1) {
        grid-column: 1;
        grid-row: 2;
    }
    .footer__content--bottom-line > div:nth-of-type(2) {
        grid-column: 2;
        grid-row: 2;
        text-align: right;
    }
    .footer__content--bottom-line > div:nth-of-type(3) {
        grid-column: 1;
        grid-row: 1;
        padding: 0 0 15px;
    }
    .footer__content--bottom-line > div:nth-of-type(4) {
        grid-column: 2;
        grid-row: 1;
    }
 

    .fb-content__all-contacts a, .fb-content__driving a {
        color: #282828;
        float: right;
        text-align: right;
    }

	.arkhiv-resheniy .savefile-wrap {
		width: 33.3%;
	}

}












@media(max-width: 699px){

    .container{
        width: 400px;
    }

    .org-name__left {
        line-height: 2.65;
        font-size: 32px;
    }
    .org-name__right span {
        margin-top: 28px;
        font-size: 13px;
        padding-left: 17px;
        margin-left: 15px;
    }

    .h-top-line {
        display: block;
    }
    .h-top-line__logo {
        padding-right: 30px;
    }
    .h-top-line__right.top-right-corner{
        max-width: 230px;
        margin-bottom: -46px;
        margin-top: 10px;
        z-index: 6;
        position: relative;
    }

    ul.menu li.dd_menu ul.dropdown-menu {
        margin-top: 61px;
        /* right: -40px; */
        right: 0px;
    }

    .top_menu {
        width: 60px;
        padding-left: 300px;
    }
    .top_menu ul.menu {
        width: 60px;
        height: 47px;
    }
    ul.menu li {
        min-width: 100px;
    }
    ul.menu li.dd_menu {
        margin-top: 0px;
        position: relative;
    }
    ul.menu li.dd_menu {
        right: 5px;
    }
    ul.menu li.dd_menu button { 
        position: absolute;
    }
    .h-bottom-line__menu ul li {
        margin-right: 0px;
    }
    ul.menu li.dd_menu ul.dropdown-menu ul {
        float: none;
        position: relative;
        display: block;
        clear: both;
        opacity: 1;
        margin: 0px;
        top: 0px;        
        box-shadow: none;
        border-bottom: 0px solid #ddd;
        border-top: #ddd 0px solid;
        transition: height .3s ease;
    }
    ul.menu li.dd_menu ul.dropdown-menu ul li {
        padding-left: 0px;
        /* background: #f7f7f7; */
        background: #ffffff;
        /* border-left: 1px solid #f1f1f1; */
        /* font-size: 13px; */
    }
    ul.menu li.dd_menu ul.dropdown-menu > li {
        margin-right: 0px;  
    }
    .h-bottom-line__menu ul li ul li:not(:last-child) {
         border-bottom: 1px solid #d6d6d6;          
    }
    .h-bottom-line__menu .dd_menu ul li.submenu ul li {
        border-bottom: 0px solid #d6d6d6;
    }
    .h-bottom-line__menu .dd_menu ul li.submenu ul li a {
        font-weight: 400;
        border-left: 1px solid #eaeaea;
        border-right: 1px solid #eaeaea;
        border-bottom: 1px solid #d6d6d6;
    }
    .h-bottom-line__menu .dd_menu ul li.submenu > a {
        margin-right: 45px;
    }
    ul.menu li.dd_menu ul.dropdown-menu > li.open , 
    .h-bottom-line__menu .dd_menu ul .submenu.open > a {
        /* background: #f3f3f3; */
        background: #ffffff;
    }
    .h-bottom-line__menu ul li ul li a {
        white-space: normal;
        min-width: 190px;       
    }
 

    .h-bottom-line__menu .dd_menu ul li.submenu:before {
        content: '';
        width: 43px;
        /* height: 43px; */
        height: 36px;
        display: block;
        background: url(/bitrix/templates/.default/css/../img/arrow-menu.png);
        background-repeat: no-repeat;
        background-size: 7px 6px;
        background-position: center;
        position: absolute;
        /* margin: 0px; */
        margin: 3px 0px 0px;
        float: right;
        right: 1px;
        cursor:pointer;
        border-left: 1px solid #f3f6f9;
    }

    .h-bottom-line__menu .dd_menu ul li.submenu > a:after {
        display:none
    }
    .h-bottom-line__menu ul li ul {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    .submenu.open ul {
        display:block;
        opacity: 1;
        height: auto;
    }
    ul.menu li.dd_menu ul.dropdown-menu .submenu.open ul {
        border-bottom: 10px solid #f7f7f7;
        border-top: #ddd 2px solid;
        border-left: 20px solid #f9f8f8;
        border-right: 2px solid #f9f8f8;
    }
    .h-bottom-line__menu {
        max-height: 47px;
    }
    .header__search-panel {
        width: 75%;
    }




    .main-slider-wrap-tabs {
        display: none !important;
    }
    .main-slider-wrap .slick-dots {
        width: 400px;
        margin-left: -200px;
    }
    .main-slider-wrap {
        margin-bottom: 0px !important;
    }
    .main-slider-wrap .slick-slide {
        padding-bottom: 75px;
    }
    .main-slider-wrap .slick-dots {
        bottom: 50px;
    }
    .main-slider-wrap h2 {
        font-size: 24px;
        max-width: 400px;
    }
    


    ul.news__filter {
        width: 100%;
    }
    .newscontent__hedaer {
        margin-top: 30px;
    }
    .news__header {
        font-size: 28px;
    }
    .news a.all-news {
        margin-top: 12px;
        position: relative;
        float: left;
        display: block;
        left: 0;
        clear: both;
        font-size: 15px;
        padding: 10px 25px;
        font-weight: 500;
    }
    .news__content.newscontent.d-flex {
        display: block;
        margin-top: 100px;
    }
    .fresh-new__title {
        font-size: 19px;
    }
    .fresh-new__full-date {
        font-size: 14px;
    }
    .lnw-item__title {
        font-size: 13px;
        padding-right: 5%;
    }
    .lnw-item__full-date {
        font-size: 11px;
    }

    .online-subscription-wrap {
        height: auto !important;
        padding-top: 110px;
        padding-bottom: 0px;
    }
    .online-subscription-wrap {
        background-size: contain;
    }
    .online-subscription-wrap > div {
        width: 100% !important;
        padding: 0px 22px 30px !important;
    }
    .online-subscription-wrap:after ,
    .online-subscription-wrap > div:after {
        content: '';
        position: relative;
        display: block;
        clear: both;
    }
    .online-subscription-title {
        font-size: 23px;
        font-weight: 400;
    }


    .imp-numbers__number {
        font-size: 42px;
    }
    .imp-numbers__title {
        font-size: 14px;
    }

    .streamer__title br {
        display: none;
    }
    .pg-main__streamer.streamer, .vidgets__streamer.streamer {
        font-size: 21px;
    }


    .about-chamber-law__body {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .about-chamber-law__body .img-responsive, 
    .about-chamber-law__body .intro__graph img {
        max-width: 250px;
        margin: 0 auto 25px;
    }
    .about-chamber-law__left {
        padding: 0px;
    }
    .vidgets.vidgets--under-content {
        margin-top: 85px;
    }



    .f-content__col--first, .f-content__col--second, .f-content__col--third {
        width: 50%; 
    }
    .f-content__col--third {
        width: 100%;
        margin-top: 25px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .f-content__col--third div:nth-of-type(1) {
        grid-column: 1;
        grid-row: 1;
    }
    .f-content__col--third ul:nth-of-type(1) {
        grid-column: 1;
        grid-row: 2;
    }
    .f-content__col--third div:nth-of-type(2) {
        grid-column: 2;
        grid-row: 1;
    }
    .f-content__col--third ul:nth-of-type(2) {
        grid-column: 2;
        grid-row: 2;
    }
    .f-content__col-title.f-content__col-title--second-in-col {
        margin-top: 0px;
    }


	.arkhiv-resheniy .savefile-wrap {
		width: 100%;
	}

}














@media(max-width: 509px){


    .container{
        width: calc(100% - 40px);
        padding: 0 20px;
    }


    .h-top-line__logo {
        padding-right: 20px;
    }
    .h-top-line__left.d-flex {
        justify-content: space-between;
    }

    ul.menu li {
        min-width: 50px;
    }
    .h-bottom-line__search {
        display: block;
        width: 50px;
        float: right;
        height: 47px;
        border: none;
        /* border-right: 1px solid #eaeaea; */
    }
    #search-button:not(.open) img {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .header__search-panel {
        width: calc(100% - 20px);
    }
    .h-bottom-line {
        display: block;
        width: 100%;
        min-height: 47px;
    }
    .top_menu {
        width: 60px;
        padding-left: 0px;
        float: right;
        right: 0;
        display: block;
    }


    .main-slider-wrap .slick-dots {
        width: calc(100% - 40px);
        margin-left: calc(-50% + 20px);
    }



    ul.news__filter li a {
        padding: 12px 13px;
    }
    .news__content.newscontent.d-flex {
        padding: 20px;
    }



}








@media(max-width: 459px){
    .org-name__left {
        font-size: 28px;
    }
    .org-name__right span {
        margin-top: 23px;
        font-size: 12px;
        padding-left: 12px;
        margin-left: 10px;
    }

    .main-slider-wrap h2 {
        font-size: 21px;
    }


    ul.news__filter li a {
        padding: 10px 10px;
        font-size: 11px;
    }
    .news__header {
        font-size: 27px;
    }


    .lnw-item__title {
        font-size: 12px;
    }


    .imp-numbers__title {
        font-size: 12px;
    }
    .imp-numbers__number {
        font-size: 38px;
    }


    .about-chamber-law__body .img-responsive, .about-chamber-law__body .intro__graph img {
        max-width: 200px;
    }
    .about-chamber-law__title {
        font-size: 25px;
    }

    .pg-main__streamer.streamer, 
    .vidgets__streamer.streamer {
        font-size: 19px;
    }


    .footer__content.footer__content--bottom-line.d-flex.fb-content {
        font-size: 12.5px;
    }
}







@media(max-width: 379px){

    .org-name {
        display: block;
    }

    button.account__btn img {
        margin-right: 0px;
    }
    .h-top-line__right.top-right-corner {
        max-width: 110px;
    }
    button.account__btn .accont__btn-text { 
        display: none;
    }
    button.account__btn {
        padding: 10px 10px 10px 10px;
        border: 1px solid #ffffff;
    }
    .org-name__left {
        line-height: 1.75;
    }
    .org-name__right span {
        margin-top: 0px;
        font-size: 11px;
        padding-left: 0px;
        margin-left: 0px;
        margin-bottom: 15px;
        border: none; 
        max-width: unset;
    }
    .h-top-line__logo { 
        min-width: 25%;
    }
    .h-top-line__logo {
        padding-right: 12px;
    }

    .f-content__col-title {
        font-size: 16px;
    }


    .online-subscription-title {
        font-size: 21px;
    }


    .about-chamber-law__title {
        font-size: 24px;
    }
    .about-chamber-law__start, .about-chamber-law__today {
        font-size: 13px; 
    }
    .chl-functions ol > li { 
        font-size: 13px;
    }




    .imp-numbers__number {
        font-size: 32px;
    }
    .imp-numbers__title {
        font-size: 11px;
    }

    .pg-main__streamer.streamer, .vidgets__streamer.streamer {
        font-size: 16px;
    }

    .footer__content.footer__content--bottom-line.d-flex.fb-content {
        font-size: 12px;
    }

}


/* 1700 */
/* 1699 - 1366 */
/* 1365 - 1200 */
/* 1199 - 992 */
/* 991 - 768 */
/* 767 - 451 */
/* 450 - 375 */
/* 374 - 320 */
/* 319 */










/*
@media only screen and (max-width: 1599px) and (min-width: 1200px){
    .container{
        width: 1100px;
    }
    .header__col--left{
        margin-left: -675px;
        top: 15px
    }
    .h-bottom-line__menu{
        font-size: 18.5px;
    }
    .lnw-item__title {
        font-size: 13.5px;
    }
    footer.footer:after{
        content: '';
        width: 50%;
        top: 0;
        left: 50%;
        bottom: 0;
        position: absolute;
        z-index: 1;
        background: #0052ab;
        margin-left: 245px;
    }

}
 
@media only screen and (max-width: 1365px){
    .header__col.header__col--left{
        display: none;
    }
    .h-top-line__logo{
        display: block;
        max-width: 90px;
        margin-right: 15px;
    }
    .org-name__right{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .org-name__right span {
        display: block;
        margin-left: 20px;
        margin-top: unset;
        max-width: 165px;
        font-size: 12.5px;
        text-transform: uppercase;
        line-height: 14px;
        letter-spacing: .1px;
    }
    .org-name__left {
        line-height: 82px;
    }
}
@media only screen and (max-width: 767px){
    .xs-dir-column{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .panel {
        background: #fff;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
    .container{
        width: 960px
    }
    .h-bottom-line__menu{
        font-size: 16.5px;
    }
    ul.news__filter li {
        padding: 5px 12px;
    }
    .news__content.newscontent.d-flex{
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .newscontent__left.fresh-new, .newscontent__right.list-news{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }
    .list-news__item.lnw-item {
        margin: 15px 0;
    }
    .imp-numbers__number {
        font-size: 45px;
    }
    .about-chamber-law__title {
        font-size: 36px;
    }
    .about-chamber-law__start {
        font-size: 15.6px;
        margin-bottom: 25px;
    }
    .f-content__col.f-content__col--second {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 19%;
        flex: 0 0 19%;
    }
    .f-content__col.f-content__col--third {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.5%;
        flex: 0 0 29.5%;
    }
    footer.footer .f-content__col ul li > a {
        font-size: 12.5px;
    }
    footer.footer:after {
        content: '';
        width: 50%;
        top: 0;
        left: 50%;
        bottom: 0;
        position: absolute;
        z-index: 1;
        background: #0052ab;
        margin-left: 175px;
        }
    .f-content__col.f-content__col--cont.f-contacts p {
        font-size: 12.5px;
    }
    .fb-content__facebook-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32.3%;
        flex: 0 0 32.3%;
    }
    .fb-content__shields {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.5%;
        flex: 0 0 16.5%;
    }
    .fb-content__all-contacts {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
    }
    .about-chamber-law__left {
        padding-right: 15px;
    }
    .pg-main__streamer.streamer, .vidgets__streamer.streamer {
        font-size: 32px;
    }
}  

@media only screen and (min-width: 992px){
    #myTab-accordion{
        display: none;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
    .container{
        max-width: 750px;
    }
    #z-container{
        -webkit-transition: -webkit-transform 0.2s ease-in;
        transition: -webkit-transform 0.2s ease-in;
        transition: transform 0.2s ease-in;
        transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
        position: relative;
    }
    .left-visible #z-container{
        -webkit-transform: translate3d(40%, 0, 0);
        transform: translate3d(40%, 0, 0);

    }
    #z-sidebar{
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: -webkit-transform 0.2s ease-in;
        transition: -webkit-transform 0.2s ease-in;
        transition: transform 0.2s ease-in;
        transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .left-visible #z-sidebar{
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.2s ease-in;
        transition: -webkit-transform 0.2s ease-in;
        transition: transform 0.2s ease-in;
        transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    }
    #z-container.shadow:before{
        content:'';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgb(0,0,0);
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
        z-index: 222;
        font-family: "entypo", sans-serif;
    }
    .h-bottom-line__menu {
        padding: 30px 0 20px;
    }
    #z-sidebar .close {
        display: block;
        position: absolute;
        font-size: 70px;
        color: red;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 27px;
        top: 10px;
        text-align: center;
    }
    .mm-button__call{
        position: relative;
        width: 40px;
        height: 40px;
        border: 1px solid #dce1e8;
        border: none!important;
        background: none;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5px 0;
        box-sizing: border-box;
    }
    .bar1, .bar2, .bar3 {
        width: 25px;
        height: 2px;
        background-color: #0053a9;
        margin: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        display: block;
    }
    html.left-visible #z-sidebar {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        width: 40%;
        box-sizing: border-box;
    }
    .header__line.header__line--top.h-top-line.d-flex.xs-dir-column{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 10px;
    }
    .header .container {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: unset;
    }
    .h-top-line__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .hidden-sm{
        display: none;
    }
    .panel-header {
        color: #fff;
        background-color: #41648a;
        border: 1px solid #d7e0e8;
        padding: 10px 15px;
    }
    #myTab-accordion{
        max-width: 600px;
        margin: 0 auto 0 0;
    }
    #myTab-accordion .panel-collapse {
        display: none;
        padding: 15px;
        border: 1px solid #d7e0e8;
        border-top: none;
    }
    .panel+.panel {
        margin-top: 10px;
    }
    .panel {
        background: #fff;
    }
    .newscontent__left.fresh-new {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 25px;
    }
    .list-news__item.lnw-item{
        margin-bottom: 15px;
    }
    .sm-dir-column{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 10px;
    }
    .pg-main__about.about-chamber-law {
        margin-top: 50px;
    }
    .about-chamber-law__title ,
    .about-chamber-law__start{
        padding-left: 145px;
    }
    .about-chamber-law__right {
        padding-top: 5px;
        position: absolute;
        width: 120px;
        left: 50%;
        margin-left: -375px;
    }
    .vidgets.vidgets--under-content {
        margin-top: 20px;
    }
    .imp-numbers__number {
        font-size: 36px;
    }
    .pg-main__streamer.streamer, .vidgets__streamer.streamer {
        font-size: 30px;
        margin-top: 100px;
    }
    .footer__content.d-flex.f-content{
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .f-content__col{
        flex: 0 0 49%!important;
        padding: 15px;
        box-sizing: border-box;
    }
    footer.footer:after{
        display: none;
    }
    .vidgets__streamer.streamer {
        padding-bottom: 110px;
    }
    .imp-numbers__body {
        padding-bottom: 25px;
    }
    .f-content__col.f-content__col--cont.f-contacts {
        color: #fff;
        background: #0051aa;
    }
    .h-bottom-line__menu a:not(.close) {
        line-height: 2.8;
        border-bottom: 0.5px solid #41648abf;
        padding-left: 25px;
    }
    .h-bottom-line__menu {
        padding: 50px 0 20px;
    }
} 

@media only screen and (max-width: 991px) and (min-width: 768px){

}


@media only screen and (min-width: 1200px){
    .two-column-template__left-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 304px;
        flex: 0 0 304px;
    }
}
@media only screen and (max-width: 767px){
    .container{
        max-width: 100%;
    }
    .h-top-line__right {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important;
    }
    .xs-dir-column{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 10px;
    }
    .h-top-line__logo{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .h-top-line__logo-caption{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    }
    .org-name__right span {
        font-size: 11px;
    }
    html.left-visible{
        min-height: 100%;
        height: 100%;
    }
    html.left-visible .z-container{
        -webkit-transform: translate3d(80%, 0, 0);
        transform: translate3d(80%, 0, 0);
    }
    html.left-visible #z-sidebar{
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        width: 80%;
        box-sizing: border-box;
    }
    #z-sidebar{
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .mm-button__call, .v-mm-button__call{
        position: relative;
        width: 40px;
        height: 40px;
        border: 1px solid #dce1e8;
        border: none!important;
        background: none;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5px 0;
        box-sizing: border-box;
    }
     
    .org-name__left {
        line-height: 70px
    }
    .accont__btn-text{
        display: none;
    }
    .account__btn.btn{
        padding: 10px 0 10px 10px;
    }
    #z-container{
        -webkit-transition: -webkit-transform 0.2s ease-in;
        transition: -webkit-transform 0.2s ease-in;
        transition: transform 0.2s ease-in;
        transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
        position: relative;
    }
    .left-visible #z-container{
        -webkit-transform: translate3d(80%, 0, 0);
        transform: translate3d(80%, 0, 0);

    }
    #z-sidebar{
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: -webkit-transform 0.2s ease-in;
        transition: -webkit-transform 0.2s ease-in;
        transition: transform 0.2s ease-in;
        transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    }
    .left-visible #z-sidebar{
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.2s ease-in;
        transition: -webkit-transform 0.2s ease-in;
        transition: transform 0.2s ease-in;
        transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    }
    #z-container.shadow:before{
        content:'';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgb(0,0,0);
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
        z-index: 222;
        font-family: "entypo", sans-serif;
    }
    .h-bottom-line__menu {
        padding: 30px 0 20px;
    }
    #z-sidebar .close,
    #z-sidebar .close-v {
        display: block;
        position: absolute;
        font-size: 70px;
        color: red;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 27px;
        top: 10px;
        text-align: center;
    }
    .content--main {
        padding: 40px 10px;
    }
    .news__header {
        font-size: 30px;
    }
    header.header {

    }
    .h-top-line {
        border-bottom: none!important;
    }
    button.account__btn{
        border: none!important;
    }
    .h-bottom-line__search {
        border-left: none!important;
    }
    .h-top-line__left.d-flex {
        border-bottom: 1px solid #d7e0e8;
    }
    header.header{
        padding-bottom: 0;
    }
    .h-bottom-line__search{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header__search-panel {
        width: 95%;
    }
    .hidden-xs{
        display: none;
    }
    #myTab-accordion .panel-collapse{
        display: none;
        padding: 15px;
        border: 1px solid #d7e0e8;
        border-top: none;
    }
    .panel-header {
        color: #fff;
        background-color: #41648a;
        border: 1px solid #d7e0e8;
        padding: 10px 15px;
    }
    .panel+.panel {
        margin-top: 5px;
    }
    .fresh-new__title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .newscontent__left.fresh-new {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 30px;
    }
    .list-news__item.lnw-item {
        margin-bottom: 30px;
    }
    .lnw-item__title {
        padding-right: 0;
    }
    .list-news__img{
        display: none;
    }
    .h-bottom-line__menu a:not(.close):not(.close-v ){
        line-height: 2.8;
        border-bottom: 0.5px solid #41648abf;
        padding-left: 25px;
    }
    .bar1, .bar2, .bar3 {
        width: 25px;
        height: 2px;
        background-color: #0053a9;
        margin: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        display: block;
    }
    .org-name__left {
        font-size: 30px;
    }
    .pg-main__about.about-chamber-law {
        margin-top: 45px;
    }
    .about-chamber-law__title {
        font-size: 28px;
    }
    .row{
        margin: 0 -10px
    }
    .about-chamber-law__start {
        font-size: initial;
        letter-spacing: .2px;
        margin-bottom: 25px;
        font-weight: 500;
    }
    .chl-functions ol > li{
        font-size: 15px;
        letter-spacing: .4px;
        line-height: 1.55;
        margin-bottom: 15px;
    }
    .imp-numbers__col{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
    }
    .imp-numbers__body{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 50px;
    }
    .imp-numbers__number {
        font-size: 40px;
    }
    .vidgets.vidgets--under-content {
        margin-top: 10px;
    }
    .imp-numbers__title {
        max-width: 120px;
        margin: 0 auto;
    }
    .vidgets__streamer.streamer {
        font-size: 22px;
        line-height: 1.2;
        font-weight: 300;
        text-align: center;
        margin-top: 80px;
        padding-bottom: 90px;
    }
    .footer__content.d-flex.f-content {
        margin-top: 45px;
    }
    .f-content__col.f-content__col--cont.f-contacts {
        color: #fff;
        margin: 0 -15px;
        padding: 10px;
        background: #0052ab;
        margin-top: 35px;
    }
    .footer.footer {
        background-position: center top 50px;
    }
    footer.footer:after{
        display: none;
    }
    .f-content__col:not(.f-content__col--first) > .f-content__col-title{
        margin-top: 30px;
    }
    .fb-content__all-contacts{
        display: none;
    }
    .fb-content__driving{
        display: none;
    }
    .footer__content--bottom-line{
        min-height: 110px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .about-chamber-law__right img{
        margin: 0 auto;
    }
    .content.content--common-page {
        margin-top: 25px;
    }
    .two-column-template__center-column{
        padding: 0 15px;
    }
    #v-mm-button__call {
        position: absolute;
        left: 10px;
        top: -6px;
    }
    .two-column-template__center-column h1{
        padding-left: 50px;
    }
    h1 {
        font-size: 28px;
    }
    #mm-noacvtive{
        display: none;
    }
    .p-center__intro.intro.d-flex,
    .member-list__item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #svc-filter{
        display: none;
    }
    h2.mc-list__title {
        margin-bottom: 40px;
        margin-top: 50px;
    }
    .member-list__item-img {
        margin-bottom: 15px;
    }
    .svc-filter__tabs {
        display: none;
    }
}  
@media only screen and (max-width: 374px){
    .org-name__right span {
        font-size: 10px;
        margin-left: 10px;
        line-height: 12.5px;
    }
    .org-name__left {
        font-size: 30px;
    }
    .h-top-line__logo{
        margin-right: 10px;
    }
}
@media only screen and (max-width: 767px) and (orientation: portrait){
    .footer__content.d-flex.f-content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 15px;
    }
}
@media only screen and (max-width: 767px) and (orientation: landscape){
    .footer__content.d-flex.f-content{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .footer__content.d-flex.f-content >.f-content__col{
        -webkit-box-flex: 0!important;
        -ms-flex: 0 0 49%!important;
        flex: 0 0 49%!important;
    }
    .f-content__col:not(.f-content__col--first) > .f-content__col-title{
        margin-top: 0!important;
    }
    .f-content__col.f-content__col--third {
        margin-top: 45px;
    }
}
@media only screen and (max-width:  450px){
    .header .container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
@media only screen and (max-width:  767px) and (min-width: 451px){
    .header .container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
    }
}
@media only screen and (min-width: 768px){
    #z-sidebar{
         
    }
}
*/
/* End */


/* Start:/bitrix/templates/.default/css/daterangepicker.css?16221158408479*/
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/* End */


/* Start:/bitrix/templates/.default/css/jquery.datetimepicker.css?162756049818419*/
.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

/* End */


/* Start:/bitrix/templates/.default/css/lk.css?169953950549111*/
/*old-style*/

.unauthuser {
    padding: 50px;
    background: #fff;
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    display: block;
    min-height: 350px;
}

.unauthuser input[type=submit],
.unauthuser input.btn {
    font-size: 1.1em !important;
    overflow: visible !important;
    background: #0053a9 !important;
    border: none !important;
    color: #fff !important;
    padding: 0 32px !important;
    line-height: 42px !important;
    cursor: pointer !important;
    transition: background .3s ease;
}

.unauthuser input[type=submit]:hover,
.unauthuser input.btn:hover {
    background: #006fe2 !important;
}

.unauthuser input[type="text"],
.unauthuser input[type="password"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #f8fafc;
    outline: 0;
    box-sizing: border-box;
}

.unauthuser .bx-auth-reg table {
    width: 100%;
}

.unauthuser .bx-auth-reg table thead {
    display: none;
}

.unauthuser .bx-auth-reg table tr td {
    margin-bottom: 0px;
    display: block;
    width: 100%;
}

.unauthuser .bx-auth-reg table tr td:first-child {
    font-size: 13px;
    color: #5a6c77;
    padding-bottom: 2px;
    margin-top: 25px;
}

.unauthuser .login-label {
    display: block;
    padding-top: 20px
}

.unauthuser .bx-auth-reg form {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.unauthuser .bx-authform {
    max-width: 100%;
}

.unauthuser .bx-authform form {
    padding-top: 25px;
}

.user-win-log {
    background: #fff;
    box-shadow: 0 0 5px 3px #e8edf0;
    padding: 10px;
}

.user-win-log table {
    width: calc(100% - 55px);
    float: left;
}

.user-win-log table tr td {
    vertical-align: middle;
    line-height: 35px;
}

.user-win-log table tr td:first-child {
    width: 43px;
}

.user-win-log a {
    width: 53px;
    float: right;
    line-height: 35px;
}

.unauthuser .tabs {
    position: relative;
    display: block;
    background: #f1f5f8;
    height: 56px;
    margin: -106px -50px 0;
}

.unauthuser .tabs .tab {
    height: 56px;
    line-height: 56px;
    background: #fff;
    display: inline-block;
    padding: 0 50px;
    font-size: 21px;
    transition: all ease .3s;
    text-decoration: none;
    color: #282828;
}

.unauthuser .tabs .tab.auth {
    background: #fff;
}

.unauthuser .tabs .tab.reg {
    background: none;
}

.unauthuser .tabs .tab.reg:hover {
    color: #0052ab;
    background: #fff;
    cursor: pointer;
}

.unauthuser .tabs .tab.auth:hover {
    color: #282828;
    cursor: default;
}

.unauthuser.reg-tab .tabs .tab.reg {
    background: #fff;
}

.unauthuser.reg-tab .tabs .tab.auth {
    background: none;
}

.unauthuser.reg-tab .tabs .tab.reg:hover {
    color: #282828;
    cursor: default;
}

.unauthuser.reg-tab .tabs .tab.auth:hover {
    color: #0052ab;
    background: #fff;
    cursor: pointer;
}

.unauthuser .tabs-content .auth {
    display: block;
}

.unauthuser .tabs-content .reg {
    display: none;
}

.unauthuser.reg-tab .tabs-content .auth {
    display: none;
}

.unauthuser.reg-tab .tabs-content .reg {
    display: block;
}

.unauthuser .tabs-content .rep {
    display: none;
    margin: -56px -50px 0;
    padding: 50px 50px 0;
    background: #fff;
    position: relative;
}

.unauthuser.rep .tabs-content .rep {
    display: block;
}

.unauthuser .tabs-content .rep h2 {
    padding: 0;
}

.unauthuser .tabs-content .rep .bxe-light {
    display: none;
}

.unauthuser .close-btn {
    display: block;
    position: relative;
    float: right;
    background: #0053a9;
    width: 56px;
    height: 56px;
    margin: -50px;
    color: #fff;
    line-height: 56px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.unauthuser .bx-authform-link-container {
    display: none;
}

.unauthuser .rep-form {
    color: #0052ab;
    cursor: pointer;
}

.unauthuser.rep .tabs-content .reg,
.unauthuser.rep .tabs-content .auth {
    display: none;
}

.two-column-template__left-column {
    display: none;
}

.two-column-template__center-column {
    padding-top: 50px;
    padding-left: 103px;
    padding-bottom: 103px;
    padding-right: 103px;
    width: 100%;
}

.confirm-email-mst {
    margin-bottom: 120px;
    padding: 15px;
    background: #fff;
}

@media (max-width: 1299px) {
    .two-column-template__center-column {
        padding-top: 50px;
        padding-left: 103px;
        padding-bottom: 103px;
        padding-right: 103px;
    }
}

@media (max-width: 899px) {
    .two-column-template__center-column {
        padding-top: 50px;
        padding-left: 50px;
        padding-bottom: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 699px) {
    .unauthuser {
        padding: 35px;
    }

    .unauthuser .tabs {
        height: 56px;
        margin: -91px -35px 0;
    }

    .unauthuser .tabs .tab {
        padding: 0px 35px;
    }

    .two-column-template__center-column {
        padding-top: 50px;
        padding-left: 0px;
        padding-bottom: 35px;
        padding-right: 0px;
    }

    .unauthuser .tabs-content .rep {
        margin: -56px -35px 0;
        padding: 50px 35px 0;
    }

    .unauthuser .close-btn {
        width: 35px;
        height: 35px;
        margin: -50px -35px;
        line-height: 35px;
    }
}

@media (max-width: 449px) {
    .unauthuser .tabs .tab {
        font-size: 17px;
    }

    .unauthuser h3 {
        font-size: 17px;
    }

    .unauthuser h2 {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .unauthuser .bx-filter-param-text {
        font-size: 14px;
    }
}

@media (max-width: 399px) {
    .unauthuser .tabs .tab {
        font-size: 13px;
    }
}

@media (max-width: 349px) {
    .unauthuser {
        padding: 20px;
    }

    .unauthuser .tabs .tab {
        padding: 0px 20px;
        line-height: 46px;
        height: 46px;
        font-size: 14px;
    }

    .unauthuser .tabs {
        height: 46px;
        margin: -66px -20px 0;
    }
}


/*old-style-end*/

/*head nav*/
.search-back {
    margin: 1rem 0;
    display: block;
}

.managment_main_nav__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.managment_main_nav_list_item {
    margin: 0 0.1rem;
    display: inherit;
}

a.managment_main_nav_link {
    color: black;
    text-decoration: none;
    padding: 1rem;
    border-bottom: 3px solid #bbb;
    display: flex;
    justify-content: space-between;
}

.managment_main_nav_link:hover {
    background: #0053a9;
    color: #fff;
    border-color: transparent;
}

.managment_main_nav_link.managment_main_nav_link--active {
    border-color: #0053a9;
    cursor: default;
}

.managment_main_nav__hint {
    position: relative;
    display: none;
}

.managment_main_nav__hint_ico {
    border-radius: 50%;
    border: 1px solid #bbb;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.managment_main_nav__hint_text {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    width: 300px;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
    padding: 1rem;
    z-index: 1;
    color: black;
}

@media (hover: hover) {
    .managment_main_nav__hint {
        display: block;
    }

    .managment_main_nav__hint_ico:hover+.managment_main_nav__hint_text {
        display: block;
    }
}

/*head nav end*/

.user-main-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1rem 0;
}

.user-main-data-row {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 1rem;
    margin: 0 0 1rem;
    max-width: 1000px;
    width: 800px;
    background: white;
    padding: 1rem;
    box-sizing: border-box;
}

.user-main-data-row-separator {
    text-align: center;
    background: #c1c4c6;
    grid-template-columns: 100%;
}

.user-main-data-name {
    border-right: 1px solid #bbb;
}

.user-main-data-value {
    margin: 0 1rem;
}

.lk-lawyer-pult {
    width: 300px;
    display: flex;
    flex-direction: column;
    margin-left: 5rem;
}

a.lk-lawyer-pult-item {
    background: white;
    margin: 0 0 1rem;
    padding: 1rem;
    text-decoration: none;
    color: black;
}

a.lk-lawyer-pult-item:hover {
    background: #fd9b00;
}

.user-main-form-data-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 1rem;
    max-width: 1000px;
    width: 1000px;
    background: white;
    padding: 1rem;
    box-sizing: border-box;
}

.user-main-form-data-name {
    border-right: 1px solid #bbb;
    width: 250px;
}

.user-main-form-data-input {
    margin: 0 1rem;
    width: calc(100% - 300px);
    border: 0;
    border-bottom: 1px solid #bbb;
    font-size: 16px;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
}

.user-main-form-data-input.sub-value {
    margin: 0;
}

.user-main-form-data-input.no-border {
    border-bottom-color: transparent;
}

.user-main-form-data-input:focus:not([readonly]) {
    background: #e8e8e8;
    border-bottom-color: transparent;
}

.user-main-form-data-input[readonly] {
    color: #000;
    background: #eaeaea;
    cursor: not-allowed;
}

.user-main-form-data-input-radio {
    margin: 0 1rem;
}

.personal-form-submit {
    display: block;
    width: 180px;
    height: 58px;
    background: #e8202a;
    color: #fff;
    text-decoration: none;
    line-height: 58px;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    transition: background-color .3s ease;
    cursor: pointer;
    border: 0;
}

.personal-form-submit:hover {
    background: #ff0909;
}

.form-success {
    padding: 1rem;
    border: 2px solid green;
    color: green;
    margin-bottom: 1rem;
    display: none;
}

.edit-pass-error, .edit-pass-ok {
    padding: 1rem;
    border: 2px solid black;
    margin-bottom: 1rem;
}

.edit-pass-error {
    border-color: red;
}

.edit-pass-ok {
    border-color: green;
}

/*managment-add-item-box*/

.add-managment-item-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 2rem;
}

.add-managment-item-calendar {
    min-width: 250px;
    margin-right: .5rem;
}

.managment-calendar-input {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    box-sizing: border-box;
}

.admin-pre-filtr-btns {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 1rem auto 0;
}

.managment-toggle-btn {
    width: 58px;
    height: 58px;
    background: #fff;
    color: #000;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border: 0;
    margin: 0 .5rem;
}

.managment-toggle-btn.active,
a.admin-pre-filtr-btn.active {
    background: #e8202a;
    color: white;
}

a.admin-pre-filtr-btn {
    height: 58px;
    background: #fff;
    color: #000;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border: 0;
    margin-right: .5rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    text-decoration: none;
}

.admin-lawyer-search {
    display: flex;
    justify-content: space-between;
    margin: 0 .5rem;
}

.admin-lawyer-search-input {
    height: 58px;
    padding: 1rem;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #bbb;
}

.admin-lawyer-search-sbt {
    background: url(/bitrix/templates/.default/css/../img/icon-search.png) no-repeat center center white;
    cursor: pointer;
    width: 58px;
    box-sizing: border-box;
    height: 58px;
    margin-left: 0.5rem;
    border: 0;
}

.add-managment-item-btns {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    justify-self: end;
}

.add-managment-item-btn,
.managment-safe-btn,
.form-add-main-row input[type="submit"],
.form-add-related-row input[type="submit"],
.history-apdate-btn,
.add-related-case-btn,
.fio-result-item-btn-more {
    display: block;
    width: 180px;
    height: 58px;
    background: #e8202a;
    color: #fff;
    text-decoration: none;
    line-height: 58px;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    transition: background-color .3s ease;
    cursor: pointer;
    border: 0;
}

ul.dadata-hint-response {
    list-style: none;
    background: white;
    box-sizing: border-box;
    padding: 0;
}

ul.dadata-hint-response>li:not(:last-child) {
    border-bottom: 1px solid #bbb;
}

ul.dadata-hint-response>li {
    padding: 0.5rem;
    cursor: pointer;
}

ul.dadata-hint-response>li:hover {
    background: #bbb;
}

.add-managment-item-btn {
    margin-left: 1rem;
}

.add-related-case-btn {
    width: auto;
    margin: 1rem auto;
    padding: 0 1rem;
}

.form-add-main-sub-row,
.form-add-related-sub-row {
    display: flex;
    align-items: center;
}

.case-not-number-wrap {
    padding: 0 0.5rem;
    box-sizing: border-box;
    width: 25%;
    display: flex;
    justify-content: flex-end;
}

.case-not-number-tumbler {
    display: none;
}

.case-not-number-tumbler+label {
    padding-left: 50px;
    position: relative;
    cursor: pointer;
}

.case-not-number-tumbler+label:before {
    content: '';
    width: 40px;
    height: 20px;
    border-radius: 10px;
    background: #dfe3e6;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    transition: .3s;
}

.case-not-number-tumbler+label:after {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e8202a;
    position: absolute;
    left: 0px;
    top: -2px;
    transition: .3s;
    cursor: pointer;
}

.case-not-number-tumbler:checked+label:after {
    left: 15px;
}

.case-not-number-tumbler:checked+label:before {
    background: #e8202a78;
}

.main-case-cheker.statik-active~.form-add-main-row,
.main-case-cheker.statik-active~.form-add-related-row {
    display: flex !important;
}

.main-case-cheker.statik-active~.form-add-main-row.half-version,
.main-case-cheker.statik-active~.form-add-related-row.half-version {
    display: inline-flex !important;
}

.case-cheker-btn {
    display: block;
    width: 180px;
    height: 58px;
    background: #e8202a;
    color: #fff;
    text-decoration: none;
    line-height: 58px;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    transition: background-color .3s ease;
    cursor: pointer;
    border: 0;
    margin: 0 auto;
}

.case-cheker-btn:hover {
    background: #ff0909;
}

.case-cheker-wrap {
    display: none;
    align-items: center;
    margin: 1rem 0;
    background: #28282817;
    padding: 1rem;
    box-sizing: border-box;
    font-size: 16px;
}

.case-cheker-wrap.active {
    display: flex;
}

.case-cheker-wrap img {
    width: 30px;
    margin-right: 1rem;
}

.case-cheker-fio-result-item {
    border-bottom: 2px solid #bbb;
    margin-bottom: 1rem;
}

.case-cheker-fio-result-item.hidden {
    display: none;
}

.main-case-cheker~.form-add-main-row,
.main-case-cheker~.form-add-related-row {
    display: none !important;
}

.main-case-cheker~.form-add-main-row,
.main-case-cheker~.form-add-related-row {
    display: flex !important;
}

.main-case-cheker~.form-add-main-row.half-version,
.main-case-cheker~.form-add-related-row.half-version {
    display: inline-flex !important;
}

.managment-safe-btn.done,
button.history-apdate-btn.done {
    background: #43B05C;
    ;
}

.id-case-cheker-help {
    font-size: small;
}

.managment-safe-btn {
    margin: 1rem auto 0;
}

.create-report-excel {
    display: block;
    width: 200px;
    height: 58px;
    color: #000;
    text-decoration: none;
    line-height: 58px;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    border: 0;
    background: #fff;
}

.add-managment-item-btn:hover,
.add-related-case-btn:hover,
.form-add-main-row input[type="submit"]:hover {
    background: #ff0909;
}

.form-add-main-item,
.form-add-related-item {
    display: none;
    width: 100%;
    box-shadow: 1px 1px 20px #bbb;
    padding: 2rem;
    box-sizing: border-box;
    margin: 2rem 0;
}

.form-add-main-row,
.form-add-related-row {
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
}

.form-add-main-row.half-version,
.form-add-related-row.half-version {
    width: 49%;
    display: inline-flex;
}

.form-add-main-row input[type="text"],
.form-add-main-row input[type="date"],
.form-add-main-row input[type="number"],
.form-add-main-row input[type="time"],
.form-add-main-row input[type="email"],
.form-add-main-row input[type="tel"],
.form-add-related-row input[type="tel"],
.form-add-related-row input[type="text"],
.form-add-related-row input[type="date"],
.form-add-main-row select {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #bbb;
    font-size: 16px;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    margin: 1rem 0;
    height: 55px;
}

.form-add-main-row input[type="text"]:focus,
.form-add-main-row input[type="date"]:focus,
.form-add-main-row input[type="time"]:focus,
.form-add-main-row input[type="number"]:focus,
.form-add-main-row input[type="email"]:focus,
.form-add-main-row input[type="tel"]:focus,
.form-add-related-row input[type="text"]:focus,
.form-add-related-row input[type="date"]:focus {
    background: #e8e8e8;
    border-bottom-color: transparent;
}

.form-add-main-row input[type="submit"],
.form-add-related-row input[type="submit"] {
    margin: 0 auto;
}

.form-add-main-row-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

/*managment-add-item-box-end*/

/*managment-cases*/

.managment-items-count {
    margin: 0 auto;
    padding: 1rem 0;
    text-align: right;
    color: #7f7f7f;
    font-style: italic;
}

.managment-table-row {
    box-shadow: 1px 1px 20px #bbb;
    padding: 2rem;
    box-sizing: border-box;
    margin-bottom: 4rem;
    position: relative;
}

.managment-table-admin-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 1rem;
    border-bottom: 1px solid #bbb;
    padding: 1rem 0;
}

.managment-table-admin-head span {
    margin-right: 1rem;
}

.managment-table-admin-head i {
    margin-right: .5rem;
}

.user-create-item {
    color: #43B05C;
}

.managment-table-pult {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 2rem;
    top: 2rem;
}

.managment-table-pult-btn {
    background: none;
    border: 0;
    outline: none;
    margin-left: 1rem;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    text-decoration: none;
    color: #000 !important;
    min-width: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.managment-table-pult-btn object {
    width: 26px;
    height: 26px;
}

.add-archive-btn {
    margin-right: 1rem;
}

.add-archive-btn i {
    margin-right: 0.5rem;
}

.managment-table-body {
    display: none;
}

.managment-table-head.edit-item input[type="text"],
.managment-table-head.edit-item input[type="email"],
.managment-table-head.edit-item input[type="tel"],
.managment-table-head.edit-item input[type="date"],
.managment-table-head.edit-item input[type="time"],
.managment-table-head.edit-item input[type="number"],
.managment-table-head.edit-item input[type="datetime-local"],
.managment-table-head.edit-item textarea,
.managment-table-head.edit-item select {
    border: 0;
    border-bottom: 1px solid #bbb;
    font-size: 16px;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin-top: 1rem;
}

.detail-odrder-edit {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.detail-odrder-edit input {
    margin: 0 !important;
}

.detail-odrder-edit label {
    width: 40%;
}

.detail-odrder-edit label.left-space {
    text-indent: 1rem;
}

.item-id {
    font-size: 24px;
    margin-bottom: 2rem;
}

.item-simple-row {
    margin-top: 2rem;
}

.item-id-link {
    text-decoration: none;
    position: relative;
}

.item-id-link:hover {
    text-decoration: none;
}

.item-id-link.done {
    color: #4CAF50;
}

.item-id-link:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40%;
    height: 3px;
    background: #0053a9;
    transition: .3s;
}

.item-id-link:hover:after {
    width: 100%;
}

.item-create-date,
.item-near-action-date,
.item-short-law-info,
.item-near-action-comment {
    margin: 1rem 0;
}

.item-near-action-comment blockquote {
    margin: 1rem 0;
    padding: 1rem;
    background: #e8e8e8;
}

.item-short-law-info p {
    margin: .5rem 0;
}

.item-list-actions {
    margin: 1rem 0;
    padding: 1rem 0;
}

.item-report-row {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.item-report-count {
    width: 100%;
    margin-bottom: .5rem;
}

.item-report-date-hint {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 1rem;
    text-align: center;
}

.item-report-date-hint i {
    font-size: 12px;
    font-style: italic;
}

.item-report-btn,
.item-report-date {
    text-decoration: none;
    border: 0;
    height: 58px;
    background: #fff;
    color: #000 !important;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-right: .5rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

.item-report-btn[disabled],
.item-report-date[disabled] {
    background: #bbb;
    cursor: auto;
    pointer-events: none;
}

.item-report-btn i {
    margin-right: .5rem;
}


/*history*/

.item-hestory-type-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 1rem 0;
    gap: 0.5rem;
    padding-top: 1rem;
    border-top: 2px solid rgb(187 187 187 / 50%);
}

.item-hestory-type-title {
    justify-self: start;
    margin: auto auto auto 0;
    text-align: left;
    font-size: 19px;
    font-weight: bold;
}

.item-hestory-type-btn {
    width: 30px;
    height: 30px;
    background: none;
    border: 1px solid #bbb;
    border-radius: 3px;
    cursor: pointer;
    background-color: white;
    position: relative;
}

.item-hestory-type-btn.active {
    background-color: #fd9b00;
    border-color: #fd9b00;
    color: white;
}

/*table view*/

.item-history-table {
    overflow-x: scroll;
    font-size: 14px;
    max-width: 1130px;
}

.item-history-table-head {
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-weight: 500;
    background: #fd9b00;
    color: white;
    border-bottom: 1px solid black;
    width: calc(150px * 17);
}

.item-history-table-head>div,
.item-history-table-row>div {
    width: calc(150px * 17);
    border: 1px solid black;
    padding: .2rem .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0;
    box-sizing: border-box;
    white-space: pre-wrap;
    overflow: auto;
    word-break: break-word;
    word-wrap: break-word;
}

.item-history-table-head>div:nth-child(2n),
.item-history-table-row>div:nth-child(2n) {
    border-right: 0;
    border-left: 0;
}

.item-history-table-body {
    display: flex;
    flex-direction: column-reverse;
    width: calc(150px * 17);
}

.item-history-table-row {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.item-history-table-row:first-child {
    border-bottom: 1px solid;
}

.history-apdate-btn {
    height: 30px;
    line-height: 30px;
}

.history-apdate-btn[disabled] {
    display: none;
}

.item-history-table-row input[type="date"][disabled] {
    border: 0;
    text-align: center;
    width: 100%;
    color: black;
    font-family: inherit;
    font-size: 15px;
    -webkit-appearance: none;
}

.item-history-table-row input[type="date"][disabled]::-webkit-inner-spin-button,
.item-history-table-row input[type="date"][disabled]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.item-history-table-body input {
    max-width: 90%;
}

/*table view end*/

/*grid view*/

.item-history-grid-wrap {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 1rem;
}

.item-history-grid-item {
    border: 1px solid #bbbbbb;
    padding: 1rem;
}

.item-history-grid-item small {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0.3rem;
    display: block;
}

.item-history-grid-item input {
    width: 100%;
    padding: 0.5rem 0;
    box-sizing: border-box;
    margin: .5rem 0;
}

.item-history-grid-item-val {
    height: 2.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 200px;
    margin-bottom: .5rem;
}

.history-apdate-btn.grid-v {
    margin: 0 auto;
}

/*grid view end*/


/*history end*/

.releated-list-title {
    font-size: 18px;
    font-weight: bold;
    margin: 1rem 0;
    display: block;
}

.releated-list-wrap {
    margin: 1rem 0;
}

table.releated-list-table {
    border: 1px solid;
    border-collapse: collapse;
    width: 100%;
}

table.releated-list-table td {
    border: 1px solid #000;
    padding: 0.5rem;
}

thead.releated-list-table-head {
    background: #fd9b00;
    color: white;
    text-align: center;
    font-weight: bold;
}

.managment-table-title {
    font-size: 18px;
    font-weight: bold;
    margin: 1rem 0;
    display: block;
}

.item-list-actions-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.item-list-actions__item {
    width: calc(25% - 2rem);
    border: 1px solid #bbb;
    margin: 1rem;
    padding: 1rem;
    box-sizing: border-box;
    position: relative;
    transition: .3s;
}

.item-list-actions__item.paid,
.item-list-actions__item.forsmajor,
.item-list-actions__item.locked,
.item-list-actions__item.waitpaid {
    background: #bbbbbb42;
}

.item-list-actions__item.opacity {
    opacity: .7;
}

.item-list-actions__item.paid:after,
.item-list-actions__item.forsmajor:after,
.item-list-actions__item.locked:after,
.item-list-actions__item.waitpaid:after {
    font-size: 22px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: .5rem;
    right: .5rem;
}

.item-list-actions__item.paid:after {
    content: '\f543';
    color: #43B05C;
}

.item-list-actions__item.forsmajor:after {
    content: '\f071';
    color: red;
}

.item-list-actions__item.locked:after {
    content: '\f023';
    color: gray;
}

.item-list-actions__item.waitpaid:after {
    content: '\f251';
    color: gray;
}

.item-list-actions-select-cheked {
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 1;
    right: 10px;
}

.item-list-actions-select {
    display: flex;
    height: 2rem;
    margin: 0 0 1rem;
}

.change-processual-btn {
    display: block;
    background: #e8202a;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    border: 0;
    padding: 0 1rem;
}

.change-processual-btn.active {
    opacity: .5;
}

.succses-actions-date {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(/bitrix/templates/.default/img/success.svg) center no-repeat;
    background-size: 80%;
}

.item-list-actions__list_item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.item-list-actions__list_item small,
.item-list-actions__list_item label {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0.3rem;
}

.custom-coef-processual-row {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.custom-coef-processual-row.active {
    display: flex;
}

.custom-coef-processual {
    width: 48%;
}

.coefficient-input.custom {
    pointer-events: none;
    cursor: default;
    background-color: #f4f5f6;
    border: 1px solid rgb(208 209 210);
}

.item-list-actions__list_item .hint {
    font-size: 13px;
}

.item-list-actions__hint {
    position: absolute;
    right: 0;
}

.item-list-actions__hint_ico {
    border-radius: 50%;
    border: 1px solid #bbbbbb;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.item-list-actions__hint_content {
    display: none;
    position: absolute;
    left: 0;
    top: 30px;
    width: 300px;
    font-size: 14px;
    background: white;
    border-radius: 5px;
    padding: 1rem;
    z-index: 1;
}

.item-list-actions__hint_ico:hover+.item-list-actions__hint_content {
    display: block;
}

.item-list-actions__list_item:not(:last-child):after {
    content: '';
    width: 60%;
    height: 1px;
    background: #bbb;
    margin: 0.5rem auto;
}

.item-list-actions__item.add-new {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.item-list-actions__item.add-new svg {
    width: 5rem;
}

.item-list-actions__item.add-new svg circle {
    fill: transparent;
    stroke: #bbb;
}

.item-list-actions__item.add-new svg line {
    fill: transparent;
    stroke: #bbb;
}

.item-list-actions__item.add-new:hover {
    border-color: #43B05C;
}

.item-list-actions__item.add-new:hover svg circle {
    fill: #43B05C;
    stroke: transparent;
}

.item-list-actions__item.add-new:hover svg line {
    stroke: #fff;
}

.item-list-actions__item.form-add {
    display: none;
}

.item-list-actions__item.form-add.active {
    display: block;
}

.empty-result-allert {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    background: white;
    padding: 2rem;
}

.item-list-actions_list input,
.item-list-actions_list textarea,
.item-list-actions_list select {
    padding: .5rem 0;
    box-sizing: border-box;
    margin: .5rem 0;
}

.item-list-actions_list.not-active input,
.item-list-actions_list.not-active textarea,
.item-list-actions_list.not-active select,
.item-list-actions_list.not-active select option {
    border: 0;
    background: none;
    outline: none;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    cursor: auto;
    font-family: inherit;
    color: #000;
}

.item-list-actions_list.not-active textarea {
    min-height: 100px;
}

.item-list-actions_list.not-active select::-ms-expand {
    display: none;
}

.item-list-actions_list.not-active .submit-row {
    display: none;
}


/*managment-cases-end*/


/*managment-search*/

.search-managment {
    margin-bottom: 1rem;
}

.search-managment-form {
    display: flex;
}

.search-managment-input {
    width: 95%;
    height: 40px;
    padding: 1rem;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #bbb;
}

.search-managment-submit {
    background: url(/bitrix/templates/.default/css/../img/icon-search.png) no-repeat center center white;
    cursor: pointer;
    width: 5%;
    box-sizing: border-box;
    height: 40px;
    padding: 1rem;
    margin-left: 1rem;
    border: 0;
}

/*managment-search-end*/


/*managment-filtr-end*/

.bx_filter.bx_horizontal {
    margin: 2rem 0;
    background: white;
    padding: 2rem;
    box-sizing: border-box;
    display: none;
}

.bx_filter_block {
    display: none;
}

.bx_filter_title {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #bbb;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
}

.smartfilter {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -2rem;
}

.bx_filter_parameters_box {
    margin: 0 2rem 1rem;
    width: 25%;
}

.bx_filter_parameters_box_title:after {
    content: '▾';
    position: absolute;
    margin-left: 0.5rem;
}

.bx_filter_parameters_box.active .bx_filter_parameters_box_title:after {
    content: '▴';
    position: absolute;
    margin-left: 0.5rem;
}

.bx_filter_parameters_box_container {
    margin: 1rem 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.bx_filter_param_label {
    margin-bottom: 0.5rem;
}

.bx_filter_parameters_box_title {
    cursor: pointer;
}

.bx_filter_button_box.active {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 2rem;
    position: relative;
}

#set_filter {
    display: block;
    width: 180px;
    height: 40px;
    background: #e8202a;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    transition: background-color .3s ease;
    cursor: pointer;
    border: 0;
}

#del_filter {
    display: block;
    width: 100px;
    height: 40px;
    background: #c1c4c6;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    transition: background-color .3s ease;
    cursor: pointer;
    border: 0;
    opacity: 0.5;
    margin: 0 1rem;
    transition: .3s;
}

#del_filter:hover {
    opacity: 1;
}

#set_filter:hover {
    background: #ff0909;
}

#modef {
    position: absolute;
    left: 2rem;
    bottom: 0;
}


/*managment-filtr-end*/


/*managment-sort*/

.managment-items-sort {
    background: white;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
    display: none;
}

.sort-link {
    margin-right: 2rem;
    text-decoration: none;
}

.sort-link:after {
    content: '▴';
}

.sort-link.active:after {
    content: '▾';
}


/*managment-sort-end*/


/*coefficient-table*/

.coefficient-table-wrap {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background: #0000007a;
    padding: 1rem;
    box-sizing: border-box;
}

.coefficient-table-wrap.active {
    display: flex;
}

.coefficient-table-body {
    display: flex;
}

table.coefficient-table {
    background: white;
}

table.coefficient-table tr.price-row:not(.active) {
    display: none;
}

table.coefficient-table td {
    padding: 0.5rem;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}

.select-coefficient-item:hover {
    background: #bbb;
    cursor: pointer;
}

table.coefficient-table td:first-child {
    width: 20px;
}

table.coefficient-table td.select-coefficient-item-hint {
    font-size: 12px;
    width: 400px;
}

button.close-coefficient-table {
    align-self: flex-start;
    background: none;
    border: 0;
    outline: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.coefficient-table-swither {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 1rem;
}

.coefficient-table-year-switch-btn {
    cursor: pointer;
}

.coefficient-table-year-switch-btn.active {
    background-color: #fd9b00;
    border-color: #fd9b00;
    color: white;
}


/*coefficient-table-end*/


/*page nav*/

.lk-page-nav-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.lk-page-nav-wrap .nav-pages-wrap {
    left: 0;
    margin: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.lk-page-nav-wrap .nav-pages-wrap .pagebtn {
    top: 0;
    text-decoration: none;
}

.lk-page-nav-wrap .nav-pages-wrap .pagebtn.current {
    top: 3px;
}

.lk-page-nav-wrap .nav-pages-wrap .pagebtn:hover {
    top: 3px;
}

.load_more {
    border: 0;
    text-transform: uppercase;
    padding: 0 1rem;
    height: 38px;
    background: #e0e4e7;
    outline: none;
    cursor: pointer;
    color: #3b3c3c;
    font-weight: bold;
    font-size: 15px;
    font-family: inherit;
    border-radius: 4px;
    transition: background-color .3s ease;
}

.load_more:hover {
    background: rgba(0, 0, 0, .15);
}

.page-element-count-pult {
    color: #3b3c3c;
    font-weight: bold;
    font-size: 15px;
    font-family: inherit;
    display: flex;
    align-items: center;
}

a.page-element-count-pult-item {
    color: #3b3c3c;
    font-weight: bold;
    font-size: 15px;
    font-family: inherit;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color .3s ease;
    background: #e0e4e7;
    height: 38px;
    width: 38px;
    margin: 0 0.4rem;
    text-align: center;
    line-height: 38px;
}

a.page-element-count-pult-item:hover {
    background: rgba(0, 0, 0, .15);
}

a.page-element-count-pult-item.active {
    background: rgba(0, 0, 0, .15);
    pointer-events: none;
}


/*page nav end*/


/*main-catalog-tabs*/

.main-catalog-tabs {
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #bbbbbb;
}

a.main-catalog-tabs-item {
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: inherit;
    border: 1px solid #bbbbbb;
    position: relative;
    border-bottom: none;
}

a.main-catalog-tabs-item:nth-child(2):not(:last-child) {
    border-left: none;
    border-right: none;
}

a.main-catalog-tabs-item:not(.active):hover {
    background: #e8202a;
    color: white;
    border-color: transparent;
}

a.main-catalog-tabs-item.active {
    background: #bbbbbb;
    cursor: auto;
}

.processual-page-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}


/*main-catalog-tabs-end*/

/*history page*/

.history-table-pult {
    display: flex;
    justify-content: end;
    margin-bottom: 1rem;
}

.create-history-excel {
    display: block;
    width: 200px;
    height: 58px;
    color: #000;
    text-decoration: none;
    line-height: 58px;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    border: 0;
    background: #fff;
}

.history-filter-form {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 1rem));
    gap: 1rem;
    margin: 0 0 1rem;
    border-bottom: 2px solid #bbb;
    padding: 0 0 1rem;
}

.history-filter-form-lable {
    font-weight: 500;
    margin-bottom: .5rem;
    position: relative;
    cursor: pointer;
}

.history-filter-form-lable.checkbox:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f0d8";
    font-weight: 900;
    margin-left: 0.5rem;
}

.history-filter-form-lable.active:after {
    content: "\f0d7";
}

.history-filter-form-lable-chekbox {
    display: flex;
}

.history-filter-form-col.hidden {
    display: none;
}

.history-filter-form-col.submit {
    grid-column: span 4;
    display: flex;
    justify-content: flex-end;
}

.history-filter-form-col input[type="text"], .history-filter-form-col input[type="number"] {
    background: #fff;
    cursor: pointer;
    width: 100%;
    height: 58px;
    padding: 0 1rem;
    box-sizing: border-box;
    border: 0;
}

.history-filter-form-col input[type="number"] {
    width: 49%;
}

.history-filter-form-submit-btn {
    display: block;
    width: 180px;
    height: 58px;
    background: #e8202a;
    color: #fff;
    text-decoration: none;
    line-height: 58px;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    transition: background-color .3s ease;
    cursor: pointer;
    border: 0;
}

.history-filter-form-clear-btn {
    background: #bbb;
    border: 0;
    margin: 0 1rem;
    padding: 0 2rem;
    cursor: pointer;
}

.history-filter-form-col .history-filter-form-lable-chekbox:nth-of-type(1n + 5):not(.active) {
    display: none;
}

.btn-history-filter-form-toggle {
    margin: -1rem auto 2rem;
    display: block;
    border: 0;
    background: #bbb;
    padding: 1rem 2rem;
    text-transform: uppercase;
    cursor: pointer;
}

.history-calendar-input {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    box-sizing: border-box;
}

a.sort-histoty-btn {
    color: inherit;
    text-decoration: none;
}

a.sort-histoty-btn:after {
    content: '▼';
    margin-left: 0.5rem;
}

a.sort-histoty-btn[data-sort-by$="DESC"]:after {
    content: '▲';
    margin-left: 0.5rem;
}

.history-table-row:not(.active) {
    display: none;
}

.history-pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
    gap: 0.5rem;
}

.history-pagination-btn:not(.show) {
    display: none;
}

.history-pagination-btn {
    border: 0;
    background: none;
    font-weight: 500;
    color: #656565;
    font-size: 18px;
    cursor: pointer;
}

.history-pagination-btn.active {
    color: #006fe2;
    font-weight: bold;
}

/*history page end*/



/*bup add groups form*/
.lk-main-page-bup-declaration-popup {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background: #0000006e;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.lk-main-page-bup-declaration-popup.active{
    display: flex;
}

.lk-main-page-bup-declaration-wrap {
    background: white;
    padding: 1rem;
    box-sizing: border-box;
    position: relative;
    max-width: 80%;
}

.lk-main-page-bup-declaration-close {
    position: absolute;
    right: -30px;
    top: -5px;
    border: none;
    background: 0 0;
    outline: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
}

.lk-main-page-bup-declaration-title {
    position: relative;
    text-align: center;
}

.lk-main-page-bup-declaration-title:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 300px;
    height: 2px;
    background: #bbb;
}

.lk-main-page-bup-declaration-text {
    overflow-y: scroll;
    height: 80vh;
}

.lk-main-page-bup-declaration-text h2 {
    text-align: center;
    padding: 0 0 20px;
    margin: 0;
}

.lk-main-page-bup-declaration-popup-btn {
    width: 180px;
    height: 58px;
    background: #198754;
    color: #fff;
    text-decoration: none;
    line-height: 58px;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    transition: background-color .3s ease;
    cursor: pointer;
    border: 0;
    margin: 0 auto;
    display: block;
}
/*bup add groups form*/

/* NEW CATEGORY PERSON LIST*/

.new-category-person__item-description, 
.new-category-person__items{
    display: none;
}
.new-category-person__item{
    position: relative;
}
.new-category-person__list{
    position: relative;
}
ul.new-category-person__items.active {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
    overflow-y: scroll;
    background: #FFF;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 92px;
    max-height: 600px;
    box-shadow: 10px 10px 20px 0px rgba(84, 84, 84, 0.20);
}

ul.new-category-person__items::-webkit-scrollbar{
    width: 4px;
}
ul.new-category-person__items::-webkit-scrollbar-track{
    background-color: #fff;
}
ul.new-category-person__items::-webkit-scrollbar-thumb{
    background-color: #DCE1E8;
}
li.new-category-person__item {
    position: relative;
}
.new-category-person__items li.new-category-person__item {
    position: relative;
    min-height: 36px;
    display: flex;
    align-items: flex-start;
    padding: 16px 10px;
    flex-direction: column;
    justify-content: center;
    transition: .2s;
    min-height: fit-content;
}
li.new-category-person__item:hover{
    background: rgba(101, 209, 255, 0.08);
}
li.new-category-person__item.active{
    background: rgba(101, 209, 255, 0.22);
}
.new-category-person__item-description{
    font-size: 14px;
}
ul.new-category-person__items li+li {
    border-top: 1px solid #DCE1E8;
}
.new-category-person__item-title--info > span{
    font-size: 18px;
    position: absolute;
    right: 0;
    width: 16px;
    height: 16px;
    font-weight: 500;
    border: 2px solid #9A9B9D;
    color: #9A9B9D;
    border-radius: 50%;
    text-align: center;
    line-height: .9;
    transition: .2s;
    cursor: pointer;
    right: 10px;
    padding: 2px;
}
.new-category-person__item-title--info > span:before{
    content: "+";
}
p.new-category-person__item-title.new-category-person__item-title--info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    max-width: 90%;
}
p.new-category-person__item-title{
    color: #9A9B9D;
    margin: 0;
    font-size: 16px;
}
 .new-category-person__item-title--info > span.active{
    color: #282828;
    border: 2px solid #282828;
}
 .new-category-person__item-title--info > span.active:before{
    content: "—";
}
.new-category-person__item-description.active{
    display: block;
}
li.new-category-person__item.active .new-category-person__item-title--info{
    font-weight: 500;
    
}
li.new-category-person__item.active .new-category-person__item-title--info span{
    border: 2px solid #282828;
    color: #282828;
}
.form-add-related-bup-item-js{
    overflow: hidden;
    position: relative;
}
.new-category-person__list input.new-category-person__field {
    color:#9A9B9D;
    padding-left: 20px;
    position: relative;
}
.new-category-person__row:has( > .new-category-person__field:focus):before{
    background-color: #e8e8e8;
}

.mt-20{
    margin-top: 20px;
}
.new-category-person__row{
    position: relative;
}
.new-category-person__row:before{
    position: absolute;
    content: "^";
    font-size: 22px;
    font-weight: 500;
    right: 7px;
    top: 32px;
    z-index: 2301230;
    background-color: #FFF;
    color: black;
    width: 30px;
    text-align: center;
}
.new-category-person__row:has(>.new-category-person__field.active):before{
    transform: rotate(180deg);
    top: 24px;
}
@media screen and (max-width: 1280px) {
    ul.new-category-person__items.active{
        left: 0;
    }
    p.new-category-person__item-description.mt-20{
        margin-top: 10px;
    }
    .form-add-main-row.half-version, .form-add-related-row.half-version{
        width: 100%;
       }
}
@media screen and (max-width: 768px) {
   .new-category-person__item-title{
    font-size: 14px;
   }
   
   .form-add-main-row-two-col{
    grid-template-columns: 1fr;
   }
}
@media screen and (max-width: 480px) {
    .new-category-person__item p.new-category-person__item-title{
        font-size: 14px;
    }
    .new-category-person__item-description{
        font-size: 12px;
    }
}
@media screen and (max-width: 425px) {
    .new-category-person__item p.new-category-person__item-title {
        max-width: 145px;
    }
    .form-add-related-bup-item-js{
        position: unset;
    }
    .form-add-related-item{
        position: relative;
    }
    .new-category-person__list{
        position: unset;
    }
    ul.new-category-person__items.active{
        top: 240px;
    }
}

/* End */


/* Start:/bitrix/templates/.default/css/lk_media.css?16874230454025*/
@media (max-width: 1470px){
    .user-main-data {
        display: grid;
        grid-template-columns: 1fr 300px;
        width: 100%;
        gap: 1rem;
    }
    
    .user-main-data-row {
        width: auto;
    }
    
    .user-win-log {
        width: 100%;
        box-sizing: border-box;
    }
    
    .lk-lawyer-pult {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 860px){
    .user-main-data {
        grid-template-columns: 1fr;
    }
    
    .lk-lawyer-pult {
        order: 0;
    }
    
    .user-main-data-wrap {
        order: 1;
    }
}

@media (max-width: 500px){
    .lk-main-page-wrap {
    }
    
    .user-main-data-row {
        grid-template-columns: 1fr;
    }
    
    .user-main-data-name {
        border-right: 0;
        border-bottom: 1px solid #bbb;
        padding-bottom: 10px;
    }
    
    .user-main-data-value {
        margin: 0;
    }
}
/*smartphone*/
@media (max-width: 680px){

    .add-managment-item-calendar {
        min-width: 100%;
        font-size: 12px;
        margin: 0 0 1rem;
    }
    
    .add-managment-item-wrap {
        gap: 5px;
        margin: 0 0 1rem;
    }
    
    .admin-pre-filtr-btns {
        display: none;
    }

    .managment-toggle-btn {
        width: 32px;
        height: 32px;
        font-size: 12px;
        margin: 0;
    }    

    .item-list-actions {
        margin: 0;
        padding: 0;
    }
    
    .create-report-excel {
        font-size: 0;
        width: 32px;
        height: 32px;
        line-height: 40px;
    }
    
    .create-report-excel i {
        font-size: 12px;
    }
    
    .add-managment-item-btn {
        width: 32px;
        height: 32px;
        line-height: 40px;
        font-size: 0;
    }
    
    .add-managment-item-btn i {
        font-size: 14px;
    }
    
    .main-catalog-tabs {
        flex-direction: column;
    }
    
    a.main-catalog-tabs-item:nth-child(2) {
        border-left: 1px solid #bbbbbb;
        border-right: 1px solid #bbbbbb;
    }
    
    a.main-catalog-tabs-item {
        font-size: 12px;
    }
    
    .managment-items-count {
        font-size: 12px;
    }

    .managment-table-row {
        margin-bottom: 1rem;
    }

    .managment-table-pult {
        display: grid;
        grid-template-columns: repeat(3, calc(100% / 3));
        right: 0;
        top: 0;
        position: relative;
        gap: 5px;
    }
    
    .managment-table-admin-head {
        display: none;
    }
    
    .managment-table-head {
        margin-top: 20px;
        font-size: 12px;
    }
    
    .item-id {
        font-size: 14px;
    }
    
    .common-page p {
        font-size: 12px;
    }
    
    .managment-table-pult-btn {
        font-size: 12px;
        margin: 0;
        min-width: auto;
        justify-content: flex-end;
    }
    
    .managment-table-pult-btn i{
        margin-right: .2rem;
    }
    
    .item-list-actions__item {
        width: calc(100% - 2rem);
    }

    .item-report-row {
        gap: 5px;
    }
    
    .item-report-btn, .item-report-date {
        width: 100%;
        margin: 0;
    }

    .releated-list-wrap {
        overflow-x: scroll;
    }

    .item-history-grid-wrap {
        grid-template-columns: repeat(1, auto);
    }

    .bx_filter_parameters_box,.sort-link {
        width: 100%;
        display: block;
    }

    .form-add-main-sub-row, .form-add-related-sub-row {
        flex-wrap: wrap;
    }
    
    .case-not-number-wrap {
        width: 100%;
        margin: 0 0 1rem;
    }
}

@media (max-width: 400px){
    .managment-table-pult-btn {
        font-size: 0;
        min-width: inherit;
    }
    
    .managment-table-pult-btn i {
        font-size: 16px;
    }
    
    .managment-table-pult {
        grid-template-columns: repeat(3, auto);
        gap: 10px;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1622115840467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/footer_menu_l2/style.css?1777808706184*/
/* Stub. Все стили живут в /local/include/css/footer-l2-grid.css,
   подключаемом addString'ом из header.php (минуя Bitrix-композитор). */

/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?17399069652729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */
/* /bitrix/templates/.default/css/style_template.css?169651756837698 */
/* /bitrix/templates/.default/css/fonts/stylesheet.css?16221158404489 */
/* /bitrix/templates/.default/css/slick.css?16221158401895 */
/* /bitrix/templates/.default/css/slick-theme.css?16221158395908 */
/* /bitrix/templates/.default/css/style_template_media.css?167695837447678 */
/* /bitrix/templates/.default/css/daterangepicker.css?16221158408479 */
/* /bitrix/templates/.default/css/jquery.datetimepicker.css?162756049818419 */
/* /bitrix/templates/.default/css/lk.css?169953950549111 */
/* /bitrix/templates/.default/css/lk_media.css?16874230454025 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1622115840467 */
/* /bitrix/templates/.default/components/bitrix/menu/footer_menu_l2/style.css?1777808706184 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17399069652729 */
