<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: f-light; 
    src: url(weblysleekuil.ttf); 
   }
@font-face {
    font-family: f-bold; 
    src: url(weblysleekuisb.ttf); 
   }
*{
    margin: 0;
    padding: 0;
    font-family: f-light;
     -webkit-tap-highlight-color: rgba(0,0,0,0);
}
* a{
    text-decoration: none;
    color: #1e1e1e;
}

body{
    
}

#page-full{
    width: calc(100% - 40px);
    max-width: 1160px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

#header{
    margin-top: 30px;
    width: 100%;
    background: white;
    position: relative;
}
#lang{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
}

#lang a{
    color: #666;
    display: inline-block;
    font-size: 20px;
    padding-bottom: 5px;
    padding-left: 10px;
    position: relative;
}

#lang a::after{
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background: #ad182d;
    right: 0;
    bottom: 0;
    transition: .15s;
    transition-property: width;
}

#lang a:hover::after{
    color: #ad182d;
    width: 100%;
}
#logo{
    position: absolute;
    left: 0;
    width: 200px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

#menu{
    margin: 0 auto;
    text-align: center;
}

#menu ul{
    display: inline-block;
    height: 100%;
    line-height: 50px;
    border-bottom: 1px solid #ad182d;
    padding: 0 10px;
    margin: auto 10px;
    font-size: 20px;
    font-family: f-bold;
    color: #666;
    position: relative;
}

#menu ul::after{
    content: "";
    width: 100%;
    height: 0px;
    background: #ad182d;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .15s;
    transition-property: height;
}

#menu ul:hover::after{
    height: 2px;
}

.p-title{
    font-size: 60px;
    color: #666;
    width: 100%;
    font-family: f-bold;
    padding: 50px 0;
    word-wrap: break-word;
}
.p-title-news{
    font-size: 40px;
    color: #666;
    width: 100%;
    font-family: f-bold;
    padding: 50px 0 30px 0;
    word-wrap: break-word;
}

.p-line{
    width: 100%;
    height: 24px;
    background: #00498f;
    margin-bottom: 50px;
    position: relative;
}

#news-sl-bg{
    width: calc(68% - 15px);
    height: calc((68vw - 15px) / 1.77);
    max-height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    position: relative;
}

#news-sl-bg:hover #news-sl-bg-title{
    color: #ad182d;
}

#news-sl-bg:hover .news-sl-sm-hover, .news-sl-sm:hover .news-sl-sm-hover{
    display: block;
}

.news-sl-sm-hover{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    display: none;
}
#news-sl-bg-title-bg{
    background: white;
    position: absolute;
    left: 0;
    bottom: -15px;
    padding: 15px;
    max-width: 450px;
}

.news-date{
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
}

.news-date-p{
    margin-top: -16px;
    padding: 5px 0;
    color: #666;
}

#news-sl-bg-title{
    color: #1e1e1e;
    font-size: 32px;
    font-family: f-bold;
    word-wrap: break-word;
}

#news-sl-sm-bl{
    margin-left: 25px;
    display: inline-block;
    width: calc(32% - 15px);
    height: calc((68vw - 15px) / 1.77);
    max-height: 450px;
}

#news-sl-sm-bl a:hover .news-sl-sm-title{
    color: #ad182d;
}
#news-sl-sm-bl a{
    margin-top: 500px;
}
.news-sl-sm{
    margin-top: 30px;
    width: 100%;
    height: calc((32vw - 30px) / 1.77);
    max-height: 210px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.news-sl-sm:first-child{
    margin-top: 0;
}

.news-sl-sm-title{
    font-size: 20px;
    font-family: f-bold;
    word-wrap: break-word;
}

#news-sl-sm-bl #news-sl-bg-title-bg{
    max-width: 208px;
}

#news-sl-sm-line{
    height: 30px;
    width: 100%;
}

#news-feed-block{
    margin-top: 50px;
    text-align: left;
/*
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
    text-align-last: justify;
*/
}


.news-block{
    display: inline-block;
    width: calc(33% - 20px);
     text-align: left;
    -moz-text-align-last: left;
    -webkit-text-align-last: left;
    text-align-last: left;
    margin: 15px 10px;
}

.news{
    height: calc(33vw - 50px);
    max-height: 335px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    transition: .5s;
    transition-property: color;
    text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
}
.news-title{
    position: relative;
    padding: 10px;
    font-size: 22px;
    font-family: f-bold;
    z-index: 1;
}

.news-text{
    position: relative;
    z-index: 1;
    padding: 0 10px;
    font-size: 16px;
    display: block;
    z-index: 5;
}

.news::after{
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    height: 35px;
    width: 100%;
    background-image: url(../img/news-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 5;
}

.news-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    top: 0;
    left: 0;
    z-index: 0;
}

.news-bg::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: #1e1e1e;
    top: 6px;
    transition: .5s;
    transition-property: height;
}

.news-block:hover .news-bg::after{
    height: 100%;
}

.news-block:hover .news{
    color: white;
}
.news-block:hover .news-line{
    background: #ad182d;
}

.news-block .news-date{
    padding: 5px 15px;
}
.news-line{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: #00498f;
    z-index: 1;
    transition: .5s;
    transition-property: background;
}

#pages-num-line{
    text-align: center;
}

#pages-num-line p{
    display: inline-block;
    padding: 0 3px ;
    font-size: 18px;
    color: #1e1e1e;
    border-bottom: 1px solid white;
}

#pages-num-line p:hover{
    color: #ad182d;
    border-bottom-color: #ad182d;
}

#footer{
    margin-top: 120px;
    border-top: 6px solid #00498f;
    position: relative;
}

#to-top{
    width: 100px;
    height: 100px;
    background: url(../img/to-top.png) no-repeat;
    background-position: center;
    background-size: 20px;
    background-color: silver;
    position: absolute;
    top: -106px;
    right: 0;
    cursor: pointer;
}

#to-top:hover{
    background-color: #1e1e1e;
}

#footer-adress{
    padding: 15px 0;
    width: 100%;
    max-width: 200px;
}

#soc-block{
    position: absolute;
    height: 40px;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
}

.soc{
    width: 35px;
    height: 35px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

#fb-icon{
    background-image: url(../img/fb.png);
}

#fb-icon:hover{
    background-image: url(../img/fb-hover.png);
}

#tw-icon{
    background-image: url(../img/tw.png);
}

#tw-icon:hover{
    background-image: url(../img/tw-hover.png);
}

#in-icon{
    background-image: url(../img/in.png);
}

#in-icon:hover{
    background-image: url(../img/in-hover.png);
}
#ins-icon{
    background-image: url(../img/ins.png);
}

#ins-icon:hover{
    background-image: url(../img/ins-hover.png);
}
#yt-icon{
    background-image: url(../img/yt.png);
}

#yt-icon:hover{
    background-image: url(../img/yt-hover.png);
}

#rights, #rights a{
    border-top: 2px solid #00498f;
    padding: 15px 0;
    text-align: right;
    font-size: 18px;
    font-family: f-bold;
}
#rights a{
    border: none;
}
#rights a:hover{
    color: #ad182d;
}

#member-link-line{
    padding: 50px 0;
}
.member-link{
    font-size: 60px;
    color: #666;
    font-family: f-bold;
    
    display: inline-block;
    margin-right: 2%;
    cursor: pointer;
}

.member-link:hover{
    color: #ad182d;
}

#search-input{
    width: 65px;
    padding: 5px 0 5px 30px;
    border: none;
    font-size: 16px;
    position: absolute;
    top: -40px;
    right: 0;
    background: url(../img/search.png) no-repeat;
    background-size: 20px;
    background-position: left 5px center;
    transition: .5s;
    transition-property: width;
    color: #1e1e1e;
    border-radius: 0;
}



#search-input:focus{
    outline: none;
    border-bottom: 1px solid silver;
    width: 360px;
    max-width: calc(100% - 35px);
}

#search-result-block{
    width: 350px;
    max-width: calc(100% - 45px);
    background: white;
    position: absolute;
    right: 0;
    top: -3px;
    padding: 5px;
    z-index: 5;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
    display: none;
 min-height: 50px;
}

.search-result-block-text-hy::after{
    content: "ÕˆÕ¹Õ«Õ¶Õ¹ Õ¹Õ« Õ£Õ¿Õ¶Õ¾Õ¥Õ¬";
    position: absolute;
    top: 20px;
    text-align: center;
    z-index: -1;
    width: 100%;
    height: 20px;
    color: silver;
}

.search-result-block-text-en::after{
    content: "No result";
    position: absolute;
    top: 20px;
    text-align: center;
    z-index: -1;
    width: 100%;
    height: 20px;
    color: silver;
}

.search-result-block-in{
    background: white;
    width: calc(100% - 10px);
    height: 75px;
    padding: 5px;
}

.search-result-text-block{
    display: inline-block;
    width: calc(100% - 90px);
    padding: 5px;
    vertical-align: top;
    
}

.search-result-name{
    padding: 5px 0;
    font-size: 16px;
    font-family: f-bold;
    color: #1e1e1e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-result-block-in:hover{
    background: #ad182d;
}
.search-result-block-in:hover .search-result-degree, .search-result-block-in:hover .search-result-name{
    color: white;
}

.search-result-degree{
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-result-img{
    display: inline-block;
    width: 75px;
    height: 75px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: silver;
}


.js-block{
    text-align: left;

}
.member-block{
    vertical-align: top;
    width: calc((100% - 153px) / 7);
    display: inline-block;
    text-align: left;
    -moz-text-align-last: left;
    -webkit-text-align-last: left;
    margin: 20px 9px;
    position: relative;
    
}
 


.member-block-bg{
    width: 100%;
    height: calc((100vw - 153px) / 7);
    max-height: 146px;
    background: #00498f;
    position: relative;
}

.member-block-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mamber-block-name{
    font-size: 14px;
    font-family: f-bold;
    padding: 10px 0 0 0;
/*
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
*/
}

.member-block-degree{
    color: #666;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.member-block-email-title{
    display: inline-block;
    border-bottom: 1px solid #ad182d;
    font-family: f-bold;
    padding-right: 5px;
    font-size: 13px;
}

.member-block:hover .member-block-bg {
    background: #ad182d;
    color: #ad182d;
}
.member-block:hover .mamber-block-name{
    color: #ad182d;
}

#member-image{
    position: relative;
    width: calc(50% - 15px);
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

#member-info{
    width: calc(50% - 15px);
    margin-left: 25px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}

.news-image{
    width: 50%;
    height: auto;
    float: left;
    padding: 0 15px 0 0;
    position: relative;
}



.news-page-full{
    white-space: pre-wrap;
    overflow: hidden;
    font-size: 18px;
    min-height: 350px;
}

.file-icon{
    display: table-cell;
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/file.png);
    position: relative;
    
    
}

.file-format{
    color: white;
    position: absolute;
    left: 0;
    padding: 1px 3px;
    border-radius: 3px;
    bottom: 5px;
    text-transform: uppercase;
    font-family: f-bold;
    font-size: 13px;
    display: none;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-text{
    display: table-cell;
    font-size: 18px;
    vertical-align: middle;
    padding-left: 15px;
    font-family: f-bold;
}

.file-block{
    margin-top: 15px;
    display: inline-block;
    position: relative;
}

.file-block:hover .file-text{
    color: #ad182d;
    
}

.file-block:hover .file-icon{
    filter: brightness(90%);
}

.pen-blue{
    color: #00498f;
    background: none;
}

.pen-red{
   color: #ad182d;
   background: none;
}

#pass-wrong{
    display: none;
}





@media only screen and (max-width:960px){
    
    #menu{
        text-align: right;
    }
    
    
    #news-sl-bg{
        width: 100%;
        height: calc(100vw / 1.7);
        margin-bottom: 30px;
    }
    #news-sl-sm-bl{
        width: 100%;
        margin-left: 0;
        height: auto;
    }
    
    .news-sl-sm{
        width: calc(50% - 15px);
        height: calc(50vw / 1.7);
        display: inline-block;
    }
    
    #news-sl-sm-line{
        width: 20px;
        display: inline-block;
    }
    
    .news-block{
    width: calc(50% - 25px);
}
.news{
    height: calc(50vw - 50px);
    }
    
    .member-block-name{
        font-size: 16px;
    }
    
}

@media only screen and (max-width:768px){
    .member-block{
       width: calc((100% - 70px) / 3);
    }
    
    .member-block-bg{
        height: calc((100vw - 110px) / 3);
        max-height: none;
    }
}

@media only screen and (max-width:640px){
    
     .member-block{
       width: calc((100% - 50px) / 2);
    }
    
    .member-block-bg{
        height: calc((100vw - 80px) / 2);
    }
    
    
    .news-sl-sm-bl{
        
    }
    #news-sl-sm-line{
        display: none;
    }
    
      .news-sl-sm{
        width: 100%;
        height: calc(100vw / 1.7);
        margin-bottom: 30px;
        max-height: none;
    }
    
    .news-sl-sm-title{
        font-size: 32px;
    }
    
    #news-sl-sm-bl #news-sl-bg-title-bg{
    max-width: 450px;
}
    .news-block{
    width: calc(100% - 20px);
}
    
    .p-title, .member-link{
        font-size: 42px;
    } 
    
    #header{
        text-align: center;
    }
    
    #menu{
        position: relative;
        display: inline-block;
        margin-top: 90px;
    }
    #menu ul{
        display: block;
        padding: 5px 15px;
        text-align: center;
    }
    
    #member-image{
        width: 100%;
        max-width: 580px;
        margin: 0 auto;
        display: block;
    }
    
    #member-info{
        width: 100%;
        margin-left: 0;
    }
    
    #logo{
        left: 5px;
        
        margin: auto;
    }
    
    #lang a{
        font-size: 18px;
    }
} 
    
@media only screen and (max-width:440px){
    #page-full{
        width: 100%;
        padding: 0;
    }
    .p-title, #member-link-line, .news-date-p, .mamber-block-name, .member-block-degree{
        padding-left: 5px;
        width: calc(100% - 10px);
    }
    .member-block-email-title{
        padding-left: 5px;
    }
    #member-info, .news-page-full{
        width: calc(100% - 10px);
        padding: 5px;
    }

    .news-image{
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    
    
     .member-block{
       width: calc(100% - 10px);
         margin: 20px 0;
    }
    #menu{
        width: 100%;
        text-align: center;
    }
    #menu ul{
        margin: 0 auto;
        text-align: center;
        padding: 5px 0;
        width: 60%;
    }
    
    #lang{
        top: 0px;
    }
    
    .member-block-bg{
        max-height: none;
        height: calc(100vw - 50px);
    }
    
    .file-block{
        margin-left: 5px;
    }
    
      .news-sl-sm-title, #news-sl-bg-title, .news-title{
        font-size: 22px;
    }
    
    .news{
    height: calc(100vw - 50px);
    }
    
    #soc-block, #rights{
        position: relative;
        text-align: center;
    }
    
    #footer-adress{
        padding-left: 5px;
    }
}   
    
    
    
    
    
    
    
    
    







































</pre></body></html>