@font-face {
    src: url('../fonts/Montserrat-Regular.ttf');
    font-family: 'Montserrat-Regular';
}
@font-face {
    src: url('../fonts/Montserrat-Medium.ttf');
    font-family: 'Montserrat-Medium';
}
@font-face {
    src: url('../fonts/Montserrat-Bold.ttf');
    font-family: 'Montserrat-Bold';
}
@font-face {
    src: url('../fonts/Montserrat-SemiBold.ttf');
    font-family: 'Montserrat-SemiBold';
}
@font-face {
    src: url('../fonts/Montserratarm-Regular.otf');
    font-family: 'Montserratarm-Regular';
}
@font-face {
    src: url('../fonts/Montserratarm-Medium.otf');
    font-family: 'Montserratarm-Medium';
}
@font-face {
    src: url('../fonts/Montserratarm-Bold.otf');
    font-family: 'Montserratarm-Bold';
}
@font-face {
    src: url('../fonts/Montserratarm-SemiBold.otf');
    font-family: 'Montserratarm-SemiBold';
}
@font-face {
    src: url('../fonts/Mardoto-BoldItalic.ttf');
    font-family: 'Mardoto-BoldItalic';
}
@font-face {
    src: url('../fonts/Roboto-Bold.ttf');
    font-family: 'Roboto-Bold';
}

html[lang="ru"], html[lang="ru"] input, html[lang="ru"] textarea,
html[lang="en"], html[lang="en"] input, html[lang="en"] textarea{
    font-family: 'Montserrat-Regular';
}
html[lang="hy"], html[lang="hy"] input, html[lang="hy"] textarea {
    font-family: 'Montserratarm-Regular';
}
 html[lang="hy"] .bold_text, html[lang="hy"] b, html[lang="hy"] strong{
    font-family: 'Montserratarm-Bold';
}
html[lang="ru"] .bold_text, html[lang="en"] .bold_text,
html[lang="en"] strong, .html[lang="en"] b,
html[lang="ru"] strong, html[lang="ru"] b{
    font-family: 'Montserrat-Bold';
}
html[lang="hy"] .medium_text, html[lang="hy"] h1, html[lang="hy"] h2, 
html[lang="hy"] h3, html[lang="hy"] h4, html[lang="hy"] h5,
html[lang="hy"] h6{
    font-family: 'Montserratarm-Medium';
    font-weight: 300;
}
html[lang="ru"] .medium_text, html[lang="en"] .medium_text,
html[lang="ru"] h1, html[lang="ru"] h2, html[lang="ru"] h3,
html[lang="ru"] h4, html[lang="ru"] h5, html[lang="ru"] h6, 
html[lang="en"] h1, html[lang="en"] h2, html[lang="en"] h3,
html[lang="en"] h4, html[lang="en"] h5, html[lang="en"] h6{
    font-family: 'Montserrat-Medium';
    font-weight: 300;
}
html[lang="hy"] .semiBold_text{
    font-family: 'Montserratarm-SemiBold';
}
html[lang="ru"] .semiBold_text, html[lang="en"] .semiBold_text{
    font-family: 'Montserrat-SemiBold';
}
html[lang="hy"] .regular_text{
    font-family: 'Montserratarm-Regular';
}
html[lang="ru"] .regular_text, html[lang="en"] .regular_text{
    font-family: 'Montserrat-Regular';
}
html[lang="hy"] .mardoto_roboto_bold{
    font-family: 'Mardoto-BoldItalic';
}
html[lang="ru"] .mardoto_roboto_bold, html[lang="en"] .mardoto_roboto_bold{
    font-family: 'Roboto-Bold';
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    border: none;
    box-sizing: border-box;
    transition: all 300ms ease-out;
}
*:hover {
    transition: all 0.3s ease-in;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: var(--fontBlack);
}
img, video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
:root {
    --black: #111;
    --fontBlack: #082823;
    --greyFont: rgba(40, 40, 40, 0.60);
    --brandGreen: #082823;
    --white: #FFF;
    --blue: #233D87;
    --yellow: #F8EF18;
    --whiteOpacity: rgba(255, 255, 255, 0.8);
    --background: #F4F4F4;
    --greenOpacity: #EAF3F0;
    --borderColor: rgba(40, 40, 40, 0.20);
}
:root {
    --twelve: 12px;
    --forteen: 14px;
    --sixteen: 16px;
    --eighteen: 18px;
    --twenty: 20px;
    --fontTwentyTwo: 22px;
    --twofour: 24px;
    --thirty: 30px;
    --titleFont: 40px;
}
.wrapper {
    max-width: 1640px;
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
}
.sto_ {
    width: 100%;
}
.big_wrapper{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
.full_wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
.d_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body{
    color: var(--fontBlack);
    background: #F5FAF9;
}
ul, ol{
    padding-left: 20px;
}
textarea {
    resize: none;
    border-radius: 0 !important;
}
html{
    overflow-x: hidden;
}
html, body {
    overscroll-behavior: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--brandGreen);
    background-clip: padding-box;
    transition: all 300ms ease-out;
    cursor: pointer;
}
.scrollbar::-webkit-scrollbar{
    height: 2px;
    width: 2px;
}
.scrollbar::-webkit-scrollbar-track {
    background-color: #DFE5EA;
}
main{
    padding-top: 130px;
}

/* header */
header{
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 40px 0 24px 0;
    z-index: 20;
    background: transparent;
    transition: background-color 0.3s ease;
}
header.scrolled {
    padding: 24px 0;
    background-color: #F5FAF9;
}
.logo_head {
    max-width: 335px;
}
.header_block{
    gap: 16px;
}
.close_burger{
    display: none;
    margin-left: auto;
}
.nav_bar{
    margin: 0 auto;
    gap: 36px;
}
.nav_alink{
    font-size: var(--sixteen);
    color: var(--white);
    cursor: pointer;
}
.nav_alink:hover{
    opacity: 0.8;
}
.head_last_blck{
    gap: 20px;
}
.burger_btn, .arrow_mob{
    display: none;
}
.dropdown_rel, .position_rel{
    position: relative;
}
.globe_icon{
    width: 40px;
    min-width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    padding: 8px;
    background: rgba(255, 255, 255, 0.10);
}
.chosen_lang_sp{
    color: var(--white);
    font-size: var(--eighteen);
}
.dropdown_ {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    gap: 2px;
    min-width: 312px;
    border-radius: 20px;
    border: 1px solid rgba(8, 40, 35, 0.20);
    background-color: var(--white);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    flex-direction: column;
    padding: 4px;
    z-index: 9;
    /* overflow: hidden; */
}
.dropdown_lang{
    display: none;
    position: absolute;
    top: 50px;
    right: 50%;
    left: 50%;
    gap: 2px;
    transform: translate(-50%, 0);
    min-width: 70px;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    flex-direction: column;
    padding: 2px;
    z-index: 9;
    overflow: hidden;
}
.dropdown_active{
    display: flex;
}
.choosen_lang{
    justify-content: start;
    border-radius: 90px;
    gap: 12px;
    cursor: pointer;
}
.choosen_lang:hover{
    background-color: var(--gold);
}
.choosen_lang:hover .chosen_lang_sp{
    text-decoration: underline;
}
.choose_lang {
    text-align: center;
    color: var(--fontBlack);
    padding: 8px 10px;
    font-size: var(--forteen);
    cursor: pointer;
    text-decoration: none;
    display: block;
}
.choose_lang:first-child {
    border-radius: 10px 10px 0 0;
}
.choose_lang:last-child {
    border-radius: 0 0 10px 10px;
}
.choose_lang:hover, .choose_lang_active {
    background-color: var(--brandGreen);
    color: var(--white);
}
.burger_alink, .drop_to_drop_title{
    font-size: var(--forteen);
    overflow: hidden;
    padding: 8px 10px;
    border-radius: 90px;
    cursor: pointer;
}
.burger_alink:hover, .drop_to_drop_title:hover, .for_right_drop:hover .drop_to_drop_title{
    background: var(--brandGreen);
    color: var(--white);
}
.drop_to_drop_title{
    gap: 10px;
}
.drop_to_drop_title .burger_alink{
    padding: 0;
    border-radius: 0;
}
.drop_to_drop_title:hover .burger_alink, .for_right_drop:hover .drop_to_drop_title .burger_alink{ 
    color: var(--white);
    background-color: transparent !important;
}
.drop_to_drop_title:hover svg path, .for_right_drop:hover .drop_to_drop_title svg path{
    stroke: var(--white);
}
.green_logo{
    display: none;
}
.white_header{
    background-color: #F5FAF9;
}
.home_head .white_logo, .white_header .white_logo{
    display: none;
}
.home_head .green_logo, .white_header .green_logo{
    display: block;
}
.home_head .nav_alink, .home_head .chosen_lang_sp,
.white_header .nav_alink, .white_header .chosen_lang_sp {
    color: var(--fontBlack);
}
.home_head .arrow_icon svg path, .home_head .globe_icon svg path,
.white_header .arrow_icon svg path, .white_header .globe_icon svg path{
    stroke: var(--brandGreen);
}
.home_head .globe_icon, .white_header .globe_icon{
    background: rgba(8, 40, 35, 0.10);
}
.home_head .burger_btn svg path{
    stroke: var(--brandGreen);
}
.for_input_block{
    max-width: 200px;
    width: 100%;
    justify-content: end;
}
.search_heads {
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.search_form{
    justify-content: end;
    position: relative;
    z-index: -1;
    width: 0; 
    opacity: 0;
    transition: width 0.3s ease, opacity 0.3s ease;
    visibility: hidden;
}
.search_form_active{
    width: 100%;
    z-index: 10;
    opacity: 1;
    visibility: visible;
}
.search_inp{
    color: var(--white);
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid var(--white);
    padding: 10px 0 10px 42px;
}
.search_btn {
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: absolute;
    left: 0;
    background-color: transparent;
}
.search_dropdown{
    display: none;
    flex-direction: column;
    align-items: start;
    position: absolute;
    padding: 8px 0;
    top: 37px;
    left: 0;
    width: 100%;
    max-height: 360px;
    overflow-y: auto;
    z-index: 10;
    border-radius: 0 0 20px 20px;
    background-color: var(--white);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.search_dropdown_active{
    display: flex;
}
.search_dropdown .search_result_item{
    width: 100%;
}
.search_dropdown .search_result_item:hover{
    background-color: #f3f7f5;
}
/* Full search results page */
.search_page_form{
    gap: 12px;
    max-width: 560px;
    margin-top: 8px;
    align-items: stretch;
}
.search_page_inp{
    flex: 1;
    padding: 12px 18px;
    border-radius: 90px;
    border: 1px solid rgba(8, 40, 35, 0.15);
    background: #fff;
    color: var(--brandGreen, #082823);
}
.search_page_btn{
    padding: 12px 26px;
    border-radius: 90px;
    background: #216057;
    color: var(--white);
    text-transform: uppercase;
    font-size: var(--twelve);
    cursor: pointer;
    white-space: nowrap;
}
.search_page_msg{
    margin-bottom: 20px;
    color: var(--brandGreen, #082823);
}
.search_page_list{
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
}
.search_page_item{
    flex-direction: column;
    align-items: start;
    gap: 6px;
    padding: 18px 20px;
    border-radius: 12px;
    background: #F5FAF9;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}
.search_page_item:hover{
    background: #fff;
    transform: translateY(-2px);
}
.search_page_item_title{
    color: var(--brandGreen, #082823);
    font-size: var(--eighteen);
}
.search_page_item_type{
    color: #216057;
    font-size: var(--twelve);
    text-transform: uppercase;
    opacity: 0.8;
}
.home_head .search_heads svg path, .home_head .search_btn svg path,
.white_header .search_heads svg path, .white_header .search_btn svg path,
.white_header .burger_btn svg path{
    stroke: var(--brandGreen);
}
.home_head .search_inp, .white_header .search_inp{
    color: var(--black);
    border-color: var(--black);
}
.right_drop {
    position: absolute;
    top: 0;
    left: 100.8%;
    min-width: 405px;
    background: var(--white);
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    flex-direction: column;
    align-items: start;
    gap: 2px;
    padding: 4px;
}
.for_right_drop:hover .right_drop {
    opacity: 1;
    visibility: visible;
}
/* end header */

/* home */
.home_top{
    margin-top: -130px;
}
.home_general_block{
    z-index: 1;
    min-height: fit-content;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    gap: 170px;
    height: 100vh;
    max-height: 1080px;
    padding: 120px 0;
}
.general_img{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
}
.about_group {  
    gap: 40px;
    flex-direction: column;
    align-items: start;
    max-width: 500px;
}
.white_title{
    color: var(--white);
    font-size: var(--titleFont);
}
.aboutus_btn{
    font-size: var(--eighteen);
    color: var(--white);
    gap: 18px;
}
.arrow_btns{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: var(--white);
    justify-content: center;
}
.aboutus_btn:hover .arrow_btns svg{
    transform: scale(1.2);
}
.event_blck_home{
    flex-direction: column;
    align-items: start;
    gap: 16px;
    padding: 30px;
    max-width: 470px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.10);
}
.dateof_event{
    font-size: var(--sixteen);
    padding: 10px 14px;
    border-radius: 20px;
    background: #E4EFED;
}
.events_title{
    font-size: var(--eighteen);
    color: var(--white);
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;  
}
.general_title{
    color: var(--brandGreen);
    font-size: var(--titleFont);
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}
.logos {
    margin-top: 40px;
    overflow: hidden;
}
.logo-row {
    overflow: hidden;
    white-space: nowrap;
    margin: 12px 0;
}
.track {
    display: flex;
    width: max-content;
    gap: 10px;
}
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
@keyframes scroll-right {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}
.row-left .track {
    animation: scroll-left linear infinite;
}
.row-right .track {
    animation: scroll-right linear infinite;
}
/* Dead "see more" triggers whose popups were placeholder-only in the source template. */
.see_more_inf.for_courses,
.see_more_inf.for_target {
    display: none;
}
.fast .track {
    animation-duration: 60s;
}
.medium .track {
    animation-duration: 75s;
}
.slow .track {
    animation-duration: 90s;
}
.bank_slide{
    background-color: var(--white);
    border-radius: 14px;
    padding: 20px 30px;
    height: 88px;
}
.bank_slide img{
    object-fit: contain;
}
.sliders_section{
    position: relative;
    margin: 140px auto;
}
.shadow_right, .shadow_left{
    z-index: 2;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 275px;
    width: 100%;
}
.shadow_right{
    right: 0;
    background: linear-gradient(to right, rgba(245, 250, 249, 0.00) 0%, #F5FAF9 81.25%);
}
.shadow_left{
    left: 0;
    background: linear-gradient(270deg, rgba(245, 250, 249, 0.00) 0%, #F5FAF9 81.25%);
}
/* Home news slider: drop the edge fade overlays so the blog cards stay fully
   visible (they were dimming the first/last items). */
.sliders_section > .shadow_right,
.sliders_section > .shadow_left{
    display: none;
}
.news_item{
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    max-width: 375px;
}
.news_img{
    /* Landscape "blog" preview instead of a square crop — reads nicer and
       matches typical article thumbnails. */
    aspect-ratio: 16 / 10;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}
.news_items_title{
    margin-top: 8px;
    font-size: var(--eighteen);
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;  
}
.news_date{
    padding: 10px 14px;
    border-radius: 20px;
    background: #E4EFED;
    font-size: 12px;
    text-transform: uppercase;
    width: fit-content;
}
.news_item:hover .news_img img{
    transform: scale(1.1);
}
.news_item:hover .news_items_title{
    color: var(--brandGreen);
}
.newsitemSwiper{
    padding: 0 20px !important;
    padding-top: 150px !important;
}
.newsitemSwiper .swiper-wrapper{
    align-items: stretch;
}
.title_arrow_lck{
    gap: 12px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    content: '' !important;
}
.swiper-button-next svg, .swiper-button-prev svg{
    width: 8px !important;
    height: 16px !important;
}
.swiper-button-next:hover svg path, 
.swiper-button-prev:hover svg path{
    stroke: var(--white);
}
.swiper-button-next, .swiper-button-prev{
    margin: 0 !important;
    position: unset !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    background-color: var(--white);
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background-color: var(--brandGreen);
}
.sliders_arrow {
    justify-content: end;
    gap: 10px;
    position: absolute;
    top: 0px;
    right: 40px;
}
.padd_for_footer{
    padding-bottom: 60px !important;
}
/* end home */

/* footer */
.f_wrapper{
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}
footer{
    margin-top: -40px;
    padding: 60px 0;
    border-radius: 40px 40px 0 0;
    background-color: #043F37;
}
.footer_blck{
    align-items: start;
    gap: 20px;
}
.copyright_site{
    gap: 10px;
}
.logo_soc_fblck{
    gap: 20px;
    margin-bottom: 60px;
}
.fnav_bar{
    flex-direction: column;
    align-items: start;
    gap: 28px;
}
.title_fnav{
    color: var(--white);
    font-size: var(--sixteen);
}
.subtitle_fnav{
    color: rgba(255, 255, 255, 0.50);
    font-size: var(--forteen);
}
.subtitle_fnav:hover{
    color: var(--white);
}
.grey_line{
    margin: 60px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.rights_reserved, .site_dev{
    flex-wrap: wrap;
    gap: 4px;
    color: var(--white);
    font-size: var(--forteen);
}
.soc_links_blck {
    gap: 20px;
}
.nav_grid{
    display: grid;
    gap: 10px 45px;
    grid-auto-flow: column;
    grid-template-rows: repeat(7, auto);
}
/* end footer */

/* about us */
.navigation_block {
    padding: 10px 20px;
    border-radius: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
    width: fit-content;
    background: var(--greenOpacity);
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
}
.prev_page{
    font-size: var(--sixteen);
    color: var(--greyFont);
}
.prev_page:hover{
    text-decoration: underline;
}
.this_page {
    font-size: var(--sixteen);
}
.green_back{
    padding: 30px 0 100px 0;
    background-color: var(--greenOpacity);
}
.aboutus_banner{
    height: 500px;
    border-radius: 40px;
    overflow: hidden;
}
.titleon_banner{
    max-width: 750px;
    width: calc(100% - 80px);
    position: absolute;
    color: var(--white);
    flex-direction: column;
    align-items: start;
    bottom: 50px;
    left: 40px;
    gap: 20px;
}
.titleon_banner .general_title{
    color: var(--white);
}
.historyof_creation{
    margin: 92px 0 75px 0;
    align-items: stretch;
    gap: 20px;
}
.logo_title_blck{
    align-items: start;
    gap: 20px;
    max-width: 660px;
    flex-direction: column;
}
.second_title{
    font-size: var(--thirty);
    color: var(--fontBlack);
    text-transform: uppercase;
}
.download_blck{
    align-items: start;
    flex-direction: column;
    gap: 8px;
}
.download_here_sp{
    font-size: var(--forteen);
    color: rgba(8, 40, 35, 0.60);
}
.svg_download_blck{
    border: 1px solid transparent;
    cursor: pointer;
    max-width: 375px;
    border-radius: 20px;
    padding: 14px;
    gap: 10px;
    height: 150px;
    flex-direction: column;
    justify-content: start;
    background-color: var(--white);
}
.svg_download_blck:hover{
    border-color: var(--brandGreen);
}
.type_sp{
    padding: 10px 14px;
    text-transform: uppercase;
    border-radius: 20px;
    margin-right: auto;
    background-color: #F5FAF9;
    font-size: var(--twelve);
}
.download_svg_img{
    max-width: 232px;
}
.download_svg_img img{
    object-fit: contain;
}
.description_{
    flex-direction: column;
    align-items: start;
    gap: 20px;
    font-size: var(--sixteen);
    color: var(--greyFont);
    line-height: 140%;
}
.historyof_creation .description_{
    max-width: 638px;
    font-size: var(--eighteen);
}
.main_task_section{
    flex-direction: column;
    align-items: start;
    gap: 30px;
}
.main_task_section .second_title{
    max-width: 528px;
}
.task_grid_blck{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}
.task_white_blck{
    min-height: 150px;
    justify-content: start;
    background-color: var(--white);
    padding: 30px 20px;
    gap: 22px;
    border-radius: 40px;
}
.task_icon{
    min-width: 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    padding: 14px;
    background-color: var(--fontBlack);
}
.task_white_blck .description_{
    color: var(--greyFont);
}
.our_values{
    margin: 100px 0;
    padding: 112px 0;
    border-radius: 40px;
    overflow: hidden;
}
.banner_back_img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.infoon_banner{
    position: absolute;
}
.values_on_img{
    z-index: 1;
    flex-direction: column;
    gap: 40px;
}
.values_on_img .general_title{
    color: var(--white);
}
.values_blck{
    align-items: start;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.values_item_blck{
    height: auto !important;
    padding: 25px;
    cursor: pointer;
    border-radius: 40px;
    overflow: hidden;
    flex-direction: column;
    align-items: start;
    background: rgba(8, 40, 35, 0.60);
    gap: 50px;
}
.values_item_blck:hover{
    box-shadow: 0 45px 95px 0 rgba(39, 144, 117, 0.40), -10px -23px 60px 0 rgba(99, 205, 168, 0.40) inset, 4px 4px 46px 0 rgba(255, 255, 255, 0.25) inset;
}
/* About-us "Our Values" cards are informational only — not clickable,
   but the hover lift/glow stays so the section still feels alive. */
.our_values .values_item_blck{
    cursor: default;
}
.values_back{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.round_white{
    width: 52px;
    height: 52px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    justify-content: center;
    background-color: var(--white);
}
.green_round{
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    justify-content: center;
    background-color: var(--brandGreen);
}
.value_item_title{
    font-size: var(--eighteen);
    color: var(--white);
    text-transform: uppercase;
}
.title_descrip{
    width: fit-content;
    max-width: 900px;
    margin-bottom: -80px;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
.presidents_item_blck, .efpa_membe{
    position: relative;
    cursor: pointer;
    border-radius: 40px;
    overflow: hidden;
    height: auto !important;
    max-width: 375px;
}
.president_img{
    height: 480px;
    background-color: #E4E4E4;
}
.presidents_item_blck:hover .president_img img,
.efpa_membe:hover .president_img img{
    transform: scale(1.1);
}
.president_info_blck{
    z-index: 2;
    justify-content: start;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 18px;
    align-items: end;
    gap: 12px;
}
.nameof_president{
    font-size: var(--eighteen);
    text-transform: uppercase;
    color: var(--white);
}
.shadow_bottom{
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 145px; 
    z-index: 0;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    mask-image: linear-gradient(
        to bottom,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,1) 30%
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,1) 30%
    );
}
.dateof_period{
    padding: 8px;
    border-radius: 90px;
    font-size: var(--twelve);
    background-color: var(--white);
}
.presidentsSlidder{
    padding-left: 8.5% !important;
}
.tabs_block{
    padding-bottom: 12px;
    align-items: end;
    overflow: auto;
    margin-top: 40px;
}
.choose_tab{
    min-width: fit-content;
    text-transform: uppercase;
    position: relative;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    padding: 20px;
    font-size: var(--eighteen);
    border-bottom: 2px solid rgba(29, 41, 31, 0.20);
}
.underline_hover{
    border-bottom: 3px solid var(--brandGreen);
    transition: transform 0.5s ease;
    transform: translateX(-2000px);
    position: absolute;
    left: 0;
    bottom: -1px;
}
.choose_tab:hover .underline_hover, .choose_tab_active .underline_hover {
    transform: translateX(0);
    transition: transform 0.5s ease;
}
.tab_servs_blocks{
    margin: 60px 0 100px 0;
}
.chosen_serv_block{
    display: none;
}
.chosen_serv_block_active{
    display: block;
}
.chosen_serv_block .description_{
    font-size: var(--eighteen);
    max-width: 1170px;
}
.grey_inf_onimg{
    background: linear-gradient(180deg, #D9D9D9 0%, #F4F4F4 100%);
}
.grey_inf_onimg .nameof_president{
    color: var(--black);
}
.profession_sp, .profession_white_sp{
    font-size: var(--twelve);
    color: var(--greyFont);
    text-transform: uppercase;
}
.profession_white_sp{
    color: var(--white);
}
/* Council slider: members are shown as bank logos (transparent PNGs) — fit logos inside the card */
[data-uba-team="council"] .president_img{
    height: 220px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}
[data-uba-team="council"] .president_img img{
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 110px;
    object-fit: contain;
}
[data-uba-team="council"] .presidents_item_blck:hover .president_img img{
    transform: scale(1.06);
}
/* Council card rendered as a link (opens the bank URL in a new tab) */
[data-uba-team="council"] a.council_link{
   display: flex !important;
    flex-direction: column;
    background-color: var(--white);
}
/* Uniform name/position strip so every card lines up */
[data-uba-team="council"] .president_info_blck{
    left: 0;
    right: 0;
    width: 100%;
    padding: 14px 18px;
    position: inherit;
    gap: 6px;
    min-height: 100px;
    justify-content: start;
}
[data-uba-team="council"] .dateof_period {
    padding: 0;
}
.rules_blck{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.rule_item_blck{
    cursor: pointer;
    gap: 26px;
    padding: 14px;
    border-radius: 20px;
    background: #EDF7F4;
    flex-direction: column;
    border: 1px solid transparent;
}
.rule_item_blck:hover{
    border-color: var(--borderColor);
}
.type_date_blck{
    gap: 10px;
    align-items: start;
}
.approved_date, .typeof_file{
    color: var(--fontBlack);
    text-transform: uppercase;
    padding: 10px 14px;
    text-align: center;
    border-radius: 20px;
    font-size: var(--twelve);
    background-color: var(--white);
}
.rules_sp{
    color: var(--fontBlack);
    font-size: var(--twelve);
    text-transform: uppercase;
    margin-right: auto;
}
/* end about us */

/* popup */
.gray_back {
    background: rgb(102 138 134 / 80%);
    display: none;
    position: fixed;
    width: 100%;
    z-index: 32;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
}
.gray_back_active {
    display: block;
}
.parent_pop {
    position: relative;
    display: flex;
    justify-content: center;
}
.popup_block {
    z-index: 33;
    position: fixed;
    display: none;
    width: 90%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    overflow: hidden;
    top: 10%;
}
.member_popup{
    max-width: 1280px;
}
.popup_block_active {
    display: flex;
}
.popups_form_blck {
    position: relative;
    background-color: var(--white);
    padding: 20px;
    gap: 20px;
    max-height: 85vh;
    overflow: auto;
    border-radius: 40px;
    align-items: stretch;
}
.popups_left_img{
    max-width: 375px;
    width: 100%;
    min-height: 480px;
    border-radius: 20px;
    overflow: hidden;
}
.hidden_blck{
    padding: 30px 14px 30px 30px;
}
.soc_linksof_member{
    position: absolute;
    justify-content: end;
    bottom: 24px;
    padding: 0 22px;
    gap: 12px;
}
.soc_alinks{
    width: 60px;
    height: 60px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--white);
    justify-content: center;
}
.soc_alinks:hover{
    background-color: var(--brandGreen);
}
.soc_alinks:hover svg path{
    fill: var(--white);
}
.about_member_blck{
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}
.title_close_blck{
    gap: 10px;
}
.close_popup{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    background-color: #F5FAF9;
    justify-content: center;
    cursor: pointer;
}
.close_popup:hover svg path {
    stroke: red;
}
.info_about_member{
    padding-right: 26px;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    justify-content: start;
    max-height: 370px;
    height: 100%;
    overflow: auto;
}
.hidden_blck{
    height: 100%;
    overflow: hidden;
    align-items: start;
    justify-content: start;
    border-radius: 20px;
    background: #F5FAF9;
    padding: 40px 14px 40px 40px;
}
.second_title_popups{
    font-size: var(--twofour);
}
.info_about_member .description_{
    font-size: var(--eighteen);
}
.thanku_popup{
    max-width: 348px;
}
.thanku_popup .popups_form_blck{
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.thanks_img{
    margin-bottom: 14px;
    max-width: 128px;
}
.close_popup_btn{
    gap: 10px;
    cursor: pointer;
    margin-top: 14px;
    padding: 20px 30px;
    border-radius: 90px;
    color: var(--white);
    background-color: #04493F;
}
.close_popup_btn:hover{
    background-color: var(--brandGreen);
}
.courses_target_group{
    max-width: 668px;
}
.courses_target_group .popup_title {
    font-size: var(--thirty);
}
.courses_target_group .popups_form_blck{
    flex-direction: column;
    align-items: start;
}
.thanks_title{
    font-size: var(--twofour);
    text-align: center;
    text-transform: uppercase;
}
.thanks_descrip{
    font-size: var(--sixteen);
    text-align: center;
    color: rgba(8, 40, 35, 0.60);
}
/* end popup */

/* our members */
.title_marg{
    margin-bottom: 48px;
}
.members_grid_blck{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.bank_item_block{
    cursor: pointer;
    border-radius: 12px;
    padding: 20px;
    flex-direction: column;
    align-items: start;
    gap: 22px;
    border: 1px solid rgba(8, 40, 35, 0.10);
    background: #F5FAF9;
}
.more_info_i{
    padding: 8px 12px;
    gap: 10px;
    border-radius: 90px;
    font-size: var(--twelve);
    text-transform: uppercase;
    background-color: var(--greenOpacity);
}
.icon_svg{
    width: 14px;
    height: 14px;
}
.icon_svg img{
    object-fit: contain;
}
.bank_img{
    height: 46px;
    margin: 0 auto;
    justify-content: center;
}
.bank_img img{
    mix-blend-mode: multiply;
    object-fit: contain;
}
.contacts_of_bank{
    position: absolute;
    /* Full-card frosted panel: nothing the user wants to click is left sitting
       underneath a half-transparent popup. */
    inset: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    opacity: 0;
    /* While hidden the panel must NOT eat clicks meant for the badge / website pill. */
    pointer-events: none;
    z-index: 3;
    gap: 10px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(245, 250, 249, 0.72);
    -webkit-backdrop-filter: blur(8.5px);
    backdrop-filter: blur(8.5px);
    transition: opacity .18s ease;
}
.cont_alinks{
    gap: 10px;
    font-size: var(--twelve);
    justify-content: start;
}
.cont_icon{
    min-width: 20px;
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    justify-content: center;
    background-color: var(--brandGreen);
}
.cont_alinks:hover{
    text-decoration: underline;
}
.bank_item_block:hover .contacts_of_bank,
.bank_item_block.contacts_open .contacts_of_bank{
    opacity: 1;
    pointer-events: auto;
}
/* The website pill living inside the overlay should size to its content, not stretch full width. */
.contacts_of_bank .bank_link{
    margin-top: 2px;
}
/* Website pill + contact rows: keep brand colour, no default link underline */
a.bank_item_block{
    text-decoration: none;
    color: inherit;
}
.more_info_i.bank_link{
    color: var(--brandGreen, #082823);
    text-decoration: none;
}
.bank_link:hover{
    text-decoration: none;
}
.contacts_of_bank .cont_alinks{
    color: var(--brandGreen, #082823);
    text-decoration: none;
}
.contacts_of_bank .cont_alinks .cont_icon svg{
    display: block;
}
/* "Details" badge at the top of the bank card (matches design) */
.bank_details_badge{
    align-items: center;
    color: var(--brandGreen, #082823);
    cursor: pointer;
}
.bank_details_badge .bd_icon{
    width: 18px;
    height: 18px;
    min-width: 18px;
    align-items: center;
    justify-content: center;
}
.bank_details_badge .bd_icon svg{
    display: block;
}
/* end our members */

/* reports */
.tab_blcks{
    justify-content: start;
    gap: 36px;
    cursor: pointer;
}
.choose_report_tab{
    padding-bottom: 26px;
    color: var(--greyFont);
    font-size: var(--sixteen);
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
}
.choose_report_active{
    color: var(--brandGreen) !important;
    border-color: var(--brandGreen) !important;
}
.report_section{
    gap: 8px;
    display: none;
    flex-direction: column;
}
.report_section_active{
    display: flex;
}
.acc_block {
    background-color: var(--white);
    border-radius: 20px;
    padding: 40px;
    overflow: hidden;
    flex-direction: column;
}
.acc_title{
    font-size: var(--titleFont);
    max-width: 80%;
}
.acc_title_blck{
    cursor: pointer;
    gap: 10px;
}
.acc_svg {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--brandGreen);
    position: relative;
    justify-content: center;
}
.acc_title_blck:hover .acc_svg{
    background-color: #EDF7F4;
}
.acc_title_blck:hover .acc_svg svg path{
    fill: var(--brandGreen);
    stroke: var(--brandGreen);
}
.acc_svg {
    transition: background-color .25s ease;
}
.acc_svg svg path {
    transition: fill .25s ease, stroke .25s ease;
}
.minus_acc, .plus_acc {
    position: absolute;
    width: 100%;
    transition: opacity .25s ease;
}
.minus_acc {
    opacity: 0;
}
.faq_acc_block_active .plus_acc {
    opacity: 0;
}
.faq_acc_block_active .minus_acc {
    opacity: 1;
}
.rotate_svg{
    min-width: 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    justify-content: center;
    background-color: var(--yellow);
}
.faq_acc_block_active .rotate_svg svg{
    transform: rotate(90deg);
}
.hidden_acc_blck {
    font-size: var(--sixteen);
    height: 0;
    padding-top: 0;
    align-items: start;
    overflow: hidden;
    flex-direction: column;
    gap: 20px;
    /* transition: height .38s cubic-bezier(.4, 0, .2, 1), padding-top .38s cubic-bezier(.4, 0, .2, 1); */
}
.faq_acc_block_active .hidden_acc_blck {
    padding-top: 40px;
    height: auto;
}
.rule_item_blck .dateof_event{
    margin-right: auto;
    background-color: var(--white);
}
.grid_items_acc{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.title_descrip_start{
    align-items: start;
    gap: 12px;
}
.title_descrip_start .description_{
    max-width: 770px;
}
/* end reports */

/* news */
.news_section{
    flex-direction: column;
    gap: 40px;
}
.news_grid_block{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.news_grid_block .news_item{
    max-width: none;
}
/* The current markup renders the title as .news_title (the old .news_items_title
   class is gone), so the intended 2-line clamp never applied and long titles made
   cards uneven. Clamp the title and push the date to the bottom so every card in a
   row lines up regardless of title length. Scoped to the grid so the homepage news
   swiper is untouched. */
.news_grid_block .news_title{
    margin-top: 8px;
    font-size: var(--eighteen);
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_grid_block .news_item:hover .news_title{
    color: var(--brandGreen);
}
.news_grid_block .news_date{
    margin-top: auto;
}
.news_grid_block.statement_item .news_title{
    -webkit-line-clamp: 3;
}
.news_grid_block .presidents_item_blck{
    max-width: none;
}
.pagination_{
    gap: 12px;
    justify-content: center;
}
.prev_next_btn, .pagination_sp, .pagination_dots{
    aspect-ratio: 1/1;
    min-width: 58px;
    height: 58px;
    border-radius: 50%;
    justify-content: center;
    font-size: var(--twenty);
    background-color: var(--white);
}
.pagination_sp:hover, .pagination_sp_active, .prev_next_btn:hover {
    background-color: var(--brandGreen);
    color: var(--white);
}
.prev_next_btn:hover svg path{
    stroke: var(--white);
}
.play_video_blck{
    position: absolute;
    top: 20px;
    left: 20px;
    gap: 7px;
    padding: 4px 8px 4px 4px;
    color: var(--white);
    font-size: var(--eighteen);
    border-radius: 90px;background: rgba(0, 0, 0, 0.52);
}
.news_section .news_item{
    max-width: none;
    margin: 0 !important;
}
.statement_item .news_item{
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(8, 40, 35, 0.10);
}
.statement_item{
    grid-template-columns: repeat(3, 1fr);
}
.statement_item .news_items_title{
    -webkit-line-clamp: 3;
}
.statement_item .news_item:hover{
    border-color: var(--brandGreen);
}
.news_single_blocks{
    flex-direction: column;
    align-items: start;
    gap: 20px;
    align-items: start;
    max-width: 1034px;
    width: 100%;
    margin: 0 auto;
    min-width: 0;
}
.news_single_blocks > *{
    max-width: 100%;
    min-width: 0;
}
.news_single_img{
    width: 100%;
    /* Show the photo at its natural aspect ratio instead of force-cropping it
       to a fixed height (which was cutting off heads / badges). */
    border-radius: 20px;
    overflow: hidden;
    margin: 10px 0;
}
.news_single_img img{
    width: 100%;
    height: auto;
    display: block;
}
.news_single_img--placeholder{
    display: flex;
    align-items: center;
    justify-content: center;
    /* No real photo → keep a banner-height block so the logo sits centered. */
    min-height: 342px;
    background: linear-gradient(135deg, #04493F 0%, #082823 100%);
}
.news_single_img--placeholder .news_ph_logo{
    width: auto;
    max-width: 60%;
    height: 70px;
    object-fit: contain;
    opacity: .92;
}
.news_single_blocks .general_title{
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 1.15;
}
.news_single_blocks .news_single_date{
    color: var(--greyFont);
    font-size: var(--fourteen, 14px);
    margin-bottom: 8px;
}
.news_single_blocks [data-uba-news-content]{
    line-height: 1.7;
    width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.news_single_blocks .general_title,
.news_single_blocks [data-uba-news-content] p{
    overflow-wrap: anywhere;
    word-break: break-word;
}
.news_single_blocks [data-uba-news-content] p{
    margin: 0 0 14px;
}
.news_single_blocks [data-uba-news-content] img{
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 14px 0;
}
.news_single_blocks [data-uba-news-video]{
    width: 100%;
}
.news_video_embed{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 20px;
    overflow: hidden;
    margin: 10px 0;
    background: #082823;
}
.news_video_embed iframe{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.news_gallery{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 14px;
    margin-top: 10px;
}
.news_gallery:empty{
    display: none;
}
.news_gallery_item{
    padding: 0;
    border: 0;
    background: #082823;
    cursor: pointer;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    display: block;
    width: 100%;
}
.news_gallery_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.news_gallery_item:hover img{
    transform: scale(1.06);
}

/* Lightbox */
body.news_lightbox_open{
    overflow: hidden;
}
.news_lightbox{
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(8, 40, 35, .94);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(16px, 4vw, 48px);
    cursor: zoom-out;
    animation: ubaLbFade .2s ease;
}
@keyframes ubaLbFade{ from{ opacity: 0; } to{ opacity: 1; } }
.news_lightbox_figure{
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_lightbox_figure img{
    max-width: min(92vw, 1200px);
    max-height: 86vh;
    width: auto;
    height: auto;
    border-radius: 14px;
    object-fit: contain;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
    cursor: default;
}
.news_lightbox_close{
    position: absolute;
    top: 16px;
    right: 20px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: background .2s ease;
    z-index: 2;
}
.news_lightbox_close:hover{
    background: rgba(255,255,255,.25);
}
.news_lightbox_nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease;
    z-index: 2;
}
.news_lightbox_nav:hover{
    background: rgba(255,255,255,.3);
}
.news_lightbox_prev{ left: clamp(10px, 3vw, 34px); }
.news_lightbox_next{ right: clamp(10px, 3vw, 34px); }
.news_lightbox_counter{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    letter-spacing: .04em;
    background: rgba(0,0,0,.35);
    padding: 6px 14px;
    border-radius: 20px;
}
@media (max-width: 575px){
    .news_gallery{
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .news_lightbox_nav{ width: 42px; height: 42px; font-size: 18px; }
    .news_lightbox_figure img{ max-height: 78vh; }
}
.news_empty_msg{
    grid-column: 1 / -1;
    width: 100%;
    padding: 40px 0;
    text-align: center;
    color: var(--greyFont, #6b7c77);
    font-size: var(--sixteen, 16px);
}
/* end news */

/* banking system */
.banking_system_descrip_blck{
    margin: 100px auto !important;
}
.white_descrip{
    font-size: var(--sixteen);
    color: var(--whiteOpacity);
}
.values_on_img .general_title, .white_descrip{
    max-width: 760px;
    text-align: center;
}
.big_mini_titles{
    justify-content: start;
    gap: 10px;
    align-items: end;
}
.white_big_num{
    color: var(--white);
    font-size: var(--titleFont);
}
.banks_title_white{
    font-size: var(--twofour);
    color: var(--whiteOpacity);
}
.systems_banner_blck .values_item_blck{
    gap: 92px;
    padding: 40px;
    background: rgba(3, 61, 53, 0.50);
}
.nums_text{
    text-transform: uppercase;
    color: var(--white);
}
.programs_item{
    max-width: 506px;
    border-radius: 40px;
    overflow: hidden;
    height: 674px !important;
    position: relative;
} 
.program_inf_onimg{
    top: 0;
    left: 0;
    gap: 20px;
    padding: 24px;
    position: absolute;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}
.logo_goto_icon{
    gap: 10px;
}
.logo_program{
    gap: 8px;
    color: rgba(8, 40, 35, 0.20);
    max-width: 210px;
    padding: 10px;
    border-radius: 90px;
    background-color: var(--white);
}
.logo_goto_icon .arrow_btns{
    width: 60px;
    min-width: 60px;
    height: 60px;
}
.program_item_title{
    margin-top: 10px;
    font-size: var(--thirty);
    text-transform: uppercase;
    color: var(--white);
}
.programs_item .white_descrip{
    font-size: var(--forteen);
    text-align: start;
}
.programs_item:hover .arrow_btns {
    box-shadow: 0 45px 95px 0 rgba(39, 144, 117, 0.40), -10px -23px 60px 0 rgba(99, 205, 168, 0.40) inset, 4px 4px 46px 0 rgba(255, 255, 255, 0.25) inset;
    background: rgba(3, 61, 53, 0.50);
}
.programs_item:hover .arrow_btns svg path{
    stroke: var(--white);
}
.marg_title{
    margin-bottom: -44px;
}
/* end banking system */

/* contact us */
.contact_general_section {
    gap: 20px;
}
.map_block{
    border-radius: 40px;
    align-items: end;
    overflow: hidden;
    max-width: 770px;
    width: 55%;
    position: relative;
    z-index: 1;
}
#map{
    height: 576px;
}
.contacts_onmap_blck{
    left: 24px;
    bottom: 24px;
    display: grid;
    overflow: hidden;
    position: absolute;
    border-radius: 20px;
    width: calc(100% - 48px);
    grid-template-columns: repeat(3, 1fr);
    background-color: rgba(245, 250, 249, 1);
}
.conts_three_blcks{
    padding: 20px;
    gap: 12px;
    align-items: start;
    flex-direction: column;
    justify-content: start;
    border-right: 1px solid rgba(8, 40, 35, 0.10);
}
.conts_three_blcks:last-child{
    border: none;
}
.conts_inf_title{
    justify-content: start;
    gap: 12px;
}
.icon_cnt{
    min-width: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    background-color: var(--brandGreen);
}
.conts_text{
    text-transform: uppercase;
    font-size: var(--forteen);
}
.grey_cont_text{
    font-size: var(--forteen);
    color: var(--greyFont);
}
.link_conts:hover{
    text-decoration: underline;
    color: var(--fontBlack);
}
.contact_form{
    gap: 26px;
    width: 50%;
    max-width: 660px;
    align-items: start;
    flex-direction: column;
}
.two_inps{
    align-items: start;
    gap: 12px;
}
.inps_err_blck {
    align-items: start;
    flex-direction: column;
    gap: 6px;
}
.inps_{
    border-radius: 0;
    background-color: transparent;
    padding: 10px 10px 16px 10px;
    border-bottom: 2px solid rgba(8, 40, 35, 0.20);
    font-size: var(--sixteen);
}
.inps_:focus{
    border-color: var(--brandGreen);
}
.upload_file{
    gap: 10px;
    cursor: pointer;
    padding: 12px 20px;
    border-radius: 90px;
    background: #F5FAF9;
    font-size: var(--sixteen);
}
.upload_file:hover{
    color: var(--white);
    background-color: var(--brandGreen);
}
.upload_file:hover svg path{
    stroke: var(--white);
}
.file_inp{
    position: absolute;
    cursor: pointer;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}
.files_chosen{
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}
.files_chosen:empty{
    display: none;
}
.file_chip{
    align-items: center;
    gap: 8px;
    padding: 6px 6px 6px 14px;
    border-radius: 90px;
    background: #EDF7F4;
    border: 1px solid #D6ECE5;
    font-size: var(--fourteen, 14px);
    color: var(--brandGreen, #082823);
    max-width: 100%;
}
.file_chip_name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 220px;
}
.file_chip_x{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    line-height: 1;
    font-size: 18px;
    color: var(--white, #fff);
    background: var(--brandGreen, #082823);
    transition: opacity .2s ease;
}
.file_chip_x:hover{
    opacity: .75;
}
.radio_lab {
    align-items: start;
    cursor: pointer;
    gap: 20px;
}
.choose_radio{
    line-height: 140%;
    max-width: 382px;
    font-size: var(--sixteen);
    color: var(--greyFont);
}
.choose_radio a{
    color: var(--fontBlack);
    text-decoration: underline;
}
.checko_, .check_inp, .checkbox_form {
    width: 22px;
    height: 22px;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
}
.check_inp {
    opacity: 0;
    z-index: 2;
    position: absolute;
    cursor: pointer;
}
.checkbox_form {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EDF7F4;
    border: 1px solid var(--brandGreen);
    position: absolute;
    cursor: pointer;
    z-index: 0;
}
.checko_ input:checked~.checkbox_form {
    background-color: var(--brandGreen);
}
.checko_svg {
    justify-content: center;
    align-items: center;
}
.send_form_btn{
    gap: 10px;
    cursor: pointer;
    padding: 20px 30px;
    border-radius: 90px;
    color: var(--white);
    font-size: var(--sixteen);
    background-color: #043F37;
}
.send_form_btn:hover{
    background-color: var(--brandGreen);
}
.course_grid_blck{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.courses_register_item{
    gap: 30px;
    padding: 20px;
    cursor: pointer;
    align-items: start;
    border-radius: 12px;
    background: #F5FAF9;
    flex-direction: column;
    justify-content: space-between;
    border: 3px solid rgba(8, 40, 35, 0.10);
}
.courses_register_item:hover{
    border-color: var(--brandGreen);
}
.duration_register{
    margin-top: auto;
}
.course_title_sp, .duration_register{
    gap: 10px;
}
/* Keep the badge (ՇՄԶ) aligned to the top of the title, so multi-line titles
   don't push it to the vertical centre. */
.course_title_sp{
    align-items: flex-start;
}
/* The badge pill is taller than a single text line, so on card titles we grow
   the title's line-height to the pill height. That way the pill sits evenly on
   the first line instead of protruding above it (noticeable on small screens
   where titles wrap to two lines). */
.courses_register_item .course_title_sp .title_course_item{
    line-height: 20px;
}
.title_course_item{
    font-size: var(--eighteen);
    text-transform: uppercase;
    max-width: 70%;
}
.hidden_sp{
    opacity: 0;
    padding: 6px 10px;
    border-radius: 90px;
    color: var(--white);
    font-size: var(--twelve);
    text-transform: uppercase;
    background-color: var(--brandGreen);
}
.title_inf_blck{
    flex-direction: column;
    align-items: start;
    gap: 12px;
}
.launch_sp{
    font-size: var(--twelve);
    text-transform: uppercase;
    color: #216057;
}
.duration_blck{
    gap: 10px;
    cursor: pointer;
    justify-content: start;
    font-size: var(--twelve);
    text-transform: uppercase;
}
.accept_btn_blck {
    gap: 12px;
}
.register_btn{
    gap: 10px;
    color: var(--white);
    border-radius: 90px;
    background: #216057;
    text-transform: uppercase;
    font-size: var(--twelve);
    padding: 12px 12px 12px 20px;
}
.days_of_launch{
    gap: 8px;
    bottom: 30%;
    left: 20px;
    opacity: 0;
    padding: 12px;
    border-radius: 8px;
    flex-direction: column;
    align-items: start;
    position: absolute;
    border: 1px solid rgba(8, 40, 35, 0.05);
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(8.5px);
}
.month_days_blck{
    justify-content: start;
    gap: 10px;
}
.month_sp{
    font-size: var(--twelve);
}
.days_blck{
    gap: 2px;
    align-items: stretch;
}
.days_round{
    min-width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    padding: 4px;
    background: #216057;
    color: var(--white);
    font-size: var(--twelve);
    justify-content: center;
}
.courses_register_item:hover .hidden_sp,
.courses_register_item:hover .days_of_launch,
.duration_blck:hover .days_of_launch{
    opacity: 1;
}
.price_for_check{
    margin-left: auto;
}











/* Course cards: badge is always visible. The schedule (dates) keeps its place
   in the card flow but is revealed only on hover (opacity toggled below). */
/* .courses_register_item{
    gap: 24px;
} */
.courses_register_item .hidden_sp{
    opacity: 1;
}
/* .courses_register_item .days_of_launch{
    position: static;
    left: auto;
    opacity: 0;
    width: 100%;
} */
.upcoming_courses_blck{
    flex-direction: column;
    align-items: start;
    gap: 22px;
}
.courses_title{
    font-size: var(--twenty);
    text-transform: uppercase;
}
.courses_section {
    gap: 60px;
}
.get_notif_btn{
    padding: 8px;
    color: var(--white);
    font-size: var(--twelve);
    text-transform: uppercase;
    border-radius: 90px;
    background: #D64747;
    justify-content: center;
    gap: 10px;
}
.subscribe_block{
    padding: 75px;
    border-radius: 40px;
    justify-content: end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../img/subscribe.png');
}
.subscribe_onimg{
    gap: 18px;
    width: 83%;
    align-items: end;
    max-width: 1160px;
}
.subs_title_descrip{
    flex-direction: column;
    align-items: start;
    gap: 40px;
    max-width: 594px;
}
.subs_white_title{
    text-transform: uppercase;
    font-size: var(--thirty);
    color: var(--white);
}
.subs_title_descrip .white_descrip{
    text-align: start;
    color: rgba(255, 255, 255, 0.60);
}
.subscribe_form{
    gap: 15px;
    max-width: 546px;
    align-items: end;
}
.subs_inp{
    border-radius: 0;
    max-width: 348px;
    background-color: transparent;
    padding: 16px 20px;
    color: var(--white);
    border-bottom: 2px solid var(--white);
}
.subs_inp::placeholder{
    color: rgba(255, 255, 255, 0.20);
}
.confirm_btn{
    min-width: fit-content;
    gap: 10px;
    color: var(--fontBlack);
    cursor: pointer;
    padding: 20px 30px;
    border-radius: 90px;
    font-size: var(--sixteen);
    background-color: var(--white);
}
.confirm_btn:hover{
    background-color: var(--whiteOpacity);
}
/* end contact us */

/* about aribitration */
.arb_shadow{
    position: absolute;
    top: 0;
    left: 0;
}
.titleon_banner .white_descrip{
    text-align: start;
    text-transform: uppercase;
}
.arb_banners_inf{
    max-width: 774px !important;
}
.arb_info_blck{
    margin: 82px 0;
    gap: 20px;
    align-items: start;
}
.arb_info_blck .second_title{
    max-width: 375px;
}
.arb_info_blck .description_{
    font-size: var(--eighteen);
    max-width: 638px;
}
.arb_info_blck .description_ b{
    color: var(--brandGreen);
}
.image_info_blck{
    margin: 100px 0;
    gap: 20px;
    align-items: start;
}
.arb_img{
    max-width: 770px;
    height: 724px;
    width: 50%;
    border-radius: 40px;
    overflow: hidden;
}
.infoof_arb_blck{
    max-width: 730px;
    width: 60%;
    flex-direction: column;
    align-items: start;
    gap: 30px;
}
.infoof_arb_blck .second_title{
    margin-bottom: 18px;
}
/* .description_{
    text-align: justify;
} */
.upper_descrip{
    text-transform: uppercase;
    font-size: var(--eighteen);
}
.ulli_svg{
    align-items: start;
    justify-content: start;
    font-size: var(--eighteen);
    color: var(--greyFont);
    gap: 14px;
}
.ulli_svg a{
    text-decoration: underline;
    color: var(--greyFont);
}
.round_icon{
    min-width: 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: var(--twelve);
    color: var(--white);
    justify-content: center;
    background-color: var(--brandGreen);
}
.round_icon svg{
    width: 14px;
    height: 14px;
}
.betterto_know{
    flex-direction: column;
    align-items: start;
    gap: 40px;
}
.betterto_know .general_title{
    color: var(--white);
}
.betterto_know .values_blck{
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
}
.knowing_blcks{
    height: 100%;
    justify-content: start;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    background-color: #F5FAF9;
}
.arb_tab_blck{
    flex-direction: column;
    align-items: start;
    gap: 70px;
    margin-bottom: 140px;
}
.arb_tab_blck .dateof_period{
    text-transform: uppercase;
}
.name_prof{
    flex-direction: column;
    align-items: start;
    gap: 12px;
}
.arb_tab_blck .president_info_blck{
    flex-direction: row;
}
.presidentsSlidder .president_info_blck{
    align-items: end;
}
/* end about aribitration */

/* qualification single pages */
.descrip_wrapper{
    max-width: 1034px;
    margin: 60px auto;
} 
.white_windows_grid{
    display: grid;
    gap: 12px;
    margin: 20px 0;
    grid-template-columns: repeat(2, 1fr);
}
.white_window_under{
    font-size: var(--sixteen);
    color: var(--fontBlack);
    flex-direction: column;
    align-items: start;
    gap: 24px;
    padding: 20px;
    border-radius: 20px;
    background: #F5FAF9;
    backdrop-filter: blur(2.5px);
}
.green_cont_blck{
    gap: 40px;
    padding: 28px;
    margin: 20px 0;
    border-radius: 20px;
    justify-content: center;
    background-color: #043F37;
}
.cont_inf_blck{
    justify-content: start;
    gap: 12px;
}
.conts_round_white{
    min-width: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--white);
    justify-content: center;
}
.conts_name{
    color: var(--white);
    text-transform: uppercase;
    font-size: var(--forteen);
}
.conts_thin_alink{
    font-size: var(--forteen);
    color: var(--white);
}
.conts_thin_alink:hover{
    text-decoration: underline;
}
.top_abs_blck{
    position: absolute;
    top: 40px;
    right: 0;
    padding: 0 40px;
}
.start_date{
    margin-left: auto;
    padding: 8px 12px;
    border-radius: 90px;
    color: var(--white);
    font-size: var(--twelve);
    text-transform: uppercase;
    background: rgba(245, 250, 249, 0.20);
}
.white_rule_item{
    background-color: var(--white);
}
.white_rule_item .typeof_file {
    background-color: #F5FAF9;
}
.descrip_wrapper .second_title{
    margin-top: 40px;
}
.descrip_wrapper .rules_blck{
    margin-bottom: 40px;
}
.frankkfurt_banner .top_abs_blck{
    z-index: 1;
    position: initial;
}
.descrip_wrapper .rules_sp {
    text-transform: none;
}
.frankkfurt_banner{
    gap: 110px;
    padding: 40px 0;
    border-radius: 40px;
    overflow: hidden;
    flex-direction: column;
}
.frankkfurt_banner .values_on_img{
    align-items: start;
}
.frankkfurt_banner .general_title {
    text-align: start;
}
.title_svg_blck{
    gap: 12px;
    justify-content: start;
}
.w_img_slider .title_svg_blck {
    margin: auto;
}
.about_sp{
    font-size: var(--twelve);
    color: var(--whiteOpacity);
}
.frankkfurt_banner .values_item_blck{ 
    gap: 30px;
    border-radius: 20px;
    background: rgba(8, 40, 35, 0.20);
    backdrop-filter: blur(15px);
}
.three_items{
    grid-template-columns: repeat(3, 1fr);
}
.procent_big_sp{
    font-size: var(--thirty);
}
.certificate_grid_blck{
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.goto_certif_blck{
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid transparent;
    background-color: var(--white);
}
.goto_certif_blck:hover{
    border-color: var(--brandGreen);
}
.certif_title{
    text-transform: uppercase;
    font-size: var(--sixteen);
}
.schedule_item{
    max-width: 148px;
    padding: 20px;
    height: 210px !important;
    gap: 30px;
    border-radius: 20px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(2.5px);
    background-color: var(--white);
}
.month_schedule{
    font-size: var(--sixteen);
    color: var(--greyFont);
    text-align: center;
}
.date_sch{
    font-size: 40px;
    color: var(--fontBlack);
}
.time_sch{
    padding: 10px;
    border-radius: 20px;
    background: #F5FAF9;
    text-align: center;
    font-size: var(--twelve);
    color: var(--fontBlack);
}
.banking_system_descrip_blck .sliders_section{
    margin: 0 !important;
}
.go_back_title_blck{
    justify-content: start;
    gap: 30px;
}
.goback_{
    cursor: pointer;
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #EDF7F4;
    justify-content: center;
}
.goback_:hover{
    background-color: var(--brandGreen);
}
.goback_:hover svg path{
    stroke: var(--white);
}
.three_blcks .certif_title{
    font-size: var(--eighteen);
}
.three_blcks .white_window_under{
    background: #F5FAF9;
}
.three_blcks{
    gap: 10px;
}
.margin_auto{
    margin: 0 auto;
}
.thirty_title{
    margin-top: 20px;
    text-transform: uppercase;
    font-size: var(--twenty);
    color: var(--brandGreen);
}
.step_blck{
    gap: 15px;
    justify-content: start;
}
.step_title{
    font-size: var(--twofour)
}
.final_exam_blck{
    gap: 10px;
    padding: 40px;
    margin-top: 20px;
    border-radius: 20px;
    background: #F5FAF9;
}
.info_exam_blck{
    max-width: 560px;
    width: 80%;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
ul, ol{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
}
ul li::marker {
    color: var(--brandGreen);
    font-size: 20px;
}
/* end  qualification single pages */

/* EFPA */
.yellow_white_title{
    flex-direction: column;
    align-items: start;
}
.yellow_title{
    color: var(--yellow);
}
.title_descrip_bnr{
    flex-direction: column;
    align-items: start;
    gap: 12px;
}
.title_descrip_bnr .white_descrip{
    text-align: start;
} 
.blue_certif_blck{
    height: auto !important;
    background-color: var(--blue);
    margin-right: 10px !important;
    backdrop-filter: blur(2.5px);
    display: flex !important;
    flex-direction: column;
    border-radius: 20px;
    align-items: start;
    max-width: 282px;
    padding: 12px;
    gap: 16px;
}
.efpa_slider .newsitemSwiper{
    padding: 0 !important;
}
.certif_yellow_titile{
    font-size: var(--eighteen);
    color: var(--yellow);
}
.certif_date_white{
    margin-top: auto;
    color: var(--white);
    text-transform: uppercase;
    font-size: var(--twelve);
}
.schedule_white_blck{
    gap: 10px;
    padding: 8px 12px;
    border-radius: 90px;
    background: #F5FAF9;
    text-transform: uppercase;
    font-size: var(--twelve);
}
.blue_four_blck{
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.statistic_blue_blck{
    gap: 44px;
    padding: 20px;
    border-radius: 20px;
    align-items: start;
    flex-direction: column;
    background-color: var(--blue);
}
.yellow_nums{
    font-size: 35px;
    line-height: normal;
    color: var(--yellow);
}
.mini_white_descrip{
    color: rgba(255, 255, 255, 0.60);
    font-size: var(--twelve);
    line-height: 140%;
}
.yellow_round{
    background-color: var(--yellow);
}
.yellow_round svg{
    width: 9px !important;
}
.ul_ol_blck{
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    gap: 12px;
}
.little_inf_blcks .ul_ol_blck{
    width: 100%;
}
.efpa_item{
    margin-right: 8px !important;
    text-decoration: none !important;
    max-width: 242px;
    height: 410px !important;
    padding: 20px;
    border-radius: 20px;
    display: flex !important;
    background-color: var(--blue);
    flex-direction: column;
    align-items: start;
    gap: 8px;
}
.efpa_item:hover{
    background-color: var(--yellow);
}
.efpa_item .logo_program{
    max-width: 110px;
    margin-bottom: auto;
}
.efpa_item:hover .certif_yellow_titile{
    color: var(--blue);
}
.efpa_item:hover .mini_white_descrip{
    color: var(--greyFont);
}
.read_more_blck{
    margin-top: 12px;
    gap: 10px;
    padding: 12px;
    border-radius: 90px;
    color: var(--blue);
    font-size: var(--twelve);
    justify-content: center;
    background-color: var(--yellow);
}
.efpa_item:hover .read_more_blck{
    color: var(--white);
    background-color: var(--blue);
}
.efpa_item:hover .read_more_blck svg path{
    stroke: var(--white);
}
.two_inf_blcks{
    margin: 30px 0;
    gap: 8px;
    align-items: stretch;
}
.info_programm_item{
    gap: 34px;
    padding: 30px;
    flex-direction: column;
    align-items: start;
    border-radius: 30px;
    background-color: var(--white);
}
.items_title{
    color: var(--fontBlack);
    text-transform: uppercase;
    font-size: var(--twenty);
}
.blue_mini_descrip{
    line-height: 140%;
    font-size: var(--twelve);
    color: rgba(0, 35, 102, 0.60);
}
.goto_page_btn{
    padding: 12px;
    gap: 10px;
    border-radius: 90px;
    color: var(--white);
    font-size: var(--twelve);
    background-color: var(--blue);
    justify-content: center;
}
.goto_page_btn:hover{
    color: var(--blue);
    background-color: var(--yellow);
}
.goto_page_btn:hover svg path{
    stroke: var(--blue);    
}
.advantages_grid_blck{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
}
.adv_blue_items{
    background-color: var(--blue);
    flex-direction: column;
    align-items: start;
    border-radius: 20px;
    padding: 20px;
    gap: 20px;
}
.adv_blue_items:last-child{
    grid-column: span 2 / span 2;
}
.adv_blue_items .round_icon{
    width: 28px;
    height: 28px;
    min-width: 28px;
}
.adv_blue_items .yellow_round svg{
    width: 16px !important;
    height: 16px;
}
.adv_yellow_title{
    margin-bottom: auto;
    color: var(--yellow);
    font-size: var(--twofour);
}
.events_blck{
    flex-direction: column;
    gap: 10px;
}
.acc_title_blue{
    font-size: var(--sixteen);
    color: var(--blue);
    text-transform: uppercase;
}
.events_blck .acc_block{
    padding: 20px;
    border-radius: 40px;
}
.event_banner{
    max-height: 218px;
    border-radius: 16px;
    overflow: hidden;
}
.mini_slider_wrapper{
    max-width: 1114px;
    padding: 0 40px;
    margin: 0 auto;
}
.wrapper .mini_slider_wrapper{
    padding: 0 !important;
}
.efpa_membe .president_info_blck {
    background-color: transparent;
    justify-content: start;
    flex-direction: row;
    align-items: center;
}
.soc_alinks_yellow{
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    justify-content: center;
    background-color: var(--yellow);
}
.efpaSwiper .efpa_membe{
    max-width: 240px;
    border-radius: 20px;
}
.efpa_membe .president_img{
    height: 310px !important;
}
.efpa_membe .nameof_president{
    font-size: var(--twelve);
}
.view_all_members{
    cursor: pointer;
    margin: 20px auto 0 auto;
    color: var(--white);
    justify-content: center;
    gap: 10px;
    padding: 12px;
    max-width: 420px;
    width: 100%;
    border-radius: 90px;
    font-size: var(--twelve);
    background-color: var(--blue);
}
.view_all_members:hover{
    color: var(--blue);
    background-color: var(--yellow);
}
.view_all_members:hover svg path{
    stroke: var(--blue);
}
.blue_back, .blue_back_banner{
    background-color: var(--blue);
}
.blue_back .conts_round_white svg path{
    fill: var(--blue);
}
.efpaSwiper{
    padding-top: 40px !important;
}
.community_members_grid{
    display: grid;
    gap: 14px;
    margin-bottom: 40px;
    grid-template-columns: repeat(6, 1fr);
}
.blue_back_banner{
    height: auto !important;
    padding: 40px;
    border-radius: 40px;
    background: #233D87;
}
.invest_blck{
    flex-direction: column;
    align-items: start;
    gap: 68px;
}
.invest_blck .general_title{
    max-width: 540px;
    color: var(--white);
}
.blue_title_onwhite{
    margin-bottom: 10px;
    color: var(--blue);
    font-size: var(--twenty);
    text-transform: uppercase;
}
.for_blue_blck {
    min-height: 260px;
    gap: 10px;
    color: rgba(0, 35, 102, 0.60);
    background: #fff;
    transition: background-color .2s ease, color .2s ease;
}
.btn_yellow_blue{
    gap: 10px;
    margin-top: auto;
    color: var(--white);
    cursor: pointer;
    padding: 20px 30px;
    border-radius: 90px;
    background-color: var(--blue);
    transition: background-color .2s ease, color .2s ease;
}
.for_blue_blck:hover,
.for_blue_blck.is_blue_fill{
    background-color: var(--blue);
    color: var(--whiteOpacity);
}
.for_blue_blck:hover .blue_title_onwhite,
.for_blue_blck.is_blue_fill .blue_title_onwhite{
    color: var(--white);
}
.for_blue_blck:hover .btn_yellow_blue,
.for_blue_blck.is_blue_fill .btn_yellow_blue,
.btn_yellow_blue:hover{
    background-color: var(--yellow);
    color: var(--fontBlack);
}
.for_blue_blck:hover .btn_yellow_blue svg path,
.for_blue_blck.is_blue_fill .btn_yellow_blue svg path,
.btn_yellow_blue:hover svg path{
    stroke: var(--fontBlack);
}
/* White card with blue button: keep blue button until hover (Figma Final examination) */
.for_blue_blck:not(.is_blue_fill) .btn_yellow_blue{
    background-color: var(--blue);
    color: var(--white);
}
.for_blue_blck:not(.is_blue_fill) .btn_yellow_blue svg path{
    stroke: var(--white);
}
.for_blue_blck:not(.is_blue_fill):hover .btn_yellow_blue{
    background-color: var(--yellow);
    color: var(--fontBlack);
}
.for_blue_blck:not(.is_blue_fill):hover .btn_yellow_blue svg path{
    stroke: var(--fontBlack);
}
.centered_title{
    width: 100%;
    text-align: center;   
}
.table-wrapper {
    width: 100%;
    border: 1px solid #002366;
    border-radius: 30px;
    overflow: hidden;
}
table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
th,td {
    border-right: 1px solid #002366;
    padding: 10px;
    color: var(--blue);
}
th:last-child, td:last-child, tfoot tr{
    border: none;
}
tr{
    border-bottom: 1px solid #002366; 
}
thead th {
    background: var(--yellow);
    font-size: var(--twelve);
}
thead th:first-child {
    background: #d9dede;
}
tbody td:first-child,
tfoot td:first-child {
    background: #c9cfde;
    font-size: var(--sixteen);
}
tbody td:nth-child(2),
tfoot td:nth-child(2) {
    background: #eef0ef;
    font-size: var(--twelve);
}
tbody td:nth-child(3),
tfoot td:nth-child(3) {
    background: #eef0ef;
    font-size: var(--twelve);
}
tfoot td {
    background: #c9cfde !important;
    font-size: 28px;
}
.about_investment_blck{
    gap: 20px;
    padding: 30px;
    border-radius: 30px;
    align-items: start;
    flex-direction: column;
    background-color: var(--white);
}
.about_investment_blck .acc_title_blue{
    font-size: var(--twenty);
}
.about_investment_blck .event_banner{
    height: auto;
    max-height: none;
}
.blue_round{
    background-color: var(--blue);
}
.blue_ul_blck{
    align-items: start;
    flex-direction: column;
    border-radius: 12px;
    background: #F5FAF9;
    padding: 20px;
    gap: 12px;
}
.blue_ul_blck .ulli_svg{
    font-size: var(--sixteen);
    color: var(--blue);
    text-transform: uppercase;
}
.mini_inf_blcks .values_item_blck{
    max-width: 250px;
    gap: 4px;
    margin-right: 8px !important;
    display: flex !important;
}
.under_texts{
    flex-direction: column;
    align-items: start;
    gap: 10px;
}
.mini_img{
    height: 94px;
    min-width: 94px;
    border-radius: 10px;
    overflow: hidden;
}
.w_img_slider{
    max-width: 330px !important;
    padding: 12px;
    /* margin: auto; */
}
.values_on_img .mini_inf_blcks{
    padding: 0 !important;
}
.green_cont_blck .send_form_btn{
    margin: auto 0 0 auto;
    color: var(--fontBlack);
    background-color: var(--white);
}
.green_cont_blck .send_form_btn:hover{
    opacity: 0.8;
}
.info_for_register{
    gap: 50px;
    align-items: stretch;
}
.about_reg_infs{
    flex-direction: column;
    align-items: start;
    gap: 30px;
    max-width: 260px;
}
.price_sp{
    color: var(--white);
    min-width: max-content;
    text-transform: uppercase;
    font-size: var(--twofour);
}
.h_line{
    height: 90px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}
.about_reg_infs .about_sp{
    color: rgba(255, 255, 255, 0.60);
}
/* Course price bar (Figma 3545): "Արժեք" + price | vertical divider |
   note + per-participant group price, with the register button on the right.
   Values bottom-align across columns. */
.course_price_bar{
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}
.course_price_bar .info_for_register{
    align-items: flex-end;
}
.course_price_bar .price_reg_col{
    gap: 12px;
    max-width: none;
    justify-content: flex-end;
}
.course_price_bar .note_col{
    max-width: 448px;
}
.course_price_bar .price_note_sp{
    font-size: var(--twelve);
    line-height: 1.5;
    text-transform: none;
    color: rgba(255, 255, 255, 0.50);
}
.course_price_bar .send_form_btn{
    margin: 0;
    align-self: flex-end;
}
/* end EFPA */

/* register pages */
.course_general_section{
    gap: 20px;
    align-items: start;
    margin-bottom: 100px;
}
.instructor_swiper{
    max-width: 375px;
}
.instructor_swiper .swiper-wrapper{
    align-items: stretch;
}
.instructor_img{
    height: 435px !important;
}
.instructor_item {
    height: auto !important;
    border-radius: 40px;
    overflow: hidden;
}
.info_instructor{
    gap: 13px;
    height: 100%;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    border-radius: 0 0 40px 40px;
    background: #043F37;
    padding: 20px 20px 60px 20px;
}
.nameof_inst{
    font-size: var(--eighteen);
    text-transform: uppercase;
    color: var(--white);
}
.proffesion_sp{
    color: rgba(255, 255, 255, 0.50);
    font-size: var(--twelve);
}
.arrows_dots{
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
    gap: 4px;
}
.arrows_dots .swiper-pagination{
    position: initial;
    width: fit-content !important;
}
.arrows_dots .swiper-button-prev, 
.arrows_dots .swiper-button-next{
    width: 30px !important;
    height: 30px !important;
}
.arrows_dots .swiper-button-prev{
    margin-left: auto !important;
}
.swiper-pagination-bullet{
    opacity: 0.6 !important;
    background-color: var(--white) !important;
}
.swiper-pagination-bullet-active{
    opacity: 1 !important;
}
.arrows_dots .swiper-button-next svg, 
.arrows_dots .swiper-button-prev svg{
    width: 5px !important;
    height: 10px !important;
}
.about_courses_block{
    max-width: 1165px;
    width: 80%;
    flex-direction: column;
    align-items: start;
    gap: 14px;
}
.info_about_start{
    gap: 20px;
    padding: 20px;
    align-items: center;
    border-radius: 20px;
    background: #F5FAF9;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}
/* Vertical divider between the [badge + duration] lead and the meta items,
   matching the Figma separators. */
.info_about_start .meta_divider{
    width: 1px;
    height: 16px;
    flex: 0 0 auto;
    background: rgba(8, 40, 35, 0.20);
}
.start_title_blck{
    gap: 12px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: start;
}
/* Meta items take the remaining width and scroll horizontally (Swiper),
   so the whole bar always stays a single row regardless of how many items. */
.info_about_start .more_infs_about{
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}
.start_title_blck .title_course_item{
    font-size: var(--thirty);
    max-width: none;
}
.info_about_start .hidden_sp{
    opacity: 1;
}
.start_title_blck .days_of_launch{
    left: auto;
    top: -100px;
}
/* Available-course meta bar (Figma 3545): stacked — "ՄԵԿՆԱՐԿ" + big date /
   clock+duration / ՇՄԶ badge lead row on top, full-width meta row below. */
.info_about_start.meta_full{
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
}
.info_about_start .start_lead{
    flex-direction: column;
    align-items: start;
    gap: 8px;
}
.info_about_start.meta_full .start_title_blck{
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}
.info_about_start .course_date_lg{
    font-size: var(--thirty);
    text-transform: uppercase;
    color: var(--fontBlack);
    white-space: nowrap;
}
.info_about_start .launch_lead{
    color: rgba(8, 40, 35, 0.6);
}
.info_about_start .duration_blck svg{
    flex: 0 0 auto;
}
.info_about_start.meta_full .duration_blck{
    gap: 8px;
    align-items: center;
}
.info_about_start.meta_full .more_infs_about{
    width: 100%;
    flex: 0 0 auto;
}
.more_infs_about{
    cursor: pointer;
    gap: 20px;
    justify-content: start;
}
.info_about_start .newsitemSwiper{
    padding: 0 !important;
}
.wrapper .newsitemSwiper{
    padding-left: 0px !important;
    padding-right: 0 !important;
}
.values_on_img .newsitemSwiper{
    padding-left: 40px !important;
}
.more_infs_about .value_item_title{
    font-size: var(--forteen);
    color: var(--fontBlack);
}
.more_infs_about .h_line{
    height: 16px;
    border-color: rgba(8, 40, 35, 0.20);;
}
.two_blcks{
    gap: 10px;
    align-items: stretch;
}
.little_inf_blcks{
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    align-items: start;
    /* Keep content pinned to the top: the two cards stretch to equal height, so
       without this the shorter column's list gets pushed down by the inherited
       .d_flex justify-content: space-between. */
    justify-content: flex-start;
    flex-direction: column;
    background: #F5FAF9;
}
.little_inf_blcks .thirty_title{
    margin: 0;
}
.see_more_inf{
    padding: 10px 14px;
    border-radius: 20px;
    cursor: pointer;
    font-size: var(--twelve);
    text-transform: uppercase;
    background: #EBF4F2;
}
.see_more_inf:hover{
    color: var(--white);
    background-color: var(--brandGreen);
}
/* Course highlight / target lists: each item shows its full text (wrapping to
   multiple lines). Collapsed state shows the first 6 items; "Տեսնել ավելին"
   reveals the rest. */
.little_inf_blcks .ulli_svg span{
    display: block;
    overflow: visible;
    word-break: break-word;
}
.little_inf_blcks .ul_ol_blck:not(.ul_ol_expanded) .ulli_svg:nth-child(n+7){
    display: none;
}
.course_general_section .about_reg_infs{
    max-width: 448px;
}
.course_general_section .green_cont_blck{
    margin: 0;
}
.more_infs_about .title_svg_blck, .more_infs_about .hidden_sp,
.more_infs_about .duration_blck, .more_infs_about .h_line{
    min-width: fit-content;
    display: flex;
    width: fit-content;
}
.more_infs_about .swiper-wrapper{
    align-items: center;
}
.more_infs_about .shadow_right{
    max-width: 50px;
}
.back_subscribe{
    padding: 78px 40px;
    border-radius: 40px;
    background: #054D43;
    overflow: hidden;
}
/* Decorative teal light-streak to match the Figma "color-dodge" glow overlay. */
.back_subscribe::before{
    content: "";
    position: absolute;
    top: -60%;
    left: -10%;
    width: 90%;
    height: 220%;
    background: radial-gradient(closest-side, rgba(70, 210, 175, 0.55) 0%, rgba(70, 210, 175, 0) 70%);
    mix-blend-mode: screen;
    transform: rotate(-12deg);
    pointer-events: none;
    z-index: 0;
}
.shadow_on_blck{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.back_subscribe .subscribe_onimg{
    width: 100%;
    max-width: none;
    z-index: 1;
}
.back_subscribe .subs_white_title{
    font-size: var(--twofour);
}
/* end register pages */

/* thank u */
.thanku_section{
    gap: 12px;
    min-height: 80vh;
    max-width: 330px;
    padding-bottom: 40px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
}
.thanku_section .send_form_btn {
    text-align: center;
}
/* end thank u */

/* register */
.register_section{
    gap: 30px;
    align-items: start;
}
.register_form{
    max-width: 836px;
    width: 80%;
    flex-direction: column;
    align-items: start;
    gap: 6px;
}
.payment_chosen_type{
    gap: 20px;
    padding: 12px;
    border-radius: 12px;
    cursor: pointer;
    align-items: start;
    background: #F5FAF9;
    justify-content: start;
    border: 2px solid transparent;
}
.payment_chosen_type:hover{
    border-color: #216057;
}
.payment_imgs_blck{
    gap: 6px;
    align-items: start;
    flex-direction: column;
}
.payment_sp{
    font-size: var(--forteen);
    text-transform: uppercase;
}
.payment_descrip{
    font-size: var(--forteen);
}
.radio_lab_r {
    cursor: pointer;
}
.checko_r, .checkbox_form_r {
    min-width: 12px;
    width: 12px;
    height: 12px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}
.check_inp_r {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}
.checkbox_form_r {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5FAF9;
    position: relative;
    cursor: pointer;
    z-index: 0;
    border: 3px solid rgba(8, 40, 35, 0.20);
}
.check_inp_r:checked ~ .radio_lab_r .checkbox_form_r{
    border-color: #216057;
}
.payment_chosen_type:has(.check_inp_r:checked){
    border-color: #216057;
}
.hidden_inffor_company{
    display: none;
    max-width: 534px;
    font-size: var(--sixteen);
    color: #216057;
    margin: 16px 0;
}
.register_form:has(.company_radio:checked) .hidden_inffor_company,
.register_section:has(.company_radio:checked) .hidden_inffor_company{
    display: block;
}
/* The per-person group-price note is hidden until JS confirms the selected
   course actually has a group price (price_group), otherwise the sentence would
   end without an amount. */
.hidden_inffor_company.hide_no_group{
    display: none !important;
}
.inps_for_individual{
    margin-top: 14px;
    flex-direction: column;
    align-items: start;
    gap: 12px;
}
.border_lab .inps_{
    padding-left: 40px;
}
.search_icon{
    position: absolute;
    left: 10px;
    top: 10px;
}
.register_form .radio_lab{
    margin: 5px 0;
    gap: 14px;
    align-items: center;
}
.other_reason{
    display: none;
}
.register_form:has(.other_inp:checked) .other_reason{
    display: flex;
}
.underline_{
    margin: 10px 0;
    border-bottom: 1px solid rgba(8, 40, 35, 0.20);
}
.for_mail .choose_radio {
    max-width: 534px;
    color: #216057;
}
.inps_for_company{
    gap: 12px;
    display: none;
    flex-direction: column;
    align-items: start;   
}
.register_section:has(.company_radio:checked) .inps_for_company,
.register_section:has(.individual_radio:checked) .inps_for_individual{
    display: flex;
}
.register_section:has(.company_radio:checked) .inps_for_individual,
.register_section:has(.individual_radio:checked) .inps_for_company{
    display: none; 
}
.inps_for_company .thirty_title{
    font-size: var(--forteen);
}
.member_num_del{
    margin: 10px 0;
}
.delete_member{
    cursor: pointer;
    padding: 12px 20px;
    background-color: #04493F;
    border-radius: 90px;
    color: var(--white);
    font-size: var(--twelve);
}
.add_member{
    margin: 10px 0;
    gap: 10px;
    padding: 20px 30px;
    cursor: pointer;
    border-radius: 90px;
    background-color: #04493F;
    font-size: var(--sixteen);
    color: var(--white);
}
.delete_member:hover, .add_member:hover{
    background-color: var(--brandGreen);
}
.added_member_blck{
    gap: 12px;
    flex-direction: column;
}
.total_block{
    gap: 12px;   
    max-width: 638px;
    width: 50%;
    padding: 20px;
    align-items: start;
    border-radius: 20px;
    background: #F5FAF9;
    flex-direction: column;
}
.total_block [data-uba-parts] {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}
.total_block [data-uba-parts] .radio_lab {
    width: 100%;
    align-items: center;
    gap: 14px;
}
.total_block [data-uba-parts] .choose_radio {
    max-width: none;
    flex: 1;
}
.lesson_mini_sp{
    text-transform: uppercase;
    color: var(--greyFont);
    font-size: var(--twelve);
}
.total_block .second_title{
    font-size: var(--twofour);
}
.static_price, .old_price, .sale_price{
    font-size: var(--sixteen);
}
.totals_mini_sp{
    font-size: var(--twelve);
    color: var(--greyFont);
    text-transform: uppercase;
}
.pricec_blck{
    gap: 20px;
}
.price_blck{
    flex-direction: row;
    margin: 0;
}
.old_price{
    text-decoration: line-through;
}
.sale_price{
    color: #E40613;
}
/* end register */

/* ===== Contact: Leaflet map + animated green marker ===== */
#map .leaflet-control-attribution{
    font-size: 10px;
    background: rgba(255,255,255,.7);
}
.map_block .contacts_onmap_blck{
    z-index: 1000;
}
.uba_map_marker{
    background: transparent;
    border: 0;
}
.uba_map_marker .uba_pin_svg{
    position: relative;
    display: block;
    z-index: 2;
    filter: drop-shadow(0 6px 6px rgba(8,40,35,.30));
    transform-origin: 50% 100%;
    transition: transform .2s ease;
    animation: ubaPinDrop .45s cubic-bezier(.2,.8,.3,1.2);
}
.uba_map_marker:hover .uba_pin_svg{
    transform: scale(1.1);
}
/* Soft "ground" ring that pulses out from the pin tip. */
.uba_map_marker .uba_pin_pulse{
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-radius: 50%;
    background: rgba(4,73,63,.35);
    z-index: 1;
    animation: ubaMapPulse 2s ease-out infinite;
}
@keyframes ubaMapPulse{
    0%   { transform: scale(.6); opacity: .7; }
    70%  { transform: scale(3);  opacity: 0;  }
    100% { transform: scale(3);  opacity: 0;  }
}
@keyframes ubaPinDrop{
    0%   { transform: translateY(-10px) scale(.85); opacity: 0; }
    100% { transform: translateY(0) scale(1);        opacity: 1; }
}

/* ===== Contact: required-field errors ===== */
.inps_err_blck .error_message,
.accept_err{
    display: block;
    color: #E40613;
    font-size: var(--twelve, 12px);
    margin-top: 4px;
    min-height: 14px;
}
.inps_.inp_error{
    border-color: #E40613 !important;
}

/* ===== Contact: success popup ===== */
.uba_success_popup{
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.uba_success_popup.is_open{
    display: flex;
}
.uba_success_overlay{
    position: absolute;
    inset: 0;
    background: rgba(8,40,35,.55);
    backdrop-filter: blur(2px);
}
.uba_success_card{
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 24px;
    max-width: 420px;
    width: 100%;
    padding: 40px 32px 32px;
    text-align: center;
    box-shadow: 0 24px 60px rgba(8,40,35,.25);
    animation: ubaPopIn .28s ease;
}
@keyframes ubaPopIn{
    from { transform: translateY(14px) scale(.97); opacity: 0; }
    to   { transform: translateY(0) scale(1);      opacity: 1; }
}
.uba_success_icon{
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #04493F;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 8px rgba(4,73,63,.12);
}
.uba_success_title{
    font-size: 22px;
    color: #082823;
    margin: 0 0 10px;
}
.uba_success_text{
    color: #3d5a52;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 22px;
}
.uba_success_btn{
    background: #04493F;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 12px 34px;
    font-size: 15px;
    cursor: pointer;
    transition: background .2s ease;
}
.uba_success_btn:hover{
    background: #082823;
}
.uba_success_x{
    position: absolute;
    top: 14px;
    right: 18px;
    background: transparent;
    border: 0;
    font-size: 26px;
    line-height: 1;
    color: #9bb3ac;
    cursor: pointer;
}
.uba_success_x:hover{
    color: #082823;
}

/* ===== Legal pages (privacy / terms) ===== */
.legal_content{
    max-width: 980px;
    margin: 0 auto;
    line-height: 1.75;
}
.legal_content h2,
.legal_content h3,
.legal_content h4{
    color: var(--brandGreen, #04493F);
    margin: 28px 0 12px;
    line-height: 1.25;
}
.legal_content h2{ font-size: 24px; }
.legal_content h3{ font-size: 20px; }
.legal_content h4{ font-size: 17px; }
.legal_content p{ margin: 0 0 14px; }
.legal_content ul,
.legal_content ol{
    margin: 0 0 16px;
    padding-left: 22px;
}
.legal_content li{ margin: 0 0 8px; }
.legal_content a{
    color: #04493F;
    text-decoration: underline;
}
.legal_content strong,
.legal_content b{ color: #082823; }

/* === Skeleton loaders (prevent flash of placeholder content) === */
@keyframes uba-shimmer {
    100% { transform: translateX(100%); }
}
.uba-skel {
    position: relative;
    overflow: hidden;
    background: #e4efed;
    border-radius: 12px;
}
.uba-skel::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.55) 50%, rgba(255,255,255,0) 100%);
    animation: uba-shimmer 1.4s infinite;
}
.skel_news_item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: none;
}
.skel_news_item .news_img {
    display: block;
}
.skel_line {
    height: 16px;
    border-radius: 6px;
}
.skel_line.w90 { width: 90%; }
.skel_line.w60 { width: 60%; }
.skel_pill {
    height: 34px;
    width: 120px;
    border-radius: 20px;
}
.skel_bank_item {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    pointer-events: none;
}
.skel_bank_item .skel_bank_img {
    width: 70%;
    border-radius: 8px;
}
.skel_course_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    pointer-events: none;
}
.skel_course_item .skel_line {
    height: 20px;
}
.uba-empty-state {
    grid-column: 1 / -1;
    width: 100%;
    padding: 40px 20px;
    text-align: center;
    font-size: var(--eighteen);
    color: #082823;
    opacity: 0.6;
}


.abouts_inf_blck{
    margin: 0 0 65px 0;
}
.abouts_inf_blck .arb_img{
    height: 562px;
}
.white_video_history_blck{
    gap: 30px;
    padding: 80px;
    margin-top: 110px;
    border-radius: 50px;
    flex-direction: column;
    background-color: var(--white);
}
.video_block{
    max-width: 1262px;
    height: 690px;
    border-radius: 30px;
    overflow: hidden;
}
.video_block iframe{
    width: 100%;
    height: 100%;
}






 