/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
a {
    text-decoration: none;
    transition: all .5s;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    font-display: swap;
}
i {
    font-style: italic;
}
b {
    font-weight: bold;
}
/* reset end */

/* fonts */
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.woff2') format('woff2'), url('../fonts/Nunito-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Medium.woff2') format('woff2'), url('../fonts/Nunito-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-SemiBold.woff2') format('woff2'), url('../fonts/Nunito-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Bold.woff2') format('woff2'), url('../fonts/Nunito-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-ExtraBold.woff2') format('woff2'), url('../fonts/Nunito-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
/* fonts end */

/* ==========  ========== */
:root {
    --main-fonts: 'Nunito', sans-serif;
    --main-color: #010333;
    --body-bg: #F8F8FF;
}
/* ==========  ========== */
* {
    box-sizing: border-box;
}
body, html {
    font-family: var(--main-fonts);
    color: var(--main-color);
    background: var(--body-bg);
    min-width: 320px;
}
.container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
}
.sec_space {
    height: 15px;
}
.trans_5 {
    transition: all .5s;
}
/* ========== sec1 ========== */
.sec1_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec1_left {
    width: 100%;
    order: 2;
}
.sec1_left_img {
    border-radius: 5px;
    width: 100%;
    height: auto;
}
.sec1_left_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec1_left_item {
    margin-top: 5px;
    border-radius: 7px;
    border: 1px solid #FFF;
    background: linear-gradient(131deg, rgba(1, 3, 51, 0.60) 22.51%, rgba(0, 4, 96, 0.48) 78.7%);
    background-blend-mode: overlay, normal;
    backdrop-filter: blur(10px);
    padding: 7px 5px;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    color: #FFF;
}
.sec1_left_item1 img {
    height: 21px;
    width: auto;
}
.sec1_left_item2 img {
    height: 25px;
    width: auto;
}
.sec1_left_item3 img {
    height: 25px;
    width: auto;
    top: -1px;
    position: relative;
}
.sec1_left_item_txt {
    margin-left: 5px;
}
.sec1_left_item_txt div:first-child {
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
.sec1_left_item_txt div:nth-child(2) {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
}
/**/
.sec1_right {
    width: 100%;
    order: 1;
    margin-bottom: 10px;
}
.sec1_right_logo {
    margin-bottom: 10px;
}
.sec1_right_logo_txt {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 18.527px */
    text-transform: uppercase;
    margin-bottom: 5px;
}
.sec1_right_txt {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    margin-bottom: 10px;
    text-align: justify;
}
.sec1_right_btn {
    margin: 0 auto;
    display: flex;
    width: 190px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 57px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.sec1_right_btn svg {
    margin-left: 7px;
    width: 21px;
    height: 21px;
}
.sec1_right_btn:hover {
    background: var(--main-color);
    color: #ffffff;
}
/* ========== sec2 ========== */
.sec2 {
    background: url('../img/sec2/sec2_bg.png') no-repeat center var(--main-color);
    background-size: cover;
    padding: 15px 0;
    color: #FFF;
}
.sec2_titler {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.sec2_txt {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}
.sec2_list {
    margin-top: 10px;
    position: relative;
}
.sec2_item {
    background: var(--sec2-bg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 290px;
    /*width: 100%;*/
    height: 243px;
    border-radius: 15px;
    position: relative;
    padding: 9px 11px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-right: 20px;
}
.sec2_item_label {
    position: absolute;
    top: 22px;
    left: 16px;
    display: inline-flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 40px;
    color: #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}
.sec2_item_label._lab_1 {
    background: #A81E34;
}
.sec2_item_label._lab_2 {
    background: #3996D8;
}
.sec2_item_link_bg {
    position: absolute;
    top: 6px;
    right: 5px;
    width: 58px;
    height: 48px;
    background: rgba(0, 0, 0, 0.40);
    filter: blur(32px);
    z-index: 1;
}
.sec2_item_link {
    font-size: 0;
    position: absolute;
    top: 13px;
    right: 17px;
    width: 35px;
    height: 35px;
    z-index: 2;
    background: url('../img/sec2/arrow.svg') no-repeat center;
    background-size: contain;
}
.sec2_item_link:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.70);
    filter: blur(32px);
    overflow: hidden;
}
.sec2_item_link:hover {
    width: 35px;
    height: 35px;
    background: url('../img/sec2/arrow_hover.svg') no-repeat center;
    background-size: contain;
}
.sec2_item_link img {
    width: 100%;
    height: auto;
}
.sec2_item_bottom {
    position: relative;
}
.sec2_item_bottom > * {
    z-index: 2;
    position: relative;
}
.sec2_item_bottom:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.70);
    filter: blur(47px);
}
.sec2_item_logo {
    font-size: 0;
    margin-bottom: 2px;
}
.sec2_item_txt {
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 19.6px */
}
/**/
.sec2_swiper_next.swiper-button-disabled,
.sec2_swiper_prev.swiper-button-disabled {
    opacity: .5;
}
.sec2_swiper_next:not(.swiper-button-disabled),
.sec2_swiper_prev:not(.swiper-button-disabled) {
    cursor: pointer;
} 
/* ========== sec3 ========== */
.sec3 {
    color: #010333;
}
.sec3_top_titler {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.sec3_top_txt {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    margin-bottom: 10px;
}
.sec3_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec3_item_left {
    width: 100%;
}
.sec3_item_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    display: none;
}
.sec3_item_title_mob {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
    width: 100%;
}
.sec3_item_txt {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}
.sec3_item_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.sec3_item_list svg {
    width: 17px;
    height: 17px;
}
.sec3_item_list div {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 9px;
    max-width: calc(100% - 26px);
    width: 100%;
}
.sec3_item_btn_wrp {
    margin-top: 10px;
}
.sec3_item_btn {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 38px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #ffffff;
    transition: all .5s;
    color: #ffffff;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.sec3_item_btn svg {
    margin-left: 6px;
    width: 21px;
    height: 21px;
}
.sec3_item_btn:hover {
    color: #ffffff;
}
/**/
.sec3_item_right {
    width: 100%;
}
.sec3_item_right > div {
    position: relative;
    font-size: 0;
    width: 100%;
    height: auto;
}
.sec3_item_img {
    position: relative;
    z-index: 2;
    max-width: calc(100% - 8px);
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.sec3_item_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/**/
.sec3_swiper_scrollbar {
    border-radius: 10px;
    background: rgba(1, 3, 51, 0.30);
    overflow: hidden;
    height: 8px;
    width: 100%;
    margin-top: 10px;
}
.sec3_swiper_scrollbar .swiper-scrollbar-drag {
    border-radius: 10px;
    background: #010333;
    height: 8px;
}
/* ========== sec4 ========== */
.sec4 {

}
.sec4_top {
    margin-bottom: 10px;
}
.sec4_top_titler {
    color: #010333;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.sec4_top_txt {
    color: #010333;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.sec4_item {
    width: 219px;
    border-radius: 10px;
    background: #010333;
    overflow: hidden;
    position: relative;
    transition: opacity .5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}
.sec4_item:hover {
    opacity: .9;
}
.sec4_item > a {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sec4_item_top {
    padding: 15px 11px;
    color: #FFF;
}
.sec4_item_date {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 3px;
}
.sec4_item_txt {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    max-height: 51px;
    overflow: hidden;
}
.sec4_item_img {
    height: 166px;
}
.sec4_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-right: 10px;
}
.sec4_bottom {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
}
.sec4_btn {
    display: inline-flex;
    height: 38px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #010333;
    color: #010333;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all .5s;
}
.sec4_btn svg {
    width: 21px;
    height: 21px;
    margin-left: 6px;
}
.sec4_btn:hover {
    color: #010333;
}
/**/
.sec4_swiper_wrp {
    position: relative;
}
.sec4_swiper .swiper-wrapper {
    align-items: stretch;
}
.sec4_swiper_scrollbar {
    border-radius: 10px;
    background: rgba(1, 3, 51, 0.30);
    overflow: hidden;
    height: 8px;
    width: 100%;
    margin-top: 10px;
}
.sec4_swiper_scrollbar .swiper-scrollbar-drag {
    border-radius: 10px;
    background: #010333;
    height: 8px;
}
.sec4_swiper_prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -32px;
    margin: auto 0;
    width: 32px;
    height: 32px;
}
.sec4_swiper_next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -32px;
    margin: auto 0;
    width: 32px;
    height: 32px;
}
.sec4_swiper_prev:not(.swiper-button-disabled),
.sec4_swiper_next:not(.swiper-button-disabled) {
    cursor: pointer;
}
.sec4_swiper_prev.swiper-button-disabled,
.sec4_swiper_next.swiper-button-disabled {
    opacity: .5;
}
/* ========== sec5 ========== */
.sec5 {
    color: #FFF;
    overflow: hidden;
    position: relative;
}
.sec5_item {
    min-height: 440px;
    height: calc(100vh - 56px);
    background: var(--bg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding-bottom: 183px;
    display: flex;
    align-items: end;
}
.sec5_item > .container {
    position: relative;
    z-index: 2;
}
.sec5_item:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 143px);
    z-index: 1;
    background: #000000;
    opacity: .6;
}
.sec5_item_block > div {
    position: relative;
    z-index: 2;
}
.sec5_item_title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    text-transform: uppercase;
    margin-bottom: 3px;
}
.sec5_item_txt {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
}
/**/
.sec5_bottom {
    color: #FFF;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}
.sec5_bottom_txt {
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    padding-top: 15px;
}
.sec5_bottom_line {
    display: none;
}
.sec5_bottom_line_left {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    margin-right: 10px;
}
.sec5_bottom_line_right {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    margin-left: 10px;
}
.sec5_swiper_scrollbar {
    max-width: calc(100% - 64px);
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
}
.sec5_swiper_scrollbar .swiper-scrollbar-drag {
    border-radius: 30px;
    background: #929191;
    height: 4px;
}
/**/
.sec5_bottom_wrp {
    margin-top: 10px;
}
.sec5_bottom_item {
    width: calc((100% - 40px) / 3);
    padding: 8px 7px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: linear-gradient(99deg, rgba(255, 255, 255, 0.60) 2.87%, rgba(57, 126, 155, 0.00) 100%);
    background-blend-mode: overlay, normal;
    backdrop-filter: blur(15px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.sec5_bottom_item:not(._active) {
    cursor: pointer;
    border: 1px solid #FFF;
    background: linear-gradient(99deg, rgba(5, 16, 15, 0.60) 2.87%, rgba(57, 126, 155, 0.00) 100%);
}
.sec5_bottom_item:not(._active):after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 7px;
    background: #000;
    opacity: .3;
}
.sec5_bottom_item:not(._active) {
    border: 1px solid rgba(255, 255, 255, .3);
}
.sec5_bottom_item_img {
    width: 104px;
    height: 93px;
    border-radius: 5px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), #D9D9D9;
    box-shadow: 1px 2px 14px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.sec5_bottom_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec5_bottom_item_right {
    width: calc(100% - 109px);
}
.sec5_bottom_item_title {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2px;
}
.sec5_bottom_item_txt {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.sec5_bottom_item_btn {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 10;
    width: 21px;
    height: 21px;
    background: url("../img/sec5/btn.svg") no-repeat center;
    background-size: contain;
    transition: all .5s;
}
/**/
.sec5_swiper_bott_scrollbar {
    margin-top: 10px;
    border-radius: 10px;
    background: rgba(146, 145, 145, .5);
    overflow: hidden;
    height: 8px;
}
.sec5_swiper_bott_scrollbar .swiper-scrollbar-drag {
    border-radius: 10px;
    background: #FFF;
}
/* ========== sec6 ========== */
.sec6 {
    padding: 16px 0 10px;
}
.sec6_breadcrumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.sec6_item {
    margin-bottom: 6px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.sec6_item:not(:last-child) {
    margin-right: 5px;
}
.sec6_item span {
    color: #010333;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
a.sec6_item {
    cursor: pointer;
    padding-right: 21px;
}
a.sec6_item span {
    font-size: 12px;
    font-weight: 500;
    transition: all .5s;
    opacity: 0.7;
}
a.sec6_item:hover span {
    opacity: 1;
}
.sec6_item svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: 16px;
    height: 16px;
}
/* ========== sec7 ========== */
.sec7_title {
    color: #010333;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
/* ========== sec8 ========== */
.sec8_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.sec8_list .sec4_item {
    margin-bottom: 20px;
}
/* ========== sec9 ========== */
.sec9_list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.sec9_list_left,
.sec9_list_right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    transition: all .5s;
}
a.sec9_list_left:hover,
a.sec9_list_right:hover {
    opacity: .5;
}
.sec9_list_left svg,
.sec9_list_right svg {
    width: 28px;
    height: 28px;
}
.sec9_list_left svg {
    position: relative;
    top: 2px;
    transform: rotate(180deg);
}
.sec9_items {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 8px;
}
.sec9_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #302F56;
    color: #010333;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    transition: all .5s;
}
span.sec9_item {
    border: 1px solid #010333;
    background: #010333;
    color: #ffffff;
}
a.sec9_item:hover {
    border: 1px solid #302F56;
    background: #302F56;
    color: #ffffff;
}
/* ========== sec10 ========== */
.sec10_first_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec10_left {
    display: none;
    width: calc(50% - 10px);
}
.sec10_video {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}
.sec10_video_desc {
    display: none;
}
/**/
.sec10_right {
    width: 100%;
}
.sec10_right_img {
    width: 217px;
    height: auto;
    margin-bottom: 10px;
}
.sec10_right_undlogo {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sec10 p {
    margin-bottom: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}
/**/
.sec10_hider_center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.sec10_hider_btn {
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #010333;
    color: #010333 !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.sec10_hider_btn svg {
    margin-left: 6px;
}
.sec10_hider_btn._active svg {
    transform: rotate(180deg);
}
/* ========== sec11 ========== */
.sec11 {
    background: url('../img/sec2/sec2_bg.png') no-repeat center var(--main-color);
    background-size: cover;
    padding: 15px 0;
    color: #FFF;
}
.sec11_titler {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}
.sec11_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec11_item {
    margin-top: 15px;
    width: calc((100% - 12px) / 2);
}
.sec11_item_img {
    margin-bottom: 5px;
    height: 28px;
}
.sec11_item_img img {
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}
.sec11_item_title {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 30.8px */
}
.sec11_item_txt {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
}
/* ========== sec12 ========== */
.sec12_titler {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.sec12_texter {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
}
.sec12_list {
    margin-top: 10px;
}
.sec12_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-radius: 20px;
    background: #010333;
    overflow: hidden;
}
.sec12_item_left {
    width: 100%;
    padding: 10px 10px 15px;
    color: #FFF;
}
.sec12_item_title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
}
.sec12_item_title img {
    width: 26px;
    height: auto;
    margin-right: 10px;
}
.sec12_item_title span {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    text-transform: uppercase;
    width: calc(100% - 36px);
}
.sec12_item_txt {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    margin-bottom: 10px;
}
.sec12_item_btn {
    display: flex;
    width: 272px;
    height: 46px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 50px;
    border: 1px solid #FFF;
    margin: 0 auto;
}
.sec12_item_btn:hover {
    background: #ffffff;
    color: var(--main-color);
}
.sec12_item_right {
    width: 100%;
    position: relative;
}
.sec12_item_right:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.05);
}
.sec12_item_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/**/
.sec12_swiper_scrollbar {
    border-radius: 10px;
    background: rgba(1, 3, 51, 0.30);
    overflow: hidden;
    height: 8px;
    width: 100%;
    margin-top: 10px;
}
.sec12_swiper_scrollbar .swiper-scrollbar-drag {
    border-radius: 10px;
    background: #010333;
    height: 8px;
}
/* ========== sec13 ========== */
.sec13 {
    padding: 5px 0 0 0;
}
.sec13 .container {
    max-width: 810px;
}
.sec13_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 56px */
    margin-bottom: 2px;
}
.sec13_date {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
    text-transform: uppercase;
    margin-bottom: 5px;
}
/* ========== sec14 ========== */
.sec14 .container {
    max-width: 810px;
}
.sec14 .container > * {
    margin-bottom: 5px;
}
.sec14 h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 44.8px */
}
.sec14 h3 {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
}
.sec14 h4 {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
}
.sec14 h5 {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
}
.sec14 h2, .sec14 h3, .sec14 h4, .sec14 h5 {
    text-transform: uppercase;
    text-align: center;
}
.sec14 p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}
.sec14 img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.sec14 hr {
    border-radius: 10px;
    background: #D9D9D9;
    height: 1px;
    width: 100%;
    margin: 10px 0 !important;
}
.sec14 .container > img + hr {
    margin-top: 5px !important;
}
.sec14 ul,.sec14 ol {
    padding-left: 20px;
}
.sec14 li {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    position: relative;
}
.sec14 li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: var(--main-color);
    position: absolute;
    top: 8px;
    left: -13px;
    border-radius: 100%;
}
.sec14 a {
    display: inline-block;
    color: #0054A3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    transition: all .5s;
}
.sec14 a:hover {
    color: var(--main-color);
}
.sec14 strong {
    font-weight: bold;
}
/* ========== sec15 ========== */
.sec15_txt {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 780px;
    margin: 0 auto;
}
/* ========== sec16 ========== */
.sec16_list {

}
.sec16_item {
    color: #FFF;
    border-radius: 20px;
    background: #ffffff;
    overflow: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}
.sec16_item._hide {
    display: none !important;
}
.sec16_item_left {
    width: 100%;
    padding: 15px 10px;
    background: #010333;
    order: 1;
}
.sec16_item_title {
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.sec16_item_txt {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    margin-bottom: 10px;
}
.sec16_item_cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.sec16_item_cont_adr {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 10px;
}
.sec16_item_cont_adr svg {
    width: 18px;
    height: 18px;
    margin-right: 3px;
}
.sec16_item_cont_adr div {
    width: calc(100% - 21px);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}
/**/
.sec16_item_cont_phone {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.sec16_item_cont_phone svg {
    width: 18px;
    height: 18px;
    margin-right: 3px;
}
.sec16_item_cont_phone div {
    width: calc(100% - 21px);
}
.sec16_item_cont_phone div a {
    color: #FFF !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    transition: all .5s;
    display: inline-block;
}
.sec16_item_cont_phone div a:hover {
    opacity: 0.65;
}
/**/
.sec16_item_right {
    width: 100%;
    background: #ffffff;
    display: block;
    margin: auto 0;
    padding: 20px;
    order: 2;
}
.sec16_item_right img {
    display: block;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.sec16_btn_wr {
    display: flex;
    justify-content: center;
}
.sec16_btn {
    display: inline-flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #010333;
    color: #010333;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all .5s;
}
.sec16_btn:hover {
    background: #010333;
    color: #ffffff;
}
/* ========== sec17 ========== */
.sec17_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec17_item {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    margin-bottom: 15px;
}
.sec17_item._hide {
    display: none !important;
}
.sec17_item_left {
    width: 100%;
    padding: 20px 15px;
    display: flex;
}
.sec17_item_left img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
/**/
.sec17_item_right {
    width: 100%;
    background: #010333;
    color: #ffffff;
    padding: 42px 10px 15px;
    position: relative;
}
.sec17_item_title {
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
.sec17_item_text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}
.sec17_item_link {
    font-size: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    z-index: 2;
    background: url('../img/sec2/arrow.svg') no-repeat center;
    background-size: contain;
}
.sec17_item:hover .sec17_item_link {
    background: url('../img/sec2/arrow_hover.svg') no-repeat center;
    background-size: contain;
}
.sec17_item_link img {
    width: 100%;
    height: auto;
}
.sec17_item_pop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
/**/
.sec17_dialog_wrp {
    padding: 15px;
    border-radius: 20px;
    background: #FFF;
}
.sec17_dialog_img {
    margin-bottom: 10px;
    font-size: 0;
}
.sec17_dialog_img img {
    max-height: 30px;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}
.sec17_dialog_txt {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    margin-bottom: 10px;
}
.sec17_dialog_txt > *:not(:last-child) {
    margin-bottom: 5px;
}
.sec17_dialog_btn {
    display: flex;
    max-width: 300px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid #010333;
    transition: all .5s;
    color: #010333;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
}
.sec17_dialog_btn svg {
    width: 28px;
    height: 28px;
}
.sec17_dialog_btn:hover {
    background: #010333;
    color: #ffffff;
}
/* ========== sec18 ========== */
.sec18_wrp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
}
.sec18_left {
    width: 100%;
    color: #010333;
}
.sec18_left a {
    transition: all .5s;
}
.sec18_left a:hover {
    opacity: .65;
}
.sec18_left_top {
    background: #010333;
    padding: 5px 22px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
}
.sec18_left_cord {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #C2C2CD;
}
.sec18_left_cord img {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}
.sec18_left_cord > div {
    width: calc(100% - 23px);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}
/**/
.sec18_left_mail {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #C2C2CD;
}
.sec18_left_mail img {
    width: 20px;
    height: 15px;
    margin-right: 3px;
}
.sec18_left_mail a {
    color: #010333 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    display: inline-block;
}
/**/
.sec18_left_phones {
    padding: 10px 10px 10px 33px;
    border-bottom: 1px solid #C2C2CD;
}
.sec18_left_phones_title {
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
}
.sec18_left_phones_title img {
    position: absolute;
    top: -1px;
    left: -23px;
    width: 20px;
    height: 20px;
}
/**/
.sec18_left_phone {
    margin-bottom: 2px;
}
.sec18_left_phone a {
    color: #010333 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}
/**/
.sec18_left_time {
    padding: 10px 10px 10px 33px;
}
.sec18_left_time > div {
    margin-bottom: 3px;
    position: relative;
}
.sec18_left_time > div img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -23px;
    width: 20px;
    height: 20px;
}
.sec18_left_time > div > div {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
}
.sec18_left_time > div > div:last-child {
    margin-bottom: 0;
}
.sec18_left_time > div > div span {
    margin-left: 2px;
    font-weight: 400;
    display: inline;
}
/**/
.sec18_right {
    width: 100%;
}
.sec18_right iframe {
    width: 100% !important;
    height: 296px;
}
/* ========== sec19 ========== */
.sec19 {
    position: relative;
    background: linear-gradient(138deg, #010333 0%, rgba(1, 3, 51, 0.90) 60.58%, #010333 100%);
    margin-bottom: -15px;
}
.sec19_left {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
}
.sec19_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/**/
.sec19_right {
    width: 100%;
    padding: 15px 0;
    color: #FFF;
}
.sec19_right_titler {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    text-transform: uppercase;
    margin-bottom: 5px;
}
.sec19_right_texter {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.sec19_form {
    margin-top: 10px;
}
.sec19_form label {
    display: block;
    margin: 0 0 3px 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}
.sec19_form label sup {
    color: #F75834;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
}
.sec19_form input {
    display: block;
    width: 100%;
    padding: 10px 8px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: #FFF;
    color: rgba(1, 3, 51, .8);
    font-size: 14px;
    font-style: normal;
    font-weight: 250;
    line-height: 140%; /* 19.6px */
    margin-bottom: 7px;
}
.sec19_form .sec19_form_req._danger {
    border: 1px solid #F75834;
}
.sec19_form textarea {
    border-radius: 10px;
    background: #FFF;
    height: 80px;
    width: 100%;
    padding: 10px 8px;
    border: 1px solid #FFF;
    color: rgba(1, 3, 51, .8);
    font-size: 14px;
    font-style: normal;
    font-weight: 250;
    line-height: 140%; /* 19.6px */
    margin-bottom: 3px;
}
.sec19_form_txt {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    margin-bottom: 10px;
}
.sec19_form_txt sup {
    margin-right: 3px;
    color: #F75834;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
}
.sec19_form_btn {
    transition: all .5s;
    min-width: 100%;
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #FFF;
    color: #010333;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.sec19_form_btn:hover {
    background: #010333;
    color: #FFF;
}
/* ========== sec_footer ========== */
.sec_footer {
    color: #ffffff;
    padding: 15px 0;
    background: #010333;
}
.sec_footer_menus {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec_footer_min {
    width: 100%;
}
.sec_footer_menu_title {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0;
}
.sec_footer_menu_list {

}
.sec_footer_menu_list > div:last-child {
    margin-bottom: 0;
}
.sec_footer_menu_list div {
    margin-bottom: 15px;
}
.sec_footer_menu_list a {
    color: #ffffff !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.sec_footer_menu_list a:hover {
    opacity: .65;
}
/**/
.sec_footer_big {
    width: 100%;
}
/**/
.sec_footer_bottom {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: end;
}
.sec_footer_left {
    width: 100%;
    order: 2;
}
.sec_footer_left div:first-child {
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 3px;
}
.sec_footer_left div:nth-child(2) {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sec_footer_right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}
.sec_footer_right a {
    display: block;
    transition: all .5s;
}
.sec_footer_right a:hover {
    opacity: .65;
}
.sec_footer_right a:not(:last-child) {
    margin-right: 20px;
}
/* ========== sec_head ========== */
body {
    padding-top: 56px;
}
.sec_head {
    background: #010333;
    box-shadow: 1px 3px 34px -8px rgba(255, 255, 255, 0.25);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    color: #ffffff;
    padding: 14px 0 13px;
    height: 56px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.sec_head_wrp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.sec_head_left {
    width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}
.sec_head_logo {
    max-width: 118px;
}
.sec_head_logo svg {
    width: 100%;
    height: auto;
}
.sec_head_burg {
    display: block;
    width: 17px;
    margin-right: 10px;
}
/**/
.sec_head_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.sec_head_menu_item {
    position: relative;
}
.sec_head_menu_item > a {
    color: #FFF !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    position: relative;
}
/**/
.sec_head_menu_drop a {
    display: block;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
/**/
.sec_head_right {
    width: 40%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}
.sec_head_social {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.sec_head_social a {
    display: block;
    margin-left: 20px;
    transition: all .5s;
}
.sec_head_social a:hover {
    opacity: .65;
}
.sec_head_lang {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 25px;
}
.sec_head_lang > * {
    display: flex;
    width: 44px;
    height: 29px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.sec_head_lang > *:last-child {
    margin-left: 5px;
}
.sec_head_lang a {
    background: rgba(255, 255, 255, 0.20);
    color: #FFF;
    transition: all .5s;
}
.sec_head_lang a:hover {
    background: rgba(255, 255, 255, 0.35);
}
.sec_head_lang span {
    background: #FFF;
    color: #010333;
}
.sec_head_close {
    position: absolute;
    top: 15px;
    right: 15px;
}
/* ========== sec_overlay ========== */
.sec_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.30);
    z-index: 90;
    display: none;
}
body.overlay_active .sec_overlay {
    display: block;
}
/* ========== sec20 ========== */
.sec20_title {
    color: rgba(1, 3, 51, 1);
    font-size: 20px;
    font-weight: 800;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.sec20_title_txt {
    color: rgba(1, 3, 51, 1);
    font-size: 14px;
    font-weight: 250;
    line-height: 19px;
    text-align: center;
}
/* ========== sec21 ========== */
.sec21_form {
    max-width: 580px;
    margin: 0 auto;
}
.sec21_form form {
    width: 100%;
}
.sec21_form_wrp {
    box-sizing: border-box;
    border: 1px solid rgba(178, 191, 196, 0.5);
    border-radius: 20px;
    background: #ffffff;
}
.sec21_form_top {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(178, 191, 196, 0.5);
}
.sec21_form_title {
    color: rgba(0, 42, 58, 1);
    font-size: 18px;
    font-weight: 900;
    line-height: 140%;
    text-align: center;
}
.sec21_form_body {
    padding: 15px 15px 20px;
}
/**/
.sec21_form_item {
    margin-bottom: 12px;
}
.sec21_form_label {
    color: #010333;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}
.sec21_form_label sup {
    color: #FD4D25;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.sec21_form_item input {
    width: 100%;
    padding: 12px 15px 13px;
    color: rgba(1, 3, 51, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid rgba(1, 3, 51, 0.30);
    outline: none;
}
.sec21_form_item textarea {
    outline: none;
    width: 100%;
    padding: 12px 15px 13px;
    color: rgba(1, 3, 51, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid rgba(1, 3, 51, 0.30);
    min-height: 86px;
}
/**/
.sec21_form_drop {
    position: relative;
    height: 44px;
}
.sec21_form_drop_inp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 11px 15px 12px;
    color: rgba(1, 3, 51, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid rgba(1, 3, 51, 0.30);
    cursor: pointer;
}
.sec21_form_drop_inp input {
    display: none;
}
.sec21_form_drop_inp svg {
    position: absolute;
    right: 15px;
    margin: auto 0;
    z-index: 1;
    top: 0;
    bottom: 0;
    transition: all .5s;
}
.sec21_form_drop_inp._active svg {
    transform: rotate(180deg);
}
.sec21_form_drop_inp._active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.sec21_form_drop_inp div {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    z-index: 2;
    padding: 0 0 12px;
    background: #ffffff;
    border: 1px solid rgba(1, 3, 51, 0.30);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.sec21_form_drop_inp._active div {
    display: block;
}
.sec21_form_drop_inp div a {
    display: block;
    padding: 6px 15px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    transition: all .5s;
}
.sec21_form_drop_inp div a:hover {
    background: #010333;
    color: #FFF;
}
/**/
.sec21_form_body_desc {
    color: #010333;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    text-align: right;
}
.sec21_form_body_desc sup {
    color: #FD4D25;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
}
.sec21_form_body_btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
}
.sec21_form_body_btn a {
    display: flex;
    max-width: 168px;
    width: 100%;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all .5s;
    border: 1px solid #010333;
    border-radius: 50px;
    background: #010333;
}
.sec21_form_body_btn a:hover {
    background: #FFF;
    color: #010333;
}
.sec21_form_body_btn a:active {
    background: rgba(1, 3, 51, 0.70);
    color: rgba(255, 255, 255, 0.90);
}
/**/
.sec21_form_item_error {
    display: none;
    align-items: center;
    color: #FD4D25;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-top: 10px;
}
.sec21_form_item_error svg {
    margin-right: 3px;
    position: relative;
    top: -1px;
}
.sec21_form_item._error .sec21_form_drop_inp,
.sec21_form_item._error input {
    border-color: #FD4D25;
}
.sec21_form_item._error .sec21_form_item_error {
    display: flex;
}
/**/
.sec21_form_send {
    padding: 15px 15px 20px;
    color: #000;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.sec21_form_send_title {
    font-size: 18px;
}
.sec21_form_send_txt {
    font-size: 14px;
}
/* ========== sec22 ========== */
.sec22_swiper .swiper-slide {
    width: calc(100% - 20px);
}
.sec22_item {
    /*width: 292px;*/
    /*height: 360px;*/
    height: 425px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    color: #FFF;
}
.sec22_item_img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sec22_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec22_item_img_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .3;
}
.sec22_item_bottom {
    position: absolute;
    bottom: 18px;
    left: 15px;
    right: 15px;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec22_item_bottom div:first-child {
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
.sec22_item_btnup {
    display: block;
}
/**/
/*.sec22_item._active .sec22_item_img_bg {*/
/*    opacity: .75;*/
/*}*/
/*.sec22_item._active .sec22_item_bottom div:first-child {*/
/*    opacity: 0;*/
/*}*/
/*.sec22_item._active .sec22_item_hover {*/
/*    display: flex;*/
/*}*/
/**/
.sec22_item_hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: none;
    padding: 20px 15px;
    align-items: center;
}
.sec22_item_hover_wrp {

}
.sec22_item_hover_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.sec22_item_hover_top div:first-child {
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
.sec22_item_btndown {
    display: none;
}
.sec22_item_hover_body {

}
.sec22_item_hover_item {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec22_item_hover_body .sec22_item_hover_item:last-child {
    margin-bottom: 0;
}
.sec22_item_hover_left {
    width: 18px;
}
.sec22_item_hover_left img {
    width: 100%;
    height: auto;
}
.sec22_item_hover_right {
    width: calc(100% - 23px);
    font-size: 12px;
    font-style: normal;
    line-height: normal;
}
.sec22_item_hover_title {
    font-weight: 700;
    text-transform: uppercase;
}
.sec22_item_hover_txt {
    font-weight: 600;
}
/* ==========  ========== */
/* ==========  ========== */
/* ==========  ========== */
/* ==========  ========== */

/* макет 1440 pix perfect */

/*

display: flex;
flex-direction: row;
flex-wrap: wrap;

*/











