.t-calc__wrapper span {
    font-size: 40px;
    color: #F76868;
}
.t-popup .t-input {
    font-family: 'Inter';
}
@media (max-width: 560px) {
    .t-popup__close {
        background: #503353 !important;
    }
}

.tn-form__submit .t-submit {
    border-radius: 999px;
    transition: all 0.2s;
}
.tn-form__submit .t-submit:hover {
    transform: scale(1.1);
}
@media (max-width: 640px) {
.tn-atom__video-play-icon {
    height: 30px;
}
.tn-atom__video-play-icon > svg {
    height: 30px;
}
}
.tn-atom__video-play-icon > svg > circle {
    fill: #F76868;
}