.header {
    color: #060628;
}
.news-wrap {
    position: relative;
}
.news__top-gradient {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: #fff;
/*
    background: -moz-linear-gradient(#FFF 70%, transparent);
    background: -ms-linear-gradient(#FFF 70%, transparent);
    background: -o-linear-gradient(#FFF 70%, transparent);
    background: -webkit-linear-gradient(#FFF 70%, transparent);
*/
}
.general-menu {
    background-image: url('../images/menu-bgu-white.jpg');
}
.news__full {
  /*  position: absolute;
    
    left: 210px;
	 padding: 0 45px 30px;
	*/
    color: #060628;
   top: 0;
    background: #fff;
    display: none;
    opacty: 0;
    transition: all 1s ease-in-out;
}
.news__full-close {
    top: 30px;
    right: 30px;
    position: fixed;
    width: 31px;
    height: 31px;
    background: url('../images/close__btn-big.png') left no-repeat;
}
.news__full-close:hover {
    background: url('../images/close__btn-big.png') right no-repeat;
}
.news__full-date {
    font-size: 24px;
}
.news__full-title {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    color: #060628;
    text-decoration: underline;
    font-weight: bolder;
    margin-bottom: 15px;
}
.news__full-img-wrap {
    margin-bottom: 15px;
}
.news__full-description {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    /*font-family: 'Roboto Light', sans-serif;*/
    font-weight: 300;
    text-indent: 35px;
	min-height: 100%;
}
.news__full-inner {
    /* padding-top: 130px; */
}
.news-wrap__title {
    margin-bottom: 35px;
}
