@charset "UTF-8";

@font-face {
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.woff2") format("woff2");
    font-family: "Open Sans";
    font-display: swap;
}

@font-face {
    font-style: italic;
    font-weight: 300;
    src: url("../fonts/OpenSans-LightItalic.woff") format("woff"), url("../fonts/OpenSans-LightItalic.woff2") format("woff2");
    font-family: "Open Sans";
    font-display: swap;
}

@font-face {
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.woff2") format("woff2");
    font-family: "Open Sans";
    font-display: swap;
}

@font-face {
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.woff2") format("woff2");
    font-family: "Open Sans";
    font-display: swap;
}

@font-face {
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2");
    font-family: "Open Sans";
    font-display: swap;
}

@font-face {
    font-style: italic;
    font-weight: 600;
    src: url("../fonts/OpenSans-SemiBoldItalic.woff") format("woff"), url("../fonts/OpenSans-SemiBoldItalic.woff2") format("woff2");
    font-family: "Open Sans";
    font-display: swap;
}

@font-face {
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.woff2") format("woff2");
    font-family: "Open Sans";
    font-display: swap;
}

@font-face {
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.woff2") format("woff2");
    font-family: "Open Sans";
    font-display: swap;
}

@font-face {
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.woff2") format("woff2");
    font-family: "Open Sans";
    font-display: swap;
}

@font-face {
    font-style: italic;
    font-weight: 900;
    src: url("../fonts/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/OpenSans-ExtraBoldItalic.woff2") format("woff2");
    font-family: "Open Sans";
    font-display: swap;
}

@font-face {
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/Oswald-ExtraLight.woff") format("woff"), url("../fonts/Oswald-ExtraLight.woff2") format("woff2");
    font-family: "Oswald";
    font-display: swap;
}

@font-face {
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Oswald-Light.woff") format("woff"), url("../fonts/Oswald-Light.woff2") format("woff2");
    font-family: "Oswald";
    font-display: swap;
}

@font-face {
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Oswald-Medium.woff") format("woff"), url("../fonts/Oswald-Medium.woff2") format("woff2");
    font-family: "Oswald";
    font-display: swap;
}

@font-face {
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Oswald-Regular.woff") format("woff"), url("../fonts/Oswald-Regular.woff2") format("woff2");
    font-family: "Oswald";
    font-display: swap;
}

@font-face {
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Oswald-SemiBold.woff") format("woff"), url("../fonts/Oswald-SemiBold.woff2") format("woff2");
    font-family: "Oswald";
    font-display: swap;
}

@font-face {
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Oswald-Bold.woff") format("woff"), url("../fonts/Oswald-Bold.woff2") format("woff2");
    font-family: "Oswald";
    font-display: swap;
}

html,
body {
    color: #282828;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.25;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.section-title {
    display: block;
    position: relative;
    margin-bottom: 30px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.46;
    font-family: Oswald;
}

.section-title::after {
    display: block;
    position: relative;
    width: 130px;
    height: 2px;
    background-color: #FFD300;
    content: "";
}

.h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 1.48;
    font-family: Oswald;
}

.title-line {
    display: block;
    position: relative;
}

.title-line:after {
    display: block;
    position: relative;
    width: 100px;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #FFD300;
    content: "";
}

.large {
    color: #282828;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.38;
    font-family: Open Sans;
}

@font-face {
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/icons.eot");
    src: url("../fonts/icons.eot") format("embedded-opentype"), url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff"), url("../font/icons.ttf") format("truetype"), url("../font/icons.svg") format("svg");
    font-family: "icons";
}

[class^=icon_]:before,
[class*=" icon_"]:before {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: "icons";
    text-align: center;
    text-transform: none;
}

.icon_arrow-down:before {
    content: "";
}

.icon_arrow-link:before {
    content: "";
}

.icon_cancel:before {
    content: "";
}

.icon_close:before {
    content: "";
}

.icon_download:before {
    content: "";
}

.icon_dropdown-arrow:before {
    content: "";
}

.icon_facebook:before {
    content: "";
}

.icon_home:before {
    content: "";
}

.icon_mail:before {
    content: "";
}

.icon_open-menu:before {
    content: "";
}

.icon_phone-:before {
    content: "";
}

.icon_quote:before {
    content: "";
}

.icon_search:before {
    content: "";
}

.icon_select-arrow:before {
    content: "";
}

.icon_slidenav-left:before {
    content: "";
}

.icon_slidenav-right:before {
    content: "";
}

.icon_twitter:before {
    content: "";
}

.icon_telegram:before {
    content: "";
}

.icon_youtube:before {
    content: "";
}

#preloader {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #03547B;
}

#preloader video {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -100;
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

html,
body {
    min-width: 320px;
    max-width: 1920px;
    margin: 0 auto;
}

html.is-fixed,
body.is-fixed {
    overflow: hidden;
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #F8F8F8;
}

canvas,
img,
video {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
}

.page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    overflow: hidden;
}

.page-wrapper .page-main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    flex-grow: 1;
    flex-direction: column;
}

.page-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 60px 0;
}

.page-breadcrumb {
    display: block;
    z-index: 2;
    position: absolute;
    top: 115px;
    left: 0;
    width: 100%;
}

.page-breadcrumb .breadcrumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.page-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    padding: 0;
    background-size: cover;
    content: "";
    color: #fff;
    font-size: 8px;
    font-family: icons;
}

.page-breadcrumb .breadcrumb .breadcrumb-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
}

.page-breadcrumb .breadcrumb .breadcrumb-item>* {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.38;
    font-family: Open Sans;
    transition: 0.5s;
}

.page-breadcrumb .breadcrumb .breadcrumb-item>*:hover {
    color: #FFD300;
    text-decoration: none;
}

.page-breadcrumb .breadcrumb .breadcrumb-item>*>*+* {
    margin-left: 9px;
}

.page-breadcrumb .breadcrumb .breadcrumb-item.active {
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-head {
    display: block;
    z-index: 1;
    position: relative;
}

.page-head__bg {
    display: block;
    position: relative;
    min-height: 400px;
    background-color: #008CD1;
}

.page-head__bg img {
    -o-object-fit: cover;
    -o-object-position: center;
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    object-position: center;
}

.page-head__bg iframe {
    -o-object-fit: cover;
    -o-object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-head.page-head--video {
    background-color: #03547B;
}

.page-head.page-head--video .page-head__bg {
    display: block;
    position: relative;
    min-height: 400px;
}

.page-head.page-head--video .page-head__bg::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/decor-video.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
}

.page-head__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-top: 140px;
    padding-bottom: 20px;
}

.page-head__content [class*=container] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1;
    flex: 0 0 1;
    height: 100%;
}

.page-head__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 55px;
}

.page-head__back {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}

.page-head__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 1.17;
    font-family: Oswald;
    text-align: center;
}

.page-head__text {
    max-width: 1200px;
    margin: 25px auto 0;
    color: #fff;
    text-align: center;
}

.page-head__play a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-top: 15px;
    border-radius: 100%;
    background: rgba(0, 84, 128, 0.5);
}

.page-head__play a svg {
    width: 25px;
    height: 30px;
    margin-right: -6px;
}

.page-head__play a svg path {
    fill: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.page-head__play a:hover svg path {
    fill: #FFD300;
}

.page-head__menu {
    width: 100%;
    margin-top: 70px;
}

.page-pagination {
    margin-top: 45px;
}

.page-pagination li.page-item {
    margin: 0 5px;
}

.page-pagination .page-link {
    -webkit-box-sizing: border-box;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    box-sizing: border-box;
    display: block;
    position: relative;
    min-width: 40px;
    margin-left: 0;
    padding: 14px 0;
    border: 1px solid #008CD1;
    background-color: transparent;
    color: #282828;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.13;
    text-align: center;
    transition: 0.5s;
}

.page-pagination li.page-item.disabled .page-link {
    border: 1px solid #008CD1;
    background-color: transparent;
}

.page-pagination .page-item.active .page-link {
    border-color: #03547B;
    background-color: #03547B;
}

.page-pagination .page-link:hover {
    border-color: #03547B;
    background-color: #03547B;
    color: #fff;
}

.page-pagination .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-pagination .page-item:first-child .page-link,
.page-pagination .page-item:last-child .page-link {
    padding: 14px 12px;
    border-radius: 0;
}

.txt-gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#008CD1), to(#026CA1));
    background: -o-linear-gradient(top, #008CD1 0%, #026CA1 100%);
    background: linear-gradient(180deg, #008CD1 0%, #026CA1 100%);
}

canvas,
img,
video {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
}

.scroll-snapping {
    -ms-scroll-snap-type: y mandatory;
    scroll-padding: 50%;
    scroll-snap-type: y mandatory;
}

.scroll-snapping>* {
    height: 100vh;
    scroll-snap-align: start;
}

.section-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.social .social-item {
    display: block;
    position: relative;
}

.social .social-item+.social-item {
    margin-left: 10px;
}

.social .social-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    transition: 0.3s;
}

.social .social-link:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.social .social-link:hover svg path {
    fill: #FFD300;
}

.swiper-button-prev,
.swiper-button-next {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-color: #FFD300;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.swiper-button-prev::before,
.swiper-button-next::before {
    color: #000;
    font-size: 13px;
    font-family: "icons";
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    border: 1px solid #FFD300;
    background-color: #fff;
}

.swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
    color: #FFD300;
}

.swiper-button-prev::before {
    content: "";
}

.swiper-button-next::before {
    content: "";
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.swiper-pagination .swiper-pagination-bullet {
    -webkit-box-sizing: border-box;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    box-sizing: border-box;
    width: 20px;
    height: 3px;
    margin: 0 5px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    background-color: transparent;
    opacity: 1;
    transition: 0.5s;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
    height: 3px;
    border-radius: 5px;
    border-color: #FFD300;
    background: #FFD300;
}

.fancybox-bg {
    background: none;
}

input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0 17px;
    border: 1px solid #FFFFFF;
    background: none;
}

input::-webkit-input-placeholder {
    color: #fff;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

input::-moz-placeholder {
    color: #fff;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

input:-ms-input-placeholder {
    color: #fff;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

input::-ms-input-placeholder {
    color: #fff;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

input::placeholder {
    color: #fff;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

input:focus {
    border-color: #fff;
    outline: 0;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    font-family: Open Sans;
}

.border-decor {
    position: relative;
}

.border-decor:before,
.border-decor:after {
    display: block;
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #FFD300;
    content: "";
}

.border-decor::before {
    top: 0;
    right: 0;
}

.border-decor:after {
    bottom: 0;
    left: 0;
}

.border-effect {
    position: relative;
    overflow: hidden;
}

.border-effect:before,
.border-effect:after {
    -webkit-transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #FFD300;
    content: "";
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.border-effect:before {
    -webkit-transform: translateX(calc(-100% + 50px));
    -ms-transform: translateX(calc(-100% + 50px));
    width: 100%;
    height: 2px;
    transform: translateX(calc(-100% + 50px));
}

.border-effect:after {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    width: 2px;
    height: 100%;
    transform: translateY(100%);
}

.border-effect>* {
    position: relative;
}

.border-effect>*:before,
.border-effect>*:after {
    -webkit-transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFD300;
    content: "";
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.border-effect>*:before {
    -webkit-transform: translateX(calc(100% - 50px));
    -ms-transform: translateX(calc(100% - 50px));
    width: 100%;
    height: 2px;
    transform: translateX(calc(100% - 50px));
}

.border-effect>*:after {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    width: 2px;
    height: 100%;
    transform: translateY(-100%);
}

.border-effect:hover:before,
.border-effect:hover:after,
.border-effect:hover>*:before,
.border-effect:hover>*:after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.overflow {
    -moz-appearance: none !important;
    display: block;
    position: relative;
    padding-right: 20px;
    overflow-y: auto;
    overflow-y: auto;
    scrollbar-color: #008CD1 #E2EBEC;
    scrollbar-width: thin !important;
}

.overflow::-webkit-scrollbar {
    width: 14px;
}

.overflow::-webkit-scrollbar-track {
    border: 1px solid #fff;
}

.overflow::-webkit-scrollbar-thumb {
    background-color: #008CD1;
}

.list-square {
    display: block;
    position: relative;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.list-square li {
    display: block;
    position: relative;
    padding-left: 20px;
}

.list-square li+li {
    margin-top: 10px;
}

.list-square li::before {
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #FFD300;
    content: "";
}

.list-order {
    padding-left: 20px;
}

.list-order li {
    display: list-item;
}

.list-order li+li {
    margin-top: 10px;
}

.list-order li::marker {
    color: #282828;
    font-style: normal;
    font-weight: bold;
    font-family: Open Sans;
}

.phone-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    align-items: center;
    margin: 20px 0;
    background: #008CD1;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.phone-block::before {
    -webkit-filter: blur(30px);
    -webkit-transform: rotate(3.89deg);
    -ms-transform: rotate(3.89deg);
    display: block;
    position: absolute;
    top: -19px;
    left: 36px;
    width: 100%;
    height: 100%;
    transform: rotate(3.89deg);
    background: rgba(0, 0, 0, 0.3);
    content: "";
    filter: blur(30px);
}

.phone-block a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    z-index: 2;
    position: relative;
    padding: 12px 45px 12px 12px;
    color: #fff;
    transition: 0.3s;
}

.phone-block a [class*=icon_] {
    margin-right: 10px;
    color: #FFD300;
}

.phone-block a:hover {
    color: #FFD300;
    text-decoration: none;
}

.phone-block b {
    margin-left: 5px;
}

.submenu {
    display: block;
    position: relative;
    width: 100%;
}

.submenu.is-show .submenu__dropdown {
    visibility: visible;
    z-index: 2;
    top: 100%;
    opacity: 1;
    pointer-events: all;
}

.submenu__current {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    padding: 0 10px;
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    color: #000000;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.38;
    font-family: Open Sans;
}

.submenu__current [class*=icon_] {
    margin-left: 20px;
    font-size: 10px;
}

.submenu__dropdown ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.submenu__dropdown ul li {
    width: 200px;
}

.submenu__dropdown ul li+li {
    margin-left: 20px;
}

.submenu__dropdown ul li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    padding: 0 10px;
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    color: #000000;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.38;
    font-family: Open Sans;
    text-align: center;
    transition: 0.5s;
}

.submenu__dropdown ul li a:hover {
    background-color: #008CD1;
    color: #fff;
    text-decoration: none;
}

.submenu__dropdown ul li.active a {
    background-color: #008CD1;
    color: #fff;
    text-decoration: none;
}

input,
textarea {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    -moz-transition: 0.3s;
    transition: 0.3s;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    -ms-transition: 0.3s;
    transition: 0.3s;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    -ms-transition: 0.3s;
    transition: 0.3s;
}

input::placeholder,
textarea::placeholder {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
    opacity: 0;
}

input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

.list-style-none {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nice-select:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-right: -2px;
    transform: rotate(0deg);
    transform-origin: center;
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.96076 1.77365L9.89005 1.70294L9.96076 1.77365C10.1464 1.58798 10.1464 1.28766 9.96074 1.102C9.77507 0.916327 9.47475 0.916327 9.28909 1.102L5.49999 4.89108L1.71091 1.102C1.52524 0.916327 1.22492 0.916327 1.03925 1.102C0.853583 1.28766 0.853583 1.58798 1.03925 1.77365L5.16417 5.89857C5.25675 5.99115 5.37849 6.03773 5.5 6.03773C5.62152 6.03773 5.74326 5.99115 5.83584 5.89857L9.96076 1.77365Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}

.nice-select.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.iframe-box {
    display: block;
    position: relative;
    height: 100vh;
}

.iframe-box iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
}

.block-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

.img-block--video::after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 40' fill='none' class='img-svg replaced-svg'%3E%3Cpath d='M28.807 16.286L6.59 1.075C5.563.372 4.529 0 3.669 0 2.01 0 .98 1.333.98 3.565V36.44C.98 38.67 2.007 40 3.664 40c.861 0 1.878-.372 2.907-1.077L28.8 23.713c1.429-.98 2.22-2.299 2.22-3.715.001-1.415-.782-2.733-2.213-3.712z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    background-position: top 50% left 60%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: rgba(0, 84, 128, 0.8);
    content: "";
}

.img-block--video:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 40' fill='none' class='img-svg replaced-svg'%3E%3Cpath d='M28.807 16.286L6.59 1.075C5.563.372 4.529 0 3.669 0 2.01 0 .98 1.333.98 3.565V36.44C.98 38.67 2.007 40 3.664 40c.861 0 1.878-.372 2.907-1.077L28.8 23.713c1.429-.98 2.22-2.299 2.22-3.715.001-1.415-.782-2.733-2.213-3.712z' fill='%23FFD300'%3E%3C/path%3E%3C/svg%3E");
}

.img-block-gallery img {
    -o-object-fit: cover;
    -o-object-position: center;
    width: auto !important;
    max-height: 359px;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}

.dp-note {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 9px;
    background-color: #008CD1;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.custome-dropdown {
    display: block;
    z-index: 2;
    position: relative;
}

.custome-dropdown-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    z-index: 2;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    padding: 15px 5px 15px 15px;
    border: 1px solid #05BBC9;
    background: rgba(0, 140, 209, 0.9);
}

.custome-dropdown-clear {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: none;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    margin-right: 5px;
    color: #FFD300;
    cursor: pointer;
}

.custome-dropdown-clear.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.custome-dropdown-overflow {
    -moz-appearance: none !important;
    max-height: 190px;
    overflow: auto;
    scrollbar-color: #FFD300 #E2EBEC;
    scrollbar-width: thin !important;
}

.custome-dropdown-overflow::-webkit-scrollbar {
    width: 4px;
}

.custome-dropdown-overflow::-webkit-scrollbar-track {
    background-color: #E2EBEC;
}

.custome-dropdown-overflow::-webkit-scrollbar-thumb {
    background-color: #FFD300;
}

.custome-dropdown-overflow ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.custome-dropdown-overflow ul li {
    display: block;
    position: relative;
    padding: 5px 0;
}

.custome-dropdown-overflow ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    position: relative;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    transition: 0.3s;
}

.custome-dropdown-overflow ul li a:hover {
    color: #FFD300;
    text-decoration: none;
}

.custome-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='388' height='45' viewBox='0 0 388 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H387.5C387.5 0 347 45 330.5 45C253 45 0 45 0 45V0Z' fill='%23008CD1'/%3E%3C/svg%3E%0A");
    -webkit-mask-position: right center;
    -webkit-mask-size: cover;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    height: 45px;
    padding: 0 60px 0 20px;
    overflow: hidden;
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='45' viewBox='0 0 44 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0V45C1 45 4.28977 45.4537 4.5 45C14 24.5 24 11.5 43.5 0H0Z' fill='%231AA1E0'/%3E%3C/svg%3E%0A");
    background-position: left top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #008CD1;
    mask-image: url("data:image/svg+xml,%3Csvg width='388' height='45' viewBox='0 0 388 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H387.5C387.5 0 347 45 330.5 45C253 45 0 45 0 45V0Z' fill='%23008CD1'/%3E%3C/svg%3E%0A");
    mask-position: right center;
    mask-size: cover;
}

.custome-button::before {
    -webkit-filter: blur(30px);
    -webkit-transform: rotate(5.71deg);
    -ms-transform: rotate(5.71deg);
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 40px;
    transform: rotate(5.71deg);
    background: #000000;
    content: "";
    filter: blur(30px);
    opacity: 0.3;
}

.custome-button:hover {
    color: #fff;
    text-decoration: none;
}

.custome-button:hover .custome-button__decor::before {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.custome-button:hover .custome-button__decor::after {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.custome-button__decor {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.custome-button__decor::before,
.custome-button__decor::after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    position: absolute;
    top: 0;
    transform: translateY(0);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    opacity: 1;
    transition: 0.3s;
}

.custome-button__decor::before {
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    right: 18px;
    width: 131px;
    height: 45px;
    background-image: url("data:image/svg+xml,%3Csvg width='131' height='45' viewBox='0 0 131 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M131 1.99763e-05C127.5 2.06857e-05 93 -1.48175e-06 88 -2.33731e-07C74 8 47 26.5 0.50027 45C11.6869 45 47.5004 44.4996 50.0002 44.9998C105.5 18 115.5 10.5 131 1.99763e-05Z' fill='%231AA1E0'/%3E%3C/svg%3E%0A");
    transition-delay: 200ms;
}

.custome-button__decor::after {
    right: 0;
    width: 88px;
    height: 45px;
    background-image: url("data:image/svg+xml,%3Csvg width='88' height='45' viewBox='0 0 88 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.0009 44.4998C43.2933 40.3578 47.5009 37.4998 57.0009 29.9998C64.0008 23.9998 71.5008 16.9998 73.0009 15.4998L87.4995 0.000124964L85.501 -7.99559e-06L76.0009 -0.000228105C65.1904 9.92583 47 23.5 -1.88305e-06 45C7.5 45 13.5 45 13.5 45L31 45L34.0026 44.4998C34.0026 44.4998 32.5013 45.1682 34.0009 44.4998Z' fill='%23FFD300'/%3E%3C/svg%3E");
}

.custome-button__text {
    display: block;
    z-index: 2;
    position: relative;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.29;
    font-family: Open Sans;
}

.custome-button__text>*+* {
    margin-left: 10px;
}

.custome-button.custome-button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.custome-button.custome-button-white {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='388' height='45' viewBox='0 0 388 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H387.5C387.5 0 347 45 330.5 45C253 45 0 45 0 45V0Z' fill='%23008CD1'/%3E%3C/svg%3E%0A");
    -webkit-mask-position: right center;
    -webkit-mask-size: cover;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 0 70px 0 30px;
    border: 0;
    background-image: none;
    background-color: #FFFFFF;
    color: #2F2F2F;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.29;
    font-family: Open Sans;
    mask-image: url("data:image/svg+xml,%3Csvg width='388' height='45' viewBox='0 0 388 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H387.5C387.5 0 347 45 330.5 45C253 45 0 45 0 45V0Z' fill='%23008CD1'/%3E%3C/svg%3E%0A");
    mask-position: right center;
    mask-size: cover;
    transition: 0.3s;
}

.custome-button.custome-button-white:hover {
    background-color: #FFD300;
}

.custome-button.custome-button-white:hover .custome-button__decor:after {
    -webkit-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
}

.custome-button.custome-button-white .custome-button__decor::before {
    display: none;
}

.custome-button.custome-button-white .custome-button__text {
    color: #1D2226;
}

.custome-button.custome-button--white-decor {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 60px 0 15px;
    background-image: none;
    background-color: #fff;
}

.custome-button.custome-button--white-decor::before {
    display: none;
}

.custome-button.custome-button--white-decor .custome-button__text {
    color: #1D2226;
}

.page-header {
    display: block;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.page-header .old-site {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 15px;
}

.page-header .old-site a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    background: rgba(0, 140, 209, 0.2);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    transition: 0.3s;
}

.page-header .old-site a:hover {
    color: #FFD300;
    text-decoration: none;
}

.page-header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 26px 0 13px;
}

.page-header__left {
    width: calc(50% - 32px);
}

.page-header__left .header-lang {
    display: block;
}

.page-header__left .header-social {
    display: block;
    margin-left: 10px;
}

.page-header__right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    width: calc(50% - 32px);
}

.logo {
    display: block;
    position: relative;
}

.logo__img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

body.page-home .page-header__inner {
    padding-top: 45px;
}

body.page-home .logo {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: none;
    position: absolute;
    top: 25px;
    left: 50%;
    width: 188px;
    width: 9.7916666667vw;
    height: 225px;
    height: 11.71875vw;
    transform: translateX(-50%);
}

.header-lang .lang.nice-select:after {
    border-color: #fff;
}

.header-lang .lang.nice-select {
    height: 30px;
    padding-left: 8px;
    border: 0;
    border-radius: 0;
    background-image: -o-linear-gradient(203.66deg, #016CA0 12.98%, #008CD1 87.12%);
    background-image: linear-gradient(246.34deg, #016CA0 12.98%, #008CD1 87.12%);
    background-color: transparent;
    color: #fff;
    line-height: 30px;
}

.header-lang .lang.nice-select .current {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: Open Sans;
}

.header-lang .lang.nice-select .list {
    border-radius: 0;
    background-image: -o-linear-gradient(203.66deg, #016CA0 12.98%, #008CD1 87.12%);
    background-image: linear-gradient(246.34deg, #016CA0 12.98%, #008CD1 87.12%);
}

.header-lang .lang.nice-select .option {
    min-height: 30px;
    padding-left: 8px;
    line-height: 30px;
}

.header-lang .lang.nice-select .option.focus,
.header-lang .lang.nice-select .option.selected.focus,
.header-lang .lang.nice-select .option:hover {
    background-color: #FFD300;
}

.header-menu {
    display: block;
    position: relative;
}

.header-menu-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-menu-item {
    display: block;
    position: relative;
}

.header-menu-item+.header-menu-item {
    margin-left: 40px;
    margin-left: 2.0833333333vw;
}

.header-menu-item.active a::after {
    width: 100%;
}

.header-menu-item--yellow a {
    color: #FFD300;
    font-weight: 800;
}

.header-menu-link {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: block;
    position: relative;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    font-size: 11.5px;
    line-height: 1.38;
    font-family: Open Sans;
    transition: 0.5s;
}

.header-menu-link::after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    background-color: #FFD300;
    content: "";
    transition: 0.5s;
}

.header-menu-link:hover {
    color: #fff;
    text-decoration: none;
}

.header-menu-link:hover::after {
    width: 100%;
}

.header-menu-btn {
    display: block;
    z-index: 101;
    position: relative;
    margin-left: 50px;
    margin-left: 2.6041666667vw;
}

.header-btn--mobile {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #FFD300;
    color: #fff;
    transition: 0.5s;
}

.header-btn--mobile:hover {
    background-color: #008CD1;
}

.header-btn--mobile+.header-btn--mobile {
    margin-left: 15px;
}

.overlay-navigation-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: #FFD300;
    color: #fff;
    transition: 0.5s;
}

.overlay-navigation-btn:hover {
    background-color: #008CD1;
}

.overlay-navigation-btn [class*=icon_] {
    font-size: 20px;
}

.overlay-navigation-btn .off {
    display: block;
}

.overlay-navigation-btn .on {
    display: none;
}

.overlay-navigation-btn.is-active .off {
    display: none;
}

.overlay-navigation-btn.is-active .on {
    display: block;
}

.header-contacts-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
    position: absolute;
    top: 0;
    right: 70px;
    align-items: center;
    transform: translateX(150%);
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0.5s;
}

.header-contacts-link a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    background-color: #fff;
    line-height: 40px;
    transition: 0.3s;
}

.header-contacts-link a:hover {
    background-color: #FFD300;
    text-decoration: none;
}

.header-contacts-link a+a {
    border-left: 1px solid #03547B;
}

.header-contacts-link a img {
    width: 28px;
    height: 28px;
}

.header-contacts-link a span {
    display: inline-block;
    margin-left: 20px;
    color: #000000;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.38;
}

.page-header.is-show-menu .header-contacts-link {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0s;
}

.header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-phone-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    padding: 0;
    border: 0;
    background: #FFD300;
}

.violation-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.violation {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 13px 15px 14px;
    background: #fff;
    color: #1C1C1C;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1125;
}

.violation__label {
    margin-right: 3px;
}

.violation__phone {
    color: #1C1C1C;
    text-decoration: none !important;
}

.violation__phone:hover {
    color: #FFD300;
}

.page-footer {
    display: block;
    z-index: 1;
    position: relative;
}

.page-footer__top {
    padding: 45px 0;
    background-image: url(../img/decor-footer.png);
    background-position: left 75% center;
    background-repeat: no-repeat;
    background-color: #03547B;
}

.page-footer__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-footer__center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.page-footer__partner-inner {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none !important;
}

.page-footer__partner-inner:hover .page-footer__partner-text {
    color: #FFD300 !important;
}

.page-footer__partner {
    width: 190px;
    margin-right: 70px;
}

.page-footer__partner-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 89px;
    display: inline-block;
    flex: 0 0 89px;
    margin-right: 10px;
}

.page-footer__partner-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    flex: 0 0 91px;
    max-width: 91px;
    margin: auto;
    color: #FFFFFF !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 95%;
    transition: 0.25s;
}

.page-footer__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.page-footer__menu ul li {
    display: block;
    position: relative;
}

.page-footer__menu ul li+li {
    margin-top: 10px;
}

.page-footer__menu ul li a {
    display: inline-block;
    position: relative;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.38;
    font-family: Open Sans;
}

.page-footer__menu ul li a::before {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    background-color: #FFD300;
    content: "";
    transition: 0.5s;
}

.page-footer__menu ul li a:hover {
    text-decoration: none;
}

.page-footer__menu ul li a:hover::before {
    width: 100%;
}

.page-footer__logo {
    margin: 0 40px 0 70px;
}

.page-footer__right {
    text-align: right;
}

.page-footer__btn .custome-button {
    min-width: 200px;
    padding: 0 30px 0 15px;
}

.page-footer__social {
    margin-top: 20px;
}

.page-footer__social .social {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.page-footer__bottom {
    padding: 6px 0;
    background: #002D43;
}

.page-footer__bottom a {
    color: #FFD300;
    text-decoration: none;
}

.page-footer__bottom a:hover {
    text-decoration: none;
}

.page-footer__copy {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.36;
    text-align: center;
}

.dev {
    display: block;
    position: relative;
}

.dev__link {
    display: block;
    position: relative;
}

.dev__link:hover .dev__text {
    color: #FFD300;
}

.dev__logo {
    display: block;
    position: relative;
    margin-left: -10px;
}

.dev__text {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    position: relative;
    transform: translateY(-25px);
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.33;
    transition: 0.3s;
}

.logo-animation {
    width: 250px;
    height: 130px;
}

.logo-animation svg {
    position: absolute;
    top: -20px;
    left: -45px;
}

.confidentiality {
    display: block;
    position: relative;
    max-width: 786px;
    text-align: center;
}

.confidentiality img {
    margin-bottom: 57px;
}

.confidentiality h3 {
    margin-bottom: 18px;
    color: #252525;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.25;
    font-family: Oswald;
    text-align: center;
}

.confidentiality p {
    color: #252525;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.38;
    font-family: Open Sans;
    text-align: center;
}

.confidentiality .overflow {
    max-height: 200px;
    margin-bottom: 36px;
}

.modal-backdrop {
    background-color: #03547B;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.modal-content {
    border: 0;
    border-radius: 0;
    background: #008CD1;
}

.modal-content .close {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -15px;
    right: -15px;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    color: #fff;
    font-size: 12px;
    text-shadow: none;
    opacity: 1;
    transition: 0.5s;
}

.modal-content .close:hover {
    color: #FFD300;
    opacity: 1;
}

.modal-body {
    padding: 60px;
    background-image: url(../img/decor-modal.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-body.border-decor::before {
    right: auto;
    left: 0;
}

.modal-body.border-decor:after {
    right: 0;
    left: auto;
}

.modal-body .form-group {
    display: block;
    position: relative;
}

.modal-body .form-group+.form-group {
    margin-top: 20px;
}

.modal-body .form-group label {
    display: block;
    margin-bottom: 7px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.29;
    font-family: Open Sans;
}

.modal-body .form-group input.form-control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 3.21;
    font-family: Open Sans;
}

.modal-body .form-group input.form-control::-webkit-input-placeholder {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.modal-body .form-group input.form-control::-moz-placeholder {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.modal-body .form-group input.form-control:-ms-input-placeholder {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.modal-body .form-group input.form-control::-ms-input-placeholder {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.modal-body .form-group input.form-control::placeholder {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.modal-body .form-group .nice-select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: 45px;
    float: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.2);
    line-height: 45px;
}

.modal-body .form-group .nice-select .current {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.modal-body .form-group .nice-select:after {
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    display: block;
    position: absolute;
    top: 50%;
    right: 22px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    transform: rotate(45deg);
    transform-origin: 66% 66%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: none;
    content: "";
    pointer-events: none;
    transition: all 0.15s ease-in-out;
}

.modal-body .form-group .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.modal-body .form-group .nice-select .list {
    width: 100%;
    border-radius: 0;
}

.modal-body .form-group textarea.form-control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 90px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 3.21;
    font-family: Open Sans;
    resize: none;
}

.modal-body .form-group textarea.form-control::-webkit-input-placeholder {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.modal-body .form-group textarea.form-control::-moz-placeholder {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.modal-body .form-group textarea.form-control:-ms-input-placeholder {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.modal-body .form-group textarea.form-control::-ms-input-placeholder {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.modal-body .form-group textarea.form-control::placeholder {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.modal-body .form-group .form-control.error+.error {
    margin-top: 5px;
    margin-bottom: 0;
    color: #FFD300;
    font-size: 12px;
}

.modal-title {
    margin-bottom: 35px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.25;
    font-family: Oswald;
    text-align: center;
}

.modal-form {
    max-width: 425px;
    margin: 0 auto;
}

.modal-form .button {
    padding: 0 90px 0 65px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
}

.file-upload-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 40px;
    color: #fff;
}

.file-upload-box__icon {
    margin-right: 10px;
    color: #fff;
    font-size: 45px;
}

.file-upload-box__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.14;
    font-family: Open Sans;
}

.file-upload-box__desc .upl {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: block;
    position: relative;
    margin-bottom: 5px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.63;
    font-family: Open Sans;
    text-decoration-line: underline;
    cursor: pointer;
    transition: 0.5s;
}

.file-upload-box:hover .upl {
    color: #FFD300;
    text-decoration: none;
}

.checkbox-toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    align-items: center;
    width: 110px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
}

.checkbox-toggle input[type=checkbox] {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.checkbox-toggle input[type=checkbox]:checked~.on {
    background-color: #FFD300;
    color: #3E3E3E;
}

.checkbox-toggle input[type=checkbox]:checked~.off {
    background-color: transparent;
    color: #fff;
}

.checkbox-toggle span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    align-items: center;
    justify-content: center;
    width: 55%;
    height: 35px;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.29;
    font-family: Open Sans;
}

.checkbox-toggle span.on {
    -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    left: 0;
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

.checkbox-toggle span.off {
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: 0;
    background-color: #FFD300;
    color: #3E3E3E;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

#modal-debag .modal-body {
    color: #fff;
    text-align: center;
}

#modal-debag .modal-body a {
    color: #FFD300;
}

#modal-debag .modal-body a:hover {
    color: #FFD300;
    text-decoration: underline;
}

.modal-text {
    display: block;
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
}

.modal-text a {
    color: #FFD300;
}

.form-callback h3,
.form-request h3,
.form-offer h3,
.form-appeal h3 {
    color: #fff;
    text-align: center;
}

.error {
    margin-top: 5px;
    margin-bottom: 0;
    color: #03547B;
    font-size: 12px;
}

.dp-note {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 9px;
    background-color: #008cd1;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

#modal-corruption .modal-text {
    max-width: 378px;
    margin: 0 auto;
}

#modal-corruption .form-check {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    padding-left: 0;
    cursor: pointer;
}

#modal-corruption .form-check__input {
    -webkit-appearance: 0;
    -moz-appearance: 0;
    appearance: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

#modal-corruption .form-check__box {
    position: relative;
    padding-left: 26px;
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2875;
}

#modal-corruption .form-check__box::before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
    content: "";
}

#modal-corruption .form-check__input:checked+.form-check__box::after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    background: #fff;
    content: "";
}

.overlay-navigation {
    -webkit-transform: translateY(-100%) translateX(-50%);
    -ms-transform: translateY(-100%) translateX(-50%);
    z-index: 99;
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    transform: translateY(-100%) translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
}

.overlay-slide-down {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    transition: all 0.4s ease-in-out;
}

.overlay-slide-up {
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.8s ease-in-out;
}

.navigation-nav {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.navigation-nav:before {
    -webkit-backdrop-filter: blur(5px);
    display: none;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}

.navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation-item {
    -ms-flex-preferred-size: calc(100% / 6);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: calc(100% / 6);
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    transform: translateY(-100%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.navigation-item:before {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(265.62deg, #002A4A 0.42%, #004274 93.79%);
    background: linear-gradient(184.38deg, #002A4A 0.42%, #004274 93.79%);
    content: "";
    opacity: 0;
    transition: 0.5s;
}

.navigation-item:hover::before {
    opacity: 0.8;
}

.navigation-item:nth-of-type(1) {
    background-image: url(../img/overlay-navigation-1.jpg);
}

.navigation-item:nth-of-type(2) {
    background-image: url(../img/overlay-navigation-2.jpg);
}

.navigation-item:nth-of-type(3) {
    background-image: url(../img/overlay-navigation-3.jpg);
}

.navigation-item:nth-of-type(4) {
    background-image: url(../img/overlay-navigation-4.jpg);
}

.navigation-item:nth-of-type(5) {
    background-image: url(../img/overlay-navigation-5.jpg);
}

.navigation-item:nth-of-type(6) {
    background-image: url(../img/overlay-navigation-6.jpg);
}

.navigation-item.is-show {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.navigation-item__box {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    display: block;
    position: relative;
    width: 100%;
    min-height: 390px;
    transition: 0.7s;
}

.navigation-item__title {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    display: block;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 1.25;
    font-family: Oswald;
    transition: 0.7s;
}

.navigation-item__title a {
    color: #FFFFFF;
}

.navigation-item__title a:hover {
    color: #FFD300;
    text-decoration: none;
}

.navigation-item__title::before {
    display: block;
    position: relative;
    width: 60px;
    height: 3px;
    margin-bottom: 5px;
    background-color: #FFD300;
    content: "";
}

.navigation-item__menu {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    margin: 0;
    padding: 0;
    list-style-type: none;
    transition: 0.7s;
}

.navigation-item__menu li {
    display: block;
    position: relative;
}

.navigation-item__menu li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    position: relative;
    padding: 12px 20px 12px 20px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.22;
    font-family: Oswald;
    transition: 0.3s;
}

.navigation-item__menu li a:hover {
    background-color: rgba(255, 211, 0, 0.8);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.navigation-item__menu li a:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.navigation-item__menu li a:before {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    position: absolute;
    top: 10px;
    left: 7px;
    transform: translateX(-100%);
    content: ">";
    opacity: 0;
    transition: 0.3s;
}

.navigation-nav .slide-in-nav-item {
    -webkit-animation: slide-in-nav-item 0.4s linear 1 0.1s both;
    animation: slide-in-nav-item 0.4s linear 1 0.1s both;
}

.navigation-nav .slide-in-nav-item-delay-1 {
    -webkit-animation: slide-in-nav-item 0.4s linear 1 0.2s both;
    animation: slide-in-nav-item 0.4s linear 1 0.2s both;
}

.navigation-nav .slide-in-nav-item-delay-2 {
    -webkit-animation: slide-in-nav-item 0.4s linear 1 0.3s both;
    animation: slide-in-nav-item 0.4s linear 1 0.3s both;
}

.navigation-nav .slide-in-nav-item-delay-3 {
    -webkit-animation: slide-in-nav-item 0.4s linear 1 0.4s both;
    animation: slide-in-nav-item 0.4s linear 1 0.4s both;
}

.navigation-nav .slide-in-nav-item-delay-4 {
    -webkit-animation: slide-in-nav-item 0.4s linear 1 0.5s both;
    animation: slide-in-nav-item 0.4s linear 1 0.5s both;
}

.navigation-nav .slide-in-nav-item-delay-5 {
    -webkit-animation: slide-in-nav-item 0.4s linear 1 0.6s both;
    animation: slide-in-nav-item 0.4s linear 1 0.6s both;
}

.navigation-nav .slide-in-nav-item-reverse {
    -webkit-animation: slide-in-nav-item-reverse 0.3s linear 1 0.6s both;
    animation: slide-in-nav-item-reverse 0.3s linear 1 0.6s both;
}

.navigation-nav .slide-in-nav-item-delay-1-reverse {
    -webkit-animation: slide-in-nav-item-reverse 0.3s linear 1 0.5s both;
    animation: slide-in-nav-item-reverse 0.3s linear 1 0.5s both;
}

.navigation-nav .slide-in-nav-item-delay-2-reverse {
    -webkit-animation: slide-in-nav-item-reverse 0.3s linear 1 0.4s both;
    animation: slide-in-nav-item-reverse 0.3s linear 1 0.4s both;
}

.navigation-nav .slide-in-nav-item-delay-3-reverse {
    -webkit-animation: slide-in-nav-item-reverse 0.3s linear 1 0.3s both;
    animation: slide-in-nav-item-reverse 0.3s linear 1 0.3s both;
}

.navigation-nav .slide-in-nav-item-delay-4-reverse {
    -webkit-animation: slide-in-nav-item-reverse 0.3s linear 1 0.2s both;
    animation: slide-in-nav-item-reverse 0.3s linear 1 0.2s both;
}

.navigation-nav .slide-in-nav-item-delay-5-reverse {
    -webkit-animation: slide-in-nav-item-reverse 0.3s linear 1 both;
    animation: slide-in-nav-item-reverse 0.3s linear 1 both;
}

@-webkit-keyframes slide-in-nav-item {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-in-nav-item {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-in-nav-item-mobile {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide-in-nav-item-mobile {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slide-in-nav-item-reverse {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slide-in-nav-item-reverse {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes slide-in-nav-item-reverse-mobile {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slide-in-nav-item-reverse-mobile {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.checkbox-custome {
    --background: #fff;
    --border: #000000;
    --border-hover: #bbc1e1;
    --border-active: #1e2235;
    --tick: #fff;
    position: relative;
    margin: 0;
}

.checkbox-custome label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.checkbox-custome input[type=checkbox]:focus,
.checkbox-custome input[type=file]:focus,
.checkbox-custome input[type=radio]:focus {
    outline: none;
}

.checkbox-custome input,
.checkbox-custome svg {
    display: block;
    width: 21px;
    height: 21px;
    outline: none;
}

.checkbox-custome input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: box-shadow 0.3s;
    -webkit-transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    -webkit-box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
    position: relative;
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
    border-radius: 4px;
    outline: none;
    background: var(--background);
    box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
    cursor: pointer;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.checkbox-custome input:hover {
    --s: 1px;
    --b: var(--border-hover);
}

.checkbox-custome input:checked {
    --b: var(--border-active);
}

.checkbox-custome svg {
    fill: none;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #03547B;
    -webkit-transform: scale(var(--scale, 1)) translateZ(0);
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    transform: scale(var(--scale, 1)) translateZ(0);
    pointer-events: none;
}

.checkbox-custome span {
    display: inline-block;
    color: black;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    font-family: Lato;
    vertical-align: middle;
}

.checkbox-custome.path input:checked {
    --s: 2px;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.checkbox-custome.path input:checked+svg {
    --a: 16.1 86.12;
    --o: 102.22;
}

.checkbox-custome.path svg {
    stroke-dasharray: var(--a, 86.12);
    stroke-dashoffset: var(--o, 86.12);
    -webkit-transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
    -o-transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
    transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}

/* Rating */

.rating {
    margin: 0 0 1em 0;
    padding: 0;
    border: none;
}

.rating__caption {
    margin-bottom: 0.5em;
    padding: 0;
}

.rating__group {
    position: relative;
    width: 10em;
    height: 2em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%239b9b9b' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E%0A");
    background-size: 2em 1.9em;
    background-repeat: repeat-x;
}

.rating__input {
    clip: rect(0 0 0 0);
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.rating__input:focus~.rating__focus {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0.2em solid #4a90e2;
    outline-offset: 0.2em;
}

.rating__star {
    position: absolute;
    top: 0;
    left: 0;
    height: 2em;
    margin: 0;
    background-size: 2em 1.9em;
    background-repeat: repeat-x;
}

.rating__star:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%237ed321' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E%0A");
}

.rating__input:checked+.rating__star {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%237ed321' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E%0A");
}

.rating__star:hover~.rating__star {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%239b9b9b' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E%0A");
}

.rating__star:nth-of-type(1) {
    z-index: 5;
    width: 2em;
}

.rating__star:nth-of-type(2) {
    z-index: 4;
    width: 4em;
}

.rating__star:nth-of-type(3) {
    z-index: 3;
    width: 6em;
}

.rating__star:nth-of-type(4) {
    z-index: 2;
    width: 8em;
}

.rating__star:nth-of-type(5) {
    z-index: 1;
    width: 10em;
}

.news-card {
    display: block;
    position: relative;
    background-color: #fff;
}

.news-card__icons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 69px;
    left: 10px;
    align-items: center;
    gap: 10px;
}

.news-card__icon img {
    display: block;
    max-width: 100%;
}

.news-card__media {
    display: block;
    position: relative;
}

.news-card__img {
    -o-object-fit: cover;
    -o-object-position: center;
    display: block;
    position: relative;
    width: 100%;
    height: 135px;
    object-fit: cover;
    object-position: center;
}

.news-card__date {
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    padding: 0 30px 0 15px;
    background-color: #fff;
    color: #353535;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 2.14;
    font-family: Open Sans;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

.news-card__body {
    padding: 15px 20px;
}

.news-card__title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 88px;
    -webkit-line-clamp: 4;
    margin-bottom: 10px;
    overflow: hidden;
    color: #353535;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.38;
    font-family: Open Sans;
}

.news-card__intro {
    display: block;
    position: relative;
    margin: 10px 0;
    color: #7C7C7C;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
    font-family: Open Sans;
}

.news-card__more a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #000000;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    font-family: Open Sans;
    transition: 0.3s;
}

.news-card__more a:hover {
    -webkit-transform: scale(1.02) translateX(3px);
    -ms-transform: scale(1.02) translateX(3px);
    transform: scale(1.02) translateX(3px);
    color: #FFD300;
    text-decoration: none;
}

.news-card__more a [class*=icon_] {
    margin-left: 12px;
}

.product-unit {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: block;
    position: relative;
    background-color: #008CD1;
    transition: 0.5s;
}

.product-unit:hover {
    background-color: #03547B;
}

.product-unit__box {
    display: block;
    position: relative;
}

.product-unit__media {
    background-image: url(../img/decor-product-unit-media.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #1D2226;
}

.product-unit__media a {
    display: block;
    position: relative;
}

.product-unit__media img {
    display: block;
}

.product-unit__category {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08);
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 15px;
    left: 0;
    align-items: center;
    justify-content: center;
    height: 33px;
    padding: 0 27px 0 13px;
    background: #3D4144;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08);
    color: #fff;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.36;
    font-family: Open Sans;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

.product-unit__body {
    padding: 20px;
    border-top: 2px solid #FFD300;
    background-image: url(../img/decor-product-unit.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.product-unit__title {
    -o-text-overflow: ellipsis;
    padding-left: 4px;
    overflow: hidden;
    border-left: 3px solid #FFD300;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    font-family: Oswald;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-unit__desc {
    -o-text-overflow: ellipsis;
    margin-top: 10px;
    overflow: hidden;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.33;
    font-family: Oswald;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-hero {
    display: block;
    position: relative;
}

.section-hero__bg {
    display: block;
    z-index: 1;
    position: relative;
}

.section-hero__video {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section-hero__video video {
    -webkit-transform: translate(-50%, -46%);
    -ms-transform: translate(-50%, -46%);
    -o-object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 110%;
    object-fit: cover;
    transform: translate(-50%, -46%);
}

.section-hero__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 0 0 60px 0;
}

.section-hero__title {
    margin: 0;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 44px;
    line-height: 1.48;
    font-family: Oswald;
}

.section-counter {
    display: block;
    position: relative;
    padding: 60px 0;
    background-image: url(../img/bg_counter.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #005480;
}

.section-counter__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-counter__logo {
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin-right: 100px;
}

.section-counter__logo img {
    width: 74px;
    margin-right: 20px;
}

.section-counter__logo h3 {
    display: block;
    position: relative;
    margin: 0;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 100%;
}

.section-counter__logo h3::after {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 130px;
    height: 10px;
    margin-top: 30px;
    background-color: #FFD300;
    content: "";
}

.section-counter__counter {
    display: block;
    position: relative;
}

.counter-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 40px;
    border: 2px solid #034B71;
}

.counter-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.counter-list__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.counter-list__item:last-child {
    margin-right: 0;
}

.counter-list__item.--divider {
    width: 10px;
}

.counter-list__item.--divider:before,
.counter-list__item.--divider:after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    display: block;
    position: absolute;
    left: 0;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    content: "";
}

.counter-list__item.--divider::before {
    top: -25px;
}

.counter-list__item.--divider::after {
    top: -5px;
}

.counter-list__value {
    margin-bottom: 8px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 100%;
    font-family: "Oswald";
    letter-spacing: 0.04em;
}

.counter-list__label {
    color: rgba(255, 255, 255, 0.6);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    font-family: "Oswald";
    letter-spacing: 0.04em;
}

.section-about {
    display: block;
    position: relative;
    overflow: hidden;
}

.section-about .section-bg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 60px 0 80px;
    background-position: left center;
}

.about-unit__title {
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    display: inline-block;
    position: relative;
    padding: 0 70px 0 10px;
    background: #008CD1;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.46;
    font-family: Oswald;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}

.about-unit__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #008CD1;
    background: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.39;
    font-family: Open Sans;
}

.about-unit__body a.more {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: inline-block;
    color: #FFD300;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.36;
    transition: 0.3s;
}

.about-unit__body a.more:hover {
    text-decoration: underline;
}

.about-unit+.about-unit {
    margin-top: 20px;
}

.about-enterprise-slider {
    display: block;
    position: relative;
    padding-right: 120px;
}

.about-enterprise-slider>* {
    display: block;
    position: relative;
}

.about-enterprise-slider .swiper-button-next {
    right: -40px;
}

.enterprise-unit {
    display: block;
    position: relative;
    width: 100%;
    height: 94px;
    background: rgba(255, 255, 255, 0.9);
}

.enterprise-unit a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #353535;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    font-family: Oswald;
    text-decoration: none;
}

.about-news-slider {
    display: block;
    position: relative;
    padding-right: 50px;
}

.about-news-slider .swiper-container {
    -webkit-clip-path: inset(-100vw -100vw -100vw 0);
    overflow: visible;
    clip-path: inset(-100vw -100vw -100vw 0);
}

.about-news-slider .swiper-slide.swiper-slide-prev {
    opacity: 0;
}

.about-news-slider .swiper-button-next {
    right: 10px;
}

.about-news-slider .swiper-button-prev {
    left: -40px;
}

.about-news-slider .swiper-slide {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    z-index: 2;
    transition: 0.5s;
}

.about-news-slider .swiper-slide-next+*+* {
    -webkit-transform: scale(0.8) translateX(-85%);
    -ms-transform: scale(0.8) translateX(-85%);
    z-index: -1;
    transform: scale(0.8) translateX(-85%);
    opacity: 0.5;
}

.directions-unit__desc .new {
    opacity: 0;
}

.directions-unit__desc .div_opacity {
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    opacity: 1;
    transition: opacity 0.1s ease-in-out;
}

.section-corruption {
    display: block;
    position: relative;
    overflow: hidden;
}

.section-corruption .section-bg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-height: 0;
    padding: 150px 0 150px;
    background-position: left center;
}

.section-corruption .about-unit+.about-unit {
    margin-top: 51px;
}

.section-corruption .about-unit__title {
    -webkit-clip-path: polygon(0 0, 80% 0, 93% 100%, 0% 100%);
    padding: 0 121px 0 10px;
    clip-path: polygon(0 0, 80% 0, 93% 100%, 0% 100%);
}

.section-directions {
    display: block;
    position: relative;
}

.section-directions .section-bg {
    min-height: 100vh;
}

.section-directions__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}

.section-directions__btn {
    margin-bottom: 60px;
}

.directions-unit {
    display: block;
    position: absolute;
    cursor: pointer;
}

.directions-unit:hover .directions-unit__info {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.directions-unit:hover .directions-unit__info::before {
    opacity: 1;
}

.directions-unit__media {
    display: block;
    position: relative;
}

.directions-unit__puls {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
}

.directions-unit__puls span {
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFD300;
}

.directions-unit__puls span::before {
    -webkit-box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    transform: translate(-50%, -50%);
    border: 1px solid #FFD300;
    border-radius: 50%;
    content: "";
}

.directions-unit__puls::before {
    -webkit-animation: pulse 2.8s linear infinite;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    animation: pulse 2.8s linear infinite;
    opacity: 0;
}

.directions-unit__puls::after {
    -webkit-animation: pulse 2.8s linear infinite;
    -webkit-animation-delay: 0.7s;
    -webkit-animation-delay: 0.5s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    animation: pulse 2.8s linear infinite;
    animation-delay: 0.5s;
    opacity: 0;
}

.directions-unit__info {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    display: block;
    visibility: hidden;
    position: absolute;
    transform: translateY(50%);
    opacity: 0;
    pointer-events: none;
    transition: 0.7s;
}

.directions-unit__info::before {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 100%;
    width: 1px;
    height: 50%;
    background-color: #008CD1;
    content: "";
    opacity: 0;
    transition: 0.3s;
    transition-delay: 0.3s;
}

.directions-unit__title {
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    display: block;
    position: relative;
    padding: 0 30px 0 10px;
    background: #008CD1;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.88;
    font-family: Open Sans;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}

.directions-unit__desc {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 180px;
    padding: 8px;
    border: 1px solid #008CD1;
    background: rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.33;
    font-family: Open Sans;
}

.directions-unit.directions-unit--1 {
    top: 51.5%;
    left: 2.5%;
}

.directions-unit.directions-unit--1 .directions-unit__media img {
    width: 405px;
    width: 21.09375vw;
    height: 287px;
    height: 14.9479166667vw;
}

.directions-unit.directions-unit--1 .directions-unit__info {
    top: 50%;
    left: 100%;
}

.directions-unit.directions-unit--1 .directions-unit__info::before {
    right: 100%;
    width: calc(21.1vw / 2);
    height: 1px;
}

.directions-unit.directions-unit--2 {
    top: 44.5%;
    left: 14.5%;
}

.directions-unit.directions-unit--2 .directions-unit__media img {
    width: 133px;
    width: 6.9270833333vw;
    height: 97px;
    height: 5.0520833333vw;
}

.directions-unit.directions-unit--2 .directions-unit__info {
    top: -150px;
    left: 50%;
}

.directions-unit.directions-unit--2 .directions-unit__info::before {
    top: 100%;
}

.directions-unit.directions-unit--3 {
    top: 38%;
    left: 34.4%;
}

.directions-unit.directions-unit--3 .directions-unit__media img {
    width: 125px;
    width: 6.5104166667vw;
    height: 111px;
    height: 5.78125vw;
}

.directions-unit.directions-unit--3 .directions-unit__info {
    top: 100%;
    left: 50%;
}

.directions-unit.directions-unit--3 .directions-unit__info:before {
    height: 2.89vw;
}

.directions-unit.directions-unit--4 {
    top: 11%;
    left: 41%;
}

.directions-unit.directions-unit--4 .directions-unit__media img {
    width: 349px;
    width: 18.1770833333vw;
    height: 100px;
    height: 5.2083333333vw;
}

.directions-unit.directions-unit--4 .directions-unit__info {
    top: 100%;
    left: 50%;
}

.directions-unit.directions-unit--4 .directions-unit__info::before {
    height: 2.61vw;
}

.directions-unit.directions-unit--5 {
    top: 14%;
    left: 81.5%;
}

.directions-unit.directions-unit--5 .directions-unit__media img {
    width: 237px;
    width: 12.34375vw;
    height: 56px;
    height: 2.9166666667vw;
}

.directions-unit.directions-unit--5 .directions-unit__info {
    top: 200%;
    left: 0%;
}

.directions-unit.directions-unit--5 .directions-unit__info::before {
    left: 6.15vw;
    height: 4vw;
}

.directions-unit.directions-unit--6 {
    top: 44%;
    left: 62%;
}

.directions-unit.directions-unit--6 .directions-unit__media img {
    width: 400px;
    width: 20.8333333333vw;
    height: 219px;
    height: 11.40625vw;
}

.directions-unit.directions-unit--6 .directions-unit__info {
    top: 100%;
    left: 50%;
}

.directions-unit.directions-unit--6 .directions-unit__info::before {
    height: 5.7vw;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.modal-map.fancybox-content {
    width: 100%;
    max-width: 1760px;
    background-color: rgba(3, 84, 123, 0.8);
}

.modal-map.fancybox-content .fancybox-close-small {
    color: #fff;
}

.modal-map.fancybox-content .search-result__overflow {
    -moz-appearance: none !important;
    padding-right: 20px;
    overflow-y: auto;
    scrollbar-color: #008CD1 #E2EBEC;
    scrollbar-width: thin !important;
}

.modal-map.fancybox-content .search-result__overflow::-webkit-scrollbar {
    width: 14px;
}

.modal-map.fancybox-content .search-result__overflow::-webkit-scrollbar-track {
    border: 1px solid #fff;
}

.modal-map.fancybox-content .search-result__overflow::-webkit-scrollbar-thumb {
    background-color: #008CD1;
}

.section-category-products {
    display: block;
    position: relative;
}

.section-category-products .section-bg {
    padding: 110px 0;
}

.slider-category-products {
    position: relative;
}

.slider-category-products .swiper-slide {
    height: calc((100% - 30px) / 2);
}

.slider-category-products .swiper-button-prev {
    left: -45px;
}

.slider-category-products .swiper-button-next {
    right: -45px;
}

.slider-category-products .swiper-pagination {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: none;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.category-unit {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: block;
    position: relative;
    height: 100%;
    background: #1D2226;
    transition: 0.5s;
}

.category-unit:hover {
    background: rgba(255, 255, 255, 0.3);
}

.category-unit__box {
    display: block;
    position: relative;
}

.category-unit__media {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.category-unit__media a {
    display: block;
    position: relative;
}

.category-unit__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 35px;
}

.category-unit__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 74px;
}

.category-unit__title::after {
    display: block;
    width: 100px;
    height: 1px;
    margin-top: 10px;
    background-color: #FFD300;
    content: "";
}

.category-unit__title a {
    display: inline-block;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.33;
    font-family: Oswald;
}

.category-unit__title a:hover {
    text-decoration: none;
}

.section-products {
    display: block;
    position: relative;
}

.section-products .section-bg {
    padding: 60px 0;
}

.section-products__head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.section-products__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: block;
    position: relative;
    align-items: center;
    padding-left: 20px;
    color: #252525;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.38;
    font-family: Open Sans;
}

.section-products__title::before {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #FFD300;
    content: "";
}

.slider-products {
    position: relative;
}

.slider-products .swiper-button-prev {
    left: -45px;
}

.slider-products .swiper-button-next {
    right: -45px;
}

.slider-products .swiper-button-disabled {
    opacity: 0;
}

.slider-products .swiper-pagination {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: none;
    bottom: -10px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.page-about-concern .page-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    color: #252525;
}

.page-about-concern .page-breadcrumb .breadcrumb .breadcrumb-item>* {
    color: #252525;
}

.page-about-concern .page-breadcrumb .breadcrumb .breadcrumb-item>* [class*=icon_] {
    color: #03547B;
}

.page-about-concern .page-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #252525;
}

.hero-about-concern {
    display: block;
    position: relative;
    background: #005480;
}

.hero-about-concern__decor {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100vh;
}

.hero-about-concern__decor::before {
    display: block;
    z-index: 1;
    position: absolute;
    top: -10vw;
    left: -50vw;
    width: 1775px;
    height: 1775px;
    border-radius: 50%;
    background: -o-radial-gradient(50% 50%, 50% 50%, #00A3CC 0%, rgba(0, 163, 204, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #00A3CC 0%, rgba(0, 163, 204, 0) 100%);
    content: "";
    pointer-events: none;
}

.hero-about-concern__decor img {
    -o-object-fit: cover;
    -o-object-position: right top;
    z-index: 2;
    position: relative;
    width: auto;
    height: 100vh;
    object-fit: cover;
    object-position: right top;
}

.hero-about-concern__content {
    display: block;
    z-index: 2;
    position: relative;
    min-height: 100vh;
    padding-top: 150px;
    padding-bottom: 150px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.38;
    font-family: Open Sans;
}

.is-show-more-item .page-header {
    z-index: 1;
}

.about-concern-info {
    display: block;
    position: relative;
    padding: 65px 0 75px;
    background-image: url(../img/bg_about-concern-info.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #005480;
}

.about-concern-info__content {
    display: block;
    z-index: 2;
    position: relative;
}

.about-concern-info__title {
    position: relative;
    color: #fff;
    text-align: center;
}

.about-concern-info__title::before {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 10px;
    height: 200px;
    margin-left: -5px;
    background-color: #FFD300;
    content: "";
}

.info-category {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
}

.info-category__item {
    display: block;
    position: relative;
    width: 33.33%;
}

.info-category__item::before {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 82, 105, 0.5)), to(rgba(0, 82, 105, 0.5)));
    background: -o-linear-gradient(bottom, rgba(0, 82, 105, 0.5), rgba(0, 82, 105, 0.5));
    background: linear-gradient(0deg, rgba(0, 82, 105, 0.5), rgba(0, 82, 105, 0.5));
    content: "";
    pointer-events: none;
    transition: 0.5s;
}

.info-category__item:hover::before {
    opacity: 0;
}

.info-category__box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.info-category__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.info-category__link::after {
    display: block;
    padding-top: 100%;
    content: "";
}

.info-category__link:hover {
    text-decoration: none;
}

.info-category__title {
    z-index: 2;
    margin-bottom: 50px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.47;
    font-family: Oswald;
}

.about-concern-info__more {
    display: block;
    z-index: 2;
    position: relative;
}

.more-item {
    display: none;
    padding-top: 50px;
}

.more-item__head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.more-item__back [class*=icon_] {
    margin-right: 10px;
}

.more-item__title .h1 {
    color: #fff;
}

.more-item__empty {
    width: 234px;
    color: #fff;
    text-align: right;
    opacity: 0;
    pointer-events: none;
}

.more-item__content {
    display: block;
    position: relative;
}

.more-item__overflow {
    max-height: 700px;
}

.more-item__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.more-item__list>li+li {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #fff;
}

.direction-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #fff;
}

.direction-item__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    width: 240px;
    margin-right: 40px;
}

.direction-item__desc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.direction-item__name {
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.38;
    font-family: Open Sans;
}

.direction-item__position {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.39;
    font-family: Open Sans;
}

.direction-item__phone .phone-block {
    background-color: #fff;
}

.direction-item__phone .phone-block::before {
    display: none;
}

.direction-item__phone .phone-block a {
    color: #005480;
}

.direction-item__phone .phone-block a:hover {
    color: #FFD300;
}

.about-concern-desc {
    display: block;
    position: relative;
    padding: 100px 0 80px;
}

.img-block {
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    overflow: hidden;
}

.img-block::before {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    background-image: url(../img/decor-footer.png);
    background-position: center;
    background-size: 200%;
    background-repeat: no-repeat;
    background-color: #008CD1;
    content: "";
    transition: 0.5s;
}

.img-block>img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: block;
    z-index: 2;
    position: relative;
    width: 100%;
    transition: 0.5s;
}

.img-block:hover img {
    -webkit-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
}

.img-block__title {
    display: block;
    position: relative;
    margin-top: 12px;
    color: #282828;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.39;
    font-family: Open Sans;
    text-align: center;
}

.img-block__title::before {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto 8px;
    background-color: #FFD300;
    content: "";
}

.img-block.img-block--right {
    padding-right: 15px;
    padding-left: 0;
}

.img-block.img-block--right::before {
    right: 0;
    left: auto;
}

.img-block.img-block--right:hover img {
    -webkit-transform: translate(15px, -15px);
    -ms-transform: translate(15px, -15px);
    transform: translate(15px, -15px);
}

.concern-desc-block {
    display: block;
    position: relative;
    margin: 20px 0;
}

.concern-desc-block::after {
    -webkit-transition: 1s;
    -o-transition: 1s;
    display: block;
    position: absolute;
    right: -35px;
    bottom: 55px;
    width: 200px;
    height: 10px;
    background-color: #FFD300;
    content: "";
    transition: 1s;
}

.concern-desc-block:hover::after {
    width: calc(100% - 270px);
}

.concern-desc-block__box {
    padding: 20px 50px 40px;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.concern-desc-block__box:before,
.concern-desc-block__box:after {
    display: block;
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #FFD300;
    content: "";
}

.concern-desc-block__box::before {
    top: 0;
    right: 0;
}

.concern-desc-block__box:after {
    bottom: 0;
    left: 0;
}

.concern-desc-block__title {
    margin-bottom: 15px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.48;
    font-family: Oswald;
}

.concern-desc-block [class*=button-] {
    margin-top: 15px;
}

.about-concern-desc-mobile>div:first-child {
    display: none;
}

.page-contacts {
    background-color: #03547B;
}

.page-contacts .page-content {
    z-index: 1;
    padding-top: 200px;
    background-image: url(../img/bg_contacts.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-contacts .page-content::after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50vw;
    width: 1775px;
    height: 1775px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: -o-radial-gradient(50% 50%, 50% 50%, #00A3CC 0%, rgba(0, 163, 204, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #00A3CC 0%, rgba(0, 163, 204, 0) 100%);
    content: "";
    pointer-events: none;
}

.page-contacts .page-content .tabs {
    z-index: 2;
}

.page-contacts__title {
    margin-bottom: 40px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 1.17;
    font-family: Oswald;
}

.page-contacts__list {
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    display: block;
    z-index: 2;
    position: relative;
    transform: translateX(80px);
}

.page-contacts__list .tabs__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    flex-direction: column;
    align-items: stretch;
}

.page-contacts__list .tabs__nav li {
    display: block;
    position: relative;
}

.page-contacts__list .tabs__nav li+li {
    margin-top: 20px;
}

.page-contacts__list .tabs__nav li.active:before,
.page-contacts__list .tabs__nav li.active:after,
.page-contacts__list .tabs__nav li.active>*:before,
.page-contacts__list .tabs__nav li.active>*:after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.page-contacts__list .tabs__nav li a {
    display: block;
    position: relative;
    padding: 35px 30px;
    background: #008CD1;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    font-family: Open Sans;
}

.page-contacts__list .tabs__nav li a:hover {
    text-decoration: none;
}

.page-contacts__departaments {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 150px;
    align-items: center;
    width: 300px;
    height: 100%;
    overflow: hidden;
}

.department-item {
    display: block;
    position: relative;
    width: 280px;
}

.department-item__box {
    display: block;
    position: relative;
    background-color: rgba(0, 102, 145, 0.5);
    color: #fff;
}

.department-item__info {
    padding: 20px 13px;
    text-align: center;
}

.department-item__name {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    font-family: Open Sans;
}

.department-item__position {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.71;
    font-family: Open Sans;
}

.department-item__contacts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    background-color: rgba(0, 102, 145, 0.5);
}

.department-item__contacts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.department-item__contacts ul li+li {
    margin-top: 3px;
}

.department-item__contacts ul li [class*=icon] {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
}

.department-item__contacts ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.71;
    font-family: Open Sans;
    transition: 0.3s;
}

.department-item__contacts ul li a:hover {
    color: #FFD300;
    text-decoration: none;
}

.department-item__action {
    padding: 20px 13px;
}

.map-iframe {
    display: block;
    position: relative;
    width: 100%;
    height: 700px;
}

.page-structure-content {
    padding-top: 170px;
    padding-bottom: 100px;
    background-image: url(../img/bg_page-structure.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #052232;
    background-color: #03547B;
}

.map-box__desc {
    max-width: 445px;
    margin-left: auto;
}

.map-box__search {
    margin-bottom: 30px;
}

.map-box__search input {
    background-image: url(../img/icons/search.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.search-result__title {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.38;
    font-family: Open Sans;
}

.search-result__overflow {
    height: 600px;
    overflow-y: auto;
}

.search-result-item+.search-result-item {
    margin-top: 16px;
}

.search-result-item__title {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    margin-bottom: 10px;
    color: #FFD300;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.33;
    font-family: Open Sans;
    transition: 0.3s;
}

.search-result-item__title:hover {
    color: #fff;
    text-decoration: none;
}

.search-result-item__text {
    color: #FFFFFF;
    font-style: normal;
    font-size: 14px;
    line-height: 1.29;
    font-family: Open Sans;
}

.search-result-item__gallery {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
}

.search-result-item__gallery li {
    max-width: calc(33% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
}

.search-result-item__gallery li:nth-child(n+4) {
    display: none;
}

.map-svg .st0 {
    fill: #005480;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.map-svg .st1 {
    fill: #FFFFFF;
}

.map-svg .st2 {
    font-family: Open Sans;
}

.map-svg .st3 {
    font-size: 14px;
}

.map-svg .st4 {
    font-size: 11px;
}

.map-svg .st5 {
    font-size: 10px;
}

.map-svg .st6 {
    font-size: 12px;
}

.map-svg .region {
    cursor: pointer;
}

.map-svg .region:hover path {
    fill: #008CD1;
}

.map-svg .region:hover text {
    opacity: 1;
}

.map-svg .region text {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    opacity: 0;
    transition: 0.7s;
}

.map-svg .region.is-active path {
    fill: #008CD1;
}

.map-svg .region.is-active text {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    opacity: 1;
    transition: 0.7s;
}

.page-head-structure {
    display: block;
    position: relative;
}

.page-head-structure__bg {
    display: block;
    position: relative;
    max-height: 528px;
}

.page-head-structure__bg img {
    -o-object-fit: cover;
    -o-object-position: center;
    width: 100%;
    min-height: 440px;
    max-height: 528px;
    object-fit: cover;
    object-position: center;
}

.page-head-structure__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-top: 170px;
    padding-bottom: 20px;
}

.page-head-structure__content [class*=container] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1;
    flex: 0 0 1;
    height: 100%;
}

.page-head-structure__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.page-head-structure__back {
    -ms-flex-item-align: start;
    align-self: flex-start;
    justify-self: flex-start;
}

.page-head-structure__back .button-decor>*+* {
    margin-left: 10px;
}

.page-head-structure__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.17;
    font-family: Oswald;
    text-align: center;
}

.page-head-structure__title img {
    width: auto;
    max-height: 115px;
}

.enterprise-info {
    padding: 100px 0 50px;
}

.enterprise-info-desc {
    color: #282828;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 2;
    font-family: Open Sans;
    text-align: center;
    text-align: center;
}

.enterprise-info-desc ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.enterprise-info-box {
    display: block;
    position: relative;
    max-width: 780px;
    margin: 50px auto 0;
    padding: 30px 40px;
    background: #FFFFFF;
}

.enterprise-info-img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
}

.enterprise-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.enterprise-info-list li {
    color: #282828;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.38;
    font-family: Open Sans;
}

.enterprise-info-list li+li {
    margin-top: 10px;
}

.enterprise-info-list li .label {
    color: #008CD1;
    font-weight: bold;
}

.enterprise-info-list li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    color: #282828;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.38;
    font-family: Open Sans;
    transition: 0.3s;
}

.enterprise-info-list li a:hover {
    color: #FFD300;
    text-decoration: none;
}

.enterprise-products-items {
    padding-bottom: 40px;
}

.enterprise-products-items .enterprise-products-item:nth-child(even) .enterprise-products-item__intro {
    right: 0;
    left: auto;
}

.enterprise-products-items .enterprise-products-item:nth-child(even) .enterprise-products-item__intro::before {
    right: 50px;
    left: auto;
}

.enterprise-products-items .enterprise-products-item:nth-child(even) .enterprise-products-item__intro::after {
    right: auto;
    left: -50px;
}

.enterprise-products-items .enterprise-products-item:nth-child(even) .enterprise-products-item__media {
    text-align: left;
}

.enterprise-products-item {
    display: block;
    position: relative;
}

.enterprise-products-item+.enterprise-products-item {
    margin-top: 70px;
}

.enterprise-products-item__head {
    display: block;
    position: relative;
    margin-bottom: 40px;
}

.enterprise-products-item__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
}

.enterprise-products-item__numb {
    color: #252525;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.38;
    font-family: Open Sans;
}

.enterprise-products-item__line {
    width: 4px;
    height: 75px;
    margin: 20px 0;
    background: #282828;
}

.enterprise-products-item__name {
    color: #282828;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 1;
    font-family: Oswald;
}

.enterprise-products-item__text {
    max-width: 1024px;
    margin: 0 auto;
    color: #282828;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 2;
    font-family: Open Sans;
    text-align: center;
}

.enterprise-products-item__body {
    display: block;
    position: relative;
}

.enterprise-products-item__intro {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 480px;
    padding: 60px 45px 25px 45px;
    transform: translateY(-50%);
    border-left: 8px solid #008CD1;
    background-image: url(../img/decor-enterprise-products-item.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FFD300;
}

.enterprise-products-item__intro::before {
    display: block;
    position: absolute;
    top: -20px;
    left: 50px;
    width: 63px;
    height: 63px;
    content: "";
    color: #282828;
    font-size: 60px;
    font-family: icons;
}

.enterprise-products-item__intro::after {
    display: block;
    position: absolute;
    top: 30px;
    right: -20px;
    width: 130px;
    height: 2px;
    background-color: #fff;
    content: "";
}

.enterprise-products-item__intro-text {
    color: #282828;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.36;
    font-family: Open Sans;
}

.enterprise-products-item__more {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #282828;
}

.enterprise-products-item__more a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    color: #282828;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.29;
    font-family: Open Sans;
    transition: 0.5s;
}

.enterprise-products-item__more a [class*=icon_] {
    margin-left: 20px;
    font-size: 12px;
}

.enterprise-products-item__more a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    color: #03547B;
    text-decoration: none;
}

.enterprise-products-item__media {
    text-align: right;
}

.enterprise-products-item__media img {
    -o-object-fit: cover;
    -o-object-position: center;
    min-height: 440px;
    object-fit: cover;
    object-position: center;
}

.enterprise-products {
    padding: 100px 0;
    background-image: url(../img/bg_enterprise-products.png);
    background-position: top center;
}

.enterprise-products .row+.row {
    margin-top: 100px;
}

.enterprise-terms {
    display: block;
    position: relative;
    padding: 50px 0 60px;
    background-image: url(../img/bg_enterprise-terms.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}

.enterprise-terms h3 {
    margin-bottom: 35px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.36;
    font-family: Open Sans;
}

.ananoce-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.ananoce-item+.ananoce-item {
    margin-top: 40px;
}

.ananoce-item__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    display: block;
    position: relative;
    flex: 0 0 55%;
}

.ananoce-item__img {
    display: block;
    position: relative;
    width: 100%;
}

.ananoce-item__date {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 20px;
    left: 0;
    align-items: center;
    justify-content: center;
    height: 33px;
    padding: 0 30px 0 15px;
    background-color: #fff;
    color: #353535;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.36;
    font-family: Open Sans;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.ananoce-item__desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding-left: 40px;
}

.ananoce-item__label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 30px;
    border: 3px solid #FFD300;
    color: #282828;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.29;
    font-family: Open Sans;
}

.ananoce-item__title {
    margin-bottom: 25px;
    color: #282828;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.25;
    font-family: Oswald;
}

.ananoce-item__intro {
    color: #282828;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.38;
    font-family: Open Sans;
}

.ananoce-item__more {
    margin-top: 35px;
}

.calendar-box {
    display: block;
    position: relative;
}

.calendar-box__body {
    padding: 40px 55px 60px;
    background: #03547B;
}

.event-calendar__btn {
    display: none;
}

.event-calendar__btn button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 20px;
    border: 0;
    background-color: #03547B;
    color: #fff;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 2.86;
    font-family: Open Sans;
    letter-spacing: 0.02em;
}

.event-calendar__btn button [class*=icon_] {
    margin-left: 10px;
    font-size: 8px;
}

.event-calendar__btn button:before,
.event-calendar__btn button:after {
    display: block;
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #FFD300;
    content: "";
}

.event-calendar__btn button::before {
    top: 0;
    right: 0;
}

.event-calendar__btn button:after {
    bottom: 0;
    left: 0;
}

.event-calendar__box.is-show {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

.js-calendar .datepicker {
    width: 100%;
    max-width: 340px;
    border: 0;
    background: none;
}

.js-calendar .datepicker--cell {
    height: 47px;
    border: 1px solid #03547B;
    border-radius: 0;
    background: #fff;
}

.js-calendar .datepicker--cell:hover {
    background-color: #FFD300;
    color: #fff;
}

.js-calendar .datepicker--cell a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #000000;
}

.js-calendar .datepicker--cell a:hover {
    color: #fff;
    text-decoration: none;
}

.js-calendar .datepicker--cell-day.-other-month- {
    opacity: 0;
}

.js-calendar .datepicker--days-names {
    margin-bottom: 15px;
    background: #fff;
}

.js-calendar .datepicker--day-name {
    height: 47px;
    border: 0.5px solid #F4F4F4;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.13;
    letter-spacing: 0.02em;
    text-transform: none;
}

.js-calendar .datepicker--cell.-current-,
.js-calendar .datepicker--cell.-selected- {
    background-color: #008CD1;
    color: #fff;
}

.js-calendar .datepicker--cells-years,
.js-calendar .datepicker--years {
    height: 140px;
}

.js-calendar .datepicker--nav-title {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.13;
    letter-spacing: 0.02em;
}

.js-calendar .datepicker--nav-action:hover,
.js-calendar .datepicker--nav-title:hover {
    background: #f0f0f0;
    color: #000;
}

.calendar-box.fancybox-content {
    padding: 0;
}

.page-ananoce-slider {
    padding: 40px 0;
    background-image: url(../img/bg_ananoce-slider.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-ananoce-slider__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: block;
    position: relative;
    align-items: center;
    margin-bottom: 15px;
    padding-left: 20px;
    color: #252525;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.38;
    font-family: Open Sans;
}

.page-ananoce-slider__title::before {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #FFD300;
    content: "";
}

.ananoce-slider {
    position: relative;
}

.ananoce-slider .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.ananoce-slider .swiper-container {
    margin: -20px;
    padding: 20px;
}

.ananoce-slider .swiper-slide {
    background-color: #03547B;
}

.ananoce-slider .swiper-button-prev,
.ananoce-slider .swiper-button-next {
    top: 33px;
    height: calc(100% - 40px);
    border-radius: 5px;
}

.ananoce-slider .swiper-button-prev {
    left: -45px;
}

.ananoce-slider .swiper-button-next {
    right: -45px;
}

.ananoce-slider .swiper-pagination {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: none;
    bottom: 0px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.ananoce-slider-item {
    display: block;
    height: 100%;
    min-height: 100%;
    background-color: #03547B;
}

.ananoce-slider-item__media {
    display: block;
    position: relative;
}

.ananoce-slider-item__link {
    display: block;
    position: relative;
}

.ananoce-slider-item__img {
    -o-object-fit: cover;
    -o-object-position: center;
    display: block;
    position: relative;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.ananoce-slider-item__date {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 30px;
    left: 0;
    align-items: center;
    justify-content: center;
    height: 33px;
    padding: 0 30px 0 15px;
    background-color: #fff;
    color: #353535;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 2.36;
    font-family: Open Sans;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.ananoce-slider-item__title {
    padding: 15px 20px;
}

.ananoce-slider-item__title a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    position: relative;
    padding-left: 16px;
    border-left: 3px solid #FFD300;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.36;
    font-family: Oswald;
    transition: 0.3s;
}

.ananoce-slider-item__title a:hover {
    color: #FFD300;
    text-decoration: none;
}

.js-calendar.is-change .datepicker--cell.-current- {
    background-color: #fff;
    color: #4a4a4a;
}

.js-calendar.is-change .datepicker--cell.-current-.-selected- {
    background-color: #008CD1;
    color: #fff;
}

.news-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    transition: 0.3s;
}

.news-item:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.news-item__box {
    display: block;
    position: relative;
}

.news-item__icons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: absolute;
    top: 83px;
    left: 10px;
    align-items: center;
    gap: 10px;
}

.news-item__media {
    display: block;
    position: relative;
}

.news-item__link {
    display: block;
    position: relative;
}

.news-item__img {
    -o-object-fit: cover;
    -o-object-position: center;
    display: block;
    position: relative;
    width: 100%;
    min-height: 210px;
    max-height: 232px;
    object-fit: cover;
    object-position: center;
}

.news-item__date {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 30px;
    left: 0;
    align-items: center;
    justify-content: center;
    height: 33px;
    padding: 0 30px 0 15px;
    background-color: #fff;
    color: #353535;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.36;
    font-family: Open Sans;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.news-item__label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 30px;
    right: -15px;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 30px;
    border: 3px solid #FFD300;
    background: #FFD300;
    color: #353535;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 2.86;
    font-family: Open Sans;
}

.news-item__title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: 60px;
}

.news-item__title a {
    -webkit-box-orient: vertical;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.25;
    font-family: Oswald;
    text-shadow: 1px 1px 5px #000;
    transition: 0.3s;
}

.news-item__title a:hover {
    color: #FFD300;
    text-decoration: none;
}

.news-item__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    min-height: 147px;
    padding: 15px;
    border: 1px solid #015580;
}

.news-item__intro {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    overflow: hidden;
    overflow: hidden;
    color: #282828;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.36;
    font-family: Open Sans;
}

.page-notice .page-content {
    background-image: url(../img/bg_notice.png);
    background-position: right center;
    background-size: 45%;
    background-repeat: no-repeat;
}

.notice-item {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.notice-item::after {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 15px;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(19, 120, 167, 0)), color-stop(48.43%, #1378A7), color-stop(98.92%, rgba(19, 120, 167, 0)));
    background-image: -o-linear-gradient(right, rgba(19, 120, 167, 0) 0%, #1378A7 48.43%, rgba(19, 120, 167, 0) 98.92%);
    background-image: linear-gradient(270deg, rgba(19, 120, 167, 0) 0%, #1378A7 48.43%, rgba(19, 120, 167, 0) 98.92%);
    content: "";
    opacity: 0.5;
}

.notice-item__head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.notice-item__date {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08);
    -webkit-clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    padding: 0 30px 0 15px;
    background: #FFFFFF;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08);
    color: #282828;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.36;
    font-family: Open Sans;
    clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 0);
}

.notice-item__label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 30px;
    border: 3px solid #FFD300;
    color: #282828;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.29;
    font-family: Open Sans;
}

.notice-item__body {
    padding: 15px 0 20px;
}

.notice-item__title {
    margin-bottom: 45px;
}

.notice-item__title a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    color: #282828;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.33;
    font-family: Oswald;
    transition: 0.3s;
}

.notice-item__title a:hover {
    color: #FFD300;
    text-decoration: none;
}

.notice-item__text {
    color: #282828;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.38;
    font-family: Open Sans;
}

.notice-item__footer {
    display: block;
    position: relative;
}

.media-grid {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    -ms-grid-rows: auto 20px auto 20px auto 20px auto;
    display: -ms-grid;
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "media-grid-item--1 media-grid-item--3 media-grid-item--4 media-grid-item--4" "media-grid-item--2 media-grid-item--5 media-grid-item--5 media-grid-item--6" "media-grid-item--2 media-grid-item--5 media-grid-item--5 media-grid-item--7" "media-grid-item--8 media-grid-item--8 media-grid-item--9 media-grid-item--9";
    gap: 20px 20px;
}

.media-grid-item--1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: media-grid-item--1;
}

.media-grid-item--3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: media-grid-item--3;
}

.media-grid-item--4 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-area: media-grid-item--4;
}

.media-grid-item--5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: media-grid-item--5;
}

.media-grid-item--2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: media-grid-item--2;
}

.media-grid-item--6 {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    grid-area: media-grid-item--6;
}

.media-grid-item--7 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
    grid-area: media-grid-item--7;
}

.media-grid-item--8 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: media-grid-item--8;
}

.media-grid-item--9 {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-area: media-grid-item--9;
}

.media-grid-item {
    height: 100%;
}

.media-grid-item__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 60px 20px 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.media-grid-item__box::before {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 85, 128, 0.5);
    content: "";
    opacity: 0;
    transition: 0.5s;
}

.media-grid-item__box>* {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
}

.media-grid-item__box:hover::before {
    opacity: 1;
}

.media-grid-item__box:hover>* {
    opacity: 1;
    pointer-events: all;
}

.media-grid-item__date {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 20px;
    left: 0;
    align-items: center;
    justify-content: center;
    height: 33px;
    padding: 0 30px 0 15px;
    background-color: #fff;
    color: #282828;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.36;
    font-family: Open Sans;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.media-grid-item__title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 1.17;
    font-family: Oswald;
}

.media-grid-item__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-top: 20px;
    padding: 0 30px;
    border: 1px solid #fff;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.29;
    font-family: Open Sans;
    transition: 0.3s;
}

.media-grid-item__link:hover {
    background-color: #fff;
    color: #03547B;
    text-decoration: none;
}

.media-grid-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 420px;
}

.media-grid-item--1,
.media-grid-item--6,
.media-grid-item--7 {
    height: 200px;
}

.media-grid-item--1 .media-grid-item__title,
.media-grid-item--6 .media-grid-item__title,
.media-grid-item--7 .media-grid-item__title {
    -o-text-overflow: ellipsis;
    display: block;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.media-grid-item--2 {
    height: 640px;
    margin-top: -220px;
}

body.page-media-post .page-head__bg {
    min-height: 350px;
}

body.page-media-post .page-head__bg img {
    height: 100%;
    min-height: 350px;
}

body.page-media-post .page-head__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
}

body.page-media-post .page-head__title {
    margin-top: 20px;
    font-size: 36px;
}

.media-post-slider .swiper-pagination {
    bottom: 30px;
}

.media-post-slider .swiper-pagination .swiper-pagination-bullet {
    border-color: #FFD300;
}

.media-post-slider {
    display: block;
    position: relative;
}

.media-post-item {
    display: block;
    position: relative;
}

.media-post-item__media {
    display: block;
    position: relative;
}

.media-post-item__media img {
    -o-object-fit: cover;
    -o-object-position: center;
    width: 100%;
    max-height: 95vh;
    object-fit: cover;
    object-position: center;
}

.media-post-item__desc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: absolute;
    right: 70px;
    bottom: 70px;
    align-items: center;
    justify-content: flex-start;
    max-width: 950px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
}

.media-post-item__content {
    display: block;
    position: relative;
}

.media-post-item__title {
    margin-bottom: 20px;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 1;
    font-family: Oswald;
}

.media-post-item__text {
    color: #282828;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.36;
    font-family: Open Sans;
}

.media-post-item__logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.media-post-item__logo img,
.media-post-item__logo svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    display: block;
    flex: 0 0 100px;
    width: 100px;
    min-width: 100px;
    height: auto;
    margin-left: 30px;
}

.media-post-item__logo .img-svg path {
    fill: #03547B;
}

body.page-concern-in-media .page-content {
    background-image: url(../img/bg_page-concern-in-media.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.concern-in-media-item {
    display: block;
    position: relative;
}

.concern-in-media-item+.concern-in-media-item {
    margin-top: 70px;
    padding-top: 70px;
    border-top: 1px solid #FFFFFF;
}

.concern-in-media-item__year {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 144px;
    line-height: 1.2;
    font-family: Oswald;
}

.concern-in-media-item__box {
    display: block;
    position: relative;
}

.concern-in-media-item__box .overflow {
    max-height: 500px;
}

.concern-in-media-item__box .overflow::-webkit-scrollbar-thumb {
    background-color: #FFD300;
}

.concern-in-media-item__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.concern-in-media-item__list li+li {
    margin-top: 20px;
}

.concern-in-media-item__list a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    position: relative;
    padding: 10px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    font-family: Open Sans;
    transition: 0.3s;
}

.concern-in-media-item__list a:hover {
    background-color: #3E81AA;
    text-decoration: none;
}

.concern-in-media-item__list a:hover h4 {
    color: #FFD300;
}

.concern-in-media-item__list a h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.33;
    font-family: Oswald;
}

.concern-in-media-item__list a>*:last-child {
    margin-bottom: 0;
}

body.page-documents {
    display: block;
    position: relative;
    background-color: #005480;
}

body.page-documents .page-wrapper {
    position: relative;
}

body.page-documents .page-wrapper::before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 45vw;
    height: 100%;
    background-image: url(../img/flag.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

body.page-documents .page-wrapper::after {
    display: block;
    z-index: 0;
    position: absolute;
    top: -10vw;
    left: -50vw;
    width: 1775px;
    height: 1775px;
    border-radius: 50%;
    background: -o-radial-gradient(50% 50%, 50% 50%, #00A3CC 0%, rgba(0, 163, 204, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #00A3CC 0%, rgba(0, 163, 204, 0) 100%);
    content: "";
    pointer-events: none;
}

body.page-documents .page-head__content {
    position: relative;
    height: 325px;
}

.documents-list {
    display: block;
    position: relative;
}

.documents-list-item {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: block;
    position: relative;
    transition: 0.5s;
}

.documents-list-item:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.documents-list-item:hover .documents-list-item__title {
    color: #FFD300;
}

.documents-list-item:hover .documents-list-item__title svg path {
    fill: #FFD300;
}

.documents-list-item+.documents-list-item {
    margin-top: 40px;
}

.documents-list-item__bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.documents-list-item__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 95px 20px 95px 125px;
    transition: 0.5s;
}

.documents-list-item__link:hover {
    text-decoration: none;
}

.documents-list-item__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 1.1;
    font-family: Oswald;
    transition: 0.3s;
}

.documents-list-item__title img,
.documents-list-item__title svg {
    width: 122px;
    height: 204px;
    margin-right: 100px;
}

.documents-list-item__title img path,
.documents-list-item__title svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.page-status-content {
    display: block;
    position: relative;
    height: 100%;
    padding-top: 170px;
    padding-bottom: 60px;
    background: #005480;
}

.page-status-content::before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 170px;
    left: -20px;
    width: 100vw;
    height: 100%;
    background-image: url(../img/flag2.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.page-status-content::after {
    display: block;
    z-index: 0;
    position: absolute;
    top: -10vw;
    left: -50vw;
    width: 1775px;
    height: 1775px;
    border-radius: 50%;
    background: -o-radial-gradient(50% 50%, 50% 50%, #00A3CC 0%, rgba(0, 163, 204, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #00A3CC 0%, rgba(0, 163, 204, 0) 100%);
    content: "";
    pointer-events: none;
}

.page-status-content__inner {
    display: block;
    z-index: 1;
    position: relative;
    padding: 30px 0 70px 70px;
    background-color: rgba(0, 84, 128, 0.8);
}

.page-status-content__title {
    margin-bottom: 75px;
    padding-right: 34px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 1;
    font-family: Oswald;
    text-align: center;
}

.page-status-content__overflow {
    max-height: 1500px;
}

.page-status-content__overflow::-webkit-scrollbar-thumb {
    background-color: #FFD300;
}

.status-item {
    display: block;
    position: relative;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.25;
    font-family: Open Sans;
}

.status-item+.status-item {
    margin-top: 100px;
}

.status-item__head {
    display: block;
    position: relative;
    margin-bottom: 40px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.25;
    font-family: Open Sans;
    text-align: center;
}

.status-item__head img {
    width: 60px;
    height: 100px;
    margin-bottom: 40px;
}

.status-item__head h3 {
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.25;
    font-family: Open Sans;
}

body.page-acts .page-main {
    background: #005480;
}

.page-acts-content {
    display: block;
    position: relative;
    height: 100%;
    padding-top: 170px;
    padding-bottom: 60px;
    background: #005480;
}

.page-acts-content::before {
    display: block;
    z-index: 1;
    position: absolute;
    top: -15vw;
    left: -20vw;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/flag3.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.page-acts-content::after {
    display: block;
    z-index: 0;
    position: absolute;
    top: -10vw;
    left: -50vw;
    width: 1775px;
    height: 1775px;
    border-radius: 50%;
    background: -o-radial-gradient(50% 50%, 50% 50%, #00A3CC 0%, rgba(0, 163, 204, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #00A3CC 0%, rgba(0, 163, 204, 0) 100%);
    content: "";
    pointer-events: none;
}

.page-acts-content__inner {
    display: block;
    z-index: 2;
    position: relative;
}

.page-acts-content__title {
    margin-bottom: 75px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 1;
    font-family: Oswald;
    text-align: center;
}

.page-acts-content__list {
    display: block;
    z-index: 2;
    position: relative;
}

.page-acts-content .page-pagination .page-link {
    border-color: #fff;
    color: #fff;
}

.page-acts-content .page-pagination li.page-item.disabled .page-link {
    border-color: #fff;
    color: #fff;
}

.page-acts-content .page-pagination li.page-item.active .page-link {
    border-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#006FA6), to(#008CD1));
    background: -o-linear-gradient(top, #006FA6 0%, #008CD1 100%);
    background: linear-gradient(180deg, #006FA6 0%, #008CD1 100%);
}

.page-acts-content .page-pagination .page-link:hover {
    border-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#006FA6), to(#008CD1));
    background: -o-linear-gradient(top, #006FA6 0%, #008CD1 100%);
    background: linear-gradient(180deg, #006FA6 0%, #008CD1 100%);
    color: #fff;
}

.act-item {
    display: block;
    position: relative;
}

.act-item__bg {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    padding: 50px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.5s;
}

.act-item__bg:hover {
    padding: 100px 0;
}

.act-item__content {
    display: block;
    position: relative;
}

.act-item__link {
    display: block;
    position: relative;
    text-align: center;
}

.act-item__link:hover {
    text-decoration: none;
}

.act-item__date {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.38;
    font-family: Open Sans;
}

.act-item__title {
    margin: 15px 0;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.47;
    font-family: Oswald;
}

.act-item__text {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    font-family: Open Sans;
}

.page-clear-content {
    display: block;
    position: relative;
    padding: 70px 0;
    background-image: url(../img/bg_page-clear-content.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-clear-content__overflow {
    max-height: 900px;
}

.page-clear-content__overflow::-webkit-scrollbar-track {
    border: 1px solid #000;
}

.page-clear-content__overflow::-webkit-scrollbar-thumb {
    background-color: #FFD300;
}

.page-clear-content__wrapper {
    display: block;
    position: relative;
}

.page-clear-content__wrapper::after {
    display: block;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: calc(100% - 14px);
    height: 120px;
    background: white;
    background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    content: "";
    pointer-events: none;
}

.clear-list {
    display: block;
    position: relative;
}

.clear-list::before {
    position: absolute;
    top: 0;
    left: 50px;
    width: 1px;
    height: 100%;
    background-color: #FFD300;
    content: "";
}

.clear-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 80px;
}

.clear-item__numb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.clear-item__numb span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #000000;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    font-family: Open Sans;
}

.clear-item__numb [class*=icon_] {
    margin: 0 35px 0 20px;
    background-color: #FFD300;
    font-size: 16px;
}

.clear-item__desc {
    display: block;
    position: relative;
}

.clear-item__author {
    color: #000000;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    font-family: Open Sans;
}

.clear-item__title {
    margin: 5px 0 15px;
    color: #000000;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.48;
    font-family: Oswald;
}

.clear-item__text {
    color: #7B7B7B;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    font-family: Open Sans;
}

.clear-item__btn {
    margin-top: 30px;
}

.page-dovid .page-content {
    padding: 150px 0;
    background-image: url(../img/bg_page-dovid.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.dovid-item {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.dovid-item__img img {
    width: 100%;
}

.dovid-item__btn .custome-button {
    width: 100%;
}

.classification-item {
    display: block;
    position: relative;
}

.classification-item+.classification-item {
    margin-top: 40px;
}

.classification-item__bg {
    z-index: 2;
    position: relative;
    padding: 50px;
    background-position: center;
    background-size: cover;
}

.classification-item__bg::after {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 84, 123, 0.5);
    content: "";
    opacity: 0;
    transition: 0.3s;
}

.classification-item__bg>* {
    display: block;
    z-index: 1;
    position: relative;
}

.classification-item__bg:hover:after {
    opacity: 1;
}

.classification-item__title {
    margin-bottom: 20px;
}

.classification-item__title a {
    display: block;
    position: relative;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 1.17;
    font-family: Oswald;
}

.classification-item__title a:hover {
    color: #FFD300;
    text-decoration: none;
}

.classification-item__text {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.71;
    font-family: Open Sans;
}

.page-standart .page-content {
    background-image: url(../img/bg_page-standart.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.standart-item {
    display: block;
    position: relative;
}

.standart-item.border-effect:before,
.standart-item.border-effect:after,
.standart-item.border-effect>*:before,
.standart-item.border-effect>*:after {
    background-color: #008CD1;
}

.standart-item+.standart-item {
    margin-top: 40px;
}

.standart-item__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 350px;
    padding: 50px;
    background-image: url(../img/bg_standart-item.jpg);
    background-position: center;
    background-size: cover;
}

.standart-item__title {
    margin-bottom: 20px;
}

.standart-item__title a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    color: #282828;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.17;
    font-family: Oswald;
    transition: 0.3s;
}

.standart-item__title a:hover {
    color: #FFD300;
    text-decoration: none;
}

.standart-item__text {
    color: #282828;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.38;
    font-family: Open Sans;
}

.tabs {
    display: block;
    position: relative;
    overflow: hidden;
}

.tabs__nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}

.tabs__nav-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 110px;
    border-top: 2px solid transparent;
    background-color: #03547B;
    cursor: pointer;
    transition: 0.5s;
}

.tabs__nav-item::before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/decor-tabs.png);
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    content: "";
    opacity: 0.1;
    transition: 0.3s;
}

.tabs__nav-item span {
    display: inline-block;
    position: relative;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.5;
    font-family: Oswald;
    text-align: center;
}

.tabs__nav-item span::before {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FFD300;
    content: "";
}

.tabs__nav-item span::after {
    position: absolute;
    top: 50%;
    left: -15px;
    width: 6px;
    height: 30px;
    margin-top: -15px;
    background-color: #FFD300;
    content: "";
    opacity: 0;
}

.tabs__nav-item.active {
    border-top: 2px solid #FFD300;
    background-color: #008CD1;
}

.tabs__nav-item.active::before {
    opacity: 0.3;
}

.tabs__nav-item.active span::before {
    opacity: 0;
}

.tabs__nav-item.active span::after {
    opacity: 1;
}

.tabs__content {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    visibility: hidden;
    position: relative;
    height: 0;
    overflow: hidden;
    transform: translateX(-100%);
    opacity: 0;
    transition: 0.5s;
}

.tabs__content.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    visibility: visible;
    height: auto;
    overflow: visible;
    transform: translateX(0);
    opacity: 1;
}

.tabs-iframe .tabs__content {
    position: relative;
}

.tabs-iframe .tabs__content.active {
    height: 100%;
    min-height: 400px;
}

.tabs-iframe .tabs__content iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sidebar {
    display: block;
    position: relative;
}

.sidebar>*+* {
    margin-top: 20px;
}

.sidebar-card {
    display: block;
    position: relative;
    background-color: #008CD1;
}

.sidebar-card__media {
    display: block;
    position: relative;
}

.sidebar-card__media a {
    display: block;
    position: relative;
}

.sidebar-card__media a:hover {
    text-decoration: none;
}

.sidebar-card__media img {
    width: 100%;
    height: auto;
    opacity: 0.5;
}

.sidebar-card__title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    border-top: 2px solid #FFD300;
    text-align: center;
}

.sidebar-card__title a:hover {
    text-decoration: none;
}

.sidebar-card__title a:hover span {
    color: #FFD300;
}

.sidebar-card__title span {
    display: inline-block;
    position: relative;
    padding-bottom: 14px;
    border-bottom: 1px solid #FFD300;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    font-family: Oswald;
}

.bottom-block {
    margin-top: 34px;
}

.bottom-block .section-title {
    color: #1D2226;
}

.page-zakupivli .page-content {
    padding-top: 0;
    background-color: #7fa9bf;
}

.zakupivli-text-block {
    display: block;
    position: relative;
    max-width: 1464px;
    margin: 0 auto;
    padding: 50px 50px 25px;
    background: #B3D2E2;
    color: #212121;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.38;
    font-family: Open Sans;
    text-align: center;
}

.zakupivli-text-block b,
.zakupivli-text-block strong {
    font-weight: 600;
}

.zakupivli-text-block ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.zakupivli-text-block ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.zakupivli-text-block ul li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: 20px;
    color: #212121;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.56;
    font-family: Open Sans;
    transition: 0.3s;
}

.zakupivli-text-block ul li a [class*=icon] {
    margin-right: 10px;
    color: #FFD300;
}

.zakupivli-text-block ul li a:hover {
    color: #FFD300;
    text-decoration: none;
}

.zakupivli-pdf .h1 {
    margin: 48px 0 30px;
    color: #fff;
    text-align: center;
}

.zakupivli-pdf iframe {
    display: block;
    position: relative;
    width: 100%;
    height: 90vh;
}

.pretendent-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    position: relative;
    margin-bottom: 30px;
    transition: 0.3s;
}

.pretendent-item:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.pretendent-item__box {
    display: block;
    position: relative;
}

.pretendent-item__media {
    display: block;
    position: relative;
}

.pretendent-item__link {
    display: block;
    position: relative;
}

.pretendent-item__img {
    -o-object-fit: cover;
    -o-object-position: center;
    display: block;
    position: relative;
    width: 100%;
    min-height: 210px;
    object-fit: cover;
    object-position: center;
}

.pretendent-item__date {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 30px;
    left: 0;
    align-items: center;
    justify-content: center;
    height: 33px;
    padding: 0 30px 0 15px;
    background-color: #fff;
    color: #353535;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.36;
    font-family: Open Sans;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.pretendent-item__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 15px 0px;
}

.pretendent-item__title a {
    -webkit-box-orient: vertical;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #000;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.25;
    font-family: Oswald;
    transition: 0.3s;
}

.pretendent-item__title a:hover {
    color: #FFD300;
    text-decoration: none;
}

.page-prozorro .page-content {
    background-image: url(../img/bg_page-prozorro.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-orenda .page-content {
    background-image: url(../img/bg_page-orenda.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.page-mayno {
    display: block;
    position: relative;
    background-color: #005480;
}

body.page-mayno .page-wrapper {
    position: relative;
}

body.page-mayno .page-wrapper::before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 270px;
    left: 0;
    width: 64vw;
    height: 100%;
    background-image: url(../img/flag2.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

body.page-mayno .page-wrapper::after {
    display: block;
    z-index: 0;
    position: absolute;
    top: -10vw;
    left: -50vw;
    width: 1775px;
    height: 1775px;
    border-radius: 50%;
    background: -o-radial-gradient(50% 50%, 50% 50%, #00A3CC 0%, rgba(0, 163, 204, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #00A3CC 0%, rgba(0, 163, 204, 0) 100%);
    content: "";
    pointer-events: none;
}

body.page-mayno .page-head__content {
    position: relative;
    height: 325px;
    padding-top: 160px;
}

.page-mayno-hero .text-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-sizing: border-box;
    -webkit-transform: translateX(-115px);
    -ms-transform: translateX(-115px);
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: relative;
    flex-direction: column;
    justify-content: center;
    max-width: 780px;
    min-height: 180px;
    margin-top: 20px;
    padding: 0;
    transform: translateX(-115px);
    background-color: #fff;
    color: #282828;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.38;
    font-family: Open Sans;
}

.page-mayno-hero .text-block div {
    padding: 30px 45px;
}

.page-mayno-hero .text-block+.text-block {
    margin-top: 20px;
}

.page-mayno-hero .text-block h3 {
    margin-bottom: 25px;
    color: #282828;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.25;
    font-family: Oswald;
}

.page-mayno-list {
    display: block;
    position: relative;
    margin-top: 60px;
}

.mayno-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    position: relative;
    margin-bottom: 30px;
    transition: 0.3s;
}

.mayno-item:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.mayno-item__box {
    display: block;
    position: relative;
}

.mayno-item__media {
    display: block;
    position: relative;
}

.mayno-item__link {
    display: block;
    position: relative;
}

.mayno-item__img {
    -o-object-fit: cover;
    -o-object-position: center;
    display: block;
    position: relative;
    width: 100%;
    min-height: 210px;
    object-fit: cover;
    object-position: center;
}

.mayno-item__date {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 30px;
    left: 0;
    align-items: center;
    justify-content: center;
    height: 33px;
    padding: 0 30px 0 15px;
    background-color: #fff;
    color: #353535;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.36;
    font-family: Open Sans;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.mayno-item__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 15px 0px;
}

.mayno-item__label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 20px;
    border: 3px solid #FFD300;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.29;
    font-family: Open Sans;
}

.mayno-item__title a {
    -webkit-box-orient: vertical;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.25;
    font-family: Oswald;
    transition: 0.3s;
}

.mayno-item__title a:hover {
    color: #FFD300;
    text-decoration: none;
}

body.page-tenant {
    display: block;
    position: relative;
    background-color: #005480;
}

body.page-tenant .page-wrapper {
    position: relative;
}

body.page-tenant .page-wrapper::after {
    display: block;
    z-index: 0;
    position: absolute;
    top: -20vw;
    left: -20vw;
    width: 1775px;
    height: 1775px;
    border-radius: 50%;
    background: -o-radial-gradient(50% 50%, 50% 50%, #00A3CC 0%, rgba(0, 163, 204, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #00A3CC 0%, rgba(0, 163, 204, 0) 100%);
    content: "";
    pointer-events: none;
}

body.page-tenant .page-head__content {
    position: relative;
    height: 325px;
    padding-top: 160px;
}

.tenant-text-block {
    max-width: 1166px;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 40px;
    background-color: #fff;
    color: #282828;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.38;
    font-family: Open Sans;
    text-align: center;
}

.tenant-text-block h3 {
    margin-bottom: 25px;
    color: #282828;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.25;
    font-family: Oswald;
}

.tenant-block {
    display: block;
    position: relative;
    margin-top: 150px;
}

.tenant-block::before {
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 15px);
    height: calc(100% - 150px);
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
}

.tenant-block-box {
    display: block;
    position: relative;
    padding: 40px 30px 20px 45px;
    color: #fff;
}

.tenant-block-box ul {
    margin-bottom: 0;
    padding-left: 20px;
    list-style: square;
}

.tenant-block-box ul li {
    display: list-item;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.38;
    font-family: Open Sans;
}

.tenant-block-box ul li::marker {
    color: #FFD300;
}

.tenant-block-box ul li+li {
    margin-top: 5px;
}

.tenant-block-img {
    margin-top: -100px;
}

.kareer-plus {
    display: block;
    position: relative;
    padding: 60px 0;
    background-image: url(../img/bg_kareer-plus.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #005480;
}

.kareer-plus-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.kareer-plus-item>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 205px);
    flex: 0 0 calc(50% - 205px);
}

.kareer-plus-item+.kareer-plus-item {
    margin-top: 60px;
}

.kareer-plus-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.kareer-plus-item:nth-child(even) .kareer-plus-item__desc {
    margin-top: 64px;
}

.kareer-plus-item:nth-child(even) .kareer-plus-item__decor::after {
    -webkit-transform: rotate(204.5deg);
    -ms-transform: rotate(204.5deg);
    width: 225px;
    transform: rotate(204.5deg);
}

.kareer-plus-item__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.kareer-plus-item__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 278px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex: 0 0 278px;
    align-items: center;
    justify-content: center;
    width: 278px;
    height: 275px;
    background-color: #008ACF;
}

.kareer-plus-item__icon img {
    max-width: 50%;
}

.kareer-plus-item__icon:before,
.kareer-plus-item__icon:after {
    display: block;
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #FFD300;
    content: "";
}

.kareer-plus-item__icon::before {
    top: 0;
    right: 0;
}

.kareer-plus-item__icon:after {
    bottom: 0;
    left: 0;
}

.kareer-plus-item__decor {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 65px;
    height: 65px;
    transform: translateX(-50%);
    background-image: url(../img/kareer-plus-item-circle.png);
}

.kareer-plus-item__decor::after {
    -webkit-transform: rotate(333deg);
    -ms-transform: rotate(333deg);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    display: block;
    position: relative;
    top: 50%;
    left: calc(65px / 2);
    width: 230px;
    height: 1px;
    transform: rotate(333deg);
    transform-origin: left center;
    background-color: #fff;
    content: "";
}

.kareer-plus-item__desc {
    -ms-flex-item-align: start;
    display: block;
    position: relative;
    align-self: flex-start;
    margin-top: 52px;
}

.kareer-plus-item__title {
    color: #FFD300;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 1.29;
    font-family: Oswald;
}

.kareer-plus-item__title::after {
    display: block;
    width: 100%;
    height: 1px;
    margin: 25px 0;
    background-color: #fff;
    content: "";
}

.kareer-plus-item__text {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.11;
    font-family: Open Sans;
}

.page-kareer-vacancies {
    display: block;
    position: relative;
    padding: 50px 0 115px;
    background-image: url(../img/bg_page-kareer-vacancies.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-kareer-vacancies .h1 {
    margin-bottom: 30px;
}

.vacancies-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.vacancies-items>div {
    width: calc(25% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
}

.vacancies-item {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    display: block;
    position: relative;
    background-color: #000;
    transition: 0.7s;
}

.vacancies-item:hover {
    background-color: #008CD1;
}

.vacancies-item:hover .vacancies-item__cover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.vacancies-item__box {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.vacancies-item__overflow {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    overflow: hidden;
}

.vacancies-item__cover {
    -webkit-transform: translateY(57%);
    -ms-transform: translateY(57%);
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(57%);
    transition: 0.7s;
}

.vacancies-item__title {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.33;
    font-family: Oswald;
}

.vacancies-item__title::after {
    display: block;
    width: 100px;
    height: 1px;
    margin: 15px 0;
    background-color: #FFD300;
    content: "";
}

.vacancies-item__text ul {
    margin: 0;
    padding: 0;
    color: #fff;
    list-style: none;
}

.vacancies-item__text ul li {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.25;
    font-family: Open Sans;
}

.vacancies-item__text ul li+li {
    margin-top: 20px;
}

.page-kareer-request {
    display: block;
    position: relative;
    padding: 40px 0;
    background-image: url(../img/bg_page-kareer-request.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.page-kareer-request .section-title::after {
    display: none;
}

.page-vacancy .page-content {
    background-image: url(../img/bg_advert-2.png);
    background-position: right 3% top 60%;
    background-size: 36%;
    background-repeat: no-repeat;
}

.page-head-vacancy {
    display: block;
    position: relative;
}

.page-head-vacancy__bg {
    display: block;
    position: relative;
}

.page-head-vacancy__bg img {
    -o-object-fit: cover;
    -o-object-position: center;
    min-height: 440px;
    object-fit: cover;
    object-position: center;
}

.page-head-vacancy__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-top: 170px;
    padding-bottom: 20px;
}

.page-head-vacancy__content [class*=container] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1;
    flex: 0 0 1;
    height: 100%;
}

.page-head-vacancy__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
}

.page-head-vacancy__back {
    -ms-flex-item-align: start;
    align-self: flex-start;
    justify-self: flex-start;
}

.page-head-vacancy__back .button-decor>*+* {
    margin-left: 10px;
}

.page-head-vacancy__title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    max-width: 1018px;
    margin-top: 50px;
    padding: 55px 45px;
    background: rgba(255, 255, 255, 0.8);
    color: #282828;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.25;
    font-family: Oswald;
}

.page-head-vacancy__title:before,
.page-head-vacancy__title:after {
    display: block;
    position: absolute;
    width: 100px;
    height: 35px;
    content: "";
}

.page-head-vacancy__title::before {
    top: 0;
    right: 0;
    border-top: 1px solid #FFD300;
    border-right: 1px solid #FFD300;
}

.page-head-vacancy__title::after {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #FFD300;
    border-left: 1px solid #FFD300;
}

.vacancy-info {
    margin-bottom: 50px;
}

.vacancy-info-video {
    display: block;
    position: relative;
}

.vacancy-info-video a {
    display: block;
    position: relative;
}

.vacancy-info-video__img img {
    width: 100%;
}

.vacancy-info-video__btn {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 168px;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: rgba(0, 84, 128, 0.5);
}

.vacancy-info-video__btn svg {
    width: 64px;
    height: 64px;
}

.vacancy-info-video__btn svg path {
    fill: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.vacancy-info-video:hover svg path {
    fill: #FFD300;
}

.vacancy-info-desc {
    -webkit-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    display: block;
    z-index: 1;
    position: relative;
    padding: 40px;
    transform: translateX(-120px);
    background-color: #fff;
}

.vacancy-info-desc__title {
    margin-bottom: 16px;
    color: #282828;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.25;
    font-family: Oswald;
}

.vacancy-info-desc__text {
    color: #282828;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.63;
    font-family: Open Sans;
}

.vacancy-desc {
    display: block;
    position: relative;
    padding: 30px 30px 30px 70px;
    background-color: #fff;
}

.vacancy-desc+.vacancy-desc {
    margin-top: 35px;
}

.vacancy-desc ul {
    margin-bottom: 0;
}

.page-head-post {
    display: block;
    position: relative;
}

.page-head-post__bg {
    display: block;
    position: relative;
}

.page-head-post__bg img {
    -o-object-fit: cover;
    -o-object-position: center;
    min-height: 440px;
    object-fit: cover;
    object-position: center;
}

.page-head-post__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-top: 170px;
    padding-bottom: 20px;
}

.page-head-post__content [class*=container] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1;
    flex: 0 0 1;
    height: 100%;
}

.page-head-post__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.page-head-post__back {
    -ms-flex-item-align: start;
    align-self: flex-start;
    justify-self: flex-start;
}

.page-head-post__back .button-decor>*+* {
    margin-left: 10px;
}

.page-head-post__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.17;
    font-family: Oswald;
    text-align: center;
}

.text-block {
    display: block;
    position: relative;
    padding: 40px;
    background: #FFFFFF;
}

.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
    margin-bottom: 16px;
    color: #282828;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.25;
    font-family: Oswald;
}

.page-post .page-content {
    background-image: url(../img/bg_post.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-post .page-content .float-right {
    margin: 0 0 20px 20px;
}

.page-post .page-content .float-left {
    margin: 0 20px 20px 0;
}

.page-post .page-content .first-block .img-block>img {
    -o-object-fit: cover;
    -o-object-position: center;
    max-width: 722px;
    max-height: 401px;
    object-fit: cover;
    object-position: center;
}

.page-post .page-content .first-block .text-block {
    display: table;
    margin: 0 20px 20px 0;
}

.page-post .row h3 {
    margin-bottom: 35px;
    font-size: 36px;
}

.page-post .row+.row {
    margin-top: 45px;
}

.block-video {
    display: block;
    position: relative;
}

.block-video a {
    display: block;
    position: relative;
}

.block-video a img {
    display: block;
    position: relative;
    width: 100%;
}

.block-video a:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 168px;
    height: 168px;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.8073 16.2856L6.58883 1.07498C5.56274 0.372034 4.52888 0 3.66954 0C2.00818 0 0.980469 1.33337 0.980469 3.56525V36.4399C0.980469 38.6692 2.00688 40 3.66436 40C4.52499 40 5.54234 39.6276 6.5707 38.9228L28.7995 23.7124C30.229 22.7326 31.0207 21.4142 31.0207 19.9982C31.021 18.5833 30.2384 17.2651 28.8073 16.2856Z' fill='white'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 64px;
    background-repeat: no-repeat;
    background-color: rgba(0, 84, 128, 0.5);
    content: "";
    transition: 0.3s;
}

.block-video:hover a:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.8073 16.2856L6.58883 1.07498C5.56274 0.372034 4.52888 0 3.66954 0C2.00818 0 0.980469 1.33337 0.980469 3.56525V36.4399C0.980469 38.6692 2.00688 40 3.66436 40C4.52499 40 5.54234 39.6276 6.5707 38.9228L28.7995 23.7124C30.229 22.7326 31.0207 21.4142 31.0207 19.9982C31.021 18.5833 30.2384 17.2651 28.8073 16.2856Z' fill='%23FFD300'/%3E%3C/svg%3E%0A");
}

.youtube-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.youtube-block .block-video {
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    z-index: 1;
    transform: translateX(70px);
}

.youtube-block .text-block {
    -webkit-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    z-index: 2;
    transform: translateX(-70px);
}

.page-pdf {
    display: block;
    position: relative;
}

.page-pdf .page-main {
    background: #141b21;
}

.page-pdf .page-head__bg {
    min-height: 300px;
}

.page-pdf .page-head__bg img {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.page-pdf .page-content {
    display: block;
    z-index: 2;
    position: relative;
}

.container-pdf {
    display: block;
    position: relative;
}

.container-pdf iframe {
    width: 100%;
    height: 100vh;
}

.page-product .page-head__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 50px;
}

.page-product .page-content {
    background-color: #03547B;
    color: #fff;
}

.page-product .page-content::before {
    display: block;
    z-index: 0;
    position: absolute;
    top: -10vw;
    left: -50vw;
    width: 1775px;
    height: 1775px;
    border-radius: 50%;
    background: -o-radial-gradient(50% 50%, 50% 50%, #00A3CC 0%, rgba(0, 163, 204, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #00A3CC 0%, rgba(0, 163, 204, 0) 100%);
    content: "";
    pointer-events: none;
}

.page-product .row--bg {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 85px;
    padding: 45px 0 25px 45px;
}

.page-product .row--bg .img-block {
    margin-top: -120px;
    margin-left: -20px;
}

.product-info {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    display: block;
    z-index: 3;
    position: relative;
    margin: 40px 0;
    padding-left: 70px;
    transform: translateX(60px);
    border-left: 10px solid #FFD300;
}

.product-info-item {
    display: block;
    position: relative;
    background: #009AC3;
}

.product-info-item+.product-info-item {
    margin-top: 30px;
}

.product-info-item>div {
    padding: 20px 40px;
}

.product-info-item h3 {
    margin-bottom: 15px;
    font-size: 36px;
}

.product-info-item a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    color: #fff;
    transition: 0.3s;
}

.product-info-item a [class*=icon_] {
    margin-left: 10px;
}

.product-info-item a:hover {
    color: #FFD300;
    text-decoration: none;
}

.product-info-item.product-info-item--decor {
    background-image: url(../img/decor-product-unit.png);
    background-position: center;
    background-size: 75%;
    background-repeat: no-repeat;
}

.row--bg {
    background-color: rgba(255, 255, 255, 0.1);
}

.products-slider-wrapper {
    display: block;
    position: relative;
    min-height: 100vh;
    padding: 150px 0 40px;
}

.products-slider-bg {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-size: cover;
}

.products-slider-content {
    display: block;
    z-index: 1;
    position: relative;
}

.products-slider-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-height: 192px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 30px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 96px;
    line-height: 1;
    font-family: Oswald;
    text-align: center;
    text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
}

.products-slider-title a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 95px;
    transform: translateY(-50%);
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#237096), to(#008CD1));
    background: -o-linear-gradient(top, #237096 0%, #008CD1 100%);
    background: linear-gradient(180deg, #237096 0%, #008CD1 100%);
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

.products-slider-title a:hover {
    background-color: #FFD300;
    text-decoration: none;
}

.products-slider-title a.products-slider-prev {
    left: 0;
}

.products-slider-title a.products-slider-next {
    right: 0;
}

.products-slider-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 190px);
}

.products-slider-nav {
    display: block;
    position: relative;
}

.products-slider-nav .swiper-container {
    -webkit-clip-path: inset(-100vw -100vw -100vw 0);
    overflow: visible;
    clip-path: inset(-100vw -100vw -100vw 0);
}

.products-slider-nav .swiper-button-prev:before,
.products-slider-nav .swiper-button-next:before {
    font-size: 18px;
}

.products-slider-nav .swiper-button-prev {
    left: -40px;
}

.products-slider-nav .swiper-button-next {
    right: -40px;
}

.products-slider-nav .swiper-button-disabled {
    opacity: 0;
}

.products-slider-nav .swiper-pagination {
    display: none;
    bottom: -10px;
    width: 100%;
}

.products-slider-nav .category-unit {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.products-slider-nav .category-unit:hover {
    background-color: #008CD1;
}

.products-slider-nav .category-unit.active {
    background-color: #008CD1;
}

.products-slider-nav .category-unit.active.border-effect:before,
.products-slider-nav .category-unit.active.border-effect:after,
.products-slider-nav .category-unit.active.border-effect>*:before,
.products-slider-nav .category-unit.active.border-effect>*:after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.products-slider-nav .category-unit__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 110px;
}

.products-slider-nav .category-unit__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
}

.products-slider-nav .category-unit__media img {
    width: 110px;
    height: 110px;
}

.products-slider-nav .category-unit__body {
    padding: 0 10px 0 10px;
}

.products-slider-nav .category-unit__title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.products-slider {
    display: block;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px 0;
}

.products-slider.products-slider--auto {
    margin: auto 0;
}

.products-slider .swiper-button-prev,
.products-slider .swiper-button-next {
    width: 30px;
    height: 150px;
    margin-top: -75px;
    border-radius: 5px;
}

.products-slider .swiper-button-prev:hover,
.products-slider .swiper-button-next:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background-color: transparent;
}

.products-slider .swiper-button-prev {
    left: -40px;
}

.products-slider .swiper-button-next {
    right: -40px;
}

.products-slider .swiper-button-disabled {
    opacity: 0;
}

.products-slider .swiper-pagination {
    display: none;
    bottom: 15px;
    width: 100%;
}

.products-slider-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.products-slider-item__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
}

.products-slider-item__img img {
    max-height: 200px;
}

.products-slider-item__puls {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
}

.products-slider-item__puls span {
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFD300;
}

.products-slider-item__puls span::before {
    -webkit-box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    transform: translate(-50%, -50%);
    border: 1px solid #FFD300;
    border-radius: 50%;
    content: "";
}

.products-slider-item__puls::before {
    -webkit-animation: pulse 2.8s linear infinite;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    animation: pulse 2.8s linear infinite;
    opacity: 0;
}

.products-slider-item__puls::after {
    -webkit-animation: pulse 2.8s linear infinite;
    -webkit-animation-delay: 0.7s;
    -webkit-animation-delay: 0.5s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    animation: pulse 2.8s linear infinite;
    animation-delay: 0.5s;
    opacity: 0;
}

.products-slider-item__info {
    display: block;
    position: relative;
    max-width: 100%;
}

.products-slider-item__info::before {
    -webkit-transform: rotate(52.67deg);
    -ms-transform: rotate(52.67deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    z-index: 1;
    position: absolute;
    top: -122px;
    bottom: 100%;
    left: 70px;
    width: 1px;
    height: 150px;
    transform: rotate(52.67deg);
    background-color: #fff;
    content: "";
    transition: 0.3s;
}

.products-slider-item__info:hover .products-slider-item__desc {
    margin-bottom: 0;
}

.products-slider-item__info:hover .products-slider-item__more {
    visibility: visible;
    height: auto;
    opacity: 1;
}

.products-slider-item__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    max-width: 280px;
    height: 30px;
    padding: 0 15px 0 10px;
    background: #008CD1;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.21;
    font-family: Oswald;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.products-slider-item__title span {
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.products-slider-item__desc {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    max-width: 280px;
    margin-bottom: 34px;
    padding: 8px 8px 0;
    border: 1px solid #008CD1;
    background: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.33;
    font-family: Open Sans;
}

.products-slider-item__more {
    -webkit-box-sizing: border-box;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    box-sizing: border-box;
    visibility: hidden;
    height: 0;
    margin: 8px -8px 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: 0.5s;
}

.products-slider-item__more a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    padding: 8px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.29;
    font-family: Open Sans;
    transition: 0.3s;
}

.products-slider-item__more a [class*=icon_] {
    margin-left: 20px;
    font-size: 12px;
}

.products-slider-item__more a:hover {
    color: #FFD300;
    text-decoration: none;
}

.products-slider-item.products-slider-item--custome .products-slider-item__desc>span {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.kids-post-slider {
    margin-bottom: 40px;
}

.kids-post-slider [class*=swiper-button-] {
    height: 170px;
    margin-top: -85px;
    border-radius: 5px;
}

.kids-post-slider .swiper-button-prev {
    left: 30px;
}

.kids-post-slider .swiper-button-next {
    right: 50px;
}

.kids-post-slider .img-block {
    padding-top: 22px;
    padding-right: 22px;
}

.kids-post-slider .img-block::before {
    width: calc(100% - 22px);
    height: calc(100% - 22px);
}

.kids-post-slider .img-block img {
    width: auto;
    max-height: 95vh;
    margin: 0 auto;
}

.kids-post-slider .img-block.img-block--right:hover img {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.kids-post-item__media {
    display: block;
    position: relative;
}

.kids-post-item__author {
    display: block;
    z-index: 2;
    position: absolute;
    bottom: 50px;
    bottom: 2.6041666667vw;
    left: 50px;
    left: 2.6041666667vw;
    padding: 25px;
    padding: 1.3020833333vw;
    background-color: #fff;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.33;
    font-family: Oswald;
}

.kids-post-item__author:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #FFD300;
    content: "";
}

.kids-filter {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.kids-filter-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.kids-filter-list>li {
    width: 50%;
}

.kids-filter-list>li:first-child .kids-filter-item {
    background: #008CD1;
}

.kids-filter-list>li:first-child .kids-filter-item .js-select {
    background-color: #fff;
}

.kids-filter-list>li:first-child .kids-filter-item .js-select span.current {
    color: #4A4A4A;
}

.kids-filter-list>li:first-child .kids-filter-item .js-select:after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.96076 1.77365L9.89005 1.70294L9.96076 1.77365C10.1464 1.58798 10.1464 1.28766 9.96074 1.102C9.77507 0.916327 9.47475 0.916327 9.28909 1.102L5.49999 4.89108L1.71091 1.102C1.52524 0.916327 1.22492 0.916327 1.03925 1.102C0.853583 1.28766 0.853583 1.58798 1.03925 1.77365L5.16417 5.89857C5.25675 5.99115 5.37849 6.03773 5.5 6.03773C5.62152 6.03773 5.74326 5.99115 5.83584 5.89857L9.96076 1.77365Z' fill='black' stroke='black' stroke-width='0.2'/%3E%3C/svg%3E%0A");
}

.kids-filter-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 110px;
    border-top: 2px solid transparent;
    background-color: #03547B;
    cursor: pointer;
    transition: 0.5s;
}

.kids-filter-item::before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/decor-tabs.png);
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    content: "";
    opacity: 0.1;
    transition: 0.3s;
}

.kids-filter-item__title {
    display: inline-block;
    margin-right: 15px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}

.kids-filter-item .js-select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
    border: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.2);
}

.kids-filter-item .js-select span.current {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.kids-filter-item .js-select:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-right: -2px;
    transform: rotate(0deg);
    transform-origin: center;
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.96076 1.77365L9.89005 1.70294L9.96076 1.77365C10.1464 1.58798 10.1464 1.28766 9.96074 1.102C9.77507 0.916327 9.47475 0.916327 9.28909 1.102L5.49999 4.89108L1.71091 1.102C1.52524 0.916327 1.22492 0.916327 1.03925 1.102C0.853583 1.28766 0.853583 1.58798 1.03925 1.77365L5.16417 5.89857C5.25675 5.99115 5.37849 6.03773 5.5 6.03773C5.62152 6.03773 5.74326 5.99115 5.83584 5.89857L9.96076 1.77365Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}

.kids-filter-item .js-select.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.kids-filter-item .js-select .list {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
}

.page-content-404 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding-top: 200px;
    padding-bottom: 350px;
    background-image: url(../img/bg_404.jpg);
    background-position: center;
    background-size: cover;
}

.page-404-box {
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.38;
    text-align: center;
}

.page-404-box p {
    margin: 50px 0 30px;
}

.page-404-animate {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 0;
    position: absolute;
    bottom: -25%;
    left: 50%;
    width: 1400px;
    margin: 0 auto;
    transform: translateX(-50%);
    pointer-events: none;
}

.page-management .submenu__dropdown ul li {
    width: auto;
    min-width: 200px;
}

.page-management .submenu__dropdown ul li a {
    padding: 0 22px;
}

.page-management .submenu__dropdown ul li a.is-active {
    background-color: #008CD1;
    color: #fff;
}

.managment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.managment .row {
    width: 100%;
}

.managment-left {
    margin-bottom: 25px;
}

.managment-form {
    min-width: 0;
    margin-top: 30px;
    padding: 40px;
    background: #008CD1;
}

.managment-form .form-group {
    display: block;
    position: relative;
}

.managment-form .form-group+.form-group {
    margin-top: 20px;
}

.managment-form .form-group label {
    display: block;
    margin-bottom: 7px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.29;
    font-family: Open Sans;
}

.managment-form .form-group input.form-control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 3.21;
    font-family: Open Sans;
}

.managment-form .form-group input.form-control::-webkit-input-placeholder {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.managment-form .form-group input.form-control::-moz-placeholder {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.managment-form .form-group input.form-control:-ms-input-placeholder {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.managment-form .form-group input.form-control::-ms-input-placeholder {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.managment-form .form-group input.form-control::placeholder {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.managment-form .form-group .nice-select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: 45px;
    float: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.2);
    line-height: 45px;
}

.managment-form .form-group .nice-select .current {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.managment-form .form-group .nice-select:after {
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    display: block;
    position: absolute;
    top: 50%;
    right: 22px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    transform: rotate(45deg);
    transform-origin: 66% 66%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: none;
    content: "";
    pointer-events: none;
    transition: all 0.15s ease-in-out;
}

.managment-form .form-group .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.managment-form .form-group .nice-select .list {
    width: 100%;
    border-radius: 0;
}

.managment-form .form-group textarea.form-control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 90px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 3.21;
    font-family: Open Sans;
    resize: none;
}

.managment-form .form-group textarea.form-control::-webkit-input-placeholder {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.managment-form .form-group textarea.form-control::-moz-placeholder {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.managment-form .form-group textarea.form-control:-ms-input-placeholder {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.managment-form .form-group textarea.form-control::-ms-input-placeholder {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.managment-form .form-group textarea.form-control::placeholder {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Open Sans;
}

.managment-form .form-group .form-control.error+.error {
    margin-top: 5px;
    margin-bottom: 0;
    color: #FFD300;
    font-size: 12px;
}

.managment-form .modal-title {
    margin-bottom: 10px;
}

.managment-form .modal-title-sub {
    margin-top: 0;
    margin-bottom: 25px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.managment-fliter {
    min-width: 0;
    padding: 40px;
    background: #4481A9;
}

.managment-fliter__block:not(:last-child) {
    margin-bottom: 40px;
}

.managment-fliter__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.managment-fliter__title {
    margin-top: 0;
    margin-bottom: 25px;
    color: #FFF;
    font-weight: 600;
    font-size: 24px;
}

.managment-check {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.managment-check:hover .managment-check__box {
    color: #FFD300;
}

.managment-check__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.managment-check__box {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    display: block;
    position: relative;
    padding-left: 40px;
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    word-break: break-all;
    transition: 0.3s all ease;
}

.managment-check__box::before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    border: 1px solid #C7C7C7;
    border-radius: 50%;
    content: "";
}

.managment-check__box::after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #C7C7C7;
    content: "";
    opacity: 0;
}

.managment-check__input:checked+.managment-check__box::after {
    opacity: 1;
}

.managment-check+.managment-check {
    margin-top: 15px;
}

.managment-filter-btn {
    padding: 10px 20px;
    border: 0;
    outline: 0;
    background: #4481A9;
    background-image: -o-linear-gradient(203.66deg, #016CA0 12.98%, #008CD1 87.12%);
    background-image: linear-gradient(246.34deg, #016CA0 12.98%, #008CD1 87.12%);
    color: #fff;
    font-size: 16px;
}

.managment-filter-overlay {
    display: none;
}

.managment-filter-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
}

.managment-left__inner {
    padding: 30px 20px;
    background: #03547b;
}

.managment-left__inner .managment-form {
    padding: 30px 20px;
}

.sidebar-news {
    margin-bottom: 70px;
}

.sidebar-news__title {
    margin-bottom: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.25;
}

.sidebar-news__item {
    display: block;
    outline: 0;
    color: #fff;
    font-size: 24px;
    text-decoration: none !important;
}

.sidebar-news__item:hover {
    color: #FFD300;
}

.sidebar-news__item+.sidebar-news__item {
    margin-top: 25px;
}

.managment-pane {
    z-index: 0;
    position: relative;
    height: 100%;
    padding: 30px;
    background: #03547b;
    color: #fff;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

.managment-pane p {
    margin-bottom: 30px;
}

.managment-pane h4 {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
}

.managment-pane__logo {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/decor-footer.png);
    background-position: center;
    background-repeat: no-repeat;
}

.managment-pane__title {
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 48px;
}

.managment-pane__title::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 130px;
    height: 2px;
    background: #ffd300;
    content: "";
}

.page-management .submenu__dropdown ul li a.btn-red {
    background: #b72023;
    color: #fff;
}

.managment-inner {
    width: 100%;
}

.accordion__item {
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.accordion__item.active .accordion__body {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    padding-top: 20px;
}

.accordion__item {
    margin-bottom: 30px;
}

.accordion__header {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    cursor: pointer;
}

.accordion__header:hover {
    color: #ffd300;
}

.accordion__body {
    -ms-grid-rows: 0fr;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    display: -ms-grid;
    display: grid;
    grid-template-rows: 0fr;
    transition: all 0.5s ease-out;
}

.accordion__body-holder {
    overflow: hidden;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

.docs-item {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.25;
}

.docs-item a {
    outline: transparent;
    color: #fff;
    font-weight: 700;
    text-decoration: none !important;
}

.docs-item a:hover {
    color: #ffd300;
    text-decoration: underline !important;
}

.violation-cont {
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

.violation-cont .form-check {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    padding-left: 0;
    cursor: pointer;
}

.violation-cont .form-check__input {
    -webkit-appearance: 0;
    -moz-appearance: 0;
    appearance: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.violation-cont .form-check__box {
    position: relative;
    padding-left: 26px;
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2875;
}

.violation-cont .form-check__box::before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
    content: "";
}

.violation-cont .form-check__input:checked+.form-check__box::after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    background: #fff;
    content: "";
}

.violation-cont .managment-form {
    margin-top: 0;
    padding: 30px 20px;
}

.violation-cont .modal-text {
    margin-bottom: 0;
}

.violation__left {
    padding-right: 40px;
}

.violation__left ul {
    margin-bottom: 30px;
}

.violation__left ul li {
    margin-bottom: 20px;
}

.violation__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    margin-left: auto;
}

.violation__right:has(.managment-form:nth-child(2)) {
    display: -ms-grid;
    display: grid;
    gap: 30px;
}

.violation__right:has(.managment-form:nth-child(2)) .managment-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.violation__right:has(.managment-form:nth-child(2)) .modal-text {
    margin-top: auto;
}

.violation__right:has(.managment-form:nth-child(2)) .modal-text:has(h3.text-center) {
    margin-top: 0;
}

.page-management .page-head__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.page-management .page-head__bg img {
    height: 100%;
}

.page-management .page-head__content {
    position: relative;
}

.page-management .submenu {
    display: block;
    position: relative;
    width: 100%;
}

.page-management .submenu.is-show .submenu__dropdown {
    visibility: visible;
    z-index: 2;
    top: 100%;
    opacity: 1;
    pointer-events: all;
}

.page-management .submenu__current {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    padding: 0 10px;
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    color: #000000;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.38;
    font-family: Open Sans;
}

.page-management .submenu__current [class*=icon_] {
    margin-left: 20px;
    font-size: 10px;
}

.page-management .submenu__dropdown ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-management .submenu__dropdown li {
    width: 200px;
}

.page-management .submenu__dropdown li+li {
    margin-left: 0;
}

.page-management .submenu__dropdown li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    padding: 0 10px;
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    color: #000000;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.38;
    font-family: Open Sans;
    text-align: center;
    transition: 0.5s;
}

.page-management .submenu__dropdown li a:hover {
    background-color: #008CD1;
    color: #fff;
    text-decoration: none;
}

.page-management .submenu__dropdown li.active a {
    background-color: #008CD1;
    background-color: #fff;
    color: #fff;
    color: #000;
    text-decoration: none;
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100vh - 3.5rem);
    }

    #modal-corruption .modal-dialog {
        max-width: 574px;
    }
}

@media (min-width: 767px) {
    .section-title {
        font-size: calc(24px + 24 * (100vw / 1920));
    }

    .checkbox-custome span {
        font-size: calc(14px + 4 * (100vw / 1920));
    }

    .section-hero__title {
        font-size: calc(24px + 20 * (100vw / 1920));
    }

    .about-unit__title {
        font-size: calc(24px + 24 * (100vw / 1920));
    }

    .about-unit__body {
        font-size: calc(12px + 6 * (100vw / 1920));
    }

    .enterprise-unit a {
        font-size: calc(14px + 4 * (100vw / 1920));
    }

    .section-products__title {
        font-size: calc(18px + 6 * (100vw / 1920));
    }

    .ananoce-item__title {
        font-size: calc(18px + 18 * (100vw / 1920));
    }

    .ananoce-item__intro {
        font-size: calc(12px + 4 * (100vw / 1920));
    }

    .page-ananoce-slider__title {
        font-size: calc(18px + 6 * (100vw / 1920));
    }

    .ananoce-slider-item__date {
        font-size: calc(10px + 4 * (100vw / 1920));
    }

    .news-item__date {
        font-size: calc(10px + 4 * (100vw / 1920));
    }

    .news-item__intro {
        font-size: calc(10px + 4 * (100vw / 1920));
    }

    .media-grid-item__date {
        font-size: calc(10px + 4 * (100vw / 1920));
    }

    .media-grid-item__title {
        font-size: calc(18px + 18 * (100vw / 1920));
    }

    .pretendent-item__date {
        font-size: calc(10px + 4 * (100vw / 1920));
    }

    .mayno-item__date {
        font-size: calc(10px + 4 * (100vw / 1920));
    }

    .vacancy-info-desc__text {
        font-size: calc(14px + 2 * (100vw / 1920));
    }

    .product-info-item h3 {
        font-size: calc(18px + 18 * (100vw / 1920));
    }

    .products-slider-title {
        font-size: calc(30px + 66 * (100vw / 1920));
    }

    .products-slider-item__desc {
        font-size: calc(10px + 2 * (100vw / 1920));
    }

    .products-slider-item__more a {
        font-size: calc(10px + 4 * (100vw / 1920));
    }

    .kids-post-item__author {
        font-size: calc(12px + 12 * (100vw / 1920));
    }

    .page-404-box {
        font-size: calc(16px + 8 * (100vw / 1920));
    }
}

@media only screen and (min-width: 768px) {
    .header-phone {
        display: inline-block;
    }

    .header-phone__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 10px 6px;
        background: #fff;
        color: #008CD1;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: normal;
    }

    .header-phone__label {
        margin-right: 3px;
        white-space: nowrap;
    }

    .header-phone__phone {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        color: inherit;
        text-decoration: none !important;
        white-space: nowrap;
        transition: 0.3s;
    }

    .header-phone__phone:hover {
        color: #FFD300;
    }

    .header-phone__decore {
        display: none;
    }

    .header-phone-btn {
        display: none;
    }

    .violation {
        padding: 13px 28px 14px;
    }

    .news-item__icons {
        top: 59px;
    }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
    .header-phone__inner {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 768px) and (min-width: 1300px) {
    .header-phone__inner {
        margin-top: 0;
        margin-left: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .header-btn--mobile {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .managment-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        margin-bottom: 0;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 1024px) {
    .managment-filter-btn {
        display: none;
    }
}

@media screen and (min-width: 1100px) {
    .violation__right:has(.managment-form:nth-child(2)) {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1200px) {
    .container-xl {
        max-width: 1790px;
    }

    .container-lg {
        max-width: 1440px;
    }
}

@media only screen and (min-width: 1200px) {
    .header-menu-link {
        font-size: 16px;
    }

    .news-item__icons {
        top: 72px;
    }

    .page-management .submenu__dropdown ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media only screen and (min-width: 1300px) {
    .page-header__left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .violation-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .violation {
        margin-top: 0;
        margin-left: 25px;
    }
}

@media only screen and (min-width: 1500px) {
    .violation {
        margin-left: 75px;
    }
}

@media screen and (min-width: 1501px) {
    .violation__right:has(.managment-form:nth-child(2)) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 740px;
        flex: 0 0 740px;
    }
}

@media only screen and (max-width: 1900px) {
    .slider-category-products {
        padding-right: 50px;
    }

    .slider-category-products .swiper-button-next {
        right: 0;
    }

    .slider-products {
        padding-right: 50px;
    }

    .slider-products .swiper-button-prev {
        right: 0;
    }

    .slider-products .swiper-button-next {
        right: 0;
    }

    .ananoce-slider {
        padding: 0 50px;
    }

    .ananoce-slider .swiper-button-prev {
        left: 0;
    }

    .ananoce-slider .swiper-button-next {
        right: 0;
    }

    .products-slider-inner {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1679px) {
    .navigation-item__title {
        margin-bottom: 20px;
        margin-left: 20px;
        font-size: 36px;
    }

    .navigation-item__menu li a {
        padding: 12px 10px 10px 20px;
        font-size: 16px;
    }

    .navigation-item__menu li a:before {
        left: 10px;
    }

    .about-enterprise-slider {
        padding-right: 30px;
    }

    .category-unit__title a {
        font-size: 18px;
    }

    .search-result__overflow {
        height: 500px;
    }

    .calendar-box__body {
        padding: 20px;
    }

    .tenant-block {
        margin-top: 70px;
    }

    .kareer-plus-item:nth-child(even) .kareer-plus-item__desc {
        margin-top: 87px;
    }

    .kareer-plus-item__desc {
        margin-top: 76px;
    }

    .kareer-plus-item__title {
        font-size: 30px;
    }

    .kareer-plus-item__text {
        font-size: 16px;
    }

    .vacancies-item__title {
        font-size: 18px;
    }

    .vacancies-item__title::after {
        margin: 10px 0;
    }

    .vacancies-item__text ul li {
        font-size: 14px;
    }

    .vacancies-item__text ul li+li {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1500px) {
    .page-footer__partner {
        margin-right: 40px;
    }

    .page-footer__logo {
        margin: 0 20px 0 40px;
    }
}

@media screen and (max-width: 1500px) {
    .violation-cont:has(.managment-form:nth-child(2)) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1493px) {
    .navigation-item__title {
        font-size: 24px;
    }

    .navigation-item__menu li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1439px) {
    .navigation-item__box {
        min-height: 320px;
    }

    .about-news-slider .swiper-slide-next+* {
        -webkit-transform: scale(0.8) translateX(-85%);
        -ms-transform: scale(0.8) translateX(-85%);
        z-index: -1;
        transform: scale(0.8) translateX(-85%);
        opacity: 0.5;
    }

    .about-concern-desc {
        padding: 20px 0;
    }

    .page-contacts__list {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .page-contacts__list .tabs__nav li a {
        padding: 30px 15px;
        font-size: 16px;
    }

    .page-contacts__departaments {
        left: 50px;
    }

    .search-result__overflow {
        height: 400px;
    }

    .ananoce-item__media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .ananoce-item__desc {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 20px;
    }

    .ananoce-item__label {
        margin-bottom: 10px;
    }

    .ananoce-item__title {
        margin-bottom: 15px;
    }

    .ananoce-item__more {
        margin-top: 15px;
    }

    .page-mayno-hero .text-block {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        min-height: auto;
        padding: 20px;
        transform: translateX(0);
        font-size: 14px;
    }

    .page-mayno-hero .text-block h3 {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .vacancy-info-desc {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .page-product .row--bg .img-block {
        margin: 20px 0;
    }

    .product-info {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        margin: 20px 0;
        padding-left: 30px;
        transform: translateX(0);
        border-width: 5px;
    }
}

@media only screen and (max-width: 1400px) {
    .header-menu-item+.header-menu-item {
        margin-left: 15px;
    }

    .page-footer__partner-inner {
        display: block;
        text-align: center;
    }

    .page-footer__partner {
        width: 95px;
    }

    .page-footer__partner-img {
        margin-right: 0;
        margin-bottom: 4px;
    }

    .page-footer__menu {
        margin-right: 5px;
    }
}

@media screen and (max-width: 1400px) {
    .managment-form {
        padding: 20px;
    }

    .managment-fliter {
        padding: 20px;
    }

    .managment-fliter__title {
        font-size: 18px;
    }

    .managment-check__box {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1367px) {
    .category-unit__title a {
        font-size: 16px;
    }

    .js-calendar .datepicker--cell {
        height: 37px;
    }

    .js-calendar .datepicker--day-name {
        height: 35px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1365px) {
    .search-result__overflow {
        height: 400px;
    }

    .vacancies-items>div {
        width: calc(33% - 20px);
    }

    .vacancies-empty {
        display: none;
    }

    .products-slider-title {
        margin: 10px 0;
    }
}

@media only screen and (max-width: 1280px) {
    .page-footer__logo {
        margin: 0 45px;
    }
}

@media only screen and (max-width: 1200px) {
    .page-breadcrumb {
        top: 90px;
    }

    .page-head__bg {
        min-height: 350px;
    }

    .page-head__bg img {
        min-height: 350px;
    }

    .page-head__menu {
        margin-top: 50px;
    }

    .submenu__dropdown ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .submenu__dropdown ul li {
        width: 20%;
    }

    .submenu__dropdown ul li+li {
        margin-left: 10px;
    }

    .submenu__dropdown ul li a {
        font-size: 14px;
    }

    .section-products .section-bg {
        padding: 50px 0;
    }

    .section-products__title::before {
        top: 10px;
    }

    .concern-desc-block__box {
        padding: 20px 35px 30px;
    }

    .concern-desc-block__title {
        font-size: 36px;
    }

    .about-concern-desc-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .about-concern-desc-mobile>div:first-child {
        display: block;
        width: 30%;
        margin-right: 30px;
    }

    .about-concern-desc-mobile>div:last-child {
        width: 70%;
    }

    .page-ananoce .page-content {
        padding: 30px 0;
    }

    .ananoce-item__title {
        font-size: 22px;
    }

    .calendar-box__body {
        padding: 30px;
    }

    .event-calendar {
        margin-bottom: 30px;
        text-align: center;
    }

    .event-calendar__wrap {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        max-width: 290px;
    }

    .event-calendar__btn {
        display: block;
        text-align: center;
    }

    .event-calendar__box {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        display: block;
        visibility: hidden;
        z-index: 1;
        position: absolute;
        top: calc(100% - 25px);
        left: 50%;
        max-width: 290px;
        transform: translateX(-50%);
        opacity: 0;
        pointer-events: none;
    }

    .page-notice .page-content {
        background: none;
    }

    .media-grid {
        -ms-grid-columns: 1fr 20px 1fr;
        -ms-grid-rows: auto 20px auto 20px auto;
        display: -ms-grid;
        display: grid;
        grid-template-rows: repeat(3, auto);
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "media-grid-item--1 media-grid-item--3" "media-grid-item--2 media-grid-item--4" "media-grid-item--8 media-grid-item--8";
        gap: 20px 20px;
    }

    .media-grid-item--1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .media-grid-item--3 {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .media-grid-item--4 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
    }

    .media-grid-item--2 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .media-grid-item--8 {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }

    .media-grid-item {
        height: 350px;
    }

    .media-grid-item--1,
    .media-grid-item--6,
    .media-grid-item--7 {
        height: 170px;
    }

    .media-grid-item--2 {
        height: 530px;
        margin-top: -170px;
    }

    .media-grid-item--5,
    .media-grid-item--6,
    .media-grid-item--7,
    .media-grid-item--9 {
        display: none;
    }

    body.page-media-post .page-head__title {
        font-size: 24px;
    }

    .concern-in-media-item__list a {
        padding: 0;
    }

    .page-vacancy .page-content {
        background: none;
    }

    .submenu__dropdown ul li a {
        font-size: 12px;
    }

    .page-management .submenu__dropdown ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .page-management .submenu__dropdown li {
        width: 20%;
    }

    .page-management .submenu__dropdown li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {

    html,
    body {
        font-size: 14px;
    }

    .h1 {
        font-size: 36px;
    }

    .page-head__back {
        top: 0;
    }

    .page-head__title {
        font-size: 48px;
    }

    .logo__img {
        width: 43px;
    }

    body.page-home .page-header__inner {
        padding-top: 30px;
    }

    .header-menu-item+.header-menu-item {
        margin-left: 15px;
    }

    .header-menu-btn {
        margin-left: 15px;
    }

    .overlay-navigation-btn [class*=icon_] {
        font-size: 15px;
    }

    .overlay-navigation-btn {
        width: 30px;
        height: 30px;
    }

    .header-contacts-link {
        right: 40px;
    }

    .header-contacts-link a {
        width: 145px;
        height: 30px;
        line-height: 30px;
    }

    .header-contacts-link a img {
        width: 19px;
        height: 19px;
    }

    .header-contacts-link a span {
        margin-left: 10px;
        font-size: 14px;
    }

    .page-footer__top {
        padding: 30px 0;
    }

    .page-footer__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page-footer__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 33%;
    }

    .page-footer__center {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        order: 1;
        width: 100%;
        margin-bottom: 20px;
    }

    .page-footer__partner {
        margin-right: 10px;
    }

    .page-footer__logo {
        margin: 0 10px;
    }

    .page-footer__right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        order: 2;
        width: 66%;
    }

    .page-footer__social {
        width: 50%;
        margin-top: 0;
    }

    .page-footer__social .social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page-footer__copy {
        font-size: 12px;
    }

    .dev {
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }

    .dev__link {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    .dev__text {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        margin-top: -30px;
        margin-left: 30px;
        transform: translateY(0);
    }

    .modal-body {
        padding: 40px;
    }

    .modal-title {
        font-size: 24px;
    }

    .overlay-navigation {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        left: 0;
        transform: translateX(-100%);
    }

    .overlay-slide-down {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .overlay-slide-up {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .navigation-nav {
        overflow: auto;
    }

    .navigation-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .navigation-item {
        -ms-flex-preferred-size: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-transition: 0.7s;
        -o-transition: 0.7s;
        flex-basis: auto;
        align-items: flex-start;
        min-height: 100px;
        padding: 10px 0;
        transition: 0.7s;
    }

    .navigation-item:nth-of-type(1) {
        min-height: 150px;
        padding-top: 80px;
    }

    .navigation-item.is-show {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 100%;
        min-height: 400px;
    }

    .navigation-item.is-show .navigation-item__title a {
        pointer-events: all;
    }

    .navigation-item.is-show .navigation-item__menu {
        -webkit-transition: 0.7s;
        -o-transition: 0.7s;
        height: auto;
        margin-top: 15px;
        overflow: visible;
        opacity: 1;
        transition: 0.7s;
    }

    .navigation-item__box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 320px;
        min-height: 100%;
        text-align: center;
    }

    .navigation-item__title {
        margin: 0;
        font-size: 36px;
    }

    .navigation-item__title a {
        pointer-events: none;
    }

    .navigation-item__title::before {
        display: none;
    }

    .navigation-item__menu {
        -webkit-transition: 0.7s;
        -o-transition: 0.7s;
        width: 100%;
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition: 0.7s;
    }

    .navigation-item__menu li a {
        padding: 14px;
        font-size: 18px;
    }

    .navigation-item__menu li a:before {
        display: none;
    }

    .navigation-nav .slide-in-nav-item {
        -webkit-animation: slide-in-nav-item-mobile 0.4s linear 1 0.1s both;
        animation: slide-in-nav-item-mobile 0.4s linear 1 0.1s both;
    }

    .navigation-nav .slide-in-nav-item-delay-1 {
        -webkit-animation: slide-in-nav-item-mobile 0.4s linear 1 0.2s both;
        animation: slide-in-nav-item-mobile 0.4s linear 1 0.2s both;
    }

    .navigation-nav .slide-in-nav-item-delay-2 {
        -webkit-animation: slide-in-nav-item-mobile 0.4s linear 1 0.3s both;
        animation: slide-in-nav-item-mobile 0.4s linear 1 0.3s both;
    }

    .navigation-nav .slide-in-nav-item-delay-3 {
        -webkit-animation: slide-in-nav-item-mobile 0.4s linear 1 0.4s both;
        animation: slide-in-nav-item-mobile 0.4s linear 1 0.4s both;
    }

    .navigation-nav .slide-in-nav-item-delay-4 {
        -webkit-animation: slide-in-nav-item-mobile 0.4s linear 1 0.5s both;
        animation: slide-in-nav-item-mobile 0.4s linear 1 0.5s both;
    }

    .navigation-nav .slide-in-nav-item-delay-5 {
        -webkit-animation: slide-in-nav-item-mobile 0.4s linear 1 0.6s both;
        animation: slide-in-nav-item-mobile 0.4s linear 1 0.6s both;
    }

    .navigation-nav .slide-in-nav-item-reverse {
        -webkit-animation: slide-in-nav-item-reverse-mobile 0.3s linear 1 0.6s both;
        animation: slide-in-nav-item-reverse-mobile 0.3s linear 1 0.6s both;
    }

    .navigation-nav .slide-in-nav-item-delay-1-reverse {
        -webkit-animation: slide-in-nav-item-reverse-mobile 0.3s linear 1 0.5s both;
        animation: slide-in-nav-item-reverse-mobile 0.3s linear 1 0.5s both;
    }

    .navigation-nav .slide-in-nav-item-delay-2-reverse {
        -webkit-animation: slide-in-nav-item-reverse-mobile 0.3s linear 1 0.4s both;
        animation: slide-in-nav-item-reverse-mobile 0.3s linear 1 0.4s both;
    }

    .navigation-nav .slide-in-nav-item-delay-3-reverse {
        -webkit-animation: slide-in-nav-item-reverse-mobile 0.3s linear 1 0.3s both;
        animation: slide-in-nav-item-reverse-mobile 0.3s linear 1 0.3s both;
    }

    .navigation-nav .slide-in-nav-item-delay-4-reverse {
        -webkit-animation: slide-in-nav-item-reverse-mobile 0.3s linear 1 0.2s both;
        animation: slide-in-nav-item-reverse-mobile 0.3s linear 1 0.2s both;
    }

    .navigation-nav .slide-in-nav-item-delay-5-reverse {
        -webkit-animation: slide-in-nav-item-reverse-mobile 0.3s linear 1 both;
        animation: slide-in-nav-item-reverse-mobile 0.3s linear 1 both;
    }

    .product-unit__category {
        height: 24px;
        padding: 0 20px 0 8px;
        font-size: 12px;
    }

    .product-unit__body {
        padding: 12px;
    }

    .product-unit__title {
        font-size: 18px;
    }

    .product-unit__desc {
        font-size: 12px;
    }

    .section-hero__content {
        padding: 0 0 27px 0;
    }

    .section-hero__title {
        font-size: 24px;
    }

    .section-about .section-bg {
        min-height: auto;
        padding: 50px 0;
    }

    .about-unit__title {
        padding: 0 50px 0 10px;
    }

    .section-corruption .section-bg {
        min-height: auto;
        padding: 60px 0;
    }

    .section-directions {
        display: none;
    }

    .section-category-products .section-bg {
        padding: 30px 0 38px;
    }

    .hero-about-concern {
        margin-top: -2px;
    }

    .hero-about-concern__decor {
        width: 35vw;
        height: 100%;
    }

    .hero-about-concern__decor::before {
        width: 950px;
        height: 950px;
    }

    .hero-about-concern__decor img {
        height: 100%;
    }

    .hero-about-concern__content {
        height: auto;
        padding-top: 160px;
        padding-bottom: 20px;
        font-size: 14px;
    }

    .about-concern-info {
        padding: 65px 0 20px;
    }

    .about-concern-info__title::before {
        left: calc(33.33% + 20px);
        width: 6px;
        height: 60px;
    }

    .info-category {
        margin-top: 15px;
    }

    .info-category__title {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .more-item__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .more-item__back {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
    }

    .more-item__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .more-item__empty {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 50%;
    }

    .page-contacts .page-content {
        padding-top: 150px;
    }

    .page-contacts .page-content::after {
        width: 950px;
        height: 950px;
    }

    .page-contacts__title {
        margin-bottom: 20px;
        font-size: 36px;
    }

    .page-structure-content {
        padding-top: 150px;
        padding-bottom: 50px;
    }

    .page-head-structure__title {
        margin-bottom: 30px;
    }

    .enterprise-info {
        padding: 40px 0;
    }

    .enterprise-info-desc {
        font-size: 18px;
        line-height: 1.67;
    }

    .enterprise-info-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        max-width: 100%;
        margin-top: 30px;
        padding: 20px 10px;
    }

    .enterprise-info-img {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        position: static;
        margin-left: 20px;
        transform: translate(0);
    }

    .enterprise-info-list li {
        font-size: 14px;
    }

    .enterprise-info-list li a {
        font-size: 14px;
    }

    .enterprise-products-items {
        padding-bottom: 0;
    }

    .enterprise-products-item__head {
        margin-bottom: 20px;
    }

    .enterprise-products-item__line {
        height: 50px;
    }

    .enterprise-products-item__name {
        font-size: 36px;
    }

    .enterprise-products-item__text {
        font-size: 18px;
    }

    .enterprise-products-item__body {
        margin-bottom: 110px;
    }

    .enterprise-products-item__intro {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        top: auto;
        bottom: -70px;
        padding: 60px 23px 23px 23px;
        transform: translate(0);
    }

    .enterprise-products-item__intro::before {
        left: 40px;
    }

    .enterprise-products-item__intro-text {
        font-size: 18px;
    }

    .enterprise-products {
        padding: 0 0 60px 0;
    }

    .enterprise-products .row+.row {
        margin-top: 20px;
    }

    .enterprise-products-slider-2 .slider-products {
        padding-right: 0;
        padding-left: 50px;
    }

    .enterprise-terms {
        padding: 30px 0 45px;
    }

    .enterprise-terms h3 {
        margin-bottom: 17px;
    }

    .page-ananoce-slider__title::before {
        top: 10px;
    }

    .ananoce-slider-item__date {
        top: 5px;
        height: 25px;
        padding: 0 15px 0 5px;
        line-height: 25px;
    }

    .ananoce-slider-item__title {
        padding: 6px 8px;
    }

    .ananoce-slider-item__title a {
        font-size: 16px;
    }

    .news-item__date {
        top: 20px;
        height: 27px;
        padding: 0 20px 0 10px;
        line-height: 27px;
    }

    .news-item__label {
        top: 20px;
        right: 0;
        height: 27px;
        padding: 0 15px;
        line-height: 27;
    }

    .news-item__title {
        height: 45px;
    }

    .news-item__title a {
        font-size: 18px;
    }

    .news-item__body {
        min-height: 70px;
    }

    .news-item__intro {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .notice-item__label {
        height: 33px;
    }

    .notice-item__body {
        padding: 10px 0;
    }

    .notice-item__title {
        margin-bottom: 10px;
    }

    .media-post-slider {
        padding-bottom: 100px;
    }

    .media-post-slider .swiper-container {
        overflow: visible;
    }

    .media-post-slider .swiper-pagination {
        bottom: 100px;
    }

    .media-post-item__desc {
        right: 0;
        bottom: 50px;
        max-width: 670px;
        padding: 15px;
    }

    .media-post-item__title {
        font-size: 24px;
    }

    .media-post-item__text {
        font-size: 12px;
    }

    .concern-in-media-item+.concern-in-media-item {
        margin-top: 40px;
        padding-top: 40px;
    }

    .concern-in-media-item__year {
        margin-bottom: 20px;
        font-size: 72px;
    }

    .concern-in-media-item__box .overflow {
        max-height: 640px;
    }

    body.page-documents .page-wrapper::before {
        width: 70vw;
    }

    body.page-documents .page-wrapper::after {
        width: 950px;
        height: 950px;
    }

    body.page-documents .page-head__content {
        height: 225px;
    }

    .documents-list-item+.documents-list-item {
        margin-top: 20px;
    }

    .documents-list-item__link {
        padding: 55px 35px;
    }

    .documents-list-item__title {
        font-size: 48px;
    }

    .documents-list-item__title img,
    .documents-list-item__title svg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-height: 130px;
        margin-right: 40px;
    }

    .page-status-content::after {
        width: 950px;
        height: 950px;
    }

    .page-status-content__inner {
        padding: 30px 0 10px 10px;
    }

    .page-status-content__title {
        margin-bottom: 60px;
        font-size: 48px;
    }

    .status-item {
        font-size: 14px;
    }

    .status-item+.status-item {
        margin-top: 20px;
    }

    .status-item__head img {
        margin-bottom: 30px;
    }

    .page-acts-content::before {
        top: 40px;
        left: -25vw;
    }

    .page-acts-content::after {
        width: 950px;
        height: 950px;
    }

    .page-acts-content__title {
        margin-bottom: 60px;
        font-size: 48px;
    }

    .act-item__bg {
        padding: 30px 0;
    }

    .act-item__bg:hover {
        padding: 50px 0;
    }

    .act-item__date {
        font-size: 14px;
    }

    .act-item__title {
        font-size: 24px;
    }

    .act-item__text {
        font-size: 14px;
    }

    .page-clear-content {
        padding: 30px 0;
    }

    .clear-list::before {
        left: 41px;
    }

    .clear-item {
        margin-bottom: 40px;
    }

    .clear-item__numb [class*=icon_] {
        margin: 0 17px 0 11px;
    }

    .clear-item__title {
        margin: 5px 0;
        font-size: 24px;
    }

    .clear-item__text {
        font-size: 14px;
    }

    .clear-item__btn {
        margin-top: 10px;
    }

    .page-dovid .page-content {
        padding: 50px 0;
    }

    .classification-item+.classification-item {
        margin-top: 20px;
    }

    .classification-item__bg {
        padding: 30px;
    }

    .classification-item__title a {
        font-size: 24px;
    }

    .standart-item+.standart-item {
        margin-top: 20px;
    }

    .standart-item__box {
        min-height: auto;
        padding: 30px;
    }

    .standart-item__title a {
        font-size: 24px;
    }

    .standart-item__text {
        font-size: 14px;
    }

    .tabs__nav-item {
        height: 80px;
    }

    .tabs__nav-item span {
        font-size: 24px;
    }

    .tabs__nav-item span::after {
        left: -7px;
        width: 3px;
        height: 26px;
        margin-top: -13px;
    }

    .sidebar {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: start;
        -ms-flex-align: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 30px;
    }

    .sidebar>*+* {
        margin-top: 0;
    }

    .sidebar>* {
        width: calc(50% - 10px);
        max-width: 100%;
    }

    .sidebar-card__title {
        padding: 20px 10px;
    }

    .sidebar-card__title span {
        font-size: 24px;
    }

    .zakupivli-text-block {
        padding: 25px;
        font-size: 14px;
    }

    .zakupivli-text-block ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .zakupivli-text-block ul li+li {
        margin-top: 10px;
    }

    .zakupivli-text-block ul li a {
        font-size: 16px;
    }

    .pretendent-item__date {
        top: 20px;
        height: 27px;
        padding: 0 20px 0 10px;
        line-height: 27px;
    }

    .pretendent-item__title a {
        font-size: 18px;
    }

    body.page-mayno .page-wrapper::before {
        width: 70vw;
    }

    body.page-mayno .page-wrapper::after {
        width: 950px;
        height: 950px;
    }

    body.page-mayno .page-head__content {
        height: 225px;
    }

    .page-mayno-hero .text-block {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        margin: 0 auto;
        transform: translateY(-20px);
    }

    .page-mayno-list {
        margin-top: 40px;
    }

    .mayno-item__date {
        top: 20px;
        height: 27px;
        padding: 0 20px 0 10px;
        line-height: 27px;
    }

    .mayno-item__title a {
        font-size: 18px;
    }

    body.page-tenant .page-wrapper::after {
        width: 950px;
        height: 950px;
    }

    body.page-tenant .page-head__content {
        height: 225px;
    }

    .tenant-text-block {
        margin-bottom: 30px;
        padding: 20px;
        font-size: 14px;
    }

    .tenant-text-block h3 {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .tenant-block {
        margin-top: 20px;
    }

    .tenant-block::before {
        top: 0;
        right: 15px;
        width: calc(100% - 30px);
    }

    .tenant-block-box {
        padding: 30px 40px 45px;
    }

    .tenant-block-box ul li {
        font-size: 14px;
    }

    .tenant-block-img {
        margin-top: 0;
    }

    .kareer-plus-item>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 140px);
        flex: 0 0 calc(50% - 140px);
    }

    .kareer-plus-item:nth-child(even) .kareer-plus-item__desc {
        margin-top: 63px;
    }

    .kareer-plus-item:nth-child(even) .kareer-plus-item__decor::after {
        width: 155px;
    }

    .kareer-plus-item__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        width: 200px;
        height: 200px;
    }

    .kareer-plus-item__decor::after {
        width: 157px;
    }

    .kareer-plus-item__desc {
        margin-top: 57px;
    }

    .kareer-plus-item__title::after {
        margin: 15px 0;
    }

    .kareer-plus-item__title {
        font-size: 20px;
    }

    .kareer-plus-item__text {
        font-size: 12px;
    }

    .page-kareer-vacancies {
        padding: 30px 0;
    }

    .page-head-vacancy__title {
        padding: 20px;
        font-size: 24px;
    }

    .vacancy-info {
        margin-bottom: 25px;
    }

    .vacancy-info-desc {
        padding: 20px;
    }

    .vacancy-info-desc__title {
        font-size: 24px;
    }

    .vacancy-desc {
        padding: 20px;
    }

    .vacancy-desc+.vacancy-desc {
        margin-top: 25px;
    }

    .page-head-post__title {
        margin-bottom: 30px;
    }

    .text-block {
        padding: 20px;
    }

    .text-block h1,
    .text-block h2,
    .text-block h3,
    .text-block h4,
    .text-block h5,
    .text-block h6 {
        font-size: 24px;
    }

    .page-post .page-content .float-right {
        margin: 0 0 20px 0;
        float: none !important;
    }

    .page-post .page-content .float-left {
        margin: 0 0 20px 0;
        float: none !important;
    }

    .page-post .page-content .first-block .img-block>img {
        max-width: 100%;
    }

    .page-post .page-content .first-block .text-block {
        margin: 0 0 20px 0;
    }

    .page-post .row h3 {
        margin-bottom: 25px;
        font-size: 24px;
    }

    .page-post .row+.row {
        margin-top: 30px;
    }

    .youtube-block .block-video {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .youtube-block .text-block {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .page-pdf .page-head__bg {
        min-height: 200px;
    }

    .page-product .page-head__inner {
        padding-bottom: 30px;
    }

    .page-product .page-content::before {
        width: 950px;
        height: 950px;
    }

    .page-product .row--bg {
        padding: 0;
        background: none;
    }

    .product-info {
        padding-left: 20px;
    }

    .product-info-item+.product-info-item {
        margin-top: 20px;
    }

    .products-slider-title {
        min-height: auto;
    }

    .products-slider-item__desc span {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .products-slider-item__desc {
        margin-bottom: 0;
    }

    .products-slider-item__more {
        visibility: visible;
        height: auto;
        opacity: 1;
    }

    .kids-post-slider {
        margin-bottom: 20px;
    }

    .kids-filter-item__title {
        margin-right: 12px;
        font-size: 18px;
    }

    .kids-filter-item .js-select {
        width: 200px;
    }

    .page-404-animate {
        bottom: 0;
        width: 100%;
    }

    .page-management .submenu__dropdown ul li {
        width: 100%;
        min-width: 0;
    }

    .page-management .submenu__dropdown ul li a {
        padding: 0 10px;
    }

    .page-management .submenu__current {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .page-management .submenu__dropdown {
        display: block;
        visibility: hidden;
        z-index: -1;
        position: absolute;
        top: 150%;
        left: 0;
        width: 100%;
        opacity: 0;
        pointer-events: none;
    }

    .page-management .submenu__dropdown ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .page-management .submenu__dropdown li {
        width: 100%;
    }

    .page-management .submenu__dropdown li a {
        -webkit-box-shadow: none;
        height: 40px;
        box-shadow: none;
    }
}

@media screen and (max-width: 1199px) {
    .violation-cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1024px) {
    .section-counter__logo {
        margin-right: 50px;
    }

    .section-counter__logo h3 {
        font-size: 36px;
    }

    .counter-box {
        padding: 20px 30px;
    }

    .counter-list__item {
        margin-right: 20px;
    }

    .counter-list__value {
        font-size: 48px;
    }

    .counter-list__label {
        font-size: 18px;
    }

    .products-slider-nav .category-unit__box {
        height: 100px;
    }

    .products-slider-nav .category-unit__media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    }

    .products-slider-nav .category-unit__media img {
        width: 80px;
        height: 80px;
    }

    .products-slider-nav .category-unit__body {
        padding: 0 10px 0 10px;
    }
}

@media only screen and (max-width: 1023px) {
    .vacancies-items>div {
        width: calc(50% - 20px);
    }

    .managment-filter-overlay {
        display: none;
        z-index: 98;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
    }

    .managment-filter-overlay.is-show {
        display: block;
    }

    .filter-opened {
        overflow: hidden;
    }

    .filter-opened .page-header {
        z-index: 1;
    }

    .filter-opened .page-breadcrumb {
        z-index: 1;
    }
}

@media screen and (max-width: 1023px) {
    .managment-form {
        max-width: 500px;
        margin-right: auto;
        margin-right: auto;
        margin-left: auto;
        margin-left: auto;
    }

    .managment-fliter {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transition: 0.35s linear;
        -o-transition: 0.35s linear;
        z-index: 99;
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        height: 100%;
        min-height: 100vh;
        margin-right: 0;
        padding: 30px 20px 20px;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(-100%);
        pointer-events: none;
        scrollbar-color: #FFD300 #E2EBEC;
        scrollbar-width: thin !important;
        transition: 0.35s linear;
    }

    .managment-fliter.is-show {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        pointer-events: all;
    }

    .managment {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .managment-left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        order: 2;
    }

    .managment-inner {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        order: 1;
        margin-bottom: 30px;
    }

    .violation__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 992px) {
    .page-pagination .page-link {
        border: 1px solid #008CD1;
    }

    body.page-home .logo {
        width: 145px;
        height: 172px;
    }

    .header-menu {
        display: none;
    }

    .search-result__overflow {
        height: 500px;
    }

    .search-result-item__gallery li:nth-child(n+4) {
        display: block;
    }

    .js-calendar .datepicker--cell {
        height: 37px;
        font-size: 12px;
    }

    .js-calendar .datepicker--day-name {
        height: 28px;
        font-size: 12px;
    }

    .js-calendar .datepicker--nav-title {
        font-size: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .map-box__desc {
        max-width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: calc(24px + 40.8 * ((100vw - 320px) / 1920));
    }

    .checkbox-custome span {
        font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
    }

    .section-hero__title {
        font-size: calc(24px + 34 * ((100vw - 320px) / 1920));
    }

    .about-unit__title {
        font-size: calc(24px + 40.8 * ((100vw - 320px) / 1920));
    }

    .about-unit__body {
        font-size: calc(12px + 10.2 * ((100vw - 320px) / 1920));
    }

    .enterprise-unit a {
        font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
    }

    .section-products__title {
        font-size: calc(18px + 10.2 * ((100vw - 320px) / 1920));
    }

    .ananoce-item__title {
        font-size: calc(18px + 30.6 * ((100vw - 320px) / 1920));
    }

    .ananoce-item__intro {
        font-size: calc(12px + 6.8 * ((100vw - 320px) / 1920));
    }

    .page-ananoce-slider__title {
        font-size: calc(18px + 10.2 * ((100vw - 320px) / 1920));
    }

    .ananoce-slider-item__date {
        font-size: calc(10px + 6.8 * ((100vw - 320px) / 1920));
    }

    .news-item__date {
        font-size: calc(10px + 6.8 * ((100vw - 320px) / 1920));
    }

    .news-item__intro {
        font-size: calc(10px + 6.8 * ((100vw - 320px) / 1920));
    }

    .media-grid-item__date {
        font-size: calc(10px + 6.8 * ((100vw - 320px) / 1920));
    }

    .media-grid-item__title {
        font-size: calc(18px + 30.6 * ((100vw - 320px) / 1920));
    }

    .pretendent-item__date {
        font-size: calc(10px + 6.8 * ((100vw - 320px) / 1920));
    }

    .mayno-item__date {
        font-size: calc(10px + 6.8 * ((100vw - 320px) / 1920));
    }

    .vacancy-info-desc__text {
        font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
    }

    .product-info-item h3 {
        font-size: calc(18px + 30.6 * ((100vw - 320px) / 1920));
    }

    .products-slider-title {
        font-size: calc(30px + 112.2 * ((100vw - 320px) / 1920));
    }

    .products-slider-item__desc {
        font-size: calc(10px + 3.4 * ((100vw - 320px) / 1920));
    }

    .products-slider-item__more a {
        font-size: calc(10px + 6.8 * ((100vw - 320px) / 1920));
    }

    .kids-post-item__author {
        font-size: calc(12px + 20.4 * ((100vw - 320px) / 1920));
    }

    .page-404-box {
        font-size: calc(16px + 13.6 * ((100vw - 320px) / 1920));
    }
}

@media only screen and (max-width: 767px) {
    .page-content {
        padding: 30px 0;
    }

    .page-breadcrumb {
        display: none;
    }

    .page-head__bg {
        min-height: 260px;
    }

    .page-head__bg img {
        min-height: 260px;
    }

    .page-head.page-head--video .page-head__bg {
        min-height: 100vh;
    }

    .page-head.page-head--video .page-head__bg::before {
        display: none;
    }

    .page-head__content {
        padding-top: 90px;
    }

    .page-head__back .custome-button {
        min-width: 200px;
        height: 40px;
    }

    .page-head__title {
        margin-bottom: 0;
        font-size: 24px;
    }

    .page-head__play a {
        width: 50px;
        height: 50px;
    }

    .page-head__play a svg {
        width: 15px;
        height: 20px;
    }

    .page-head__menu {
        margin-top: 30px;
    }

    .page-pagination {
        margin-top: 0;
    }

    .border-effect:before {
        -webkit-transform: translateX(calc(-100% + 25px));
        -ms-transform: translateX(calc(-100% + 25px));
        height: 1px;
        transform: translateX(calc(-100% + 25px));
    }

    .border-effect:after {
        width: 1px;
    }

    .border-effect>*:before {
        -webkit-transform: translateX(calc(100% - 25px));
        -ms-transform: translateX(calc(100% - 25px));
        height: 1px;
        transform: translateX(calc(100% - 25px));
    }

    .border-effect>*:after {
        width: 1px;
    }

    .overflow::-webkit-scrollbar {
        width: 10px;
    }

    .phone-block {
        margin: 10px 0;
    }

    .phone-block a {
        padding: 12px 25px 10px 6px;
    }

    .submenu__current {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .submenu__dropdown {
        display: block;
        visibility: hidden;
        z-index: -1;
        position: absolute;
        top: 150%;
        left: 0;
        width: 100%;
        opacity: 0;
        pointer-events: none;
    }

    .submenu__dropdown ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .submenu__dropdown ul li {
        width: 100%;
    }

    .submenu__dropdown ul li+li {
        margin-left: 0;
    }

    .submenu__dropdown ul li a {
        -webkit-box-shadow: none;
        height: 40px;
        box-shadow: none;
    }

    .submenu__dropdown ul li.active a {
        background-color: #fff;
        color: #000;
    }

    .page-header__inner {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .page-header__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .page-header__left .header-social {
        -webkit-transform: translateX(-100vw);
        -ms-transform: translateX(-100vw);
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transform: translateX(-100vw);
        opacity: 0;
        transition: 0.5s;
        transition-delay: 0.3s;
    }

    body.page-home .page-header__inner {
        padding-top: 15px;
    }

    body.page-home .logo {
        top: 45px;
        width: 60px;
    }

    .header-contacts-link {
        top: 40px;
        right: 0;
    }

    .page-header.is-show-menu .page-header__inner {
        padding-bottom: 40px;
    }

    .page-header.is-show-menu .header-lang {
        display: none;
    }

    .page-header.is-show-menu .header-social {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        z-index: 101;
        margin-left: 0;
        transform: translateX(0);
        opacity: 1;
    }

    .page-header.is-show-menu .header-contacts-link {
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    .header-phone {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: hidden;
        z-index: 50;
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color: rgba(3, 84, 123, 0.8);
        opacity: 0;
        pointer-events: none;
    }

    .header-phone__inner {
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transform: translateY(-100px);
        transition: 0.3s;
    }

    .header-phone.active {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }

    .header-phone.active .header-phone__inner {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .header-phone__decore {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .header-phone__decore:before,
    .header-phone__decore:after {
        display: block;
        position: absolute;
        width: 50px;
        height: 2px;
        background-color: #FFD300;
        content: "";
    }

    .header-phone__decore::before {
        top: 0;
        right: auto;
        left: 0;
    }

    .header-phone__decore::after {
        right: 0;
        bottom: 0;
        left: auto;
    }

    .header-phone__decore-inner:before,
    .header-phone__decore-inner:after {
        display: block;
        position: absolute;
        width: 50px;
        height: 2px;
        background-color: #FFD300;
        content: "";
    }

    .header-phone__decore-inner::before {
        top: 0;
        right: 0;
    }

    .header-phone__decore-inner:after {
        bottom: 0;
        left: 0;
    }

    .header-phone__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 262px;
        height: 200px;
        padding: 5px;
        background: #008CD1;
        background-image: url(../img/decor-modal.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        font-family: Oswald;
    }

    .header-phone__label {
        color: #FFF;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 2.25;
        text-align: center;
    }

    .header-phone__phone {
        margin-top: 10px;
        outline: 0;
        color: #FFF !important;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 2.5;
        text-align: center;
        text-decoration: none !important;
    }

    .header-left {
        max-width: 58px;
    }

    .page-footer__left {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        order: 3;
        width: 100%;
        margin-top: 27px;
    }

    .page-footer__center {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page-footer__center>div:nth-child(1) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        order: 3;
        margin: 0 !important;
    }

    .page-footer__center>div:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }

    .page-footer__center>div:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        order: 4;
        margin: 0 !important;
    }

    .page-footer__partner-inner {
        margin: auto;
    }

    .page-footer__partner {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .page-footer__menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
    }

    .page-footer__menu ul {
        max-width: 150px;
    }

    .page-footer__menu ul li a {
        font-size: 14px;
    }

    .page-footer__logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 0 20px;
        text-align: center;
    }

    .page-footer__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-top: 27px;
        text-align: center;
    }

    .page-footer__social {
        margin-top: 20px;
    }

    .dev {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .dev__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .dev__text {
        margin-top: -35px;
        margin-left: 0;
    }

    .dev__text br {
        display: none;
    }

    .logo-animation {
        -webkit-transform: translateX(32px);
        -ms-transform: translateX(32px);
        transform: translateX(32px);
    }

    .confidentiality {
        padding: 10px;
    }

    .confidentiality img {
        -o-object-fit: cover;
        -o-object-position: center;
        min-height: 100px;
        margin-bottom: 15px;
        object-fit: cover;
        object-position: center;
    }

    .confidentiality h3 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .confidentiality h3 br {
        display: none;
    }

    .confidentiality p {
        font-size: 14px;
    }

    .confidentiality .overflow {
        margin-bottom: 15px;
    }

    .modal-content .close {
        z-index: 5;
        top: 10px;
        right: 10px;
    }

    .modal-body {
        padding: 20px;
    }

    .modal-body .form-group label {
        font-weight: 400;
        font-size: 12px;
    }

    .modal-body .form-group input.form-control {
        height: 40px;
        padding: 0 15px;
        line-height: 40px;
    }

    .modal-body .form-group textarea.form-control {
        padding: 0 15px;
        line-height: 40px;
    }

    .modal-title {
        margin-bottom: 20px;
    }

    .file-upload-box {
        margin: 20px 0;
    }

    .file-upload-box__icon {
        font-size: 36px;
    }

    .file-upload-box__desc {
        font-size: 8px;
    }

    .file-upload-box__desc .upl {
        font-size: 12px;
    }

    .modal-text {
        margin-bottom: 20px;
        font-size: 12px;
    }

    .navigation-nav:before {
        display: block;
    }

    .navigation-item {
        min-height: 80px;
    }

    .navigation-item:nth-of-type(1) {
        padding-top: 90px;
    }

    .navigation-item__title {
        font-size: 24px;
    }

    .news-card__date {
        padding: 0 20px 0 6px;
        font-size: 10px;
        line-height: 2.1;
    }

    .news-card__title {
        font-size: 14px;
    }

    .product-unit__media {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-unit__media img {
        -o-object-fit: cover;
        -o-object-position: center;
        height: 135px;
        object-fit: cover;
        object-position: center;
    }

    .product-unit__category {
        font-size: 10px;
    }

    .product-unit__body {
        padding: 10px 7px;
    }

    .product-unit__title {
        font-size: 16px;
    }

    .product-unit__desc {
        font-size: 10px;
    }

    .section-counter__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-counter__logo {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .counter-list__item {
        margin-right: 10px;
    }

    .counter-list__item.--divider:before,
    .counter-list__item.--divider:after {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5px;
        flex: 0 0 5px;
        width: 5px;
        height: 5px;
    }

    .counter-list__item.--divider::before {
        top: -20px;
    }

    .counter-list__item.--divider::after {
        top: -5px;
    }

    .counter-list__value {
        font-size: 44px;
    }

    .counter-list__label {
        font-size: 14px;
    }

    .section-about .section-bg {
        padding: 20px 0;
    }

    .about-unit__body {
        padding: 10px;
    }

    .about-unit__body a.more {
        font-size: 12px;
    }

    .about-enterprise-slider {
        padding-right: 40px;
    }

    .about-news-slider .swiper-slide-next {
        -webkit-transform: scale(0.8) translateX(-55%);
        -ms-transform: scale(0.8) translateX(-55%);
        z-index: -1;
        transform: scale(0.8) translateX(-55%);
        opacity: 0.7;
    }

    .section-corruption .section-bg {
        padding: 20px 0;
    }

    .section-corruption .about-unit+.about-unit {
        margin-top: 20px;
    }

    .section-category-products .d-xl-none {
        text-align: center;
    }

    .slider-category-products {
        padding-right: 0;
    }

    .slider-category-products .swiper-container {
        height: 530px;
    }

    .slider-category-products .swiper-button-next {
        display: none;
    }

    .slider-category-products .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .category-unit__media a img {
        max-height: 180px;
    }

    .category-unit__media {
        height: 180px;
    }

    .category-unit__body {
        height: 75px;
        padding: 0 12px 15px;
    }

    .category-unit__title {
        min-height: 36px;
    }

    .category-unit__title::after {
        width: 40px;
    }

    .category-unit__title a {
        font-size: 14px;
    }

    .section-products .section-bg {
        padding: 30px 0;
    }

    .section-products__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-products__title {
        margin-bottom: 10px;
    }

    .section-products__title::before {
        top: 8px;
    }

    .slider-products {
        padding-right: 0;
    }

    .slider-products .swiper-container {
        height: 430px;
    }

    .slider-products .swiper-slide {
        height: calc((100% - 30px) / 2);
    }

    .slider-products .swiper-button-prev {
        display: none;
    }

    .slider-products .swiper-button-next {
        display: none;
    }

    .slider-products .swiper-pagination {
        display: block;
    }

    .hero-about-concern__decor {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        top: -10vw;
        left: -50vw;
        width: 100vw;
        height: 70%;
        transform: rotate(10deg);
    }

    .hero-about-concern__decor img {
        height: 50%;
    }

    .hero-about-concern__content {
        padding-top: 100px;
    }

    .about-concern-info__title::before {
        left: calc(50% - 3px);
        height: 40px;
    }

    .info-category {
        display: block;
    }

    .info-category__item {
        width: 100%;
    }

    .more-item {
        padding-top: 0;
    }

    .more-item.is-show {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 100vh;
        padding: 15px;
        background-color: rgba(0, 84, 128, 0.9);
    }

    .more-item__head {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -ms-flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }

    .more-item__back {
        display: none;
    }

    .more-item__title {
        width: calc(100% - 30px);
        margin-bottom: 0;
        text-align: left;
    }

    .more-item__title .h1 {
        font-size: 24px;
    }

    .more-item__empty {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 30px;
        opacity: 1;
        pointer-events: all;
    }

    .more-item__overflow {
        max-height: calc(100vh - 100px);
    }

    .direction-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .direction-item__media {
        margin: 0 auto 20px;
    }

    .direction-item__name {
        font-size: 18px;
    }

    .direction-item__position {
        font-size: 16px;
    }

    .direction-item__phone .phone-block a {
        font-size: 13px;
    }

    .concern-desc-block {
        margin: 15px 0;
    }

    .concern-desc-block::after {
        display: none;
    }

    .concern-desc-block__box {
        padding: 15px 15px 30px;
    }

    .concern-desc-block__title {
        font-size: 24px;
    }

    .about-concern-desc-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .about-concern-desc-mobile>div:first-child {
        width: 100%;
    }

    .about-concern-desc-mobile>div:last-child {
        width: 100%;
    }

    .about-concern-desc-mobile .h1 {
        text-align: center;
    }

    .page-contacts .page-content {
        padding-top: 80px;
    }

    .page-contacts .page-content::after {
        width: 450px;
        height: 450px;
    }

    .page-contacts__title {
        margin-top: 20px;
        font-size: 24px;
    }

    .page-contacts__list .tabs__nav li+li {
        margin-top: 15px;
    }

    .page-contacts__list .tabs__nav li a {
        padding: 15px;
    }

    .page-contacts__departaments {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        left: 50%;
        width: 280px;
        transform: translateX(-50%);
    }

    .map-iframe {
        height: 400px;
    }

    .page-structure-content {
        padding-top: 110px;
        padding-bottom: 30px;
    }

    .search-result__title {
        font-size: 18px;
    }

    .search-result-item__title {
        font-size: 14px;
    }

    .search-result-item__text {
        font-size: 12px;
    }

    .search-result-item__gallery li {
        max-width: calc(50% - 10px);
    }

    .search-result-item__gallery li:nth-child(n+3) {
        display: none;
    }

    .page-head-structure__bg img {
        min-height: 330px;
    }

    .page-head-structure__content {
        padding-top: 90px;
    }

    .page-head-structure__title {
        margin-bottom: 0;
        font-size: 24px;
    }

    .page-head-structure__title img {
        max-width: 80px;
    }

    .enterprise-info-desc {
        font-size: 14px;
    }

    .enterprise-info-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .enterprise-info-img {
        margin-top: 20px;
        margin-left: 0;
    }

    .enterprise-products-item__head {
        margin-bottom: 15px;
    }

    .enterprise-products-item__numb {
        font-size: 18px;
    }

    .enterprise-products-item__name {
        font-size: 24px;
    }

    .enterprise-products-item__text {
        font-size: 14px;
        line-height: 1.71;
    }

    .enterprise-products-item__text br {
        display: none;
    }

    .enterprise-products-item__intro {
        padding: 45px 14px 14px 23px;
    }

    .enterprise-products-item__intro::before {
        left: 25px;
        width: 50px;
        height: 50px;
        font-size: 50px;
    }

    .enterprise-products-item__intro-text {
        font-size: 16px;
        line-height: 1.38;
    }

    .enterprise-products-item__more {
        margin-top: 14px;
        padding-top: 14px;
    }

    .enterprise-products-slider-2 {
        display: none;
    }

    .enterprise-terms {
        padding: 20px 0 30px;
        font-size: 12px;
        line-height: 1.33s;
    }

    .enterprise-terms h3 {
        margin-bottom: 14px;
        font-size: 24px;
    }

    .ananoce-item {
        display: block;
    }

    .ananoce-item__desc {
        margin-top: 15px;
        padding-left: 0;
    }

    .ananoce-item__label {
        height: 30px;
    }

    .ananoce-item__title {
        font-size: 18px;
    }

    .calendar-box__body {
        width: 290px;
        padding: 5px;
    }

    .page-ananoce-slider {
        padding: 10px 0 40px;
    }

    .page-ananoce-slider__title::before {
        top: 8px;
    }

    .ananoce-slider {
        padding: 0;
    }

    .ananoce-slider .swiper-container {
        height: 430px;
    }

    .ananoce-slider .swiper-slide {
        height: calc((100% - 30px) / 2);
        min-height: auto;
    }

    .ananoce-slider .swiper-button-prev {
        display: none;
    }

    .ananoce-slider .swiper-button-next {
        display: none;
    }

    .ananoce-slider .swiper-pagination {
        display: block;
    }

    .ananoce-slider-item__img {
        height: 140px;
    }

    .ananoce-slider-item__title a {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        padding-left: 8px;
        overflow: hidden;
        border-width: 2px;
        font-size: 12px;
        line-height: 1.2;
    }

    .page-news .page-content .row {
        margin: 0 -5px;
    }

    .page-news .page-content [class*=col-] {
        padding: 0 5px;
    }

    .news-item__img {
        min-height: 165px;
    }

    .news-item__date {
        top: 10px;
    }

    .news-item__label {
        top: 45px;
        right: auto;
        left: 0;
    }

    .news-item__title {
        bottom: 7px;
        left: 9px;
        width: calc(100% - 18px);
        height: 30px;
    }

    .news-item__title a {
        font-size: 12px;
    }

    .news-item__intro {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .notice-item__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .notice-item__label {
        margin-top: 13px;
    }

    .notice-item__title {
        font-size: 16px;
    }

    .notice-item__text {
        font-size: 12px;
    }

    .media-grid {
        display: block;
    }

    .media-grid-item__date {
        height: 25px;
        padding: 0 20px 0 5px;
    }

    .media-grid-item__link {
        padding: 0 15px;
        font-size: 12px;
    }

    .media-grid-item {
        height: 290px;
        margin-bottom: 10px;
    }

    .media-grid-item--2 {
        margin-top: 0;
    }

    body.page-media-post .page-head__bg {
        min-height: 285px;
    }

    body.page-media-post .page-head__bg img {
        min-height: 285px;
    }

    .media-post-slider {
        padding-bottom: 30px;
    }

    .media-post-slider .swiper-pagination {
        bottom: 10px;
    }

    .media-post-item__desc {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: 100%;
    }

    .media-post-item__title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .media-post-item__logo {
        display: none;
    }

    .concern-in-media-item+.concern-in-media-item {
        margin-top: 20px;
        padding-top: 20px;
    }

    .concern-in-media-item__year {
        font-size: 48px;
    }

    .concern-in-media-item__box .overflow {
        max-height: 850px;
    }

    .concern-in-media-item__list a {
        font-size: 14px;
        line-height: 1.36;
    }

    .concern-in-media-item__list a h4 {
        font-size: 16px;
    }

    body.page-documents .page-wrapper::after {
        width: 450px;
        height: 450px;
    }

    body.page-documents .page-head__content {
        height: 150px;
    }

    .documents-list-item__link {
        padding: 20px 15px;
    }

    .documents-list-item__title {
        font-size: 24px;
    }

    .documents-list-item__title img,
    .documents-list-item__title svg {
        max-height: 60px;
        margin-right: 20px;
    }

    .page-status-content {
        padding-top: 100px;
    }

    .page-status-content::after {
        width: 450px;
        height: 450px;
    }

    .page-status-content__title {
        padding-right: 30px;
        font-size: 36px;
    }

    .status-item {
        font-size: 12px;
    }

    .status-item__head {
        font-size: 14px;
    }

    .status-item__head h3 {
        font-size: 18px;
    }

    .page-acts-content {
        padding-top: 100px;
    }

    .page-acts-content::before {
        top: 100px;
    }

    .page-acts-content::after {
        width: 450px;
        height: 450px;
    }

    .page-acts-content__title {
        margin-bottom: 85px;
        padding: 0 20px;
        font-size: 36px;
    }

    .act-item__date {
        font-size: 12px;
    }

    .act-item__title {
        margin: 10px 0;
        font-size: 16px;
    }

    .act-item__text {
        font-size: 12px;
    }

    .clear-list::before {
        left: 0;
    }

    .clear-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .clear-item__numb {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .clear-item__numb span {
        font-size: 14px;
    }

    .clear-item__numb [class*=icon_] {
        margin: 0 5px 0 0;
    }

    .clear-item__desc {
        padding-left: 10px;
    }

    .clear-item__author {
        margin-top: 10px;
        font-size: 12px;
    }

    .clear-item__title {
        font-size: 14px;
    }

    .classification-item__bg {
        padding: 20px;
    }

    .classification-item__title {
        margin-bottom: 10px;
    }

    .classification-item__title a {
        font-size: 18px;
    }

    .classification-item__text {
        font-size: 12px;
    }

    .standart-item__box {
        padding: 20px;
    }

    .standart-item__title {
        margin-bottom: 10px;
    }

    .standart-item__title a {
        font-size: 18px;
    }

    .standart-item__text {
        font-size: 12px;
    }

    .tabs__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tabs__nav-item {
        width: 100%;
        height: 60px;
    }

    .tabs__nav-item span {
        font-size: 18px;
    }

    .sidebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sidebar>*+* {
        margin-top: 20px;
    }

    .sidebar>* {
        width: 100%;
    }

    .zakupivli-text-block {
        padding: 15px;
    }

    .zakupivli-text-block ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 12px;
    }

    .zakupivli-text-block ul li a {
        margin-top: 10px;
        margin-left: 0;
        font-size: 10px;
    }

    .zakupivli-pdf iframe {
        height: 50vh;
    }

    .pretendent-item__img {
        min-height: 165px;
    }

    .pretendent-item__date {
        top: 10px;
    }

    .pretendent-item__body {
        padding: 5px 0;
    }

    .pretendent-item__title a {
        font-size: 12px;
    }

    body.page-mayno .page-wrapper::after {
        width: 450px;
        height: 450px;
    }

    body.page-mayno .page-head__content {
        height: 150px;
    }

    .page-mayno-hero .text-block {
        margin-top: 10px;
    }

    .page-mayno-hero .text-block {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        margin-top: 10px;
        transform: translateY(0);
    }

    .page-mayno-hero .text-block+.text-block {
        margin-top: 10px;
    }

    .page-mayno-list {
        margin-top: 20px;
    }

    .mayno-item {
        margin-bottom: 20px;
    }

    .mayno-item__img {
        min-height: 100px;
    }

    .mayno-item__date {
        top: 10px;
    }

    .mayno-item__body {
        padding: 10px 0;
    }

    .mayno-item__label {
        height: 30px;
        padding: 0 10px;
        border: 2px solid #FFD300;
        font-size: 10px;
    }

    .mayno-item__title a {
        font-size: 14px;
    }

    body.page-tenant .page-wrapper::after {
        width: 450px;
        height: 450px;
    }

    body.page-tenant .page-head__content {
        height: 150px;
    }

    .tenant-block::before {
        right: 0;
        left: 0;
        width: 100%;
    }

    .tenant-block-box {
        padding: 20px;
    }

    .kareer-plus {
        padding: 20px 0;
    }

    .kareer-plus-item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .kareer-plus-item>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 100px);
        flex: 0 0 calc(100% - 100px);
    }

    .kareer-plus-item+.kareer-plus-item {
        margin-top: 30px;
    }

    .kareer-plus-item:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .kareer-plus-item:nth-child(even) .kareer-plus-item__desc {
        margin-top: 0;
    }

    .kareer-plus-item__img {
        display: none;
    }

    .kareer-plus-item__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        width: 80px;
        height: 80px;
    }

    .kareer-plus-item__decor {
        display: none;
    }

    .kareer-plus-item__desc {
        margin-top: 0;
    }

    .kareer-plus-item__title::after {
        margin: 10px 0;
    }

    .kareer-plus-item__title {
        font-size: 16px;
    }

    .vacancies-items>div {
        width: 100%;
        margin-right: 0;
    }

    .vacancies-item__text ul li {
        font-size: 13px;
    }

    .page-head-vacancy__bg img {
        min-height: 330px;
    }

    .page-head-vacancy__content {
        padding-top: 90px;
    }

    .vacancy-info-video__btn {
        width: 100px;
        height: 100px;
    }

    .vacancy-info-video__btn svg {
        width: 32px;
        height: 32px;
    }

    .vacancy-info-desc__title {
        font-size: 18px;
    }

    .page-head-post__bg img {
        min-height: 330px;
    }

    .page-head-post__content {
        padding-top: 90px;
    }

    .page-head-post__title {
        margin-bottom: 0;
        font-size: 24px;
    }

    .page-head-post__title img {
        width: 80px;
    }

    .page-post .row h3 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .page-post .row+.row {
        margin-top: 20px;
    }

    .block-video a:before {
        width: 100px;
        height: 100px;
    }

    .page-pdf .page-head__bg {
        min-height: 120px;
    }

    .page-product .page-head__inner {
        padding-bottom: 0;
    }

    .products-slider-wrapper {
        padding: 70px 0 10px;
    }

    .products-slider-title br {
        display: none;
    }

    .products-slider-inner {
        min-height: calc(100vh - 80px);
        padding: 0;
    }

    .products-slider-nav .swiper-button-prev,
    .products-slider-nav .swiper-button-next {
        display: none;
    }

    .products-slider-nav .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .products-slider-nav .category-unit__box {
        height: 60px;
    }

    .products-slider-nav .category-unit__body {
        height: auto;
    }

    .products-slider {
        padding: 0 0 30px;
    }

    .products-slider .swiper-button-prev,
    .products-slider .swiper-button-next {
        display: none;
    }

    .products-slider .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .products-slider-item__desc span {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .products-slider-item__more a [class*=icon_] {
        font-size: 8px;
    }

    .page-kids-post .page-head__bg,
    .page-kids-post .page-head__bg img {
        min-height: 350px;
    }

    .kids-post-slider {
        margin-bottom: 10px;
    }

    .kids-post-slider [class*=swiper-button-] {
        height: 30px;
        margin-top: -15px;
    }

    .kids-post-slider .swiper-button-prev {
        left: 10px;
    }

    .kids-post-slider .swiper-button-next {
        right: 25px;
    }

    .kids-post-slider .img-block {
        padding-top: 10px;
        padding-right: 10px;
    }

    .kids-post-slider .img-block::before {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }

    .kids-filter {
        margin-bottom: 15px;
    }

    .kids-filter-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .kids-filter-list>li {
        width: 100%;
    }

    .kids-filter-item {
        height: 80px;
    }

    .kids-filter-item__title {
        margin-right: 6px;
        font-size: 12px;
    }

    .page-404-animate {
        bottom: -5%;
    }

    .page-management .submenu__dropdown ul li {
        width: 100%;
    }

    .managment-form .form-group label {
        font-weight: 400;
        font-size: 12px;
    }

    .managment-form .form-group input.form-control {
        height: 40px;
        padding: 0 15px;
        line-height: 40px;
    }

    .managment-form .form-group textarea.form-control {
        padding: 0 15px;
        line-height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .sidebar-news__title {
        font-size: 28px;
    }

    .sidebar-news__item {
        font-size: 18px;
    }

    .managment-pane {
        padding: 20px;
        font-size: 16px;
    }

    .managment-pane p {
        margin-bottom: 20px;
    }

    .managment-pane__logo {
        background-size: 70%;
    }

    .managment-pane__title {
        font-size: 32px;
    }

    .accordion__header {
        font-size: 20px;
    }

    .accordion__body-holder {
        font-size: 16px;
    }

    .docs-item {
        font-size: 18px;
    }
}

@media only screen and (max-width: 600px) {
    .section-hero__title {
        display: none;
    }
}

@media only screen and (max-width: 420px) {
    .counter-box {
        padding: 15px 15px;
    }

    .counter-list__value {
        font-size: 37px;
    }
}

@media only screen and (max-width: 374px) {
    .page-header.is-show-menu .header-contacts-link {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .page-breadcrumb {
        top: 110px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .page-management .submenu {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
    }
}
