/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}


p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    outline: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    overflow-x: hidden;
    font-family: "Rubik", sans-serif;
    background: #F8F8F8;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px;
}

section {
    margin: 100px 0;
}

.wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

/*header*/
.header_up {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
}

@media screen and (max-width: 992px) {
    .header_up {
        display: none;
    }
}

.header_up .header_up_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 45px;
}

@media screen and (max-width: 992px) {
    .header_up .header_up_link {
        gap: 10px;
    }
}

.header_up .header_up_link a {
    color: #fff;
}

@media screen and (max-width: 992px) {
    .header_up .header_up_link a {
        font-size: 14px;
    }
}


.header_contact {
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    z-index: 10;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .header_contact {
        display: none;
    }
}

.header_contact a {
    color: #fff;
}

.header_contact .header_contact_row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.header_contact .header_contact_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 45px;
}

@media screen and (max-width: 1200px) {
    .header_contact .header_contact_wrap {
        gap: 18px;
    }
}

.header_contact .header_contact_wrap .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.header_contact .header_contact_wrap .social a {
    margin: auto;
    height: 18px;
}


.header_contact .header_contact_wrap .social svg {
    height: 100%;
}

.header_contact i {
    color: #BDBDBD;
}

.header_contact .phone {
    color: #BDBDBD;
}

.header_contact .phone a {
    color: #BDBDBD;
}



header {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 9;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

header.fix {
    top: 0;
}

.header .search {
    border: 1.5px solid #000000;
    padding: 5px 10px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    display: none;
}

.header .search img {
    width: 20px;
    height: auto;
}

.head_row.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    padding: 10px calc((100vw - 1600px) / 2);
}

.head_row.fix .search {
    display: flex;
}


.header_search_close {
    width: 26px;
    display: flex;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.header_search_close img {
    height: auto;
}

.head_row.fix .logo img:nth-child(1) {
    display: none;
}

.head_row.fix .logo img:nth-child(2) {
    display: flex;
}

header .head_row {
    display: flex;
    align-items: center;
    background: #C3BDDDF2;
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 0px 0px 8.7px 0px #00000040;
    backdrop-filter: blur(6px)
}



header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

header .logo img {
    max-width: 295px;
}

header .logo img:nth-child(2) {
    display: none;
}



header .logo span {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 200px;
}

header .mobile_burger_dop {
    display: none;
    color: #000;
}

@media screen and (max-width: 992px) {
    header .mobile_burger_dop {
        display: block;
    }
}

header .mobile_burger {
    color: #000;
    margin-right: 50px;
}

@media screen and (max-width: 992px) {
    header .mobile_burger {
        display: none;
    }
}


.header_contact .search,
.header_contact .glasses {
    color: #000000;
    font-weight: 500;
    gap: 5px;
    display: flex;
    align-items: center;
}

.header_contact .search img {
    width: 20px;
    height: auto;
}

.header_contact .glasses img {
    width: 30px;
    height: auto;
}

header nav {
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    header nav {
        display: none;
    }
}

header nav ul {
    list-style: none;
}

header nav>ul {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
}

header nav>ul>li {
    display: flex;
    align-items: center;
}

header nav>ul>li>img {
    width: 20px;
    height: auto;
}

header nav>ul>li>a {
    color: #000;
    height: 100%;
    padding: 25px 0;
}


header nav .dropdown:hover>.sub_menu {
    display: block;
}

header nav .dropdown {
    position: relative;
}

header nav .dropdown::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 23px;
    top: 100%;
    left: 0;
}

header nav .dropdown>a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header nav .dropdown .sub_menu {
    width: 324px;
    position: absolute;
    top: calc(100% + 23px);
    padding: 20px 0;
    border-radius: 10px;
    background: #C3BDDDF2;
    text-transform: none;
    display: none;
}

header nav .dropdown .sub_menu li {
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0 5px 0 20px;
}

header nav .dropdown .sub_menu li a {
    color: #000;
}



header nav .dropdown .sub_menu .sub_menu {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    display: none;
}

.header_fix.fix {}

#page .header_contact_row {
    color: #000;
}

#page .header_contact_row i,
#page .header_contact_row a {
    color: #000;
}

#page .header_contact_row svg {
    fill: #000;
}

/*fix_main_menu*/
.fix_main_menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 90px 160px;
    overflow: auto;
    background: #00000099;
    backdrop-filter: blur(10px);
}

.fix_main_menu .container {
    height: 100%;
}

.fix_main_menu .mobile_multimenu {
    position: relative;
    z-index: 1;
    color: #fff;
    height: 100%;
}

.close_multimenu {
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}


.fix_searche {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(9px);
    z-index: 9999;
}

.fix_searche::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(25, 25, 25, 0.8);
    z-index: -1;
}

.fix_searche form {
    border: 1px solid #E5E5E5;
    background: #FFF;
    position: relative;
    margin: 33px auto 0;
    font-size: 32px;
    max-width: 1600px;
    padding: 0;
    border-radius: 10px;
}

.header_search_inner {
    display: flex;
    height: 114px;
    position: relative;
}

.header_search_inner::before {
    position: absolute;
    content: "";
    background-image: url(../img/search.svg);
    background-size: cover;
    left: 30px;
    z-index: 1;
    width: 34px;
    height: 34px;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
}

.header_search_inner input {
    height: 100%;
    padding-left: 90px;
    width: 100%;
    border: none;
}

.header_multimenu {
    display: flex;
    margin: 0 0 50px;
}

.header_multimenu {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.header_multimenu-link {
    font-weight: 500;
    display: flex;
    font-size: 12px;
    gap: 5px;
    align-items: center;
    color: #fff;
}

.header_multimenu-link img {
    width: auto;
    height: auto;
}

.fix_main_menu .search {
    display: flex;
}

.fix_main_menu .search img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.header_multimenu .logo {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.header_multimenu .logo img {
    max-width: 66px;
}

.header_multimenu .logo span {
    font-size: 14px;
    color: #fff;
    max-width: 212px;
}

.header_multimenu .tap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-left: auto;
}

.header_multimenu .tap .phone {
    color: #fff;
}

.main {
    margin: 0;
}

.main_multimenu {
    position: relative;
    height: calc(100% - 200px);
    min-height: 400px;
}

.main_multimenu .menu {
    max-width: 182px;
    list-style: none;
}

.main_multimenu .menu>li {
    margin: 0 0 30px;
}


.main_multimenu .menu>li>a {
    color: #fff;
    font-weight: 500;
}

.main_multimenu .menu>li>a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
}

.main_multimenu .menu>li.active>a {
    position: relative;
    width: 100%;
    display: table;
}

.main_multimenu .menu>li.active>a::before {
    width: 160px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: 0;
    left: 100%;
    margin-left: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hidden {
    display: none;
}

.main_multimenu .menu>li.active .sub_menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.main_multimenu .sub_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 390px;
    right: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    list-style: none;
}

.main_multimenu .sub_menu li {
    margin: 0 0 10px;
}

.main_multimenu .sub_menu li a {
    color: #fff;
    margin-bottom: 30px;
    display: block;
}

.swiper-slide {
    box-sizing: border-box;
}

.main_slide {
    padding: 255px 0;
    z-index: 1;
    position: relative;
    color: #fff;
}

.main_slide-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.main_slide-img::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(117, 109, 150, 0.8) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.main_slide-title {
    font-weight: 700;
    font-size: 64px;
    margin-bottom: 14px;
}

.main_slide-text {
    font-weight: 500;
    font-size: 40px;
}

.main_slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFFFFF66;
    padding: 0;
    opacity: 1;
    margin: 0 !important;
}
.main_slide-btn{
    margin-top: 38px;
}
.main_slider .swiper-pagination-bullet-active {
    background: #C3BDDD;
}

.main_slider .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    bottom: 10px;
}

.about_row {
    display: flex;
    justify-content: space-between;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
}

.about_info {
    width: 926px;
}

.about_info p {
    font-size: 18px;
    margin-bottom: 10px;
}

.about_img {
    width: 654px;
    height: 301px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}

.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.areas_row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.areas_item {
    border: 1px solid #C5C5C5;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 30px 20px 20px;
    width: calc(33% - 5px);
    flex: auto;
    color: #000;
    transition: all 0.3s;
    position: relative;
}

.areas_item::before {
    position: absolute;
    content: "";
    background-image: url(../img/link_icon.svg);
    background-size: cover;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
}

.areas_item:hover {
    background: #EBE9F2;
}

.areas_item-title {
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 10px;
    font-size: 19px;
    line-height: 120%;
    /*margin-bottom: 10px;*/
}

.areas_item-title img {
    width: 35px;
    height: auto;
}

.areas_item-text {
    line-height: 120%;
}

.new_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.new_top h2 {
    margin-bottom: 0;
}

.new_more {
    font-weight: 500;
    font-size: 24px;
    text-decoration: underline;
    color: #000;
}

.new_row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.new_item {
    width: calc(33% - 10.5px);
    background: #FFFFFF;
    border: 1px solid #C5C5C5;
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s;
}

.new_item:hover {
    background: #EBE9F2;
}

.new_item:nth-child(5),
.new_item:nth-child(6) {
    /* width: calc(50% - 7px); */
}

.new_item:nth-child(5) .new_item-img,
.new_item:nth-child(6) .new_item-img {
    height: 376px;
}

.new_item-img {
    display: flex;
    height: 376px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.new_item-tegs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.new_item-teg {
    font-size: 12px;
    line-height: 19px;
    background: #FAFAFA;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    padding: 2px 9px;
}

.new_item-title {
    font-size: 24px;
    color: #000;
    display: block;
    margin-bottom: 15px;
}

.new_item-text {
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new_item-date {
    margin-top: 15px;
    color: #00000099;
}

.important_slide {
    border: 1px solid #C5C5C5;
    background: #FFFFFF;
    border-radius: 10px;
    transition: all 0.3s;
    padding: 40px 20px;
    color: #000;
}

.important_slide:hover {
    background: #F7F5FE;
}

.important_slide-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.important_slide-teg {
    font-size: 12px;
    line-height: 19px;
    background: #FAFAFA;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    padding: 2px 18px;
}

.important_slide-date {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.important_slide-date img {
    width: 24px;
    height: auto;
}

.important_slide-title {
    font-size: 18px;
    line-height: 120%;
}

.slider_pagination-default {
    display: flex;
    justify-content: center;
    margin-top: 48px;
    position: relative;
    inset: auto !important;
}

.slider_pagination-default .swiper-pagination-bullet {
    background: #C3BDDD99;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 5px !important;
}

.slider_pagination-default .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #C3BDDD;
}

.important_slider-wrapper {
    position: relative;
}

.slider_arrow {
    position: absolute;
    background: #C3BDDD;
    width: 44px;
    height: 44px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    top: -54px;
    z-index: 1;
    cursor: pointer;
}

.slider_arrow:hover {
    background: #A096CD;
}

.slider_arrow img {
    width: 10px;
    height: auto;
}

.slider_next {
    right: 0;
}

.slider_prev {
    right: 54px;
}

.useful_slider-wrapper,
.partners_slider-wrapper,
.materials_slider-wrapper {
    position: relative;
}

.materials_slider .areas_item {
    flex: none;
    height: auto;
}

.materials_slider .areas_item-text {
    margin-bottom: 10px;
}

.areas_item-number {
    font-weight: 500;
    line-height: 120%;
}

.partners_item {
    background: #FFFFFF;
    border: 1px solid #C5C5C5;
    border-radius: 10px;
    padding: 18px 52px;
    height: 162px;
}

.partners_item img {
    object-fit: contain;
}

.useful_slide {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 125px;
}

.useful_slide img {
    max-width: 100%;
    max-height: 100%;
    width: fit-content;
    height: fit-content;
}

.footer {
    background: #C3BDDD;
    padding: 40px 0;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
    align-items: flex-start;
    padding-right: 180px;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
}

.footer_logo {
    display: flex;
    width: 180px;
}

.footer_logo img {
    width: 100%;
    height: auto;
}

.footer_item {
    max-width: 200px;
}

.footer_item-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer_item ul li {
    margin-bottom: 10px;
}

.footer_item ul li a {
    color: #000;
}

.footer_messages {
    display: flex;
    gap: 10px;
}

.footer_message {
    display: flex;
    width: 30px;
    height: auto;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
}

.footer_inner-right {
    display: flex;
    gap: 20px;
}

.footer_inner-item {
    font-size: 14px;
    color: #00000099;
}

.footer_inner-item a {
    color: #000000;
}

.mobile_multimenu-messages {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.mobile_multimenu-message {
    display: flex;
    margin-bottom: 10px;
}

.mobile_multimenu-message:last-child {
    margin-bottom: 0;
}

/*mobile_menu*/
.mobile_menu {
    position: fixed;
    top: 0;
    left: 0;
    background: #C3BDDD;
    z-index: 9999;
    padding: 20px 25px;

    flex-direction: column;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transform: translateX(0);
    transition: all 0.6s;
}

.mobile_bot {
    margin-top: auto;
}

.mobile_menu:not(.hidden) {
    display: flex;
}

@media screen and (min-width: 992px) {
    .mobile_menu {
        display: none;
    }
}

.mobile_menu.hidden {
    -webkit-transform: translateX(-325px);
    transform: translateX(-325px);
}

.mobile_menu .prev_mobile_menu {
    position: absolute;
    top: 40px;
    left: 24px;
    cursor: pointer;
    z-index: 99;
}

.mobile_menu .close_mobile_menu {
    position: absolute;
    top: 35px;
    right: 24px;
    cursor: pointer;
    z-index: 99;
}

.mobile_menu .close_mobile_menu svg {
    width: 32px;
    height: 32px;
}

.mobile_menu .wr {
    position: relative;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.mobile_menu .wr a {
    color: #000;
}

.mobile_menu .wr a+span {
    margin: 0 0 0 auto;
    font-size: 12px;
    cursor: pointer;
}

.mobile_menu .wr+h3 {
    position: absolute;
    z-index: 999;
    top: 68px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.mobile_menu ul {
    margin: 40px 0;
    list-style: none;
}

.mobile_menu ul li {
    margin: 0 0 25px;
}

.mobile_menu .sub_menu {
    position: absolute;
    top: 0px;
    background: #C3BDDD;
    left: 0;
    width: 100%;
    padding: 108px 24px 20px;
    z-index: 9;
    height: 100vh;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    overflow: auto;
    margin: 0;
}

.mobile_menu .sub_menu.hidden {
    -webkit-transform: translateX(325px);
    transform: translateX(325px);
}

.mobile_menu .sub_menu li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    color: #000;
}

.mobile_menu .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 180px;
    color: #000;
}

.mobile_menu .logo img {
    max-width: 116px;
}

.mobile_menu .logo span {
    display: block;
    max-width: 65%;
}


.mobile_menu .mobile_contact {
    display: flex;
    margin-bottom: 12px;
}

.mobile_menu .mobile_social {
    display: flex;
    gap: 20px;
}

.mobile_menu .phone {
    font-size: 12px;
    color: #000;
    position: relative;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.mobile_social a {
    display: flex;
}

.mobile_social a img {
    width: auto;
    object-fit: contain;
    height: auto;
}

.mobile_menu .phone img {
    width: 17px;
    height: auto;
    margin: 0 2px;
}

.search_mobile {
    border: 1.5px solid #000000;
    border-radius: 5px;
    width: 320px;
    max-width: 100%;
    height: 35px;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.search_mobile input {
    width: 100%;
    height: 100%;
    background: none;
    padding-left: 10px;
    font-size: 12px;
    border: none;
}

.search_mobile input::placeholder {
    color: #000;
}

.search_mobile img {
    position: absolute;
    width: 20px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
}

.mobile_menu .address {
    font-size: 12px;
    color: #000;
    position: relative;
    margin: 0 0 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.mobile_menu .address img {
    width: 12px;
    height: auto;
    margin: 0 4px;
}

.mobile_contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile_menu .glasses {
    font-size: 12px;
    color: #000;
    position: relative;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.mobile_menu .glasses img {
    width: 20px;
    height: auto;
}

.mobile_menu .language {
    display: block;
    font-size: 12px;
    color: #000;
}

.page_default {
    margin: 184px 0 80px;
}

.page_default h1 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
}

.page_top {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.page_menu {
    position: relative;
    z-index: 2;
}

.page_menu-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px 0px #0000001A;
    border-radius: 4px;
    width: 352px;
    padding: 30px 0 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.page_menu-dropdown.active {
    opacity: 1;
    visibility: visible;
}

.page_menu-dropdown .submenu {
    position: absolute;
    top: 0;
    box-shadow: 0px 4px 15px 0px #0000001A;
    background: #FFFFFF;
    width: 352px;
    border-radius: 4px;
    left: calc(100% + 5px);
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.page_menu-close {
    position: absolute;
    display: flex;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.page_menu-dropdown li {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.page_menu-dropdown li:hover .submenu {
    opacity: 1;
    visibility: visible;
}

.page_menu-dropdown li img {
    width: 10px;
    position: absolute;
    right: 10px;
    height: auto;
}

.page_menu-dropdown a {
    padding: 8px 20px;
    font-size: 12px;
    width: 100%;
    line-height: 120%;
    color: #333333;
    display: block;
    transition: all 0.3s;
}

.page_menu-dropdown li:hover>a {
    background: #C3BDDD;
}

.page_menu-btn {
    width: 102px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #C5C5C5;
    border-radius: 4px;
    cursor: pointer;
    gap: 16px;
}

.page_menu-btn img {
    width: 24px;
    height: auto;
}

.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.breadcrumbs li {
    font-size: 14px;
}

.breadcrumbs li::after {
    position: relative;
    content: "—";
    margin-left: 10px;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs li a {
    color: #000000CC;
}

.institution_row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 50px;
}

.institution_item {
    background: #C3BDDD;
    border-radius: 10px;
    border: 1px solid #C5C5C5;
    padding: 20px 40px 20px 20px;
    display: flex;
    align-items: center;
    width: calc(33.333% - 33.333px);
    gap: 10px;
    font-weight: 500;
    font-size: 20px;
    transition: all 0.3s;
    min-height: 110px;
    line-height: 120%;
    position: relative;
    color: #000;
}

.institution_item::before {
    position: absolute;
    content: "";
    background-image: url(../img/link_icon.svg);
    background-size: cover;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
}

.institution_item:hover {
    background: #CFC8EB;
    transform: scale(1.06);
}

.institution_item img {
    width: 35px;
    height: auto;
}

.custom-select__option--value {
    padding: 0;
    display: flex;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    height: 38px;
    width: 320px;
    padding-left: 10px;
    align-items: center;
    cursor: pointer;
    position: relative;
    border-radius: 2px;
    color: #9F9F9F;
}

.custom-select {
    z-index: 4;
    position: relative;
    width: fit-content;
}

.custom-select.custom-select--active {
    z-index: 5;
}

.custom-select__option--value::before {
    position: absolute;
    content: "";
    background-image: url(../img/menu_arrow.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-select__dropdown {
    background: #FFFFFF;
    position: absolute;
    border: 1px solid #E5E5E5;
    top: 100%;
    width: 100%;
    border-top: none;
    left: 0;
}

.custom-select__dropdown .custom-select__option {
    display: flex;
    background: none;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    padding: 7px 10px;
    text-align: left;
    color: #9F9F9F;
    cursor: pointer;
}

.custom-select__dropdown .custom-select__option:last-child {
    border-bottom: none;
}

.filters_item-title {
    margin-bottom: 10px;
    color: #333333;
}

.filters_row {
    display: flex;
    margin-bottom: 30px;
    gap: 30px;
    align-items: flex-end;
}

.filters_inp {
    border: 1px solid #E5E5E5;
    background: #FFFFFF;
    width: 446px;
    padding-left: 10px;
    height: 38px;
}


.filters_inp::placeholder {
    color: #9F9F9F;
}

.filters_dates {
    display: flex;
    gap: 10px;
}

.filters_date {
    display: flex;
    position: relative;
    align-items: center;
    gap: 9px;
    margin: 8% 3%;
}

.filters_date input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    right: 0;
    opacity: 0;
}

.filters_date span {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    width: 163px;
    height: 38px;
    cursor: pointer;
    border-radius: 2px;
    align-items: center;
    padding-left: 10px;
    display: flex;
    position: relative;
}

.filters_date span::before {
    position: absolute;
    content: "";
    background-image: url(../img/calendar.svg);
    background-size: cover;
    width: 23px;
    height: 25px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    right: 0;
    opacity: 0;
}

.filters_btns {
    display: flex;
    margin-left: auto;
    gap: 10px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C3BDDD;
    border: 1px solid #B2B2B2;
    width: fit-content;
    border-radius: 4px;
    cursor: pointer;
    padding: 18px 29px;
    transition: all 0.3s;
    color: #000000;
    font-weight: 500;
}

.btn:hover {
    background: #A096CD;
}

.filters_btn {
    padding: 9px 38px;
}

.filters_btn:nth-child(2) {
    background: #FFFFFF;
}

.docs_item {
    background: #FFFFFF;
    border: 1px solid #C5C5C5;
    padding: 15px 70px 15px 96px;
    display: block;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000;
    position: relative;
    transition: all 0.3s;
}

.docs_item:hover {
    background: #EBE9F2;
}

.docs_item::before {
    position: absolute;
    content: "";
    background-image: url(../img/file.svg);
    background-size: cover;
    width: 11px;
    height: 16px;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.docs_item:last-child {
    margin-bottom: 0;
}

.docs_item-img {
    position: absolute;
    left: 20px;
    top: 22px;
    width: 56px;
    display: flex;
}

.docs_item-img img {
    width: 100%;
    height: auto;
}

.docs_item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 5px;
}

.docs_item-options {
    display: flex;
    gap: 10px;
}

.docs_item-option {
    font-size: 14px;
    line-height: 20px;
}

.docs_item-text {
    margin-top: 5px;
    max-width: 940px;
    font-size: 12px;
    line-height: 20px;
}

.pagination {
    margin-top: 40px;
}

.pagination ul {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.pagination a {
    border: 1px solid #C3BDDD;
    background: #FFFFFF;
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    transition: all 0.3s;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    color: #000000;
}

.pagination a:hover,
.pagination a.active {
    border: 1px solid #C3BDDD;
    background: #C3BDDD;

}

.pagination li:first-child {
    margin-right: 28px;
}

.pagination li:last-child {
    margin-left: 28px;
}

.anti-corruption-row {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 30px;
}

.anti-corruption-item {
    margin-bottom: 20px;
}

.anti-corruption-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

.anti-corruption-number {
    font-size: 20px;
    color: #000;
}

.anti-corruption-links {
    margin-top: 40px;
}

.anti-corruption-link:last-child {
    margin-bottom: 0;
}

.anti-corruption-link {
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    text-decoration: underline;
    color: #000;
}

.structure_title {
    background: #C3BDDD;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    z-index: 1;
}

.structure_row {
    padding-top: 70px;
    overflow: hidden;
}

.structure_item {
    max-width: 1020px;
    margin: 0 auto 50px;
    border: 1px solid #C5C5C5;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 25px;
    position: relative;
}

.structure_item::before {
    position: absolute;
    content: "";
    border-left: 2px dashed #333333;
    width: 2px;
    height: calc(100% + 50px);
    left: -231px;
    transform: translateY(50%);
    bottom: 50%;
}

.structure_item:first-child:before {
    height: calc(100% + 1065px);
    transform: translateY(calc(50% - 25px));
}

.structure_item:last-child:before {
    height: calc(50% + 25px);
    transform: translateY(0%);
}

.structure_item::after {
    position: absolute;
    content: "";
    border-bottom: 2px dashed #333333;
    width: 231px;
    height: 2px;
    left: -231px;
    top: 50%;
    transform: translateY(-50%);
}

.structure_item-title {
    font-weight: 500;
    line-height: 22px;
}

.structure_item ul {
    list-style: disc;
    padding-left: 20px;
    font-weight: 300;
    line-height: 22px;
}

.structure_item ul li {
    margin-bottom: 10px;
}

.structure_item ul li:last-child {
    margin-bottom: 0;
}

.structure_item ul li::marker {
    font-size: 14px;
}
.structure_wrapper{
    display: flex;
    max-width: 1020px;
    margin: 0 auto 25px;
    position: relative;
    justify-content: space-between;
}
.structure_wrapper::before{
    position: absolute;
    content: "";
    border-top: 2px dashed #333333;
    width: calc(50% + 25px);
    right: 50%;
    transform: translateX(50%);
    top: -25px;
}
.structure_wrapper::after{
    position: absolute;
    content: "";
    border-left: 2px dashed #333333;
    height: 25px;
    right: 50%;
    transform: translateX(50%);
    top: -50px;
}
.structure_column{
    width: calc(50% - 25px);
}
.structure_column .structure_item{
    width: 100%;
    margin-bottom: 25px;   
}
.structure_column  .structure_item::after{
    display: none;
}
.structure_column .structure_item:before{
    right: 50%;
    left: auto;
    height: 25px;
    transform: none;
    top: -25px !important;
}
.employee_row {
    display: flex;
    justify-content: space-between;
}

.employee_img {
    width: 478px;
    height: 454px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}

.employee_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.employee_info {
    width: calc(100% - 500px);
}

.employee_title {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 14px;
}

.employee_items {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

.employee_item {
    width: calc(50% - 7px);
}

.employee_item-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 12px;
}

.employee_item-text a {
    display: block;
    color: #000;
    margin-bottom: 10px;
}

.employee_item-text a:last-child {
    margin-bottom: 0;
}

.information_row {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 10px;
    padding: 30px;
}

.information_column {
    max-width: 440px;
}

.information_item {
    margin-bottom: 10px;
}

.information_item-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 4px;
}

.information_item-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #35383B;
}

.information_item-text small {
    font-size: 12px;
    display: block;
}

.information_map {
    width: 765px;
    height: 385px;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

.information_map iframe {
    width: 100%;
    height: 100%;
    display: flex;
}

.contacts_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contacts_info {
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 10px;
    padding: 20px;
    width: calc(50% - 17px);
}

.contacts_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contacts_item-right,
.contacts_item-left {
    width: calc(50% - 5px);
}

.contacts_item-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

.contacts_item-text {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-weight: 300;
    font-size: 14px;
}

.contacts_item-text a {
    color: #000;
}

.contacts_item-subtitle {
    font-weight: 500;
    margin-bottom: 10px;
}

.contacts_map {
    height: 710px;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    width: 100%;
}

.contacts_map iframe {
    width: 100%;
    height: 100%;
    display: flex;
}

.contacts_right {
    width: calc(50% - 17px);
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 10px;
    padding: 30px;
}

.contacts_subtitle {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}

.form_item {
    margin-bottom: 15px;
}

.form_item-title {
    line-height: 24px;
    margin-bottom: 9px;
}

.form_item-title span {
    color: #E01300;
}

.form_item-inp {
    border: 1px solid #E5E5E5;
    width: 100%;
    display: block;
    height: 38px;
    padding-left: 10px;
    border-radius: 2px;
}

.form_item-area {
    border: 1px solid #E5E5E5;
    width: 100%;
    display: block;
    height: 134px;
    resize: none;
    padding: 10px;
    border-radius: 2px;
}

.form_captcha {
    width: fit-content;
    margin-bottom: 15px;
}

.form_captcha img {
    width: auto;
    height: auto;
}

.form_ok {
    margin-top: 15px;
    display: block;
    color: #333333DE;
    cursor: pointer;
    line-height: 24px;
}

.form_ok input {
    display: none;
}

.form_ok input:checked+span {
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: 70%;
}

.form_ok span {
    display: inline-block;
    border: 1px solid #606060;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    margin-right: 4px;
}

.form_ok a {
    color: #333333DE;
    text-decoration: underline;
}

.form_item-file {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 15px;
}

.form_item-file span {
    color: #9F9F9F;
}

.form_item-file input {
    display: none;
}

.form_item-file .box {
    border: 1px solid #E5E5E5;
    background: #E5E5E5;
    border-radius: 2px;
    width: 154px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.request_row {
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 28px;
}

.request_column {
    width: calc(33.333% - 18.666px);
}

.request_title {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 24px;
}

.request_row .filters_date span {
    width: 100%;
}

.request_row .custom-select,
.request_row .custom-select__option--value {
    width: 100%;
}

.request_row-inps {
    display: flex;
    justify-content: space-between;
}

.request_row-inps .form_item {
    width: calc(50% - 13px);
}

.form_item-subtitle {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    margin-top: -10px;
    color: #666666;
}

.popup_thanks {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 64px 30px;
}

.popup_thanks-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 36px;
    color: #333333;
}

.popup_thanks-btn {
    width: 100%;
}

.vacancies_item {
    background: #FFFFFF;
    border: 1px solid #C5C5C5;
    border-radius: 10px;
    margin-bottom: 28px;
}

.vacancies_row {
    margin-bottom: 95px;
}

.vacancies_item-top {
    display: flex;
    justify-content: space-between;
    padding: 25px 20px;
    padding-right: 100px;
    position: relative;
    cursor: pointer;
}

.vacancies_item-top .plus {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
}

.vacancies_item-top .plus::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    transition: all 0.3s;
}

.vacancies_item-top.active .plus::after {
    transform: translate(50%, -50%) rotate(90deg);
}

.vacancies_item-top .plus::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background-color: #000;
    border-radius: 3px;
    transition: all 0.3s;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.vacancies_item-options {
    display: flex;
    gap: 40px;
}

.vacancies_item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
}

.vacancies_item-title span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

.vacancies_item-option {
    font-size: 14px;
    line-height: 20px;
}

.vacancies_item-option span {
    margin-left: 10px;
    font-size: 16px;
}

.vacancies_item-content {
    border-top: 1px solid #00000080;
    padding: 20px 0;
    display: none;
    justify-content: space-between;
    margin: 0 20px;
    flex-wrap: wrap;
}

.vacancies_item-content[style*="display: block"] {
    display: flex !important;
}

.vacancies_options:nth-child(1) {
    max-width: 70%;
}

.faq_item-row {
    width: 100%;
    margin-bottom: 20px;
}

.vacancies_item-content:has(.faq_item-row) {
    border-top: none;
    padding-top: 0;
}

.faq_item-row:last-child {
    margin-bottom: 0;
}

.faq_item-title {
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 5px;
}

.faq_item-text {
    font-size: 14px;
    line-height: 20px;
}

.vacancies_option {
    display: flex;
    margin-bottom: 20px;
}

.vacancies_option-title {
    font-size: 14px;
    line-height: 20px;
    width: 140px;
    margin-right: 10px;
}

.vacancies_option-text {
    margin-left: 10px;
    font-size: 16px;
}

.vacancies_item-btn {
    width: 270px;
    height: 56px;
    align-items: flex-end;
    margin-top: auto;
}

.vacancies_option-text a {
    display: block;
    color: #000;
}

.popup_vacancies {
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 10px;
    padding: 30px;
    width: 500px;
}

.popup_vacancies-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
    color: #333;
}

.popup_vacancies .form_item-btn {
    width: 100%;
}

.page_text {
    line-height: 120%;
    margin-bottom: 40px;
}

.docs_table {
    margin-bottom: 70px;
    overflow: auto;
}

.docs_table table {
    display: block;
    width: 100%;
    min-width: 1600px;
}

.docs_table thead {
    display: block;
    width: 100%;
    background: #C3BDDD;
    padding: 28px 20px;
    border-radius: 10px 10px 0 0;
}

.docs_table tr {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.docs_table th {
    font-weight: 500;
    font-size: 20px;
    line-height: 19.5px;
    text-align: left;
}

.docs_table th:nth-child(1),
.docs_table td:nth-child(1) {
    width: 100px;
}

.docs_table th:nth-child(2),
.docs_table td:nth-child(2) {
    width: 1206px;
}

.docs_table th:nth-child(3),
.docs_table td:nth-child(3) {
    width: 237px;
}

.docs_table tbody {
    display: block;
    width: 100%;
    border: 1px solid #B9B9B9;
}

.docs_table tbody tr {
    background: #FFFFFF;
    border-bottom: 1px solid #B9B9B9;
    padding: 28px 20px;
    font-size: 20px;
    line-height: 19.5px;
}

.docs_table tbody tr:last-child {
    border-bottom: none;
}

.docs_table tbody tr:nth-child(2n) {
    background: #F5F4FA;
}

.docs_table {
    padding-bottom: 20px;
}

.docs_table::-webkit-scrollbar {
    background: #C3BDDD;
    border-radius: 3px;
    height: 3px;
}

.docs_table::-webkit-scrollbar-thumb {
    background: #000000;
}

.charter_row {
    margin-bottom: 50px;
}


h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px;
}

.charter_row ul li {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 120%;
}

.docs_wrapper p {
    margin-bottom: 20px;
}
.docs_wrapper{
    margin-bottom: 55px;
}
.docs_wrapper:last-child{
    margin-bottom: 0;
}

.service_item {
    border: 1px solid #CDCDCD;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
}

.service_item:last-child {
    margin-bottom: 0;
}

.service_item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 30px;
}

.service_item-wrapper {
    display: flex;
    gap: 20px;
}

.service_item-options {
    width: calc(33.333% - 13.333px);
}

.service_item-option {
    margin-bottom: 10px;
    color: #464646;
}

.service_item-option span {
    font-weight: 500;
}

.search_row {
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 10px;
    padding: 30px;
}

.search_form {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
}

.search_form-inp {
    border: 1px solid #000000;
    border-radius: 10px;
    height: 50px;
    width: 425px;
    padding-left: 20px;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}

.search_form-btn {
    border: 1px solid #000000;
    background-color: #fff;
    width: 117px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
}

.search_resalt {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 40px;
    color: #333333;
}

.search_item {
    margin-bottom: 40px;
}

.search_item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 29.4px;
    color: #333333;
    margin-bottom: 5px;
    display: block;
}

.search_item-text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
    color: #555555;
}

.search_item-option {
    font-size: 12px;
    line-height: 16.8px;
    color: #333333;
}

.error_row {
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 10px;
    padding: 30px;
}

.error_row-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 110px;
    text-align: center;
    margin-bottom: 40px;
}

.error_row-text {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #555555;
    max-width: 760px;
    margin: 0 auto 40px;
}

.error_row-btn {
    margin: 0 auto;
}

.new_page-items {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.new_page-items .new_item {
    width: calc(25% - 10.5px);
    display: block !important;
}

.new_page-items .new_item:nth-child(5) .new_item-img,
.new_page-items .new_item:nth-child(6) .new_item-img {
    height: 253px;
}

.new_page-img {
    width: 100%;
    height: 446px;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.new_page-options {
    display: flex;
    align-items: center;
    gap: 22px;
}

.new_page-option {
    font-size: 13px;
    line-height: 20px;
    color: #333333;
}

.new_page-teg {
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    border: 1px solid #E5E5E5;
    background: #F8F8F8;
    border-radius: 4px;
    padding: 2px 9px;
}

.new_page-top {
    margin-bottom: 55px;
}

h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #333333;
}

.new_page p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
    color: #555555;
}

.gallery_slider-wrapper {
    width: 100%;
    position: relative;
    margin: 70px 0;
}

.gallery_slide {
    height: 178px;
    border-radius: 4px;
    overflow: hidden;
}

.video_item {
    width: 100%;
    border-radius: 4px;
    height: 645px;
    overflow: hidden;
    margin: 60px 0;
}

.video_item iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.institution_text{
font-size: 18px;
margin-bottom: 40px;
}

.institution_text p:not(:last-child){
    margin-bottom: 10px;
}

.page_desc{
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 45px;
    max-width: 1020px;
}
.page_link{
font-weight: 600;
font-size: 20px;
line-height: 120%;
text-decoration: underline;
color: #7F74B0;
margin-bottom: 42px;
display: block;
}

.search_desc{
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 50px;
}
.page_back{
    margin-top: 45px;
}




@media(max-width:1650px) {
    .container {
        max-width: 1180px;
    }

    .head_row.fix {
        padding: 10px calc((100vw - 1150px) / 2);
    }

    .about_info {
        width: 620px;
    }

    .about_img {
        width: 490px;
    }

    .new_page-items .new_item:nth-child(5) .new_item-img,
    .new_page-items .new_item:nth-child(6) .new_item-img,
    .new_item-img {
        height: 172px;
    }

    .new_item-title {
        font-size: 20px;
    }

    .new_item-tegs {
        gap: 8px;
    }

    .new_item-text {
        line-height: 1.4;
    }

    .new_item:nth-child(5) .new_item-img,
    .new_item:nth-child(6) .new_item-img {
        height: 264px;
    }

    .important_slide {
        padding: 20px;
    }

    .important_slide-date {
        font-size: 16px;
    }

    .partners_item {
        padding: 18px 24px;
    }

    .footer_wrapper {
        padding-right: 0;
    }

    .footer_inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 10px;
    }

    .fix_main_menu {
        padding: 90px;
    }

    .institution_row {
        gap: 20px 30px;
    }

    .institution_item {
        width: calc(50% - 15px);
    }

    .filters_inp {
        width: 240px;
    }

    .custom-select__option--value {
        width: 280px;
    }

    .filters_row {
        flex-wrap: wrap;
    }

    .filters_btns {
        margin-left: 0;
    }

    .structure_item::before {
        left: -50px;
    }

    .structure_item::after {
        width: 50px;
        left: -50px;
    }

    .information_column {
        max-width: 260px;
    }

    .information_map {
        width: 520px;
    }

    .form_ok br {
        display: none;
    }

    .contacts_map {
        height: 460px;
    }

    .vacancies_options:nth-child(1) {
        max-width: 40%;
    }

    .vacancies_option-title {
        min-width: 140px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 950px;
    }

    .main_slide-text br {
        display: none;
    }

    .logo img:nth-child(1) {
        width: 140px;
    }

    header .mobile_burger {
        margin-right: 20px;
    }

    header nav .dropdown>a {
        font-size: 14px;
    }

    .fix_main_menu {
        padding: 50px;
    }

    .about_info {
        width: 460px;
    }

    .about_img {
        width: 420px;
    }

    .about_info p {
        font-size: 16px;
    }

    .head_row.fix {
        padding: 10px calc((100vw - 930px) / 2);
    }

    .head_row.fix .search {
        font-size: 14px;
    }

    .new_item {
        width: calc(50% - 7px);
    }

    .new_item:nth-child(n+5) {
        display: none;
    }

    .new_page-items .new_item:nth-child(5) .new_item-img,
    .new_page-items .new_item:nth-child(6) .new_item-img,
    .new_item-img {
        height: 280px;
    }

    .partners_item {
        height: 142px;
    }

    .footer_inner-right {
        flex-wrap: wrap;
        gap: 10px 20px;
    }

    .structure_item::after {
        width: 17px;
        left: -17px;
    }

    .structure_item:first-child:before,
    .structure_item:last-child:before,
    .structure_item::before {
      display: none;
    }
.structure_column .structure_item::before{
    display: block;
}
    .structure_row {
        padding-top: 20px;
        padding-left: 30px;
        position: relative;
    }
.structure_item:last-child{
    margin-bottom: 0;
}
        .structure_row::before{
            position: absolute;
            content: "";
            border-left: 2px dashed #333333;
            height: calc(100% - 35px);
            left: 12px;
            top: 0;
        }

    .employee_img {
        width: 320px;
        height: 320px;
    }

    .employee_info {
        width: calc(100% - 340px);
    }

    .information_column {
        max-width: 220px;
    }

    .information_row {
        flex-wrap: wrap;
        gap: 20px;
    }

    .information_column {
        max-width: calc(50% - 10px);
    }


    .information_map {
        width: 100%;
    }

    .contacts_row {
        flex-direction: column;
        gap: 20px;
    }

    .contacts_right,
    .contacts_info {
        width: 100%;
    }

    .request_column {
        width: calc(50% - 14px);
    }

    .vacancies_item-content {
        flex-direction: column;
    }

    .vacancies_options:nth-child(1) {
        width: 100%;
        max-width: 100%;
    }

    .vacancies_option {
        border-bottom: 1px solid #01010180;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .vacancies_item-top {
        flex-wrap: wrap;
        gap: 6px;
    }

    .new_page-items .new_item {
        width: calc(50% - 7px);
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 730px;
    }

    .header {
        top: 0;
        position: fixed;
        background: #C3BDDDF2;
        padding: 10px 0;
    }

    header .head_row {
        box-shadow: none;
        justify-content: space-between;
        padding: 0;
    }

    .head_row.fix .search {
        display: none;
    }

    .head_row.fix {
        position: relative;
        padding: 0;
    }

    .head_row.fix .logo img:nth-child(2) {
        display: none;
    }

    .head_row.fix .logo img:nth-child(1) {
        display: flex;
    }
    .logo img:nth-child(1) {
        width: 210px;
    }

    .main_slide {
        padding: 132px 0;
    }

    .main_slide-text {
        font-size: 24px;
    }

    .main_slide-title {
        font-size: 42px;
    }

    section {
        margin: 50px 0;
    }

    .about_row {
        flex-direction: column;
        gap: 20px;
    }

    .about_info {
        width: 100%;
    }

    .about_img {
        width: 460px;
        max-width: 100%;
        height: auto;
    }

    .footer_wrapper {
        flex-wrap: wrap;
    }

    .page_default {
        margin: 103px 0 55px;
    }

    .page_menu {
        display: none;
    }

    .page_top {
        margin-bottom: 50px;
    }

    .page_default h1 {
        font-size: 24px;
    }

    .employee_row {
        flex-direction: column;
        gap: 30px;
    }

    .employee_info {
        width: 100%;
    }

    .vacancies_item-options {
        flex-direction: column;
        gap: 5px;
    }

    .vacancies_item-top {
        flex-direction: column;
        padding: 10px;
    }

    .vacancies_item-top .plus {
        transform: none;
        top: 10px;
        right: 10px;
    }

    .vacancies_item-content {
        border-top: none;
    }

    .vacancies_options:nth-child(2) .vacancies_option {
        border-bottom: none;
    }

    .vacancies_item-content {
        margin: 0 10px;
        padding: 10px 0;
    }

    .service_item-wrapper {
        flex-direction: column;
    }

    .service_item-options {
        width: 100%;
    }

    .pagination li:first-child {
        margin-right: 10px;
    }

    .pagination li:last-child {
        margin-left: 10px;
    }

    .new_page-img {
        height: 240px;
    }

    .video_item {
        height: 420px;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }

    .main_slide {
        padding: 141px 0 58px;
    }

    .main_slide-title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .main_slide-text {
        font-size: 20px;
    }

    h2 {
        font-size: 24px;
    }

    .about_img {
        height: 187px;
    }

    .areas_item {
        width: 100%;
        padding: 15px 10px;
    }

    .areas_item-text {
        display: none;
    }

    .areas_item-title {
       /* flex-direction: column;
        align-items: flex-start;*/
		flex-direction: row;
    	align-items: center;
        margin-bottom: 0;
		font-size: 18px;
    }

    .new_item {
        width: 100%;
    }

    .new_item:nth-child(n+3) {
        display: none;
    }

    .new {
        position: relative;
        padding-bottom: 48px;
    }

    .new_more {
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
    }

    .new_page-items .new_item:nth-child(5) .new_item-img,
    .new_page-items .new_item:nth-child(6) .new_item-img,
    .new_item-img {
        height: 253px;
    }

    .important .slider_arrow {
        display: none !important;
    }

    .slider_pagination-default {
        margin-top: 20px;
    }

    .important_slide {
        padding: 15px 10px;
    }

    .important_slide-date {
        font-size: 20px;
    }

    .important_slide-title {
        font-size: 20px;
    }

    .materials_slider .areas_item {
        padding: 20px;
    }

    .materials_slider .areas_item-text {
        display: block;
        margin-top: 10px;
    }

    .materials h2 {
        padding-right: 100px;
    }

    .slider_arrow {
        top: -64px;
    }

    .partners_item {
        height: 164px;
    }

    .useful .slider_arrow {
        display: none;
    }

    .footer {
        padding: 20px 0;
    }

    .footer_wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .footer_item ul li:last-child {
        margin-bottom: 0;
    }

    .footer_logo {
        width: 131px;
    }

    .institution_item {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        min-height: 1px;
        padding: 15px 10px;
    }

    .institution_row {
        gap: 10px;
    }

    .page_top {
        margin-bottom: 30px;
    }

    .filters_item {
        width: 100%;
    }

    .custom-select,
    .custom-select__option--value {
        width: 100%;
    }

    .filters_dates {
        flex-direction: column;
    }

    .filters_date {
        width: 100%;
        justify-content: space-between;
    }

    .filters_date span {
        width: calc(100% - 28px);
    }

    .filters_inp {
        width: 100%;
    }

    .filters_btn {
        padding: 8px;
        width: calc(50% - 8px);
    }

    .filters_btns {
        width: 100%;
        gap: 0;
        justify-content: space-between;
    }

    .docs_item {
        padding: 15px 10px 15px 85px;
        margin-bottom: 10px;
    }

    .docs_item::before {
        display: none;
    }

    .docs_item-img {
        top: 15px;
        left: 10px;
    }

    .docs_item-title {
        font-size: 15px;
    }

    .docs_item-options {
        flex-wrap: wrap;
        gap: 0;
    }

    .docs_item-option {
        font-size: 13px;
    }

    .pagination {
        margin: 30px 0 0;
    }

    .pagination ul li:nth-child(1),
    .pagination ul li:nth-child(2),
    .pagination ul li:nth-last-child(2),
    .pagination ul li:nth-last-child(1) {
        display: none;
    }

    .anti-corruption-row {
        padding: 15px 10px;
    }

    .anti-corruption-title {
        font-size: 16px;
    }

    .anti-corruption-link {
        font-size: 16px;
    }

    .structure_title {
        padding: 25px;
    }

    .employee_img {
        width: 100%;
        height: auto;
    }

    .employee_title {
        font-size: 24px;
    }

    .employee_item {
        width: 100%;
    }

    .employee_item:nth-child(2) {
        order: 1;
    }

    .information_row {
        padding: 10px;
    }

    .information_column {
        max-width: 100%;
        width: 100%;
    }

    .contacts_info {
        padding: 10px;
    }

    .contacts_item {
        flex-direction: column;
    }

    .contacts_item-right,
    .contacts_item-left {
        width: 100%;
    }

    .contacts_item-title {
        font-size: 16px;
    }

    .contacts_right {
        padding: 10px;
    }

    .form_item-file span {
        font-size: 14px;
    }

    .form_item-file .box {
        width: 130px;
        font-size: 14px;
    }

    .form_ok {
        font-size: 15px;
    }

    .contacts_item-left {
        margin-bottom: 10px;
    }

    .contacts_map {
        height: 385px;
    }

    .request_column {
        width: 100%;
    }

    .request_row {
        padding: 10px;
    }

    .request_row-inps {
        flex-direction: column;
    }

    .request_row-inps .form_item {
        width: 100%;
    }

    .form_item-btn {
        width: 100%;
    }

    .vacancies_item-btn {
        width: 100%;
    }

    .vacancies_option-title {
        width: 105px;
        min-width: 105px;
    }

    .vacancies_row {
        margin-bottom: 70px;
    }

    .docs_table {
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .docs_table {
        margin-bottom: 40px;
    }

    h3 {
        font-size: 20px;
    }

    .vacancies_item {
        margin-bottom: 20px;
    }

    .service_item {
        padding: 20px 10px;
        margin-bottom: 20px;
    }

    .search_row {
        padding: 30px 10px;
    }

    .search_form {
        flex-direction: column;
        gap: 10px;
    }

    .search_form-inp {
        width: 100%;
    }

    .search_form-btn {
        width: 100%;
    }
.institution_text{
font-size: 14px;
}
    .error_row {
        padding: 20px;
    }

    .error_row-title {
        font-size: 38px;
    }

    .new_page-items .new_item {
        width: 100%;
    }

    .new_page-img {
        height: 168px;
    }

    h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .new_page p {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 25px;
    }
.page_link{
    font-size: 16px;
    margin-bottom: 20px;
}
    .video_item {
        height: 56vw;
    }
    .page_desc{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .structure_wrapper{
        flex-direction: column;
        padding-left: 40px;
        width: 315px;
        gap: 20px;
    }
    .structure_column{
        width: 100%;
    }
    .structure_wrapper::before{
        display: none;
    }
    .structure_wrapper::after{
        left: 19px;
        transform: none;
        height: 719px;
    }
    .structure_column .structure_item:first-child::before{
        width: 20px;
        left: -20px;
        height: 1px;
        right: auto;
        top: 50% !important;
        transform: translateY(-50%);
        border-top: 2px dashed #333333;
    }
    .structure_row::before {
        height: calc(100% - 46px);
    }
    .search_desc{
        font-size: 16px;
        margin-bottom: 24px;
    }
}
#bvi-flash-on{display: none;}