.uc-bymarkova {
    z-index: 99;
    left: -23px;
    top: 60px;
    position: absolute;
}

* {
    hyphens: none;
    word-break: normal;
}


@media (max-width: 1200px) {
    .uc-bymarkova {
        display: none;
    }
}

    
.uc-topbanner .t-descr a {
    padding: 15px 25px;
    background-color: #233b37;
    border-radius: 5px;
    margin-right: 25px;
    color: #f9f9f3 !important;
}
    
.uc-topbanner .t-descr a+a {
    border: 1px solid #233b37;
    background-color: #f9f9f3;
    color: #233b37 !important;
}

.uc-topbanner .t712__formwrapper {
    margin-top: -30px;
    background-color: #233b37;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 50px 3px rgba(51,51,51,0.6)
}

.uc-topbanner .t712__bg {
    margin: 15px;
    padding: 15px;
    border: 1px solid #f9f9f3;
    background-color: #233b37;
    
}

.uc-topbanner .t712__form-text .t-title {
    text-transform: uppercase;
    line-height: 170%;
    text-align: center;
    font-size: 26px;
    color: #f9f9f3;
    margin: 20px 0 35px;
}

.uc-topbanner .t712__form-text .t-descr {
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    font-size: 15px;
    color: #f9f9f3;
    margin: 0 15px 35px;
}
    


@media (min-width: 1600px) {
    
    .uc-topbanner .t-container {
        max-width: 1420px;
    }

    .uc-topbanner .t-cover__wrapper {
        width: 1420px;
    }

    .uc-topbanner .t-col_7 {
        max-width: 880px;
    }
    
}

 @media (min-width: 641px) and (max-width: 1200px) {
    .uc-topbanner .t712__title {
        font-size: 46px !important;
    }
}

@media (max-width: 960px) {
    .uc-topbanner .t712__formwrapper {
        margin-top: 60px;
    }
}

@media (max-width: 480px) {
    .uc-topbanner .t712__title {
        font-size: 32px !important;
        margin-top: 50px;
    }
        
    .uc-topbanner .t712__formwrapper {
        margin-bottom: 60px;
    }
        
    .uc-topbanner .t-descr a + a {
        display: none;
    }
    
    
    
}