.tn-atom__video-play-icon {
        display: none !important;
}

.t-form-success-popup_new .t-form-success-popup__button,
 .t-form-success-popup_new .t-form-success-popup__text,
 .t-form-success-popup_new .t-form-success-popup__title {
    font-family: GothamPro;
        }
    
    .t-form-success-popup_new .t-form-success-popup__button {
       background-image: linear-gradient(0turn, rgba(167, 81, 25, 1) 0%, rgba(218, 142, 84, 1) 70%, rgba(218, 142, 84, 1) 90%, rgba(230, 177, 137, 1) 100%);
    }
    
    .t-form-success-popup_new .t-form-success-popup__text {
       color: #03142a;
}

@media screen and (max-width: 560px) {
    .t702 .t-popup__block-close {
    background:  #03142a;
    }
    
}