html{
    scroll-behavior: smooth;
}

.t-rec{
    scroll-margin-top: 100px;
}

.uc-jsfaq .t-name{
    cursor: pointer;
}

.uc-jsfaq .t-descr{
    display: none;
}

.t448__screenshot.t-img{
    border-radius: 20px 20px 0 0;
    margin: 0 20px;
    padding: 0 !important;
}

#rec828039261 .tn-elem[data-elem-id="1473846394122"] .tn-atom{
    transition: .2s;
    
    &:hover{
        background: #E9B72E !important;
        color: #fff !important;
    }
}

.uc-info{
    position: fixed;
    top: 100px;
    z-index: 9;
    width: 100%;
    
    & + div{
        margin-top: 165px;
    }
    
    .t-col{
        margin-right: 0;
    }
    
    .t-col_2{
        margin-left: -40px;
        margin-top: 9px;
        max-width: 220px;
    }
    
    .t-btn_md{
        font-size: 22px;
        padding: 0;
        text-decoration: underline !important;
        
        &:hover{
            text-decoration: none !important;
        }
    }
}

.t898__btn_label {
    background: #6D2DEC;
}

.t898__icon.t898__icon-phone_wrapper.t898__icon_link{
    svg path{
        fill: #29A429;
    }
}

.t843__blockimg{
    background-size: 100%;
}

@media(max-width: 1200px){
    .uc-info{
        .t-col_2 {
            margin-left: 0;
            margin-top: 6px;
        }
    }
}

@media(max-width: 980px){
    .uc-info{
        padding: 10px 0 5px !important;
        top: 96px;
        
        .t-container{
            display: flex;
            justify-content: center;
            max-width: none;
        }
        
        .t-col{
            margin: 20px 0;
            padding: 0;
            width: auto;
        }
        
        .t-col_2{
            margin: 3px 0 0;
        }
        
        .t059__text-impact{
            font-size: 20px;        
        }
        
            & + div{
                margin-top: 182px;
            }
    }
    
    .t448__wrapper{
        padding-top: 0;
    }
    
    .t448__screenshot.t-img{
        max-width: calc(100% - 40px) !important;
    }
    
    .t448 .t-cover{
        height: 550px !important;
    }
    
    .t448{
        margin-top: 90px;
    }
}

@media(max-width: 700px){
    .uc-info{
        padding: 0 !important;
        
        .t-container{
            flex-direction: column;
            align-items: center;
        }
        
        .t-col_2{
            margin-top: -25px;
            
            a{
                font-size: 19px;
            }
        }
    }
    
    .t448__wrapper{
        padding-bottom: 15px;
    }
    
    .t059__text-impact{
        > strong{
            font-size: 30px !important;
        }

        > span{
            font-size: 20px !important;
            margin-top: 15px;
            display: block;
        }
    }
}

@media(max-width: 400px){
    .t-text{
        font-size: 14px;
    }
    
    .t-btn{
        font-size: 16px !important;
    }
}

