/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*.header_burger_menu_wrapper:hover img,*/
/*.heder_search_wrapper:hover img {*/
/*    -webkit-filter: invert(86%) sepia(25%) saturate(5373%) hue-rotate(353deg) brightness(106%) contrast(98%);*/
/*    filter: invert(86%) sepia(25%) saturate(5373%) hue-rotate(353deg) brightness(106%) contrast(98%);*/
/*}*/

.preview_container {
    /* background-color: var(--main_color); */
    background: url("../img/avi_lines.svg") left bottom no-repeat, url("../img/kaz_flag.png") right bottom no-repeat, var(--main_color);
    background-size: contain;
    padding: 90px 145px 80px 145px;
    border-radius: 263px 0px 0px 0px;
    margin: auto;
}

.preview_container_elements_wrapper {
    margin: auto;
    max-width: 1440px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}

.preview_container_texts_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    max-width: 860px;
}

.preview_container_title {
    font-size: 48px;
    line-height: 59px;
    text-transform: uppercase;
    color: #ffffff;
}

.preview_container_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0px 0px 20px rgb(4 4 4 / 40%);
}

.preview_container_button {
    padding: 25px 27px;
}

.main_container {
    margin: auto;
    max-width: 1500px;
    padding: 60px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 80px;
}

.main_container_image {
    margin: auto;
    max-width: 1500px;
    width: 100%;
    height: 373px;
}

.news_container_title {
    margin-bottom: 0!important;
}


/*------Activity container------*/

.main_container_title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 32px;
}

.activity_container_cards_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.number_card_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

.number_card {
    border: 1px solid var(--main_color);
    border-radius: 10px;
    padding: 40px 0 40px 11px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 10px;
    position: relative;
    cursor: pointer;
}

.yellow_border {
    border-radius: 10px;
    border: 1px solid var(--yellow);
    position: absolute;
    top: 10px;
    left: 11px;
    width: 100%;
    height: 100%;
}

.number_card_name {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.number_card_number {
    font-weight: 800;
    font-size: 48px;
    line-height: 59px;
    color: var(--main_color);
    padding-bottom: 5px;
    border-bottom: 4px solid var(--yellow);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
}

.breadcrums {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    /*margin: 20px auto 10px auto;*/
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/

    padding: 16px;
    background-color: #DFEBFF;
}

.breadcrums-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.breadcrum-link {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: var(--primary-600-base);
    cursor: pointer;
}

.breadcrums .active {
    color: #7A7A9D;
}

.page-header {
    margin-top: 20px !important;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.page-text-wrapper {
    width: 100%;
    max-width: 1500px;
    padding: 0 30px;
    margin: 0 auto 90px;
}

.page-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    /* identical to box height */
    color: #ffffff;
    max-width: 1500px;
    margin: 0 auto;
}

.main_container_1fr_3fr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 3fr;
    grid-template-columns: 1fr 3fr;
    grid-gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.main_container_menu {
    background: #ffffff;
    /*-webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);*/
    /*box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);*/
    -webkit-box-shadow: 0px 16px 72px rgba(34, 39, 47, 0.05);
    box-shadow: 4px 16px 72px rgba(34, 39, 47, 0.1);
    border-radius: 12px;
    padding: 24px;
    /*border-left: 9px solid var(--yellow);*/
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 40px;
    display: -ms-grid;
    display: grid;
    /*grid-gap: 20px;*/
    overflow: hidden;
}

.main_container_menu a {
    line-height: 20px;
    padding: 0 0 0 28px;
    border-radius: 12px;
    color: #7A7A9D;
    text-decoration: none;
}

.main_container_menu_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main_container_menu_item:first-child {
    margin-top: -12px;
    margin-bottom: 4px;
}

.main_container_menu_item:last-child {
    margin-bottom: -12px;
}

.main_container_menu .active:first-child {
    margin-top: 0;
}

.main_container_menu a:hover,
.main_container_menu .active {
    color: var(--main_color);
    text-decoration: none;
}

.main_container_menu .active {
    font-size: 16px;
    font-weight: 600;
}

.main_container_menu a:hover {
    text-decoration: underline;
}

.main_container_menu_sub {
    background: var(--main_color);
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 45px 40px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: #ffffff;
    position: sticky;
    top: 1205px;
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
}

.main_container_menu_sub .active {
    color: var(--yellow);
}

.main_container_content {
    display: -ms-grid;
    display: grid;
    grid-gap: 32px;
    max-width: 1057.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #0d1323;
}


/* news_container */


/* news_container */


/* news_container */

.news_container {
    max-width: 1440px;
    margin: auto;
    width: 100%;
}

.news_container_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 32px;
}

.news_container_slider {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 57px 67px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid var(--main_color);
    border-radius: 8px;
    overflow: hidden;
}

.slider {
    max-width: calc(100vw - 60px);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    scroll-behavior: smooth;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 50px;
}

.news_card_wrapper {
    display: -ms-grid;
    display: grid;
    cursor: pointer;
}

.news_card_wrapper:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news_card_wrapper:hover .news_title {
    color: var(--main_color);
}

.img_container {
    overflow: hidden;
    height: 259px;
    width: 418px;
    max-width: 418px;
    min-width: 350px;
    border-radius: 8px;
}

.news_img {
    height: 136px;
    width: 418px;
    max-width: 100%;
    min-width: 136px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.news_date {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #d7d7d7;
    margin-top: 15px;
}

.news_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    margin-top: 10px;
}

.slider_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    margin-top: 40px;
}

.slider_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 22px;
}

.slider_buttons button {
    border: none;
    background: none;
    padding: 5px;
    cursor: pointer;
    color: var(--yellow);
}

.slider_buttons button i {
    font-size: 16px;
}

.slider_buttons button:disabled {
    color: var(--light_gray);
}

.slider_line_indicator {
    width: 100%;
}

.indicator-tray {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1px;
    width: 100%;
    background-color: var(--yellow);
    margin: 20px auto;
    overflow: hidden;
}

.indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    /* width: 80px; */
    background-color: var(--main_color);
}

.white {
    color: #ffffff;
}

.brown {
    color: #352a03;
}

.yellow {
    color: #fdc50c;
}

.green {
    color: #10afca;
}

.bg-yellow {
    background: #fdc50c;
}

.bg-green {
    background: #10afca;
}


/* new style */

.home-banner {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-banner_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.home-banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner_content {
    max-width: 1500px;
    padding: 60px 30px;
    width: 100%;
    margin: 0 auto;
}

.home-banner_title {
    font-family: Montserrat, sans-serif!important;
    font-size: 62px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 36px;
}

.home-banner_links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 1200px;
    width: 100%;
}

.home-banner_links a {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    color: #fff;
    background-color: rgba(156, 188, 246, 0.37);
    border-radius: 12px;
}

.home-banner_links--caption {
    color: #23447F;
    background-color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
}

.home-banner_links a:hover {
    color: #fff;
    opacity: .7;
    text-decoration: none;
}


.activity_link {
    display: flex;
    flex-direction: column;
    padding: 24px;
    -webkit-box-shadow: 0px 16px 72px rgba(34, 39, 47, 0.1);
    box-shadow: 0px 16px 72px rgba(34, 39, 47, 0.1);
    border-radius: 24px;
}

.activity_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 10px;
    background-color: var(--main_color);
    border-radius: 12px;
    margin-bottom: 20px;
}

.activity_action {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.activity_title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.5px;
}

.activity_more {
    width: fit-content;
    font-weight: 600;
    color: var(--main_color);
}

.activity_more:hover {
    text-decoration: none;
}

.activity_text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.activity_desc {
    opacity: .5;
    letter-spacing: -.05px;
}

.news_block__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 32px;
}

.news_block {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

.news_block__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
    border-radius: 4px;
    overflow: hidden;
}

.news_block__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_block__text {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
}

.news_block__date {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: .3;
}

.news_block__link {
    font-size: 20px;
    font-weight: 600;
    color: currentColor;
}

.news_block__link:hover {
    text-decoration: none;
}

.main_container_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    font-size: 14px;
    color: currentColor;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 12px;
}

.main_container_more:hover {
    text-decoration: none;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: var(--line-color);
}

.info-pass_block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 252px;
}

.info-pass_block__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.info-pass_block__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.info-pass_block__text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -.5px;
}

.main_container_1fr_3fr_1fr {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.main_container .content_title {
    font-weight: 600;
    font-size: 48px;
    line-height: normal;
}

.online-forms-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.online-forms-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 24px 32px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1px;
    color: #fff;
    background-color: var(--main_color);
    border-radius: 16px;
}

.online-forms-item:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7;
}

.online-forms-item__icon {
    width: 28px;
    height: 28px;
    margin-left: auto;
}

/* new style */

@media screen and (max-width: 1280px) {
    .online-forms-list {
        grid-template-columns: 1fr;
    }
}


@media screen and (max-width: 1074px) {
    .preview_container {
        /* background-color: var(--main_color); */
        background: url("../img/avi_lines.svg") left bottom no-repeat, var(--main_color);
    }
    .number_card_wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

    .main_container_1fr_3fr_1fr {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 1024px) {
    .preview_container {
        background: url("../img/avi_lines.svg") left bottom no-repeat, var(--main_color);
        padding: 124px 30px 70px;
        border-radius: 163px 0px 0px 0px;
    }
    .preview_container_title {
        font-size: 24px;
        line-height: 29px;
    }
    .news_container_slider {
        padding: 57px 45px;
    }
    .main_container_1fr_3fr {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .main_container_menu {
        position: unset;
    }
    .main_container_menu_sub {
        position: unset;
    }
    .page-header {
        height: 253px;
    }
    .page-text-wrapper {
        margin: 0 auto 43px;
    }
    .page-text {
        font-size: 32px;
        line-height: 39px;
    }
    .main_container_image {
        height: 253px;
    }
    .home-banner {
        height: 500px;
    }
    .home-banner_title {
        font-size: 32px;
        margin-bottom: 24px;
    }
    .activity_container_cards_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .news_block__list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .news_block__image {
        height: 140px;
    }
    .news_block {
        grid-gap: 12px;
    }
    .news_block__link {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .activity_container_cards_wrapper {
        -ms-grid-columns: 1fr !important; 
        grid-template-columns: 1fr !important;
    }
    .news_container_header {
        margin-bottom: 30px;
    }
    .main_container_title {
        font-size: 24px;
    }
    .home-banner {
        height: auto;
    }
    .home-banner_links--caption {
        padding: 8px 16px;
    }
    .home-banner_links a {
        padding: 8px 16px;
    }
    .online-forms-list {
        grid-gap: 12px;
    }
    .online-forms-item {
        font-size: 14px;
        padding: 18px 20px;
    }
    .online-forms-item svg {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 540px) {
   .online-forms-item {
       flex-direction: column;
       justify-content: center;
       text-align: center;
       gap: 8px;
   }
    .online-forms-item svg {
       margin-left: 0;
    }
}

@media screen and (max-width: 420px) {
    html,
    body {
        overflow-x: hidden;
    }
    .preview_container {
        padding: 40px 15px 30px;
        border-radius: 60px 0px 0px 0px;
    }
    .preview_container_title {
        font-size: 20px;
        line-height: 1.2;
    }
    .preview_container_text {
        font-size: 16px;
        line-height: 1.2;
    }
    .preview_container_texts_wrapper {
        gap: 10px;
    }
    .preview_container_elements_wrapper {
        gap: 20px;
    }
    .preview_container_button {
        padding: 15px 20px;
        font-size: 16px;
    }
    .main_container {
        padding: 30px 15px;
        gap: 30px;
    }
    .news_container_slider {
        padding: 20px;
    }
    .img_container {
        width: 100%;
        min-width: 100%;
    }
    .news_title {
        font-size: 14px;
        line-height: 1.4;
    }
    .number_card_wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .page-header {
        background-size: cover;
        height: 150px;
    }
    .main_container .content_title {
        font-size: 20px;
        line-height: 1.4;
    }
    .main_container_content {
        grid-gap: 15px;
    }
    .main_container_menu {
        padding: 30px 15px;
    }
    .main_container_menu a {
        font-size: 14px;
    }
    .main_container_image {
        height: auto;
    }
    .breadcrums {
        padding: 15px;
        gap: 5px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .breadcrums-content {
        padding: 0;
    }
    .breadcrum-link {
        font-size: 12px;
        line-height: 1.2;
    }
    .page-text {
        font-size: 18px;
        line-height: 1.3;
    }
    .page-text-wrapper {
        margin: 0 auto 20px;
        padding: 0 15px;
    }
    .main_container_content {
        max-width: 100%;
        width: calc(100vw - 30px);
    }
    div#inter__map {
        height: 300px !important;
    }
    .home-banner_content {
        padding: 60px 15px
    }
    .home-banner_title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .news_block__list {
        grid-template-columns: 1fr;
    }
    .main_container_title {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .main_container_more {
        font-size: 12px;
        padding: 4px 12px;
    }
    .news_container_header {
        margin-bottom: 16px;
    }
}

a.lg-links.image_card_link.black {
    font-size: 14px !important;
    line-height: 1;
}

.lg-title.image_card_text.hide_hover {
    font-size: 22px;
}
@media(max-width:500px){
    .lg-title.image_card_text.hide_hover{
        font-size: 18px;
    }
    .col-on-mobile{
        flex-direction: column;
    }
}