/* настраиваем плашку куки */
@media screen and (min-width: 1200px) {
    .t657_rectangle {
        max-width: 464px !important;
    }
    .t657_rectangle .t657__wrapper {
        max-width: 464px !important;
        padding: 24px 24px !important;
    }
}

.t657__icon-close {
    top: 12px !important;
    right: 12px !important;
}

@media screen and (max-width: 767px) {
    .t657_rectangle .t657__wrapper {
        padding: 16px 16px !important;
    }  
}

/* текст в сообщении об успешной отправке формы */
.t-form-success-popup__text {
    font-family: 'GolosText', Arial, sans-serif !important;
    font-weight: 400 !important;
    color: #0b1114 !important;
}