.block_text {
    line-height: 1.25;
    font-family: "MontserratAlternates";
    font-size: 18px;
    margin-bottom: 3.375rem;
}

.message_error {
    
}

.pay__button {
    margin: 2rem 0;
}

.method_name {
    font-weight: bold;
}

.hidden {
    display: none;
}

.fancybox-close-small {
    opacity: 0!important;
}

.block_text p + p {
    margin-top: 1rem;
}

.footer__copy a{
color: #ffd1fa;
text-decoration: underline;
}

label.error {
    color: red;
    font-size: 1rem;
    padding-left: 15px;
    margin-top: 5px;
    display: inline-flex;
}