.t712__formwrapper {
    display: none !important;
}
@media (max-width: 499px) {    
    .t712__left-content {
        margin-bottom: 350px;
    }
}

/*Новая ФП и Виза*/
#tl-wrapper {
    position: relative;
    z-index: 9;
}
#block-search, #block-search * {
        box-sizing: border-box;
    }
#block-search {
    background: rgba(2, 2, 2, 0.65);
}
.tl-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
}
#tl-visa-wrapper {
    max-width: 1220px;
    margin: 0 auto;
}
#tl-visa-block {
    background: rgba(21, 21, 21, 0.26);
    border-bottom: 1px solid rgba(218, 37, 28, 0.6);;
    width: 100%;
    z-index: 9;
}
.tl-visa-img {
    padding: 16px 0px 28px;
    margin: 0 30px;
}

    #tl-search-form {
        transition: 0.3s;
    }
    #tl-search-form.fixed {
        position: fixed!important;
        z-index: 99!important;
        top: 0!important;
        left: 0;
        right: 0;
        background: rgba(2, 2, 2, 0.65);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        width: 100%!important;
        max-width: 100%;
        border-radius: 0!important;
    }
    #tl-search-form.fixed>div {
        max-width: 1425px;
        margin: 0 auto;
    }

@media (min-width: 1210px) {
    #tl-wrapper {
        margin-top: -193px;
    }
}
@media (max-width: 695px) {
    #tl-visa-block {
        background: rgb(116 104 93);
    }
}
@media (min-width: 1270px) {
    #tl-visa-wrapper {
        padding: 0 30px;
    }
}