.t396_header {
    overflow: hidden;
}
.t396_wrp {
    position: relative;
}
.t396_bg {
    background-image: url("../img/_2BEST.svg");
    background-repeat: no-repeat;
    width: 550px;
    height: 400px;
    opacity: 0.1;
    position: absolute;
    top: -30px;
    right: 0;
}
.t396_logo {
    width: 250px;
    display: inline-block;
    margin: 50px 0;
}
.t396_home {
    display: inline-block;
    text-align: center;
    border: 2px solid #000;
    color: #000;
    padding: 10px 40px;
    text-transform: uppercase;
    background-color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-left: 50px;
    transition: all .5s ease-in-out;
}
.t396_home:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.t396_text {
    font-size: 20px;
    z-index: 2;
}
.t396_form_check {
    font-size: 16px;
}
.t396_form_check a {
    text-decoration: underline;
    color: #000;
}
.t396_pay_wrp {
    display: flex;
    justify-content: center;
    align-items: center;
}
.t396_pay_wrp_first_descr {
    display: block;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 600;
}
.t396_pay_wrp_itm_wrap {
    display: inline-block;
    max-width: 100px;
    margin: 0 5px;
}
.t396_pay_wrp_itm {
    width: 100%;
    max-height: 50px;
}
.t396_footer_logo_wrp, .t396_footer_link_wrp {
    display: flex;
    justify-content: center;
}
.t396_footer_wrp {
    background-color: #000;
    width: 100%;
}
.t396_footer_logo {
    max-width: 180px;
    width: 100%;
    display: block;
    margin: 25px 0 50px 0;
}
.t396_footer_soc {
    margin-bottom: 50px;
}
.t396_footer_inst {
    display: inline-block;
}
.t396_footer_inst img {
    max-width: 50px;
}
.t396_footer_descr {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    letter-spacing: 1px;
    opacity: .7;
    margin-bottom: 75px;
}
.t396_footer_link {
    color: #fff;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 600;
    margin-bottom: 25px;
    transition: all .5s ease-in-out;
}
.t396_footer_link:hover {
    color: orange;
    text-decoration: none;
}

@media (max-width: 768px) {
    .t396_pay_wrp {
        display: block;
    }
}

@media (max-width: 500px) {
    .t396_home {
        margin-left: 10px;
    }
    .t396_form_check {
        font-size: 14px;
    }
}

@media (max-width: 460px) {
    .t396_logo {
        width: 150px;
    }
}