button,
button:hover {
    cursor: pointer;
}

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

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

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

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

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

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

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

.font_weight_400 {
    font-weight: 400;
}

.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: #0E0E0E;
    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;
}

.contact_us_wapper {}

.contact_us_heading_wapper {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/media/contacts_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

.contact_us {
    /* max-width: 1280px; */
    margin-left: auto;
    margin-right: auto;

}

.contact_us_heading_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 650px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;


}

.contact_us_heading {
    margin-top: 94px;
    margin-bottom: 22px;
    font-size: 80px;
    font-weight: 500;
    line-height: 88px;
    color: #FDFDFD;
}

.heading_background {
    background-color: #003BD3;
    width: 100%;
}

.contact_us_text {
    font-size: 36px;
    font-weight: 300;
    line-height: 43.2px;
    color: #FDFDFD;
    margin-bottom: 93px;
}

.contact_us_container {
    display: flex;
    justify-content: space-around;
    margin-top: 61px;
    margin-bottom: 70px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.contact_us_block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact_us_link {
    font-size: 32px;
    font-weight: 300;
    line-height: 38.19px;
    color: #0E0E0E;
    text-decoration: none;
    margin-top: 15px;
}

.desctop_display_none {
    display: none;
}

@media screen and (max-width: 940px) {
    .contact_us_container {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin-top: 61px;
        margin-bottom: 70px;
    }

    .contact_us_block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .margin-top_45px {
        margin-top: 45px;
    }

    .margin-top_65px {
        margin-top: 65px;
    }

    .contact_us_heading_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 300px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        height: 305px;
    }

    .contact_us_heading {
        margin-top: 120px;
        margin-bottom: 20px;
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        color: #FDFDFD;
    }

    .contact_us_text {
        font-size: 18px;
        font-weight: 300;
        line-height: 21.48px;
        color: #FDFDFD;
        margin-bottom: 93px;
    }

    .contact_us_link {
        font-size: 24px;
        font-weight: 300;
        line-height: 28.64px;
        color: #0E0E0E;
        text-decoration: none;
        margin-top: 15px;
    }

}

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

    .contact_us {
        margin-top: 50px;
    }


    .mobile_header_display_none {
        display: none;
    }

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

    .header_button {
        margin-right: 0px;
    }

    .mobile_header {
        display: flex;
        justify-content: space-between;
        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;
    }

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

    .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;
    }

    .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;
    }
}