@media (min-width:1200px) {
    .uc-sales-form2 {
        position:relative;
        top:-100px;
        z-index: 3;
    }
}
.sales-form2 .tn-atom {
    background: linear-gradient(180deg, #CF6F7C 0%, #C92C42 100%);
    box-shadow: 0px 13px 33px rgba(201, 44, 66, 0.17), inset 0px 0px 111px rgba(255, 255, 255, 0.25);
}
.hero-name .tn-atom,
.black-color .tn-atom,
.price-btn .tn-atom {
    background: linear-gradient(92.76deg, #585858 -12.88%, #323231 35.6%, #585858 83.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.hero-name .tn-atom span {
    background: linear-gradient(180deg, #CF6F7C 0%, #C92C42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.hero-form .tn-form__submit button,
.price-btn-call .tn-atom{
    background: linear-gradient(180deg, #CF6F7C 0%, #C92C42 100%);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.06);
}
.hero-form .t-input {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.06), inset 0px 0px 16px rgba(0, 0, 0, 0.06);
}
#countdown {
    display: flex;
    font-family: 'Rubik',Arial,sans-serif;
    color: #fff;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 19px;
    font-weight: bold;
}
#countdown .minutes:before,
#countdown .minutes::after{
    content: ':';
}
.master-img img {
    filter: drop-shadow(0px 0px 40px rgba(201, 44, 66, 0.19));
    border-radius:50%;
}
@media (max-width:630px) {
    #countdown {
        font-size:15px;
        position:relative;
        top:-5px;
    }
}
    
