/* Стили написаны специально для сайта times.bntu.by */ 
@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('open-sans-condensed.bold-webfont.woff2') format('woff2'),
         url('open-sans-condensed.bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('open-sans-condensed.light-webfont.woff2') format('woff2'),
         url('open-sans-condensed.light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.applewebapp {
	-webkit-animation: fade-in 1s linear; /* Safari 4+ */
	-moz-animation: fade-in 1s linear; /* Fx 5+ */
	-o-animation: fade-in 1s linear; /* Opera 12+ */
	animation: fade-in 1s linear; /* IE 10+, Fx 29+ */
}

body {
/*     background: #d2dade url('../images/back.png'); */
    background: #fafafa;
    padding: 0;
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #444444;
/*     -webkit-font-smoothing: subpixel-antialiased; */
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

.logo {
	background: url('../images/logo.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 130px;
	width: 230px;
	margin: 0 auto;
}

.site-name {
    font-size: 90px;
    color: white;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    position: relative;
	z-index: 90;
}

.container {
    width: 100%;
    max-width: 1350px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    min-height: 100%;
}

.mainpage .container {
	max-width: 1450px;
	margin: 0 auto;
	width: calc(100% - 20px)!important;
}

.container.width {
	max-width: inherit!important;
	min-height: auto;
	margin: 0!important;
	width:100%!important;
}

@media screen and (max-width:768px) {
	.container video {
		display:none;
	}
	.addvideo {
		margin-top: inherit!important;
	}
	.mainpage .container {
		overflow-x: hidden;
	}
}
@media screen and (min-width:768px) {
	.container {
/* 		padding: 0 10px; */
	}
}
.menu {
    width: calc(100% - 40px);
    max-width: 1310px;
/*     border-radius: 0 0 4px 4px; */
    padding: 0 20px;
    display: flex;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: white;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    z-index: 159;
}

.menu > a {
    padding: 16px 16px 14px 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #c6c6c6;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}

.menu > a:first-child {
    padding: 0;
}

.menu > a:hover {
    border-bottom: 2px solid #478fb9;
}

.main-block {
    display: block;
/*     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1); */
/*     background: white; */
/*     margin-top: 28px; */
/*     padding: 0 0 24px 0; */
    flex: 1 0;
/*     margin: 0 20px; */
}

.news-view  {
	background: white;
}

.main-block.main {
    box-shadow:none;
    background: transparent;
    padding: 0;
}

.header {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-top: 24px;
}

.search-box {
    height: 24px;
    width: calc(100% - 18px);
    padding: 4px 9px;
    border: 1px solid #ced0d0;
    border-radius: 2px;
    max-width: 420px;
}

.block-name {
    font-family: 'open_sans_condensedbold', sans-serif;
    font-size: 34px;
    line-height: 1.1;
/*     font-weight: bold; */
    background: #f2f3f4;
    border-bottom: 1px solid #ced0d2;
    padding: 10px 20px;
    /* text-transform: uppercase; */
    /* font-weight: bolder; */
    /* font-size: 30px; */
    /* letter-spacing: -2px; */
}

.block-name a {
    color: #444444;
    text-decoration: none;
}

.block-name a:hover {
    color: #444444;
    text-decoration: underline;
}

.events-first-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 20px);
    padding: 10px;
}

@media screen and (max-width: 550px) {
    .events-first-line {
        padding: 0;
        width: calc(100% - 0px);
    }
}

/* .news:hover > .news-name {
    text-decoration: underline;
} */

.news-block {
    display: flex;
    flex-wrap: wrap;
    flex: 1 0;
    justify-content: space-between;
}

.news-block .news {
    width: 100%;
    /* max-width: 320px; */
    display: inline-block;
    margin: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transform: translateZ(0);
    flex: 190px;
    /* min-width: 230px; */
}

.news-block .news a {
    flex: 1 0 40%;
}

.news-block .news.inbig {
    margin: 10px;
    flex: 530px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    overflow: hidden;
}

.news-block .news.inbig a {
    display: inline-block;
    flex: 50%;
    text-decoration: none;
    margin-bottom: 1px;
}

.news-block .news.inbig.coll a {
    flex: 25%;
}

@media screen and (max-width: 768px) {
    .news-block .news {
        flex: 300px;
    }
}

.news-preview {
    position: relative;
    cursor: pointer;
}

/* .news-preview:before {
    content: "";
    width:100%;
    height: 200px;
    position: absolute;
    z-index: 11;
    background: -moz-linear-gradient(top, rgba(43,55,59,0) 0%, rgba(43,55,59,0) 53%, rgba(43,55,59,0.47) 82%, rgba(43,55,59,0.47) 100%);
    background: -webkit-linear-gradient(top, rgba(43,55,59,0) 0%,rgba(43,55,59,0) 53%,rgba(43,55,59,0.47) 82%,rgba(43,55,59,0.47) 100%);
    background: linear-gradient(to bottom, rgba(43,55,59,0) 0%,rgba(43,55,59,0) 53%,rgba(43,55,59,0.47) 82%,rgba(43,55,59,0.47) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b373b', endColorstr='#782b373b',GradientType=0 );
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transform: translateZ(0);
} */

.news-preview:hover:before {
    opacity: 1;
}

.news-preview img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-preview img:hover {
    -webkit-filter: brightness(0.8);
}

.news-text {
    color: gray;
}

.news-text a,.people-text a {
    color: #2f92ce;
    text-decoration: none;
}

.news-text a:hover,.people-text a:hover {
    text-decoration: underline;
}

.news-stat {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 4px;
    flex-wrap: wrap;
}

.news-stat.inpeople {
	margin-top: -10px;
	margin-bottom: 2px;
}

.news-stat.full-read {
    display: flex;
    justify-content: flex-start;
    text-align: center;
    padding-top: 6px;
}

.news-stat > div {
    padding: 3px 6px 4px 24px;
    border-radius: 2px;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 4px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

.news-stat .views {
    background:url('../images/views.svg');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 6px center;
    border: 1px solid #ebebeb;
}

.news-stat.full-read .views {
    background: rgba(235, 235, 235, 0.81) url(../images/views.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 6px center;
    opacity: 0.6;
}

.news-stat .comments {
    background: url('../images/comments.svg');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 8px center;
    border: 1px solid #ebebeb;
}

.news-stat .comments a {
    text-decoration: none;
    color: #444444;
}

.news-stat.full-read .comments {
    background: rgba(235, 235, 235, 0.81) url(../images/comments.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 6px center;
    opacity: 0.6;
}

.news-stat .date {
    background:#ebebeb url('../images/clock.svg');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 6px center;
}

.news-stat.full-read .date {
    background: rgba(235, 235, 235, 0.81) url(../images/clock.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 6px center;
    opacity: 0.6;
}

.news-stat.full-read > div:hover {
    opacity: 1;
}

.board {
    border: 1px solid #95a0aa;
    padding: 10px;
    flex: 1 0;
    max-width: 600px;
    margin:10px;
}

@media screen and (max-width: 1100px) {
    .board {
        max-width: inherit;
        flex: 0 1 310px;
    }
}

@media screen and (max-width: 900px) {
    .board {
        flex: 0 1 100%;
        max-width: calc(100% - 11px);
		border-right: none;
    }
}

.board-name {
    background: white;
    padding: 6px 5px 4px 5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
/*     font-weight: bold; */
    font-size: 20px;
    margin: 4px 0;
    text-transform: uppercase;
    position: absolute;
    margin-top: -28px;
    margin-left: -2px;
}

.board-name a {
	color: #414141;
	text-decoration: none;
}

.board-name a:hover {
	text-decoration: underline;
}

.board-promo-block img {
	height: 270px;
	width: 100%;
	object-fit: cover;
	margin: 10px 4px 4px 4px;
	max-width: 263px;
}

.board-promo-block a {
	width: 100%;
	display: block;
}

.board-promo-block {
    display: flex;
    flex-wrap: nowrap;
    width: calc(100%);
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
}

.page-events .board-promo-block {
	width: 100%;
}

/*
.board-promo-block { 
	-ms-overflow-style: none; 
	overflow: -moz-scrollbars-none;
    scrollbar-face-color: transparent;
    scrollbar-shadow-color: transparent;
    scrollbar-highlight-color: transparent;
    scrollbar-3dlight-color: transparent;
    scrollbar-darkshadow-color: transparent;
    scrollbar-track-color: transparent;
    scrollbar-arrow-color: transparent;
    scrollbar-base-color: transparent;
}
.board-promo-block::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}  
.board-promo-block::-webkit-scrollbar-track { 
    background: rgba(89, 89, 89, 0.3);
}
.board-promo-block::-webkit-scrollbar-thumb {    
    background: rgba(89, 89, 89, 0.5);
}
*/

.board-promo-block > div:first-child {
	margin-left: 8px;
}
.board-promo-block > div:last-child {
	margin-right: 8px;
}

@media screen and (max-width:720px) {
	.board-promo-block > div:first-child {
		margin-left: 3px;
	}
}

.board-a4 {
	max-width: 200px;
	margin: 0 4px;
	flex: 1 0 185px;
}







.events-second-line {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-top: -17px;
}

.events-second-line a {
    width: calc(100% / 5 - 4px / 5);
    height: 160px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    flex: 1 0 240px;
    margin-bottom: 1px;
}

@media screen and (max-width: 1200px) {
    .events-second-line a {
        flex: 1 0 340px;
    }    
}

@media screen and (max-width: 1024px) {
    .events-second-line a {
        flex: 1 0 260px;
    }    
}

 .event-sl-news {
    width: calc(100% - 1px);
    height: 160px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
} 

.inbig .event-sl-news {
    height: 200px;
}

.event-sl-news p {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    color: white;
    padding: 16px;
    font-weight: lighter;
    position: relative;
    margin-top: 100px;
    z-index: 12;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transform: translateZ(0);
    opacity: 0.8;
}

.faculties .event-sl-news p {
    margin-top: 138px;
}

.event-sl-news:hover > p {
    margin-top: 35px;
    opacity: 1;
}

.event-sl-news:before {
    content: "";
    width:calc(100%);
    height: 360px;
    position: absolute;
    margin-top:80px;
    z-index: 11;
    background: -moz-linear-gradient(top, rgba(43,55,59,0) 0%, rgba(43,55,59,0) 3%, rgba(43,55,59,0.67) 20%, rgba(43,55,59,0.67) 100%);
    background: -webkit-linear-gradient(top, rgba(43,55,59,0) 0%,rgba(43,55,59,0) 3%,rgba(43,55,59,0.67) 20%,rgba(43,55,59,0.67) 100%);
    background: linear-gradient(to bottom, rgba(43,55,59,0) 0%,rgba(43,55,59,0) 3%,rgba(43,55,59,0.67) 20%,rgba(43,55,59,0.67) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b373b', endColorstr='#782b373b',GradientType=0 );
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
}
.event-sl-news:hover:before {
    margin-top:-160px;
}

.people {
    margin-top: 30px;
}

.people a {
    text-decoration: none;
}

.people-block {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: nowrap;
}

@media screen and (max-width:1000px) {
    .people-block {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media screen and (min-width:1001px) {
    .people-block.left {
        flex-direction: row-reverse;
    }
}

.people-preview-a {
    height: 324px;
    width: 100%;
    max-width: 40%;
}

.people-preview {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width:1000px) {
    .people-preview-a {
        max-width: inherit;
    }
}

.people-text-block {
    padding: 16px 20px 16px 100px;
    display: flex;
    flex-direction: column;
/*     align-items: center; */
    flex: 1 0;
    color: #515151;
}

@media screen and (max-width: 1000px) {
    .people-text-block {
        padding: 10px;
    }
}

@media screen and (min-width:1001px) {    
    .people-block.left .people-text-block {
        padding: 16px 100px 16px 20px;
    }
}

.people-text-block > div {
    max-width: 600px;
}

.people-title-a {
    color: #515151;
}
.people-title a{
    color: #515151;
    text-decoration: none;
}
.people-title {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    margin: 24px 0 12px 0;
    text-transform: uppercase;
    cursor: pointer;
    max-width: 600px;
}

.people-title.read {
    margin: 4px 0 3px 0;
}

.people-photo {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 3px solid white;
    background-size: cover;
    background-position: center top;
    position: absolute;
    margin-left: calc(-70px);
    margin-top: 70px;
}

@media screen and (max-width:1000px) {
    .people-photo {
        width: 110px;
        height: 110px;
        position: absolute;
        left: 85px;
        margin-top: 265px;
    }
}

@media screen and (max-width:830px) {
    .people-photo {
        margin-top: 240px;
    }
}

.people-author {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    margin: 17px 0;
    text-transform: uppercase;
    color: #515151;
    opacity: 0.7;
    text-align: right;
    width: 100%;
}

.people-author p {
    max-width: 200px;
    float: right;
    margin: 0;
}

@media screen and (min-width:1001px) {    
    .people-block.left .people-author {
        text-align: left;
    }

    .people-block.left .people-author p {
        float: left;
    }
}

.fullauthor {
    padding-top: 28px;
}

.author-desc {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    margin: 0px 0;
    color: #515151;
    opacity: 0.8;
    width: 100%;
}

.author-photo {
    background-size: cover;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    border: 4px solid white;
    position: relative;
    margin-top: -35px;
}

@media screen and (max-width: 768px) {
    .author-photo {
        margin-top: 0;
        height: 90px;
        width: 90px;
    }
}

.author-info {
    margin-left: 25px;
    margin-top: 12px;
}

.newsfull-text .author {
    display: flex;
    justify-content: flex-start;
    position: relative;
	z-index: 60;
}

.news-view {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.news-read {
    /* max-width: 900px; */
    /* padding: 0 40px; */
    /* width: calc(100% - 80px); */
    display: inline-block;
    width: 100%;    
}

@media screen and (max-width:860px) {
    .news-read {
        padding: 0 30px;
        width: calc(100% - 60px);
    }
    .news-view {
        padding: 0;
    }
}

@media screen and (max-width:454px) {
    .news-read {
        padding: 0 20px 20px 20px;
        width: calc(100% - 40px);
    }
}

.news-view p {
	font-size: 16px;
	line-height: 1.6em;
    color: #484848;
    word-wrap: break-word;
}
.related {
    width: calc(100%);
    height: auto;
    display: inline-block;
    padding: 60px 0px;
}

.channel .telegram {
    background: #3692bc url(../images/telegram_ch.svg);
    padding: 10px 20px 10px 80px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 18px center;
    color: white;
/*     width: calc(100% - 100px); */
	width: calc(100% - 130px);
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid #3081a6;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.channel .telegram:hover {
    background: #2e7ca0 url(../images/telegram_ch.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 18px center;
}

.channel span {
    font-size: 16px;
    font-weight: bold;
    margin: -4px 0 6px 0;
}

.channel p {
    padding: 0;
    margin: 4px 0;
    color: white;
    line-height: 18px; 
}

.channel a {
    color: white;
    text-decoration: none;
}

.news-read h1 {
    font-family: 'open_sans_condensedbold', sans-serif;
    text-align: center;
    margin: 0 auto 30px auto; 
    line-height: 1.2;
    text-align: left;
	font-size: 48px;
	margin: 0 0 30px 0;
	max-width: 750px;
}

.news-read.news-tv h1 {
	color: inherit;
	text-shadow: none;
}

.news-container img {
    width: 100%;
    height: auto;
    max-height: 700px;
	width: auto;
	max-width: 100%;
}

.newsfull-image-promo {
	width: 100%;
	margin-left: 0;
	/* background: gray; */
	position: relative;
	overflow-y: hidden;
/* 	height:600px; */
	max-height: calc(1350px / 2);

}

.newsfull-image-promo-img {
	width:100%;
}

.newsfull-image-promo.previewimage a {
	width: 100%;
	height: calc(50vw - 10px);
	max-height: calc(1350px / 2);
	display: block;
	overflow-y: hidden;
	position: relative;
	z-index: 10;
}
.newsfull-image-promo.withname {
	max-width: 850px;
	width: calc(100% - 40px - 64px);
	background: white;
	padding: 32px;
	z-index: 20;
	margin: -120px 20px 0;
}

.news-read img.newsfull-image-promo {
    width: 100%;
	/*     height: 600px; */
    object-fit: cover;
    margin-left: 0;
    max-height: initial!important;
}

@media screen and (max-width:860px) {
    .newsfull-image-promo {
        width: calc(100% + 60px);
        margin-left: -30px;
    }
    .news-read h1 {
        font-size: 30px;
        text-align: center;
    }
    .newsfull-image-promo.withname {
        width: calc(100% + 20px);
        height: auto;
        margin-left: -20px;
        margin-top: 0px;
        background: transparent;
        margin-bottom: -20px;
        padding: 10px;
    }
    .newsfull-image-promo.withname h1{
        color: #444444;
        text-shadow: none;
    }
}

.newsfull-image-promo.withname.withoutimage {
    margin-left: -20px;
    margin-top: 0px;
}

@media screen and (max-width:454px) {
    .news-read h1 {
        font-size: 24px;
        margin: 0 auto 10px auto;
    }
    .newsfull-image-promo {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}

.no-read img{
	margin-left: 0!important;
	width:100%!important;
}

@media screen and (max-width:768px) {
	.no-read {
		padding: 0px;
		width: calc(100%);		
	}
}

.near-news-block {
    display: flex;
    padding: 20px 34px;
    -webkit-overflow-scrolling: touch;
}

.near-news-block a {
    display: inline-block;
    max-width: 300px; margin: 10px;
    text-decoration: none!important;
    display: flex;
}

.near-news-block a img {
    width: 300px;
    height: 200px;
    object-fit: cover;
}

.near-news-block .name {
    font-family: 'open_sans_condensedbold', sans-serif;
    font-size: 18px;
    line-height: 1.1;
/*     font-weight: bold; */
    background: #f7f8f9;
    border-bottom: 1px solid #ced0d2;
    padding: 10px 20px;
    color: #444444;
    flex: 1 0;
}

.near-news {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.page-events {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 40px;
}

.page-events > div {
    display: inline-block;
    flex: 1 0 360px;
    margin: 20px;
    max-width: 600px;
}

.page-events > div.board-promo-block {
	max-width: inherit;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 900px) {
    .page-events > div {
        margin: 10px;
        flex: 1 0 280px;
    }
    .page-events {
        padding: 20px 10px;
    }
}

@media screen and (max-width:460px) {
    .page-events > div {
        margin: 0;
    }
    .news-container.list {
        margin-bottom: 20px;
    }
}

.news-image {
    height: 180px;
    width: 100%;
    background-position: center center;
}

.news-name {
    font-family: 'open_sans_condensedbold', sans-serif;
    font-size: 18px;
    line-height: 1.1;
/*     font-weight: bold; */
    color: #444444;
    margin: 7px 0;
    cursor: pointer;
}

.news-name a {
    color: #444444;
    text-decoration: none;
}

.news-container {
    padding: 12px 0 0 0;
}

.newsmore {
    color: #478fb9;
    text-decoration: none;
}

.newsmore:hover {
    text-decoration: underline;
}

.news-name.ep a{
    color: #125a84;
}
.news-name.ep a:hover{
    text-decoration: underline;
}

.imagegrid {
    display: flex;
    flex-wrap: wrap;
}

.imagegrid a {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 300px;
    height: 290px;
    margin: 4px;
    overflow: hidden;
    border: none;
}

@media screen and (max-width: 768px) {
    .imagegrid a {
        width: calc(50% - 8px);
        height: 180px;
    }
}

@media screen and (max-width: 580px) {
    .imagegrid a {
        width: calc(50% - 8px);
        height: 140px;
    }
}

@media screen and (max-width: 430px) {
    .imagegrid a {
        width: calc(50% - 8px);
        height: 120px;
    }
}

.imagegrid a img {
    width: inherit !important;
    height: inherit !important;
    min-width: 100%;
    object-fit: cover;
    margin: 0px auto;
    text-align: center;
    width: calc(100% - 0px);
    /* max-width: 700px; */
    min-height: 100%;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: rgb(224, 224, 224) url(../images/pic.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center center;
}

.news-to-top {
    background: #f7f7f7;
    flex: 0 0 10px;
    padding: 20px;
    margin-top: -12px;
    cursor: pointer;
}

.news-to-top:hover {
    background: #e4e4e4;
}

@media screen and (max-width: 1000px) {
    .news-to-top {
        display: none;
    }
}

.news-to-top .arrow {
    background: url('../images/up-arrow.svg');
    background-size: 20px;
    height: 20px;
    width: 20px;
    margin: 0 -4px;
    position: fixed;
}

.news-container {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.news-container.list {
    display: block;
    width: 100%;
}

.newsfull-text {
    width: calc(100% - 40px);
/*     max-width: 900px; */
    max-width: 790px;
    margin: 0 auto;
    flex: 1 0;
}

@media screen and (max-width:454px) {
    .newsfull-text {
        padding: 0px;
        width: calc(100%);
    }
}

/* FANCY IMPORTANT */
.fancybox-button--left {
	position: absolute!important;
	left: 8px!important;
	margin-top: calc(50vh - 25px)!important;
	border-radius: 1px!important;
	width: 58px!important;
	height: 54px!important;
}
.fancybox-button--right {
	position: absolute!important;
	right: 8px!important;
	margin-top: calc(50vh - 25px)!important;
	border-radius: 1px!important;
	width: 58px!important;
	height: 54px!important;
}
.fancybox-button--left:after, .fancybox-button--right:after {
	top: 14px!important;
	left: 22px!important;
	width: 26px!important;
	height: 26px!important;
}

.fancybox-button--right:after {
	left: 9px !important;
}

/* /// FANCY IMPORTANT */

.news-tags {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	
}

.news-tag { min-height: 32px;
/*
    padding: 10px 20px;
    text-align: center;
    margin: 0 10px;
    width: calc(100% - 20px;)
*/
}

.news-tag a {
    border: 1px solid white;
    padding: 3px 10px 4px 10px;
    color: white;
    text-decoration: none;
    border-radius: 2px;
    
	border: 1px solid #ebebeb;
    background: rgba(235, 235, 235, 0.81);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 6px center;
	opacity: 0.6;
	color: #444444;
	margin: 0 4px;
}


.news-tag a:hover {
	opacity: 1;
}

.people-preview:hover {
    -webkit-filter: brightness(0.8);
}

.before-name {
    content: "";
    background: #e7ecf3;
    color: #242424;
    text-decoration: none;
    width: 0px;
    height: 100%;
    position: absolute;
    display: inline-block;
    margin-top: -4px;
    z-index: 0 !important;
    margin-left: -6px;
}

.people-title span {
    position: relative;
    z-index: 1;
}

.imagegrid {
    width: calc(100% + 100px);
    margin-left: -50px;
}

.imageflow { 
    width: calc(100% + 100px);
    margin-left: -50px;
    display: flex;
	justify-content: center;
	background: rgb(246, 246, 246);
}

.bo-full-text .imagegrid {
    width: calc(100%)!important;
    margin-left: 0px!important;
}

@media screen and (max-width:1280px) {
	.imagegrid {
		width: calc(100% + 70px);
	}
	.imageflow { 
	    width: calc(100% + 40px);
	    margin-left: -20px;
	}
}

@media screen and (max-width:1000px) {
	.imagegrid {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	.imageflow { 
	    width: calc(100% + 40px);
	    margin-left: -20px;
	}
}

@media screen and (max-width:950px) {
	.imagegrid {
		width: calc(100% + 0px);
		margin-left: 0px;
	}
	.imageflow { 
	    width: calc(100% + 0px);
	    margin-left: 0px;
	}
}

@media screen and (max-width:860px) {
    .imagegrid {
        width: calc(100% + 60px);
        margin-left: -30px;
    }
    .imageflow { 
	    width: calc(100% + 60px);
		margin-left: -30px;
	}
}

@media screen and (max-width:454px) {
    .imagegrid {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .imageflow { 
	    width: calc(100% + 40px);
		margin-left: -20px;
	}
}

table .imageflow {
	width: auto!important;
	margin-left: 0!important;
}


.tags-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 28px;
    margin-bottom: -10px;
    width: calc(100% - 20px);
    padding: 0 10px;
}

.tags-block.inpeople {
	margin-bottom: 30px;
}

.tags-block.inmain {
    margin-bottom: 0px;    
}

.tags-block a {
    padding: 3px 17px 5px 17px;
    border-radius: 3px;
    border: 1px solid rgba(81, 81, 81, 0.05);
    text-decoration: none;
    color: #515151;
    margin: 4px 6px;
    background: rgba(145, 145, 145, 0.24);
    opacity: 0.8;
}

.tags-block a:hover {
    opacity: 1;
    border: 1px solid rgba(81, 81, 81, 0.15);
}

.tags-block-name {
    /* position: absolute;
    margin-top: -18px; */
    color: rgba(49, 49, 49, 0.46);
/*     font-weight: bold; */
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'open_sans_condensedbold', sans-serif;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 11px;
    margin-top: 20px;
}

.tags-block-name a {
    text-decoration: none;
    color: rgba(49, 49, 49, 0.46);
}

.tags-block-name a;hover {
    text-decoration: underline;
}

.error-pic {
    width: calc(70% - 10px);
    display: inline-block;
    clear: both;
}

.error {
    width: calc(100% - 20px);
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
    /* background: #f5d3d3; */
    /* border: 1px solid rgba(53, 45, 45, 0.17); */
    border-radius: 2px;
    /* display: flex; */
    /* justify-content: center; */
}

.error span {
    width: calc(30% - 10px);
    vertical-align: 92px;
    color: rgba(49, 49, 49, 0.96);
/*     font-weight: bold; */
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'open_sans_condensedbold', sans-serif;
    display: inline-block;
}

/* MEDIA STYLES FOR PHONES */

.news-sl-mob,.events-second-line.mob,.people-text.mobile {
    display: none;
}

.news-block-des {
    display: none;
}


@media screen and (max-width:550px) {
    .news-block .news {
		display: flex;
		justify-content: space-between;
		width: calc(100% - 20px);
		flex-direction: column;
    }
    .news-block .news .news-preview {
/*         flex: 1 0 40%; */
    }
    .news-block .news a {
	    flex: 1 0;
    }
    .news-block .news .news-info {
		margin-left: 0px;
		margin-top: 0px;
		/* flex: 1 0 60%; */
		box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16);
		padding: 4px 10px;
		border-radius: 0px 0px 3px 3px;
/*
        margin-left: 10px;
        margin-top: -10px;
        flex: 1 0 60%;
*/
    }
    .news-block .news .news-preview img {
/*         height: 130px; */
        height: 180px;
    }
    .news-block .news .news-text {
        display: none;
    }
    .news-preview:hover:before {
        opacity: 0;
    }
    .board-promo-block a {
/*         flex: 1 0 163px; */
    }
    .event-sl-news > p {
        margin-top: 35px;
    }
    .event-sl-news:before {
        margin-top: -177px;
        opacity: 0.6;
    }
    .people-preview-a {
        height: 174px;
    }
    .news-block-des {
        display: block;
    }
    .people-photo {
        margin-top: 90px;
    }
    .people-text-block:after {
        content: "___";
        text-align: center;
    }
    .news-sl-mob {
        display: block;
/*         padding: 10px; */
    }
    .faculties-mob {
        display: block;
    }
    .news-sl-des {
        display: none;
    }
    .news-block .news .news-name {
        font-family: Arial, Helvetica, sans-serif;
        /* font-family: 'open_sanscondensed_light', sans-serif; */
        font-weight: lighter;
        font-size: 17px;
    }
    .board {
        margin: 10px -10px 10px -10px;
    }
    .people-text.mobile,.events-second-line.mob {
        display: block;
    }
    .people-text.des,.events-second-line.des {
        display: none;
    }
    .near-news-block {
        padding: 20px 4px;
    }
    .near-news-block a {
        margin: 10px;
        display: flex;
    }
    .near-news-block a img {
        width: 190px;
        height: 130px;
        object-fit: cover;
    }
    .near-news-block .name {
        /* font-family: 'open_sanscondensed_light', sans-serif; */
        font-family: Arial, Helvetica, sans-serif;
        padding: 10px 0px;
        flex: 1 0;
        font-size: 19px;
        background: transparent;
        border: none;
        font-weight: lighter;
    }
    .news-block .news.inbig {
        display: none;
    }
    .main-block {
        padding-top:0;
    }
    .main-block.main {
	    margin-top: 0px;
    }
}

.flex-100 {
	flex: 0 1 20px;
	width:20px;
}

.newsfull {
	margin: 0 auto;
	display: flex;
}

.pagination {
	margin: 0 auto;
	text-align: center;
	border: 1px solid rgba(148, 148, 148, 0.2);
	border-radius: 20px;
	background: white;
	display: inline-block;
	max-width: 380px;
	padding: 4px 5px 3px 5px;
}

.pagination a {
    text-decoration: none;
    color: #444444;
	padding: 7px 13px 6px 13px;
}

.pagination ul {
	display: flex;
	justify-content: space-between;
}

.pagination span {
	line-height: 30px;
}

.pagination li {
	display: block;
/* 	border: 1px solid rgba(0, 0, 0, 0.2); */
/* 	padding: 5px 11px 5px 11px; */
	margin: 0 2px;
	border-radius: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transform: translateZ(0);
	display: flex;
}

.pagination ul {
	margin: 0;
	padding: 0;
}

.pagination-left {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');

	background: url('../images/right-black.svg');
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 12px 9px;
	height: 20px;
	width: 10px;
	

}

.pagination-right {
	background: url('../images/right-black.svg');
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 12px 9px;
	height: 20px;
	width: 10px;
	

}

.pagination .active {
	background: rgb(255, 215, 111);
}

.pagination li:hover > a {
	text-decoration: none;
}

.pagination li:hover {
/* 	border: 1px solid rgba(0, 0, 0, 0.2); */
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.faculty-name {
    padding: 3px 17px 5px 17px;
    border-radius: 3px;
    border: 1px solid rgba(81, 81, 81, 0.05);
    text-decoration: none;
    color: #515151;
    margin: 4px 6px;
    background: rgb(234, 234, 234);
    opacity: 0.8;
    position: absolute;
    z-index: 22;
}

.faculty-name:hover {
    opacity: 1;
}

.incoll {
    position: absolute;
}

.faculties {
    margin-top: 20px;
}

.science-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.science-block a {
    width: calc(100% / 5 - 4px / 5);
    height: 160px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    flex: 1 0 240px;
}

.science {
    margin-top: 20px;
    display: block;
/*     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1); */
    background: white;
    margin-top: 28px;
    padding-bottom: 14px;
}

.science > .news-block {
    padding: 10px;
}

@media screen and (max-width:550px) {
	.science > .news-block {
	    padding: 0!important;
	}
}

.people {
    display: block;
/*     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1); */
    background: white;
    margin-top: 28px;
}

.events {
    display: block;
/*     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1); */
    background: white;
    margin-top: 28px;
}

.faculties {
    display: block;
/*     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1); */
    background: white;
    margin-top: 28px;
}

.top {
    background-size: cover;
    background-position: center center;
    display: block;
    box-shadow: none;
    height: 50px;
    background: transparent;
}

.top.main {
    background: url('../images/top4.jpg');
    background-size: cover;
    background-position: left top;
    height: 400px;
/*     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1); */
}

.site-name > p {
    margin: 0;
}

.menu.transparent > a{
    color: #ffffff;
}

.menu.transparent.not-fixeder > a{
    color: #444444;
}

@media screen and (max-width: 550px) {
    .top.main {
/*
        height: 31vh;
        margin-top: 55px!important;
*/
		height: 0vh;
		margin-top: 72px !important;     
    }
    .site-name {
		padding-top: 0;
		display: block;
		position: fixed;
		z-index: 170;
		margin-left: calc(50% - 65px);
		top: -6px;
    }
}

@media screen and (max-width:450px) {
	.site-name {
		margin-left: 95px;
		top: -8px;
    }
}

@media screen and (max-width:375px) {
	.site-name {
		display: none;
    }
}

.burger {
	height: 55px;
	width: 50px;
	background: white url(../images/burger.svg);
	background-size: 33px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transform: translateZ(0);
	border-radius: 50%;
}
.burger-group {
    display: none;
    height: 56px;
    width: calc(100% - 50px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    top:0;
    z-index: 100;
    background: white;
    padding: 0 25px;
}

.menu.transparent {
    box-shadow:none;
    background: transparent;
}

.menu.not-fixeder.transparent {
    box-shadow:initial;
    background: white;
}

@media screen and (max-width:550px) {
	.menu.not-fixeder.transparent {
		box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2)!important;
	}
}

.menu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transform: translateZ(0);
}


@media screen and (max-width:550px) {
    .burger-group {
        display: block;    
    }
    .menu {
        /* display: none; */
        height: 0px;
    }
}

.menu.not-fixeder {
    display: block;
    height: 400px;
    box-shadow: 0px 6px 110px 0px rgba(0, 0, 0, 0.2);
    margin-top: -16px;
	margin-top: 56px;
}

.main .menu.not-fixeder{
	margin-top: -16px;
}

.burger.not-fixeder {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu.not-fixeder a {
    display: block;
}

.underground {
    background: #16191b;
    width: calc(100% - 60px);
/*     max-width: calc(1350px - 60px); */
    padding: 20px 30px;
    color: #959595;
}

.underground a {
	color: #959595;
}

.footer {
    background: #1c1f23;
    width: calc(100% - 60px);
/*     max-width: calc(1350px - 60px); */
    padding: 30px;
    color: #f1f1f1;
    display:flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media screen and (max-width:525px) {
	.footer {
		width: calc(100% - 20px);
/* 		max-width: calc(1350px - 20px); */
		padding: 10px;
	}
	.footer .links {
		flex: 1 0;
	}
}

.footer .name {
    color: rgba(216, 216, 216, 0.68);
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'open_sans_condensedbold', sans-serif;
}

.footer a {
    text-decoration: none;
    color: #6d6d6d;
    font-size: 17px;
    font-family: 'open_sanscondensed_light', sans-serif;
}

.footer a:hover {
    text-decoration: underline;
    color: #f1f1f1;
}

.footer ul {
	list-style: none;
    padding-left:0;
    margin-left:0;
}

.footer .links {
    margin: 10px 20px;
}

.about-show {
	background: rgba(46, 46, 46, 0.92);
	padding: 6px 8px;
	position: absolute;
	display: none;
	width: 230px;
	height: auto;
	font-size: 12px;
	color: white;
	font-family: Verdana, sans-serif;
	margin-left: 40px;
	z-index: 180;
	margin-top: -90px;
	border-radius: 2px 2px 2px 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transform: translateZ(0);
}

.about-show:after {
	content: "";
	position: absolute;
	margin-top: 19px;
	left: 0px;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: rgba(46, 46, 46, 0.92) transparent transparent transparent;
}

.block-name span:hover + .about-show {
	display: block;
}

.lang_select div:hover + .about-show {
	display: block;
	margin-left:25px;
	margin-top: -70px;
}

.break-menu.show {
    height: 100vh;
    display: block;
    overflow-y: scroll;
}

.break-menu {
    height: 100vh;
    width: 100%;
    background: rgba(40, 40, 40, 0.9);
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.break-menu a {
    text-decoration: none;
    padding: 6px 11px;
    color: white;
    font-size: 20px;
    letter-spacing: 1px;
    display: block;
    max-width: 90%;
    font-family: 'open_sanscondensed_light', sans-serif;
}

.mainb a {
	font-weight: bold;
}

.break-menu a:hover {
    background: rgba(237, 237, 237, 0.1);
}

/*
.container.hide {
    display: none;
}

.container.show {
    display: block;
}
*/

.bntuhome {
    background: url('../images/burger.svg');
    height: 40px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
}

.break-content .bntuhome {
	background: url('../images/x.svg');
	background-repeat: no-repeat;
	background-position: 9px 8px;
	background-size: 30px;
	position: absolute;
	left: 0px;
	top: 7px;
}

.break-content {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}

.bntuhome.showed {
    margin-left: 12px;
    width: 50px;
    margin-top:0;
}

.hr {
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.10);
    margin: 10px 0;
}

.break-3-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 30px;
}

.break-3-block > div {
    flex: 1 0 33%;
    border-left: 2px solid rgba(235, 235, 235, 0.01);
}

@media screen and (max-width: 414px) {
    .break-3-block > div {
        flex: 1 0 35%;
        max-width: 49%;
    }
}

.break-name {
    width: calc(90%);
    border-bottom: 2px solid rgba(235, 235, 235, 0.1);
    margin-bottom: 10px;
    padding: 6px 11px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'open_sans_condensedbold';
}

.page h1 {
	margin: 0;
}

.page .page-container {
	padding: 20px;
}

/* FEEDBACK */
.fornorder {
	margin: 0 auto;
	text-align: center;
	max-width: 438px;
}

.review-add.hvr-sweep-to-right {
	border: none;
	font-size: 16px;
	color: rgb(72, 72, 72);
}

.inputz {
	font-size: 15px;
	padding: 6px 14px;
	margin: 0;
	margin-bottom: 4px;
	width: 100%;
}

.inputz#tel {
	margin-bottom: 12px;
}

.input-error {
	border: 1px solid #c43232;
}

.textarea {
	font-size: 15px;
	padding: 5px 12px;
	border: 1px solid rgb(201, 201, 201);
	width: 100%;
	min-height: 160px;
	margin: 0px;
}

.notsendmains {
	width: 100%;
	font-size: 12px;
	/* position: absolute; */
	display: inline-block;
	text-align: left;
	color: #c43232;
}

.sendmails {
	text-align: center;
	margin: 0 auto;
}


.bo-image {
	height: 200px;
	width: 150px;
	object-fit:cover;
	background: #f5f5f5
}

.board-one {
	display: flex;
	border-bottom: 1px dashed #dfdfdf;
	margin-top: 5px;
	padding-bottom: 5px;
}

.bo-all {
	padding: 20px;
}

.bo-comment {
	display: flex;
	flex: 1 0;
}

.comment-text {
	flex: 1 0;
	padding: 12px;	
}

.bo-date {
	background: #f1f1f1;
	vertical-align: middle;
	align-items: center;
	align-content: center;
	display: flex;
	padding: 10px;
	flex-wrap: wrap;
	flex: 0 0 120px;
	justify-content: center;
	flex-direction: column;
}

.board-date {
	align-items: center;
	padding: 0 4px;
	margin-top: 4px;
	font-weight: bold;
	text-align: center;
}

.main .board-date, .bo-name a {
	color: rgb(175, 175, 175)!important;
}

.board-date.main {
	font-weight: inherit;
	text-align: left;
}

.board-date-hour {
	display: inline-block;
}

.board-a4 .bo-name {
	padding: 0 4px;	
}

.board-a4 .day {
	border: 1px solid rgb(212, 212, 212);
	padding: 4px 4px 5px 5px;
	font-weight: bolder;
	color: rgb(138, 138, 138);
}

.bo-name a{
	font-family: 'open_sans_condensedbold', sans-serif;
	font-size: 18px;
	line-height: 1.1;
	color: #444444;
	margin: 7px 0;
	cursor: pointer;
	text-decoration: none;
}

.bo-link {
	border: 1px solid #cdcdcd;
	padding: 6px 12px 7px 12px;
	border-radius: 2px;
	color: #313131;
	text-decoration: none;
	margin-top: 16px;
}

.bo-link:hover {
	border: 1px solid #bebebe;
	background: rgba(0, 0, 0, 0.1);	
}

.bo-image-full {
	max-width: 330px;
	flex: 1 0 300px;	
}

.bo-preview {
	display: flex;
	padding: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.bo-text {
	padding: 0 20px;
	flex: 1 0 300px;
	width: 100%;
}

.bo-place,.bo-price,.board-date-full {
	font-size: 15px;
}

@media screen and (max-width: 670px) {
	.bo-text {
		padding: 0 0px;
		flex: 1 0 300px;
	}
}

.bo-text h1 {
	margin: 0;
	color: #444444;
	text-shadow: initial;
	font-size: 28px;
	text-align: left;
	padding-top: 10px;
}

.bo-full .news-stat {
	display: inline-block;
}

.bo-full .news-tag {
	display: inline-block;
	padding: 0;
}

.bo-full .news-tag a {
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 6px center;
	border: 1px solid #ebebeb;
	color: #444444;
}

.bo-full-text {
	padding: 0 0px 0 0;
	width: calc(100% - 0px);
	max-width: 900px;
	margin: 10px 0;
	flex: 1 0;
}

.bo-place .place {
	background: url('../images/place.svg');
	font-weight: bolder;
	padding: 10px 0 10px 30px;
	background-size: 18px;
	background-position: 2px 8px;
	background-repeat: no-repeat;
}

.bo-price .price {
	background: url('../images/ticket.svg');
	padding: 10px 0 10px 30px;
	background-size: 18px;
	background-position: 2px 8px;
	background-repeat: no-repeat;
}

.board-date-full {
	background: url('../images/calendar.svg');
	padding: 10px 0 10px 30px;
	background-size: 18px;
	background-position: 2px 8px;
	background-repeat: no-repeat;
}

.thismonth {
	display: flex;
	justify-content: stretch;
}

.thisday {
	display: flex;
	flex-direction: column;
	padding: 10px 0px;
	align-content: center;
	align-items: center;
	flex: 1 0;
}

.thisday span:first-child {
	color: #b6b6b6;
}

.thisday span:last-child {
	padding: 6px;
	display: block;
/* 	min-width: 16px; */
	text-align: center;
}

.thisday a{
	text-decoration: none!important;
	cursor: pointer;
}

.thisday a span:last-child{
	color: #414141;
	text-decoration: none!important;
	background: rgba(0, 0, 0, 0.06);
}

.thisday span:last-child:hover {
	background: rgba(0, 0, 0, 0.3);
/* 	cursor: pointer; */
}

.currentday {
	font-weight: bold;
}

.thismonth.next .currentday {
	font-weight: normal!important;
}

.monthname {
	font-family: 'open_sans_condensedbold', sans-serif;
	font-size: 18px;
	line-height: 1.1;
	color: #444444;
	margin: 7px 0;
	cursor: pointer;
	text-align: center;
}

.thisname {
	font-family: 'open_sans_condensedbold', sans-serif;
	font-size: 18px;
	line-height: 1.1;
	color: #444444;
	margin: 7px 0;
	cursor: pointer;
	text-align: left;
}

.thismonth p {
	margin: 0;
	padding: 0;
	color: #a94a4a
}

.thismonthblock {
	width: 100%;
	display: inline-block;
	flex: 1 0 100%;
}

@media screen and (max-width:810px) {
	.thismonthblock {
		flex: 1 0 810px;
	}
	.monthname {
		text-align: left;
	}
}

.calendarblock-scroll {
	position: relative;
	overflow-x: scroll;
	width: calc(100% - 100px);
	margin: 0 auto;
	-webkit-overflow-scrolling: touch;
}

.calendarblock {
	width: auto;
	display: flex;
	position: relative;
}

.reviewarrow {
	height: 30px;
	width: 30px;
	z-index: 93;
	cursor: pointer;
	position: relative;
	margin-top: 46px;
	border-radius: 50%;
	background: url('../images/right-black.svg');
	background-size: 30px;
	opacity: 0.4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transform: translateZ(0);
}

.reviewarrow.left {
	-webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
	-moz-transform: rotate(180deg);        /* FF */
	-o-transform: rotate(180deg);          /* Opera */
	-ms-transform: rotate(180deg);         /* IE9 */
	transform: rotate(180deg);             /* W3C compliant browsers */
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}

.calendar {
	display: flex;	
}

.sbar { 
	-ms-overflow-style: none; 
	overflow: -moz-scrollbars-none;
    scrollbar-face-color: transparent;
    scrollbar-shadow-color: transparent;
    scrollbar-highlight-color: transparent;
    scrollbar-3dlight-color: transparent;
    scrollbar-darkshadow-color: transparent;
    scrollbar-track-color: transparent;
    scrollbar-arrow-color: transparent;
    scrollbar-base-color: transparent;
}
.sbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}  
.sbar::-webkit-scrollbar-track { 
    background: rgba(89, 89, 89, 0.1);
}
.sbar::-webkit-scrollbar-thumb {    
    background: rgba(89, 89, 89, 0.3);
}

@media screen and (max-width:525px) {
	.bo-comment {
		flex-direction: column;
	}
	.bo-date {
		flex: 1 0 auto!important;
	}
	.bo-image {
		object-fit: contain;
		width: 100%;
	}
}

@media screen and (max-width: 414px) {
	.comment-text {
		padding: 12px 0;
	}
	.bo-comment {
		text-align: left;
	}
}

.bo-show-past {
	border: 1px solid #cdcdcd;
	padding: 6px 12px 7px 12px;
	border-radius: 2px;
	color: #313131;
	text-decoration: none;
	margin-top: 16px;
	display: block;
	text-align: center;
	width: 160px;
	cursor: pointer;
}

.bo-show-past:hover {
	background: rgba(0, 0, 0, 0.1);
}

.bo-show-past.hide {
	display: none;	
}

.bo-past.show {
	display:flex;
	opacity: 0.7;
}

@media screen and (max-width:525px) {
	.board-one {
		display: block;
		text-align: center;
	}
	.bo-past.show {
		display:block;
	}
	.bo-all .news-stat {
		justify-content: center;
	}
}

.bo-past {
	display:none;
}

.btn {
	white-space: normal!important;
}

.bgvid {
	width: 100%;
	object-fit:cover;
	height: 400px;
	overflow: hidden;
}
.addvideo {
	background: transparent;
	margin-top: -400px;
}

@media screen and (max-width: 550px) {
	.bgvid {
		height: calc(31vh + 120px);
	}
	.addvideo {
		margin-top: calc(-31vh - 60px);
	}
	.logo {
		height: 70px;
		width: 110px;
	}
	.addvideo .menu.not-fixed {
/* 		margin-top: -4px; */
	}
}

@media screen and (max-width:450px) {
    .logo {
	    height: 70px;
		width: 90px;
    }
}

@media screen and (min-width: 550px) {
	.main.addvideo .menu.transparent {
		background-image: url('/template/images/gradient_top.png')!important;
		background-size: contain;
		background-repeat: repeat-x;
	}
}

.pds-box {
	width: inherit!important;
}

.banner_top {
	background: url('/template/images/hostel.jpg');
	height: 130px;
	width: 100%;
	background-size: cover;
	margin-bottom: -46px;
	background-position: center center;
	margin-top: 10px;
}

@media screen and (max-width:565px) {
	.banner_top {
		margin-bottom: 10px;
		height: 100px;
	}
}

.news-container hr {
	border-top: 2px dashed #dfdfdf;
	background: transparent;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}
.news-container tr {
	border: 1px dashed #CACACA;
}

.news-container tr:first-child {
	border-bottom: 1px dotted #CACACA;
	background: #f5f5f5;
	font-weight: bold;
}

.news-container tr:hover {
	background: #eaeaea;
}

.news-container td {
	border: 1px dashed #CACACA;
	padding:7px 15px;
}

.news-container table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

.bo-full-text tr {
	border: 1px dashed #CACACA;
}

.bo-full-text tr:first-child {
	border-bottom: 1px dotted #CACACA;
	background: #f5f5f5;
	font-weight: bold;
}

.bo-full-text tr:hover {
	background: #eaeaea;
}

.bo-full-text td {
	border: 1px dashed #CACACA;
	padding:7px 15px;
}

.bo-full-text table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

.news-content-here {
	width: 100%;
}

.forpressnews {
	width: 100%;
}
.forpressnews .news-view {
	width: calc(100% - 0px);
	margin: 0 auto;
	max-width: 1000px;
}
.tablehere {
	width: 100%;
	overflow-x: scroll;
}
.news-container li, .newsfull-text li{
	padding: 3px 0 10px 0;
	font-size: 15px;
}

.news-container a {
	text-decoration: none;
	color: #2f92ce;
}

.news-container sub, .newsfull-text sub {
	line-height: 1;
}

.news-container a:hover {
	text-decoration: underline;
}

.lang_select {
	flex: 1 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
}

.lang_select .eng {
	background: url('../images/en.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center; 
	border-radius: 50%;
}

.lang_select .social {
	-webkit-filter: invert(0)!important;
	filter: invert(0)!important;
	opacity: 0.6!important:;
}


.lang_select .rus {
	background: url('../images/ru.svg');
	background-size: 100%;
	height: 34px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 10px;
}

.lang_select div:hover {
	opacity: 1;
}	

.english_beta {
	text-align: center;
	font-size: 11px;
	color: gray;
	margin-top: 20px;
	margin-bottom: -10px;
	text-decoration: none;
}

.english_beta.main {
	margin-top: 20px;
	margin-bottom: -30px;	
}

.english_beta:hover {
	text-decoration: underline;
}

.admin_go {
/* 	position: fixed; */
/* 	z-index: 98; */
	width: 310px;	 
/* 	bottom: 0px; */
	display: flex;
	justify-content: center;
/* 	right: 0; */
	flex: 1 0 90%;
}

.admin_go a:hover {
	background: #e6e6e6;
}

.admin_go a {
	text-decoration: none;
	display: block;	
	color: gray;
	padding: 6px 12px;
	background: rgba(0, 0, 0, 0.21);
	margin: 6px 4px;
}

@media screen and (max-width:550px) {
	.admin_go {
		width: 100%;
		left: 0;
	}	
}


.secret {
	padding: 0 10px;
	max-width: 1322px;
	margin: 0 auto;
	opacity: 0.2;
	font-size: 9px;
	color: white;
	margin-top: -10px;
	margin-bottom: 10px;
}













/* NEW STYLES FOR NEW MAINPAGE */

.nevents {
	width: 100%;
	max-width: 1350px;
	background: white;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.nevents .prev_big {
	width: 100%;
	height: 400px;
	background-size: cover !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex: 1 1 380px;
}

@media screen and (max-width: 550px) {
	.nevents .prev_big {
		height: 300px;
	}
}

.nevents .name a {
	font-size: 26px;
	display: block;
	width: calc(100% - 60px);
	max-width: calc(615px - 60px);
	padding: 10px 30px 10px 30px;
	font-family: 'open_sans_condensedbold', sans-serif;
	color: #f1f1f1;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.83);
	line-height: 1.2;
	position: relative;
	z-index: 6;
	text-decoration: none;
}

.nevents .name-views {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transform: translateZ(0);
}

.nevents .name-views:hover {
	opacity: 1;
}

.nevents .name a:hover {
	text-decoration: underline;
}

.nevents .prev_big .news-stat {
	width: calc(100% - 60px);
	max-width: calc(800px - 60px);
	padding: 0px 30px 10px 30px;
	opacity: 0.7;
}

.nevents .prev_big .news-date {
	width: calc(100% - 60px);
	max-width: calc(800px - 60px);
	padding: 0px 30px 40px 30px;
	opacity: 0.7;
	color: white;
}

.nevents .prev_big .news-stat:hover {
	opacity: 1;
}
.nevents .prev_big .views, .nevents .prev_big .comments {
	-webkit-filter: invert(1);
	border-color: black;
}

.nevents .views.more100-i {
/*
	background: red;
	-webkit-filter: invert(0)!important;
	opacity: 1;
	border: 1px solid #a10808!important;
*/
	color: #05c7ff;
}

.nevents .views.more100 {
	color: #c00a0a;
}





.trend-block {
	margin: 0 auto;
	width: 100%;
	max-width: 1350px;
}

.trend {
	line-height: 26px;
	margin: 0 0 28px 0;
	background-color: #000;
	color: #fff;
	font-size: 10px;
	padding: 0 12px 0 11px;
	text-transform: uppercase;
	display: inline-block;
}

/*
.trend:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-left: 5px solid #000;
	border-bottom: 13px solid transparent;
	position: absolute;
	margin-left: 12px;
}
*/


.trend:before {
	content: "";
	position: absolute;
	margin-top: 26px;
	margin-left: -11px;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 10px 0 0;
	border-color: rgba(0, 0, 0, 1) transparent transparent transparent;
}

.nevents .trend {
	margin-left: -5px;
	margin-bottom: 0;
}


.nevents .nev_small_name {
	position: absolute;
	margin-top: -28px;
	margin-left: 6px;
}

.nboard {
	margin-top: 40px;
	background: rgb(45, 45, 45);
}

.nboard .nev_small_name {
/* 	position: relative; */
	margin-left: -6px;
	margin-bottom: -52px;
	margin-top: -30px;
	position: absolute;
}

.trend_message {
	padding-left: 10px;
}

.news-small-image {
	width: 140px;
	min-width: 140px;
	height: 110px;
	background-size: cover!important;
	background-position: center center;
	-webkit-filter: opacity(0.9);
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes apulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(0.98, 0.98, 0.98);
    transform: scale3d(0.98, 0.98, 0.98);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes apulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(0.98, 0.98, 0.98);
    transform: scale3d(0.98, 0.98, 0.98);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


.news-small-image:hover {
  -webkit-animation: pulse 0.3s ; /* Safari 4+ */
  -moz-animation:    pulse 0.3s ; /* Fx 5+ */
  -o-animation:      pulse 0.3s ; /* Opera 12+ */
  animation:         pulse 0.3s ; /* IE 10+, Fx 29+ */
}

.news-small-image:hover + .name-views {
	opacity: 1;
}


.events_new2 {
	display: flex;
	width: calc(100% - 166px);
	padding: 16px 16px 10px 16px;
	flex-wrap: wrap;
	flex: 1 1 550px;
}

.events_new2 .name a{
	padding: 0 10px !important;
	/* font-family: Arial, sans-serif !important; */
	color: #313131 !important;
	text-shadow: none !important;
	font-size: 16px;
	font-weight: lighter !important;
	width: calc(100% - 20px);
	opacity: 0.8;
}

.events_new2 .name a:hover {
	cursor: pointer;
	opacity: 1;
	text-decoration: none;
}

.news-small {
	display: flex;
	flex: 1 0 calc(50% - 10px);
	padding: 5px 5px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transform: translateZ(0);
}

.news-small:hover {
	background: rgba(0, 0, 0, 0.05);
}

.nev_small_name {
	flex: 1 0 calc(100% - 20px);
	margin: 0 auto;
	padding-top: 16px;
	text-transform: uppercase;
/* 	opacity: 0.6; */
	padding: 16px 10px 0 10px;
}

.nboard .nev_small_name {
	text-align: left;
}

.news-small .news-stat {
	margin-left: 8px;	
}

.news-small .news-stat > div {
	border: none;
}

.topnews {
	width: 240px;
	padding: 8px 0px 8px 20px;
}

.topnews .trend {
	margin-bottom: 8px;
	margin-top: -36px;
}

@media screen and (max-width: 1060px) {
	.topnews {
		margin-top: 26px;
	}
}

.topnews .small_name {
	text-transform: uppercase;
	opacity: 0.6;
	padding-bottom: 10px;
	margin-top: -22px;
	margin-left: -8px;
}

.topnews a {
	text-decoration: none;
/* 	color: #313131; */
	color: #c0c0c0;
}

.topnews a:hover {
	text-decoration: none;
	color: #090909;
}

.topnews_one:hover > div {
	opacity: 1;
}

.topnews .name {
	display: inline-block;	
	flex: 1 0 90px;
}

.topnews_one {
	display: flex;
	padding-bottom: 5px;
}

.board-top {
	display: flex;
}


.topnews .views {
	background: url('../images/views.svg');
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 18px;
	opacity: 0.6;
	display: inline-block;
	flex: 0 1 30px;
	-webkit-filter: invert(1);
}

.board-top {
	flex-wrap: wrap;
	display: flex;
	margin-top: 50px;
	padding: 16px 0;
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
}

.nboard .board-promo-block {
	flex: 1 0 460px;
	margin: 0 0 0 0px;
	margin-bottom: 10px;
}

@media screen and (max-width:720px) {
	.nboard .board-promo-block  {
		flex: 1 0 calc(100% - 20px);
	}
	.topnews {
		width: 100%;
	}
}

.readmore {
	display: block;
	position: absolute;
	left: calc(50% - 84px);
	padding: 8px 24px;
	background: #00d98e;
	font-family: 'open_sans_condensedbold', sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #393939;
	margin-bottom: 20px;
	margin-top: -20px;
	z-index: 20;
	width: 120px;
	text-align: center;
}

.readmore:hover {
	text-decoration: underline;
}

.science .readmore {
	margin-top: -10px;
}

.soc-block {
	background: rgb(45, 45, 45);
	margin-top: 20px;
	padding: 10px 20px;
	color: #f1f1f1;
	font-family: 'open_sans_condensedbold', sans-serif;
	font-size: 18px;
/* 	min-height: 300px; */
}













































.e_header .menu {
	max-width: inherit!important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b2f31+0,3e4244+27,181d1e+85,2e383a+100 */
	background: #2b2f31; /* Old browsers */
	background: -moz-linear-gradient(left, #2b2f31 0%, #3e4244 27%, #181d1e 85%, #2e383a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #2b2f31 0%,#3e4244 27%,#181d1e 85%,#2e383a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #2b2f31 0%,#3e4244 27%,#181d1e 85%,#2e383a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2f31', endColorstr='#2e383a',GradientType=1 ); /* IE6-9 */
	min-height: 46px;
}

.e_header .social-block.fixed {
	right: 0;
}

.e_header .social-block.fixed .social {
	filter: invert(0);
	-webkit-filter: invert(0);
}


.e_news {
	display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    padding: 0 10px 20px 10px;
}

.e_news_1 {
	display: flex;
	padding: 0 10px 20px 10px;
}
.e_center_c_1 {
/* 	flex: 1 0; */
	grid-column: 2 / span 3;
	grid-row: 3 / span 1;
}

@media screen and (max-width:800px) {
	.e_center_c_1 {
		grid-column: inherit;
		grid-row: inherit;
	}
}

.e_center_c_1 .e_name {
	margin-left: 0px!important;
}
.e_right_c_1 {
	flex: 0 1 270px;
}

.main .e_news {
	padding-bottom: 0;
}

.e_news_faculties {
	display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
     margin-bottom: 20px;    
}

.e_news_collages {
	display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));  
    margin-bottom: 20px; 
}

.e_news_institutes {
	display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));  
    margin-bottom: 20px; 
}

.news_one {
	width: 100%;
/* 	border: 1px solid #e7e7e7; */
	border-radius: 16px;
	border-top: none;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.05);
	cursor: pointer;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
}

.e_right_c {
	grid-column: 5 / span 2 ;
	grid-row: 1 / span 3;
}

.e_adv {
/*
	grid-column: 5 / span 1 ;
	grid-row: 2 / span 1;
*/
	
	width: 100%;
	border-radius: 7px;
	border-top: none;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	
	display: flex;
	flex-direction: column;
}

.e_adv > a {
	flex: 1 0 50px;
	padding: 10px 10px 10px 60px;
	width: calc(100% - 70px);
	cursor: pointer!important;
	text-decoration: none;
}

.e_adv > a:hover {
	opacity: 0.9;
	background-size: 40px!important;
	background-position: 13px center;
	-webkit-animation: pulse 0.3s ; /* Safari 4+ */
	-moz-animation:    pulse 0.3s ; /* Fx 5+ */
	-o-animation:      pulse 0.3s ; /* Opera 12+ */
	animation:         pulse 0.3s ; /* IE 10+, Fx 29+ */
}

.e_adv .e_adv_name {
	font-weight: bold;
	font-size: 14px;
}

.e_adv span {
	font-size: 11px;
}

.e_adv .e_telegram {
	background: #3692bc url('../images/telegram.svg');
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 18px center;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 16px 16px 0 0;
}

.e_adv .e_fb {
	background: #3b5998 url('../images/facebook.svg');
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 18px center;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 0 0 16px 16px;
}

.e_adv .e_instagram {
	background: #c54fa0 url('../images/instagram.svg');
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 18px center;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.e_adv .e_vk {
	background: #45668e url('../images/vk.svg');
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 18px center;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.e_adv .e_youtube {
	background: #c82121 url('../images/youtube.svg');
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 18px center;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.e_adv .e_twitter {
	background: #20a6c7 url('../images/twitter-logo-button.svg');
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 18px center;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.e_news > .news_one:nth-child(1) {
	grid-column: 1 / span 2 ;
/* 	grid-row: 1 / span 1; */
	grid-row: 1;	
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
	flex-direction: column;
}

@media screen and (max-width:470px) {
	.e_news > .news_one:nth-child(1) {
		grid-column: 1 / span 1;
	}
}

.e_news > .news_one:nth-child(1) > .e_news_info .name a {
	color: rgb(242, 242, 242) !important;
	text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.97)!important;
	font-size: 24px;
	opacity: 1;
	line-height: 25px;
}

/*
.e_news :nth-child(2) .e_news_info > .e_news_text {
	display: block;
}
*/

.e_news :nth-child(1) > a .preview  {
	height: 400px;
	flex: 1 0 400px;
	border-radius: 7px;
}

.e_news :hover:nth-child(1) > a .preview {
	-webkit-animation: apulse 0.3s ; /* Safari 4+ */
	-moz-animation:    apulse 0.3s ; /* Fx 5+ */
	-o-animation:      apulse 0.3s ; /* Opera 12+ */
	animation:         apulse 0.3s ; /* IE 10+, Fx 29+ */
}

.e_news a .preview:hover {
	-webkit-filter: brightness(0.9);
}

.mainpage .e_news :nth-child(2) > .news-date {
	background: rgb(240, 240, 240) url('../images/clock.svg');
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 4px center;
	padding: 2px 4px 1px 16px;
	opacity: 0.7;
}

.e_news :nth-child(1) > .news-date:hover {
	opacity: 0.9;
}

.e_news :nth-child(1) > .e_news_info > .e_news_text {
	display: none;
}

.e_news :nth-child(1) > .e_news_info > .name {
	position: relative;
	margin-top: -120px;
}

@media screen and (max-width: 350px) {
	.e_news :nth-child(1) > .e_news_info > .name  {
		margin-top: -190px;
	}
}

.e_news :nth-child(1) > .e_news_info {
	padding: 0 10px;
	display: block;
}

/*
.mainpage .e_news .news_one:nth-child(7), .mainpage .e_news .news_one:nth-child(8) {
	display: none;
}

.mainpage .e_news.e_science .news_one:nth-child(5) {
	display: none;
}

.mainpage .e_news_collages .news_one:nth-child(6), .mainpage .e_news_collages .news_one:nth-child(7), .mainpage .e_news_collages .news_one:nth-child(8) {
	display: none;
}

.mainpage .e_news_institutes .news_one:nth-child(6), .mainpage .e_news_institutes .news_one:nth-child(7), .mainpage .e_news_institutes .news_one:nth-child(8) {
	display: none;
}
*/


@media screen and (max-width:1360px) {
	.mainpage .e_news, .e_news_faculties, .mainpage .e_news_collages, .e_news_institutes {
		padding: 0 10px;
	}
}

@media screen and (max-width:1200px) {
	.mainpage .e_right_c {
		grid-column: span 2;
		grid-row: span 2;
		display: grid;
		grid-gap: 10px;
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}
	.mainpage .e_right_c .e_top {
		margin-top: 10px;
	}
}

@media screen and (max-width:1160px) {
	.mainpage .e_news .news_one:nth-child(7), .mainpage .e_news .news_one:nth-child(8) {
		display: block;
	}
/*
	.mainpage .e_news_faculties .news_one:nth-child(9), .mainpage .e_news_faculties .news_one:nth-child(10) {
		display: none;
	}
	.mainpage .e_news_collages .news_one:nth-child(5), .mainpage .e_news_collages .news_one:nth-child(6) {
		display: none;
	}
	.mainpage .e_news_institutes .news_one:nth-child(5), .mainpage .e_news_institutes .news_one:nth-child(6) {
		display: none;
	}
	.mainpage .e_news.e_science .news_one:nth-child(4) {
		display: none;
	}
*/
}

@media screen and (max-width:930px) {
	.mainpage  .e_news_faculties .news_one:nth-child(9) {
		display: block;
	}
/*
	.mainpage  .e_news_faculties .news_one:nth-child(10) {
		display: none;
	}
*/
	.mainpage  .e_news_collages .news_one:nth-child(5), .mainpage  .e_news_collages .news_one:nth-child(6) {
		display: block;
	}
	.mainpage  .e_news_institutes .news_one:nth-child(5), .mainpage  .e_news_institutes .news_one:nth-child(6) {
		display: block;
	}
	.mainpage  .e_right_c {
		grid-column: 3 / span 1;
		grid-row: 2 / span 3;
	}
	.mainpage .e_news.e_science .news_one:nth-child(4), .mainpage .e_news.e_science .news_one:nth-child(5) {
		display: block;
	}
}

@media screen and (max-width:720px) {
	.mainpage  .e_right_c {
		grid-column: span 2;
		grid-row: span 1;
	}
}

/*
@media screen and (max-width:699px) {
	.mainpage  .news_one:nth-child(7), .mainpage .news_one:nth-child(8) {
		display: none;
	}
	.mainpage  .e_news_faculties .news_one:nth-child(9), .mainpage .e_news_faculties .news_one:nth-child(10) {
		display: none;
	}
	.mainpage  .e_news_collages .news_one:nth-child(5), .mainpage .e_news_collages .news_one:nth-child(6) {
		display: none;
	}
	.mainpage  .e_news_institutes .news_one:nth-child(5), .mainpage .e_news_institutes .news_one:nth-child(6) {
		display: none;
	}
	.mainpage .e_news.e_science .news_one:nth-child(4), .mainpage .e_news.e_science .news_one:nth-child(5) {
		display: none;
	}

}
*/

@media screen and (max-width:460px) {
	.mainpage  .e_right_c {
		grid-column: span 1;
		grid-row: span 1;
	}
	.mainpage  .e_news > .news_one:nth-child(1) {
		grid-column: span 1 ;
		grid-row: 1;	
	}
}






.news_one:hover {
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
}

.news_one:hover > .e_news_info .name a {
	text-decoration: underline;
}

.news_one .preview {
	height: 180px;
	width: 100%;
	background-size: cover!important;
	background-position: center center!important;
	border-radius: 16px 16px 0 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transform: translateZ(0);
/*
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
*/
    position: relative;
    transition-property: all;
    transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

/*
.news_one .preview:hover {
	-webkit-animation: apulse 0.3s ;
	-moz-animation:    apulse 0.3s ;
	-o-animation:      apulse 0.3s ;
	animation:         apulse 0.3s ;
}
*/

.e_news_info {
	padding: 10px;
/*
	display: flex;
	flex-direction: column;
*/
}

.e_news_info .name a {
	font-family: 'open_sans_condensedbold', sans-serif;
	color: #313131 !important;
	text-shadow: none !important;
	font-size: 16px;
	font-weight: lighter !important;
	opacity: 0.8;
	color: #313131;
	text-decoration: none;
}

.namepeople {
	margin-left: -10px;
	margin-bottom: -14px;
}

.e_people_one .e_news_info {
	padding-bottom: 0px!important;
	margin-bottom: -10px;
}

.e_news_text {
	opacity: 0.6;
	margin-top: 4px;
/* 	display: none; */
	flex: 1 0;
}

.news_one .name_f {
	background: rgb(240, 240, 240);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 4px center;
	padding: 2px 3px 1px 4px;
	font-size: 10px;
	border: none;
	opacity: 0.7;	
	display: inline;
}

.e_news_faculties .name, .e_news_collages .name, .e_news_institutes .name {
	display: inline;
}

.news_one .name_f:hover {
	background: rgb(240, 240, 240);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 4px center;
	opacity: 0.9;
}

.news_one .views {
	background: rgb(240, 240, 240) url('../images/views.svg');
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 4px center;
	padding: 2px 3px 1px 20px;
	font-size: 10px;
	border: none;
	opacity: 0.7;
}

.news_one .views:hover {
	background: rgb(240, 240, 240) url('../images/views.svg');
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 4px center;
	opacity: 0.9;
}

.news_one .comments {
	background: rgb(240, 240, 240) url('../images/comments.svg');
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: 6px center;
	padding: 2px 5px 1px 18px;
	font-size: 10px;
	border: none;
	opacity: 0.7;
}

.news_one .comments:hover {
	background: rgb(240, 240, 240) url('../images/comments.svg');
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: 6px center;
	opacity: 0.9;
}

.news_one .news-date {
	background: rgb(240, 240, 240) url('../images/clock.svg');
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: 6px center;
	padding: 2px 5px 1px 18px;
	border-radius: 2px;
	margin-bottom: 0px;
	position: relative;
	cursor: pointer;
	opacity: 0.7;
	font-size: 10px;
}

.news_one .news-date:hover {
	opacity: 0.7;
}



.news_one .news-date:hover {
	opacity: 0.5;
}

.news_one .news-date 


.e_underheader {
	border-bottom: 2px solid rgba(127, 127, 127, 0.1);
	margin-bottom: 20px;
}

.e_logo {
	background: #fafafa url('../images/logo.svg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 52px;
	width: 167px;
	background-size: 130px;
	margin-top: 20px;
	margin-left: -18px;
	z-index: 160;
	position: relative;
	box-shadow: 0px -20px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
}

.e_logo:after {
	content: "";
	position: absolute;
	margin-top: 0px;
	margin-left: 167px;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 52px 0 0 20px;
	border-color: transparent transparent transparent #fbfbfb;
}

.e_logo:before {
	content: "";
	position: absolute;
	margin-top: 0px;
	margin-left: -20px;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 52px 20px;
	border-color: transparent transparent #fbfbfb transparent;
}

.e_logo.fixed:before, .e_logo.fixed:after {
	display: none;
}

.e_logo.fixed {
	background: url('../images/logo_white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 107px;
	position: fixed;
	box-shadow: none;
	top: -8px;
	left: 40px;
}

@media screen and (max-width: 1400px) {
	.e_logo {
		margin-left: 18px;
	}	
	.e_logo.fixed {
		left: 0px;
	}	
}

/*
@media screen and (min-width: 1401px) {
	.e_logo.fixed {
		margin-left: 18px;
	}	
}
*/

@media screen and (max-width: 1100px) and (min-width:500px) {
	.e_logo {
		margin-left: calc(50% - 85px);
/* 		margin-left: calc(50% - 55px); */
	}
	.e_underheader {
/* 		margin-bottom: -30px; */
	}
}

@media screen and (max-width: 585px) {
	.e_logo.not-fixed {
		margin-left: 80px;
	}
	.e_underheader {
/* 		margin-bottom: 40px; */
	}
}

@media screen and (max-width: 470px) {
	.e_logo.not-fixed:before, .e_logo.not-fixed:after {
		display: none;
	}
	.e_logo.not-fixed {
		background: url('../images/logo_white.svg');
		background-repeat: no-repeat;
		background-position: center center;
		height: 22px;
		width: 107px;
		position: fixed;
		box-shadow: none;
		top: -8px;
		left: 40px;
	}
}

@media screen and (max-width:434px) {
	.e_logo.not-fixed {
		left: -30px;
	}
}

@media screen and (max-width: 370px) {
	.e_logo {
		width: 67px!important;
	}
}

@media screen and (max-width: 330px) {
	.e_logo {
		display: none;
	}
}

.e_burger {
	display: none;
	background: #18cc9b url('../images/e_burger_w.svg');
	height: 46px;
	width: 46px;
	background-size: 26px;
	background-position: center center;
	background-repeat: no-repeat;
	position: fixed;
	left: 0px;
	top: 0px;
	opacity: 0.9;
}

.e_burger:hover {
	-webkit-animation: pulse 0.3s ; /* Safari 4+ */
	-moz-animation:    pulse 0.3s ; /* Fx 5+ */
	-o-animation:      pulse 0.3s ; /* Opera 12+ */
	animation:         pulse 0.3s ; /* IE 10+, Fx 29+ */
	opacity: 1;
}

@media screen and (max-width: 1100px) {
	.e_burger {
		display: block;
	}
}

.e_menu {
	display: flex;
	border-bottom: 1px solid #e1e1e1;
}

.e_menu .active {
	border-bottom: 2px solid #00c27f;
}

@media screen and (max-width: 1400px) {
	.e_menu {
		width: calc(100% - 20px);;
		margin-left: 10px;
	}
}

.e_menu.fixed {
	position: fixed;
	top: 10px;
	z-index: 161;
	-webkit-animation: pulse 0.3s ;
	-moz-animation:    pulse 0.3s ; 
	-o-animation:      pulse 0.3s ;
	animation:         pulse 0.3s ;
	border-bottom: none;
	left: 130px;
	width: calc(100% - 350px);
}

.e_menu.fixed a {
	color: #f1f1f1;
	white-space: nowrap;
}

.e_menu a {
	font-family: 'open_sans_condensedbold', sans-serif;
	color: #424242;
	font-size: 18px;
	text-decoration: none;
	padding: 0 13px 0 13px;
	border-bottom: 2px solid transparent;
	margin-bottom: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transform: translateZ(0);
}

@media screen and (max-width:1195px) and (min-width:500px) {
	.e_menu a {
		padding: 0 8px 0 8px;
	}
}

.e_menu a:first-child {
	padding-left: 0;
	padding-right: 0;
}

.e_menu a:hover {
	border-bottom: 2px solid #00c27f;
	-webkit-animation: pulse 0.3s ; /* Safari 4+ */
	-moz-animation:    pulse 0.3s ; /* Fx 5+ */
	-o-animation:      pulse 0.3s ; /* Opera 12+ */
	animation:         pulse 0.3s ; /* IE 10+, Fx 29+ */
}

.e_menu a.active {
	border-bottom: 2px solid #00c27f;
}

@media screen and (max-width:1110px) {
/*
	.e_menu {
		display: none;
	}
*/
	.e_logo.fixed {
		left: 40px;
	}
}

@media screen and (max-width:1110px) {
	.e_menu {
		display: flex!important;
		flex-wrap: wrap!important;
		justify-content: center!important;
		position: fixed!important;
		background: #fafafa!important;
		z-index: 150!important;
		width: 260px!important;
		height:calc(100vh - 56px)!important;
		margin-left: -260px!important;
		padding-top: 10px!important;
		top: 46px!important;
		left:0!important;
		box-shadow: 0px 10px 10px rgba(3, 94, 69, 0.17)!important;
		-webkit-transition: all 0.3s ease!important;
		-moz-transition: all 0.3s ease!important;
		-o-transition: all 0.3s ease!important;
	}
	.e_menu.show {
		margin-left: 0px!important;
	}
}

@media screen and (max-width:1110px) {
	.e_menu a {
		flex: 1 0 160px;
		text-align: center;
		padding: 10px 15px;
		margin-bottom: 0;
		text-align: left;
		height: 22px;
	}
	.e_menu a:first-child {
		padding-left: 15px;
	}
	.e_menu a.active {
		background: #00c27f;
		color: white;
	}
}

@media screen and (max-width: 500px) {
	.e_menu.show a {
		flex: 1 0 130px;
	}
}

.e_name_block {
	display: flex;
	justify-content: space-between;
}

.e_name {
	line-height: 38px;
	margin: 0 0 28px 0;
	background-color: rgba(57, 225, 169, 1);
	color: #323232;
	font-size: 25px;
	padding: 0 20px 0 21px;
	/* text-transform: uppercase; */
	display: inline-block;
	width: 114px;
	font-family: 'open_sans_condensedbold', sans-serif;
	text-decoration: none;
	margin-top: 26px;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
/* 	margin-left: -10px; */
}

@media screen and (max-width: 1360px) {
	.e_name {
		margin-left: 6px;
	}
}

@media screen and (max-width:350px) {
	.e_name.e_board{
		font-size: 19px;
	}
}

.e_name:hover {
	-webkit-animation: pulse 0.3s ; /* Safari 4+ */
	-moz-animation:    pulse 0.3s ; /* Fx 5+ */
	-o-animation:      pulse 0.3s ; /* Opera 12+ */
	animation:         pulse 0.3s ; /* IE 10+, Fx 29+ */
	text-decoration: underline;
}

.e_name:before {
	content: "";
	position: absolute;
	margin-top: 38px;
	margin-left: -21px;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 14px 0 0;
	border-color: #00c27f transparent transparent transparent;
}

.e_name.e_board {
	position: absolute;
	margin-top: -86px;
	width: auto;
}

.e_top {
	border-radius: 7px;
	border-top: none;
}

.e_top .topnews_one:nth-child(2) {
	margin-top: 6px;
}


.e_top a {
	color: #373737;
	text-decoration: none;
}

.e_top .topnews_one {
	display: flex;
}

.e_top .topnews_one:hover {
	-webkit-animation: pulse 0.3s ; /* Safari 4+ */
	-moz-animation:    pulse 0.3s ; /* Fx 5+ */
	-o-animation:      pulse 0.3s ; /* Opera 12+ */
	animation:         pulse 0.3s ; /* IE 10+, Fx 29+ */
}

.e_top .topnews_one .name {
	flex: 1 0;
}

.e_top .views {
	background: url('../images/views.svg');
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 18px;
	opacity: 0.6;
	display: inline-block;
	flex: 0 1 40px;
}

.e_top .ratings {
	background: url('../images/like_dark.svg');
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 18px;
	opacity: 0.5;
	display: inline-block;
	flex: 0 1 30px;
}

.p_line {
	display: flex;
	padding: 4px 0;
	margin-left: 6px;
}

.p_line:hover {
	-webkit-animation: apulse 0.3s ; /* Safari 4+ */
	-moz-animation:    apulse 0.3s ; /* Fx 5+ */
	-o-animation:      apulse 0.3s ; /* Opera 12+ */
	animation:         apulse 0.3s ; /* IE 10+, Fx 29+ */	
}

.f_each {
	height: 16px;
	background-image:
	   -webkit-linear-gradient(-45deg, 
	                           transparent 33%, rgba(0, 0, 0, .1) 33%, 
	                           rgba(0,0, 0, .1) 66%, transparent 66%),
	   -webkit-linear-gradient(top, 
	                           rgba(255, 255, 255, .25), 
	                           rgba(0, 0, 0, .25)),
	   -webkit-linear-gradient(left, rgba(0, 217, 142, 0.77), #00c27f);

    border-radius: 2px; 
    background-size: 35px 20px, 100% 100%, 100% 100%;
    margin-left: 6px;
}

.f_count {
	opacity: 0.6;
	font-size: 12px;
	padding-left: 6px;
}

.e_top_lcomm {
	grid-column: 1 / span 1;
	grid-row: 2 / span 2;
	margin-top: 0px!important;
}


.e_top_f {
	margin-top: 26px;
	margin-bottom: 26px;
	background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, .1) 100%);
	-webkit-animation: pulse 1s ; /* Safari 4+ */
	-moz-animation:    pulse 1s ; /* Fx 5+ */
	-o-animation:      pulse 1s ; /* Opera 12+ */
	animation:         pulse 1s ; /* IE 10+, Fx 29+ */	
}

.e_top_f p > a {
	color: #1287b8;
}

.f_name {
	flex: 0 0 48px;
}

.f_name a:hover {
	text-decoration: underline;
}

.f_name .first:before {
	content: "";
	background: url('../images/1st.svg');
	background-size: 12px;
	height: 12px;
	width: 12px;
	display: block;
	position: absolute;
	margin-left: -13px;
	margin-top: 2px;
}


.f_name .second:before {
	content: "";
	background: url('../images/2st.svg');
	background-size: 12px;
	height: 12px;
	width: 12px;
	display: block;
	position: absolute;
	margin-left: -13px;
	margin-top: 2px;
}

.f_name .third:before {
	content: "";
	background: url('../images/3st.svg');
	background-size: 12px;
	height: 12px;
	width: 12px;
	display: block;
	position: absolute;
	margin-left: -13px;
	margin-top: 2px;
}

.e_people_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.e_people_one {
	flex: 1 0 380px;
	margin: 20px 10px;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
    border-radius: 17px;
}

.e_people_one:hover {
	position: relative;
	box-shadow: 0 0 0 12px rgb(252, 252, 252), 0px 0px 51px rgba(0, 0, 0, 0.2);
	z-index: 80;
}

.mainpage  .e_people_one:nth-child(4) {
	display: none;
}

/*
.e_people_one:nth-child(1) {
	margin-left: 0;
}

.e_people_one:nth-child(3) {
	margin-right: 0;
}
*/

@media screen and (max-width: 1240px) {
	.mainpage .e_people_one:nth-child(4) {
		display: block;
	}
	.mainpage .e_people_one {
		margin: 0 10px 20px 10px;
	}
}

@media screen and (max-width: 800px) {
	.mainpage .e_people_one {
		flex: 1 0 40%;
	}
	.e_people_one {
		flex: 1 0 40%;
	}
}

@media screen and (max-width: 680px) {
	.e_people_one {
		flex: 1 0 70%;
	}
	.mainpage .e_people_one {
		flex: 1 0 70%;
	}
	.mainpage .e_people_one:nth-child(4) {
		display: none;
	}
}

.e_people_one a:hover {
	cursor: pointer;
}

.e_people .preview {
	width: 100%;
	height: 200px;
	background-size: cover!important;
	background-position: center center!important;
	border-radius: 16px 16px 0 0;
}
 
.e_author {
	position: relative;
	height: 150px;
	width: 150px;
}

.e_author > div:hover {
	-webkit-animation: pulse 0.3s ; /* Safari 4+ */
	-moz-animation:    pulse 0.3s ; /* Fx 5+ */
	-o-animation:      pulse 0.3s ; /* Opera 12+ */
	animation:         pulse 0.3s ; /* IE 10+, Fx 29+ */	
}

.e_author > div {
	height: 120px;
	width: 120px;
	background-size: cover;
	border-radius: 50%;
	margin-left: calc(50% - 61px);
	margin-top: -61px;
	box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.88);
}

.e_author_name {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #515151;
	opacity: 0.7;
	text-align: right;
	width: 100%;
	max-width: 138px;
	float: right;
	margin-top: -6px;
	padding-right: 3px;
}

.e_people_one .news-stat.inpeople {
	margin-bottom: 2px;
	max-width: 140px;
	position: relative;
	margin-top: -60px;
	flex-wrap: wrap;
}

.e_people_one .news-stat.inpeople > div {
	opacity: 0.6;
}

.e_people_one .news-stat.inpeople > div:hover {
	opacity: 1;
}

.e_people_one .news-stat.inpeople .date {
	margin-top: 4px;
	background: url('../images/clock.svg');
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 6px center;
	border: 1px solid #ebebeb;
}

.e_people_text {
	padding: 10px;
}

.e_people_text .people-text {
	padding-top: 16px;
}

.e_faculties {
	width: auto;
}

 .tags-block {
	padding-bottom: 10px;
	margin-top: -10px;
}

.error_ctrl {
	cursor: crosshair;
	background: #ecf0f1;
	border-radius: 5px;
	padding: 6px;
	font-family: sans-serif;
	font-size: 10px;
	white-space: nowrap;
	color: #607D8B;
	display: inline-block;
	margin: 3px auto;
	max-width: 105px;
	opacity: 0.3;
	float:right;
	position: relative;
	margin-top: -22px;
}

.error_ctrl:hover {
	opacity: 0.8;
	-webkit-animation: pulse 0.3s ; /* Safari 4+ */
	-moz-animation:    pulse 0.3s ; /* Fx 5+ */
	-o-animation:      pulse 0.3s ; /* Opera 12+ */
	animation:         pulse 0.3s ; /* IE 10+, Fx 29+ */	
}

.e_underheader.fixed {
	padding-bottom: 92px;
}

.e_underheader.fixed2 {
	padding-bottom: 140px;
}

.iupdate {
	background: rgb(223, 49, 30);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 4px center;
	padding: 0px 6px 1px 6px;
	font-size: 11px;
	border: none;
	opacity: 1;
	position: absolute;
	display: block;
	z-index: 22;
	margin-top: 30px;
	margin-left: 10px;
	color: #ffffff;
	border-radius: 2px;
	font-family: 'open_sans_condensedbold', sans-serif;
}

.iupdate.undermodilego {
	margin-top: 30px;	
}

.imodule {
	background: rgb(219, 223, 223);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 4px center;
	padding: 0px 6px 1px 6px;
	font-size: 11px;
	border: none;
	opacity: 1;
	position: absolute;
	display: block;
	z-index: 22;
	margin-top: 10px;
	margin-left: 10px;
	color: #313131;
	border-radius: 2px;
	font-family: 'open_sans_condensedbold', sans-serif;
}

.e_news > .news_one:nth-child(1) .iupdate {
	margin-top: -390px!important;
}

.e_news > .news_one:nth-child(1) .iphoto {
	margin-top: -20px!important;
}

.icounter {
	position: absolute;
	display: block;
	margin-left: 2px;
}

.icounter > div {
	display: inline-block;
	margin-top: -8px;
	margin-left: 8px;
}

.e_news > .news_one:nth-child(1) .icounter > div {
	margin-top: -18px;
	margin-left: 8px;
}

.iphoto {
	background: rgb(223, 49, 30) url('../images/photo.svg');
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 4px center;
	padding: 0px 6px 1px 20px;
	font-size: 11px;
	border: none;
	opacity: 1;
	display: block;
	z-index: 22;
	color: #ffffff;
	border-radius: 2px;
	font-family: 'open_sans_condensedbold', sans-serif;
}

.ivideo {
	background: rgb(223, 49, 30) url('../images/video.svg');
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 4px center;
	padding: 0px 6px 1px 20px;
	font-size: 11px;
	border: none;
	opacity: 1;
	display: block;
	z-index: 22;
	color: #ffffff;
	border-radius: 2px;
	font-family: 'open_sans_condensedbold', sans-serif;
}

.rss {
	background: url('../images/rss.svg');
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 14px;
	width: 14px;
	padding: 14px;
	margin-top: 17px;
	margin-right: 10px;
	opacity: 0.7;
}

.rss:hover {
	opacity: 1;
	-webkit-animation: pulse 0.3s ; /* Safari 4+ */
	-moz-animation:    pulse 0.3s ; /* Fx 5+ */
	-o-animation:      pulse 0.3s ; /* Opera 12+ */
	animation:         pulse 0.3s ; /* IE 10+, Fx 29+ */	
}

.addthis_inline_share_toolbox {
	clear: both;
	margin: 0 auto;
	text-align: center;
	opacity: 0.6;
}

.addthis_inline_share_toolbox:hover{
	opacity: 1;
}

.cont_right {
	flex: 0 1 280px;
	padding: 0 10px;
	margin-bottom: 30px;
	margin-left: 20px;
}

.e_share {
	border-radius: 7px;
	border-top: none;
    padding: 18px 6px 10px 6px;
    border: 1px solid rgba(128, 128, 128, 0.4);
    margin-top: 2px;
}
.e_share .nameblock {
	font-family: 'open_sans_condensedbold', sans-serif;
	color: #424242;
	font-size: 18px;
	position: absolute;
	margin-top: -30px;
	background: #ffffff;
	padding: 0 5px;
}

.e_related {
	width: 100%;
}

.e_related .near-news img {
	width: 80px;
	height: 70px;
	object-fit: cover;
	margin-left: -6px;
}

.e_related .near-news {
	flex-direction: row;
	padding: 3px 6px 3px 6px;
	border-top:  1px solid rgba(128, 128, 128, 0.1);
}

.e_related .near-news:hover {
	-webkit-animation: pulse 0.3s ; /* Safari 4+ */
	-moz-animation:    pulse 0.3s ; /* Fx 5+ */
	-o-animation:      pulse 0.3s ; /* Opera 12+ */
	animation:         pulse 0.3s ; /* IE 10+, Fx 29+ */	
	background: #f1f1f1;
}

.e_related a:hover {
	text-decoration: none;
}

.e_related .near-news .name {
	padding-left: 4px;
	font-family: 'open_sans_condensedbold', sans-serif;
	color: #737373;
	line-height: 15px;
	font-size: 14px;
	font-weight: lighter;
}

.e_related .nameblock {
	font-family: 'open_sans_condensedbold', sans-serif;
	color: #424242;
	font-size: 18px;
	position: absolute;
	margin-top: -37px;
	background: #ffffff;
	padding: 0 5px;
	margin-left: 6px;
}

.cont_right .e_adv {
	margin-top: 16px;
}

.cont_right .e_adv > a {
	flex: 1 0 65px;
}

.cont_right .e_adv > a:hover {
	text-decoration: none;
}

@media screen and (max-width:1000px) {
	.news-container {
		flex-wrap: wrap;
	}
	.newsfull-text {
		flex: 1 0 90%;
	}
	.cont_right {
		display: grid;
	    grid-gap: 10px;
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		flex: inherit;
		width: calc(100% - 20px);
		margin-left:0;
	}
	.e_related, .e_share {
		margin-top: 16px;
	}
	.cont_right .e_adv {
		grid-column: inherit;
		grid-row: inherit;
	}
}


.spoiler {
	border: 1px dashed rgb(186, 186, 186);
	border-radius: 2px;
	padding: 0 10px 0 0;
	overflow: auto;
}
.spoilerhead {
	background: rgb(236, 236, 236);
	font-family: 'open_sans_condensedbold', sans-serif;
	color: rgb(73, 73, 73);
	padding: 6px 8px 4px 8px;
	font-size: 19px;
	font-weight: normal;
	cursor: pointer;
	width: calc(100% + 10px);
}
.spoilerhead:hover {
	background: rgba(221, 221, 221, 1);
}
.spoilerbody {
    margin: 5px;
}

.destination {
	padding: 4px 34px;
	background: #242628;
	font-family: 'open_sans_condensedbold', sans-serif;
	position: fixed;
	width: calc(100% - 34px - 34px);
	top: 0;
	z-index: 99;
	height: 18px;
}

.destination a {
	color: #f1f1f1;
	text-decoration: none;
	padding: 2px 4px;
	opacity: 0.6;
}

.destination a:hover {
	background: rgba(255, 255, 255, 0.1);
	opacity: 1;
	cursor: pointer;
}

.bntu {
	background: url('../images/logo_bntu_2018_white');
	height: 29px;
	width: 56px;
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
}

.adddestination {
	margin-top: 26px;
}

.adddestination2.fixed {
	margin-top: 46px;
}

.adddestination3.e_underheader.fixed {
	padding-bottom: 72px;
}
@media screen and (min-width:1064px) {
	.e_underheader.fixed3 {
		padding-bottom: 130px;
	}
	
	.adddestination3.e_underheader.fixed3 {
		padding-bottom: 134px;
	}
}

.gsc-cursor-page {
	display: inline-block!important;
	margin: 0 2px!important;
	border-radius: 20px!important;
	-webkit-transition: all 0.3s ease!important;
	-moz-transition: all 0.3s ease!important;
	-o-transition: all 0.3s ease!important;
	-webkit-transform: translateZ(0)!important;
	text-decoration: none!important;
	color: #444444!important;
	padding: 7px 13px 6px 13px!important;
	background: transparent!important;
}

.gsc-cursor-current-page {
	background: rgb(255, 215, 111)!important;
}

.gsc-cursor-page:hover {
	background: rgba(0, 0, 0, 0.1)!important;
	cursor: pointer!important;
}

.gsc-cursor {
	margin: 0 auto!important;
	text-align: center!important;
	border: 1px solid rgba(148, 148, 148, 0.2)!important;
	border-radius: 20px!important;
	background: white!important;
	
	display: inline-block!important;
	max-width: 380px!important;
	padding: 4px 5px 3px 5px!important;
}

.gsc-cursor-box.gs-bidi-start-align {
	text-align: center;
}

div#___gcse_0 {
	max-width: 270px;
	float: right;
}

.gsearch {
	flex: 1 0;
}

.search_i {
	background: url('../images/search_i.svg');
	background-size: 18px;
	height: 20px;
	width: 20px;
	padding: 0 6px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.7;
	display: none;
}

.search_i:hover {
	opacity: 1;
	-webkit-animation: pulse 0.3s ; /* Safari 4+ */
	-moz-animation:    pulse 0.3s ; /* Fx 5+ */
	-o-animation:      pulse 0.3s ; /* Opera 12+ */
	animation:         pulse 0.3s ; /* IE 10+, Fx 29+ */		
}

@media screen and (max-width:1475px) {
	.fixed .search_i {
		display: block;
	}
	.fixed .gsearch {
/* 		display: none; */
	}
	.e_menu.show .gsearch {
		float: none!important;
		flex: 1 0 calc(100% - 20px);
		padding-bottom: 10px;
		padding: 0 10px;
	}
	.e_menu.show .gsearch > div {
		margin: 0 auto;
		float:none!important;
	}
}

.fixed_search {
	position: fixed;
	left: calc( 0px);
	z-index: 9999;
	padding: 20px 20px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);
	margin-left: calc(50% - 135px - 20px);
	top: 46px;
	display: block!important;
}

.fixed_search_i {
	display: block!important;
}

.e_menu.show_without {
	display: block;
}

.e_menu.show_without a {
	display: none!important;
}

.e_author_without {
	height: 60px!important;
}

.withoutpeople {
	max-width: inherit!important;
}

.withoutpeople .date {
	margin-top: 0!important;
}

.e_framevideo {
	width: 100%;
	max-width: 1100px;
	padding-bottom: 56.3%;
	height: 1px;
	position: relative;
	margin: 0 auto;
}

.herecontent {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.news-view .herecontent .e_framevideo iframe {
	width:100%!important;
	height: 100% !important;
	position: absolute;
    left: 0px;
    top: 0px;
}

/*
.news-view .herecontent iframe:not(.notvideo,.tv,.playbuzz,.e_adv_content) {
	width:100%!important;
	height: 100% !important;
	position: absolute;
    left: 0px;
    top: 0px;
}
*/




.rating {
	text-align: center;
	background: #d5d5d5;
	margin: 14px auto 20px auto;
	max-width: 340px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b2f31+0,3e4244+27,181d1e+85,2e383a+100 */
	background: #2b2f31;
	/* Old browsers */
	background: -moz-linear-gradient(left, #2b2f31 0%, #3e4244 27%, #181d1e 85%, #2e383a 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #2b2f31 0%, #3e4244 27%, #181d1e 85%, #2e383a 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #2b2f31 0%, #3e4244 27%, #181d1e 85%, #2e383a 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2b2f31', endColorstr='#2e383a', GradientType=1 );
	/* IE6-9 */
	color: #f1f1f1;
	border: 0;
	font-size: 14px;
	padding: 14px 12px;
	border-radius: 2px;
}

.rating  {

}

.like {
	background: url('../images/like.svg');
	background-size: 14px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-right: 7px;
	padding-left: 24px;
}

.rating:hover {
	background: #00c27f;
	cursor: pointer;
	-webkit-animation: pulse 0.3s ; /* Safari 4+ */
	-moz-animation:    pulse 0.3s ; /* Fx 5+ */
	-o-animation:      pulse 0.3s ; /* Opera 12+ */
	animation:         pulse 0.3s ; /* IE 10+, Fx 29+ */	
	color: #313131;

}

.rating_form {
	margin: 0 auto;
	text-align: center;
}

iframe.tv {
	width:100%!important;
	height: 100% !important;
	position: absolute;
    left: 0px;
    top: 0px;
}

.e_tvvideo {
	width: 100%;
	padding-bottom: 56.3%;
	height: 1px;
	position: relative;
	margin: 0 auto;
}



.gallery_list {
	width: 100%;
	max-width: 1100px;
	padding-bottom: 56.3%;
	height: 1px;
	position: relative;
	margin: 0 auto;
}

.gallery_list  iframe {
	height: 100%!important;
	width: 100%!important;
	position: absolute;
}

.video_list {
	display: flex;
	flex-wrap: wrap;
/* 	margin: 20px; */
	justify-content: space-between;
	margin-left: 10px;
}

.video_one {
	flex: 1 0 calc(25% - 20px);
	margin: 0 0 20px 0;
	max-width: calc(25% - 10px);
}

@media screen and (max-width:900px) {
	.video_one {
	flex: 1 0 calc(50% - 20px);
	max-width: calc(50% - 10px)
	}
}

@media screen and (max-width:700px) {
	.video_one {
		flex: 1 0 calc(100% - 0px);
		max-width: calc(100% - 0px)
	}
}

@media screen and (max-width:700px) {
	.video_one {
		flex: 1 0 calc(100% - 0px);
		max-width: calc(100% - 0px)
	}
}

.e_center_c {
	grid-column: 1 / span 4 ;
	grid-row: 3 / span 1;
}

.e_center_c .video_list {
	margin-top: -2px;
	margin-bottom: 0px;
	margin-left:0;
	margin-right: 0;
}

.e_center_c .video_one {
	margin-bottom: 0px;
}

.e_center_c .e_name_block {
	margin-left: -10px;
	margin-top: -10px;
}

.beta {
	font-size: 10px;
	opacity: 0.4;
	margin: 0 20px;
	display: block;
}

@media screen and (max-width:1200px) and (min-width:930px) {
	.e_center_c {
		grid-column: 1 / span 3;
		grid-row: 3 / span 1;
	}
	.e_center_c .video_list :nth-child(3) {
		display: none;
	}
	.e_center_c .video_one {
		flex: 1 0 calc(50% - 20px);
		max-width: calc(50% - 10px);
	}
}

@media screen and (max-width:1160px) {
	.e_center_c {
		grid-column: 1 / span 2;
		grid-row: 4 / span 1;
	}
}

@media screen and (max-width:930px) {
	.e_center_c {
		grid-column: 1 / span 3;
		grid-row: 5 / span 1;
	}
}

@media screen and (max-width:900px) {
	.e_center_c {
		grid-column: span 3;
		grid-row: span 1;
	}
	.e_center_c .video_list :nth-child(3) {
		display: none;
	}
	.e_center_c .video_one {
		flex: 1 0 calc(50% - 20px);
		max-width: calc(50% - 10px);
	}
}

@media screen and (max-width:699px) {
	.e_center_c {
		grid-column: span 2;
		grid-row: span 1;
	}
}
@media screen and (max-width:469px) {
	.e_center_c {
		grid-column: span 1;
		grid-row: span 1;
	}
	.e_center_c .video_one {
		flex: 1 0 calc(100% - 0px);
		max-width: calc(100% - 0px);
	}
	.e_center_c .video_one {
		margin-bottom: 10px;
	}
}

.darkness.active {
	height: 100vh;
	width: 100vw;
	position: fixed;
	z-index: 150;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.55);
	display: block;
}

.profile .hide {
	display: none;
}

.profile .active {
	display: block;
}

.profile-form {
	display: flex;
	justify-content: center;
}

.profile-form-a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	max-width: 500px;
	padding: 20px 20px;
	font-size: 16px;
	margin: 0 auto;
}

.profile-form-a button {
	display: inline-block;
	font-weight: normal;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.5rem 1rem;
	font-size: 14px;
	border-radius: 0.25rem;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.profile-form-view {
	display: flex;
	align-content: flex-start;
	padding: 20px 20px; 
	font-size: 16px;
	flex-wrap: wrap;
}

.profile-form input {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 27px;
	line-height: 27px;
	margin: 5px -5px 0;
	padding: 7px 5px 3px;
	border: none;
	outline: none;
	color: #555;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	opacity: .6;
	transition: all linear .3s;
	padding: 24px;
	background: transparent;
}

.profile-form textarea {
	display: inline-block;
	position: relative;
	width: 100%;
	/* height: 27px; */
	line-height: 27px;
	margin: 5px -5px 0;
	padding: 7px 5px 3px;
	border: none;
	outline: none;
	color: #555;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	transition: all linear .3s;
	padding: 4px 24px;
	background: transparent;
}

.profile-form label {
	display: block;
	padding: 13px 18px 0px;
	vertical-align: top;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #939393;
	cursor: pointer;
}

.profile-form p {
	border: 1px solid #e4e4e4;
	padding: 0;
	margin: -1px;
	width: 100%;
	flex: 250px;
}

.profile {
/* 	width: 100%; */
	width: 90%;
	max-width: 510px;
}

.profile-form select {
	display: inline-block; 
 	position: relative;


	width: calc(100% - 36px);
/* 	height: 27px; */
	line-height: 27px;
	border: none;
	outline: none;
	color: #555;

	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	opacity: 1;
	transition: all linear .3s;
	padding: 24px;
	background: transparent;
	margin: 17px;
}

.row input[type="submit"] {
	-moz-appearance: none;
	-webkit-appearance: none;
}

.profile .row {
	display: flex;
	flex-wrap: wrap; 
	justify-content: center;
}

.select-f-c-i {
	width:100%;
}

.register {
	text-align: center;
	margin: 14px auto 0px auto!important; 
	max-width: 340px;
	background: #2b2f31!important;
	background: -moz-linear-gradient(left, #2b2f31 0%, #3e4244 27%, #181d1e 85%, #2e383a 100%);
	background: -webkit-linear-gradient(left, #2b2f31 0%, #3e4244 27%, #181d1e 85%, #2e383a 100%);
	background: linear-gradient(to right, #2b2f31 0%, #3e4244 27%, #181d1e 85%, #2e383a 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2b2f31', endColorstr='#2e383a', GradientType=1 );
	color: #f1f1f1!important;
	border: 0;
	font-size: 14px!important;
	padding: 14px 12px!important;
	border-radius: 2px;
	opacity: 1!important;
	height: initial!important;
	line-height: initial!important;
	max-width: 250px;
}

.register:hover {
	background: #00c27f!important;
	cursor: pointer;
	-webkit-animation: pulse 0.3s ; /* Safari 4+ */
	-moz-animation:    pulse 0.3s ; /* Fx 5+ */
	-o-animation:      pulse 0.3s ; /* Opera 12+ */
	animation:         pulse 0.3s ; /* IE 10+, Fx 29+ */	
	color: #313131!important;
}

.register-block {
	padding: 20px;
	margin: 0 auto;
	font-size: 14px;
}

.profile span {
	color: #ba0303;
	font-size: bold;
	font-size: 100%;
	vertical-align: top;
}

.register-container {
/* 	max-width: 800px; */
	margin: 0 auto;
}

.profile-form-a .row.centered, .profile-form-view .row.centered {
	text-align: center;
}

.profile-form-a h3, .profile-form-view h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.profile-form-a small, .profile-form-view small {
	opacity: 0.6;
}

.small-name {
/* 	max-width: 580px; */
	width: 100%;
	margin: 0 auto;
}

.regbutton {
	margin: 0 auto;
	text-align: center;
/* 	border: 1px solid rgba(148, 148, 148, 0.2); */
/* 	border-radius: 20px; */
	display: block;
	padding: 4px 5px 3px 5px;
	max-width: 240px;
}

.regbutton span {
/* 	background: rgb(255, 215, 111); */
	padding: 10px;
	border-radius: 30px;
	color: #313131;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

a.regbutton {
	text-decoration: none; 
}

a.regbutton:hover {
	text-decoration: underline!important;
}

.addcomment {
	background: #f7f7f7;
	margin: 20px -20px 20px;
}

@media screen and (max-width: 1000px) {
	.addcomment {
		margin: 20px 0px 20px;
	} 
}

.addcomment-board {
	width: calc(100% - 0px);
	margin-left: 0;

}

.addcomment textarea {
	color: #313131;
	font-size: 16px;
	padding: 12px 14px;
	margin: 20px 0 20px 36px;
	border: 1px solid #dfdfdf;
	width: calc(100% - 68px);
	max-width: 786px;
}

.comment-text {
	background: #f7f7f7;
	border-radius: 6px 6px 6px 0;
	padding: 30px 22px 16px;
	margin-bottom: 14px;
	font-size: 16px;
	font-weight: 400;
	margin-left: 20px;
}

.comment-text p {
	margin-bottom: 0;
}

.comment-author {
	font-size: 18px;
	font-weight: 500;
	margin-left: 14px;
}

.comment-author {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	margin-left: 10px;
	margin-bottom: -7px;
}

.comment-author img {
	object-fit:cover;
	height:40px;
	width:40px;
	border-radius: 50%; 
}

.comment-author span {
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	flex: 1 0;
}

.comment {
	padding: 10px 20px;
	max-width: 800px;
	margin-bottom: -20px;
}

.comments-name {
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	background: #f7f7f7;
	margin-bottom: 20px;
	width: calc(100% + 0px);
	margin-left: -20px;
}

.comments-name-board {
	width: calc(100% - 40px);
	margin-left: 0;
}

.news-comments {
	background: #ffffff;
}

@media screen and (max-width:950px) {
	.news-comments { 
		width: calc(100% + 40px);
		margin-left: -20px;
	}
}

@media screen and (max-width:1000px) {
	.comments-name {
		width: calc(100% - 40px)!important;
		margin-left:0!important;
	}
}

.news-center-content {
	display: flex;
	flex-wrap: nowrap;
}

@media screen and (max-width:1000px) {
	.news-center-content {
		flex-wrap: wrap;
	}	
}

.register.addcomment {
	margin: -12px 36px 10px!important;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.comments-name.add-name {
	margin-top: 40px;
	margin-bottom: 0px;
	background: transparent!important;
}


.news-comments .alert {
	max-width: 740px;
	margin: 40px;
}

.comment-alert {
	max-width: 740px;
	margin: 40px;
}


.comment-text .date {
	font-size: 10px;
/* 	position: absolute; */
	opacity: 0.3;
/*
	margin-top: -16px;
	margin-left: -2px;
*/
}

.alert a {
	color: #313131;
	padding: 0px 0 0;
	display: inline-block;
	cursor: pointer;
}

.alert a:hover {
	text-decoration: none!important;
}

.row ul, .row li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.row ul {
	width: calc(100% - 40px);
	padding: 20px 0;
}

.row li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.row li > * {
	display: inline-block;
}

.row li input {
	max-width: 20px;
	margin: 0;
	padding: 0; 
}

form a {
	color: #313131;
}

.news-center-content-all {
	padding: 0 20px;
	width: calc(100% - 40px);
	margin: 0 auto;
	flex: 1 0;
}

@media screen and (max-width: 1000px) {
	.news-center-content-all {
		flex: 1 0 90%;
		padding: 0px;
		width: calc(100%);
	}
}

@media screen and (max-width: 454px) {
	.news-center-content-all {
		padding: 0px;
		width: calc(100%); 
	}
}

.profile-block-left ul, .profile-block-left li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.profile-block-left li a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding: 10px 20px;
	display: block;
}

.profile-block-left {
	padding: 0;
	min-width: 200px;
	flex: 1 0 200px;
	max-width: 250px;
	padding-top: 0px;
	padding-bottom: 40px;
}

.profile-block-left li a {
	color: #313131;
	text-decoration: none;
}

.profile-block-left li a:hover {
	background: rgba(0, 0, 0, 0.04)!important;
	cursor: pointer;
}

.profile-block-center {
	padding: 0 20px;
	flex: 1 0 300px;
}

@media screen and (max-width:580px) {
	.profile-block-center-c {
		justify-content: center!important;
	}
	.profile-form-view {
		justify-content: center!important;
		flex-direction: column-reverse;
		align-content: center!important;
		align-items: center!important;
	}
	.profile-block-center, .profile-block-center-d {
		padding: 0!important;
		width:100%;
		text-align: center;
	}
	.profile-block-center {
		margin-bottom: 40px;
	}
	.profile-block-left {
		width: 100%;
		max-width: inherit!important;
	}
}

.profile-block-center .avatar {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}
  
.profile-block-center .avatar img {
	height: 160px;
	width: 160px;
	border-radius: 50%; 
	background-position: center center!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	display: block;
	margin-bottom: 20px;
	object-fit: cover;
}

.profile-block-center-c {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.profile-block-center-d {
	padding: 0 20px;
	margin-top: -10px; 
}

.profile-block-center-d a {
	color: #313131;
	text-decoration: none!important;
}

.profile-block-center-d a:hover {
	text-decoration: underline!important;
}

.profile-block-center .btn-file {
    position: relative;
    overflow: hidden;
}
.profile-block-center .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.verified {
	width: 13px!important;
	height: 13px!important;
	position: absolute;
	margin-left: 3px;
	margin-top: 3px;
}

.comment_main {
	display: flex;
	
}

.comment_main img {
	height: 36px;
	width: 36px;
	border-radius: 50%; 
	background-position: center center!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	object-fit: cover;
	display: inline-block;
	vertical-align: middle;
}

.comment_main span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}

.comment_main .text {
	border-radius: 0px 6px 6px 6px;
	padding: 10px 6px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	margin-top: -2px;
	background: white;
}

.comment_main a:hover > .text {
	background: rgb(228, 228, 228);
	cursor: pointer;
}

.comment_main a {
	color: #313131;
	text-decoration: none;
}

.comment_main a:hover {
	cursor: pointer;
}

.comment_main small {
	opacity: 0.4;
}

.leftsideonly {
	display: none;
}

.e_menu.show .leftsideonly {
	display: block;
}

.leftsidehide {
	display: block;
}

.e_menu.show .leftsidehide {
	display: none;
}

.delete {
	background: url('../images/delete.svg');
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 12px!important;
	height: 12px!important;
	opacity: 0.4;
	cursor: pointer;
	border: 0;
}

.delete:hover {
	opacity: 1;
}

.deletecomment input[type="submit"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent!important;
	border: 0!important;	
}

#deletecomment {
	margin-left: 40px;
}

.aftername {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: nowrap;
}

.comment-text a {
	color: #313131;
}

@keyframes commentcolor {
  0% {
    background-color: rgb(255, 252, 215);
  }
  50% {
    background-color: rgba(255, 255, 249, 1);
  }
  100 {
    background-color: rgb(255, 252, 215);
  }
}

.comment.activecomment {
	background-color: rgb(255, 252, 215);
	animation-name: commentcolor;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	border-radius: 5px;
}

.comments {
	padding-bottom: 20px;
}

#com-like-block {
	display: flex;
	flex-wrap: nowrap;
	font-size: 13px!important;
}

.com-like {
	background: url('../images/com-like.svg');
	height: 16px;
	width: 16px;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: left center;
	opacity: 0.8;
	padding-left: 20px;
	cursor: pointer;
	color: #2d961d
}

.com-dislike {
	background: url('../images/com-dislike.svg');
	height: 16px;
	width: 16px;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: left center;
	opacity: 0.8;
	padding-left: 20px;
	margin-left: 30px;
	cursor: pointer;
	color: #c21a1a;
}

.com-dislike:hover, .com-like:hover {
	opacity: 1;
}

.right-block-comment {
	display: flex;
	flex-wrap: nowrap;
/*
	position: absolute;
	margin-top: 30px;
*/
}

.comment-info {
	display: flex;
	justify-content: space-between;
	width:100%;
	position: relative;
	margin-top: -20px;
	margin-bottom: -20px;
}

.comment-info p{
	margin: 0!important;
	padding: 0!important;
	line-height: inherit!important;
}

.bestcomment {
	height: 34px;
	width: 224px;
	cursor: pointer;
	color: #1d973e;
	margin: 4px 0 0 40px;
	font-weight: 600;
	font-size: 12px;
	vertical-align: middle;
	line-height: 33px;
	display: flex;
}

.bestcomment:before {
	content:'';
	display: inline-block;
	background: url('../images/laurel.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 34px;
	height:34px;
	width:16px;
}

.bestcomment:after {
	content:'';
	display: inline-block;
	background: url('../images/laurel.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 34px;
	height:34px;
	width:16px;
}

.aboutfaculty {
	padding: 0 0 40px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

.aboutfaculty a {
	font-family: 'open_sans_condensedbold', sans-serif;
	color: #313131 !important;
	text-shadow: none !important;
	font-size: 16px;
	font-weight: lighter !important;
	opacity: 0.8;
	color: #313131;
	text-decoration: underline; 
}

.paper-name {
	font-family: 'open_sans_condensedbold', sans-serif;
	color: #424242;
	font-size: 18px;
	text-decoration: none;
	padding: 30px 10px 10px 10px;
}

a.paper-a {
	text-decoration: none;
	margin: 10px 20px;
}

a.paper-a:hover {
	cursor: pointer;
}

@media screen and (max-width: 585px) {
	.e_name_block.magaziner {
/* 		margin-top:-100px;  */
	}
}

@media screen and (max-width: 470px) {
	.e_name_block.magaziner {
/* 		margin-top:-30px!important; */
	}
}

.e_paper {
	display: flex;
	position: relative;
	margin: 0 30px;
	flex-wrap: wrap;
	justify-content: center;
}

.e_paper:after {
	content: "";
	border-bottom: 2px solid #424242;
	border-top: 2px solid #a9a9a9;
	background: #676767;
	display: block;
	width: calc(100% - 0px);
	height: 10px;
	position: absolute;
	margin-top: 320px;
}
.e_paper:before {
	content: "";
	color: #838383;
	border-bottom: 23px solid;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	display: block;
	width: calc(100% - 80px);
	height: 0;
	background: transparent;
	perspective: 300;
	transform-style: preserve-3d;
	position: absolute;
	margin-top: 297px;
	z-index: -5;
}


.paper-one {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

.paper-big {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.27);
	height: 293px;
	width: 207px; 
	object-fit: cover;
	display: block;
}

.paper-big:hover {
	filter: brightness(0.8);
}

.paper-big-block:after { 
	content: "";
	display: block;
	width: 210px;
	height: 1em;
	background: rgba(0,0,0,.65);
	border-radius: 50%;
/* 	position: absolute; */
	bottom: 60px;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	z-index: -5;
}






body {
	padding-top: 66px;
}

.inmenu {
	font-size: 17px;
	padding: 0px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'open_sans_condensedbold', sans-serif;
	background: rgba(46, 46, 46, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 0px);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 199;
	justify-content: space-between;
	-webkit-transform: translateZ(0);
}


.inmenu img.inbntu {
	height:30px;
}

.inmenu img.intimes {
	height:30px;
	width: 96px;
}

.inmenu img.inlang {
	height:30px;
	width:16px;
}

.inmenu a {
/* 	padding: 18px; */
	padding: 18px 1.3vw;
}

.inmenu a:hover {
	background: rgba(255, 255, 255, 0.06)
}

ul.inmenu {
	padding: 0;
	margin: 0;
}

.inmenu {
  text-transform: uppercase;
  font-weight: 500;
}
.inmenu * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.inmenu li, .in2menu li {
  display: inline-block;
  list-style: outside none none;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.inmenu a {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 30px;
/*   margin: 0 auto; */
  margin: 0 auto;
  text-decoration: none;
}
.inmenu a:before,
.inmenu a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.inmenu a:before {
  bottom: 100%;
/*   margin-left: -18px; */
	margin-left: -1.3vw;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
  background-color: #18cc9b;
}
.inmenu a:after {
/*   padding: 18px; */
	padding: 18px 1.3vw;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: attr(data-hover);
  color: white;
  white-space: nowrap;
}

@media screen and (max-width:1200px) {
.inmenu a:after {
	padding: 18px 1vw;
}	
}
.inmenu li:hover a,
.inmenu .current a {
  transform: translateY(100%);
}

.indrop {
	max-width: 84px;
	margin: 0!important;
}

.indrop:hover {
	background: #18cc9b;
}

.indrop img{
	height: 30px;
	width: 30px;
}


.inprofile img{
	height: 24px;
	width: 24px;
	margin: 3px 0;
}

.inprofile.current img {
	margin: 0;
}

.inburger {
	background: #18cc9b;
	max-width: 84px;
	margin: 0!important;
	padding: 18px!important;
}


.inburger img {
	height: 30px;
	width: 30px;
}

.in2menu {
	padding: 10px 10px;
	justify-content: center;
	align-items: center;
	font-family: 'open_sans_condensedbold', sans-serif;
	background: rgba(46, 46, 46, 0.8);
	position: fixed;
	top: 48px;
	left: 0;
	width: calc(100% - 20px);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	display: none;
	z-index: 199;
	flex-wrap: wrap;
}

.in2menu.active {
	display: flex!important;
}


.social-block {
    display: flex;
    justify-content: space-between;
	position: relative;
	z-index: 99;
}

.social-block .social:hover {
	opacity: 1!important;
	-webkit-animation: pulse 0.3s ; /* Safari 4+ */
	-moz-animation:    pulse 0.3s ; /* Fx 5+ */
	-o-animation:      pulse 0.3s ; /* Opera 12+ */
	animation:         pulse 0.3s ; /* IE 10+, Fx 29+ */	
}

@media screen and (max-width:550px) {
	.social-block.fixed2 {
		position: fixed;
		z-index: 1000;
		right: calc(50% - 665px);
		top: 13px;
	}
}

@media screen and (max-width:1350px) {
	.social-block.fixed {
		right: 10px;
	}
	.social-block.fixed2 {
		right: 0px;
		top: 17px;
	}
}

.menu.fixed {
/*     top:0; */
}

.social {
    height: 32px;
    width: 32px;
    margin: 0 6px;
    opacity: 0.8;
}

.social-block.fixed .social {
	-webkit-filter: invert(1);
   filter: invert(1);
   height: 20px;
   width: 20px;
   opacity: 0.6;
   margin: 0 3px;
   background-repeat: no-repeat;
	background-position: center center;
}

@media screen and (max-width:550px) {
	.social-block.fixed2 .social {
		-webkit-filter: invert(1);
	   filter: invert(1);
	   height: 20px;
	   width: 20px;
	   opacity: 0.6;
	   margin: 0 3px;
	   background-repeat: no-repeat;
		background-position: center center;
	}
}

.social:hover {
    opacity: 1;
}

.social.vk {
    background: url('../images/vk.svg');
    background-size: 24px;
    background-repeat: no-repeat;
	background-position: center center;
}
.social.fb {
    background: url('../images/facebook-logo-button.svg');
    background-size: 24px;
    background-repeat: no-repeat;
	background-position: center center;
}
.social.in {
    background: url('../images/instagram.svg');
    background-size: 24px;
    background-repeat: no-repeat;
	background-position: center center;
}
.social.tg {
    background: url('../images/telegram.svg');
    background-size: 24px;
    background-repeat: no-repeat;
	background-position: center center;
}
.social.yt {
    background: url('../images/youtube.svg');
    background-size: 24px;
    background-repeat: no-repeat;
	background-position: center center;
}

.search_i {
	background: url('../images/search_i.svg');
	background-size: 20px;
	height: 32px;
	width: 30px;
	padding: 0 6px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.7;
	display: block;
}

.li_bntu a, .li_times a {
	margin:0!important;
}

.li_times a:after {
	font-size: 15px!important
}

.li_bntu a:after {
	letter-spacing: 3px!important;
}

.inlangli {
	flex: 1 0;
	min-width:60px; 
}

@media screen and (max-width: 1200px) {
	.inmenu li {
		min-width: 130px;
	}
	ul.inmenu {
		overflow-x: auto;
		    -webkit-overflow-scrolling: touch;

/* 		min-width: 1360px; */
	}
	ul.inmenu { 
		-ms-overflow-style: none; 
		overflow: -moz-scrollbars-none;
	    scrollbar-face-color: transparent;
	    scrollbar-shadow-color: transparent;
	    scrollbar-highlight-color: transparent;
	    scrollbar-3dlight-color: transparent;
	    scrollbar-darkshadow-color: transparent;
	    scrollbar-track-color: transparent;
	    scrollbar-arrow-color: transparent;
	    scrollbar-base-color: transparent;
	}
	ul.inmenu::-webkit-scrollbar {
	    width: 0px;
	    height: 0px;
	}  
	ul.inmenu::-webkit-scrollbar-track { 
	    background: rgba(89, 89, 89, 0);
	}
	ul.inmenu::-webkit-scrollbar-thumb {    
	    background: rgba(89, 89, 89, 0);
	}
	.inburger {
		position: fixed!important;
		left: 0;
		top: 0;
		z-index: 201;
	}
	.inmenu {
		padding-left: 70px!important;
		width: calc(100% - 70px)!important;
	}
	.inlangli {
		min-width: 50px!important;
	}
	.li_bntu {
		min-width: 60px!important; 
	}
	.li_0 {
		min-width: 94px!important;
	}
	.li_1 {
		min-width: 90px!important;
	}
	.li_2 {
		min-width: 68px!important;
	}
	.li_3 {
		min-width: 118px!important;
	}
	.li_4 {
		min-width: 106px!important;
	}
	.li_5 {
		min-width: 110px!important;
	}
	.li_6 {
		min-width: 78px!important;
	}
	.li_7 {
		min-width: 88px!important;
	}
	.li_8 {
		min-width: 78px!important;
	}
	.gsearch {
		flex: 1 0 92%;
		display: flex;
		justify-content: center; 
	}
	div#___gcse_0 {
		float:none;
	}
	.social-block {
		justify-content: center;
		flex-wrap: wrap;
	}
}

.countstudents {
	width: 100%;
	display: flex;
	margin-bottom: 30px;
	margin-top: 6px;
	justify-content: center;
}

.countstudentsname {
	display: flex;
	justify-content: center;
	font-weight: bold;
	width:100%;
}

.countercomments {
	display: flex;
	justify-content: center;
	width:100%;
}

.all-comments {
	padding: 20px;
}

blockquote {
	position: relative;
	margin-bottom: 20px;
	display: block;
	margin-top: 20px;
	margin: 40px 20px;
}

blockquote p {
	font-family: Bookman;
	font-size: 20px!important;
	font-style: italic;
	line-height: 1.4em!important;
}

blockquote:before {
	content: '“';
	font-family: arial;
	font-size: 120px;
	line-height: 48px;
	position: absolute;
	margin-top: 0px;
	font-weight: 900;
	opacity: 0.1;
	margin-left: -40px;
}

blockquote:after {
	content: '”';
	font-family: arial;
	font-size: 120px;
	line-height: 48px;
	position: absolute;
	font-weight: 900;
	opacity: 0.1;
	margin-top: -10px;
	right: -40px;
}

.timesteam_all {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 10px;
}

.timesteam_av {
	background-size: cover!important;
	border-radius: 50%;
	background-position: center!important;
	height: 70px;
	width: 70px;
}

.timesteam_each {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	max-width: 300px;
/* 	margin-left: auto; */
	background: white;
	padding: 10px;
	border-radius: 16px;
}

.timesteamlink:hover > .timesteam_each {
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
}


.timesteam_name {
	padding-left: 20px;
	font-size: 15px;
	font-weight: bold;
}

.timesteam_name span {
	font-size: 12px;
	margin-top: 6px;
	font-weight: lighter;
}


.timesteam {
	font-size: 20px!important;
	padding: 20px 0;
	font-weight: bold;
}

.smalltimesname {
	opacity: 0.7;
}

a.timesteamlink {
	color: #313131;
	text-decoration: none!important;
	max-width: 320px;
	display: block;
	margin: 8px;
	flex: 1 0 280px;
}

.vote-list {
	display: flex;
	flex-direction: column;
}

.vote-list .vote-one, .vote-list .vote-one-not {
	margin: 0 auto!important;
	list-style: none;
	cursor: pointer;
	max-width: 220px;
	min-width: 160px;
	opacity: 0.75;
}

.vote-one:hover, .vote-one-not:hover {
	-webkit-animation: pulse 0.3s ; /* Safari 4+ */
	-moz-animation:    pulse 0.3s ; /* Fx 5+ */
	-o-animation:      pulse 0.3s ; /* Opera 12+ */
	animation:         pulse 0.3s ; /* IE 10+, Fx 29+ */	
	opacity: 1;
}


.vote-name {
	font-weight: bold;
	font-size: 22px!important;
	background: white;
	position: absolute;
	margin-top: 0px;
	margin-left: 20px;
	padding: 0 10px;
}

.vote-list {
	border: 1px solid rgb(194, 194, 194);
	/* background: rgb(247, 247, 247); */
	border-radius: 10px;
	padding: 10px 10px 10px 10px;
	margin-top: 30px;
}

.countvotename {
	display: flex;
/* 	justify-content: center; */
	font-weight: bold;
	width: 100%;
	font-size: 16px!important;
	padding-bottom: 6px;
	margin-top: 10px;
}

/*
.playbuzz {
	position: relative;
	height: 960px;
	overflow-y: scroll;
}
*/

.e_sob {
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
	-webkit-transform: translateZ(0px);
}

.e_sob_flat {
	display: flex;
	flex-wrap: nowrap;
	margin-top: -10px;
	-webkit-transform: translateZ(0px);
	margin-bottom: 10px;
	-webkit-overflow-scrolling: touch;
}

.e_sob_flat_wrap {
	flex-wrap: wrap!important;
	
}

@media screen and (max-width:1100px) {
	.e_sob_flat {
		overflow-x: scroll;
	}
}

.e_adv_big {
	width: 100%;
	border-radius: 16px;
	border-top: none;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(252, 252, 252);
	min-height: 200px;
}

.e_adv_big .e_newname_block {
	text-align: left;
}

.e_adv_big img {
	width: 100%;
	height: auto;
}

.e_adv_big span {
	font-family: 'open_sans_condensedbold', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	opacity: 0.2;
}

.e_sob > div {
	margin: 8px;
	flex: 1 0 230px;
	display: flex;
	flex-direction: column;
	-webkit-transform: translateZ(0px);
	max-width: 563px;
}

.e_sob_flat > div {
	margin: 8px;
	flex: 1 0 230px;
	display: flex;
	flex-direction: column;
	-webkit-transform: translateZ(0px);
}

.e_sob .news_one {
	background: rgb(252, 252, 252);
}

.e_sob_flat .news_one {
	background: rgb(252, 252, 252);
}

.e_sob > .news_one > a {
	flex: 1 0;
	display: flex;
	min-height: 200px;
}

.e_sob_flat > .news_one > a {
	flex: 1 0;
	display: flex;
	min-height: 160px;
}

.e_sob > .news_one .e_news_info {
	flex: 1 0;
}

.e_sob_flat > .news_one .e_news_info {
	flex: 1 0;
}

.e_sob > .news_one > a > .preview {
	height: auto!important;
	min-height: 180px;
}

.e_sob_flat > .news_one > a > .preview {
	height: auto!important;
	min-height: 150px;
}

.e_newname_block {
	color: #219d77;
	font-family: 'open_sans_condensedbold', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.e_tags {
	width: 100%;
	border-radius: 16px;
	border-top: none;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	background: rgb(252, 252, 252);
}

.e_tags_onlytags {
	flex: 2 0 305px!important;
}

@media screen and (max-width:1200px) {
	.e_tags_onlytags {
		flex: 1 0 230px!important;
	} 
}

.e_tags_cont {
	padding: 10px 20px;
}

.e_tags_cont > a {
	color: #313131;
}

.e_newscience {
	flex: 1 0 310px;
	display: flex;
	flex-direction: column;
	align-items: left;
}

.e_newscience .icounter {
	margin-left: -3px!important;
	margin-top: 13px!important;
}

.e_newscience > a {
	text-decoration: none;
	cursor: pointer;
}

.e_newscience .news_one {
	display: flex;
	flex-direction: row;
	min-height: 130px;
	flex: 1 0;
}

.e_newscience .news_one > a {
	flex: 1 0 40%;
	display: flex;
}

.e_newscience .news_one .preview {
	border-radius: 16px 0 0 16px;
	height: auto;
}

.e_newscience .news_one:nth-child(2) {
	margin: 6px 0 0 0;
}

.e_newscience .news_one:nth-child(3) {
	margin: 6px 0 6px 0;
}

.e_newscience .e_news_info .name a {
	line-height: 1;
}

.e_newscience_name {
	background-color: #2dcc9b;
	color: white;
	font-family: 'open_sans_condensedbold', sans-serif;
	font-size: 16px;
	padding: 2px 8px 2px 8px;
	position: relative;
	display: inline;
	border-radius: 3px;
}

.e_newscience_name:hover {
	background-color: #25b78b;
	cursor: pointer;
}

.e_sob .icounter{
	margin-left: -8px;
	margin-top: -10px;
}

.press_main a {
	color: #313131 !important;
	text-shadow: none !important;
	opacity: 0.8;
	color: #313131;
	text-decoration: none;
	font-size: 14px;
	line-height: initial;
}

.press_main a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.press_main p {
	opacity: 0.6;
	margin: 0 0 0 20px;
}

.press_main hr {
	border: none;
	border-bottom: 2px solid rgb(236, 236, 236);
	position: relative;
	margin-left: -20px;
	width: calc(100% + 40px);
}

.press-all {
	padding: 20px;
}

.press-all .press_main p {
	opacity: 0.6;
	margin: 10px 20px;
}

.news_one:first-child {
	flex: 2 0 475px;
} 

.e_sob > .news_one:first-child > a {
	min-height: 280px;
}

.e_sob_flat > .news_one:first-child {
	flex: 1 0 230px!important; 
}

.e_sob_flat > .news_one:first-child > a {
	min-height: 180px;
}

.e_sob.e_sob_flat > .news_one > a {
	min-height: 180px;
}

@media screen and (max-width:480px) {
	.news_one:first-child {
		flex: 1 0 230px;
	} 
}



.e_tags:hover {
	box-shadow: 0 0 0 12px rgb(252, 252, 252), 0px 0px 51px rgba(0, 0, 0, 0.2);
}

.e_tags:hover > .e_tags_cont {
/* 	padding: 0; */
}
 
.news_one:hover {
	position: relative;
	box-shadow: 0 0 0 12px rgb(252, 252, 252), 0px 0px 51px rgba(0, 0, 0, 0.2);
	z-index: 80;
}



.e_newscience > .news_one:hover {
	position: relative;
	box-shadow: 0 0 0 12px rgb(252, 252, 252), 0px 0px 51px rgba(0, 0, 0, 0.2);
	z-index: 80;
}


.e_sob > .news_one:hover > a {
/*
	min-height: 214px;
	margin: -13px -13px 0px -13px;
*/
}

.e_sob > .news_one:first-child:hover > a {
/* 	min-height: 320px; */
}

.tags_main a {
	font-family: 'open_sans_condensedbold', sans-serif;
	color: #313131 !important;
	text-shadow: none !important;
	font-size: 14px;
	font-weight: lighter !important;
	text-decoration: none;
	padding: 6px 8px;
	background: rgb(242, 242, 242);
	border-radius: 8px;
	white-space: nowrap;
	margin: 2px;
	display: inline-block;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transform: translateZ(0);
}

.tags_main a:hover {
	opacity: 1;
	background: rgba(217, 217, 217, 1);
	cursor: pointer;
}

.e_lastcomments {
	max-height: 410px;
	overflow: auto;
}

.rededit {
	font-family: 'open_sans_condensedbold', sans-serif;
	position: fixed;
	bottom:0;
	left: 0;
	padding: 6px 8px;
	background: #a51414;
	color: white;
	font-size: 12px;
	z-index: 20;
	opacity: 0.6;
}

.author_universal {
	font-size: 13px;
	text-align: right;
	line-height: 20px;
	color: rgb(105, 105, 105);
	font-style: italic!important;
}

.thisdisrate {
	opacity: 0.7;
}

.thisdisrate:hover {
	opacity: 1;
}

.e_this_error {
	position: fixed;
	z-index: 10;
	right: 36px;
	top: 70%;
	margin-right: -186px;
	padding: 0 12px;
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-ms-transform-origin: left top 0;
	-moz-transform-origin: left top 0;
	-webkit-transform-origin: left top 0;
	transform-origin: left top 0;
	white-space: nowrap;
	border: 0;
	border-radius: 5px 5px 0 0;
	color: #000;
	background: #d3dfff;
	font: 15px/40px Arial;
	z-index: 5;
	display: none;
}

.e_this_error.up {
	display: block;
}

table .imageflow {
	display: block;
}

a.loginwithvk, a.loginwithgoogle {
	color: white!important;
	text-decoration: none;
}


.loginwithvk {
	background: #4680C2 url('../images/vk_white.svg');
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: 9px 9px;
	padding: 11px 20px 11px 49px;
	border-radius: 40px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin: 4px auto;
	display: block;
	max-width: 157px;
	text-align: center;
	font-size: 13px!important;
	flex: 1 0;
	white-space: nowrap;
} 

.loginwithvk:hover {
	background: #396ca7 url('../images/vk_white.svg');
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: 9px 9px;

}

.loginwithgoogle {
	background: #ce4839 url('../images/google_white.svg');
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: 9px 5px;
	padding: 11px 20px 11px 49px;
	border-radius: 40px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin: 4px auto;
	display: block;
	max-width: 157px;
	text-align: center;
	font-size: 13px!important;
	flex: 1 0;
	white-space: nowrap;
} 

.loginwithgoogle:hover {
	background: #b83d2f url('../images/google_white.svg');
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: 9px 5px;

}

.loginwithyandex {
	background: #f3f3f3 url('../images/yandex.svg');
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: 9px 5px;
	padding: 11px 20px 11px 49px;
	border-radius: 40px;
	color: rgb(36, 36, 36);
	font-weight: bold;
	text-decoration: none;
	margin: 4px auto;
	display: block;
	max-width: 157px;
	text-align: center;
	font-size: 13px!important;
	flex: 1 0;
	white-space: nowrap;
	color: #313131;
} 

.loginwithyandex:hover {
	background: #dfdfdf url('../images/yandex.svg');
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: 9px 5px;
}

.loginwithblock {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	max-width: 300px;
	margin: 0 auto;
}

.loginwithblock > a {
	max-width: inherit!important;
}

.otvt {
	display: inline-block;
	font-size: 10px;
	padding: 6px 8px;
}

.news-name-fixer-block {
	margin: 0 auto;
	position: fixed;
	top: -66px;
	overflow: hidden;
	z-index: 80;
	-webkit-transform: translateY(0) translateZ(0);
	transform: translateY(0) translateZ(0);
	max-width: 1350px;
	width: 100%;
	height: 70px;
}

.news-name-fixer {
	width: 100%;
	display: flex;
	width: calc(100% - 38px);
	position: relative;
	background: white;
	padding: 14px 20px 9px;
	font-size: 20px;
	font-family: 'open_sans_condensedbold', sans-serif;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.news-name-fixer-block.show {
	top: 16px;
}

.news-name-fixer-block.show.upper {
	top: 66px;
}

.inmenu.upper {
	top: -50px;
}

.inmenu.upper:hover {
	top:0;
}

.inmenu, .news-name-fixer-block {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transform: translateZ(0);
}

.news-name-fixer > span {
	flex: 1 0;
}

.news-name-fixer .addthis_inline_share_toolbox {
	opacity: 1;
}

@media screen and (max-width: 900px) {
	.news-name-fixer {
		display: none!important;
	}
}

.news-comments .alert {
	color: #313131!important;
}

.alert-info > a {
	color: #1a4154!important;
	text-decoration: underline!important;
}

.authfromview {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	max-width: 740px;
	margin: 40px;
	padding: 0 20px;
}

.authfromview a {
	margin: 10px 5px;
}

.countvote-one {
	display: flex;
	flex-wrap: nowrap;
	margin: 5px;
	flex-direction: row;
	justify-content: center;
	align-content: flex-start;
	align-items: center;
	border-bottom: 1px dashed rgb(217, 217, 217);
	padding-bottom: 10px;
}

@media screen and (max-width:700px) {
	.countvote-one {
		flex-wrap: wrap;
	}
}

.vote-list .vote-one, .vote-list .vote-one-not  {
	border-color: rgba(0, 0, 0, 0.12);
}

.vote-list .vote-one:hover, .vote-list .vote-one-not:hover {
	border-color: rgba(0, 0, 0, 0.2);
}

.banner100 {
	width: 100%;
	height: auto;
}

.banner100:hover {
	-webkit-animation: pulse 0.3s ; /* Safari 4+ */
	-moz-animation:    pulse 0.3s ; /* Fx 5+ */
	-o-animation:      pulse 0.3s ; /* Opera 12+ */
	animation:         pulse 0.3s ; /* IE 10+, Fx 29+ */	
}

.isroot {
	font-weight: bold;
	padding: 10px 30px;
	list-style: none;
}
.is2root, .is3root, .is4root {
	display: none;
	list-style: none;
	padding: 10px 30px;
	list-style: 0;
}
.is2root {
	padding: 10px 30px 10px 40px;
}
.is3root {
	padding: 10px 30px 10px 50px;
}
.is4root {
	padding: 10px 30px 10px 60px;
}
.is0root.active {
	display: list-item;
}
.deactive {
	display:none;
}
.list-comment {
	padding-left: 0px;
}
.rootform {
	display: flex;
	flex-direction: column;
}
.connect-block {
	margin: 0 auto;
	padding-left: 0;	
}

.connect-block.connectpage {
	border: 1px solid #e4e4e4;
	min-width: 600px;
}
.is0root:hover {
	background: rgb(229, 229, 229);
	cursor: pointer;
}
.connect-submenu {
	padding: 0;
	list-style: 0;
}
.connectback {
	display: none;
	list-style: none;
	font-weight: bold;
	padding: 10px 30px;
	list-style: none;
	background: rgb(242, 242, 242);
}

.connectback:hover {
	background: rgb(231, 231, 231);
}

.connectback.active {
	display: list-item;
}
.fromroot.active {
	display: list-item;
}

.e_connect_main {
/* 	flex: 2 0 305px!important; */
	justify-content: flex-start;
	max-width: 370px;
}

.e_connect_main > .e_tags_cont {
	padding: 10px 20px;
	max-height: 380px;
	overflow: auto;
	width: calc(100% - 40px);
}

.e_connect_main .connectback {
	padding: 10px 20px;
}

.e_connect_main .isroot {
	padding: 10px 12px;
}

.e_connect_main  .is2root {
	padding: 10px 12px 10px 12px;
}

.connect-block textarea, .connect-block input[type="text"]{ 
	border: 2px solid rgb(228, 228, 228);
	font-size: 15px;
	padding: 4px 10px;
}



/* TEST NEW GRIDS */
.imagegrid {
	flex-direction: row!important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: rgba(67, 67, 67, 1);
	padding: 10px 0;
	margin-top: -15px;
}
.imagegrid a {
	-webkit-box-flex: auto;
	-ms-flex: auto;
	flex: none;
	width: 70px;
	height: 50px;
	margin: 4px;
	overflow: hidden;
	border: none;
}
@media screen and (max-width:460px) {
	.imagegrid a {
		width: 60px;
		height: 46px;
		margin: 2px;
	}
}

.imagegrid.goimage a.active {
	border: 3px solid #18cc9b;
}

.imagegrid.goimage a{
	border: 3px solid transparent;
}

/*
.imageflow.goimage {
	height: 594px;
}

@media screen and (max-width:1366px) {
	.imageflow.goimage {
		height: 594px;
	}
}
*/

.footer-news-tags {
	margin-bottom: 30px;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.footer-news-tags a {
	color: #313131!important;
}

.instagram-profile {
	background: url('../images/instagram-c.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 24px;
	width: 24px;
	margin: -7px auto;
	display: inline-block;
}

.checkbox-block {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: 36px;
	margin-bottom: 26px;
	max-width: 230px;
	line-height: 26px;
}
.checkbox-block input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

.checkbox-block:hover input ~ .checkmark {
	background-color: #ccc;
}

.checkbox-block input:checked ~ .checkmark {
  background-color: #18cc9b;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-block input:checked ~ .checkmark:after {
	display: block;
}

.checkbox-block .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.e_adv_content {
	margin: 10px 10px;
	position: relative;
	float: right;
	max-width: 340px;
	max-height: 600px;
	overflow: scroll;
	z-index: 50;
}

.e_adv_content::-webkit-scrollbar-track
{
	background-color: rgba(255,255,255,0.06);
}

.e_adv_content::-webkit-scrollbar
{
	width: 8px!important;
	background-color: transparent;
}

.e_adv_content::-webkit-scrollbar-thumb
{
	background-color: rgba(85, 85, 85, 0.45);
} 

@media screen and (max-width:480px) {
	.e_adv_content {
		display: none;
	}
}

.e_adv_content iframe {
	position: relative!important;
	width: 100%;
}

.e_adv_content .telenews {
	font-size: 13px;
	font-weight: bold;
	color: #2481CC;
	padding-bottom: 10px;
}

@media screen and (min-width:1280px) {
	.e_adv_content {
		margin-right: -50px;
	}
}


@media screen and (max-width:660px) {
	.e_adv_content {
		float: none;
	}
}

@media screen and (min-width: 1001px) {
	.e_adv_right.fixed { 
		position: fixed;
		top: 80;
		max-width: 290px;
	}
	.e_adv_right.fixed2 { 
		top: 130;
	}
}

.e_adv_notfloat {
	float: none!important;
}

/* SCROLL FORCE DESIGN */

.board-promo-block::-webkit-scrollbar-track
{
	background-color: rgba(255,255,255,0.06);
}

.board-promo-block::-webkit-scrollbar
{
	width: 8px!important;
	background-color: transparent;
}

.board-promo-block::-webkit-scrollbar-thumb
{
	background-color: #555;
}

.withoutimage {
	background: url('../images/picture.svg');
	background-position: center center;
	background-size: 60px;
	background-repeat: no-repeat;
}

.e_people_one .withoutimage {
	background-size: 60px!important;
}

.news-comments .e_sob_flat > .news_one:first-child > a {
	min-height: 160px!important;
}

.news-comments .e_sob_flat > div:last-child {
	padding-right: 10px;
}

.news-comments .e_sob_flat > .news_one > a {
	flex: 0 0 160px!important;
	height: 160px!important;
}

.alttext {
	font-size: 12px!important;
	text-align: center;
	padding-bottom: 17px;
}

.newsfull-text h2 {
	padding-top: 20px;
}


#timer div {
	display: inline-block;
	line-height: 1;
	padding: 20px;
	font-size: 40px;
}

#timer span {
	display: block;
	font-size: 20px;
	color: white;
}

#timer #days {
	font-size: 60px;
	color: #db4844;
}
#timer #hours {
	font-size: 60px;
	color: #f07c22;
}
#timer #minutes {
	font-size: 60px;
	color: #f6da74;
}
#timer #seconds {
	font-size: 40px;
	color: #abcd58;
}

#timer {
	background: #222;
	margin: 20px 0;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	padding-bottom: 10px;
}

#timer .to {
    color: rgb(130,130,130);
    font-size: 20px;
	margin: 0px 0 -20px;
	flex: 1 0 100%;
	text-align: center;
}

@media screen and (max-width: 400px) {
	.person {
		float: none!important;
		margin: 0 auto!important;
	}
}