@font-face {
    font-family: LucidaGrande;
    src: url('/themes/main/assets/fonts/lucidagrande-webfont.woff2') format('woff2'),
         url('/themes/main/assets/fonts/lucidagrande-webfont.woff') format('woff');
}

*{
    margin: 0;
    padding: 0;
}

html,body{
    background: #FFFFFF;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

.wrapper{
    min-height: 100%;
    width: 1024px;
    margin: 0 auto;
    background: #f4f5f7;
    position: relative;
}

.header{
    height: 99px;
    background: white;
    display: table;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.header__logo,
.header__main_section{
    display: table-cell;
    vertical-align: middle;
}

.header__logo{
    width: 385px;
}

.header__logo__link{
    text-decoration: none;
    color: black;
}

.header__logo__link__img{
    float: left;
    margin-right: 10px;
}

.header__logo__link__title{
    font-weight: bold;
    font-size: 16px;
    color: #3C3C3C;
    letter-spacing: 0;
}

.header__main_section{
    font-family: LucidaGrande;
    font-size: 14px;
    color: #111111;
    letter-spacing: 0;
}

.header__main_section__navigation,
.header__main_section__contacts{
    text-align: right;
    display: block;
}

.header__main_section__navigation{
    margin-bottom: 10px;
}

.header__main_section__navigation a{
    text-decoration: none;
}

.nav_item{
    display: inline-block;
    color: black;
    margin-left: 20px;
}

.nav_item:hover aside{
    display: block;
}

.nav_item aside{
    position: absolute;
    text-align: left;
    background: white;
    box-shadow: 1px 1px 6px 0 rgba(209,209,209,0.50);
    max-width: 200px;
    padding: 5px;
    z-index: 20;
    /*margin-top: 10px;*/
    display: none;
}

.nav_subitem{
    margin: 0;
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;
}

.nav_subitem:hover{
    background: lightgrey;
}

.header__main_section__navigation a{
    color:black;
}

/*ДЛЯ КОРРЕКТНОГО ОТОБРАЖЕНИЯ EDITABLE COMPONENT*/
.header__main_section__contacts div{
    display: inline-block;
}
/**/

.fa-envelope-o{
    color: #F5A623;
    margin: 0 10px;
}

button{
    cursor: pointer;
}

button:focus{
    box-shadow: none;
    outline: none;
}

.write{
    font-family: LucidaGrande;
    font-size: 18px;
    color: #F5A623;
    letter-spacing: 0;
    background: none;
    border: none;
}

.slider__item{
    background-size: cover;
    height: 320px;
    position: relative;
    background-size: cover;
    background-position: center;
    display: none;
}

.slider__item__title_block{
    height: 50%;
    bottom: 0px;
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,.5);
    padding: 20px;
    box-sizing: border-box;
}

.slider__item__title_block a{
    text-decoration: none;
    color: white;
}

.slider__item__title_block a:hover{
    text-decoration: underline;
}

.slider__item__title_block__text{
    display: block;
    width: 70%;
    margin: 0 auto;
    font-family: LucidaGrande;
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}
/*ARROWS (СТРЕЛКИ)*/
.slick-prev,
.slick-next{
    z-index: 10;
    width: 79px !important;
    height: 79px !important;
    background: rgba(0,0,0,.4) !important;
    border-radius: 50%;
}
.slick-prev:before,
.slick-next:before{
    width: 70%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
}
.slick-prev:before{
    content: '' !important;
    background: url('/themes/main/assets/img/arrow-left.png') center no-repeat;
    background-size: 100%;
}
.slick-next:before{
    content: '' !important;
    background: url('/themes/main/assets/img/arrow-right.png') center no-repeat;
    background-size: 100%;
}
.slick-next{
    right: 25px !important;
}
.slick-prev{
    left: 25px !important;
}
/****************************/

.news{
    padding: 20px 0;
}

.news__title{
    margin-bottom: 20px;
    margin-left: 20px;
}

.news__title__text{
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
}

.news__thumb{
    background-color: #FFFFFF;
    box-shadow: 1px 1px 6px 0 rgba(209,209,209,0.50);
    height: 300px;
    float: left;
    margin: 0 20px;
    margin-bottom: 40px;
    /* cursor: pointer; */
}

.link_color_black{
    color: black;
}

.large{
    width: 640px;
    color: black;
}

.square,
.square-divided,
.square-non-pic{
    width: 300px;
}

.large a{
    color: black;
    text-decoration: none;
}

.square a{
    color: white;
    text-decoration: none;
}

.square-divided a,
.square-non-pic a{
    color: black;
    text-decoration: none;
}

.square a:hover,
.square-divided a:hover,
.square-non-pic a:hover,
.large a:hover{
    text-decoration: underline;
}

.news__thumb__image_wrap{
    height: 100%;
    max-height: 100%;
    float: left;
}

.news__thumb__image{
    height: 100%;
}

.news__thumb__info_wrap{
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

.news__thumb__title{
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 20px;
    z-index: 10;
    overflow: hidden;
    height: 100%;
}

.news__thumb__description{
    font-size: 12px;
    color: #5E5E5E;
    letter-spacing: 0;
    z-index: 10;
}

.news__thumb__date{
    font-size: 10px;
    color: #8B8B8B;
    letter-spacing: 0;
    display: table-footer-group;
    z-index: 10;
    margin-bottom: 10px;
    display: block;
}

.wallpaper{
    height: 100%;
    position: relative;
    /*padding: 20px;*/
    box-sizing: border-box;
    z-index: 1;
}

.wallpaper:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(0,0,0,.5);
}

.square .wallpaper .news__thumb__info_wrap {
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    display: block;
    height: auto;
    max-height: 100%;
}

.square .wallpaper .news__thumb__info_wrap .news__thumb__date{
    margin-bottom: 10px;
    color: white;
    display: block;
}

.half{
    height: 50%;
}

.square-divided .news__thumb__info_wrap{
    height: 50%;
}

.news__list_navigation{
    margin-left: 20px;
}

.news__list_navigation a{
     text-decoration: none;   
}

.news__list_navigation_item{
    background: white; /*active:#FBC84C;*/
    box-shadow: 1px 1px 6px 0 rgba(209,209,209,0.50);
    border-radius: 2px;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 0;
    margin-right: 10px;
    font-size: 18px;
}

.active_list_navigation_item{
    background: #FBC84C;
}

.clear:after{
    content: '';
    display: table;
    clear: both;
}

.container{
    padding-bottom: 110px;
}

.footer{
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    background: white;
}

.feedback{
    display: table;
    height: 100%;
    width: 100%;
}

.feedback a{
    display: table-cell;
    vertical-align: middle;
    color: black;
}

form input,
form textarea{
    display: block;
    border-radius: 4px;
    width: 100%;
    padding: 10px 10px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    border: 1px solid lightgrey;
    margin-bottom: 10px;
    box-sizing: border-box;
}

form h2{
    text-align: left;
    margin-bottom: 10px;
}

.news_details_wrap{
    padding:20px;
    background: white;
    box-sizing: border-box;
    width: 984px;
    margin: 0 auto;
    box-shadow: 1px 1px 6px 0 rgba(209,209,209,0.50);
}

.news_details_wrap img{
    margin: 20px auto;
    max-width: 100%;
    box-shadow: 1px 1px 6px 0 rgba(209,209,209,0.50);
    display: block;
}

.content__text{
    margin-top: 20px;
}

.content__attach__img{
    width: 100%;
    height: 300px;
    display: table;    
}

.content__descr_wrap{
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    background: rgba(0,0,0,.7);
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
    font-size: 1.1em;
    position:relative;
}


/*снегопад*/
.snow{
    background-image: url('/storage/app/media/snow.gif');
    background-size: cover;    
}
/**********/

/* новогодняя шапка*/
.hat:after{
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    top: -69px;
    right: -33px;
    background: url('/storage/app/media/hat.png') center no-repeat;
    background-size: contain;
    
    /*отражение по горизонтали*/
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH"; 
    /**/
}
/****/

.content__description{
     text-align: center;   
}

.content__date{
    color: grey;
    font-style: italic;
    margin: 20px 0;
}

.content__date span{
    font-size: .9em;
}

.path{
    padding: 20px;
}

.path a{
    text-decoration: none;
    color: black;
    font-weight: bolder;
}

.path a:hover{
    color: grey;
}

.recaptcha{
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.submit:hover{
    cursor: pointer;
    background: skyblue;
    color: white;
}

.sfu-logo,
.webant-logo{
    width: 49px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.news_details_wrap p{
    margin: 20px 0;
}

.news_details_wrap table{
    border-collapse: collapse;
    width: 100% !important;
    padding: 10px;
    overflow: scroll;
}
.news_details_wrap th, td {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.news_details_wrap tr:hover {background-color: #f5f5f5;}

.news_details_wrap tr:nth-child(even) {background-color: #f2f2f2;}

.news_details_wrap tr:first-child {background-color: #F5A623;}

.news_details_wrap ul{padding: 20px};


.ded{
    position: absolute;
    left: -400px;
    top: 0;
}

.edge{
    background: skyblue;    
}
