/*Сброс стилей*/

html,body,div,span,applet,object,iframe,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,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,article,aside,canvas,details,embed,figure,figcaption,
footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
html{height:100%}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}

* {
    overflow-wrap: anywhere;
}
.content-wrap-block img {
    max-width: 100%;
    height: auto;
    min-width: 100%;
    display: block;
}
.pagenavigation .pagination a {
    margin-right: 15px;
}
/*Подключение шрифтов*/
@font-face {
    font-family: "Inter-Regular";
    font-style: normal;
    font-weight: 400;
   font-display: swap;
    src:  url('../fonts/Inter-Regular.otf') format('truetype');
}
@font-face {
    font-family: "Inter-Medium";
    font-style: normal;
    font-weight: 400;
   font-display: swap;
    src:  url('../fonts/Inter-Medium.otf') format('truetype');
}
@font-face {
    font-family: "Inter-SemiBold";
    src: url('../fonts/Inter-SemiBold.otf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: "Inter-Bold";
    src: url('../fonts/Inter-Bold.otf') format('truetype');
    font-display: swap;
}

/*Основные стили*/
body {
    background-color: #F6F7F8;
    font-family: "Inter-Regular";
    font-size: 14px;
    color: #222222;

    min-width: 360px;
}
body.app-page {
    background-color: #E8F1F8;
}
/*************ПРИВЯЗКА ФУТЕРА*************/
@media (min-width: 1200px) {
html,body{
    height: 100%;
}
.wrapper {
    display: table;
    height: 100%;
    width: 100%;
}
.content {
    display: table-row;
    height: 100%;
}
}
/****************************/
strong {
    font-family: "Inter-Bold";
}
em {
    font-style:italic;
}

.align-items-center {
    align-items: center !important;
}

/*****************ТАБЛИЦА СПРАВОЧНИКА ТЕЛЕФОНОВ***********************/

.table-list {
    width: 100%;
    background: #F9F9F9;
    overflow: hidden;
}
.table-list .table-list-row {
    border-bottom: 1px solid #ffffff;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.table-list .table-list-row:last-child {
    border-bottom: none;
}
.table-list .table-list-row.first-table-row {
    background: #64BE64;
    color: #fff;
    font-size: 16px;
    font-family: 'Inter-Bold';
}
.table-list .table-list-row.first-table-row .table-list-row-cell {
    padding: 15px;
    border-right: 1px solid #fff;
}
.table-list .table-list-row.first-table-row .table-list-row-cell:last-child {
    border-right: none;
}
.table-list .table-list-row .table-list-row-cell {
    padding: 15px;
    border-right: 1px solid #fff;
    width: 33.3%;
}
.table-list .table-list-row .table-list-row-cell:last-child {
    border-right: none;
}
.table-list .table-list-row .table-list-row-cell:nth-child(1) {
    width: 40%;
}
.table-list .table-list-row .table-list-row-cell:nth-child(2) {
    width: 40%;
}
.table-list .table-list-row .table-list-row-cell:nth-child(3) {
    width: 20%;
}

.top-navigation h1 {
    font-size: 36px;
    font-family: 'Inter-Bold';
    color: #ffffff;
    margin: 30px 0 0;
}
.block_logo a {
    display: table;
    margin: 0 auto;
}

.subnavigation-menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.subnavigation-menu li {
    
}
.subnavigation-menu li a {
    display: table;
    padding: 10px 15px;
    font-size: 16px;
    font-family: 'Inter-Regular';
    color: #ffffff !important;
    white-space: nowrap;
}
.subnavigation-menu li:first-child a {
    padding: 10px 15px 10px 0;
}
.subnavigation-menu li.current a {
    background: #3A99D7;
    border-radius: 12px;
    font-family: 'Inter-Bold';
    padding: 10px 15px;
}
.subnavigation-menu {
    
}
.subnavigation-menu {
    
}
.subnavigation-menu {
    
}
.subnavigation-menu {
    
}
/**************************НАВИГАЦИЯ*****************************/
.com-content-category-blog__navigation {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

    justify-content: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: revert;

    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    margin: 30px 0 0;
}
.com-content-category-blog__navigation p.com-content-category-blog__counter {
    font-size: 14px;
    font-family: 'Inter-Regular';
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 0 !important;
    float: unset !important;
    padding-top: 0 !important;
    line-height: 1 !important;
    color: rgb(34 34 34 / 70%);
}
.com-content-category-blog__navigation .com-content-category-blog__pagination {
    
}
.com-content-category-blog__navigation nav.pagination__wrapper {
    
}
.com-content-category-blog__navigation ul.pagination {
    margin-bottom: 0 !important;
}
.com-content-category-blog__navigation li.page-item {
    margin-right: 10px;
}
.com-content-category-blog__navigation li.page-item:last-child {
    margin-right: 30px;
}
.com-content-category-blog__navigation li.page-item a.page-link {
    border-radius: 4px;
    border: 1px solid #D5DFF9;
    color: inherit;
    font-size: 14px;
    background: none;
    font-family: 'Inter-Bold';
    color: #3A99D7;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    padding: 0;
}

.com-content-category-blog__navigation li.page-item.active a.page-link {
    border: 1px solid #3A99D7;
    color: #ffffff;
    background: #3A99D7;
}
.com-content-category-blog__navigation li.page-item.disabled span.page-link {
    background: no-repeat;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    border: 1px solid #D5DFF9;
}
.com-content-category-blog__navigation li.page-item span.page-link span.icon-angle-double-left,
.com-content-category-blog__navigation li.page-item a.page-link span.icon-angle-double-left {
    display: block;
    height: 100%;
    background: url(../images/left-double.svg) center no-repeat;
}
.com-content-category-blog__navigation li.page-item span.page-link span.icon-angle-left,
.com-content-category-blog__navigation li.page-item a.page-link span.icon-angle-left {
    display: block;
    height: 100%;
    background: url(../images/left-single.svg) center no-repeat;
}
.com-content-category-blog__navigation li.page-item span.page-link span.icon-angle-double-right,
.com-content-category-blog__navigation li.page-item a.page-link span.icon-angle-double-right{
    display: block;
    height: 100%;
    background: url(../images/right-double.svg) center no-repeat;
}
.com-content-category-blog__navigation li.page-item span.page-link span.icon-angle-right,
.com-content-category-blog__navigation li.page-item a.page-link span.icon-angle-right{
    display: block;
    height: 100%;
    background: url(../images/right-single.svg) center no-repeat;
}

/*header*/
header {
    /*min-height: 270px;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background: #064666;
}


.header_top {
    padding: 17px 0;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #1f5875;
}
.block_menu_button {
    display: none;
}
.block_menu_button button {
    height: 24px;
    width: 24px;
    display: block;
    background-image: url(../images/icon_menu.svg);
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
}
.block_logo img {
    height: 20px;
    display: block;
    margin: 0 auto;
}

.header_menu {
    padding: 0;
    position: relative;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #1f5875;
}
.oa-button {
    font-size: 13px;
    font-family: "Inter-Medium";
}
.oa-button.dropdown-toggle::after {
    border: none;
    background: url(../images/icon-nav-menu-drop.svg);
    width: 10px;
    height: 6px;
    vertical-align: middle;
    transition: all 0.3s ease;
    margin-top: -2px;
}
.oa-button.dropdown-toggle.show::after {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}
.block_check_sites {
    margin: 0;
    padding: 0;
}
.block_search_button {
    margin: 0;
    /*padding: 0;*/
}
.block_search_button a.search_button {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    background: url(../images/icon_search_w.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.block_eye_button {
    margin: 0;
    padding: 0;
}
.block_eye_button a.eye_button {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/icon_eye_access.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.block_check_language {
    margin: 0;
    /*padding: 0 0 0 10px;*/
    background: url(../images/icon-globe.svg) left center no-repeat;
}
.block_check_language button {
    color: #ffffff !important;
    text-transform: uppercase;
    border: none !important;
}
.block_check_language .dropdown-menu {
    box-shadow: 0px 10px 25px rgb(5 16 25 / 15%);
    border: none !important;
    border-radius: 0 !important;
    min-width: fit-content !important;
    background: #ffffff;
}
.block_check_language .dropdown-menu .dropdown-item {
    text-transform: uppercase;
    background: none !important;
    color: inherit !important;
    font-size: 14px;
}
.blue-button {
    background-color: #3A99D7 !important;
    color: #ffffff !important;
    border: none !important;
    font-size: 13px;
    padding-right: 12px;
}
.green-button.map-button {
    font-size: 14px;
    border: none;
}
.enter_button_icon {
    background-image: url(../images/icon_user.svg);
    background-position: 12px center;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: 20px;
}
.btn.green-button:hover {
    color: #fff;
    background-color: #5DBB46;
}

.offcanvas-body .off-button {
    display: table;
    margin-left: auto;
    padding: 10px 15px 10px 40px;
    font-size: 16px;
}
.mobile-center:first-child {
    margin-bottom: 30px;
}
.offcanvas-body .mod-languages button.btn {
    text-transform: uppercase;
    color: #3A99D7;
    padding-left: 0;
    padding-right: 0;
    border: none !important;
}
.offcanvas-body .mod-languages button.btn::after {
    border: none;
    background: url(../images/icon-offcanvabuttonarrow.svg);
    width: 10px;
    height: 6px;
    vertical-align: middle;
    transition: all 0.3s ease;
    margin-top: -2px;
}




.offcanvas-body .nav {
    margin-bottom: 20px;
}
.offcanvas-body .uplaccordeon-menu li a {
    color: inherit;
    font-size: 16px;
    font-family: 'Inter-Medium';
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.offcanvas-body .uplaccordeon-menu li ul.uplaccordeon-deep a {
    color: inherit;
    font-size: 14px;
    font-family: 'Inter-Regular';
    line-height: 1.4;
    padding: 0 !important;
    white-space: normal;
}
.offcanvas-body .uplaccordeon-menu li ul.uplaccordeon-deep li {
    margin: 10px 0 10px;
}
.offcanvas-body .uplaccordeon-menu li ul.uplaccordeon-deep li:last-child {
    margin: 10px 0 0px;
}
.offcanvas-body .nav li a img {
    display: none;
}
.offcanvas-body .nav li.active a {
    color: #5DBB46;
}

.offcanvas-body .uplaccordeon-menu li [class*="toggle-right"] {
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../images/icon-offcanvas-dropdown.svg) center no-repeat;
    background-size: 10px;
    z-index: 1;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.offcanvas-body .uplaccordeon-menu li {
    position: relative;
    margin: 15px 0 15px;
}
.offcanvas-body .uplaccordeon-menu ul.uplaccordeon-deep {
    display: none;
    padding: 5px 0 5px 28px;
}

.header_search {
    padding: 12px 0;
    position: relative;
}

.block-search {
    padding: 12px 0;
}
.block-search-input {
    position: relative;
}
header form.mod-finder {
    position: relative;
    display: inline-block;
    margin-right: -40px;
    /*transform: translate(40px, 0px);*/
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all 0.3s ease;
}
header form.mod-finder input.search-input {
    width: 200px;
    box-sizing: border-box;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #DEDEDE !important;
    padding: 4px 10px;
    border-radius: 4px;
    font-family: "Inter-Regular";
    outline: none !important;
    box-shadow: none !important;
    height: 36px;
}
header form.mod-finder.opensearch {
    opacity: 1;
    visibility: visible;
    display: inline-block;
    transition: all 0.3s ease;
}
input.search-input::focus {

}
input.search-input::placeholder {

}
input.search-input-button {
    position: absolute;
    right: 0;
    width: 36px;
    height: 36px;
    border: none;
    background: url(../images/icon-search-open-form.svg);
    /*background: url(../images/icon_search_w.svg);*/
    background-position: center;
    background-repeat: no-repeat;
	cursor:pointer;
    background-size: 16px;
	z-index:2;
}
.js-finder-searchform .btn-primary{
    background:#5DBB46;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

header .mobile-search form.mod-finder-mobile {
    position: relative;
    margin-right: 0px;
    opacity: 1;
    visibility: visible;
    display: block;
    right: 0;
    
    
}
header .mobile-search {
    margin-bottom: 20px;
}
header .mobile-search form.mod-finder-mobile input.search-input {
    width: 100%;
    height: 40px;
    box-shadow: none !important;
    
}
.mobile-search .awesomplete {
    display: block;
}
.mobile-search input.search-input-button {
    width: 40px;
    height: 40px;
    padding: 0;
    box-sizing: border-box;
}


.block-riggers {
    padding: 12px 0;
}
.block-riggers a {
    text-decoration: none;
}

.block-riggers>div>div .search-rigger {
    position: relative
}
.block-riggers>div>div:last-child .search-rigger:before {
    display: none;
}
.block-riggers>div>div .search-rigger:before {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    right: -15px;
    background: rgb(255 255 255 / 50%);
}

.search-rigger img {
    display: block;
    margin: 0 auto;
}
.search-rigger span {
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 12px;
}



.main-widgets {

}
.main-widgets h1 {
    color: #ffffff;
    font-family: 'Inter-Bold';
    line-height: 1.4;
}
.main-widgets span.main-widgets-slogan {
    font-size: 14px;
    color: #ffffff;
    margin-top: 15px;
    display: block;
    line-height: 1.4;
}
.main-widgets-block {
    margin-top: 40px;
}
.main-widgets-block .col-6 {
    margin-bottom: 30px;
}
.main-widgets-block a {
    color: #ffffff;
    text-decoration: none !important;
}
.main-widgets-block .main-wg-item {
    border-radius: 8px;
    background: #1F5875;
    color: #fff;
    padding: 26px;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.main-widgets-block .main-wg-item:hover {
    background: #3A99D7;   
}
.main-widgets-block .main-wg-item-icon {
    
}
.main-widgets-block .main-wg-item-icon img {
    
}
.main-widgets-block .main-wg-item-title {
    display: table;
    margin-top: 15px;
    font-family: 'Inter-SemiBold';
}
.main-widgets-block .main-wg-item-description {
    display: table;
    margin-top: 15px;
    font-family: 'Inter-Regular';
    line-height: 1.4;
    opacity: 0.8;
}
.main-widgets-block {
    
}
.main-widgets-block {
    
}





.nav-menu {
    display: flex;
    justify-content: space-between;
}
.nav-menu>li.nav-menu-item {
    position: relative;
}
.nav-menu>li.nav-menu-item>.nav-link {
    font-family: 'Inter-Medium';
    font-size: 14px !important;
    color: #fff;
    border: none;
    text-decoration: none;
    padding: 26px 15px 26px 10px;
    display: block;
    transition: all 0.3s ease;
}
.nav-menu>.nav-menu-item.parent>.nav-link {
    padding-right: 25px;
    position: relative;
}
.nav-menu>.nav-menu-item.parent>.nav-link:hover {
    background: #1F5875;
    transition: all 0.3s ease;
}
.nav-menu>.nav-menu-item.parent>.nav-link:after {
    content: '';
    transition: all 0.3s ease;
    height: 0px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #3A99D7;
}
.nav-menu>.nav-menu-item.parent>.nav-link:hover:after {
    height: 3px;
    transition: all 0.3s ease;

}
.nav-menu>.nav-menu-item.parent>.nav-link:before {
    content: '';
    background: url(../images/icon-nav-menu-drop.svg);
    width: 10px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}

.nav-menu li.nav-menu-item.parent ul.dropdown-menu {
    display: none;
    position: absolute;
    /*width: 250px;*/
    top: 100%;
    padding: 12px 0;
    background: #ffffff;
    right: 0;
    z-index: 1000;
    border-radius: 0px;
    border: none;
    overflow: hidden;
    box-shadow: 0px 10px 25px rgb(5 16 25 / 15%);
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
    -o-animation-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
    -moz-animation-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.nav-menu li.nav-menu-item.parent:first-child ul.dropdown-menu,
.nav-menu li.nav-menu-item.parent:nth-child(2) ul.dropdown-menu {
    left: 0;
    right: unset;
}
.nav-menu li.nav-menu-item.parent:hover ul.dropdown-menu {
    display: block;
    color: #003049;
	-webkit-animation-name: fadeInUp;
	 animation-name: fadeInUp;
	 -webkit-animation-duration: 0.3s;
	 animation-duration: 0.3s;
	 -webkit-animation-fill-mode: both;
	 animation-fill-mode: both;
	-webkit-animation-timing-function:cubic-bezier(0.2, 0.3, 0.25, 0.9);
	-o-animation-timing-function:cubic-bezier(0.2, 0.3, 0.25, 0.9);
	-moz-animation-timing-function:cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    }
    @keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

ul.dropdown-menu li.nav-menu-item a.dropdown-item,
ul.dropdown-menu li.nav-menu-item a.nav-link {
    font-size: 13px;
    color: #173D56;
    background: none;
    padding: 10px 12px;
    font-family: 'Inter-Medium';
    white-space: unset;
    clear: unset;
    border-radius: unset;
    line-height: 1.3;
}
ul.dropdown-menu li.nav-menu-item a.dropdown-item:hover,
ul.dropdown-menu li.nav-menu-item a.nav-link:hover {
    background: #f4f7f9;
}

.social-icons li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.social-icons li:last-child {
    margin-right: 0;
}
.social-icons li a {
    width: 24px;
    height: 40px;
    display: block;
}
.social-icons .social-icons-yt {
    background-image: url(../images/icon_youtube.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.social-icons .social-icons-ig {
    background-image: url(../images/icon_instagram.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.social-icons .social-icons-tw {
    background-image: url(../images/icon_twitter.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.social-icons .social-icons-fb {
    background-image: url(../images/icon_facebook.svg);
    background-position: center;
    background-repeat: no-repeat;
}



.main-top-block {
    position: relative;
    padding: 60px 0 40px;
    background-size: cover;
    min-height: 660px;
    box-sizing: border-box;
}

.main-top-block:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.9) 100%);
    /*opacity: 0.5;*/
}

/******************************************/
.sitemap-module-title {
    font-size: 16px;
    font-family: 'Inter-SemiBold';
    margin: 0 0 15px;
}
.sitemap-menu {
    margin: 25px 0
}
.sitemap-menu li {
    
}
.sitemap-menu li a,
.sitemap-menu li a:hover {
    font-size: 14px;
    color: #5DBB46;
    font-family: 'Inter-Medium';
    margin: 10px 0;
}
.sitemap-menu li a img {
    display: none
}
/***************ОТЧЕТЫ МЕНЮ****************/
ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    list-style: none;
    border: 1px solid rgb(34 34 34 / 10%);
    border-radius: 5px;
}
ul.accordion-list li:last-child {
    border: none;
}
ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgb(34 34 34 / 10%);
}
ul.accordion-list li span.mod-menu__separator {
    font-family: 'Inter-Medium';
    font-size: 16px;
    padding: 16px;
    display: block;
    background: none;
    border-radius: 5px;
    cursor: pointer;
}
ul.accordion-list li ul.mod-menu__sub {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: rgb(93 187 70 / 15%);
}
ul.accordion-list li ul.mod-menu__sub li a {
    color: rgb(34 34 34 / 70%);
    font-size: 14px;
    font-family: "Inter-SemiBold";
    padding: 16px;
}
ul.accordion-list li ul.mod-menu__sub li.current a {
    color: #8DC53D;
}

/************ДЛЯ ПРОСТОГО МЕНЮ***********************/
ul.accordion-list>li>a {
    font-family: 'Inter-Medium';
    font-size: 14px;
    padding: 16px;
    display: block;
    background: none;
    cursor: pointer;
}
ul.accordion-list>li:first-child>a {
    border-radius: 5px 5px 0 0;
}
ul.accordion-list>li:last-child>a {
    border-radius: 0 0 5px 5px ;
}
ul.accordion-list>li.current>a {
    background: #5DBB46;
    color: #fff;
}

.maps-selection span {
    font-size: 12px;
    display: block;
    margin: 0 0 5px;
}
.maps-selection.dropdown {
    
}
.maps-selection.dropdown button.btn {
    border: 1px solid #E2E5EE;
}
.maps-selection.dropdown .dropdown-menu {

}
.maps-selection.dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
    font-family: "Inter-Medium";
}


/*footer*/
footer {
    background: #064666;
    padding: 24px 0;
    color: #ffffff;
}

.block_footer_logo {

}
.block_footer_logo img {
    height: 24px;
    display: block;
}
.block_footer_menu {
    margin-left: 30px;
}
.footer_menu {

}
.footer_menu li {
    display: table;
    vertical-align: middle;
    margin: 8px 0;
}
.footer_menu .footer-menu-link {
    font-size: 14px;
    font-family: 'Inter-SemiBold';
    color: #ffffff;
    text-decoration: none;
    line-height: 1.2;
}
span.footer-block-title {
    margin-bottom: 20px;
    display: table;
}
.footer-text {
    margin: 50px 0;
    font-family: 'Inter-Regular';
    opacity: 0.7;
    line-height: 1.4;
}
.footer-text span {
    display: block;
    line-height: 1.5;
}
.footer-inf {
    margin-bottom: 20px;
    font-family: 'Inter-SemiBold';
    line-height: 1.4;
}
.footer-inf a {
    font-family: 'Inter-SemiBold';
    color: #ffffff;
    text-decoration: none !important;
    display: table;
    margin-bottom: 15px;
}
.footer-social-icons {

}
.footer-social-icons .social-icons a {
    width: 24px;
    height: 24px;
    display: block;
}
.footer-social-icons .social-icons a.social-icons-yt {
    background-image: url(../images/icon_youtube_gr.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.footer-social-icons .social-icons a.social-icons-ig {
    background-image: url(../images/icon_instagram-gr.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.footer-social-icons .social-icons a.social-icons-tw {
    background-image: url(../images/icon_twitter_gr.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.footer-social-icons .social-icons a.social-icons-fb {
    background-image: url(../images/icon_facebook-gr.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.mobile {
    display: none;
}

.white-panel {
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgb(34 34 34 / 10%);
    overflow: hidden;
    height: 100%;
}
.padding-32 {
    padding: 32px;
}
.padding-16 {
    padding: 16px;
}
.block-module-title {
    margin: 24px 0;
}
.module-title {
    font-size: 20px;
    font-family: "Inter-SemiBold";
}

section.default-module {
    margin: 40px 0 60px;
    padding: 0;
}
.module-title {
    font-size: 36px;
    font-family: 'Inter-Bold';
}
.main-counts {
    margin-top: 50px;
}

.main-counts .pie {
    --p: 20;
    --b: 27px;
    --w: 270px;
    --c: #3A99D7;    
    --f: #475569;
    
    width: var(--w);
    aspect-ratio: 1;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 40px;
}
.main-counts .pie:before,
.main-counts .pie:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}
.main-counts .pie:before {
    inset: 0;
    background: radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat, conic-gradient(var(--c) calc(var(--p) * 1%), var(--f) 0);
    mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
}
.main-counts .pie:after {
    inset: calc(50% - var(--b) / 2);
    background: var(--c);
    transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
}
.main-counts .no-round:before {
    background-size:0 0,auto;
}
.main-counts .no-round:after {
    content:none;
}
.main-counts .pie-title {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #475569;
    line-height: 1.2;
    font-family: 'Inter-Medium';
    width: 100%;
}
.main-counts .pie-count {
    display: block;
    font-size: 24px;
    text-align: center;
    color: #475569;
    line-height: 1.2;
    font-family: 'Inter-Bold';
    margin: 10px 0 0;
}


.app-download-page {
    position: relative;
    padding: 30px 0;
}
.app-download-page .app-dlpg-title {
    
}
.app-download-page .app-dlpg-title h2 {
    font-size: 32px;
    font-family: 'Inter-Bold';
    max-width: 40%;
    line-height: 140%;
}
.app-download-page .app-download-description {
    margin-top: 15px;
    display: table;
    font-size: 16px;
}
.app-download-page .app-qr-code-block {
    
}
.app-download-page {
    
}
.app-download-page .app-download-img {
    position: absolute;
    right: -34px;
    bottom: -32px ;
}
.app-download-page .app-download-img img {
    display: block;
    max-width: 100%;
    height: auto;
}
.app-download-page .app-qr-code-block {
    margin-top: 60px;
    display: flex;
}
.app-download-page .qr-code-block-item {
    border-radius: 12px;
    border: 1px solid rgb(34 34 34 / 10%);
    padding: 15px;
    margin-right: 20px;
}
.app-download-page .qr-code-block-item-title {
    font-size: 20px;
    font-family: 'Inter-Bold';
    display: table;
}
.app-download-page .qr-code-block-item-descr {
    color: rgb(34 34 34 / 80%);
    display: table;
    margin-top: 15px;
    font-size: 16px;
}
.app-download-page .qr-code-block-item img {
    display: block;
    margin: 0 auto;
}
.app-download-page .qr-code-block-item-img {
    text-align: center;
    margin: 30px;}


/*********Слайдер новостей*********/
section {
    margin: 0;
}
section.breadcrumbs {
    margin: 0 0 40px;
}
.slider-top-news .slider-top-news-item .news-slider-img {
    overflow: hidden;
    height: 220px;
    border-radius: 4px;
    border: 1px solid rgb(34 34 34 / 10%);
}
.slider-top-news .slider-top-news-item .news-slider-img img {
    -o-object-fit: cover;
    max-width: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-top-news-item h2 {
    font-size: 24px;
    font-family: 'Inter-SemiBold';
    margin-bottom: 24px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.slider-top-news-item h2 a {
    color: inherit;
    text-decoration: none;
}
.slider-top-news-item span.slider-top-news-description {

    max-width: 100%;
    display: block;
    font-size: 13px;
    font-family: 'Inter-Medium';
    line-height: 1.2;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.slider-top-news-item .slider-top-news-item-img {
    position: relative;
    height: 155px;
    border-radius: 4px;
    overflow: hidden;
}
.slider-top-news-item .slider-top-news-item-img img{
    -o-object-fit: cover;
    max-width: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-top-news .slick-arrow {
    width: 32px;
    height: 32px;
    border: 1px solid rgb(34 34 34 / 20%);
    background: #fff;
    font-size: 0;
    border-radius: 50%;
    position: absolute;
    bottom: 32px;
    z-index: 1;
}
.slider-top-news .slick-prev {
    left: 32px;
    background: #fff url(../images/icon_arrow_l.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.slider-top-news .slick-next {
    left: 72px;
    background: #fff url(../images/icon_arrow_r.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.slider-top-news .slick-dots {
    position: absolute;
    bottom: 42px;
    left: 128px;
}
.slider-top-news .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.slider-top-news .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    font-size: 0;
    display: block;
    border: none;
    border-radius: 50%;
    background: rgb(34 34 34 / 20%);
}
.slider-top-news .slick-dots li.slick-active button {
    background: rgb(34 34 34);
}

/*********Слайдер нвоостей*********/

.slider-bottom-news .slick-list {
    margin-left: -24px;
}
.slider-bottom-news .slick-slide {
    margin-left: 24px;
}
.button-all {
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgb(34 34 34 / 10%);
    padding: 5px 10px;
    text-decoration: none;
    color: #222222;
    font-family: 'Inter-SemiBold';
    margin-right: 0px;
}
.slider-bottom-news {
    display: flex;
    margin-left: -20px;
    flex-wrap: wrap;
}
.slider-bottom-news .slick-arrow {
    width: 30px;
    height: 30px;
    border: 1px solid rgb(34 34 34 / 20%);
    background: #fff;
    font-size: 0;
    border-radius: 50%;
    position: absolute;
    top: -56px;
    z-index: 1;
}
.slider-bottom-news .slick-next {
    right: 0px;
    background: #fff url(../images/icon_arrow_r.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.slider-bottom-news .slick-prev {
    right: 48px;
    background: #fff url(../images/icon_arrow_l.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.slider-bottom-news-item {
    position: relative;
    width: 33.3%;
    padding-left: 20px;
    box-sizing: border-box;
}
.slider-bottom-news-item img {
    -o-object-fit: cover;
    max-width: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-bottom-news-item .img-link-slider {
    position: relative;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    display: block;
}
.slider-bottom-news-item h4 {
    font-size: 16px;
    font-family: 'Inter-SemiBold';
    line-height: 1.2;
    margin: 0 0 5px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.slider-bottom-news-item h4 a {
    color: inherit;
    text-decoration: none;
}
.slider-bottom-news-item span.news-date{
    font-size: 13px;
    right: 10px;
    font-family: 'Inter-Medium';
    position: absolute;
    bottom: 10px;
    color: rgb(34 34 34 / 80%);
}
.slider-bottom-news-item span.news-descr {
    font-size: 14px;
    font-family: 'Inter-Regular';
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 15px;
    opacity: 0.6;
}
.slider-bottom-news-item span>* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/*********Слайдер ссылок*********/

.slider-links .slick-list {
    margin-left: -24px;
}
.slider-links .slick-slide {
    margin-left: 24px;
}
.button-all {
    background: none;
    border-radius: 0;
    border: none;
    color: #3A99D7;
    padding: 0px 15px 0 0;
    text-decoration: none;
    font-family: 'Inter-SemiBold';
    margin-right: 0px;
    background: url(../images/main-gallery-right.svg) no-repeat;
    background-position: right top 4px;
    background-size: 7px;
}
.slider-links .slick-arrow {
    width: 30px;
    height: 30px;
    border: 1px solid rgb(34 34 34 / 20%);
    background: #fff;
    font-size: 0;
    border-radius: 50%;
    position: absolute;
    top: -56px;
    z-index: 1;
}
.slider-links .slick-next {
    right: 0px;
    background: #ffffff url(../images/icon_arrow_r.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.slider-links .slick-prev {
    right: 70px;
    background: #ffffff url(../images/icon_arrow_l.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.slider-links-item {
    position: relative;
    background: radial-gradient(100% 306.25% at 0% 100%, #173D56 0%, #0B5980 100%);
    border: none;
    border-radius: 8px;
    padding: 24px;
    color: #ffffff;
    height: 100%;
    box-sizing: border-box;

    display: flex;
    flex-wrap: wrap;
}
.links-img {
    margin-bottom: 30px;
}
.slider-links a {
    text-decoration: none;
}
.slider-links-item span.links-title {
    font-size: 14px;
    font-family: 'Inter-Regular';
    line-height: 1.2;
    margin: 0 0 15px;
    display: block;
    width: 100%;
}
.slider-links-item span.links-value {
    font-size: 16px;
    font-family: 'Inter-SemiBold';
    line-height: 1.2;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-top: auto;
    width: 100%;
}

.slider-links-block {
    position: relative;
}
.slider-links-block .pagingInfo {
    position: absolute;
    right: 40px;
    top: -48px;
}


/*********Слайдер жизненных ситуаций*********/

/*для слайдера из ТЗ 1
.slider-situasions .slick-list {
    margin-left: -24px;
}
.slider-situasions .slick-slide {
    margin-left: 24px;
}*/
 
.slider-situations-item-top {
    padding-left: 24px;
}
.slider-situasions .slick-slide>div {
    margin-left: -24px;
}



.slider-situations-item {
    margin-bottom: 24px;
}




.slider-situasions .slick-arrow {
    width: 30px;
    height: 30px;
    border: 1px solid rgb(34 34 34 / 20%);
    background: #fff;
    font-size: 0;
    border-radius: 50%;
    position: absolute;
    top: -49px;
    z-index: 1;
}
.slider-situasions .slick-next {
    right: 0px;
    background: #fff url(../images/icon_arrow_r.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.slider-situasions .slick-prev {
    right: 48px;
    background: #fff url(../images/icon_arrow_l.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.slider-situations-img img {
    -o-object-fit: cover;
    max-width: inherit;
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.header_menu .row {
    flex-wrap: nowrap;
}

.slider-situations-item .slider-situations-category {
    font-size: 10px;
    color: rgb(34 34 34 / 80%);
    margin: 12px 0;
    display: block;
}
.slider-situations-item .slider-situations-title {
    font-size: 14px;
    font-family: 'Inter-SemiBold';
    line-height: 1.2;
    min-height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.slider-situations-item a {
    text-decoration: none;
    color: inherit;
}


.top-navigation {
    box-sizing: border-box;
    padding: 40px 0 60px;
    background: #064666 url(../images/nav-bg.svg) right top no-repeat;
}
/*****************breadcrumbs*****************/
.breadcrumbs {
    
}

.breadcrumbs-list li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    position: relative;
    line-height: 1.4;
}
.breadcrumbs-list li:last-child:after {
    content: '';
    display: none;
}
.breadcrumbs-list li:after {
    content: '/';
    color: #fff;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    right: 8px;
    top: 0px;
    opacity: 0.5;
}

.breadcrumbs-list li a {
    text-decoration: none;
}
.breadcrumbs-list li a span {
    color: rgb(255 255 255 / 50%);
    font-family: 'Inter-SemiBold';
    font-size: 14px;
}
.breadcrumbs-list li span {
    color: #ffffff;
    font-family: 'Inter-SemiBold';
    font-size: 14px;
}

/*****************************/
.white-background {
    background-color: #fff;
}
.aboutpage .main {
    background-color: #fff;
}
section.content-wrap {
    /*padding: 24px 0;*/
    margin: 0;
}
div.content-wrap-block {
    border-radius: 16px;
    margin: -60px 0 60px;
    padding: 32px;
    background: #ffffff;
}
.main h4 {
    font-size: 32px;
    font-family: 'Inter-SemiBold';
    margin: 0 0 24px;
    line-height: 1.2;
}
.main h5 {
    font-size: 20px;
    font-family: 'Inter-SemiBold';
    margin: 0 0 24px;
    line-height: 1.2;
}
.main p {
    font-size: 16px;
    font-family: 'Inter-Regular';
    line-height: 1.6;
    margin: 0 0 24px;
}
.main img {
    width: 100%;
    height: auto;
}
.margin-bottom {
    margin-bottom: 100px;
}
.margin-bottom-small {
    margin-bottom: 24px;
}
.text-center {
    text-align: center;
}

/*************************/
.panel-shadow {
    box-shadow: 0px 0px 16px #E3E7ED;
    border-radius: 20px;
}
.about-count {
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    height: 100%;
}
.about-count:before {
    content: '';
    height: 50px;
    position: absolute;
    width: 1px;
    background: #ddd;
    right: -12px;
    top: 50%;
    margin: -25px 0 0 0;
}
.panel-shadow .col-md-4:last-child .about-count:before,
.panel-shadow .col-md-6:last-child .about-count:before {
    content: '';
    display: none;
}

.about-cifr {
    color: #5DBB46;
    font-size: 24px;
    display: block;
    font-family: 'Inter-Bold';
    margin: 0 0 24px;
}
.about-descr {
    font-size: 13px;
    line-height: 1.4;
}


.com-content-article__body p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 20px;
}
.com-content-article__body p:last-child {
    margin-bottom: 0px;
}

/*********************************/
.spoiler-wrap {
    border: 1px solid rgb(34 34 34 / 15%);
    border-radius: 4px;
    padding: 26px;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}
.spoiler-head:before {
    content: '';
    width: 16px;
    height: 10px;
    position: absolute;
    background: url(../images/icon_arr_dwn_gr.svg);
    right: 0;
    top: 50%;
    margin-top: -5px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    transform: rotate(180deg);
    transition: all 0.3s ease;
}
.spoiler-wrap.active .spoiler-head:before {
    transform: rotate(0deg);
    transition: all 0.3s ease;
}
.spoiler-wrap.active {
    border-color: #5DBB46;
    transition: all 0.3s ease;
}
.spoiler-wrap.disabled .spoiler-body {
    display: none;
}
.spoiler-head {
    cursor: pointer;
    font-size: 16px;
    font-family: 'Inter-Bold';
    position: relative;
    padding-right: 30px;
}

.spoiler-body-content {
    margin: 30px 0 0;
}
.spoiler-body-content .btn {
    margin: 15px 0 0;
}
.sprav-block {
    margin: 0 0 15px;
}
.sprav-title {
    font-size: 12px;
    display: block;
    margin: 0 0 5px;
    color: rgb(34 34 34 / 80%);
}
.sprav-descr {
    font-family: 'Inter-Bold';
    font-size: 14px;
}
.sprav-descr a {
    color: #5DBB46;
}

.side-menu li {
    margin: 0 0 4px;
    padding: 8px;
    border-radius: 4px;
}
.side-menu li a {
    text-decoration: none;
}
.side-menu li a img {
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.side-menu li a span {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Inter-SemiBold';
    color: rgb(34 34 34 / 80%);
    font-size: 13px;
    width: 80%;
    line-height: 1.2;
}
.side-menu li.active {
    background: rgb(93 187 70 / 15%);
}
.side-menu li.active span {
    color: #5DBB46;
}

.search-sprav {
    position: relative;

}
.search-sprav .search-input {
    box-sizing: border-box;
    color: #222;
    border: 2px solid rgb(34 34 34 / 10%);
    padding: 5px 10px;
}
.search-sprav .search-input::placeholder {
    color: rgb(34 34 34 / 30%);
}
.search-sprav .search-input-button {
    background: url(../images/icon_search.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
}

h4.spravochnik-more {
    font-size: 20px;
}
h6.spravochnik-more-cont-title {
    color: #5DBB46;
    font-size: 16px;
    font-family: 'Inter-SemiBold';
    margin: 0 0 20px;
}
span.small-text {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}
.category-show-map,
.category-show-list {
    margin-bottom: 15px;
    margin-top: 15px;
}
.mobile_phone-sprav-more {
    display: table;
    background: url(../images/icon_mob_phone.svg);
    background-repeat: no-repeat;
    padding-left: 26px;
    background-position: left center;
    background-size: 19.5px;
    line-height: 19.5px;
}
.otdel-item {
    padding: 20px 0;
    border-bottom: 1px solid rgb(34 34 34 / 10%);
}
.otdel-item:last-child {
    border-bottom: none;
}
.otdel-item span {
    
}
.more-grafik {
    display: block;
    margin-bottom: 10px;
}
.more-grafik-descr {
    display: block;
    margin-bottom: 10px;
    line-height: 1.4;
}
.more-grafik-descr span {
    color: #5DBB46;
    font-size: 14px;
    font-family: 'Inter-SemiBold';
    display: block;
}
/******************************/
.btn-green-light,
.btn-green-light:hover,
.btn-green-light:active,
.btn-green-light:visited,
.btn-green-light:focus {
    background: rgb(93 187 70 / 15%);
    color: #5DBB46;
    font-family: 'Inter-SemiBold';
    font-size: 16px;
}
.map_icon,
.map_icon:hover,
.map_icon:active,
.map_icon:visited,
.map_icon:focus {
    background-image: url(../images/icon_map_button.svg);
    background-position: 16px center;
    padding-left: 52px;
    background-repeat: no-repeat;
    background-size: 20px;
}



.item-page {

}
.item-page h2 {
    font-size: 24px;
    font-family: 'Inter-Bold';
}
.item-page h5 {
    font-size: 24px;
    font-family: 'Inter-Bold';
}
.faq-page {
    margin-top: 40px;
}
.faq-block {
    margin-bottom: 20px;
    border: 1px solid #E3E8F1;
    border-radius: 12px;
    
}
.faq-title {
    cursor: pointer;
    display: block;
    transition: all 0.1s ease;
    position: relative;
    font-size: 16px;
    font-family: 'Inter-SemiBold';
    padding: 30px 60px 30px 30px;
    line-height: 1.4;
}
.faq-title:before {
    content: '';
    width: 42px;
    height: 42px;
    position: absolute;
    background: url(../images/icon-faq.svg);
    background-repeat: no-repeat;
    right: 30px;
    background-size: contain;
    top: 50%;
    margin-top: -21px;
    transition: all 0.1s ease;
}
.faq-block.active .faq-title:before {
    content: '';
    transform: rotate(45deg);
    transition: all 0.1s ease;
}
.faq-block.active .faq-title {
    border-radius: 15px 15px 0 0 ;
    transition: all 0.1s ease;
}
.faq-descr {
    padding: 30px 60px 30px 60px;
    display: none;
}
.faq-descr span {
    display: block;
    line-height: 1.4;
    font-size: 16px;
}

/***************Слайдер Решения*******************/
.block-slider-resheniya {
    margin: 0 0 80px;
}

.slider-resheniya .resheniya-item-block {
    border: 1px solid rgb(34 34 34 / 20%);
    border-radius: 4px;
}

.slider-resheniya .slider-resheniya-descr {
    padding: 32px 16px;
}
.slider-resheniya .resheniya-title {
    font-size: 24px;
    display: block;
    font-family: 'Inter-SemiBold';
    margin: 0 0 24px;
}
.slider-resheniya .resheniya-descr {
    font-size: 13px;
    line-height: 1.2;
}
.slider-resheniya .slick-arrow {
    width: 56px;
    height: 56px;
    border: 1px solid rgb(34 34 34 / 20%);
    background: #fff;
    font-size: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 1;
}
.slider-resheniya .slick-next {
    right: -72px;
    background: url(../images/icon_arrow_r.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.slider-resheniya .slick-prev {
    left: -72px;
    background: url(../images/icon_arrow_l.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.slider-resheniya .slick-dots {
    position: relative;
    margin: 16px auto 0;
    text-align: center;
}
.slider-resheniya .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.slider-resheniya .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    font-size: 0;
    display: block;
    border: none;
    border-radius: 50%;
    background: rgb(34 34 34 / 20%);
}
.slider-resheniya .slick-dots li.slick-active button {
    background: rgb(34 34 34);
}

/************************Новости**********************/
.list-news {

}
.list-news-item {
    margin-bottom: 15px;
    border: 1px solid #EEEEEE;
    padding: 16px;
    border-radius: 6px;
    flex-wrap: nowrap;
    display: flex;
}
.list-zakup-item {
    margin-bottom: 15px;
    border: 1px solid #EEEEEE;
    padding: 16px;
    border-radius: 6px;
    flex-wrap: nowrap;
    display: flex;
    background: #fff;
}

.list-news-maint-page .list-news-item {
    margin-bottom: 15px;
    border: 1px solid #EEEEEE;
    padding: 16px;
    border-radius: 6px;
    display: block;
}
.list-news-item-img {
    display: inline-block;
    vertical-align: middle;
    /*margin-right: 15px;*/

    /*height: 110px;*/
    width: 150px;
    position: relative;
}
.list-news-item-img img {
    border-radius: 4px;
    display: block;
    -o-object-fit: cover;
    max-width: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-news-item-right {
    padding: 0 0 0 20px;
    flex: 1;
}
.list-news-item-right span.list-news-item-title a {
    color: inherit;
    text-decoration: none;
}
span.list-news-item-title {
    display: block;
    font-size: 16px;
    font-family: 'Inter-Bold';
    margin-bottom: 10px;
    line-height: 1.2;
}
span.list-news-item-descr {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    color: rgb(34 34 34 / 60%);
    line-height: 1.2;
}
span.list-news-item-descr>* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.list-news-item-link {
    color: #3A99D7;
    font-family: 'Inter-SemiBold';
    display: table;
    margin: 0 0 10px;
    text-decoration: none;
}
.list-zakup-item-link {
    color: #3A99D7;
    font-family: 'Inter-SemiBold';
    display: table;
    margin: 0 0 10px;
    text-decoration: none;
}
.list-news-item-date {
    font-family: 'Inter-Medium';
    font-size: 13px;
    color: rgb(34 34 34 / 50%);
    display: block;
}



.list-news-maint-page {
    margin: 24px 0;
}
.list-news-maint-page .col-3:first-child {
    width: 50%;
}
.list-news-maint-page .col-3:first-child .list-news-item-info {
    display: none;
}
.list-news-maint-page .list-news-item {
    border: none;
    padding: 0;
}
.list-news-maint-page .list-news-item-img {
    width: auto;
    height: auto;
    display: block;
    margin: 0;
}
.list-news-maint-page .list-news-item-img img {
    border-radius: 10px 10px 0 0;
}
.list-news-maint-page .list-news-item-info {
    background: #E8F1F8;
    padding: 24px;
    border-radius: 0 0 10px 10px;
}
.list-news-maint-page .list-news-item-date {
    font-family: 'Inter-Regular';
    font-size: 12px;
    color: rgb(34 34 34 / 40%);
    display: block;
}
.list-news-maint-page .list-news-item-title {
    margin: 10px 0;
}
.list-news-maint-page .list-news-item-introtext {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}
.list-news-maint-page .list-news-item-info a {
    color: #222222;
    font-size: 16px;
    text-decoration: none !important;
}
.list-news-maint-page .list-news-item-link {
    color: #3A99D7 !important;
    font-family: 'Inter-SemiBold';
    display: table;
    margin: 10px 0 0px;
    font-size: 14px !important;
}
.list-news-maint-page {
    
}
.list-news-maint-page {
    
}

.teach-videos {

}
.teach-videos .teach-videos-block {
    margin-top: 40px;
}
.teach-videos .search-videos form .blue-button {
    border-radius: 5px !important;
    margin-left: 20px !important;
    width: 80px;
    
}
.teach-videos .teach-videos-item-img {

}
.teach-videos .teach-videos-item-img img {
    width: 100%;
    height: auto;
    display: block;
}
.teach-videos .teach-videos-item-right {
    margin: 15px 0 0;
}
.teach-videos .teach-videos-item-title {
    display: table;
}
.teach-videos .teach-videos-item-title a {
    font-size: 16px;
    font-family: 'Inter-Bold';
    color: inherit;
    text-decoration: none !important;
}

.teach-videos .teach-videos-item-descr {
    margin: 15px 0 0;
    color: rgb(34 34 34 / 60%);
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.teach-videos .teach-videos-link-see {
    color: #3A99D7;
    font-family: 'Inter-SemiBold';
    display: table;
    margin: 15px 0 0px;
    text-decoration: none;
}
.teach-videos .teach-videos-item-date {
    font-family: 'Inter-Medium';
    font-size: 13px;
    color: rgb(34 34 34 / 50%);
    display: block;
    margin: 15px 0 0;
}
.teach-videos .padding-16 {
    padding: 24px;
}


.base-learn .search-base form .blue-button {
    border-radius: 5px !important;
    margin-left: 20px !important;
    width: 80px;
}
.rukovodstvo .search-base form .blue-button {
    border-radius: 5px !important;
    margin-left: 20px !important;
    width: 80px;
}
.base-learn .base-learn-block {
    margin-top: 40px;
}
.rukovodstvo .rukovodstvo-block {
    margin-top: 40px;
}

.base-menu-block {
    height: 100%;
}
.base-menu-block button.dropdown-toggle {
    border: 1px solid #DEDEDE !important;
    background: url(../images/base-arrow.svg) no-repeat;
    background-position: right 10px center;
    padding: 10px 34px 10px 10px;
    box-sizing: border-box;
    width: 100%;
    white-space: normal;
    text-align: left;
    line-height: 1.2;
    display: none;
    
}
.base-menu-block .dropdown-menu.base-menu {
    display: block;
    position: relative;
    border: none;
    border-right: 1px solid #E8EAF3;
    border-radius: 0;
    padding: 0;

    height: 100%;
}
.base-menu-block {
    
}
.base-menu-block {
    
}

.base-menu {
    border-right: 1px solid #E8EAF3;
}
.base-menu li {
    margin: 10px 0;
}
.base-menu li:first-child {
    margin: 0 0 10px 0;
}
.base-menu li:last-child {
    margin: 10px 0 0px 0;
}
ul.dropdown-menu.base-menu li.nav-menu-item a.nav-link {
    font-family: 'Inter-Medium';
    padding: 10px;
    font-size: 16px;
    line-height: 1.2;
}
ul.dropdown-menu.base-menu li.nav-menu-item.current a.nav-link {
    background: #3A99D7;
    color: #ffffff;
    border-radius: 5px;
}
.base-main-block {
    margin-top: 30px;
}
.base-main-item {
    background: url(../images/base-pdf.svg) left top no-repeat;
    padding: 60px 0 0;
}
.base-main-item .base-title {
    font-size: 20px;
    font-family: 'Inter-Bold';
    line-height: 1.2;
}
.base-main-item .base-button-download {
margin-top: 30px;
}
.base-main-item .base-button-download a {
    background: rgb(58 153 215 / 5%) url(../images/icon-arrow-circle-right.svg) right 10px center no-repeat;
    color: #3A99D7;
    padding: 10px 40px 10px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-family: 'Inter-SemiBold';
    display: table;
}

.base-menu-visible-small {
    display: none;
}

.button-more {
    background: rgb(58 153 215 / 5%) url(../images/icon-arrow-circle-right.svg) right 10px center no-repeat;
    color: #3A99D7;
    padding: 10px 40px 10px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-family: 'Inter-SemiBold';
    display: table;
}

.ruk-item-page {
    margin-top: 40px;
    margin-bottom: 30px;
}
.ruk-left-block {

}
.ruk-item-title {
    margin: 20px 0 10px;
    display: block;
    text-align: center;
    font-size: 24px;
    font-family: 'Inter-Bold';
}
.ruk-item-descr {
    font-size: 16px;
    margin-bottom: 30px;
    display: block;
}

.ruk-dop-inf-title {
    display: block;
    font-family: 'Inter-Bold';
    font-size: 16px;
    margin-bottom: 20px;
}

.button-previouscat {
    background: url(../images/icon-arrow-back.svg) left 0px center no-repeat;
    color: #1E2833;
    padding: 10px 15px 10px 30px;
    border-radius: 20px;
    text-decoration: none;
    font-family: 'Inter-SemiBold';
    display: table;
}
.ruk-dop-fields a {
    display: table;
    color: #1E2833;
    font-size: 16px;
    text-decoration: none;
    margin: 15px 0;
    padding: 2px 0 2px 32px;
}
.ruk-phone {
    background: url(../images/icon-phone-ruk.svg) left center no-repeat;
}
.ruk-mail {
    background: url(../images/icon-mail-ruk.svg) left center no-repeat;
}
.ruk-right-block {
    border-left: 1px solid #E8EAF3;
    padding-left: 20px;
}
.ruk-right-block h4 {
    font-size: 24px;
    font-family: 'Inter-Bold';
}
.ruk-right-block p {
    line-height: 1.4;
    margin: 15px 0;
    font-size: 16px;
}
.rukovodstvo-items>div {
    margin: 40px 0;
}
.rukovodstvo-items>div:first-child {
    margin: 0px 0 40px;
}
.rukovodstvo-block h5.page-header {
    margin-bottom: 40px;
}

.ruk-inf .page-header a {
    color: inherit;
    text-decoration: none !important;
    font-size: 20px;
}
.ruk-inf-intro {
    display: block;
    margin-top: 15px;
}
.ruk-inf .ruk-dop-inf {
    margin-top: 40px;
}
.ruk-inf .button-more {
    margin-left: auto;
    margin-top: 30px;
}


.journal .journal-block {
    margin-top: 0px;
}
.journal .journal-block {

}
.journal .journal-block .journal-item-img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.journal .journal-block .journal-item-img>a {
    position: relative;
    z-index: 10;
}
.journal .journal-block .journal-item-img:before{
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.journal .journal-block .journal-item-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Inter-Medium';
}
.journal .journal-block .journal-item-date {
    font-size: 10px;
    display: block;
    font-weight: 300;
    margin-top: 10px;
    font-family: 'Inter-Regular';
}
.journal .journal-block .journal-item-link-see {
    text-align: center;
    display: block;
    padding: 15px;
    margin: 10px 0 0;
    color: #3A99D7;
    font-size: 14px;
    font-family: 'Inter-Medium';
    text-decoration: none;
    border: 1px solid;
    border-radius: 6px;
}
.journal .journal-block img {
    height: 360px;
    object-fit: cover;
}
.journal-item-img {
    margin-bottom: 20px;
}

.documents {

}
.documents .search-documents {
    
}
.documents .documents-menu-visible-small {
    display: none;
}
.documents .documents-block {
    margin-top: 40px;
}
.documents .documents-menu-hidden-small {
    
}
.documents .search-documents form .blue-button {
    border-radius: 5px !important;
    margin-left: 20px !important;
    width: 80px;
}

.com-finder form .blue-button {
    border-radius: 5px !important;
    margin-left: 20px !important;
    
}
.com-finder form .awesomplete {
    flex: 1 1 auto;
}
.com-finder .com-finder__explained .query-required .term {
    color: #3A99D7 !important;
    font-family: 'Inter-SemiBold';
    font-weight: normal;
}
.com-finder .com-finder__explained a {
    color: #3A99D7 !important;
    font-family: 'Inter-SemiBold';
    font-weight: normal;
}
.com-finder__results-list li {
    margin-bottom: 15px;
}
.com-finder__results-list li .result__title a {
    color: #3A99D7 !important;
    font-family: 'Inter-SemiBold';
    font-weight: normal;
    text-decoration: none !important;
}
.com-finder__results-list li .result__title a span {
    font-size: 18px;
    text-decoration: none !important;
}
.search-button-download a {
    background: rgb(58 153 215 / 5%) url(../images/icon-arrow-circle-right.svg) right 10px center no-repeat;
    color: #3A99D7;
    padding: 10px 40px 10px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-family: 'Inter-SemiBold';
    display: table;
}
.documents-item-content .search-button-download {
    margin-top: 10px;
}
.documents-item-content .search-button-download:first-child {
    margin-top: 0px;
}
.documents-item-content .docdate {
    margin-bottom: 20px;
    display: table;
    color: #222222;
    opacity: 0.6;
}
.documents-block .documents-items  {
    margin-top: 30px;
}
.documents-block .documents-items .search-button-download a {
    background: url(../images/docdownload.svg) right 10px center no-repeat;
    color: #3A99D7;
    padding: 15px 50px 15px 15px;
    border-radius: 6px;
    line-height: 1.4;
    text-decoration: none;
    font-family: 'Inter-SemiBold';
    display: block;
    transition: all 0.3s ease;
}
.documents-block .documents-items .search-button-download a:hover {
    background: rgb(58 153 215 / 5%) url(../images/docdownload.svg) right 10px center no-repeat;
    transition: all 0.3s ease;
}

/**************Модуль новостей************/
.module-list-news .list-news-item:first-child {
    margin-top: 32px;
}
.module-list-news .list-news-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.module-list-news .list-news-item {
    margin-bottom: 15px;
    border: none;
    padding: 0;
    padding-bottom: 15px;
    border-radius: 0;
    border-bottom: 1px solid #eeeeee;
}
.module-list-news .list-news-item-right a {
    color: inherit;
    text-decoration: none;
}

.module-list-news span.list-news-item-title {
    font-size: 14px;
    line-height: 1.2;
}
.module-list-news .list-news-item-img {
    width: 20%;
    margin-right: 10px;
}
.module-list-news .list-news-item-right {
    width: 70%;
}
.module-link {
    color: #3A99D7;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
    font-size: 15px;
    font-family: 'Inter-SemiBold';
}
.module-link:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 16px;
    background: url(../images/link-news-arrow.svg);
    right: 0;
    top: 50%;
    margin-top: -8px;
}
.module-list-news span.list-news-item-title {
    font-family: 'Inter-SemiBold';
}
.module-list-news .list-news-item-img {
    height: 50px;
}


/**************Материал*******************/
.news-block {

}
.news-block .news-pre-text {
    margin-bottom: 15px;
}
.news-block-img {

}
.news-block-img img {
    display: block;
}
.news-block-details {
margin: 15px 0;
}
.news-block-details .news-block-date,
.news-block-details .news-block-author {
    font-family: 'Inter-Medium';
    font-size: 13px;
    color: rgb(34 34 34 / 50%);
    display: block;
    position: relative;
    margin: 5px 0px;
}
.news-block-details .news-block-date:before {
    content: '';
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    background-image: url(../images/icon_calendar.svg);
}
.news-block-details .news-block-author:before {
    content: '';
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    background-image: url(../images/icon_user_id.svg);
    background-size: contain;
}
.news-block-attachment {

}
.news-block-attachment a {
    background: rgb(93 187 70 / 10%);
    text-decoration: none;
    color: inherit;
    padding: 30px;
    display: table;
    padding-left: 72px;
    box-sizing: border-box;
    position: relative;
}
.news-block-attachment a:before {
    content: '';
    background-image: url(../images/icon_screp.svg);
    position: absolute;
    width: 14px;
    height: 24px;
    left: 30px;
    top: 50%;
    margin-top: -12px;
}
.news-block-attachment .title-attach {
    display: block;
    font-size: 14px;
    font-family: 'Inter-Medium';
}
.news-block-attachment .descr-attach {
    font-size: 13px;
    font-family: 'Inter-Regular';
    color: rgb(34 34 34 / 60%);
    margin: 15px 0 0;
    display: block;
    margin-top:15px  ;
}
.full-text p,
.news-pre-text p {
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.4;
}
.full-text ul {
    margin: 15px 0;
    list-style: disc;
    list-style-position: outside;
    line-height: 1.6;
    margin-left: 16px;
}
.material-social-icons {
    margin-top: 0px;
}
.material-social-icons .social-icons a {
    width: 40px;
    height: 40px;
    display: block;
}
.material-social-icons .social-icons a.social-icons-yt {
    background-image: url(../images/icon_youtube_bl.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.material-social-icons .social-icons a.social-icons-ig {
    background-image: url(../images/icon_instagram_bl.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.material-social-icons .social-icons a.social-icons-tw {
    background-image: url(../images/icon_twitter_bl.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.material-social-icons .social-icons a.social-icons-fb {
    background-image: url(../images/icon_facebook_bl.svg);
    background-position: center;
    background-repeat: no-repeat;
}


.slider-gallery {
    padding: 0 50px;
}
.slider-gallery .slick-arrow {
    width: 30px;
    height: 30px;
    border: 1px solid #3A99D7;
    background: #fff;
    font-size: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 1;
}
.slider-gallery .slick-prev {
    left: 0px;
    background: #ffffff url(../images/main-gallery-left.svg);
    background-position: 8px center;
    background-repeat: no-repeat;
}
.slider-gallery .slick-next {
    right: 0px;
    background: #ffffff url(../images/main-gallery-right.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
}
.slider-gallery .slick-list {
    margin-left: -24px;
}
.slider-gallery .slick-slide {
    margin-left: 24px;
}
.main-gallery-img-block {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.main-gallery-img-block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4))
}
.main-gallery-img-block img {
    max-width: 100%;
    height: auto;
    min-height: 260px;
    max-height: 260px;
    object-fit: cover;
    
}
.main-gallery-img-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px;
    width: 100%;
}
.main-gallery-item-title {
    font-size: 22px;
    display: block;
    color: #fff;
    font-family: 'Inter-Bold';
    line-height: 1.2;
    margin-bottom: 15px;
}
.main-gallery-item-description {
    font-size: 16px;
    display: block;
    color: #fff;
    line-height: 1.2;
}
.fancybox-button--thumbs,
.fancybox-button--zoom,
.fancybox-button--play {
    display: none !important;
}
/*********************СИТУАЦИИ***********************/
.nav-menu.life-situations {
    margin-top: 0;
    background: #fff;
    padding: 6px;
    border-radius: 4px;
}
.nav-menu.life-situations li {
    display: inline-block;
}
.nav-menu.life-situations li a {
    color: rgb(34 34 34 / 70%);
    text-decoration: none;
    padding: 18px 24px;
    display: block;
    border-radius: 4px;
    font-family: 'Inter-SemiBold';
    font-size: 16px;
}
.nav-menu.life-situations li.active a {
    background: #5dbb46;
    color: #fff
}

.life-situations-cat-item {
    text-decoration: none;
    color: #222;
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    display: block;
    margin: 0 0 24px;
    position: relative;
}
.life-situations-cat-item:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 10px;
    background: url(../images/icon_arr_right_gr.svg);
    right: 16px;
    top: 50%;
    margin-top: -5px;
}
.life-situations-cat-img {
    display: inline-block;
    vertical-align: middle;
}
.life-situations-cat-img img {
    width: 56px;
}
.life-situations-cat-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 60%;
}

.life-situations-list {

}
.life-situations-item {
    text-decoration: none;
    color: #222;
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    display: block;
    margin: 0 0 12px;
    position: relative;
}
.life-situations-item:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 10px;
    background: url(../images/icon_arr_right_gr.svg);
    right: 16px;
    top: 50%;
    margin-top: -5px;
}
.life-situations-title {
    display: block;
    line-height: 1.2;
    padding: 0 20px 0 0;
}
.module-title-icon-lamp {
    padding-left: 40px;
    background: url(../images/icon_lamp.svg);
    background-repeat: no-repeat;
    background-position: left top;
}
.module-title-icon-book {
    padding-left: 40px;
    background: url(../images/icon_book_menu.svg);
    background-repeat: no-repeat;
    background-position: left top;
}
.module-title-border {
    font-family: 'Inter-Regular';
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEE;
    display: block;
}
ul.nav-links {

}
ul.nav-links li {
    padding: 10px 0;
}
ul.nav-links li a {
    color: #5DBB46;
    font-family: 'Inter-SemiBold';
    font-size: 13px;
    text-decoration: none;
}


/***********************КОНТАКТЫ*******************/
.contacts-item-map {
    position: relative;
    font-family: 'Inter-Regular';
    display: block;
    line-height: 1.2;
    padding-left: 30px;
}
.contacts-item-map:before {
    content: '';
    width: 18px;
    height: 22px;
    position: absolute;
    left: 0;
    background: url(../images/icon_pin.svg);
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -11px;
    background-position: center;
}
.contacts-item-rukvod {
    position: relative;
    font-family: 'Inter-Regular';
    display: block;
    line-height: 1.2;
    padding-left: 30px;
}
.contacts-item-rukvod:before {
    content: '';
    width: 18px;
    height: 22px;
    position: absolute;
    left: 0;
    background: url(../images/icon_rukvod.svg);
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -11px;
    background-position: center;
}

.contacts-item-map span {
    font-family: 'Inter-SemiBold';
    color: #5DBB46;
}
.panel-title {
    font-size: 16px;
    font-family: 'Inter-SemiBold';
    display: block;
    margin: 0 0 24px;
}
.city_phone {
    display: table;
    background: url(../images/icon_city_phone.svg);
    background-repeat: no-repeat;
    padding-left: 26px;
    background-position: left center;
}
.mobile_phone {
    display: table;
    background: url(../images/icon_mob_phone.svg);
    background-repeat: no-repeat;
    padding-left: 26px;
    background-position: left center;
}

.tab-cat{
    display:none;
}
.tab-cat.active{
    display:block;
}
.block-search .awesomplete{
    display:block;
}
.block-search .form-search{
    position:relative;
}
.block-search .form-control:focus {
    color: #fff;
    background: rgb(255 255 255 / 20%);
    border: 2px solid rgb(255 255 255 / 70%);
    outline: 0;
    box-shadow:none;
}



.main-direct {
    background: #1F5875;
    padding: 46px 70px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #ffffff;
    width: 470px;
}
.main-direct .main-direct-block {
    margin-bottom: 24px;
}
.main-direct .main-direct-img {
    border-radius: 7px;
}
.main-direct .main-direct-img img {
    margin-bottom: 24px;
    border-radius: 6px;
}
.main-direct .main-direct-name {
    text-align: center;
    font-size: 20px;
    font-family: 'Inter-Bold';
    margin-bottom: 20px;
}
.main-direct .main-direct-name span {
    
}
.main-direct .main-rukvod-doljnost {
    text-align: center;
    font-size: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #41718A;
}
.main-direct .main-rukvod-doljnost span {
    
}
.main-direct .main-direct-descr {
    text-align: center;
    font-size: 16px;
    font-family: 'Inter-Bold';
    line-height: 1.2;
    margin-bottom: 24px;
}
.main-direct .main-direct-descr span {
    
}
.main-direct .main-rukvod-button-descr {
    text-align: center;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 24px;
}
.main-direct .main-rukvod-button-descr span {
    
}
.main-direct .main-rukvod-button {
    
}
.main-direct .main-rukvod-button a {
    color: #ffffff;
    
    margin: 0 auto;
    padding: 16px 26px;
    text-decoration: none;
    font-size: 16px;
    
}
.main-direct .main-rukvod-button a span {
    display: table;
    background: url(../images/icon-button-chat.svg);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 auto;
    padding: 0 0 0 24px;
}

.main-widgets {
    position: relative;
}


/***************************************/
table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }
 
  table tr {
    border: 1px solid #ddd;
    padding: 5px;
  }
 
  table th, table td {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ddd;
  }
 
  table th {
    color: #fff;
    background-color: #444;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }


@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table thead {
    display: none;
  }
  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
  table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}

/****************МЕДИА****************/
@media (max-width:1399px) {
    .nav-menu .nav-menu-item.parent .nav-link:before {
        right: 5px;
    }
    .nav-menu .nav-menu-item.parent .nav-link {
        padding-right: 20px;
    }
    .nav-menu .nav-link {
        font-size: 13px !important;
        padding: 26px 15px 26px 5px;
    }
    .main-widgets>.row>.col-8 {
        width: 60%;
    }
    
}
@media (min-width: 1200px) {
    /*.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1360px !important;
    }*/
}
@media (max-width: 1368px) {
    .nav-menu .nav-menu-item:first-child {
        padding: 0 10px 0 0;
    }
    .side-menu li a span {
        max-width: 80%;
        line-height: 1.2;
    }
}
@media (max-width: 1200px) {
    .nav-menu .nav-menu-item:first-child {
        padding: 0 10px 0 0;
    }
    .nav-menu .nav-menu-item {
        padding: 0 10px;
    }
    .nav-menu .nav-menu-item-link, .nav-menu .nav-link {
        padding: 0 6px;
    }
    .side-menu li a span {
        max-width: 70%;
    }
    .block_menu_button {
        display: block;
    }
    .block_enter_button {
        display: none;
    }
    .header_menu {
        display: none;
    }

    footer .col-sm-3 {
        width: 100%;
    }
    footer .col-sm-9 {
        width: 100%;
    }
    .main-top-block {
        padding: 60px 0 0px;
    }
    .main-direct {
        text-align: center;
    }
    .main-direct {
        position: relative;
        width: 100%;
    }
    .main-widgets>.row>.col-8 {
        width: 100%;
    }
    .main-counts .pie {
        --p: 20;
        --b: 24px;
        --w: 220px;
        padding: 0 30px;
    }
    .app-download-page .app-download-img {
        position: relative;
        bottom: -62px;
        display: table;
        margin: 0 auto;
        right: unset;
    }
    .app-download-page {
        padding: 0;
    }
    .app-download-page .app-dlpg-title h2 {
        max-width: 100%;
    }
    .app-download-page .app-download-img img {
        max-width: 100%;
    }
}
@media (max-width: 992px) {
    .header_menu,
    .block_check_language,
    .block_enter_button,
    .block_search_button a.search_button {
        display: none;
    }
    .ruk-inf {
        margin-top: 30px;
    }
    .ruk-right-block {
        border-left: none;
        padding-left: 0px;
        margin-top: 40px;
    }
    .ruk-item-page {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .base-main-item .base-title {
        font-size: 16px;
    }
    header {
        min-height: auto;
    }
    .search-sprav {
        margin: 0 0 30px;
    }
    .list-news-item-img {
        margin-right: unset;
        
    }
    footer .col-sm-4,
    footer .col-sm-8 {
        width: 100%;
    }
    .footer-text {
        margin: 30px 0;
    }
    .footer-row-direction {
        flex-direction: column-reverse;
    }
    .footer_menu {
        margin-top: 30px;
    }
    footer .col-sm-8 .col-sm-6 {
        width: 100%;
    }
    .footer-inf {
        margin-bottom: 40px;
    }
    .footer_menu li {
        margin: 15px 0;
    }
    header form.mod-finder input.search-input {
        width: auto;
    }
    header form.mod-finder {
        position: absolute;
        margin-right: 0;
        right: 20px;
    }
    .main-counts>.row>.col-3 {
        width: 50%;
    }
    .main-counts .pie {
        margin: 0 auto 40px;
    }
    .list-news-maint-page .col-3:first-child {
        width: 100%;
    }
    .list-news-maint-page .col-3:first-child .list-news-item-info {
        display: block;
    }
    .list-news-maint-page .col-3 {
        width: 50%;
    }
    .subnavigation-menu {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    div.content-wrap-block {
        padding: 16px;
        margin: 20px 0 60px;
    }
    .top-navigation {
        padding: 40px 0 5px;
    }
    .padding-32 {
        padding: 16px;
    }
    .list-news-item {
        border: none;
        background: #E8F1F8;
    }
    .list-news-item-img {
        height: auto;
        width: auto; 
    }
    .list-news-item-img img {
        width: 80px;
        height: 80px;
    }
    .list-news-item-link {
        display: none;
    }
    .list-zakup-item .list-news-item-link {
        display: block;
    }
    span.list-news-item-title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .list-news-item-date {
        font-size: 12px;
        color: rgb(34 34 34 / 40%);
    }
    .list-news .list-news-item>.row {
        flex-wrap: nowrap;
    }
    .list-news-item-right {
        padding: 0 0 0 10px;
    }
    .subnavigation-menu li a {
        font-size: 14px;
    }
    .subnavigation-menu li.current a {
        border-radius: 6px;
    }
    .base-learn-block>.row>.col-md-4,
    .base-learn-block>.row>.col-md-8 {
        width: 100%;
    }
    .documents-block>.row>.col-md-4, 
    .documents-block>.row>.col-md-8 {
        width: 100%;
    }
    .documents .documents-menu-visible-small {
        display: block;
    }
    .documents-menu-hidden-small {
        display: none;
    }
    .rukovodstvo-block>.row>.col-md-4,
    .rukovodstvo-block>.row>.col-md-8 {
        width: 100%;
    }
    .item-page .base-learn-block h5 {
        display: none;
    }
    .base-menu-block button.dropdown-toggle {
        display: block;
    }
    .base-menu-block {
        margin-bottom: 30px;
    }
    .base-menu-block .dropdown-menu.base-menu {
        display: none;
        width: 100%;
        border: 1px solid #E8EAF3;
        border-radius: 5px;
        height: auto;
    }
    .base-menu-block .base-menu.dropdown-menu.show {
        display: block;
    }
    .base-menu li {
        margin: 0px 0;
    }
    .base-menu li:first-child {
        margin: 0 0 0px 0;
    }
    .base-menu li:last-child {
        margin: 0px 0 0px 0;
    }
    ul.dropdown-menu.base-menu li.nav-menu-item a.nav-link {
        font-size: 13px;
        color: inherit;
    }
    .base-learn .base-learn-block {
        margin-top: 30px;
    }
    .nowrapbg div.content-wrap-block {
        background: transparent;
        padding: 0;
    }
    .base-menu-hidden-small {
        display: none;
    }
    .base-menu-visible-small {
        display: block;
    }

    .base-learn .col-auto,
    .base-learn .awesomplete {
        flex: 1 1 auto;
    }

    .rukovodstvo .col-auto, 
    .rukovodstvo .awesomplete {
        flex: 1 1 auto;
    }
    .slider-bottom-news-item {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .slider-links-item {
        margin-bottom: 15px;
    }
    .search-documents .mod-finder__search {
        flex-wrap: nowrap;
    }
    .faq-title {
        font-size: 14px;
        padding: 15px 50px 15px 15px;
        line-height: 1.2;
    }
    .faq-title:before {
        width: 32px;
        height: 32px;
        right: 15px;
        margin-top: -16px;
    }
    .faq-descr {
        padding: 15px 15px 20px 30px;
    }
    .faq-descr span {
        font-size: 14px;
    }

    .com-content-category-blog__navigation {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;

        align-items: unset;
        -webkit-box-align: unset;
        -webkit-align-items: unset;
        -ms-flex-align: unset;

        flex-direction: column-reverse;
        justify-content: flex-end;
        justify-content: flex-end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: revert;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .com-content-category-blog__navigation p.com-content-category-blog__counter {
        margin-top: 15px !important;
    }


    .block-riggers>div>div .search-rigger:before {
        content: '';
        width: 100%;
        height: 1px;
        right: 0;
        bottom: 0;
    }
    .block-riggers>div>div:last-child .search-rigger {
        position: relative;
        padding: 0 0 0;
        margin: 0 0 0;
    }

    .block-riggers>div>div .search-rigger {
        position: relative;
        padding: 0 0 24px;
        margin: 0 0 24px;
    }

    .search-rigger img {
        display: inline-block;
        margin: 0 auto;
        vertical-align: middle;
    }

    .search-rigger span {
        display: inline-block;
        margin-top: 0;
        margin-left: 10px;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .block_footer_menu.mobile {
        margin: 24px 0;
    }
    .block_footer_logos img {
        height: 45px;
    }
    .white-panel .row {
        /*flex-direction: column-reverse;*/
    }
    .slider-top-news .padding-32 {
        padding: 32px 32px 96px;
    }
    .slider-top-news-item span.slider-top-news-description {
        overflow: hidden;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin: 0 0 24px;
        white-space: unset;
    }
    .slider-top-news .slick-next {
        left: unset;
        right: 32px;
    }
    .slider-top-news .slick-prev {
        left: unset;
        right: 72px;
    }
    .slider-top-news .slick-dots {
        left: 32px;
    }
    .mobile-reverse {
        flex-direction: column-reverse;
    }
    .margin-bottom {
        margin-bottom: 50px;
    }
    .main h4 {
        font-size: 24px;
    }
    .main h5 {
        font-size: 18px;
    }
    .side-menu {
        margin-bottom: 30px;
    }

    .slider-top-news .slider-top-news-item .news-slider-img {
        height: 438px;
    }
    .otdel-item-margin-mobile {
        margin-bottom: 10px;
        display: block;
        line-height: 1.4;
    }
    .header_top {
        border-bottom: 1px solid #8EADBE;
    }
    .main-top-block {
        background: #064666;
        background-image: none !important;
    }
    .main-top-block:before {
        display: none;
    }
    .main-widgets h1 {
        font-size: 28px;
    }
    .main-widgets-block .main-wg-item-description {
        display: none;
    }
    .main-widgets-block .main-wg-item-title {
        font-family: 'Inter-Regular';
        line-height: 1.2;
    }
    .main-top-block {
        padding: 40px 0 0px;
    }
    .main-widgets-block .col-6 {
        margin-bottom: 20px;
    }
    .main-direct .main-direct-img {
        display: none;
    }
    .main-widgets-block {
        margin-top: 40px;
        border-bottom: 1px solid rgb(255 255 255 / 20%);
        margin-bottom: 40px;
        padding-bottom: 20px;
    }
    .main-direct {
        padding: 20px;
    }
    .main-direct .main-direct-name {
        text-align: left;
        font-size: 16px;
    }
    .main-direct .main-rukvod-doljnost {
        text-align: left;
        font-size: 14px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .main-direct .main-direct-descr {
        text-align: left;
        font-size: 12px;
        font-family: 'Inter-SemiBold';
    }
    .main-direct .main-rukvod-button-descr {
        text-align: center;
        font-size: 14px;
        font-style: italic;
        margin-bottom: 15px;
    }
    .main-direct .main-rukvod-button {
        background: rgb(255 255 255 / 20%);
        border-radius: 8px;
    }
    .app-download-page .app-dlpg-title h2 {
        font-size: 24px;
        line-height: 120%;
    }
    .app-download-page .app-qr-code-block {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .app-download-page .qr-code-block-item {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .app-download-page .qr-code-block-item-title {
        margin: 0 auto;
    }
    .app-download-page .qr-code-block-item-descr {
        margin-left: auto;
        margin-right: auto;
    }
    .top-navigation h1 {
        font-size: 28px;
    }
    section.breadcrumbs {
        margin: 0 0 30px;
    }

    .teach-videos h2 {
        display: none;
    }
    .teach-videos .padding-16 {
        padding: 16px;
        background: #E8F1F8;
        border: none;
    }
    .teach-videos-block .col-6 {
        width: 100%;
        margin-bottom: 20px;
    }
    .teach-videos>.row>.me-auto {
        display: none;
    }
    .search-videos .search-input-button {
        display: none;
    }
    .teach-videos .col-auto,
    .teach-videos .awesomplete {
        flex: 1 1 auto;
    }
    .teach-videos .mod-finder__search {
        flex-wrap: nowrap;
    }

    
    .base-learn .mod-finder__search {
        flex-wrap: nowrap;
    }
    .base-learn.item-page h2 {
        margin-bottom: 30px;
    }
    .rukovodstvo.item-page h2 {
        margin-bottom: 30px;
    }

    .base-main-block .col-6 {
        width: 100%;
        margin-bottom: 20px;
    }
    .base-main-block {
        margin-top: 0;
    }
    .slider-bottom-news-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .documents.item-page h2 {
        margin-bottom: 30px;
    }
    .documents .col-auto, .documents .awesomplete {
        flex: 1 1 auto;
    }
}
@media (max-width: 576px) {
    .slider-bottom-news-item .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .slider-bottom-news-item .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .block-slider-resheniya {
        padding: 0;
    }
    .slider-resheniya .resheniya-item-block {
        margin: 0 0 16px;
    }
    .search-sprav {
        margin: 0 0 15px;
    }
    .btn-green-light {
        margin: 0 0 15px;
    }
    .news-block-attachment a:before {
        left: 20px;
    }
    .news-block-attachment a {
        color: inherit;
        padding: 12px;
        display: table;
        width: 100%;
        padding-left: 48px;
    }
    .news-block-attachment .descr-attach {
        margin-top: 8px;
    }
    .material-social-icons .social-icons a {
        width: 30px;
        height: 30px;
    }
    .life-situations-cat-item {
        margin: 0 0 12px;
    }
    .nav-menu.life-situations li a {
        padding: 10px 12px;
        font-size: 12px;
    }
    .life-situations-cat-item {
        font-size: 14px;
    }


    .table-list .table-list-row.first-table-row {
        display: none;
    }
    .table-list .table-list-row {
        flex-wrap: wrap;
    }
    .table-list .table-list-row .table-list-row-cell:nth-child(1) {
        width: 100%;
        font-family: "Inter-Bold";
        font-size: 16px;
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    .table-list .table-list-row .table-list-row-cell:nth-child(3) {
        width: 30%;
        border-right: none;
    }
    .table-list .table-list-row .table-list-row-cell:nth-child(2) {
        width: 70%;
    }
    .main-counts .pie {
        --b: 16px;
        --w: 180px;
        padding: 0 26px;
    }
    .main-counts .pie-title {
        font-size: 12px;
    }
    .list-news-maint-page .col-3 {
        width: 100%;
    }
    .list-news-maint-page .list-news-item {
        border: none;
        padding: 16px;
        background: #E8F1F8;
        display: flex;
        align-items: center;
    }
    .list-news-maint-page .list-news-item-img img {
        border-radius: 8px;
        width: 80px;
        height: 80px;
    }
    .list-news-maint-page .list-news-item-introtext {
        -webkit-line-clamp: 2;
        font-size: 12px;
    }
    .list-news-maint-page .list-news-item-link {
        display: none;
    }
    .list-news-maint-page .list-news-item-info {
        padding: 0 20px;
    }
    .list-news-maint-page .list-news-item-title {
        margin: 5px 0;
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .offcanvas.offcanvas-start {
        top: 57px;
        left: 0;
        width: 100%;
        border-right: none;
        border-top: 1px solid rgb(34 34 34 / 20%);
        transform: translateX(-100%);
    }
    .slider-gallery {
        padding: 0 0px;
    }
    .slider-gallery .slick-prev {
        left: 10px;
    }
    .slider-gallery .slick-next {
        right: 10px;
    }
    .offcanvas-backdrop {
        display: none;
    }
    .mobile-center {
        justify-content: center;
    }
    .offcanvas-body .nav li a {
        text-align: center;
    }
    .button-all {
        margin-right: 0;
    }
    .slider-bottom-news-item {
        margin-bottom: 12px;
    }
    
    .block_logo {
        margin: 0;
        padding: 0;
    }
    /*для слайдера из ТЗ 2 .slider-situations-item-top {
        padding-left: 0px;
    }*/

    .slider-situations-item-top {
        padding-left: 0px;
    }
    .main-counts .pie {
        --b: 16px;
        --w: 100%;
        padding: 0 18px;
    }
    .module-title {
        font-size: 18px;
    }
    .main-counts {
        margin-top: 30px;
    }
    section.default-module {
        margin: 40px 0 20px;
    }
    .slider-links-item {
        margin-bottom: 15px;
    }
}
@media (max-width: 380px) {
    .header_top {
        padding: 10px 0;
    }
    .offcanvas.offcanvas-start {
        top: 44px;
    }
}
