@font-face {
    font-family: SFProDisplay;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/SFProDisplay-Light.woff2) format("woff2");
}
@font-face {
    font-family: SFProDisplay;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/SFProDisplay-Regular.woff2) format("woff2");
}
@font-face {
    font-family: SFProDisplay;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/SFProDisplay-Semibold.woff2) format("woff2");
}
body,
html {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: SFProDisplay, sans-serif;
    font-size: 1.125em;
    line-height: 1.277777;
    width: 100%;
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    background-color: #2761a4;
    font-weight: 400;
}
@media all and (max-width: 575px) {
    body {
        font-size: 1em;
        line-height: 1.5;
    }
}
footer,
header {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
ul {
    list-style: none;
    margin: 0;
}
p {
    font-style: normal;
    margin: 0;
}
strong {
    font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-style: normal;
    margin: 0;
}
.heading {
    margin-bottom: 40px;
}
.heading h1,
.heading h2 {
    font-size: 50px;
    line-height: 54px;
}
@media all and (max-width: 991px) {
    .heading h1,
    .heading h2 {
        font-size: 40px;
        line-height: 120%;
    }
}
@media all and (max-width: 575px) {
    .heading h1,
    .heading h2 {
        font-size: 36px;
    }
}
.heading.heading-accent {
    color: #2761a4;
}
@media all and (max-width: 1199px) {
    .heading .heading__inner {
        margin-bottom: 20px;
    }
}
.heading.heading-regular h1,
.heading.heading-regular h2 {
    font-weight: 400;
}
.heading.heading-sub p {
    margin-top: 25px;
}
@media all and (max-width: 575px) {
    .heading.heading-mobile-small h1,
    .heading.heading-mobile-small h2 {
        font-size: 30px;
    }
}
.heading.btn-white {
    background-color: #fff;
}
.btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #2761a4;
    padding: 14px 22px;
    font-weight: 400;
    border: none;
    border-radius: 3px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.btn:hover {
    color: #fff;
    background-color: #084fa1;
}
.btn.btn-small {
    padding: 11px 15px;
}
.btn.btn-white {
    background-color: #fff;
    color: #2761a4;
}
.btn.btn-arrow {
    background-color: #fff;
    color: #2761a4;
}
/*.btn.btn-arrow:hover span::after {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}
*/
.btn.btn-arrow span {
    position: relative;
    padding-right: 46px;
}
/*.btn.btn-arrow span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_12.svg);
    width: 31px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
*/
.btn.btn-burger:hover {
    color: #fff;
    background-color: #084fa1;
}
.btn.btn-burger:hover span::after {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}
.btn.btn-burger span {
    position: relative;
    padding-right: 46px;
}
.btn.btn-burger span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_28.svg);
    width: 24px;
    height: 12px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.btn-420 {
    max-width: 420px;
    width: 100%;
}
@media all and (max-width: 575px) {
    .btn-100 {
        max-width: none !important;
        width: 100% !important;
    }
}
a {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    text-decoration: none;
    color: #fff;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: #fff;
}
button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button:active,
button:focus {
    outline: 0;
}
button:disabled,
button[disabled] {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
button:disabled:hover,
button[disabled]:hover {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
:focus {
    outline: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.center {
    text-align: center;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
input,
textarea {
    outline: 0 !important;
    border-radius: 0;
}
input.wpcf7-submit {
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
details summary::-webkit-details-marker {
    display: none;
}
details > summary {
    list-style: none;
}
.swiper-button-disabled {
    cursor: pointer !important;
    pointer-events: auto !important;
}
.modal {
    max-width: 650px;
    width: 100%;
    color: #fff;
    background-color: #2761a4;
    border-radius: 25px;
    padding: 46px 90px 50px 90px;
}
@media all and (max-width: 767px) {
    .modal {
        padding: 40px 30px;
    }
}
.modal .modal_heading {
    margin-bottom: 24px;
}
.modal .modal_heading h2 {
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.modal .modal_heading p {
    font-size: 14px;
    line-height: 20px;
}
#modal_request {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/3.avif);
}
#modal_thanks .modal_heading {
    margin-bottom: 0;
}
#modal_thanks .modal_heading h2 {
    margin-bottom: 0;
}
.form__inner .form__item {
    margin-bottom: 15px;
    position: relative;
}
.form__inner .form__item:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
}
.form__inner .form__item.form__item-name::after {
    background-image: url(../img/icon_13.svg);
}
.form__inner .form__item.form__item-phone::after {
    background-image: url(../img/icon_14.svg);
}
.form__inner .form__item input {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    padding-left: 70px;
    padding-right: 16px;
    font-size: 16px;
    border: none;
    -webkit-backdrop-filter: blur(4.5px);
    backdrop-filter: blur(4.5px);
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}
.form__inner .form__item input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner .form__item input::-ms-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner .form__item input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner .form__item input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner .form__item input::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner .form__item input::placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner .form__submit {
    position: relative;
}
.form__inner .form__submit .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
header {
    padding-top: 10px;
    position: relative;
    z-index: 100;
}
header.front__page {
    padding-bottom: 135px;
}
@media all and (max-width: 991px) {
    header.front__page {
        padding-bottom: 120px;
    }
}
header.page .bg__image {
    display: none;
    background-color: #2761a4;
}
header .bg__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
header .bg__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
header .header__top .wrapper {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 3px;
    padding: 9px 10px;
}
@media all and (min-width: 991px) {
    header .header__top .wrapper {
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
    }
}
header .header__top .header__logo img {
    width: 175px;
    height: auto;
}
@media all and (max-width: 991px) {
    header .header__top .header__contacts {
        display: none;
    }
}
header .header__top .header__contacts .contacts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
}
@media all and (max-width: 1400px) {
    header .header__top .header__contacts .contacts__inner {
        padding: 0 10px;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .header__contacts .contacts__inner {
        padding: 0;
    }
}
@media all and (max-width: 991px) {
    header .header__top .header__contacts .contacts__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 16px;
    }
}
header .header__top .header__contacts .contacts__inner a,
header .header__top .header__contacts .contacts__inner p {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
@media all and (max-width: 1199px) {
    header .header__top .header__contacts .contacts__inner a,
    header .header__top .header__contacts .contacts__inner p {
        font-size: 14px;
    }
}
@media all and (max-width: 991px) {
    header .header__top .header__contacts .contacts__inner a,
    header .header__top .header__contacts .contacts__inner p {
        font-size: 16px;
    }
}
header .header__top .header__social .phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    white-space: nowrap;
}
@media all and (max-width: 1199px) {
    header .header__top .header__social .phone {
        font-size: 16px;
    }
}
@media all and (max-width: 991px) {
    header .header__top .header__social .phone {
        font-size: 20px;
        margin-bottom: 16px;
    }
}
header .header__top .header__social .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
header .header__top .header__social .social img {
    width: 32px;
    height: 32px;
}
@media all and (max-width: 1199px) {
    header .header__top .header__social .social {
        gap: 12px;
    }
}
header .header__top .header__social .social a:hover {
    opacity: 0.8;
}
header .header__top .header__social .social__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 28px;
}
@media all and (max-width: 1199px) {
    header .header__top .header__social .social__inner {
        gap: 16px;
    }
}
@media all and (max-width: 991px) {
    header .header__top .header__social .social__inner {
        display: none;
    }
}
header .header__top .header__social .header_burger {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media all and (max-width: 991px) {
    header .header__top .header__social .header_burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
header .header__top .header__social .header_burger .burger_button {
    position: relative;
    top: 2px;
    width: 30px;
    height: 30px;
    display: block;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 20;
}
header .header__top .header__social .header_burger .burger_button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
header
    .header__top
    .header__social
    .header_burger
    .burger_button
    span:nth-child(1) {
    top: 4px;
}
header
    .header__top
    .header__social
    .header_burger
    .burger_button
    span:nth-child(2) {
    top: 12px;
}
header
    .header__top
    .header__social
    .header_burger
    .burger_button
    span:nth-child(3) {
    top: 20px;
}
header
    .header__top
    .header__social
    .header_burger
    .burger_button.open
    span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
header
    .header__top
    .header__social
    .header_burger
    .burger_button.open
    span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
header
    .header__top
    .header__social
    .header_burger
    .burger_button.open
    span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header .header__top .header__social .header_burger .menu_toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2761a4;
    margin: 0;
    overflow: auto;
    z-index: 11;
    padding-top: 50px;
    top: 0;
    padding-bottom: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
}
header .header__top .header__social .header_burger .menu_toggle.menuopen {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header .header__top .header__social .header_burger .menu_toggle .toggle__inner {
    width: 100%;
    margin: 0 auto;
    max-width: 690px;
}
@media all and (max-width: 767px) {
    header
        .header__top
        .header__social
        .header_burger
        .menu_toggle
        .toggle__inner {
        max-width: 510px;
    }
}
@media all and (max-width: 575px) {
    header
        .header__top
        .header__social
        .header_burger
        .menu_toggle
        .toggle__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}
header
    .header__top
    .header__social
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu {
    margin-bottom: 30px;
}
header
    .header__top
    .header__social
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li {
    padding-top: 8px;
    padding-bottom: 8px;
}
header
    .header__top
    .header__social
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
header
    .header__top
    .header__social
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a:hover {
    text-decoration: underline;
}
header
    .header__top
    .header__social
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    > a {
    position: relative;
    display: inline-block;
    padding-right: 16px;
}
header
    .header__top
    .header__social
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    > a.active:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
header
    .header__top
    .header__social
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    > a:after {
    position: absolute;
    content: "";
    right: 0;
    top: 3px;
    bottom: 0;
    margin: auto;
    background-image: url(../img/icon_6.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 8px;
    height: 6px;
}
header
    .header__top
    .header__social
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    ul.sub-menu {
    display: none;
    margin-top: 3px;
    padding-left: 20px;
}
header
    .header__top
    .header__social
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    ul.sub-menu.slide {
    display: block;
    -webkit-animation: showBlock 0.2s linear forwards;
    animation: showBlock 0.2s linear forwards;
}
header
    .header__top
    .header__social
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    ul.sub-menu
    li {
    padding-top: 3px;
    padding-bottom: 3px;
}
header
    .header__top
    .header__social
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    ul.sub-menu
    li
    a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
header
    .header__top
    .header__social
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a {
    font-size: 18px;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
}
header
    .header__top
    .header__social
    .header_burger
    .menu_toggle
    .toggle__inner
    .header__contacts {
    display: block;
    margin-bottom: 30px;
}
@media all and (max-width: 991px) {
    header .header__menu {
        display: none;
    }
}
header .header__menu .menu__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header .header__menu .menu__inner ul li {
    position: relative;
}
header .header__menu .menu__inner ul li:hover > a {
    text-decoration: underline;
}
header .header__menu .menu__inner ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    padding: 13px 0;
    display: inline-block;
}
header .header__menu .menu__inner ul li.menu-item-has-children {
    position: relative;
}
header .header__menu .menu__inner ul li.menu-item-has-children > a {
    padding-right: 16px;
}
header .header__menu .menu__inner ul li.menu-item-has-children:before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_6.svg);
    width: 8px;
    height: 6px;
    top: 1px;
    bottom: 0;
    right: 0;
    margin: auto;
}
header
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children:hover
    > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
header .header__menu .menu__inner ul li.menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 44px;
    left: 0;
    padding: 10px;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    display: block;
    background-color: #5d88bb;
    z-index: 10;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 23px 0 rgba(82, 82, 82, 0.18);
    box-shadow: 0 0 23px 0 rgba(82, 82, 82, 0.18);
}
@media all and (max-width: 991px) {
    header .header__menu .menu__inner ul li.menu-item-has-children ul.sub-menu {
        width: 180px;
    }
}
header .header__menu .menu__inner ul li.menu-item-has-children ul.sub-menu li {
    margin-right: 0;
}
header
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children
    ul.sub-menu
    li:not(:last-child) {
    margin-bottom: 10px;
}
header
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children
    ul.sub-menu
    li
    a {
    display: block;
    padding: 3px 0;
    font-size: 15px;
}
header
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children
    ul.sub-menu
    li
    a:hover {
    text-decoration: underline;
}
header
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children
    ul.sub-menu
    ul.sub-menu {
    left: 198px;
    top: -5px;
}
header .header__main {
    padding-top: 100px;
}
@media all and (max-width: 575px) {
    header .header__main {
        padding-top: 60px;
    }
}
header .header__main .content {
    margin-bottom: 139px;
}
@media all and (max-width: 575px) {
    header .header__main .content {
        margin-bottom: 70px;
    }
}
header .header__main .content h1 {
    font-weight: 600;
    font-size: 70px;
    line-height: 84px;
    text-transform: uppercase;
}
@media all and (max-width: 575px) {
    header .header__main .content h1 {
        font-size: 40px;
        line-height: 120%;
        margin-bottom: 10px;
    }
}
header .header__main .content p {
    font-weight: 300;
    font-size: 35px;
    line-height: 42px;
}
@media all and (max-width: 575px) {
    header .header__main .content p {
        font-size: 24px;
        line-height: 120%;
    }
}
@media all and (max-width: 991px) {
    header .header__main .profit__item:not(:last-child) {
        margin-bottom: 10px;
    }
}
header .header__main .profit__item .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 3px;
    padding: 20px;
    font-size: 17px;
}
@media all and (max-width: 1199px) {
    header .header__main .profit__item .item__inner {
        padding: 16px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .profit__item .item__inner {
        padding: 12px;
    }
}
header .header__main .profit__item .item__inner .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 3px;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
header.header__radius {
    border-radius: 0 0 25px 25px;
    overflow: hidden;
    z-index: 109;
}
@media all and (max-width: 991px) {
    header #breadcrumbs {
        padding-top: 26px;
    }
}
header .header__about {
    padding-bottom: 80px;
}
@media all and (max-width: 1199px) {
    header .header__about {
        padding-bottom: 40px;
    }
}
header .header__about .content__top {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
header .header__about .content__top h1 {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
}
@media all and (max-width: 1400px) {
    header .header__about .content__top h1 {
        font-size: 44px;
        line-height: 120%;
    }
}
@media all and (max-width: 1199px) {
    header .header__about .content__top h1 {
        font-size: 36px;
    }
}
@media all and (max-width: 991px) {
    header .header__about .content__top h1 {
        margin-bottom: 20px;
    }
}
header .header__about .content__middle {
    padding-bottom: 18px;
}
header .header__about .content__bottom .about__item {
    margin-bottom: 20px;
}
header .header__about .content__bottom .about__item .item__inner {
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    border-radius: 3px;
    padding: 38px 34px;
}
@media all and (max-width: 575px) {
    header .header__about .content__bottom .about__item .item__inner {
        padding: 24px 20px;
    }
}
header .header__about .content__bottom .about__item .item__inner span {
    display: block;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
}
@media all and (max-width: 1400px) {
    header .header__about .content__bottom .about__item .item__inner span {
        font-size: 34px;
    }
}
header .header__about .content__bottom .about__item .item__inner p {
    font-weight: 600;
}
header .header__service {
    padding-top: 80px;
    padding-bottom: 195px;
}
header .header__service .content h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 42px;
    text-transform: uppercase;
}
@media all and (max-width: 1400px) {
    header .header__service .content h1 {
        font-size: 44px;
        line-height: 120%;
    }
}
@media all and (max-width: 1199px) {
    header .header__service .content h1 {
        font-size: 36px;
    }
}
@media all and (max-width: 991px) {
    header .header__service .content h1 {
        margin-bottom: 20px;
    }
}
header .header__service .content .btn {
    max-width: 640px;
    width: 100%;
}
header .header__contactslist {
    padding-bottom: 100px;
}
header .header__contactslist .heading {
    margin-bottom: 30px;
}
header .header__contactslist .heading h1 {
    text-transform: uppercase;
}
header .header__contactslist .list__item {
    margin-bottom: 20px;
}
header .header__contactslist .list__item .item__inner {
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 3px;
    min-height: 244px;
    padding: 34px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media all and (max-width: 575px) {
    header .header__contactslist .list__item .item__inner {
        min-height: 210px;
    }
}
header .header__contactslist .list__item .item__inner .item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}
header .header__contactslist .list__item .item__inner .item__top h3 {
    font-size: 23px;
    line-height: 23px;
}
header .header__contactslist .list__item .item__inner .item__content p {
    font-size: 22px;
    line-height: 120%;
}
@media all and (max-width: 1400px) {
    header .header__contactslist .list__item .item__inner .item__content p {
        font-size: 18px;
    }
}
header
    .header__contactslist
    .list__item
    .item__inner
    .item__content
    .phones
    li:not(:last-child) {
    margin-bottom: 16px;
}
header
    .header__contactslist
    .list__item
    .item__inner
    .item__content
    .phones
    li
    a {
    font-size: 25px;
    line-height: 21px;
    display: inline-block;
}
@media all and (max-width: 1400px) {
    header
        .header__contactslist
        .list__item
        .item__inner
        .item__content
        .phones
        li
        a {
        font-size: 20px;
    }
}
header .header__contactslist .list__item .item__inner .item__content .email {
    font-size: 23px;
    display: inline-block;
}
@media all and (max-width: 1400px) {
    header
        .header__contactslist
        .list__item
        .item__inner
        .item__content
        .email {
        font-size: 20px;
    }
}
header .header__contactslist .list__item .item__inner .item__content .person {
    font-size: 30px;
}
#breadcrumbs {
    margin-bottom: 30px;
    padding-top: 2px;
}
#breadcrumbs .breadcrumbs {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 16px;
}
#breadcrumbs .breadcrumbs span {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
}
#breadcrumbs .breadcrumbs span.sep {
    width: 10px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    top: -4px;
    margin: 0 5px;
}
#breadcrumbs .breadcrumbs span a {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a span {
    color: inherit;
}
article .aligncenter,
article div.aligncenter,
article img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
article img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
article img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
article .alignright {
    float: right;
}
article .alignleft {
    float: left;
}
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-weight: 600;
    margin-bottom: 0.625em;
}
article h2 {
    font-size: 32px;
    line-height: 38px;
}
article h3 {
    font-size: 26px;
    line-height: 34px;
}
article h4 {
    font-size: 22px;
}
article h5 {
    font-size: 18px;
}
article h6 {
    font-size: 16px;
}
article p {
    margin-bottom: 1em;
}
article a {
    color: #00a8d2;
}
article ul {
    margin-bottom: 1em;
    list-style-type: disc;
    padding-left: 15px;
}
article ul ul {
    margin-bottom: 0;
}
article ol li,
article ul li {
    margin-bottom: 4px;
}
article ol {
    margin-bottom: 1em;
    padding-left: 15px;
}
article mark {
    padding: 0;
}
article .block_1 {
    padding: 20px 0;
}
@media all and (max-width: 1199px) {
    article .block_1 .block__text {
        margin-bottom: 16px;
    }
}
article .block_1 .block__text .text__inner {
    background-color: #5d88bb;
    border-radius: 3px;
    padding: 58px 40px 58px 64px;
}
@media all and (max-width: 1199px) {
    article .block_1 .block__text .text__inner {
        padding: 30px 30px 14px 30px;
    }
}
article .block_1 .block__image .image__inner img {
    border-radius: 3px;
}
article .block_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    padding: 20px 0;
}
@media all and (max-width: 575px) {
    article .block_2 {
        gap: 14px;
    }
}
article .block_2 .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 4px;
}
article .block_2 p {
    margin-bottom: 0;
}
article .block_3 {
    padding: 20px 0;
}
article .block_3 .text__inner {
    background-color: rgba(0, 29, 64, 0.3);
    border-radius: 3px;
    min-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 56px 40px 60px;
    background-size: 168px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_33.svg);
}
@media all and (max-width: 575px) {
    article .block_3 .text__inner {
        padding: 30px;
    }
}
article .block_3 p {
    margin-bottom: 0;
}
article .wp-block-table,
article table {
    overflow-x: auto;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    padding: 0;
    border-spacing: 0;
}
article table form,
article table li,
article table p,
article table ul {
    margin: 6px 0;
    padding: 0;
}
article table tfoot,
article table thead,
article table.wp-block-table tfoot,
article table.wp-block-table thead {
    border: 1px solid rgba(0, 0, 0, 0.12);
}
article table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.04);
}
article table th,
article table.wp-block-table th {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 0;
    padding: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media all and (max-width: 575px) {
    article table td,
    article table th {
        min-width: 180px;
    }
}
article table td,
article table.wp-block-table td {
    padding: 12px;
    margin: 0;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article table.wp-block-table.is-style-stripes {
    border-collapse: collapse;
}
article table.wp-block-table.is-style-stripes td {
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.lightbox-image-container {
    width: 100vw !important;
}
.lightbox-image-container figure img {
    width: auto !important;
    height: auto !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    max-height: 100% !important;
}
#reliable {
    background-color: #2761a4;
    border-radius: 25px;
    padding-top: 75px;
    padding-bottom: 80px;
    margin-top: -36px;
    position: relative;
    z-index: 110;
}
@media all and (max-width: 991px) {
    #reliable {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
#reliable .reliable__block {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    #reliable .reliable__block {
        margin-bottom: 0;
    }
}
#reliable .reliable__block .block__inner .item__image {
    border-radius: 3px;
    overflow: hidden;
    min-height: 314px;
    height: calc(50% - 10px);
}
@media all and (max-width: 991px) {
    #reliable .reliable__block .block__inner .item__image {
        display: none;
    }
}
#reliable .reliable__block .block__inner .item__image.item__image-big {
    height: 100%;
}
#reliable .reliable__block .block__inner .item__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#reliable .reliable__block .block__inner .reliable__item {
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    min-height: 314px;
    height: calc(50% - 10px);
}
@media all and (max-width: 991px) {
    #reliable .reliable__block .block__inner .reliable__item {
        height: auto;
        margin-bottom: 20px;
        min-height: 280px;
    }
}
#reliable .reliable__block .block__inner .reliable__item:not(:last-child) {
    margin-bottom: 20px;
}
#reliable .reliable__block .block__inner .reliable__item.reliable__item-white {
    background-color: #fff;
    color: #2761a4;
}
#reliable .reliable__block .block__inner .reliable__item .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#reliable .reliable__block .block__inner .reliable__item .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#reliable .reliable__block .block__inner .reliable__item .content h3 {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
#reliable .reliable__block .block__inner .reliable__item .content p {
    font-weight: 300;
    line-height: 21px;
}
#portfolio {
    background-color: #5d88bb;
    position: relative;
    z-index: 109;
    margin-top: -36px;
    padding-top: 116px;
    border-radius: 0 0 25px 25px;
    overflow: hidden;
}
@media all and (max-width: 991px) {
    #portfolio {
        padding-top: 90px;
    }
}
#portfolio .slider__wrapper {
    background-color: #fff;
    border-radius: 25px;
    padding: 54px 50px;
}
@media all and (max-width: 575px) {
    #portfolio .slider__wrapper {
        padding: 30px 20px;
    }
}
#portfolio .slider__wrapper:not(:last-child) {
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    #portfolio .slider__wrapper:not(:last-child) {
        margin-bottom: 30px;
    }
}
#portfolio .slider__wrapper .wrapper__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(39, 97, 164, 0.5);
    margin-bottom: 15px;
    padding-bottom: 15px;
    gap: 16px 20px;
}
@media all and (max-width: 575px) {
    #portfolio .slider__wrapper .wrapper__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
#portfolio .slider__wrapper .wrapper__top h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #2761a4;
}
#portfolio .slider__wrapper .portfolio__slider .swiper-slide {
    height: auto;
}
#portfolio .slider__wrapper .portfolio__slider .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#portfolio .slider__wrapper .portfolio__slider .slide__inner a {
    display: block;
    color: #004291;
}
#portfolio .slider__wrapper .portfolio__slider .slide__inner a:hover {
    color: #5d88bb;
}
#portfolio .slider__wrapper .portfolio__slider .slide__inner a:hover .image {
    opacity: 0.8;
}
#portfolio .slider__wrapper .portfolio__slider .slide__inner a .image {
    height: 410px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 16px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 575px) {
    #portfolio .slider__wrapper .portfolio__slider .slide__inner a .image {
        height: 350px;
    }
}
#portfolio .slider__wrapper .portfolio__slider .slide__inner a .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#portfolio .slider__wrapper .portfolio__slider .slide__inner a h3 {
    font-weight: 400;
    text-transform: uppercase;
    color: inherit;
}
#portfolio #about {
    padding-top: 120px;
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/2.avif);
    padding-bottom: 120px;
}
@media all and (max-width: 1600px) {
    #portfolio #about {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media all and (max-width: 1400px) {
    #portfolio #about {
        background-size: contain;
        background-position: 50% 100%;
    }
}
@media all and (max-width: 991px) {
    #portfolio #about {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
#portfolio #about .heading {
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
#portfolio #about .heading .subheading p:not(:last-child) {
    margin-bottom: 1em;
}
#portfolio #about .content__item {
    margin-bottom: 20px;
}
#portfolio #about .content__button {
    padding-top: 36px;
}
.swiper__nav {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 34px;
    width: 88px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: 0;
}
@media all and (max-width: 575px) {
    .swiper__nav {
        margin-left: 0;
        margin-right: auto;
    }
}
.swiper__nav .swiper-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    margin: auto;
    z-index: 100;
    width: 34px;
    height: 34px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.svg);
}
.swiper__nav .swiper-button:hover {
    opacity: 0.8;
}
.swiper__nav .swiper-button:after {
    display: none !important;
}
.swiper__nav .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
}
.swiper__nav .swiper-button.swiper-button-next {
    right: 0;
}
#competencies {
    background-color: #5d88bb;
    margin-bottom: 0;
    padding-top: 136px;
    padding-bottom: 120px;
    margin-top: -36px;
    position: relative;
    z-index: 108;
}
@media all and (max-width: 991px) {
    #competencies {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}
@media all and (max-width: 991px) {
    #competencies.page {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media all and (max-width: 991px) {
    #competencies .competencies__image {
        display: none !important;
    }
}
#competencies .competencies__image .image__inner {
    border-radius: 3px;
    overflow: hidden;
}
@media all and (min-width: 991px) {
    #competencies .competencies__image .image__inner img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        width: 100%;
        height: 100%;
    }
}
#competencies .competencies__list .list__inner .list__item:not(:last-child) {
    margin-bottom: 50px;
}
@media all and (max-width: 575px) {
    #competencies
        .competencies__list
        .list__inner
        .list__item:not(:last-child) {
        margin-bottom: 40px;
    }
}
#competencies .competencies__list .list__inner .list__item .item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 10px;
    margin-bottom: 15px;
    gap: 16px;
}
#competencies
    .competencies__list
    .list__inner
    .list__item
    .item__title
    .number {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 23px;
    font-weight: 300;
    width: 190px;
}
@media all and (max-width: 1400px) {
    #competencies
        .competencies__list
        .list__inner
        .list__item
        .item__title
        .number {
        width: 110px;
    }
}
@media all and (max-width: 1199px) {
    #competencies
        .competencies__list
        .list__inner
        .list__item
        .item__title
        .number {
        width: 40px;
    }
}
@media all and (max-width: 575px) {
    #competencies
        .competencies__list
        .list__inner
        .list__item
        .item__title
        .number {
        width: auto;
    }
}
#competencies .competencies__list .list__inner .list__item .item__title h3 {
    font-size: 25px;
    text-transform: uppercase;
}
#competencies .competencies__list .list__inner .list__item .item__content ul {
    list-style-type: disc;
    padding-left: 17px;
}
@media all and (min-width: 575px) {
    #competencies
        .competencies__list
        .list__inner
        .list__item
        .item__content
        ul {
        max-width: 360px;
        width: 100%;
        margin-left: auto;
        margin-right: 0;
    }
}
#competencies
    .competencies__list
    .list__inner
    .list__item
    .item__content
    ul
    li:not(:last-child) {
    margin-bottom: 10px;
}
#activities {
    background-color: #fff;
    border-radius: 25px;
    margin-top: -30px;
    position: relative;
    z-index: 109;
    overflow: hidden;
}
@media all and (max-width: 767px) {
    #activities {
        border-radius: 0;
    }
}
#activities .heading {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 30;
}
@media all and (max-width: 991px) {
    #activities .heading {
        top: 40px;
    }
}
@media all and (max-width: 767px) {
    #activities .heading {
        position: relative;
    }
}
#activities .wrapper {
    position: relative;
}
#activities .activities__map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    left: 0;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: clip;
}
@media all and (max-width: 767px) {
    #activities .activities__map {
        padding-bottom: 80%;
    }
}
#activities .activities__map .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#activities .activities__map .image img {
    width: 100%;
    height: auto;
    display: block;
}
#activities .activities__map ul li {
    position: absolute;
    cursor: pointer;
    width: 184px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
@media all and (max-width: 1199px) {
    #activities .activities__map ul li {
        width: 150px;
    }
}
@media all and (max-width: 767px) {
    #activities .activities__map ul li {
        width: 120px;
    }
}
@media all and (max-width: 767px) {
    #activities .activities__map ul li.desk__item {
        display: none;
    }
}
@media all and (min-width: 767px) {
    #activities .activities__map ul li.mobile__item {
        display: none;
    }
}
#activities .activities__map ul li:hover {
    z-index: 10;
}
#activities .activities__map ul li .pin {
    cursor: pointer;
    position: absolute;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/pin.svg);
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 767px) {
    #activities .activities__map ul li .pin {
        width: 16px;
        height: 16px;
    }
}
#activities .activities__map ul li .pin:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
#activities .activities__map ul li .pin:hover ~ .note {
    opacity: 1;
    visibility: visible;
}
#activities .activities__map ul li .note {
    text-align: left;
    position: absolute;
    bottom: calc(100% + 10px);
    opacity: 0;
    visibility: hidden;
    max-width: 184px;
    width: 100%;
    background: rgba(0, 29, 64, 0.45);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 3px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    z-index: 3;
    pointer-events: none;
}
#activities .activities__map ul li .note.active {
    opacity: 1;
    visibility: visible;
}
@media all and (max-width: 1199px) {
    #activities .activities__map ul li .note {
        font-size: 12px;
        padding: 6px;
        max-width: 150px;
    }
}
@media all and (max-width: 767px) {
    #activities .activities__map ul li .note {
        bottom: calc(100% + 6px);
        font-size: 9px;
        line-height: 13px;
        max-width: 120px;
    }
}
.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-form .wpcf7-response-output {
    font-size: 13px;
    line-height: 17px;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
#block-15 input[type="tel"].wpcf7-not-valid,
#block-15 input[type="text"].wpcf7-not-valid,
#block-7 input[type="tel"].wpcf7-not-valid,
#block-7 input[type="text"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 2px solid #ec3c06 !important;
    position: relative;
}
body span.wpcf7-not-valid-tip {
    display: none !important;
    color: #ec3c06;
    border: none;
    background: 0 0;
}
body span.wpcf7-not-valid-tip-no-ajax {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 0 10px;
}
body div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 2px solid #ff8a8a;
    color: #ec3c06;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 12000;
}
.contact-inner-form .wpcf7-response-output {
    width: 95%;
}
body div.wpcf7-response-output {
    padding: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
}
body .wpcf7-mail-sent-ng {
    background: #fff2e2;
    border: 1px solid #ffbc8a;
    color: #e17731;
}
body .wpcf7-mail-sent-ok {
    border: 1px solid transparent;
    color: #ff5805;
    text-align: center;
}
#international {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/4.jpg);
    margin-top: -36px;
    padding-top: 136px;
    padding-bottom: 140px;
}
@media all and (max-width: 991px) {
    #international {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}
#international .international__item {
    margin-bottom: 20px;
    text-align: center;
}
#international .international__item .item__inner {
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    border-radius: 3px;
    padding: 34px;
}
#international .international__item .item__inner .icon {
    margin-bottom: 32px;
}
#international .international__item .item__inner .icon img {
    width: 35px;
    height: 35px;
}
#international .international__item .item__inner .content h3 {
    font-size: 23px;
    line-height: 23px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 15px;
    margin-bottom: 35px;
}
#contacts {
    position: relative;
    z-index: 10;
    overflow: hidden;
    border-radius: 25px 25px 0 0;
    margin-top: -36px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (min-width: 991px) {
    #contacts {
        height: 500px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
#contacts .content {
    position: relative;
    z-index: 2;
    max-width: 580px;
    width: 100%;
    border-radius: 25px;
    background-color: #2761a4;
    padding: 56px 50px;
}
@media all and (max-width: 1199px) {
    #contacts .content {
        max-width: 480px;
    }
}
@media all and (max-width: 991px) {
    #contacts .content {
        max-width: none;
        padding: 30px 0;
    }
}
#contacts .content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}
@media all and (max-width: 991px) {
    #contacts .content ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
#contacts .content ul li:not(:last-child) {
    margin-bottom: 32px;
}
#contacts .content ul li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    line-height: 23px;
    font-weight: 300;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#contacts .content ul li .email,
#contacts .content ul li .phone {
    font-size: 23px;
}
#contacts .content ul li p {
    font-weight: 600;
}
#contacts .content ul li .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}
#contacts .content ul li .social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}
#contacts #map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}
@media all and (max-width: 991px) {
    #contacts #map {
        position: relative;
        height: 400px;
    }
}
@media all and (max-width: 575px) {
    #contacts #map {
        height: 350px;
    }
}
#contacts #map .map__wrapper {
    width: 100%;
    height: 100%;
}
@media all and (max-width: 991px) {
    #contacts #map .map__desk {
        display: none;
    }
}
@media all and (min-width: 991px) {
    #contacts #map .map__mobile {
        display: none;
    }
}
#contacts #map iframe {
    width: 100%;
    height: 100%;
}
#footer {
    margin-bottom: 0;
    background-color: #fff;
    color: #2761a4;
    padding-top: 28px;
}
#footer .footer__item {
    margin-bottom: 30px;
}
@media all and (max-width: 991px) {
    #footer .footer__logo {
        text-align: center;
    }
}
@media all and (min-width: 991px) {
    #footer .footer__logo .logo__inner {
        max-width: 200px;
        width: 100%;
    }
}
#footer .footer__logo .logo__inner .logo {
    margin-bottom: 13px;
}
#footer .footer__logo .logo__inner .logo img {
    width: 175px;
    height: auto;
}
#footer .footer__logo .logo__inner h5 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 23px;
}
#footer .footer__logo .logo__inner .share {
    margin-bottom: 20px;
}
#footer .footer__logo .logo__inner .share h6 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 5px;
}
#footer .footer__logo .logo__inner .copyright {
    font-size: 14px;
}
#footer .footer__menu .menu__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    border-bottom: 1px solid rgba(39, 97, 164, 0.5);
    padding-bottom: 18px;
}
@media all and (max-width: 575px) {
    #footer .footer__menu .menu__inner {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
        border-bottom: none;
    }
}
#footer .footer__menu .menu__inner .menu__wrapper h5 {
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(39, 97, 164, 0.5);
    margin-bottom: 18px;
}
#footer .footer__menu .menu__inner .menu__wrapper ul li:not(:last-child) {
    margin-bottom: 10px;
}
#footer .footer__menu .menu__inner .menu__wrapper ul li a {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    color: #2761a4;
}
#footer .footer__menu .menu__inner .menu__wrapper ul li a:hover {
    text-decoration: underline;
}
#footer .footer__contacts {
    text-align: right;
}
@media all and (max-width: 1199px) {
    #footer .footer__contacts {
        text-align: center;
    }
}
#footer .footer__contacts .contacts__inner ul {
    margin-bottom: 66px;
}
@media all and (max-width: 1199px) {
    #footer .footer__contacts .contacts__inner ul {
        margin-bottom: 40px;
    }
}
#footer .footer__contacts .contacts__inner ul li:not(:last-child) {
    margin-bottom: 16px;
}
#footer .footer__contacts .contacts__inner ul li .phone {
    font-size: 25px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #2761a4;
}
@media all and (max-width: 1199px) {
    #footer .footer__contacts .contacts__inner ul li .phone {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#footer .footer__contacts .contacts__inner ul li .worktime {
    font-size: 16px;
}
#footer .footer__contacts .contacts__inner .address {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    font-size: 16px;
}
#footer .footer__contacts .contacts__inner .webdev a {
    font-size: 12px;
    line-height: 14px;
    color: #2761a4;
    text-decoration: underline;
}
@media all and (max-width: 1400px) {
    #footer .footer__contacts .contacts__inner .address {
        font-size: 14px;
    }
}
#mission {
    padding-top: 120px;
    padding-bottom: 70px;
    background-color: #fff;
    border-radius: 25px;
    margin-top: -36px;
    position: relative;
    z-index: 109;
}
@media all and (max-width: 1600px) {
    #mission {
        padding-top: 100px;
    }
}
@media all and (max-width: 991px) {
    #mission {
        padding-top: 60px;
    }
}
#mission .heading {
    color: #2761a4;
}
#mission .mission__item {
    margin-bottom: 20px;
}
#mission .mission__item .item__inner {
    background: #2761a4;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    padding: 16px 30px;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
}
@media all and (max-width: 575px) {
    #mission .mission__item .item__inner {
        padding: 14px 24px;
        gap: 20px;
        font-size: 18px;
    }
}
#mission .mission__item .item__inner .icon {
    width: 67px;
    height: 67px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#about-mission {
    background-color: #2761a4;
    margin-top: -36px;
    padding-top: 120px;
    padding-bottom: 333px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/5.webp);
}
@media all and (max-width: 1600px) {
    #about-mission {
        padding-top: 100px;
    }
}
@media all and (max-width: 1400px) {
    #about-mission {
        background-size: contain;
        background-position: 50% 100%;
    }
}
@media all and (max-width: 575px) {
    #about-mission {
        padding-bottom: 100px;
    }
}
#about-mission .about__top {
    padding-bottom: 38px;
    margin-bottom: 34px;
    border-bottom: 1px solid #fff;
}
#about-mission .about__top h2 {
    font-size: 45px;
    line-height: 47px;
    font-weight: 400;
}
@media all and (max-width: 767px) {
    #about-mission .about__top h2 {
        font-size: 36px;
        line-height: 120%;
    }
}
@media all and (max-width: 575px) {
    #about-mission .about__top h2 {
        font-size: 32px;
    }
}
#service {
    background-color: #5d88bb;
    margin-top: -36px;
    padding-top: 110px;
    padding-bottom: 110px;
}
@media all and (max-width: 991px) {
    #service {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media all and (max-width: 991px) {
    #service .service__text {
        margin-bottom: 20px;
    }
}
#service .service__text article h2 {
    font-weight: 400;
}
#service .service__image img {
    border-radius: 3px;
}
#choose {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/5.avif);
    border-radius: 25px;
    margin-top: -36px;
    padding-top: 90px;
    padding-bottom: 70px;
    position: relative;
    z-index: 10;
}
@media all and (max-width: 991px) {
    #choose {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
#choose .choose__item {
    margin-bottom: 20px;
}
#choose .choose__item .item__inner {
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 3px;
    padding: 40px 35px;
    min-height: 314px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}
@media all and (max-width: 1400px) {
    #choose .choose__item .item__inner {
        padding: 35px 30px;
    }
}
@media all and (max-width: 575px) {
    #choose .choose__item .item__inner {
        min-height: 240px;
    }
}
#choose .choose__item .item__inner .item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 18px;
}
#choose .choose__item .item__inner .item__top h3 {
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
}
@media all and (max-width: 1400px) {
    #choose .choose__item .item__inner .item__top h3 {
        font-size: 17px;
    }
}
@media all and (max-width: 575px) {
    #choose .choose__item .item__inner .item__top h3 {
        font-size: 18px;
    }
}
#section-seo {
    background-color: #5d88bb;
    margin-top: -36px;
    padding-top: 110px;
    padding-bottom: 110px;
}
.seo-new {
    padding-top: 0px!important;
}

@media all and (max-width: 991px) {
    #section-seo {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
#section-seo .seo__top {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding-bottom: 18px;
}
#section-seo .content {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/6.avif);
    padding: 60px 35px 44px 35px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 25px;
}
@media all and (max-width: 575px) {
    #section-seo .content {
        padding: 40px 30px 24px 30px;
    }
}
#section-seo .content article h2 {
    margin-bottom: 22px;
}
#section-seo .content article ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 22px;
}
#section-seo .content article ul li {
    position: relative;
    padding-left: 26px;
}
#section-seo .content article ul li:not(:last-child) {
    margin-bottom: 10px;
}
#section-seo .content article ul li:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_22.svg);
    width: 13px;
    height: 11px;
    top: 6.5px;
    left: 0;
}
#project {
    margin-bottom: 70px;
}
@media all and (max-width: 991px) {
    #project {
        margin-bottom: 60px;
    }
}
#project .wrapper {
    background-color: #fff;
    border-radius: 25px;
    padding: 40px;
}
@media all and (max-width: 575px) {
    #project .wrapper {
        padding: 30px 20px;
    }
}
@media all and (max-width: 1199px) {
    #project .project__details {
        margin-bottom: 30px;
    }
}
#project .project__details .details__inner {
    color: #2761a4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 80px;
}
@media all and (max-width: 1400px) {
    #project .project__details .details__inner {
        gap: 50px;
    }
}
@media all and (max-width: 1199px) {
    #project .project__details .details__inner {
        gap: 10px;
    }
}
#project .project__details .details__inner .heading {
    margin-bottom: 0;
}
#project .project__details .project__item {
    margin-top: 34px;
}
@media all and (max-width: 991px) {
    #project .project__details .project__item {
        margin-top: 24px;
    }
}
#project .project__details .project__item .itme__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
}
#project .project__details .project__item .itme__inner .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#project .project__details .project__item .itme__inner h5 {
    font-size: 18px;
    line-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 7px;
}
#project .project__details .project__item .itme__inner p {
    font-size: 16px;
}
#project .project__image img {
    border-radius: 3px;
    height: auto;
}
#projectmore {
    padding-bottom: 110px;
}
@media all and (max-width: 1600px) {
    #projectmore {
        padding-bottom: 100px;
    }
}
@media all and (max-width: 991px) {
    #projectmore {
        padding-bottom: 90px;
    }
}
#projectmore .heading {
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
#projectmore .heading .subheading p:not(:last-child) {
    margin-bottom: 1em;
}
#projectmore .content__item {
    margin-bottom: 20px;
}
#projectmore .content__item:not(.content__item-image) .item__inner {
    background-color: rgba(0, 29, 64, 0.45);
}
#projectmore .content__item.content__item-image .item__inner {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/7.avif);
}
#projectmore .content__item .item__inner {
    padding: 30px 40px 24px 40px;
    border-radius: 3px;
    overflow: hidden;
    min-height: 326px;
}
@media all and (max-width: 991px) {
    #projectmore .content__item .item__inner {
        padding: 30px 30px 14px 30px;
        min-height: 250px;
    }
}
#projectmore .content__item .item__inner article h3 {
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 26px;
}
#projectmore .content__item .item__inner article ul {
    list-style-type: none;
    padding-left: 0;
}
#projectmore .content__item .item__inner article ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 0;
}
@media all and (max-width: 575px) {
    #projectmore .content__item .item__inner article ul li {
        padding-left: 34px;
    }
}
#projectmore .content__item .item__inner article ul li:not(:last-child) {
    margin-bottom: 17px;
}
#projectmore .content__item .item__inner article ul li:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_27.svg);
    width: 9px;
    height: 12px;
    top: 5px;
    left: 0;
}
#projecgallery {
    background-color: #5d88bb;
    border-radius: 25px;
    margin-top: -36px;
    padding-top: 110px;
    padding-bottom: 110px;
}
@media all and (max-width: 991px) {
    #projecgallery {
        padding-top: 60px;
    }
}
#projecgallery .gallery__content {
    margin-bottom: 70px;
}
@media all and (max-width: 991px) {
    #projecgallery .gallery__content {
        margin-bottom: 40px;
    }
}
@media all and (min-width: 1199px) {
    #projecgallery .gallery__content .content__inner {
        max-width: 590px;
        width: 100%;
    }
}
#projecgallery .gallery__content .content__inner article h2 {
    font-weight: 400;
}
#projecgallery .gallery__content .content__inner .box__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 54px;
    gap: 20px;
}
@media all and (max-width: 991px) {
    #projecgallery .gallery__content .content__inner .box__buttons {
        padding-top: 20px;
    }
}
#projecgallery .gallery__images {
    margin-bottom: 110px;
}
@media all and (max-width: 991px) {
    #projecgallery .gallery__images {
        margin-bottom: 100px;
    }
}
#projecgallery .gallery__images .gallery__slider a {
    display: block;
    height: 594px;
    border-radius: 3px;
    overflow: hidden;
}
@media all and (max-width: 575px) {
    #projecgallery .gallery__images .gallery__slider a {
        height: 400px;
    }
}
#projecgallery .gallery__images .gallery__slider a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#projecgallery .gallery__images .swiper-button-next,
#projecgallery .gallery__images .swiper-button-prev {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    color: #5d88bb;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 34px;
    height: 34px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#projecgallery .gallery__images .swiper-button-next:after,
#projecgallery .gallery__images .swiper-button-prev:after {
    display: none;
}
#projecgallery .gallery__images .swiper-button-next {
    background-image: url(../img/arrow.svg);
    right: 5%;
}
#projecgallery .gallery__images .swiper-button-prev {
    background-image: url(../img/arrow.svg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 5%;
}
#career {
    margin-bottom: 0;
    padding-bottom: 110px;
}
@media all and (max-width: 991px) {
    #career {
        padding-bottom: 90px;
    }
}
#career .career__top {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding-bottom: 14px;
}
@media all and (max-width: 991px) {
    #career .career__top .heading {
        margin-bottom: 20px;
    }
}
#career .career__top .heading h1 {
    text-transform: uppercase;
}
#career .career__item {
    margin-bottom: 20px;
}
#career .career__item .item__inner {
    border-radius: 3px;
    background-color: #5d88bb;
    padding: 40px 35px 26px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
}
@media all and (max-width: 575px) {
    #career .career__item .item__inner {
        padding: 30px 20px 16px 20px;
    }
}
#career .career__item .item__inner .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#career .career__item .item__inner .content h3 {
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    height: 46px;
    margin-bottom: 14px;
}
#career .career__item .item__inner .content .image {
    height: 135px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 16px;
}
#career .career__item .item__inner .content .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#career .career__item .item__inner .more {
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
}
#career .career__item .item__inner .more:hover img {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}
#career .career__item .item__inner .more img {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    will-change: transform;
}
#page {
    padding-bottom: 110px;
}
@media all and (max-width: 991px) {
    #page {
        padding-bottom: 90px;
    }
}
#page .page__category .post__wrapper .post__item {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}
#page .page__category .post__wrapper .post__item:not(:last-child) {
    margin-bottom: 30px;
}
@media all and (max-width: 991px) {
    #page .page__category .post__wrapper .post__item .post__image {
        margin-bottom: 20px;
    }
}
#page .page__category .post__wrapper .post__item .post__image a {
    display: block;
    height: 314px;
    border-radius: 3px;
    overflow: hidden;
}
@media all and (max-width: 575px) {
    #page .page__category .post__wrapper .post__item .post__image a {
        height: 280px;
    }
}
#page .page__category .post__wrapper .post__item .post__image a:hover {
    opacity: 0.8;
}
#page .page__category .post__wrapper .post__item .post__image a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#page
    .page__category
    .post__wrapper
    .post__item
    .post__details
    .details__inner
    .post__title {
    display: block;
    margin-bottom: 13px;
}
#page
    .page__category
    .post__wrapper
    .post__item
    .post__details
    .details__inner
    .post__title:hover {
    text-decoration: underline;
}
#page
    .page__category
    .post__wrapper
    .post__item
    .post__details
    .details__inner
    .post__title
    h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: inherit;
    text-transform: uppercase;
}
#page
    .page__category
    .post__wrapper
    .post__item
    .post__details
    .details__inner
    .date {
    display: block;
    margin-bottom: 33px;
}
@media all and (max-width: 575px) {
    #page
        .page__category
        .post__wrapper
        .post__item
        .post__details
        .details__inner
        .date {
        margin-bottom: 24px;
    }
}
#page .article__bottom {
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}
@media all and (max-width: 991px) {
    #page .article__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
#page .article__bottom .share h6 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 6px;
}
#page .article__bottom .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px 30px;
}
@media all and (max-width: 575px) {
    #page .article__bottom .links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
#page .article__bottom .links .back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
#page .article__bottom .links .back:hover img {
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
}
#page .article__bottom .links .back img {
    will-change: transform;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.box__pagination {
    padding-top: 40px;
    margin-bottom: 10px;
    text-align: center;
}
.box__pagination a,
.box__pagination span {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    padding: 3px 11px;
    color: #a8a8a8;
    text-decoration: none;
    background-color: #2761a4;
    border-radius: 3px;
    margin: 3px 6px;
    min-width: 30px;
    display: inline-block;
}
@media all and (max-width: 575px) {
    .box__pagination a,
    .box__pagination span {
        margin: 3px 3px;
    }
}
.box__pagination a {
    color: #fff;
}
.box__pagination span {
    border-color: #5d88bb;
    background-color: #5d88bb;
    color: #fff;
}

@media all and (min-width: 1199px) {
    .page__team .row {
        margin-left: -23px;
        margin-right: -23px;
    }
}
@media all and (max-width: 1199px) {
    .page__team .empty {
        display: none;
    }
}
.page__team .group__title {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    .page__team .group__title {
        padding-bottom: 14px;
    }
}
.page__team .group__title h3 {
    font-size: 25px;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
}
.page__team .team__top {
    background-color: #fff;
    padding: 30px 50px 0 50px;
    border-radius: 25px;
    color: #2761a4;
    position: relative;
}
@media all and (max-width: 575px) {
    .page__team .team__top {
        padding: 30px 20px 0 20px;
    }
}
.page__team .team__top .president {
    border-bottom: 1px solid #2761a4;
    margin-bottom: 30px;
}
.page__team .team__top .president .team__item {
    margin-bottom: 30px;
}
.page__team .team__top .directors .team__item {
    margin-bottom: 40px;
}
.page__team .team__middle {
    background-color: rgba(0, 29, 64, 0.45);
    border-radius: 25px;
    padding: 90px 50px 0 50px;
    margin-top: -50px;
    margin-bottom: 60px;
}
@media all and (max-width: 575px) {
    .page__team .team__middle {
        padding: 90px 20px 0 20px;
        margin-bottom: 40px;
    }
}
.page__team .team__bottom {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 25px;
    padding: 36px 50px 0 50px;
}
@media all and (max-width: 575px) {
    .page__team .team__bottom {
        padding: 30px 20px 0 20px;
    }
}
.page__team .team__item {
    margin-bottom: 50px;
}
@media all and (min-width: 1199px) {
    .page__team .team__item {
        padding-left: 23px;
        padding-right: 23px;
    }
}
.page__team .team__item .item__inner .team__photo {
    margin: 0 auto 20px auto;
}
@media all and (min-width: 575px) {
    .page__team .team__item .item__inner .team__photo {
        max-width: 390px;
        width: 100%;
        height: 400px;
        border-radius: 3px;
        overflow: hidden;
    }
}
@media all and (min-width: 575px) {
    .page__team .team__item .item__inner .team__photo img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        width: 100%;
        height: 100%;
    }
}
@media all and (max-width: 575px) {
    .page__team .team__item .item__inner .team__photo img {
        border-radius: 3px;
        max-height: 400px;
    }
}
.page__team .team__item .item__inner .team__details.team__details-small p {
    font-size: 16px;
}
.page__team .team__item .item__inner .team__details h3 {
    font-size: 25px;
    line-height: 110%;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.page__team .team__item .item__inner .team__details p {
    font-size: 20px;
    line-height: 23px;
}

.hidden-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.hidden-text.expanded {
    max-height: 1000px; /* или конкретное значение */
}

.btn.btn-arrow svg {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

/* При раскрытии — поворачиваем стрелку вверх */
.btn.btn-arrow .arrow-down.arrow-up {
    transform: rotate(180deg);
}

