#form-request-buy-fiz .trial-main__list-btn{
    background: #3065ed;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    width: 220px;
    height: 52px;
    padding: 12px;
}
#form-request-buy-fiz .trial-main__list-btn:hover{
    opacity: 0.7;
    transition: all 0.3s linear;
}
#form-request-buy-ur input:not([type="checkbox"]):not([type="radio"]){
    height: 5.2rem;
    line-height: 5.2rem;
}
#form-request-buy-ur .rowcolumn {
    margin-bottom: 1rem;
}
#form-request-buy-ur .__select {
    height: 52px;
}
#request_buy {
    max-width: 667px;
    padding-top: 40px;
    padding-bottom: 40px;
}
#form-request-buy-ur .custom__submit__button {
    min-width: 180px;
}
#form-request-buy-ur .request-page__form-input {
    margin-bottom: 0;
}
#form-request-buy-ur .__select__title {
    padding-left: 28px;
    font-family: "Futura PT Book";
    font-size: 1.6rem;
    font-weight: 400;
    color: #8b969f;
    height: 5.2rem;
}
#thanksMessageBuy .modal-content__btn {
    height: 40px;
    padding: 10px 20px;
    background-color: #3065ed;
    color: #ffffff;
}