html {
    background: #BE202E;
}


@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        background: #BE202E;
        border-radius: 10px;
    }
    ::-webkit-scrollbar {
        width: 7px;/
        height: 5px;
        background: #323232;
    }
}


.tn-form__submit .t-submit {
    transition: all 0.3s ease-in-out;
}
.tn-form__submit .t-submit:hover {
    background-color: #BE202E !important;
    color: #ffffff !important;
}
