@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
    url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
    url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
    url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.woff2') format('woff2'),
    url('../fonts/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/************ \/ CUSTOMIZE \/ ************/
*, :after, :before {
    padding: 0;
    margin: 0;
}

:focus {
    outline: none;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */
body, a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

a {
    text-decoration: none;
}

a:hover {
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

button:focus {
    outline: none;
}

input, input:active {
    outline: none;
    border: none;
}


/************ /\ CUSTOMIZE /\ ************/
.header__top {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__top_left > div {
    display: flex;
    margin-bottom: 10px;
}

.header__top_left > div img {
    margin-right: 10px;
}

.header__top_left > div a {
    text-decoration: underline;
    color: #004583;
}

.header__top_left > div a:hover {
    text-decoration: none;
}

.header__top_right > div {
    display: flex;
    margin-bottom: 10px;
    font-weight: 500;
}

.header__top_right > div p {
    margin-right: 10px;
}

.header__top_right a:hover {
    text-decoration: underline !important;
}

.header__top_right a {
    font-weight: 500;
}

.header__top_right img {
    margin-right: 10px;
}

.db859 {
    margin-left: 18px;
}

.ml4509 {
    margin-left: 24px;
}

.header__menu {
    background: #284689;
    padding: 25px 0;
}

.header__menu_item {
    color: #fff;
    margin-right: 15px;
    position: relative;
    padding: 5px;
}

.header__menu_item:hover {
    color: #fff;
}

.js-button-campaign {
    cursor: pointer;
}

.header__popup {
    color: #fff;
    display: inline-block;
    padding: 13px 20px;
    border-radius: 5px;
    border: 1px solid #fff;
}

.header__menu_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__popup:hover {
    background: #fff;
    color: #284689;
}

.header__menu_item:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 2px; /* Высота линии */
    background-color: #fff; /* Цвет подчеркивания при исчезании линии*/
    transition: width 0.3s; /* Время эффекта */
}

.header__menu_item:hover:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px; /* Высота линии */
    background-color: #fff; /* Цвет подчеркивания при появлении линии*/
    transition: width 0.3s; /* Время эффекта */
}

.header__title {
    text-transform: uppercase;
    color: #fff;
    max-width: 600px;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
}

.header__slider_item .container {
    padding-left: 60px;
}

.header__text {
    max-width: 600px;
}

.header__slider_item_1 {
    background: url(../images/kd8997d.jpg) no-repeat center center / cover;
}

.header__slider_item {
    padding: 60px 0;
    color: #fff;
}

.header__slider_item a {
    color: #fff;
}

.header__slider_item a:hover {
    color: #fff;
    text-decoration: underline;
}

.header__icons_title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.header__icons > div {
    display: flex;
    align-items: flex-start;
    margin-right: 20px;
    max-width: 300px;
}

.header__icons {
    display: flex;
    margin-top: 30px;
}

.header__icons > div > img {
    margin-right: 10px;
}

.header__icons_text {
    font-size: 13px;
}

.header__slider .slick-next {
    right: 30px;
}

.header__slider .slick-prev {
    left: 30px;
    z-index: 10;
}

.header__slider {
    position: relative;
}

.header__slider_prev,
.header__slider_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.header__slider_prev {
    left: 30px;
}

.header__slider_next {
    right: 30px;
}

.slick-prev:before {
    content: "";
}

.slick-next:before {
    content: "";
}

.header__slider .slick-prev {
    z-index: 20;
    background: url(../images/slick-prev15.svg) no-repeat center center;
    width: 57px;
    height: 57px;
}

.header__slider .slick-next {
    z-index: 20;
    background: url(../images/slick-next15.svg) no-repeat center center;
    width: 57px;
    height: 57px;
}

.yellow-bl-btn {
    background: #284689;
    color: #fff;
    display: inline-block;
    padding: 19px 50px;
}

.yellow-bl {
    padding: 25px 0;
    background: #F3CC00;
}

.yellow-bl__text {
    font-size: 30px;
    font-weight: 600;
    margin-right: 50px;
}

.yellow-bl > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blocks__item {
    height: 280px;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 25px;
}

.blocks__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blocks__item_1 {
    background: url(../images/mz1.jpg) no-repeat center center / cover;
}

.blocks__item_3 {
    background: url(../images/mz2.jpg) no-repeat center center / cover;
}

.blocks__item_6 {
    background: url(../images/mz3.jpg) no-repeat center center / cover;
}

.blocks__item_8 {
    background: url(../images/mz4.jpg) no-repeat center center / cover;
}

.vids {
    background: url(../images/vids-bg.jpg) no-repeat center center / cover;
    padding: 30px 0;
    margin: 20px 0;
}

.blocks__item_title {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}

.blocks__item_text {
    color: #002A50;
    font-size: 14px;
    margin-bottom: 20px;
}

.blocks__item_5 .blocks__item_arr,
.blocks__item_7 .blocks__item_arr {
    transform: rotate(180deg);
}

.vids__title {
    font-weight: 600;
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.vids__wrap_left {
    max-width: 580px;
    text-align: center;
}

.vids__link {
    margin-bottom: 30px;
    display: block;
    text-align: center;
}

.vids__btn {
    color: #fff;
    display: inline-block;
    padding: 13px 20px;
    border-radius: 5px;
    border: 1px solid #fff;
}

.vids__btn:hover {
    background: #fff;
    color: #284689;
}

.vids__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vids__form {
    border-radius: 4px;
    background: #fff;
    padding: 25px;
    width: 320px;
}

.vids__form_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.vids__form input {
    margin-top: 15px;
    padding: 9px 10px;
    border: 1px solid #c2c2c2;
    border-radius: 2px;
    display: block;
    width: 100%;
}

.vids__text {
    margin-top: 20px;
    font-size: 13px;
}

.vids__text a {
    font-size: 13px;
    color: #284689;
    text-decoration: underline;
}

.vids__btn {
    margin-top: 15px;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    background: #284689;
}

.vids__btn:hover {
    color: #fff;
    background: #1b3472;
}

.prem__title {
    margin-bottom: 40px;
}

.prem {
    margin-top: 60px;
    margin-bottom: 60px;
}

.prem__wrap {
    background: rgba(40, 70, 137, 0.1);
    padding: 50px 0;
}

.prem__subtitle {
    font-weight: 600;
    font-size: 17px;
    color: #284689;
    margin-top: 15px;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
}

.about__wrap {
    padding: 55px 40px;
    background: #FFFFFF;
    box-shadow: -1px 6px 18px rgba(0, 0, 0, 0.09);
}

.about__wrap p {
    margin-bottom: 15px;
}

.about__subtitle {
    font-weight: 600;
    font-size: 20px;
    color: #00203C;
    margin-bottom: 10px;
}

.about__item {
    display: flex;
    align-items: center;
    padding-left: 25px;
    padding-top: 32px;
}

.about__item > img {
    margin-right: 12px;
    width: 64px;
    flex: none;
}

.footer {
    margin-top: 60px;
}

.footer__top {
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #E7E6E6;
}

.footer__top_text {
    color: #BEBEBE;
    margin-top: 10px;
}

.footer__subtitle {
    font-weight: 600;
    margin-bottom: 15px;
}

.footer__link {
    display: block;
    margin-bottom: 10px;
    color: #656D75;
}

.footer__wrap {
    display: flex;
    padding: 25px 0;
    justify-content: space-between;
}

.footer__subtitle {
    font-size: 19px;
    margin-bottom: 15px;
}

.footer__form_inputs input {
    padding: 10px 15px;
    background: #EAEAEA;
    border-radius: 4px;
    margin-bottom: 5px;
    width: 300px;
    display: block;
}

.footer__form_btn {
    color: #004583;
    font-weight: 600;
    border: 1px solid #004583;
    border-radius: 4px;
    padding: 15px 50px;
    display: inline-block;
    margin-top: 20px;
}

.footer__form_btn:hover {
    text-decoration: none !important;
    color: #fff;
    background: #004583;
}

.blocks__item_arr {
    transition: .3s;
}

.footer__nn {
    color: #071828;
}

.footer a:hover {
    text-decoration: underline;
}

.footer__right .footer__link {
    font-weight: 600;
    color: #004583;
}

.footer__wrap > div {
    margin: 10px;
}

.footer__bottom {
    background: #284689;
    padding: 30px;
    color: #fff;
}

.footer__bottom_line {
    border-bottom: 1px solid #E7E6E6;
    margin-bottom: 15px;
}

/* model window */
.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    z-index: 99999;
}

.popup {
    position: fixed;
    width: 413px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    box-sizing: border-box;
    background-color: #fff;
    color: #404048;
    border-radius: 5px;
    text-align: center;
    z-index: 99999;
}

.close-popup {
    position: absolute;
    top: 23px;
    right: 15px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.close-popup:before {
    content: '';
    background-color: #888;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 11px;
    left: -4px;
    transform: rotate(-45deg);
}

.close-popup:after {
    content: '';
    background-color: #888;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 11px;
    transform: rotate(45deg);
    left: -4px;
}

.popup input {
    display: block;
    width: 100%;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #757888;
    line-height: 2.5em;
    margin-bottom: 5px;
}

.btn-popup {
    color: #fff;
    background: #164C70;
}

.header__popup_2 {
    border-radius: 100px;
    margin-top: 30px;
}

.bl-yl__left {
    background: #004583;
    padding: 20px 30px;
    margin: 10px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.bl-yl__left_tel {
    font-weight: 500;
    display: inline-block;
    padding: 10px 20px;
    color: #004583;
    background: #fff;
    border-radius: 4px;
    border: 1px solid;
}

.bl-yl__left_tel:hover {
    background: #004583;
    color: #fff;
}

.bl-yl__right {
    padding: 20px 30px;
    background: #F3CC00;
    margin: 10px;
    flex: 1;
}

.bl-yl__wrap {
    display: flex;
    justify-content: space-between;
}

.bl-yl__right {
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pri-top-icon {
    margin-bottom: 30px;
    background: #F4F4F4;
    padding: 0 15px;
    display: inline-block;
}

.pri-top-icon img {
    margin-right: 15px;
}

.pri {
    margin-top: 50px;
    margin-bottom: 50 xp;
}

.pri__title {
    margin-bottom: 30px;
    font-size: 30px;
    color: #1C2752;
    font-weight: 400;
}

.pri__btn {
    background: #284689;
    border: 2px solid #284689;
    color: #fff;
    padding: 19px 45px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.header__slider_item_12 {
    background: url(../images/1ectangle4717.jpg) no-repeat center center / cover;
}

.header__slider_item_16 {
    background: url(/wp-content/uploads/2025/03/Rectangle-1-1.jpg) no-repeat center center / cover;
}

.header__slider_item_13 {
    background: url(../images/utli323.jpg) no-repeat center center / cover;
}

.header__slider_item_14 {
    background: url(../images/kdjfie9092nm.jpg) no-repeat center center / cover;
}

.header__slider_item_15 {
    background: url(../images/8rou72.jpg) no-repeat center center / cover;
}

.pri p {
    margin-bottom: 10px;
}

.pri ul {
    margin-left: 20px;
}

.pri {
    color: #002A50;
}

.why {
    padding: 60px 0;
}

.why__title {
    margin-bottom: 30px;
}

.why__item {
    background: #FFFFFF;
    box-shadow: -1px 6px 18px rgba(0, 0, 0, 0.09);
    padding: 22px 32px;
    margin-bottom: 10px;
}

.contacts-top__wrap {
    position: relative;
    width: 860px;
    height: 520px;
    background: url(../images/contacts-top.jpg) no-repeat center center / cover;
}

.contacts-top__inner {
    background: #004583;
    border-radius: 5px;
    padding: 30px 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -310px;
    width: 776px;
}
.contacts-top {
    padding: 50px 0;
}

.contacts-top__inner,
.contacts-top__inner a {
    color: #fff;
}

.contacts-top__inner_line span,
.contacts-top__inner_line span a {
    font-weight: 600;
}

.contacts-top__inner_line {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.contacts-top__inner_line > div {
    width: 210px;
    display: flex;
    align-items: center;
}

.contacts-top__inner_line img {
    margin-right: 8px;
}

.contacts-top__text {
    position: absolute;
    top: 57px;
    right: -310px;
    font-size: 15px;
    width: 284px;
    font-weight: 600;
}

.contacts-form__wrap {
    padding: 40px;
    background: #F4F4F4;
}

.contacts-form__wrap input {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 20px 50px;
    margin-bottom: 10px;
    width: 100%;
}

.contacts-form__wrap .wpcf7-form-control-wrap {
    width: 49%;
}

.contacts-form__cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contacts-form__wrap textarea {
    width: 100%;
    height: 150px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 20px 50px;
    margin-bottom: 10px;
}
.contacts-form__wrap input.contacts-form__submit {
    font-weight: 600;
    font-size: 15px;
    padding: 20px 80px;
    background: #FFB342;
    display: inline-block;
    width: auto;
}

.contacts-form__wrap .wpcf7-spinner {
    display: block;
}

.contacts-form__wrap input.contacts-form__submit:hover {
    background: #f8d45c;
}

.header__menu_item_services:hover:after {
    display: none;
    content: '';
}

.header__menu_inner {
    display: flex;
    flex-direction: column;
    background: rgb(255,255,255);
    padding: 10px 25px;
    position: absolute;
    left: 0;
    top: 28px;
    width: 352px;
    z-index: 999;
    display: none;
}

.header__menu_inner a {
    display: inline-block;
    margin-bottom: 10px;
}

.header__menu_item_services {
    cursor: pointer;
}

.header__menu_links {
    display: flex
}

.header__slider_main .header__slider_item {
    height: 442px;
}

