@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --font1: 'Montserrat';
    --font2: 'Montserrat';
}

body { margin:0; padding:0; font-size:16px; background: #fff; color:var(--black) !important; font-family:var(--font1), Arial, sans-serif;}
* {
    box-sizing:border-box;
}
video::-webkit-media-controls {
    display:none !important;
}
video::-webkit-media-controls-fullscreen-button {
    pointer-events: none;
    opacity: .5;
}
.block-rows {
    margin:20px 0;
}
#YMapsID-3029 {
    max-width:800px;
    height: 650px;
}
h1,.h1 {
    color: var(--link);
    font-size: 35px;
    font-weight: 600;
}
h2, .h2 {
    color: var(--link);
    font-size:30px;
    font-weight: 500;
}
h3, .h3 {
    font-size:22px;
    font-weight: 600;
    color: var(--main-1);
}
a {
    color:var(--link);
    transition: color 0.3s;
}
a:hover {
    color:var(--link);
}
img {
    max-width: 100%;
}
.YMaps-tile-container img {
    max-width: none;
}
table {
    border-spacing: 0;
}
.clear {
    clear: both;
}
img[align="left"] {
    margin: 0 30px 16px 0;
}
img[align="right"] {
    margin: 0 0 16px 30px;
}
.mobile {
    display: none;
}
input,textarea {
    width:100%;
    outline:none;
    padding:14px 16px;
    font-family:var(--font1), Arial, sans-serif;
    border: 1px solid #E1E1E1;
    background: #fff;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.3s;
}
input:hover,textarea:hover,input:focus,textarea:focus {
    border: #b4b4b4 solid 1px;
}
.form-group label {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}
.form-group-error input[type=text]:focus,
.form-group-error input[type=password]:focus,
.form-group-error textarea:focus,
.form-group-error input[type=text]:hover,
.form-group-error input[type=password]:hover,
.form-group-error textarea:hover,
.form-group-error input[type=text],
.form-group-error input[type=password],
.form-group-error textarea,
.form-group-error input[type="checkbox"] + .checkbox-text:after,
.form-group-error .ui-button {
    box-shadow: 0 0 0 3px #faaab3;
}
input:-webkit-autofill,input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: inset 0 0 0 50px #fff;
    -webkit-text-fill-color: var(--black);
}
@-webkit-keyframes autofill {
    to {
        color: inherit;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
textarea {min-height:150px;resize: vertical;}
select { width:100%}
input[type=submit], button:not(.owl-dot,.owl-next,.owl-prev,.fancybox-button) {
    font-family:var(--font1), Arial, sans-serif;
    font-size: 18px;
    display: inline-block;
    width: auto;
    padding: 12px 24px;
    background-color: var(--main-1);
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}
input[type=submit]:hover, button:hover {
    background-color: var(--main-2);
}
input:-moz-placeholder { color:#AAA8A8;}
textarea:-moz-placeholder { color:#AAA8A8;}
input::-webkit-input-placeholder { color:#AAA8A8;}
textarea::-webkit-input-placeholder { color:#AAA8A8;}

.unified-checkbox,
.unified-radio {
    position: relative;
    cursor: pointer;
}
.unified-checkbox input[type="checkbox"] + .checkbox-text:hover .checkbox-check:after {
    border: 1px solid #acacac;
}
.unified-checkbox input[type="checkbox"] + .checkbox-text .checkbox-check:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: auto;
    transition: border ease 0.3s;
}
.unified-checkbox input[type="checkbox"] {
    position: absolute;
    margin-left: -45px;
    display: none;
}
.unified-checkbox input[type="checkbox"]:checked + .checkbox-text .checkbox-check:before {
    background-color: #fff;
}
.unified-checkbox input[type="checkbox"]:checked + .checkbox-text .checkbox-check:before {
    width: 10px;
    height: 8px;
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    left: 4px;
    top: 4px;
    mask-image: var(--check);
    -webkit-mask-image: var(--check);
    background-color: var(--main-1);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
}
.checkbox-check {
    position: relative;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}
.checkbox-text {
    display: flex;
    align-items: center;
    gap: 20px;
}

.unified-radio input[type="checkbox"] + .radio-text:hover .radiobox-radio:after {
    border: 1px solid var(--gray-2);
}
.unified-radio input[type="radio"] + .radio-text .radiobox-radio:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin: auto;
    transition: border ease 0.3s;
    box-sizing: border-box;
}
.unified-radio input[type="radio"] {
    position: absolute;
    margin-left: -45px;
    display: none;
}
.unified-radio input[type="radio"]:checked + .radio-text .radiobox-radio:before {
    width: 8px;
    height: 8px;
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: var(--main-1);
    border-radius: 50%;
}
.radio-text {
    display: flex;
    align-items: center;
    gap: 17px;
}
.radiobox-radio {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}


.menu-but,.menu-but-w { display: none; align-items: center; gap: 13px; height:auto; padding:0; cursor:pointer; color:#000; font-size:12px; letter-spacing:1px; z-index:7; }
.menu-but-w { color:#FFF; }
.menu-ico { width:33px; height:26px; position:relative; display: flex; align-items: center; }
.menu-ico span:after, .menu-ico span:before {content: ""; position: absolute; left: 0; top: -10px;}
.menu-ico span:after{ top: 10px; }
.menu-ico span { position:relative; display:block; }
.menu-ico span, .menu-ico span:after, .menu-ico span:before { width: 100%;  height: 2px;  background-color: #000;  transition: all 0.3s;  backface-visibility: hidden; }
.menu-but-w .menu-ico span, .menu-but-w .menu-ico span:after, .menu-but-w .menu-ico span:before {  background-color: #fff; }
.on { color:#ffffff; background:none; z-index:1000; }
.on .menu-ico span { background-color: transparent;}
.on span:before { transform: rotate(45deg) translate(10px, 10px); background-color:#000; }
.on span:after { transform: rotate(-45deg) translate(4px, -4px); background-color:#000; }
.on .menu-ico { height:30px;}

.close-menu {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
    cursor: pointer;
}
.close-form {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    left: 10px;
}
.close-menu::before, .close-menu::after,
.close-form::before, .close-form::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    transform: rotate(45deg);
    background-color: var(--gray-3);
    position: relative;
}
.close-menu::after, .close-form::after {
    top: 12px;
}
.close-menu::before, .close-form::before {
    transform: rotate(133deg);
    top: 14px;
}


.scroll-sm * { scrollbar-width: thin; scrollbar-color: #c6c6c6 #F8F8F8; box-sizing: border-box; }
.scroll-sm::-webkit-scrollbar-track {
    background-color: transparent;
}
.scroll-sm::-webkit-scrollbar-thumb {
    border:none;
    background-color: #c6c6c6;
}
.scroll-sm::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: #F8F8F8;
}
.main-html, .main-html body {
    height: 100%;
}
.main-outer {
    max-width: 1920px;
    margin: 0 auto;
}
.main {
    width: 100%;
    max-width: 1580px;
    margin: 0 auto;
    padding: 0 40px;
}
#SDStudio_VIDEO_BACKGROUND {overflow: hidden; }
#SDStudio_VIDEO_BACKGROUND > video { position: absolute; top: 0; left: 0; width: 100%; height:100%;}
/* 1. Если не поддерживает support: */
@media (min-aspect-ratio: 16/9) {
    #SDStudio_VIDEO_BACKGROUND > video { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
    #SDStudio_VIDEO_BACKGROUND > video { width: 300%; left: -100%; }
}
/* 2. Если поддерживает object-fit, overriding (1): */
@supports (object-fit: cover) {
    #SDStudio_VIDEO_BACKGROUND > video {
        top: 0; left: 0;
        width: 100%; height: 100%;
        object-fit: cover;
    }
}
.for-mobile {
    display: none;
}

.menu-but {
    display: block;
}
/*MENU*/
.but-submenu {
    width: 8px;
    height: 8px;
    display: none;
    align-items: center;
    justify-content: center;
}
.but-submenu:before {
    mask-image: var(--menu);
    -webkit-mask-image: var(--menu);
    width: 8px;
    height: 8px;
    background-color: var(--blue);
    transition: all 0.3s;
}
.main-menu {
    position: relative;
    z-index: 102;
    margin: 0 40px 0 auto;
}
.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
}
/*.main-menu ul.header-menu > li:hover > a > .but-submenu:before {
    transform: rotate(270deg);
}
.main-menu ul.header-menu > li:hover > a {
    color: var(--gray-2);
}*/
.main-menu ul.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.main-menu ul.header-menu a {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s;
}
.main-menu ul.header-menu > li {
    position: relative;
    padding: 0 10px;
}
.main-menu ul.header-menu > li > a {
    height: 38px;
    transition: background-color 0.3s;
}
.main-menu ul.header-menu > li::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--main-1);
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all ease 0.25s;
    opacity: 0;
}
.main-menu ul.header-menu > li:hover::after {
    bottom: 0;
    opacity: 1;
}
/*.main-menu ul.header-menu > li:hover > a {
    background-color: var(--main-2);
}

.main-menu ul.header-menu > li:hover > a:hover {
    background-color: #dedede;
}*/
.main-menu ul li {
    position: relative;
}
.main-menu ul.dropdown {
    display: none;
    width: 300px;
    position: absolute;
    left: 0;
    top: 38px;
    background-color: var(--main-2);
    transition: all 0.3s;
    text-transform: none;
    padding: 10px 0 10px 0;
}
.main-menu ul.dropdown li {
    transition: background-color 0.3s;
}
/*.main-menu ul.dropdown li:last-child {
    border-bottom: none;
}*/
.main-menu ul.dropdown li:hover {
    color: #fff;
    background-color: var(--main-1);
}
.main-menu ul.dropdown a {
    color: #fff;
    text-decoration: none;
    white-space: normal;
    display: block;
    padding: 10px 30px;
    text-transform: uppercase;
}
/*.main-menu ul.dropdown a:hover {
    color: var(--link);
}*/
.main-menu ul li:hover ul {
    display: block;
}

.menu-prev {
    display: none;
}
/*MENU*/
/*MENU VERTICAL*/
.menu-vertical .but-submenu {
    width: 20px;
    height: 16px;
}
.menu-vertical .but-submenu:before {
    width: 8px !important;
    height: 16px !important;
    transform: rotate(0deg);
}
.menu-vertical {
    padding: 20px;
}
.menu-vertical ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-vertical > ul > li {
    border-top:#BDBDBD solid 1px;
}
.menu-vertical > ul > li:first-child {
    border-top: none;
}
.menu-vertical > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    text-decoration: none;
    margin: 16px 0;
    transition: color 0.3s;
}
.menu-vertical ul a:hover {
    color: var(--link);
}
.menu-vertical ul ul {
    font-size: 14px;
    margin: 0 0 18px 20px;
    display: none;
}
.menu-vertical ul ul a {
    color: #999898;
    text-decoration: none;
    padding: 8px 0;
    display: block;
}
.menu-vertical-active .but-submenu:before {
    transform: rotate(90deg);
}
.menu-vertical-active ul {
    display: block !important;
}
/*CLOSE MENU VERTICAL*/

.menu-full {
    display: none;
    position: fixed;
    left: 0;
    top: 166px;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #f5f5f7;
    z-index: 99;
}
.menu-full-wrap {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.menu-full-active {
    display: block;
}
.menu-full ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.menu-full ul li {
    margin: 40px 0 0 0;
    padding: 0;
}
.menu-full ul li a {
    color: #000;
    text-decoration: none;
}
.menu-full ul li ul {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin: 16px 0 0 0;
}
.menu-full ul li ul li {
    margin: 8px 0 0 0;
}
.menu-full ul li ul li a {
    color: #333;
    text-decoration: none;
}
.menu-full a:hover {
    color: var(--link);
}

.menu-full-open, .menu-full-open body {
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
}
.menu-full-open {
    overflow-y: scroll;
}

.header-top {
    background-color: var(--main-1);
}
.header-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    height: 40px;
}
.logo {
    width: 80px;
}

.icon-search:before {
    background-color: #fff;
}
.h-soc {
    display: flex;
    gap: 16px;
}
.h-soc .icon:hover:before {
    background-color: var(--blue);
}
header {
    border-bottom: #E1E1E1 solid 1px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    position: relative;
    padding: 16px 0;
}
.logo-box {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 26px;
    text-transform: uppercase;
}
.bad-view {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.icon-search {
    margin: 0 0 0 auto;
    cursor: pointer;
}
.icon-search:hover:before,
.bad-view:hover .icon:before {
    background-color: var(--blue);
}
.form-search {
    position: absolute;
    left: 0;
    top: -150px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px #000;
    z-index: 100;
    opacity: 0;
    transition: all 0.3s;
}
.form-search input {
    padding: 12px;
    font-size: 16px;
}
.form-search button {
    font-size: 16px;
}
.form-search .icon {
    display: none;
}
.form-search .icon:before {
    background-color: #C5C2C2;
}
.form-search-row {
    display: flex;
    align-items: center;
    height: 100px;
    max-width: 700px;
    margin: 0 auto;
    gap: 16px;
}
.form-search-active {
    top: 0;
    opacity: 1;
}

.search-filter-row {
    display: flex;
    gap:16px;
    flex-wrap: wrap;
    margin: 16px 0;
}

.main-news-box {
    margin: 50px 0 100px;
}

.main-news-item-big {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.main-news-item-big__img {
    overflow: hidden;
    width: 63%;
    max-width: 950px;
    flex-shrink: 0;
    overflow: hidden;
}
.main-news-item-big img {
    transition: transform 0.3s;
    width: 100%;
    max-height: 517px;
    object-fit: cover;
}
.main-news-item-big:hover img {
    transform: scale(1.1);
}
.main-news-item-big-info:before {
    content: 'Новости';
    display: block;
    width: 100%;
    color: var(--main-1);
    text-transform: uppercase;
    font-weight: 500;
}
.main-news-item-big__title {
    font-size: 22px;
}
.main-news-item-big__title a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.main-news-item-big__title a:hover {
    text-decoration: underline;
}
.main-news-item-big-info {
    position: relative;
    display: flex;
    flex-direction: column;
    gap:30px;
}
.main-news-item-big__anons {
    font-size: 16px;
}
.main-news-item-big__date {
    color: #AAA8A8;
}
.date {
    color: #AAA8A8;
    font-size: 14px;
}
.link {
    text-decoration: none;
}
.link:hover {
    text-decoration: underline;
}
.row-title-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #E1E1E1 solid 1px;
    padding: 0 0 24px 0;
}
.row-title-btn a {
    font-size: 16px;
}
.main-news-sm {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px 30px;
}
.main-news-sm-item {
    border-bottom: #E1E1E1 solid 1px;
    padding: 32px 0;
}
.main-news-sm-item:nth-last-of-type(-n+3) {
    border-bottom:none;
}
.main-news-sm-item__title {
    text-decoration: none;
    color: #000;
}
.main-news-sm-item__title {
    font-weight: 600;
}
.main-news-sm-item__date {
    font-size: 16px;
    font-weight: 500;
    color: #AAA8A8;
    margin: 29px 0 12px;
}
.main-news-sm-item__img {
    overflow: hidden;
}
.main-news-sm-item__img img {
    transition: transform 0.3s;
    width: 100%;
    height: 245px;
    object-fit: cover;
    object-position: center;
}
.main-news-sm-item:hover img {
    transform: scale(1.1);
}

.main-news2-sm {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 60px 150px;
    margin: 36px 0;
}
.main-news2-sm-item__title {
    text-decoration: none;
    color: #000;
}
.main-news3-sm-item__number {
    font-weight: 600;
    margin: 0 0 10px;
}
.main-news2-sm-item__date {
    font-size: 16px;
    font-weight: 500;
    color: #AAA8A8;
    margin: 10px 0;
}

.main-news3-sm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 150px;
    margin: 36px 0;
}
.main-news3-sm {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 93px;
    margin: 36px 0;
    width: 56%;
}
.main-news3-sm-flex {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 36px 0;
}
.main-news3-sm-item__date {
    font-size: 16px;
    font-weight: 500;
    color: #AAA8A8;
    margin: 10px 0;
}
.main-news3-sm-item__title {
    text-decoration: none;
    color: #000;
}
.main-gos2 {
    width: 460px;
}

.main-banners-box {
    position: relative;
}
.shesternya {
    width: 620px;
    height: 600px;
    background-color: #F1F3F5;
    position: absolute;
    top: 50px;
    left: -220px;
    z-index: 0;
    border-radius:0 15px 15px 0;
}
.shesternya .icon {
    position: absolute;
    left: 43px;
    bottom: 56px;
}

.main-banners {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 50px 0 25px;
    position: relative;
    z-index: 3;
}
.main-news-text-item-2 {
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.main-banners-white {
    border: #E1E1E1 solid 1px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 12px 40px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
}
.main-banners-white__title {
    font-weight: 600;
    font-size: 20px;
}
.main-banners-item-1 {
    width: 470px;
}
.main-banners-white__img {
    width: 65px;
    flex-shrink: 0;
}

.main-banners-blue {
    background-color: #08345B;
    color: #fff;
    font-size: 16px;
    padding: 20px 47px 25px;
    border-radius: 15px;
    margin: 23px 0 0;
}
.main-banners-blue__title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.main-banners-blue__title span {
    display: inline-block;
    padding: 0 0 17px;
    border-bottom: #5CAAEF solid 1px;
}
.main-banners-blue-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 34px 0 0;
}
.main-banners-blue-item {
    color:#fff;
    text-decoration: none;
}
.main-banners-blue-item:hover {
    color:#fff;
}
.main-banners-blue-item__ico {
    margin: 0 0 12px;
}
.main-banners-blue-item__ico .icon:before {
    width: 45px;
    height: 45px;
    background-color: #5CAAEF;
}
.main-banners-blue-item:hover .icon:before {
    background-color: #fff;
}
.icon.icon-like:before {
    height: 51px;
}
/*.main-banners-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}*/
.main-banners-row-item img {
    width: 100%;
    max-height: 179px;
    object-fit: cover;
    border-radius: 15px;
}
.main-banner-gos {
    height: 100%;
}
.main-banner-spk img {
    border-radius: 15px;
}
.main-banners-grid {
    display: none;
}


.main-dop-box2 {
    border-top: #E1E1E1 solid 1px;
    border-bottom: #E1E1E1 solid 1px;
    padding: 50px 0;
}
.main-dop-slider .owl-item  {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-dop-slider-item {
    width: 100%;
    height: 100%;
    padding: 23px 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-color: #D3D8E2;
    text-decoration: none;
}
.main-dop-slider-item__text {
    color: var(--black);
    text-decoration: none;
}
.main-dop-slider-item img {
    max-width: 70px;
    max-height: 70px;
}

.main-banners-sm-slider-item {
    height: 100%;
}
.main-banners-sm-slider-item img {
    width: 100%;
    object-fit: cover;
}




.main-margin {
    margin: 100px 0;
}
.map {
    width: 100%;
    height: 400px;
    background-color: var(--gray-4);
}

/*VN*/
.news-box {
    display: flex;
    justify-content: space-between;
    gap: 68px;
    margin: 50px 0 0;
}
.news {
    width: 83%;
}
.news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
}
.news-item {
    border-bottom: #E1E1E1 solid 1px;
    padding: 0 0 32px 0;
}

.news-item:nth-last-of-type(-n+2) {
    border-bottom:none;
}
.news-item__title {
    text-decoration: none;
    color: #000;
}
.news-item__title {
    font-weight: 600;
}
.news-item__date {
    font-size: 16px;
    font-weight: 500;
    color: #AAA8A8;
    margin: 29px 0 12px;
}
.news-item__img {
    overflow: hidden;
}
.news-item__img img {
    transition: transform 0.3s;
    width: 100%;
}
.news-item:hover img {
    transform: scale(1.1);
}
.news-box-calendar {
    max-width: 440px;
    width: 100%;
}

/*filter calendar news page*/
.news-filter {background:#F4F5F8; border-radius:5px}
.news-filter form {margin:0; padding:0}
.news-filter-title {display:none; border-bottom:1px solid #e0e0e4; padding:19px 32px; font-size:12px; line-height:10px; text-transform:uppercase; letter-spacing:0.5px}
.news-filter-content {padding:35px 25px; display: flex; flex-direction: column; gap: 40px;}
.news-filter-dates {}
.news-filter-dates::after {content:""; display:block; clear:both}
.news-filter-dates-field {float:left; width:calc(50% - 8px)}
.news-filter-dates-field .form-input {margin:0}
.news-filter-dates-sep {float:left; width:16px}
.news-filter-dates-sep::before {content:""; display:block; width:8px; height:1px; background:#818184; margin:25px auto 0 auto}
.news-filter-select {position:relative}
.news-filter-select-current {position:relative; font-size: 14px}
.open-always .news-filter-select-current {display:none}
.news-filter-select-current {display:block; height:48px; border:1px solid #d9d9de; background:#fff; border-radius:4px; font-size:16px; line-height:24px; white-space:nowrap; position:relative; padding:11px 46px 0 16px; cursor:pointer}
.news-filter-select-current__text {display:block; position:relative; overflow:hidden; text-overflow:ellipsis}
.news-filter-select-current__placeholder { color: #AAA8A8}
.news-filter-select-current .icon { position:absolute; right:16px; top:50%; margin-top:-4px; }
.news-filter-select-current .icon:before {width:14px; height:8px; background-color: #AAA8A8 }
.news-filter-select-list {display:block; position:absolute; left:-9999px; top:-9999px; width:100%; z-index:20; background:#fff; border:1px solid #d9d9de; border-radius:4px; max-height:300px; overflow:auto}
.news-filter-select.open .news-filter-select-list {left:0; top:0}
.open-always .news-filter-select-list {position:relative; left:auto; top:auto; max-height:none}
.news-filter-select-item {margin:5px 0 0 0}
.news-filter-select-item:first-child {margin:0; padding-top:11px}
.news-filter-select-item:last-child {padding-bottom:11px}
.news-filter-select-item label {display:block; cursor:pointer}
.news-filter-select-item input {display:none}
.news-filter-select-item span {display:block; padding:5px 16px 5px 50px; position:relative; font-size:16px; line-height:24px}
.news-filter-select-item span:hover {background:#e5e5eb}
.news-filter-select-item span::before {content:""; display:block; position:absolute; left:16px; top:9px; width:18px; height:18px; border:1px solid #a7a8ab; background:var(--check) no-repeat -999px -999px; border-radius:2px}
.news-filter-select-item span:hover::before {border-color:#3368c3;}
.news-filter-select-item input:checked+span::before {border-color:#3368c3; background:var(--check) no-repeat center #3368c3;}
.news-filter-submit {}
.news-filter-submit .btn {padding:12px 0; width:100%}
.news-filter-reset {text-align:center; font-size:16px; line-height:24px}
@media (max-width:1400px) {
    .news-box-calendar {
        max-width: 380px;
    }
}
@media (max-width:1300px) {
    .news-box-calendar {
        max-width: 320px;
    }
}
@media (max-width:1100px) {
    .news-box {
        flex-direction: column-reverse; gap: 20px;
        margin: 20px 0 0;
    }
    .news {
        width: 100%;
    }
    .news-box-calendar {
        max-width: none;
    }
    .news-filter {position:relative}
    .news-filter-title {display:block; border-bottom:none; padding:19px 16px; position:relative; cursor:pointer}
    .news-filter-title::after {content:""; display:block; position:absolute; right:15px; top:8px; width:32px; height:32px; background:url(../images/filter-open-mobile.svg) no-repeat}
    .news-filter.open .news-filter-title::after {background:url(../images/filter-close-mobile.svg) no-repeat}
    .news-filter-content {position:absolute; left:-999px; top:-999px; width:100%}
    .news-filter.open .news-filter-content {position:relative; left:auto; top:auto; border-top:1px solid #e0e0e4; padding:27px 16px 46px 16px}
}
/*CLOSE filter calendar news page*/

/*news*/
.news-full {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    font-size: 16px;
}
.news-full-left {
    width: 70%;
    max-width: 1050px;
}
.news-full__date {
    font-size: 16px;
    color: #AAA8A8;
    margin: 30px 0;
}
.news-full__img {
    margin: 44px 0;
}
.news-full-img-box {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px;
    margin: -35px 0 30px 0;
}
.news-full-img-item {
    overflow: hidden;
}
.news-full-img-item img {
    transition: 0.3s;
}
.news-full-img-item:hover img {
    transform: scale(1.1);
}
.news-full__source {
    margin: 80px 0 0;
    font-style: italic;
}

.share-flex {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 24px 0;
}
.share-flex div {
    cursor: pointer;
}

.news-item-sm {
    border-bottom: #E1E1E1 solid 1px;
    padding: 54px 0 17px;
}
.news-item-sm:nth-child(1) {
    padding: 0 0 17px 0;
}
.news-item-sm:last-child {
    border-bottom: none;
}
.news-item-sm__title {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.news-item-sm__date {
    font-size: 14px;
    font-weight: 500;
    color: #AAA8A8;
    margin: 19px 0;
}
.news-item-sm__img {
    overflow: hidden;
}

.news-full-right {
    width: 370px;
}

.banners-sm {
    border-top: #E1E1E1 solid 1px;
    margin: 17px 0 0;
}
.banners-sm-item {
    border-radius: 10px;
    background-color: #EEEFF1;
    margin: 54px 0;
    min-height: 200px;
}
/*CLOSE news*/

/*staff сотрудники*/
.staff-box,
.with-menu-box {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}
.staff-left,
.with-menu-left {
    width: 80%;
    max-width: 1000px;
    overflow: auto;
}
.staff-category {
    font-size: 18px;
    font-weight: 600;
    margin: 50px 0 20px;
}
.staff-item {
    margin: 20px 0;
    display: grid;
    grid-template-columns: 150px auto;
    gap: 36px;
}
.staff-item__title {
    margin: 40px 0 0;
}
.staff-item__img {
    width: 150px;
    flex-shrink: 0;
    grid-row:1/3;
}
.staff-item__img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.staff-item__des {
    margin: 20px 0 0;
}
.staff-item__des ul {
    margin: 0;
    padding: 0 0 0 20px;
}
.page-created {
    font-style: italic;
    margin: 80px 0 0;
}
.staff-right,
.with-menu-right {
    width: 370px;
}
.staff-menu-title {
    display:none; border-bottom:none; padding:19px 16px; position:relative; cursor:pointer;font-size: 12px;
    line-height: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.staff-menu-item {
    display: block;
    padding: 20px 0;
    border-bottom: #E1E1E1 solid 1px;
    color: #757575;
    text-decoration: none;
}
.staff-menu-item:hover {
    text-decoration: underline;
}
.staff-menu-item_active {
    color: var(--link);
}

.staff-full {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}
.staff-full-left {
    width: 80%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    gap: 46px;
}
.staff-full__title2 {
    font-size: 25px;
    font-weight: 400;
    color: #000;

}
.staff-full-right {
    max-width: 420px;
}
.staff-full__dev {
    width: 100%;
    height: 1px;
    background-color: #E1E1E1;
}
.staff-full-soc {
    display: flex;
    flex-direction: column;
    gap: 44px;
    margin: 44px 0;
}
.staff-full-soc-item {
    display: flex;
    align-items: center;
    gap: 30px;
}
.staff-full-soc-item .icon-telegram:before {
    height: 20px;
}
.staff-full-soc-item .icon-vk:before {
    height: 14px;
}
.staff-full-soc-item .icon-ok:before {
    height: 25px;
}
/*CLOSE staff сотрудники*/

.image-with-text-box {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.image-with-text-item-info {
    display: flex;
    gap: 20px;
}
.image-with-text-item__title {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}
.image-with-text-item__img {
    width: 400px;
    flex-shrink: 0;
}
.image-with-text-item__text {
    margin: -16px 0 0;
}

/*Постановления*/
.resolutions-form {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
    padding: 16px;
    border-radius: 15px;
    background-color: #F4F5F8;
    margin: 20px 0;
}

.cap-box button {
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: transparent;
    background: url(../images/refresh.svg) no-repeat center / contain;
    border: none;
    text-indent: 200%;
    position: relative;
    top: -6px;
}

.cont-vn {
    padding: 0 0 80px 0;
}


.b-krohki { display: flex; justify-content: flex-start; align-items: center; margin: 40px 0;}

.hlebn-krohki { color:var(--main-1); font-size: 14px;}
.hlebn-krohki a {color:#042a35}
.hlebn-krohki ul { list-style:none; padding:0; margin:0; display: flex; flex-wrap: wrap; align-items: center; }
.hlebn-krohki li { display:inline-block}
.hlebn-krohki-dev { padding:0 10px}

.pagination { display: flex; align-items: center; justify-content: center; gap: 3px; margin:40px 0 30px 0; font-size:14px;}


.pagination-item {
    min-width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:50%;
    color: #000; text-decoration:none; border:#fff solid 1px; transition: all 0.3s
}
.pagination-item:hover {
    border:var(--main-2) solid 1px;
}
.pagination-item.active { border:var(--main-2) solid 1px;}
.pagination-item-next,
.pagination-item-prev {
    width: 17px;
    height: 12px;
    margin: 0 0 0 20px;
    border: none !important;
}
.pagination-item-prev {
    transform: rotate(180deg);
    margin: 0 20px 0 0;
}
.pagination-item-dev {
    margin: 0 10px;
}
.pagination-item-next:hover,
.pagination-item-prev:hover,
.pagination-item-dev,
.pagination-item-dev:hover {
    border: none !important;
}


.gallery {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin: 30px 0;
}
.gallery-item {
    border-radius: 5px;
    overflow: hidden;
}
.gallery-item img {
    border-radius: 5px;
    transition: all 0.3s;
    width: 100%;
    display: block;
}
.gallery-item img:hover {
    transform: scale(1.1);
}



.contact-box {
    display: flex;
    gap: 90px;
}
.contact-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 30%;
    flex-shrink: 0;
}
.map {
    width: 66%;
    height: 450px;
    overflow: hidden;
    background-color: var(--gray-1);
}
.box-icon {
    display: flex;
    gap: 37px;
}
.box-icon .icon {
    margin: 4px 0 0 0;
}
.box-icon__label {
    font-weight: 600;
}
.box-icon__des-i {
    font-size: 13px;
    font-style: italic;
    margin: 6px 0 0 0;
}



footer {
    background-color: var(--footer);
    color: #888888;
}
footer a {
    text-decoration: none;
    color: #888888;
}
.footer-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 34px 0;
}

.footer-item-counter {
    width: 88px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
    margin: 14px 0 0 0;
}

.footer-item-des {
    text-align: center;
    font-size: 14px;
}
.footer-item-created {
    width: 190px;
    font-size: 14px;
    flex-shrink: 0;
    display: flex;
    align-items: end;
    justify-content: end;
}
.footer-item-created a {
    color: #7A7D8B;
}
.footer-item-created span {
    color: var(--red-1);
}



.nc-demo-modal-wrapper {
    display: none;
}
.box-pages {font-size:18px; padding:40px 0 30px 0}
.pagest { display:inline-block;vertical-align: middle;padding:0 30px 0 0}
.box-pages a { color:#333; padding:6px 15px;display:inline-block; font-weight:bold; margin:3px; border-radius:4px; -moz-border-radius:4px; background:var(--gray-4); text-decoration:none; transition: all 0.3s}
.box-pages a:hover { background:var(--gray-5);}
.box-pages span {color:var(--main-1); padding:5px 14px;display:inline-block; font-weight:bold; margin:0 3px; border:var(--main-1) solid 1px; border-radius:4px; -moz-border-radius:4px}

.caution { padding:6px 20px; background:url(../images/danger-sing.svg) no-repeat 20px 16px; color:#2a6093; border:#2a6093 solid 2px; border-radius:10px;box-shadow: 0 15px 30px -10px rgba(90, 161, 227, 0.15); background-size:22px; text-indent:38px}
.caution-red { padding:0 50px; color:var(--red-1); border:var(--red-1) solid 2px; border-radius:5px; font-weight: 600;
    margin: 50px 0; }
#fade { /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .5;
    z-index: 7;
}
.popup_block a { color:#333 }
.popup_block {
    display: none;
    background: #ffffff;
    color:#333333;
    padding: 30px;
    float: left;
    font-size: 1.2em;
    position: fixed;
    font-size:12px; text-align:left;
    top: 50%; left: 50%;
    z-index: 8;
    -webkit-box-shadow: 0px 0px 5px #252424;
    -moz-box-shadow: 0px 0px 5px #252424;
    box-shadow: 0px 0px 5px #252424;

}
img.btn_close {
    float: right;
    margin: -7px -10px 0 0;
}

*html #fade {
    position: absolute;
}
*html .popup_block {
    position: absolute;
}
.topcontrol { width:60px; height:60px; position: fixed; z-index: 99; bottom: 50px; right: 50px; cursor: pointer; opacity: 0.5;filter:alpha(opacity=50);border-radius:50%; webkit-border-radius:50%; moz-border-radius:50%;}
.topcontrol:hover {opacity: 1;filter:alpha(opacity=100);}

.b-cookie {
    display: block;
    filter: drop-shadow(0 0 27px rgba(0,0,0,.12));
    left: 50%;
    padding: 12px 24px;
    position: fixed;
    transform: translate3d(-50%,-24px,0);
    width: 640px; bottom:10px; background:#fff; border:#eaeaea solid 1px;border-radius: 12px; z-index: 55;}
.main-cu { font-family: Arial, Helvetica, sans-serif; display:flex; justify-content: center; align-items:center;}
.b-cookie-text { margin:0 70px 0 0; font-size:14px}
.b-cookie-text a { color:var(--main-1); text-decoration: underline; }
.b-cookie-but button {
    border-radius: 5px;
    padding: 12px 30px;
    margin: 0;
}

.warn {
    color: #ff0000;
    font-weight: 600;
    font-size: 14px;
    margin: 20px 0;
}

@-moz-keyframes strtop {0%{top:0px}50%{ top:-3px}100%{ top:0px}}
@-webkit-keyframes strtop {0%{ top:0px}50%{top:-3px}100%{ top:0px}}
@-ms-keyframes strtop {0%{ top:0px}50%{top:-3px}100%{ top:0px}}
@-o-keyframes strtop {0%{ top:0px}50%{top:-3px}100%{ top:0px}}
.tbor, table[border="1"] {border-spacing: 0; border-left:#E1E1E1 solid 1px; border-top:#E1E1E1 solid 1px;}
.tbor th, table[border="1"] th { border-bottom:#E1E1E1 solid 1px;  border-right:#E1E1E1 solid 1px; padding: 10px; background-color: #F6F6F6}
.tbor td, table[border="1"] td { border-bottom:#E1E1E1 solid 1px;  border-right:#E1E1E1 solid 1px; padding: 10px; }
table[border="1"] {
    border-collapse: collapse;
}
.table2 {
    width: 100%; border-spacing: 0;
}
.table2 td {
    border-bottom:#CED1E2 solid 1px;
    padding: 14px 0;
    text-align: center;
}
.table2 td:first-child {
    text-align: left;
}
.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-ms-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes flipInX {0%{-webkit-transform: perspective(400px) rotateX(90deg);transform: perspective(400px) rotateX(90deg);opacity: 0;}40%{-webkit-transform: perspective(400px) rotateX(-10deg);transform: perspective(400px) rotateX(-10deg);}70%{-webkit-transform: perspective(400px) rotateX(10deg);transform: perspective(400px) rotateX(10deg);}100%{-webkit-transform: perspective(400px) rotateX(0deg);transform: perspective(400px) rotateX(0deg);opacity: 1;}} @keyframes flipInX{0%{-webkit-transform: perspective(400px) rotateX(90deg);-ms-transform: perspective(400px) rotateX(90deg);transform: perspective(400px) rotateX(90deg);opacity: 0;}40%{-webkit-transform: perspective(400px) rotateX(-10deg);-ms-transform: perspective(400px) rotateX(-10deg); transform: perspective(400px) rotateX(-10deg);}70%{ -webkit-transform: perspective(400px) rotateX(10deg);-ms-transform: perspective(400px) rotateX(10deg);transform: perspective(400px) rotateX(10deg);}100%{    -webkit-transform: perspective(400px) rotateX(0deg);-ms-transform: perspective(400px) rotateX(0deg);transform: perspective(400px) rotateX(0deg);opacity: 1;}}.flipInX{-webkit-backface-visibility: visible !important; -ms-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX;} @-webkit-keyframes flipOutX {0% {    -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1;} 100% { -webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0;}} @keyframes flipOutX { 0% { -webkit-transform: perspective(400px) rotateX(0deg); -ms-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotateX(90deg); -ms-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0;}} .flipOutX { -webkit-animation-name: flipOutX; animation-name: flipOutX;-webkit-backface-visibility: visible !important;-ms-backface-visibility: visible !important; backface-visibility: visible !important;}

@media only screen and (max-width: 1600px){
    body {
        font-size: 1.1vw;
    }
    .main-banners-blue,
    .main-menu ul,
    .main-dop-slider-item,
    .main-news-item-big__anons,
    .main-news-item-big__date {
        font-size: 1vw;
    }
    .main-banners-white__title,
    .main-news-item-big__title {
        font-size: 1.2vw;
    }
    .footer-item-des {
        font-size: 0.9vw;
    }
}
@media only screen and (max-width: 1520px){

}
@media only screen and (max-width: 1440px){
    .main-banners-white {
        padding: 12px 20px;
    }
    .main-dop-slider-item img {
        max-width: 50px;
        max-height: 50px;
    }
    .btn, .btn-big, .btn-sm {
        font-size: 16px;
    }

    .main-banners-blue {
        padding: 20px 30px 25px;
    }
    .main-menu ul {
        font-size: 1.1vw;
    }
    .main-news-box {
        margin: 30px 0;
    }
    .main-news-text,
    .main-news-box,
    .main-news-text-item-2 {
        gap: 30px;
    }
    .shesternya {
        left: -300px;
    }
    .main-news-item-big-info {
        gap: 20px;
    }
    .news-full-left {
        width: 72%;
        max-width: 1050px;
    }
    .news-full-right,
    .staff-right,
    .with-menu-right {
        width: 300px;
    }
    .news-full {
        gap: 60px;
    }
    .staff-full-right {
        width: 370px;
    }
}
@media only screen and (max-width: 1360px){
    .main-menu ul.header-menu {
        gap:7px;
    }
    .main-menu {
        margin: 0 0 0 auto;
    }
}
@media only screen and (max-width: 1300px){
    .main-dop-box {
        gap: 40px;
    }
    .main-banners-item-1 {
        width: 576px;
    }
    .shesternya {
        right: -40px;
        top:17px;
        left: initial;
        border-radius: 15px 0 0 15px;
    }
    .main-gos2 {
        width: 380px;
    }
    .main-news3-sm {
        width: 63%;
    }


    .footer-row {
        position: relative;
    }
    .footer-item-created {
        position: absolute;
        right: 40px;
        bottom: 10px;
    }
}
@media only screen and (max-width: 1250px){
    .main-news3-sm {
        gap:50px;
    }
}
@media only screen and (max-width: 1200px){
    body {
        font-size: 16px;
    }
    .main-banners-blue,
    .main-dop-slider-item,
    .main-news-item-big__title {
        font-size: 15px;
    }
    .main-menu ul,
    .main-news-item-big__anons,
    .main-news-item-big__date {
        font-size: 13px;
    }
    .main-menu ul.header-menu {
        gap: 0px;
    }
    .main-news-item-big {
        gap: 30px;
    }
    .main-news-item-big-info {
        gap: 14px;
    }
    .main-banners-white__title {
        font-size: 18px;
    }
    .footer-item-des {
        font-size: 14px;
    }
    .main-dop-slider-item img {
        max-width: 40px;
        max-height: 40px;
    }
    .main-dop-box2 {
        padding: 30px 0;
    }
    .main-margin {
        margin: 60px 0;
    }
    .news-full-img-box {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media only screen and (max-width: 1150px){
    body {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1100px){
    img[align="left"] {
        max-width: 50%;
        object-fit: cover;
    }
    img[align="right"] {
        max-width: 50%;
        object-fit: cover;
    }
}
@media only screen and (max-width: 1050px){
    .logo {
        flex-shrink: 0;
    }
}
@media only screen and (max-width: 992px){
    .header-top-search {
        display: block;
    }
    .main-news3-sm-flex {
        flex-direction: column;
        gap: 45px;
    }
    .main-gos2 {
        width: 100%;
    }
    .main-news3-sm {
        width: 100%;
        margin: 0;
    }
    .main-news-sm {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 50px;
    }
    .main-news-sm-item:nth-child(3) .main-news-sm-item__img {
        display: none;
    }
    .main-news-sm-item:last-child,
    .main-news2-sm-item:last-child {
        display: none;
    }
    .main-news2-sm,
    .main-news3-sm-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }

    .main-news-item-big {
        flex-direction: column;
    }
    .main-news-item-big__anons,
    .main-news-item-big-info:before {
        display: none;
    }
    .main-news-item-big__img {
        width: 100%;
    }
    .news-full-img-box {
        margin: -20px 0 30px 0;
    }



    body,
    input, textarea {
        font-size: 14px;
    }

    .for-mobile {
        display: block;
    }
    .contact-box {
        flex-direction: column;
        gap: 30px;
    }
    .map {
        width: 100%;
    }
    .contact-item {
        width: 100%;
    }

    .cont-vn,
    .main-text,
    .content-text,
    .pic-text__des {
        text-align: justify;
    }

    .nc-navbar.nc--fixed {
        display: none;
    }
    .but-submenu {
        width: 15px;
        height: 20px;
    }
    .main-menu .main {
        padding: 0;
    }
    .main-menu {
        /*background-color: var(--gray-2);*/
        background-color: #fff;
        transition: all 0.3s;
        position: fixed;
        top: 0;
        left: -120%;
        width: 100%;
        max-width: 330px !important;
        min-height: 100vh;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        z-index: 40;
        color: #000;
        padding: 66px 0 0 0;
        overflow: hidden;
        overflow-y: auto;
        margin: 0;
    }
    .main-menu ul.header-menu {
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 18px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        text-transform: uppercase;
        gap: 0;
        transition: all 0.3s;
    }
    .main-menu ul.header-menu a {
        text-decoration: none;
    }
    .main-menu ul.header-menu li > a {
        padding: 14px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #000;
    }
    .main-menu ul.header-menu > li {
        width: 100%;
        border-bottom: #f2f2f2 solid 1px;
    }
    .close-menu {
        display: block;
    }
    .but-submenu {
        display: flex;
    }
    .but-submenu:before {
        mask-image: var(--down);
        -webkit-mask-image: var(--down);
        transform: rotate(-90deg);
        width: 11px;
        height: 13px;
        background-color: var(--gray-3);
    }


    .main-menu ul.dropdown {
        display: none;
        width: 300px;
        position: absolute;
        left: 0;
        top: auto;
        background-color: #fff;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        transition: all 0.3s;
        font-family: var(--font1),Arial,sans-serif;
        font-size: 14px;
        text-transform: initial;
    }
    .main-menu ul.dropdown li {
        border-bottom: #f0f0f0 solid 1px;
    }
    .main-menu ul.dropdown li:last-child {
        border-bottom: none;
    }
    .main-menu ul.dropdown a {
        color: #000 !important;
        text-decoration: none;
        white-space: normal;
        display: block !important;
        padding: 14px 30px !important;
    }
    .main-menu ul.dropdown a:hover {
        color: var(--link);
    }

    .main-menu li.expanded {
        position: initial;
    }
    .main-menu li.expanded > ul.dropdown {
        top: 0;
        left: 100%;
        display: block;
        width: 100%;
        transition: all 0.3s;
        box-shadow: none;
        padding: 0 0 30px 0;
    }
    .menu-prev {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 14px 30px;
        cursor: pointer;
    }
    .menu-prev:before {
        mask-image: var(--down);
        -webkit-mask-image: var(--down);
        width: 11px;
        height: 13px;
        background-color: var(--gray-3);
        transform: rotate(90deg);
    }
    .menu-wrap {
        overflow: hidden;
        width: 100%;
        position: absolute;
    }
    .main-menu ul li:hover ul {
        display: none;
    }
    .menu-but,.menu-but-w {
        display: flex;
    }
    .menu-wrap .but-submenu {
        display: flex;
    }
    .main-review .owl-theme .owl-nav {
        top: -78px;
    }
    .text-border-box ul {
        column-count: 2;
    }
    .main-menu ul.header-menu > li:hover > a:hover,
    .main-menu ul.header-menu > li:hover > a {
        background-color: #fff;
    }
    .main-menu ul.header-menu > li:hover::after {
        content: none;
    }
    .main-menu ul.dropdown li:hover {
        background-color: transparent;
        color: #000;
    }

    h1, .h1 {
        font-size: 30px;
        text-align: left;
    }
    h2, .h2 {
        font-size: 26px;
        text-align: left;
    }

    .news-item,
    .btn,
    .staff-menu-item,
    .staff-menu-row-item,
    .staff-category,
    .page-created {
        text-align: left;
    }
    .news-item-sm__title {
        display: block;
        text-align: left;
    }
    .news-full__date {
        margin: 20px 0;
    }
    .news-full__img {
        margin: 30px 0;
    }

    .staff-box,
    .with-menu-box {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .staff-right,
    .staff-left,
    .with-menu-right,
    .with-menu-left {
        width: 100%;
    }
    .staff-menu-box {
        position:relative;
        background: #F4F5F8;
        border-radius: 5px;
    }
    .staff-menu-title {display:block;}
    .staff-menu-title::after {content:""; display:block; position:absolute; right:15px; top:8px; width:32px; height:32px; background:url(../images/filter-open-mobile.svg) no-repeat}
    .staff-menu-box.open .staff-menu-title::after {background:url(../images/filter-close-mobile.svg) no-repeat}
    .staff-menu {position:absolute; left:-999px; top:-999px; width:100%}
    .staff-menu-box.open .staff-menu {position:relative; left:auto; top:auto; border-top:1px solid #e0e0e4; padding:0 16px; }
    .staff-menu-item:last-child {
        border-bottom: none;
    }
    .menu-full {
        display: none;
    }
}
@media only screen and (max-width: 900px){
    .main-banners {
        flex-direction: column;
    }
    .main-banners-item-1 {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .shesternya .icon {
        right: 40px;
        left: initial;
    }

    .main-news-box {
        flex-direction: column;
        align-items: center;
    }
    .news-full,
    .staff-full {
        flex-direction: column;
    }
    .news-full-left,
    .news-full-right,
    .staff-full-left,
    .staff-full-right {
        width: 100%;
    }
    .news-item-sm-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px 30px;
    }
    .news-item-sm:nth-child(2) {
        padding: 0 0 17px;
    }
    .news-full {
        gap: 18px;
    }
    .news-item-sm:nth-last-of-type(-n+2) {
        border-bottom: none;
    }
    .banners-sm {
        margin: 37px 0 0;
    }
    .staff-full-left {
        gap: 28px;
    }
    .staff-full {
        gap: 40px;
    }
    .staff-full-right {
        margin: 0 auto;
    }
    .staff-full__title2 {
        font-size: 22px;
    }
    .news-full__source,
    .page-created {
        margin: 50px 0 0;
    }

    /**/
    .topcontrol {
        right: 30px;
        bottom: 30px;
    }
}
@media only screen and (max-width: 800px){
    .footer-item-counter {
        flex-direction: row;
        width: auto;
        margin: 0;
    }
    .footer-item-created {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
    }
    .footer-row {
        padding: 34px 0 60px;
    }
    img[align="left"] {
        max-width: 100%;
        float: none;
        margin: 0;
    }
    img[align="right"] {
        max-width: 100%;
        float: none;
        margin: 0;
    }

    /**/
    .footer-row {
        flex-direction: column-reverse;
        align-items: center;
    }
    .footer-logo,
    .footer-copy,
    .footer-created {
        text-align: center;
    }
    .b-krohki {
        margin: 40px 0 0 0;
    }
}
@media only screen and (max-width: 750px){
    /**/

    .gallery {
        grid-template-columns: repeat(3, 1fr);
    }
    .b-cookie {
        width: 96%;
        box-sizing: border-box;
    }
    textarea {
        min-height: 100px;
    }
}
@media only screen and (max-width: 700px){
#YMapsID-3029 {
    height: 450px;
}
    .shesternya {
        width: 320px;
        height: 300px;
    }
    .icon.icon-shesternya:before {
        width: 170px;
        height: 170px;
    }
    .main-news-box {
        margin: 60px 0 30px 0;
    }

    .main-news-box {
        margin: 40px 0 30px 0;
    }
    .main-margin {
        margin: 40px 0;
    }
    .main-news2-sm,
    .main-news3-sm-grid {
        gap: 30px;
    }
    .main-news-sm {
        gap: 16px 30px;
    }
    .main-news3-sm {
        gap: 30px;
    }

    h1, .h1 {
        font-size: 26px;
    }
    h2, .h2 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 670px){



}
@media only screen and (max-width: 600px){
    .caution-red {
        padding: 0 20px;
    }
    .el-tabs2 {
        width: auto;
    }


    .logo {
        width: 70px;
        margin: 0;
    }
    .logo-box {
        gap: 10px;
    }
    .main-news-text {
        grid-template-columns: 1fr;
    }
    .main-banners-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .shesternya {
        right: -20px;
    }
    .main-news-item-big:before {
        height: 53%;
    }
    .main-banners-blue-grid {
        gap: 20px;
    }
    .main-banners-blue {
        font-size: 13px;
    }
    .main-banners-white__title {
        font-size: 16px;
    }
    .main-news-item-big {
        gap: 20px;
    }
    .staff-full__title2 {
        font-size: 20px;
    }

    /**/

    .topcontrol {
        right: 30px;
        bottom: 30px;
    }
    .main {
        padding: 0 20px;
    }
    .cont-vn {
        padding: 0 0 40px 0;
    }
}

@media only screen and (max-width: 550px){

}
@media only screen and (max-width: 500px){
    .main-news-sm-item__date,
    .news-item__date {
        margin: 0;
    }
    .main-news2-sm,
    .main-news3-sm,
    .main-news3-sm-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .main-news-sm,
    .news-grid,
    .news-item-sm-box {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .main-news-sm-item,
    .news-item {
        padding: 20px 0;
        gap: 12px;
        display: flex;
        flex-direction: column;
    }
    .news-item-sm,
    .news-item-sm:nth-child(1),
    .news-item-sm:nth-child(2) {
        padding: 30px 0 25px;
    }
    .main-news-sm-item:nth-last-of-type(-n+3),
    .news-item-sm:nth-last-of-type(-n+2) {
        border-bottom: #E1E1E1 solid 1px;
    }
    .main-news-sm-item:last-child,
    .news-item-sm:last-child {
        border-bottom: none;
    }
    .main-news-sm-item:last-child, .main-news2-sm-item:last-child {
        display: block;
    }
    .main-news-item-big-info {
        font-size: 12px;
    }
    .news-full-img-box {
        grid-template-columns: repeat(3, 1fr);
    }
    .staff-item {
        grid-template-columns: 100px auto;
    }
    .staff-item__title {
        margin: 10px 0 0;
    }
    .staff-item__img {
        width: 100px;
    }
    .staff-item__img img {
        width: 100px;
        height: 100px;
    }
    .staff-item__des {
        margin: 0px 0 0;
    }
    .staff-item {
        gap: 24px;
    }
    h1, .h1 {
        font-size: 18px;
    }
    h2, .h2 {
        font-size: 16px;
    }
    /**/

    .map,.map-full {
        height: 350px;
    }
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .b-krohki {
        margin: 20px 0;
    }
}
@media only screen and (max-width: 460px){

    .main-banners-blue-grid {
        grid-template-columns: 1fr;
    }
    .main-banners-blue-item {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .main-banners-blue-item__ico {
        margin: 0;
    }
    .bad-view span {
        display: none;
    }
    .close-form {
        display: none;
    }
    .form-search button {
        background-color: transparent;
        padding: 0;
        position: absolute;
        top: 40px;
        right: 33px;
        border: none;
    }
    .form-search .icon {
        display: block;
    }
    .form-search span {
        display: none;
    }
    .staff-full__title2 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 400px){
    .logo {
        width: 60px;
    }
    .main-margin, .main-fon-box {
        margin: 50px 0;
    }

    .form-search input {
        padding: 10px;
        font-size: 14px;
    }
    .form-search input {
        padding: 10px;
        font-size: 14px;
    }
    .news-full-img-box {
        grid-template-columns: repeat(2, 1fr);
    }
    /**/


    .b-cookie-text {
        margin: 0;
        text-align: center;
    }
    .main-cu {
        flex-direction: column;
        gap: 20px;
    }
}
@media only screen and (max-width: 370px){
    /**/

    .staff-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
}
@media only screen and (max-width: 350px){

}
@media only screen and (max-width: 330px){

}
.menu-active {
    left: 0 !important;
}