@import url('reset.css');
                                                        /*HEADER*/
.header{    
    background: #eff2f6;
}
.footer{    
    background: #25394f;
}
.header-title{}
    .header-title > div{margin: 0 40px 0 20px;font-size: 18pt;line-height: 1;font-weight: 300;border-bottom: 1px solid;padding: 0 0 40px;}
        .header-title > div > div:nth-child(2){font-size: 10pt;}
        .header-title > div > div:nth-child(1){padding: 5px 0 5px;}

.header-txt{
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
    background: #25394f;
    height: 30px;
}
    
    .header-txt-content{
        flex-grow: 1;
        color: white;
        padding: 0 0 0 20px;
    }
    
    .header-txt-content1{
        flex-grow: 1;
    }
    .menu-lang{
        flex-grow: 1;
        display: flex;
        justify-content: center;
    }
    .menu-apparatus-KZ{
        color: white;
    }
    .menu-apparatus-RU{
        color: white;
        margin: 0 -15px 0 15px;
    }

.site-width{
    width: 1200px;
}
.site-width-center{
    display: flex;
    justify-content: center;
}
.left-block{
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px;
    padding: 0 0 15%;
}

.site-title{
    height: 100px;
    padding: 0 0 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16pt;
    font-weight: bold;
}

    .site-title-txt{
        display: flex;
        color: white;
        flex-grow: 1;
    }

    .site-title-txt1{
        display: flex;
        color: #ddb100;
        flex-grow: 1;
    }

.timetable{
    background: #25394f;
    color: white;
    padding: 30px;
}

.timetable ul{
    padding: 20px 40px 0;
}
.timetable ul li{ 
    padding: 10px;
}

                                               /*BODY*/
.body-left-menu{
    padding: 0 0 10%;
}

    .body-left-menu #menu{
        display: flex;
        flex-direction: column;
        padding: 0 0 10px 0;
        margin: 0px;
    } 

    /*ПУНКТЫ*/
    .body-left-menu #menu li {
        position: relative;
        flex-grow: 1;
        list-style-type: none;
    }

    /*ПОДМЕНЮ*/
    .body-left-menu #menu li ul{
        height: 0px;
        width: 240px;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 200px;
        box-shadow: 0 0 15px;
        padding: 0px 0px 5px 5px;
        z-index: 1000;        
        display: none;
    }


    /*ПОДМЕНЮ*/
    .body-left-menu #menu li:hover ul.sub_menu{
        display: table-column-group;
        opacity: 1;
        height: auto;background: white;
    }

        .body-left-menu #menu ul.sub_menu li:hover ul{
        display: table-column-group;
        opacity: 1;
        height: auto;background: white;
    }



    /*ПУНКТЫ ПОДМЕНЮ*/
    .body-left-menu #menu li ul li{
        flex-grow: 1;
        padding: 3px;
        transition: all 0.5s ease;
    }
    .body-left-menu #menu a{
        display: flex;
        align-items: center;
        color: black;
        padding: 10px 8px;
        font-size: 13pt;
        text-decoration: none;
        margin: 0 10px;
        font-weight: 500;
    } 
    
    .body-left-menu #menu a:hover{
        color: #182341;
    }


.body-slide{
    height: 370px;
    width: 100%;
}

.college-news{
    display: flex;
    flex-direction: column;
    margin: 10px 10px 0 0;
    color: black;
}
.college-news-img{
    height: 250px;
    width: 100%;
}
    .college-news-txt{
        height: 70px;
        width: 100%;
        padding: 10px 0;
    }
        .college-news-txt-title{
            font-size: 11pt;
        }
        .college-news-txt-date{
            padding: 10px 0;
            font-size: 10pt;
            font-weight: 300;
        }
.college-news1{
    display: flex;
    flex-direction: row;
    margin: 10px 0 0 10px;
    color: black;
}
.college-news-img1{
    height: 100px;
    width: 35%;
}
.college-news-txt1{
    height: 90px;
    width: 65%;
    padding: 0 0 10px 5px;
}
.college-news-txt-date1{
    padding: 0 0 5px;
    font-size: 9pt;
    font-weight: 300;
}
.speciality{
    padding: 5px;
    background: #36a7e9;
}
.speciality-content{
    background: white;
    padding: 10px;
}
.photo{
    display: flex;
    flex-direction: column;
    margin: 0 0 0 10px;
}

.photo-title{
    background: #36a7e9;
    color: white;
    margin: 40px 0 20px;
    padding: 10px;
}

.photo-content{
    height: 202px;
    width: 100%;
}

.video{
    display: flex;
    flex-direction: column;
    margin: 0 10px 0 0;
}
.video-title{
    background: #25394f;
    color: white;
    margin: 40px 0 20px;
    padding: 10px;
}
.video-content{

}

.slide{
    background: white;
    margin: 30px 0;
}
.bottom-slide{
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    padding: 20px;
}
.bottom-slide-img{
    height: 100px;
    width: 100px;
}
.bottom-slide-txt{
    display: flex;
    align-items: center;
    color: black;
    padding: 0 0 0 15px;
    line-height: 1.4;
}
.bottom-colon-1{
    display: flex;
    flex-direction: column;
}

.bottom-name-school{
    color: white;
    font-size: 10pt;
    font-weight: 300;
    padding: 30px 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.bottom-soc-school{
    display: flex;
    flex-direction: row;
}
    .bottom-soc-school a{
        padding: 0 5px 0 0;
    }
.bottom-school-adress{
    display: flex;
    flex-direction: row;
    padding: 30px 0;
}
    .bottom-school-adress div{
        padding: 0 5px 0 0;
        color: white;
        font-weight: 300;
        line-height: 1.2;
    }
.news_keeper_big .form-title{
    font-size: 16pt;
    padding: 0 0 20px 0;
}
.news_keeper_big .marg-row{
    padding: 10px 0;
}

.news_keeper_big .news_preview_peoples_button{
    border: 1px solid;
    background: #72bdbd;
    border-radius: 4px;
}

.news_keeper_big .news_preview_peoples_button_see_google{
    border: 1px solid;
    background: #72bdbd;
    border-radius: 4px;
}
.news_keeper_big .col-sm-3 h2{
    padding: 5px 0;
}
#news .post{
    display: flex;
    flex-direction: column;
}
    #news .title{
        padding: 0 0 10px 0;
        font-size: 14pt;
    }
    #news .content{
        padding: 0 0 10px;
    }
    #news .meta{
        padding: 0 0 20px;
    }
.blog-page-content .blog-item-status{
    padding: 21px 0 5px;
}
.blog-page-content .blog-item-title{
    padding: 0 0 10px;
    font-weight: 500;
}
.blog-page-content .blog-item-links{
    padding: 5px 0;
    text-align: end;
}
.blog-item .col-md-9{
    padding: 0;
}
.up-page {
    position: fixed;
    top: 10px;
    left: 10px;
    cursor: pointer;
    color: black;
    display: none;
    z-index: 5000;
}

.arrow-next{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f8f8;
    border-radius: 23px;
    height: 32px;
    width: 0px;
    opacity: 0.5;
    color: #182341;
    font: 30px/13px Arial, sans-serif;
    margin: 0 10px 0 20px;
    position: absolute;
    top: 43%;
    left: 91%;
    height: 30px;
    width: 30px;
}

#header-slide{
    height: 100%;
    width: 100%;
    padding: 0 0 30px;
}
.jcarousel-pagination {
    position: absolute;
    top: 82%;
    left: 2%;
    margin: 10px 0 10px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #36a7e9;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
.body-slide{
    height: 100%;
    width: 100%;
}
.body-slide-img{
    height: 370px;
    width: 780px;
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
}
.body-slide-txt{
    background: #161e2863;
    color: white;
    width: 100%;
    text-align: right;
    padding: 3%;
    transform: translateY(113%);
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.body-slide-img:hover .body-slide-txt{
    transform: translateY(0);
}
.form-title{
    font-size: 16pt;
    padding: 0 0 40px;
}
.news-one .text{
    padding: 0 0 10px;
}
.finist {
    display: flex;
    flex-direction: row;
    padding: 10px 0 10px 15px;
    height: 150px;
    align-items: flex-end;
    justify-content: flex-end;
}
    .hover {
        color: white;
        display: flex;
        align-items: center;
        padding: 0 10px 0 0;
        font-weight: 300;
    }
    .logo-finist {
        background: url(/media/img/site/585_finistLogo.JPG) round ;
        height: 50px;
        width: 150px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
.files{
    display: flex;
    margin: 10px 0;
    flex-direction: column;
}
 .files .blog-item-file{
    flex-grow: 1;
 }

.news_keeper_big > h1{font-size: 20pt;padding: 0 0 20px;}

.statistics{padding: 20px;}
    .st-header{font-size: 16pt;font-weight: 600;padding: 0 0 10px;}
    .st-body table{width: 100%;}
        .st-body table td{padding: 5px;border: 1px inset;}



.dist-school{padding: 10px;font-size: 14pt;line-height: 1.2;}


@media (max-width: 1199px) {
    .site-width{
        width: 100%;
    }
    .body-photo-img{
        min-width: 100px;
    }
}
@media screen and (max-width: 992px) {
    .site-title{
        font-size: 12pt;
    }
}
.blog-item{
    padding: 15px 0 30px;
}
.title{
    padding: 0 0 40px;
    font-size: 16pt;
}
.row .news-one{
    overflow: scroll;
}