button,
button:hover {
    cursor: pointer;
}

.header_list_item:hover {
    color: #2357DD;
}

.active.header_list_item:hover {
    color: #2357DD !important;
}

.header_button:hover {
    background-color: #003BD3;
}

footer {
    background-color: #000;
    width: 100%;
    border-top: 1px solid #BFBFBF;
}

.img_logo,
.img_logo2,
.footer_logo {
    max-width: 150px;
    max-height: 70px;
}

body {
    font-family: "SF Pro Display", sans-serif;
}

.font_weight_400 {
    font-weight: 400;
}

.blue_text {
    color: #2357DD;
}

.gray_text {
    color: #9A9A9A;
}

.border_left {
    border-left: 1px solid #BFBFBF;
}

.border_right {
    border-right: 1px solid #BFBFBF;
}

.border_bottom {
    border-bottom: 1px solid #BFBFBF;
}

.star {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.arrow_button_black {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    max-height: 40px;
    background-color: #0E0E0E;
    border-radius: 50%;
}

.arrow_button_blue {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    max-height: 40px;
    background-color: #2357DD;
    border-radius: 50%;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: auto;
    background-color: transparent;
    text-align: center;
    /* line-height: 40px; */
}

.header.active {
    background: #fff !important;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);

}


.site_header {
    max-width: 1260px;
    /* height: 88px; */
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /* background-color: #ffffff; */
    /* box-shadow: 0px 1px 0px 0px #f6f6f6; */

}

.site_header_inner_wraper {
    width: 100%;
    padding-top: 9px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 9px;
    position: fixed;
    display: block;
}

.site_header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 7px;
}

.site_header_menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    width: 18.75em;
    padding-inline-start: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.48px;
    text-decoration: none;
}

.active .header_list_item {
    color: #0E0E0E;
}

.active .header_list_item:hover {
    color: #2357DD;
}

.img_logo2,
.img_logo_mobile2 {
    display: none;
}

.active .img_logo2,
.active .img_logo_mobile2 {
    display: block;
}

.active .img_logo,
.active .img_logo_mobile {
    display: none;
}



.header_list_item {
    color: #F9F9F9;
    text-decoration: none;
}

.header_button {
    background-color: #2357DD;
    color: #FDFDFD;
    width: 9.63em;
    height: 2.56em;
    border-radius: 40px;
    border: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.48px;
    margin-right: 20px;
}

.site_footer {
    max-width: 80.00em;
    height: 112px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    /* border-top: 1px solid #BFBFBF; */

    color: #BFBFBF;
}

.footer_title {
    font-size: 32px;
    font-weight: 400;
    line-height: 38.19px;
    color: #FDFDFD;
    margin-left: 40px;
    text-decoration: none;
}

.footer_social_container {
    width: 104px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_copyright_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_text {
    margin-left: 5px;
    margin-right: 40px;
}

.first_bunner_container {
    /* display: flex; */
    /* justify-content: center; */
    background-image: url(/media/About_us_bunner_1.png);
    background-position: 50% 0%;
    background-size: cover;
}

.first_bunner_inner_wapper {
    width: 1280px;

}

.first_bunner_inner {
    max-width: 1280px;
}

.first_bunner {
    max-width: 1280px;
    height: 389px;
    display: flex;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
}

.first_heading {
    font-size: 60px;
    font-weight: 500;
    line-height: 66px;
    color: #FDFDFD;
    margin-bottom: 30px;
    margin-left: 40px;
}

.about_us_container {
    display: flex;
    max-width: 1280px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

.about_us_text_block1 {
    max-width: 487px;
    margin-top: 80px;
    margin-bottom: 100px;
    margin-left: 10%;
}

.about_us_text_block2 {
    max-width: 487px;
    margin-top: 80px;
    margin-bottom: 100px;
    margin-right: 10%;
    margin-left: 3%;
}

.about_us_text {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: #0E0E0E;
}

.bold_text {
    font-weight: 600;
}

.aproach_background {
    background-color: #0E0E0E;
}

.aproach {
    background-color: #0E0E0E;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.container_heading {
    display: flex;
    margin-right: 2.50em;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.48px;
    color: #FDFDFD;
    align-items: center;
    padding-top: 40px;
    margin-left: 40px;
    margin-bottom: 80px;
}

.aproach_heading {
    display: flex;
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 80px;

}

.aproach_title {
    color: #FDFDFD;
    font-size: 60px;
    font-weight: 300;
    line-height: 66px;
    letter-spacing: -3%;
}

.aproach_main_img {
    height: 111px;
    height: 111px;
    width: 488px;
    align-self: center;
    justify-self: center;
}

.aproach_img {
    width: 128px;
    height: 128px;
    background-color: #0E0E0E;
    border-radius: 50%;
    border: 1px solid #BFBFBF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aproach_container2 {
    background-image: url(/media/points.png);
    min-height: 640px;
    background-position: 50% 0%;
}

.aproach_blocks {
    display: flex;
    justify-content: space-around;
    min-height: 640px;
}

.aproach_block_top {
    max-width: 187px;
    color: #FDFDFD;
    align-self: flex-end;

}

.aproach_block_bottom {
    max-width: 187px;
    color: #FDFDFD;

}

.margin-bottom_10 {
    margin-bottom: 10px;
}

.margin-bottom_0 {
    margin-bottom: 0px;
}

.margin-top_-20 {
    margin-top: -20px;
}

.margin-top_40 {
    margin-top: 40px;
}

.margin-left_50 {
    margin-left: 50px;
}

.margin-right_20 {
    margin-right: 20px;
}

.aproach_button_container {
    display: flex;
    justify-content: flex-end;
    margin-right: 40px;
    padding-bottom: 70px;
    margin-top: 44px;
}

.aproach_button {
    width: 224px;
    height: 40px;
    background-color: #2357DD;
    color: #FDFDFD;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.48px;
    border: 0px;
    border-radius: 40px;
}


.aproach_block_heading {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.48px;
    margin-top: 20px;
}

.aproach_text {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #BFBFBF;
}

/* Slider 1*/
.swiper {
    width: 100%;
    height: 30%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_us_slider {
    display: block;
    height: 441px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 53px;
}

.swiper {
    height: 441px !important;
}

.mySwiper {
    height: 441px !important;
}

.swiper-wrapper {
    height: 441px !important;
}

.swiper-slide {
    width: 441px !important;
    height: 441px !important;
    margin-right: 15px !important;
}

.slider_top_text {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    color: #F9F9F9;
    margin-top: 25px;
    margin-left: 22px;
}

.slider_bottom_text {
    font-size: 36px;
    font-weight: 300;
    line-height: 43.2px;
    color: #F9F9F9;
    margin-bottom: 28px;
    margin-left: 22px;
}

.slider_img {
    opacity: 1;
    display: block;
    width: 100%;
    height: 441px;
    transition: .5s ease;
    backface-visibility: hidden;

}

.slider_hover {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    height: 441px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.slider_hover_desctop_text_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.in_link_slider_desctop {
    width: 30px;
    height: 30px;
    margin-top: 30px;
    margin-right: 30px;
}

.slide_container {
    position: relative !important;
}

.slide_container:hover .slider_img {
    opacity: 1;

}

.slide_container:hover .slider_hover {
    opacity: 1;
}

.swiper-pagination-bullet {
    background-color: #ffffff !important;
    width: 16px !important;
    height: 16px !important;
}

.swiper-pagination-bullet-active {
    background-color: #FDFDFD !important;
    width: 16px !important;
    height: 16px !important;
}

.desctop_display_none {
    display: none;
}

/* x */

/* Анимация кнопки */

.aproach_button_container {
    display: flex;
    margin-left: auto;
    margin-top: 25px;
    width: 295px;
    height: 41px;
    border: none;
    background-color: transparent;
}

.aproach_button,
.arrow_button_blue {
    background: linear-gradient(to right, #003BD3 50%, #2357DD 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}

.aproach_button {
    width: 255px;
    height: 41px;
    color: #FDFDFD;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.48px;
    border: 0px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* new */
    transition-delay: 300ms;
}

.arrow_button_blue {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    color: white;
}

body:has(.aproach_button_container:hover) .aproach_button {
    background-position: left bottom;
    transition-delay: 0s;
}

body:has(.aproach_button_container:hover) .arrow_button_blue {
    background-position: left bottom;
    transition-delay: 300ms;
}

body:has(.aproach_button_container:hover) .arrow_button_blue>img {
    /* переворот иконки */
    transform: rotate(-45deg);
    transition: all .5s ease-out;
}

.arrow_button_blue>img {
    transition: all .5s ease-out;
}

/* х */

.desctop_display_none {
    display: none;
}




@media screen and (max-width: 1100px) {

    /* Slider_mobile 2 */

    /* .splide {
        visibility: visible !important;
    } */

    .aproach_slider_mobile {
        display: block;
    }

    .swiper {
        width: 100%;
        height: 30%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about_us_slider {
        max-height: 441px;
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 53px;
    }

    .swiper {
        max-height: 441px !important;
    }

    .mySwiper {
        max-height: 441px !important;
    }

    .swiper-wrapper {
        max-height: 441px !important;
    }

    .swiper-slide {
        max-height: 441px !important;
    }

    .slide {
        max-width: 441px !important;
        margin-right: -2px !important;
        background-image: url(media/Vector_124.png);
        background-repeat: no-repeat;
        background-position: 48% -1200%;
        background-color: #0E0E0E !important;
        display: flex !important;
        justify-content: center !important;
    }

    .aproach_block_mobile {
        max-width: 187px;
        color: #FDFDFD;
        /* align-self: center; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .aproach_mobile_display_none {
        display: none;
    }

    .aproach_button_container_mobile {
        display: flex;
        justify-content: center;
        align-content: center;
    }

    .aproach_button_container {
        margin-right: 0;
    }

    /* /Slider_mobile 2 */


    .aproach_button_container {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
        width: 295px;
        height: 41px;
        border: none;
        background-color: transparent;
    }

    .splide__slide {
        /* max-width: 441px !important; */
        height: 420px;
        margin-right: -2px !important;
        background-image: url(/media/Vector_124.png);
        background-repeat: no-repeat;
        background-position: 48% -150%;
        /* background-color: #0E0E0E !important; */
        display: flex !important;
        justify-content: center !important;
    }

    .aproach_text {
        text-align: center;
    }
}




@media screen and (max-width: 1100px) {


    .about_us_container {
        display: flex;
        max-width: 1280px;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
    }

    .about_us_text_block1 {
        max-width: 1100px;
        margin-top: 30px;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .about_us_text_block2 {
        max-width: 1100px;
        margin-top: 25px;
        margin-bottom: 40px;
        margin-right: 10px;
        margin-left: 10px;
    }



    .aproach_heading {
        flex-direction: column;
    }


    .aproach_main_img {
        display: flex;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px;
        width: 1000px;
        background-image: url(/media/441f5759a7a71d53358a65568b6fe9f0.jpeg);
        background-position: 50% 0%;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .aproach_mobile_display_none {
        display: none;
    }

    /* splid */
    .splide {
        display: block;
    }

    /* /splid */

    .margin-bottom_10 {
        margin-bottom: 0px;
    }

    .margin-bottom_0 {
        margin-bottom: 0px;
    }

    .margin-top_-20 {
        margin-top: 0px;
    }

    .margin-top_40 {
        margin-top: 0px;
    }

    .margin-left_50 {
        margin-left: 0px;
    }

    .margin-right_20 {
        margin-right: 0px;
    }

    .mobile_display_none {
        display: none;
    }

    .splide {
        margin-bottom: 40px;
    }

    /* .splide__list {
        transform: none !important;
    } */

    .slider_img,
    .splide_box {
        height: 441px;
        width: 439px;
    }

    .splide__slide_1 {
        /* margin: 5px !important; */
        position: relative;
        border-left: 5px solid #fff;
        border-right: 5px solid #fff;
        /* transform: none !important; */
    }

    .splide__slide {
        /* margin: 5px !important; */
        position: relative;
        /* transform: none !important; */
    }

    /* .splide__track {
        z-index: 0 !important;
    } */

    .splide__arrow svg {
        z-index: 0 !important;
    }

    .splide_box {
        position: absolute;
        display: flex;
        flex-direction: column;
        /* width: 100%;
        height: 100%; */
        justify-content: space-between;
        background: rgba(0, 0, 0, 0.5);
        padding-bottom: 20px;
    }

    .in_link_slider {
        width: 30px;
        height: 30px;
        align-self: end;
        margin-top: 50px;
        margin-right: 65px;
    }

    .mobile_slider_text_block {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-left: 25px;
        margin-right: 60px;
        margin-bottom: 30px;
    }


}


@media screen and (max-width: 790px) {

    .container_heading {
        margin-left: 10px;
    }



    .aproach_heading {
        margin-left: 10px;
        margin-right: 10px;
    }


    .aproach_title {
        font-weight: 300;
        font-size: 36px;
        line-height: 43.2px;
    }

    .mobile_header_display_none {
        display: none;
    }

    .header_img_logo {
        display: flex;
        align-items: center;
    }

    .mobile_header_box {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 2;
        background-color: transparent;
    }

    .mobile_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 10px;
        margin-right: 20px;
        margin-top: 20px;
        padding-bottom: 7px;
    }

    .img_logo_mobile {
        max-width: 75px;
        max-height: 40px;
    }

    .mobile_menu_button {
        border: 0px;
        background: transparent;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }

    .mobile_menu {
        display: none;
        flex-direction: column;
        justify-content: space-around;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        height: 232px;
        background-color: #fff;
    }

    .mobile_header_list_item {
        color: #0E0E0E;
        text-decoration: none;
        list-style: none;
        padding-inline-start: 0px;
        font-size: 18px;
        font-weight: 500;
        line-height: 21.48px;
        color: #0E0E0E;
        text-decoration: none;
    }

    .header_button {
        margin-right: 0px;
    }

    .mobile_display_none {
        display: none;
    }
}


@media screen and (max-width: 600px) {


    .site_footer {
        max-width: 600px;
    }

    .footer_title {
        margin-left: 10px;
        text-wrap: none;
    }

    .footer_social_container {
        margin-right: 10px;
    }

    .footer_copyright_container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
    }

    .footer_text {
        margin-left: 5px;
        margin-right: 40px;
    }

    .footer_mobile_display_none {
        display: none;
    }

    .footer_logo {
        /* width: 75px; */
        height: 40px;
    }

    .first_heading {
        margin-left: 0px;
        padding-left: 10px;
    }
}