body {
    font-family: Roboto;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: #666;
}
.fxt-template-layout22 {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 15px;
}
.fxt-template-layout22 .fxt-bg-color {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}
.fxt-template-layout22 .fxt-content {
    padding: 30px 35px 35px;
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
}
.fxt-template-layout22 .fxt-btn-fill:hover {
    background-color: #da0101;
    border-color: #da0101;
}
.fxt-template-layout22 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #ff0000;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.title{font-size: 44px}
.mobile_data{display: none}
#bigDestok{ display: block}

@media (max-width: 991px) {
   .title{ font-size: 16px;margin-top: 12px;}
    .hideLevel{display: none}
    .mobile_data{display: block}
    #bigDestok{ display: none}



}
@media (max-width: 768px) {
    .title{font-size: 16px;margin-top: 12px;}
    .hideLevel{display: none}
    .mobile_data{display: block}
    #bigDestok{ display: none}

}