@font-face {
    font-family: f-bold; 
    src: url(weblysleekuisb.ttf); 
   }
@font-face {
    font-family: f-reg; 
    src: url(weblysleekuisl.ttf); 
   }
@font-face {
    font-family: f-light; 
    src: url(weblysleekuil.ttf); 
   }

body{
    background: #F6F6F6;
}

*{
    margin: 0;
    padding: 0;
    font-family: f-light;
     -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 16px;
    color: #414850;
}

img{
    max-width: 100%;
}

* a{
    text-decoration: none;
    color: #414850;
}

.hover:hover{
    opacity: .7;
    cursor: pointer;
}

#header_full{
    width: 100%;
    height: 90px;
    background-color: white;
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0px 2px 1px 2px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.1);
box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
    z-index: 4;
}

#header{
    position: relative;
    width: calc(100% - 30px);
    max-width: 1170px;
    margin: 0 auto;
    padding: 15px;
}

#logo{
    width: 201px;
    height: 60px;
    background: url(../img/tezinfo-logo.svg) no-repeat;
    background-size: contain;
    background-position: left center;
}


.edit-loader{
    width: 100%;
    height: 100%;
    background: url(../img/load.gif) no-repeat;
    background-position: center;
    background-color: rgba(255,255,255,0.8);
    background-size: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}


#cont_bl{
    position: relative;
}


#order_btn{
    background: #FACB6B;
    display: inline-block;
    color: white;
    padding: 7px 25px;
    height: 22px;
    line-height: 22px;
    border-radius: 30px;
    position: absolute;
    right: 15px;
    margin: auto;
    top: 0;
    bottom: 0;
}

#order_btn:hover{
    background: #414850;
}

#content{
     position: relative;
    width: calc(100% - 30px);
    max-width: 1170px;
    margin: 90px auto 0;
    padding: 15px;
    font-size: 0;
}

#l_bl{
    width: 300px;
    min-height: 500px;
    display: inline-block;
    vertical-align: top;
}

#c_bl{
    width: calc(100% - 315px);
    background: white;
    display: inline-block;
    margin-left: 15px;
    border-radius: 5px;
    min-height: calc(100vh - 200px);
    padding-bottom: 30px;
    overflow: hidden;
     -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}

.l_bl_bg{
    width: calc(100% - 30px);
    padding: 15px;
    border-radius: 5px;
    position: relative;
    background: white;
    margin-bottom: 15px;
     -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}

#search_input{
    width: calc(100% - 14px);
    padding: 7px 7px;
    border: 1px solid #F1F1F1;
    box-shadow: none;
    font-size: 14px;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-position: right 2px center;
    background-size: 25px;
    border-radius: 5px;
    z-index: 6;
}

#search_input::placeholder{
    color: #959595;
}

#search_input:focus{
    outline: none;
    border: 1px solid #FACB6B;
    background-image: url(../img/search_focus.svg);
}

.l_bl_bg_title{
    font-family: f-bold;
}

.soc_btn{
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 15px 5px;
}


#fb{
    background-image: url(../img/facebook.png);
}
#insta{
    background-image: url(../img/instagram.png);
}
#tw{
    background-image: url(../img/twitter.png);
}
#yt{
    background-image: url(../img/yt.png);
}
.menu_line{
    width: calc(100% - 42px);
    padding: 10px 10px 10px 32px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px;
}

#home_link{
    background-image: url(../img/home.png);
}

#services_link{
    background-image: url(../img/apps.png);
}


#lib_link{
    background-image: url(../img/book.png);
}

#free_link{
    background-image: url(../img/blank.png);
}

#about_link{
    background-image: url(../img/info.png);
}

#contact_link{
    background-image: url(../img/mail.png);
}

#phone_link{
    background-image: url(../img/call-calling.png);
}

#wts_link{
    background-image: url(../img/whatsapp.png);
}

#telegram_link{
    background-image: url(../img/telegram_logo.png);
}

#viber_link{
    background-image: url(../img/viber.png);
}

#mail_link{
    background-image: url(../img/at-sign.png);
}

.menu_line:hover{
    color: #FACB6B;
}

.p_title{
    font-family: f-bold;
    font-size: 32px;
    padding: 15px;
    text-transform: uppercase;
}

#main_title{
    text-align: center;
    margin-top: 15px;
}

.main_list_tx{
    width: calc(100% - 62px);
    padding-left: 32px;
    background-position: left top;
    background-size: 22px;
    background-image: url(../img/shield-ok.png);
    background-repeat: no-repeat;
    margin: 15px auto 0 auto;
    padding-bottom: 5px;
    max-width: 560px;
}

#footer_full{
    width: 100%;
    background: white;
}

#footer{
    width: calc(100% - 30px);
    padding: 15px;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

#footer p{
    display: inline-block;
    color: #FF2E5D;
    font-family: f-bold;
}

#services_bl_full{
    font-size: 0;
    padding-top: 15px;
}

.services_bl{
    vertical-align: top;
    display: inline-block;
    width: calc((100% - 60px) / 3);
    margin: 15px 0 15px 15px;
    text-align: left;
}

.services_title{
    font-family: f-bold;
    padding-left: 30px;
    background: url(../img/shield-ok.png) no-repeat;
    padding-bottom: 5px;
}

.services_text{
    color: #999;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}

#lib_bl_fl{
    font-size: 0;
}

.lib_bl{
    margin: 15px 0 0 15px;
    display: inline-block;
    width: calc((100% - 85px) / 2);
    vertical-align: top;
    position: relative;
    border-radius: 5px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    overflow: hidden;
    height: 85px;
}



.lib_img_bl{
    vertical-align: top;
    width: 60px;
    height: 85px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
    display: inline-block;
    border-radius: 5px;
}

.lib_tx_bl{
    display: inline-block;
    width: calc(100% - 75px);
    margin-left: 10px;
}

.lib_title{
    font-family: f-bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lib_text{
    position:relative;
    color: #666;
    overflow: hidden !important;
    text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}

.lib_download_btn{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: url(../img/download.png) no-repeat;
    background-position: right center;
    padding-right: 30px;
    color: #FACB6B;
}

.lib_download_btn:hover{
    opacity: .7;
}


.subject_books{
    font-size: 14px;
    color: #999;
}


#about_tx_bl{
    margin: 15px;
    white-space: pre-wrap;
}

.cont_inp{
    display: block;
    margin: 15px auto;
    border: 1px solid #f1f1f1;
    padding: 5px 7px;
    width: calc(100% - 44px);
    max-width: 520px;
    border-radius: 5px;
}

.inportant_input{
    background: url(../img/input_inportant.png) no-repeat;
    background-position: right 5px center;
    background-size: 8px;
    
}

.con_tx{
    display: block;
    margin: 15px auto;
    border: 1px solid #f1f1f1;
    padding: 5px 7px;
    width: calc(100% - 44px);
    max-width: 520px;
    border-radius: 5px;
    resize: vertical;
}

.con_tx:focus, .cont_inp:focus{
    border: 1px solid #FACB6B;
    outline: none;
}

.con_tx::placeholder, .cont_inp::placeholder{
    color: #959595;
}

._btn{
    background: #FACB6B;
    display: block;
    color: white;
    height: 38px;
    line-height: 22px;
    border-radius: 30px;
    margin: 15px auto;
    border: none;
    cursor: pointer;
    width: 140px;
    line-height: 38px;
    text-align: center;
    user-select: none;
}

._btn_del{
    background: #ce4260;
}

._btn:hover{
    background: #414850;
    outline: none;
}
._btn:focus{
    outline: none;
}

select{
    width: calc(100% - 30px) !important;
    max-width: 535px !important;
    background: url(/img/select_bg.png) no-repeat;
    background-position: right 5px center;
    background-size: 10px;
}

#menu_btn{
    width: 40px;
    height: 40px;
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 25px;
    position: absolute;
    cursor: pointer;
    display: none;
}

#menu_btn:hover{
    opacity: .7
}

#menu_bg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2;
    display: none;
}

input, select, textarea{
   -moz-appearance: none; -webkit-appearance: none; appearance: none;
}

#pages-num-line{
    text-align: center;
    margin-top: 20px;
}

#pages-num-line p{
    margin: 0 2px;
    display: inline-block;
    font-size: 16px;
}

#pages-num-line p:hover{
    opacity: 0.5;
}

.book_bg{
    margin: 15px;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
}

.book_description{
    width: calc(100% - 250px);
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}

#search_result_bl{
    position: absolute;
    width: calc(100% - 50px);
    padding: 10px;
    background: white;
     -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
    z-index: 5;
    border-radius: 0 0 5px 5px;
   display: none;
}

.search_result div{
    margin-top: 3px;
    margin-bottom: 8px;
}

.search_result div ul{
    color: #999;
    font-size: 12px;
    text-transform: capitalize;
}
#search_no_result{
    color: #999;
    font-size: 12px;text-align: center;
}



#mss_bl{
    width: calc(100% - 30px);
    position: fixed;
    max-width: 420px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 10;
    top: 0;
}

.mss_tx{
    border-radius: 5px;
    padding: 15px;
    margin-top: 15px;
    background: white;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}


















@media only screen and (max-width:1024px){
    #l_bl{
        position: fixed;
        z-index: 3;
        max-width: calc(100% - 30px);
        left: -100%;
        height: calc(100vh - 155px);
        padding-bottom: 50px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    #c_bl{
        width: 100%;
        margin-left: 0;
    }
    
    #logo{
        margin: 0 auto;
    }
    #menu_btn{
        display: block;
    }
    
    #menu_btn:hover{
    opacity: 1
}
}


@media only screen and (max-width:768px){
    .services_bl{
        width: calc((100% - 45px) / 2);
    }
}



@media only screen and (max-width:425px){
    #logo{
        max-width: calc(100% - 190px);
        margin-left: 55px;
    }
    
    #order_btn{
/*        top: 60px;*/
    }
    
    .p_title{
        font-size: 28px;
        text-align: center;
    }
    
    #l_bl{
        width: calc(100vw - 30px);
    }
.services_bl{
        width: calc(100% - 30px);
    }
    
    .lib_bl{
    width: calc(100% - 50px);
    }
    
    .book_bg{
        margin: 15px auto;
        display: block;
    }
    
    .book_description{
        width: calc(100% - 30px);
        margin: 15px;
    }
}






































