.t762__col.t762__col_padding > div > div > div:nth-child(4) > a:nth-child(1) {
background-color: #fff;
color: #000 !important;
border-radius: 0px;
border: 1px solid rgb(0, 0, 0);
font-size: 14px !important;
padding: 6px 40px;
font-weight: 400;
transition: 0.1s ease-in;
}

.t762__col.t762__col_padding > div > div > div:nth-child(4) > a:nth-child(1):hover {
    background-color: black;
    color: white !important;
    transition: 0.1s ease-in;
}

@media screen and (max-width:640px) {
.t762__col.t762__col_padding > div > div > div:nth-child(4) > a:nth-child(1) {
        display: inline-flex;
        width: 100% !important;
        padding: 7px 0px !important;
        justify-content: center !important;
    }
}


@media screen and (max-width:640px) {
.t762__descr.t-descr.t-descr_xxs {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    width:100%;
}
.t762__col.t762__col_padding > div > div > div:nth-child(4) > a:nth-child(1) {
order:1 !important;
}

.t762__btn-wrapper.t762__btn-bottom.t1002__btns-wrapper {
    margin-top: 0px;
}

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