/** =============== section_main_baner =================**/
/** =============== section_main_baner =================**/
.section_main_baner {
    padding-top: 60px;
}

@media screen and (min-width: 768px) {
    .section_main_baner {
        padding-top: 132px;
    }
}@media screen and (min-width: 1440px) {
    .section_main_baner {
        /*padding-top: 165px;*/
    }
}



.section_main_baner{
    width: 100%;
    background-color: rgba(18, 22, 30, 1);

}
.block_teem_one {
    width: 100%;
    background-color: rgba(18, 22, 30, 1);

}


.container_main_baner{
    position: relative;
    /*max-width: 400px;*/
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 24px;

}


.swiper_main_banner{
    position: relative;
    width: 100%;
    /*height: 400px;*/
    border-radius: 12px;
    overflow: hidden;
}


.swiper-slide{
    overflow: hidden;
    position: relative;
}


.slide_photo_main_banner{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    user-select: none;
    /*max-height: calc(100dvh - 380px)*/
}

.box_title_btn_main_banner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 200px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    gap: 12px;
}





.title_slide_main_banner{
    font-family: var(--font-family-minor);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.01;
    color: var(--color-text-white);
    text-align: left;
    user-select: none;
    margin: 0;
}



.btn_slide_main_banner{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    font-family: var(--font-family-main);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.42;
    color: var(--color-text-white);
    background-color: rgba(235, 28, 36, 1);
    border-radius: 12px;
    user-select: none;
    transition: all var(--transition-time-all);
}

.btn_slide_main_banner:hover {
    color: var(--color-text-white);
    background-color: rgba(82, 98, 120, 1);
}

.icon_slide_btn_main_banner{
    width: 23px;
    height: 20px;
    display: block;
}

.swiper_pagination_main_banner{
    /*max-width: 400px;*/
    height: 100%;
    position: static !important;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: 1fr 1fr;

}


.swiper_pagination_main_banner .swiper-pagination-bullet {
    padding: 18px;
    width: 100%;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 17px;
    border-radius: 12px;
    background-color: rgba(30, 36, 46, 1);
    opacity: 1;
    transition: all var(--transition-time-all);
    margin: 0 !important;

}

.swiper_pagination_main_banner .swiper-pagination-bullet-active{
    background-color: rgba(41, 44, 81, 1);
}



.text_pagination_main_banner{
    font-family: var(--font-family-minor);
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    opacity: 0.6;
}

.swiper_pagination_main_banner .swiper-pagination-bullet-active .text_pagination_main_banner{
    text-decoration: underline;
    text-underline-offset: 3px;
    opacity: 1;
}

.icon_pagination_main_banner{
    width: 122px;
    height: 76px;
    opacity: 1;
}





@media screen and (min-width: 768px) {


    /*.container_main_baner{*/
    /*    display: grid;*/
    /*    !*height: 80vh;*!*/
    /*    max-height: 1000px;*/
    /*    grid-template-rows: 1fr 1fr;*/
    /*    max-width: none;*/
    /*    padding-left: 20px;*/
    /*    padding-right: 20px;*/
    /*    gap: 0;*/
    /*}*/


    .swiper_main_banner{
        height: 100%;
        max-height: 494px;
    }

    .box_title_btn_main_banner{
        width: 280px;
        transform: translateY(0);

        bottom: 40px;
        left: 40px;
        gap: 24px;
    }


    .title_slide_main_banner{
        font-size: 42px;
    }

    .btn_slide_main_banner{
        padding: 16px 20px;
        font-size: 14px;
    }



    .swiper_pagination_main_banner{
        max-width: none;
        width: 100%;
        gap: 16px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);

    }


    .swiper_pagination_main_banner .swiper-pagination-bullet {
        padding: 18px;
        /*width: 230px;*/
        height: 191px;
        border-radius: 24px;
    }


    .icon_pagination_main_banner{
        width: 154px;
        height: 96px;
    }


}


@media screen and (min-height: 800px) and (min-width: 1280px) {
    .container_main_baner {
        height: 80vh;
    }
}

@media screen and (min-height: 700px) {
    .container_main_baner {
        /*height: fit-content;*/
        display: flex;
    }
}


@media screen and (min-height: 1070px) {
    .container_main_baner {
        height: fit-content;
        display: flex;
    }
}

@media screen and (min-width: 1280px) {


    .container_main_baner{
        max-width: 1320px;
        width: 100%;
        gap: 0;
        padding-left: 60px;
        padding-right: 60px;
        /*height: 100%;*/
        max-height: calc(100svh - 110px);
        margin-top: -10px;
    }


    .swiper_main_banner{
        max-height: 636px;
        height: 100%;
    }

    .box_title_btn_main_banner{
        top: auto;
        transform: translateY(0);
        left: 40px;
        gap: 34px;
        bottom: 40px;
    }

    .title_slide_main_banner{
        font-size: 52px;
    }



    .swiper_pagination_main_banner{
        max-width: none;
        width: 100%;
        height: fit-content;
        gap: 0;
        justify-content: space-between;
    }


    .swiper_pagination_main_banner .swiper-pagination-bullet {
        width: 100%;
        padding: 10px;
    }

    .swiper_pagination_main_banner {
        padding-top: 10px;
    }


    .swiper_pagination_main_banner{
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap:14px;
    }

    .text_pagination_main_banner {
        height: 18px;
        font-size: 14px;
    }

    /*.swiper-pagination-bullet:nth-child(4) .text_pagination_main_banner{*/
    /*    font-size: 14px;*/

    /*}*/


}

@media screen and (min-width: 1320px) {
    .text_pagination_main_banner{
        font-size: 14px;
    }

}





/** =============== /section_main_baner =================**/

/** ============== section_top_home_page ============== **/

.section_top_home_page{
    width: 100%;
    background-color: var(--background-color-sections-home-page);
}



.container_info_home_page{
    justify-content: center;
    width: 100%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    display: flex;
    gap: 16px;
    padding: 16px 10px;
    background-color: var(--background-color-container-info-home-page);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}


.box_info_item{
    width: 100%;
    /*max-width: 102px;*/
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.number_info_item{
    font-family: var(--font-family-main);
    font-size: 22px;
    font-weight: 300;
    line-height: 1.63;
    color: var(--color-text-white);
    opacity: 0.4;
}


.text_item_info{
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: var(--color-text-white);
}


.container_about_us_home_page{
    padding: 40px 10px 80px 10px;
}




.box_video_wrapper_home_page{
    position: relative;
    width: 100%;
}

.video_container_main_page{
    position: relative;
    width: 100%;
    /*height: 218px;*/
    border-radius: 12px;
    background-color: #eeeeee;
    overflow: hidden;
    transition: all var(--transition-time-all);
    margin-bottom: 20px;
}

.photo_preview_video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: all var(--transition-time-all);
}

.photo_preview_video.video_included{
    opacity: 0;
    height: 0;
}



.video_container_main_page::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    content: '';
    width: 62px;
    height: 62px;
    background-size: 100% 100%;
    background-repeat: repeat;
    opacity: 0.5;
    background-image: url("../img/icons/icon_play_video.svg");
    transition: all var(--transition-time-all);
}

.video_container_main_page:hover{
    cursor: pointer;
}

.video_container_main_page:hover.video_container_main_page::before{
    opacity: 1;
}

.video_included.video_container_main_page::before{
    opacity: 0;
    z-index: -1;
}

.video_main_page{
    overflow: hidden;
    border-right: 12px;
    width: 100%;
    height: 100%;
}


.box_logo_on_video_main_page{
    position: absolute;

    bottom: 20px;
    right: 15px;
    user-select: none;
    pointer-events: none;
}

.box_logo_on_video_main_page a img{
    width: 82px;
    height: 30px;
}


.box_title_text_about_us_home_page{
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.box_title_question_about_us_home_page{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.question_about_us_home_page{
    padding-left: 18px;
    font-family: var(--font-family-minor);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(225, 255, 255, 0.6);
    position: relative;
}

.question_about_us_home_page::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-color: rgba(235, 28, 36, 1);
    opacity: 1;
}

.title_about_us_home_page{
    font-family: var(--font-family-minor);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--color-text-white);
}


.box_text_about_us_home_page{
    display: flex;
    flex-direction: column;

}

.text_about_us_home_page{
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 300;
    line-height:1.31;
    color: var(--color-text-white);
    opacity: 0.6;
}



.container_service_home_page{
    justify-content: space-between;
    padding: 0 10px 40px 10px;
    display: flex;
    flex-direction: column;

}
.box_title_service_home_page{
    display: flex;
    flex-direction: column;
    gap: 12px;

}

.upper_title_service_home_page{
    padding-left: 18px;
    font-family: var(--font-family-minor);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(225, 255, 255, 0.6);
    position: relative;
}

.upper_title_service_home_page::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-color: rgba(235, 28, 36, 1);
    opacity: 1;
}

.title_service_home_page{
    font-family: var(--font-family-minor);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--color-text-white);
}

.text_under_title_service_home_page{
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.31;
    color: var(--color-text-white);
    opacity: 0.6;
    margin-top: 16px;
    margin-bottom: 26px;
}

.list_services_home_page{
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 26px;
    margin-bottom: 26px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;

}

.item_services_home_page{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;

}


.item_number_services_home_page{
    font-family:var(--font-family-main);
    font-size: 32px;
    font-weight: 400;
    line-height: 1.56;
    color: rgba(82, 98, 120, 1);
}

.item_box_title_text_services_home_page{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.item_title_services_home_page{
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    color: var(--color-text-white);
}

.item_text_services_home_page{
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.38;
    color: var(--color-text-white);
    opacity: 0.6;
}


.btn_services_home_page{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42;
    color: var(--color-text-white);
    width: 100%;
    height: 40px;
    background-color: rgba(235, 28, 36, 1);
    border-radius: 12px;
    transition: all var(--transition-time-all);
}

.btn_services_home_page:hover {
    background-color: rgba(82, 98, 120, 1);
}

.item_services_decoration_line_home_page{
    display: none;
}

.btn_services_home_page_desktop{
    display: none;
}


.container_info_home_page_update {
    padding-top: 69px;
    padding-left: 10px;
    padding-right: 10px;
}


@media screen and (min-width: 768px) {


    .container_info_about_us_services_home_page{
        max-width: none;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;

        margin-left: auto;
        margin-right: auto;

    }

    .container_info_home_page{
        gap: 47px;
        padding: 31px 20px;
    }



    .box_info_item{
        max-width: none;
        width: 100%;
        justify-content: space-between;
        height: 146px;
        align-items: center;
        gap: 0;
    }

    .number_info_item{
        font-size: 42px;
    }


    .text_item_info{
        text-align: center;
        font-size: 20px;
    }


    .video_container_main_page{
        height: 430px;
        margin-bottom: 40px;
    }


    .video_container_main_page::before{
        width: 147px;
        height: 147px;
    }

    .box_logo_on_video_main_page{
        bottom: 40px;
        right: 40px;
    }

    .box_logo_on_video_main_page a img{
        width: 159px;
        height: 57px;
    }


    .container_about_us_home_page{
        padding: 60px 0 60px 0;
    }


    .title_about_us_home_page{
        font-size: 42px;
    }


    .container_service_home_page{
        padding: 0 0 40px 0;
        align-items: center;
    }
    .box_title_service_home_page{
        width: 100%;
        align-items: center;
    }



    .upper_title_service_home_page{
        text-align: center;
    }

    .title_service_home_page{
        text-align: center;
        font-size: 36px;
    }

    .text_under_title_service_home_page{
        text-align: center;
        margin-bottom: 40px;
    }

    .list_services_home_page{
        width: 100%;
        column-gap: 60px;
        row-gap: 80px;
        margin-bottom: 40px;
    }

    .item_services_home_page{
        width: 100%;
        gap: 10px;
    }

    .item_services_decoration_line_home_page{
        display: block;
        height: 2px;
        width: 100%;
        background-color: rgba(82, 98, 120, 0.5);
    }

    .item_number_services_home_page{
        font-size: 56px;
        padding: 10px;

    }


    .item_title_services_home_page{
        font-size: 18px;
    }



    .btn_services_home_page{
        width: 187px;
        height: 52px;
    }

    .container_info_home_page_update {
        padding-left: 20px;
        padding-right: 20px;
    }

    .slide_photo_main_banner {
        max-height: calc(100dvh - 380px)
    }


}




/** ============== desktop ============== **/
@media screen and (min-width: 1280px) {


    .container_info_about_us_services_home_page{
        max-width: 1320px;
        padding-top: 32px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 60px;
        padding-right: 60px;
        box-sizing: border-box;
    }

    .container_info_home_page{
        gap: 128px;
        padding: 52px 120px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1320px;
        width: 100%;
    }

    .container_info_home_page_update {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 32px;
    }


    .box_info_item{
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        height: auto;
        gap: 20px;
    }

    .number_info_item{
        font-size: 42px;
    }


    .text_item_info{
        text-wrap: nowrap;
    }


    .video_container_main_page{
        /*width: 780px;*/
        margin-bottom: 0;
    }

    .container_about_us_home_page{
        padding: 67px 0px 179px ;
        display: flex;
        align-items: center;
        gap: 59px;
        display: grid;
        grid-template-columns: 1.25fr 0.75fr;
    }


    .container_service_home_page{
        padding: 0 0 100px;
        flex-direction: row;
        align-items: flex-start;
    }
    .box_title_service_home_page{
        top: 145px;
        position: sticky;
        width: 451px;
        align-items: flex-start;
    }

    .upper_title_service_home_page{
        text-align: left;
    }

    .title_service_home_page{
        text-align: left;
    }

    .text_under_title_service_home_page{
        text-align: left;
        margin-bottom: 16px;
    }

    .btn_services_home_page_desktop {
        width: 187px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        font-family: var(--font-family-main);
        font-size: 14px;
        font-weight: 600;
        line-height: 1.42;
        color: var(--color-text-white);
        background-color: rgba(235, 28, 36, 1);
        border-radius: 12px;
        transition: all var(--transition-time-all);
    }

    .btn_services_home_page_desktop:hover{
        background-color: rgba(82, 98, 120, 1);
    }

    .btn_services_home_page{
        display: none;
    }
    .list_services_home_page{
        width: 760px;
        margin-bottom: 0;
    }

    .item_services_home_page{
        width: 350px;
    }

    .link_item_category_desktop_with_icon{
        width: 325px;
    }

    .slide_photo_main_banner{
        max-height: calc(100dvh - 320px);
    }




}


@media screen and (min-width: 1280px) {
    .icon_pagination_main_banner {
        height: 74px;
    }
    .swiper_pagination_main_banner .swiper-pagination-bullet {
        height: 124px;
        /*height: fit-content;*/
        gap: 6px;
        justify-content: flex-start;
    }

    .swiper-pagination-horizontal {
        padding-bottom: 0;
    }

}

@media screen and (min-width: 1320px) {
    /*.swiper_pagination_main_banner .swiper-pagination-bullet {*/
    /*    height: 164px;*/
    /*    gap: 17px*/
    /*}*/
}
@media screen and (min-width: 1280px) and (min-height: 930px){
    .icon_pagination_main_banner {
        height: 96px;
    }
    .swiper_pagination_main_banner .swiper-pagination-bullet{
        height: 145px;
    }

}




/** ============== /section_top_home_page ============== **/


/** ================== section_strengths ================== **/


.section_strengths{
    width: 100%;
    background-color: rgba(20, 25, 33, 1);
}


.container_strengths{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    /*max-width: 400px;*/
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 60px;
}


.box_title_question_strengths_home_page{
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.question_strengths_home_page{
    padding-left: 18px;
    font-family: var(--font-family-minor);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(225, 255, 255, 0.6);
    position: relative;
}

.question_strengths_home_page::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-color: rgba(235, 28, 36, 1);
    opacity: 1;
}


.title_strengths_home_page{
    font-family: var(--font-family-minor);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--color-text-white);
}


.list_strengths_home_page{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 44px;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.item_strengths_home_page{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.box_item_icon_strengths_home_page{
    width: 42px;
    height: 42px;
    padding: 6.36px;
    border-radius: 12px;
    background-color: rgba(12, 12, 12, 1);
}

.item_icon_strengths_home_page{
    width: 29.27px;
    height: 29.27px;
    display: block;
}


.box_item_title_text_strengths_home_page{
    display: flex;
    flex-direction: column;
    gap: 2px;

}

.box_item_title_text_strengths_home_page h3{
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    color: var(--color-text-white);
}


.box_item_title_text_strengths_home_page p{
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.21;
    color: var(--color-text-white);

}

@media screen and (min-width:768px) {
    .container_strengths{
        gap: 60px;
        max-width: none;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .box_title_question_strengths_home_page{
        align-items: center;
    }

    .title_strengths_home_page{
        font-size: 42px;
    }


    .list_strengths_home_page{
        column-gap: 134px;
        row-gap: 86px;
        display: grid;
        width: fit-content;
        justify-content: center;
        grid-template-columns: 1fr 1fr;

    }


    .item_strengths_home_page{
        width: 285px;
        gap: 16px;
    }


    .box_item_icon_strengths_home_page{
        width: 66px;
        height: 66px;
        padding: 10px;
    }

    .item_icon_strengths_home_page{
        width: 46px;
        height: 46px;
        display: block;
    }


    .box_item_title_text_strengths_home_page{
        gap: 6px;
    }

    .box_item_title_text_strengths_home_page h3{
        font-size: 18px;
    }


    .box_item_title_text_strengths_home_page p{
        font-size: 15px;
    }
}

@media screen and (min-width: 1150px) {

    .list_strengths_home_page {
        column-gap: 25px;
        row-gap: 86px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;

    }
}

@media screen and (min-width: 1280px) {
    .container_strengths{
        gap: 60px;
        max-width: 1320px;
        padding-top: 60px;
        padding-bottom: 80px;
        padding-left: 0;
        padding-right: 0;
    }

    .box_title_question_strengths_home_page{
        align-items: center;
    }


    .list_strengths_home_page{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 60px;
        row-gap: 60px;
        padding-left: 60px;
        padding-right: 60px;

    }


    .item_strengths_home_page{
        width: 100%;
        gap: 16px;
    }

}

/** ================== /section_strengths ================== **/

/** ===================== section_partners =====================**/

.section_partners{
    padding-top: 80px;
    background-color: #FFFFFF;
}

.container_partners{
    /*max-width: 400px;*/
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.question_partners_home_page{
    padding-left: 18px;
    font-family: var(--font-family-minor);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(82, 98, 120, 1);
    position: relative;
    margin-bottom: 12px;
}


.question_partners_home_page::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-color: rgba(235, 28, 36, 1);
    opacity: 1;
}

.title_partners_home_page{
    font-family: var(--font-family-minor);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(20, 20, 20, 1);
    margin-bottom: 16px;
}

.text_partners_home_page{
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.31;
    color: rgba(20, 20, 20, 1);
}

.list_partners{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 16px;
    margin: 0;
    padding: 0;
}

.item_icon_partners{
    width: 145px;
    height: 43px;
    display: block;
    user-select: none;
    object-fit: contain;
}

.btn_partners_home_page{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42;
    color: rgba(255, 255, 255, 1);
    border-radius: 12px;
    background-color: rgba(235, 28, 36, 1);
    transition: all var(--transition-time-all);
}

.btn_partners_home_page:hover{
    background-color: rgba(82, 98, 120, 1);
}


@media screen and (min-width: 768px) {

    .container_partners{
        max-width: none;
        gap: 40px;
    }

    .box_title_partners{
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .title_partners_home_page{
        font-size: 42px;
    }

    .text_partners_home_page{
        width: 686px;
        text-align: center;
    }

    .item_icon_partners{
        width: 223px;
        height: 66px;

    }

    .btn_partners_home_page{
        width: fit-content;
        height: auto;
        padding: 16px 20px;
        gap: 10px;

    }

    .container_partners{
        align-items: center;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media screen and (min-width: 1280px) {

    .container_partners{
        width: 100%;
        max-width: 1320px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .list_partners{
        column-gap: 32px;
        row-gap: 32px;
    }

}

/** ===================== /section_partners =====================**/


/** ================== section_trust ================== **/

.section_trust{
    padding-top: 106px;
    padding-bottom: 80px;
    background-color: #FFFFFF;
}

.container_trust{
    display: flex;
    flex-direction: column;
    align-items: center;
    /*max-width: 400px;*/
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;

}


.box_title_question_trust{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.question_trust_home_page{
    padding-left: 18px;
    font-family: var(--font-family-minor);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(82, 98, 120, 1);
    position: relative;
}

.question_trust_home_page::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-color: rgba(235, 28, 36, 1);
    opacity: 1;
}

.title_trust_home_page{
    font-family: var(--font-family-minor);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(20, 20, 20, 1);
}


.container_list_trust_upper {
    overflow: hidden;
    width: 100%;
    height: 67px;
    position: relative;
    transition: all var(--transition-time-all);
    margin-bottom: 38px;
}


.scroll_content_list_trust_upper {
    display: flex;
    width: max-content;
    min-width: 100%;
    animation: scroll-right 120s linear infinite;
    -webkit-animation: scroll-right 120s linear infinite;
    transition: all var(--transition-time-all);
}


.scroll_item_trust_upper {
    width: 120px;
    height: 67px;
    margin-right: 30px;
    transition: all var(--transition-time-all);
    user-select: none;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% / 2));
    }
}

.container_list_trust_under{
    overflow: hidden;
    width: 100%;
    height: 67px;
    position: relative;
    transition: all var(--transition-time-all);
}


.scroll_content_list_trust_under{
    display: flex;
    width: max-content;
    min-width: 100%;
    animation: scroll-left 120s linear infinite;
    -webkit-animation: scroll-left 120s linear infinite;
    transition: all var(--transition-time-all);
}



.scroll_item_trust_under{
    width: 120px;
    height: 67px;
    margin-left: 30px;
    transition: all var(--transition-time-all);
    user-select: none;
}

.scroll_item_trust_under img {
    margin: 0 auto;
    height: 100%;
    object-fit: contain;
}

.scroll_item_trust_upper img {
    margin: 0 auto;
    object-fit: contain;
    width: 130px;
    height: 73px;
}

@keyframes scroll-right {
    0% {
        transform: translateX(calc(-100% / 2));
    }
    100% {
        transform: translateX(0);
    }
}

/** ================ TABLET ================ **/

@media screen and (min-width: 768px) {

    .section_trust{
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .container_trust{
        max-width: none;
        /*width: 744px;*/
    }



    .title_trust_home_page{
        font-size: 42px;
    }


    .container_list_trust_upper {
        height: 73px;
        margin-bottom: 50px;
    }



    .scroll_item_trust_upper {
        width: 130px;
        height: 73px;
        margin-right: 68px;
    }

    .container_list_trust_under{
        height: 73px;
    }

    .scroll_item_trust_under{
        width: 130px;
        height: 73px;
        margin-left: 68px;
    }
}

/** ================ /TABLET ================ **/
/** ================ DESKTOP ================ **/

@media screen and (min-width: 1440px) {

    .section_trust{
        padding-bottom: 120px;
    }

    .container_trust{
        width: 1440px;
    }
}

/** ================ /DESKTOP ================ **/

/** ================== /section_trust ================== **/

/** ================== section_news_home_page ================== **/

.section_news_home_page{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: rgba(242, 244, 246, 1);
}

.container_news_home_page{
    /*max-width: 400px;*/
    padding-left: 10px;
    padding-right: 10px;
    margin-right: auto;
    margin-left: auto;
}

.box_title_text_upper_news_home_page{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
}

.text_upper_news_home_page{
    padding-left: 18px;
    font-family: var(--font-family-minor);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(82, 98, 120, 1);
    position: relative;
}

.text_upper_news_home_page::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-color: rgba(235, 28, 36, 1);
    opacity: 1;
}

.title_news_home_page{
    font-family: var(--font-family-minor);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(20, 20, 20, 1);
    margin: 0;
}

.list_news_home_page  {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 24px;
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.btn_scroll_up_home_page{
    display: block;
    margin-left: auto;
    padding: 10px;
    outline: none;
    border: none;
    border-radius: 50%;
    background-color: rgba(235, 28, 36, 1);
    transition: all var(--transition-time-all);
}


.btn_scroll_up_home_page:hover{
background-color: rgba(41, 44, 81, 1);
}


@media screen and  (min-width: 768px){

    .section_news_home_page{
        padding-bottom: 40px;
    }

    .container_news_home_page{
        max-width: none;
        /*width: 704px;*/
        padding: 0 20px ;

    }

    .box_title_text_upper_news_home_page{
        margin-bottom: 28px;
    }


    .title_news_home_page{
        font-size: 42px;
    }

    .list_news_home_page  {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
        column-gap: 20px;
        row-gap: 34px;
        margin-bottom: 42px;
    }
}

@media screen and  (min-width: 1280px){

    .section_news_home_page{
        padding-bottom: 40px;
    }

    .container_news_home_page{
        max-width: 1320px;
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }

    .box_title_text_upper_news_home_page{
        margin-bottom: 28px;
        align-items: center;
    }


    .title_news_home_page{
        font-size: 42px;
    }

    .list_news_home_page  {
        column-gap: 24px;
        row-gap: 34px;
        margin-bottom: 120px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .news-post{
        width: 100%;
    }

    .title-read{
        width: 100%;
    }

    .title-name svg{
        right: 0;
    }

    .title-name h2{
        width: 85%;
    }

}



/** ================== /section_news_home_page ================== **/



/** =================== section_projects =================== **/

.section_projects{
    background-color: #FFFFFF;
    padding-top: 40px;
}

.container_projects{
    /*max-width: 400px;*/
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.box_title_text_upper_projects{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 42px;
}

.text_upper_projects{
    padding-left: 18px;
    font-family: var(--font-family-minor);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(82, 98, 120, 1);
    position: relative;
}

.text_upper_projects::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-color: rgba(235, 28, 36, 1);
    opacity: 1;
}

.title_upper_projects{
    font-family: var(--font-family-minor);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(20, 20, 20, 1);
}

.container_list_projects{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 42px;
}

.box_item_project{
    position: relative;
    min-height: 317px;
    max-height: 317px;
}

.box_item_project::after{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0.9) 91.32%);
    border-radius: 12px;
}

.box_item_project_for_desktop{
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.box_link_title_item_project{
    position: absolute;
    z-index: 9;
    bottom: 16px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.photo_item_project{
    width: 100%;
    min-height: 317px;
    max-height: 317px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}


.link_item_project{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 12px;
    border: 1px solid var(--white-600, rgba(255, 255, 255, 1));
    background-color: rgba(124, 124, 124, 0.4);
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42;
    color: var(--color-text-white);
    transition: all var(--transition-time-all);
    text-wrap: nowrap;

}


.link_item_project:hover{
    background-color: rgba(255, 255, 255, 1);
    color: rgba(12, 12, 12, 1);
}

.title_item_project{
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.68;
    color: var(--color-text-white);
    margin: 0;
}

.link_all_projects{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 12px;
    height: 40px;
    background-color: rgba(235, 28, 36, 1);
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42;
    color: var(--color-text-white);
    transition: all var(--transition-time-all);
}

.link_all_projects:hover {
    background-color: rgba(82, 98, 120, 1);
    color: var(--color-text-white);
}


@media screen and (min-width: 768px) {
    .section_projects{
        padding-top: 80px;
    }

    .container_projects{
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    .title_upper_projects{
        font-size: 42px;
    }


    .box_link_title_item_project{
        bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: space-between;
        gap:0;
    }


    .box_item_project{
        height: 500px;

        max-height: none;
    }

    .link_item_project{
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        height: 40px;
    }

    .title_item_project{
        font-size: 18px;
    }

    .link_all_projects{

        width: fit-content;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 16px;
        padding-bottom: 16px;
        gap: 10px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .photo_item_project{
        max-height: none;
        height: inherit;
    }

}


@media screen and (min-width: 1280px) {

    .container_projects{
        max-width: 1320px;
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }


    .container_list_projects{
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: 688px;
        gap: 20px;
    }


    .box_item_project_for_desktop .box_item_project {
        height: 334px;
    }


    .box_item_project{
        width: 100%;
    }

    .box_item_project_special{
        height: 100%;
    }

    .box_link_title_item_project{
        bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: space-between;
        gap:0;
    }


    .link_item_project{
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        height: 40px;
    }

    .title_item_project{
        font-size: 18px;
    }

    .link_all_projects{

        width: fit-content;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 16px;
        padding-bottom: 16px;
        gap: 10px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
}


/** =================== section_projects =================== **/
/** =================== section_equipment =================== **/


.section_equipment{
    padding-top: 40px;
    padding-bottom: 72px;
    overflow: hidden;
}


.container_equipment{
    position: relative;
    /*max-width: 400px;*/
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    /*overflow-x: hidden;*/
}


.box_text_upper_title_equipment{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.text_upper_equipment{
    padding-left: 18px;
    font-family: var(--font-family-minor);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(82, 98, 120, 1);
    position: relative;
}

.text_upper_equipment::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-color: rgba(235, 28, 36, 1);
    opacity: 1;
}

.title_title_equipment{
    text-align: center;
    font-family: var(--font-family-minor);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(20, 20, 20, 1);
}

.swiper-container_equipment {
    /*max-width: 340px;*/
    height: 221px;
    margin-bottom: 104px;

}

.slide_text_under{
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all var(--transition-time-all);
    position: relative;
}

.slide_text_under::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    width: 100%;
    height: 20px;
    max-width: 0;
    transition: all var(--transition-time-all);
    transform: rotate(-45deg) translateY(-50%);
    -webkit-mask: url('../img/icons/icon_bottom_right.svg') no-repeat center;
    mask: url('../img/icons/icon_bottom_right.svg') no-repeat center;
    background-color: currentColor;
}

.link_item_container_equipment:hover .slide_text_under {
    color: #EB1C24;
    text-decoration: underline;
}

.link_item_container_equipment:hover .slide_text_under::before {
    max-width: 23px;
}

 .swiper-slide{
    width: 277px !important;
    height: auto;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiper-slide-active .slide_photo{
    width: 277px;
}


.slide_text_under{
    width: fit-content;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.21;
    color: rgba(20, 20, 20, 1);

}

.slide_photo{
    display: block;
    width: 209px;
    height: 150px;
    object-fit: cover;
    border-radius: 12px;
    transition: all var(--transition-time-all);
}


.swiper-slide-active .slide_photo{
    display: block;
    width: 277px;
    height: 184px;

}

.swiper-pagination_equipment{
    position: absolute;
    bottom: -84px !important;
    display: flex;

}


.swiper-pagination_equipment .swiper-pagination-horizontal{
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    gap: 0;
}

.swiper-pagination_equipment .swiper-pagination-bullet{
    width: 100%;
    height: 2px;
    border-radius: 0;
    margin: 0 !important;
    background-color: rgba(82, 98, 120, 0.3);
    transition: all var(--transition-time-all);

}

.swiper-pagination_equipment .swiper-pagination-bullet-active{
    background-color: rgba(41, 44, 81, 1);
}

.navigation_btn_swiper{

    /*width: 104px;*/
    /*height: 65px;*/
    left: 50%;
    transform: translateX(-50%);
    bottom: -48px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.swiper-button-prev_equipment, .swiper-button-next_equipment {
    height: auto;
    width: auto;
    display: block;

}

.swiper-button-prev_equipment::after{
    display: none;
}
.swiper-button-next_equipment::after{
    display: none;
}

.icon_arrow_swiper{
    width: 50px;
    padding: 10px;
    transition: all var(--transition-time-all);
}

.icon_arrow_swiper:hover{
    transform: scale(1.2);
}

.link_more_equipment{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.21;
    color: var(--color-text-white);
    border-radius: 12px;
    background-color: rgba(235, 28, 36, 1);
    transition: all var(--transition-time-all);
}

.link_more_equipment:hover{
    color: var(--color-text-white);
    background-color: rgba(82, 98, 120, 1);
}

.link_more_equipment_desktop{
    display: none;
}

.swiper_main_banner .swiper-slide{
    width: 100% !important;
}



@media screen and (min-width: 768px) {
    .section_equipment{
        padding-top: 60px;
        padding-bottom: 80px;
        overflow-x: hidden;
    }


    .container_equipment{
        max-width: none;
        /*width: 704px;*/
        padding:0;
        /*overflow-x: hidden;*/
    }


    .box_text_upper_title_equipment{
        position: relative;
        width: 704px;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        margin-bottom: 36px;
    }


    .title_title_equipment{
        width: 478px;
        font-size: 42px;

    }

    .swiper-container_equipment {
        max-width: none;
        height: 487px;
        /*width: 367px;*/
        margin-right: auto;
        margin-left: auto;
        /*margin-bottom: 244px;*/
    }


    .slide_text_under{
        padding-top: 26px;
        padding-bottom: 26px;
        font-size: 18px;
    }

    .slide_photo{
        width: 291px ;
        height: 354px;
    }


    .swiper-slide-active .slide_photo{
        width: 367px;
        height: 413px;
    }


    .swiper-slide{
        width: 367px !important;
    }

    .swiper-slide-active{
        width: 367px !important;
    }


    .swiper-pagination_equipment{
        bottom: -100px !important;
    }


    .section_equipment .swiper-pagination-horizontal{
        padding-top: 16px;
        padding-bottom: 22px;
    }

    .link_more_equipment_mobile{
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        padding: 16px 20px;
        height: auto;
        margin-bottom: 83px;
    }

    .link_more_equipment_desktop{
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        padding: 16px 20px;
        width: fit-content;
        height: fit-content;
    }
}



@media screen and (min-width: 1280px) {
    .section_equipment{
        padding-bottom: 0;
    }
    .container_equipment{
        /*width: 1320px;*/
        overflow-x: hidden;
    }

    .swiper-container_equipment{
        /*width: 1320px;*/
    }

    .title_title_equipment{
        width: 100%;
    }

    .box_text_upper_title_equipment {
        max-width: 1320px;
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }

    .link_more_equipment_desktop {
        right: 60px;
    }

  

}

/** =================== /section_equipment =================== **/



@media screen and (min-width: 1320px) {
    .container_main_baner {
        padding: 0;
    }
    .container_info_about_us_services_home_page,
    .box_text_upper_title_equipment,
    .list_strengths_home_page,
    .container_projects,
    .container_partners,
    .container_news_home_page{
        padding-left: 0;
        padding-right: 0;
    }

    .link_more_equipment_desktop {
        right: 0;
    }
    .container_info_home_page_update {
        padding-left: 0;
        padding-right: 0;
    }
 

}

.item_partners:nth-child(18) img {
    height: 53px;
}
.item_partners:nth-child(13) {
    height: 66px;
    overflow: hidden;
}

.item_partners:nth-child(13) img {
    height: 120px;
}

.item_partners {
    display: flex;
    align-items: center;
}

.btn_open_form_leave_request_tablet img {
    width: 23px;
    height: 20px;
}

.link_more_equipment_mobile img {
    width: 23px;
    height: 20px;
}