.text ol, .text ul{
margin-left: 25px;
}
.forum-user-signature{
display: none;
}
@media screen and (max-width: 960px) {
	#bx-panel, #header, .sub-menu, .edu, #footer {width: 1024px !important;}
}

@font-face {
    font-family: 'Rouble';
    src: url('ttf/Rouble/rouble.eot');
    src: url('ttf/Rouble/rouble.eot?#iefix') format('embedded-opentype'),
    url('ttf/Rouble/rouble.woff') format('woff'),
    url('ttf/Rouble/rouble.ttf') format('truetype'),
    url('ttf/Rouble/rouble.svg#Rouble') format('svg');
    font-style: normal;
    font-weight: normal;
}

* {margin:0;padding:0}
html, body {height:100%}
body {
    font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;	
	font-size: 14px;
	line-height: 100%;
    background: #fff;
    color: #000;
}
.clear{clear: both;}
img{border: none;}
a{color: #008dff;}
:focus {outline: none;}
h1{
    font: 52px/42px 'Roboto', Arial, sans-serif;
	font-weight: 900;
    color: #000;
}
h2{
    font: 18px/24px 'Noto Serif', Arial, sans-serif;
	font-weight: 700;
    margin: 30px 0 15px;
}

.wrap{
    margin: 0 auto;
    width: 974px;
    padding: 0 25px;
}

#header{
    height: 240px;
    background: #000;
    color:#fff;
    padding: 20px 0 15px;
}
#header object{
margin-bottom: 40px;
}
#header .logo{
    display: block;
    background: url("images/logo.png") no-repeat;
    width: 143px;
    height: 73px;
    float: left;
}
#header .center{
    width: 720px;
    text-align: center;
    float: left;
}
#header .social{
    height: 22px;
    margin-bottom: 10px;
}
#header .social a{
    display: inline-block;
    background: url("images/icon-social.png") no-repeat;
    width: 21px;
    height: 22px;
    margin-right: 15px;
}
#header .social a.vk{background-position: -21px 0;}
#header .social a.tw{background-position: -42px 0;}

#header .search input[type="text"]{
	background: url("images/input-search.png") no-repeat;
    width: 329px;
    height: 26px;
    border: none;
    color: #fff;
    padding: 0 10px 0 30px;
}
#header .search input[type="submit"]{
    font: 12px 'Roboto', Arial, sans-serif;
	font-weight: 300;
    border: medium none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#header .login{
    width: 70px;
    text-align: center;
    float: right;
	height: 73px;
	overflow:hidden;
}
#header .login .auth{
    display: block;
    color: #fff;
    font-size: 15px;
    background: #008dff;
    padding: 5px 10px;
    text-decoration: none;
}
#header .login .register{
	display: block;
    font: 12px 'Roboto', Arial, sans-serif;
	font-weight: 300;
    color: #fff;
    margin-top: 7px;
}
#header .login .personal{
    font: 10px 'Roboto', Arial, sans-serif;	
	color: #fff;
}
#header .menu{
    margin-top: 10px;
    text-align: center;
}
#header .menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#header .menu ul li{
    display: inline;
    margin-right: 8px;
}
#header .menu ul li:last-child{margin: 0}
#header .menu ul li a{
    font: 18px 'Roboto', Arial, sans-serif;
	font-weight: 400;
    color: #fff;
    text-decoration: none;
}
#header .menu ul li a:hover,
#header .menu ul li a.active{
    color: #008dff;
}

.sub-menu{
    background: #e8e8e8;
    height: 16px;
    padding: 17px 0;
    text-align: center;
}
.sub-menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.sub-menu ul li{
    display: inline;
    padding-right: 30px;
}
.sub-menu ul li:last-child{
    padding: 0;
}
.sub-menu ul li a{
    /*color: #636363;*/
    color: #000;
    text-decoration: none;
}
.sub-menu ul li a:hover,
.sub-menu ul li a.active{
    color: #fa8a63;
}

#wrap{padding: 35px 25px;}
#wrap .left,
.wrap.more .left{
    float: left;
    width: 544px;
    padding-right: 22px;
	border-right: 1px dotted #c1c2c4;
}
.news .item{margin-bottom: 45px;}
.news .item .play{
	display:block;
	position:absolute;
	background: url("images/play_big.png") no-repeat;
	width: 76px;
	height: 51px;
	margin: -200px 0 0 230px;
}
.news .item .play:hover{background: url("images/play_big_hover.png") no-repeat;}
.news .item .body{
    width: 482px;
    margin: 0 16px;
    padding: 0 15px;
}
.news .item .title{
    font: 14px 'Roboto', Arial, sans-serif;
	font-weight: 700;
    color: #afb1b3;
    width: 482px;
    height: 18px;
    background: #fff;
    position: absolute;
    margin: -33px 16px 0;
    padding: 12px 15px 2px;    
}
.news .item .title span{
    font: 14px 'Roboto', Arial, sans-serif;
    color: #afb1b3;
    font-weight: normal;
}
.news .item .name{
    display: block;
    font: 32px/35px 'Noto Serif', Arial, sans-serif;
	font-weight: 700;
    color: #000;
    text-decoration: none;
}
.news .item .text{
    font-size: 17px;
    line-height: 20px;
    margin-top: 10px;
    color: #808080;
}
.news .more{
    display: block;
    margin-top: 50px;
    text-align: center;
}

#wrap .right,
.wrap.more .right{
    float: left;
    width: 384px;
    padding-left: 22px;
}
#wrap .right .tabs a{
    display: inline-block;
    width: 142px;
    height: 44px;
    text-decoration: none;
    background: #e4e4e5;
    color: #9c9ea1;
    font-size: 21px;
    line-height: 21px;
    padding: 10px 25px;
    text-align: center;
}
#wrap .right .tabs a.active{
    height: 57px;
    background: url("images/bubble.png") no-repeat;
    color: #fff;
}

.forum .item{
    padding: 20px 0;
    border-bottom: 1px solid #e8e6e7;
}
.forum .item:hover{background: url("images/comment-bg.png") repeat;}
.forum .item img.profile{
    float: left;
    width: 56px;
    padding-right: 7px;
	border: 2px solid #e1dddd;
	padding: 3px;
	margin-right:5px;
}
.forum .item .body{
    float: left;
    width: 288px;
    padding-left: 23px;
    background: url("images/review-block.png") no-repeat;
    height: 125px;
}
.forum .item .date{
    font-size: 15px;
    color: #878a8d;
	text-transform: uppercase;
}
.forum .item .date span{
    font-size: 12px;
    color: #ff7342;
    display: inline;
    background: url("images/icon-review.png") no-repeat scroll 0 5px;
    height: 9px;
    padding-left: 20px;
    margin-left: 10px;
}
.forum .item .name{
	display:block;
    font: 20px 'Roboto', Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #000;
	/*height:30px;*/
	overflow:hidden;
}
.forum .item .text{
    font: 15px 'Roboto', Arial, sans-serif;
    font-weight: 300;
    color: #000;	
	height:51px;
	overflow:hidden;
}
.forum .item .author,
.forum .item .author a{
    font: 18px 'Roboto', Arial, sans-serif;
    font-weight: 700;
    color: #464849;
	text-decoration:none;
}

.widget{margin: 40px 0 35px}
.widget a{
    display: block;
    text-decoration: none;
    height: 26px;
    font: 17px 'Roboto', Arial, sans-serif;
    font-weight: 700;
    color: #878a8d;
    background: #b0b4b6;
    margin-top: 10px;
    padding: 2px 0 2px 10px;
}
.widget a.active{font-size: 18px;}

.edu{
background: #000;
color: #e4e4e5;
padding-top: 20px;
/*
    height: 240px;
    background: #222020;
    color: #e4e4e5;
    padding-top: 20px;
	*/
}
.edu .title{
    font: 18px 'Roboto', Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.edu .title span{
    color: #ff7342;
    padding-left: 15px;
}
.edu .body{
    float: left;
    width: 560px;
}
.edu .item{
    float: left;
    margin: 0 19px 32px 0;
    width: 167px;
}
.edu .item .left{
    float:left;
    width: 50px;
}
.edu .item .date .number{
    font: 27px 'Roboto', Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    background: #919190;
    text-align: center;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.edu .item .date .month{
    font-size: 9px;
    color: #777979;
    background: #fff;
    text-align: center;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 1px 0;
}
.edu .price{
    font: 12px 'Roboto', Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-top: 2px;
}
.edu .rub{
    font: 13px 'Rouble';
    font-weight: bold;
}
.edu .item .right{
    float:left;
    width: 111px;
    margin-left: 6px;
}
.edu .item .name{
    display:block;
	font: 13px/14px 'Roboto', Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
	height: 28px;
	overflow:hidden;
}
.edu .item .name:hover{color:#FF7342;}
.edu .item .text{
    font-size: 12px;
    line-height: 14px;
	height: 43px;
	overflow:hidden;
}
.edu .detail{
    float: right;
    width: 368px;
}
.edu .detail a{
    font: 16px 'Roboto', Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}
.edu .detail span{
    font-size: 15px;
    color: #c6c5c4;
}
.edu .detail span.date{	text-transform: uppercase;}
.edu .detail .price{
    text-align: left;
    margin: 0;
}
.edu .detail .text{
    color: #c6c9c9;
    font-size: 12px;
	height: 28px;
	overflow:hidden;
}

.wrap.more{

margin-top: 60px;

}

#footer{
    margin-top: 50px;
    height: 55px;
    background: #000;
    padding-top: 25px;
    font: 13px 'Roboto', Arial, sans-serif;
	font-weight: 900;
    color: #fff;
}
#footer .menu{float: left;}
#footer .menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer .menu ul li{
    display: inline;
    padding-right: 15px;
}
#footer .menu ul li a{
    font: 13px 'Roboto', Arial, sans-serif;
	font-weight: 900;
    text-decoration: none;
    color: #fff;
}
#footer .right{float: right;}

.left-menu{
    background: #191919;
    margin-bottom: 45px;
    padding-top: 5px;
}
.left-menu .title{
    font: 15px 'Roboto', Arial, sans-serif;
    font-weight: 700;
    color: #008eff;
    background: #262626;
    height: 22px;
    padding: 5px 0 5px 65px;
    border-bottom: 1px solid #141414;
}
.left-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.left-menu ul li{
	display: table;
    height: 51px;
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #141414;
	padding-left:19px;
}
.left-menu ul li.active{background: #008eff;}
.left-menu ul li.active a{color: #231f20;}
.left-menu ul li .img{
    display: table-cell;
    width: 23px;
    height: 19px;
    text-align: center;
    vertical-align: middle;
}
.left-menu ul li:hover .img{
	background-position: -23px 16px !important;
}
.left-menu ul li.active .img{
	background-position: -46px 16px !important;
}
.left-menu ul li .name{
    display: table-cell;
    vertical-align: middle;
	padding: 0 20px 0 23px;
	min-width: 299px;
}
.left-menu ul li a{
    font: 13px 'Roboto', Arial, sans-serif;
    font-weight: 300;
    display: inline-block;
    color: #b3b3b3;
    text-decoration: none;
}
.left-menu ul li:hover a{color:#008eff;}
.left-menu ul li.active:hover a{color:#231f20;}
.breadcrumb{
    font: 15px 'Roboto', Arial, sans-serif;
	font-weight: 100;
    font-weight: lighter;
    color: #878887;
}

.news-detail h1{
	font: 42px/42px 'Roboto', Arial, sans-serif;
	font-weight: 900;
}
.news-detail .social{margin: 10px 0;}
.news-detail .date{color: #878a8d;}
.news-detail .tezis{
    font: 28px/35px 'Roboto', Arial, sans-serif;
    font-weight: 100;
    margin-top: 40px;
	color:#000;
}
.news-detail .bottom{
    border-bottom: 1px dotted #c1c2c4;
    height: 1px;
    margin: 20px 0;
}
.news-detail .text{
	font: 18px/25px 'Noto Serif', Arial, sans-serif;
	font-weight: 400;
}
.news-detail .text a{text-decoration:none;}
.news-detail .comment{margin-top: 40px;}
.news-detail .title{
    font: 13px 'Roboto', Arial, sans-serif;
	font-weight: 500;
    margin: 35px 0 15px;
}

.news-right .title{
    font: 28px/35px 'Roboto', Arial, sans-serif;
    font-weight: 100;
    color: #231f20;
    margin-bottom: 25px;
}
.news-right .item{
    font-size: 16px;
    line-height: 20px;
    color: #231f20;
    margin-bottom: 40px;
	max-height: 217px;
	overflow:hidden;	
}
.news-right.detail-news-right .item{
	max-height: 300px;	
}
.news-right .item:last-child{margin: 0;}
.news-right .item img{
    padding: 4px;
    border: 1px solid #bbbbbb;
    float: left;
    margin-right: 15px;
}
.news-right .item .body{
    float: right;
    width: 240px;
}
.news-right .item .body.detail{
	max-height: 137px;
	overflow:hidden;
	margin-bottom: 10px;
}
.news-right .item .descr{
	float: right; 
	width: 240px; 
	max-height: 100px;
	overflow:hidden;
}
.news-right .item a{
    font: 26px/26px 'Roboto', Arial, sans-serif;
	font-weight: 700;
    color: #231f20;
    text-decoration: none;   
    margin-bottom: 15px;
}
.news-right .item .detail a{
	max-height: 135px;
	overflow:hidden;
	display: block;
}
	
.big-video{margin: 45px 0 100px;}
.video{height: 1350px}
.video .block{
    float: left;
    width: 256px;
    margin-right: 30px;
}
.video .item{margin-bottom: 40px;}
.video .item .play{
	display:block;
	position:absolute;
	background: url("images/play_sm.png") no-repeat;
	width: 42px;
	height: 28px;
	margin: -100px 0 0 103px;
}
.video .item .play:hover{background: url("images/play_sm_hover.png") no-repeat;}
.video .block.two{margin-right: 0;}
.video .item a{
    font: 19px 'Noto Serif', Arial, sans-serif;
	font-weight: 700;
    color: #000;
    text-decoration: none;
    display: block;
}
.video .item .text{
    font: 13px 'Noto Serif', Arial, sans-serif;
	font-weight: 400;
    margin-top: 25px;
}
.video .item .text p{padding-bottom: 25px;}

.pagination{
    background: #eaeaea;
    margin: 55px 0 25px;
    text-align: center;
    height: 45px;
}
.pagination ul{
    margin: 0;
    padding: 15px 0 0;
    list-style: none;
}
.pagination ul li{
    display: inline;
    border: 1px solid #c6c5c4;
    padding: 1px 10px;
}
.pagination ul li.active{background: #333333;}
.pagination ul li.dotted{border:0;}
.pagination ul li.last{
    border: 2px solid #c6c5c4;
    padding: 0 9px;
}

.pagination ul li.prev{
    border: 0;
    position: relative;
    float: left;
}
.pagination ul li.next{
    border: 0;
    position: relative;
    float: right;
}
.pagination ul li a{
    font: 12px 'Roboto', Arial, sans-serif;
	font-weight: 500;
    color: #333333;
    text-decoration: none;
}
.pagination ul li.active a{color: #fff;}

.work .item{
    float: left;
    width: 160px;
    height: 305px;
    margin: 0 32px 60px 0;
}
.work .item.last{margin-right: 0}
.work .item .name{
    font: 19px 'Noto Serif', Arial, sans-serif;
	font-weight: 700;
    color: #000;
    text-decoration: none;
    display: block;
	word-wrap: break-word;
}
.work .item .text{
    font: 13px 'Noto Serif', Arial, sans-serif;
	font-weight: 400;
    margin: 15px 0 10px;
}
.work .item .more{
    font: 13px 'Roboto', Arial, sans-serif;
	font-weight: 700;
    color: #000;
    text-decoration: none;
}
.work .item .more:hover{color: #ff7342;}

.search-block{
    font: 15px 'Roboto', Arial, sans-serif;
	font-weight: 700;
    margin-top: 40px;
    background: #ecedee;
    height: 31px;
    border-top: 1px solid #c6c5c4;
    padding: 12px 0 12px 18px;
}
.search-block input[type="text"]{
    width: 430px;
    height: 30px;
    border: 2px solid #c3c3c3;
    margin-left: 5px;
}
.search-block input[type="submit"]{
    position: absolute;
    background: url("images/bt-search.png") no-repeat;
    width: 32px;
    height: 28px;
    margin: 3px 0 0 -34px;
    cursor: pointer;
    border: medium none;
}

.search .item{
    padding: 20px 0 25px;
    border-bottom: 1px solid #eeeced;
}
.search .item .theme{    
    padding: 4px 10px;
    background: #ff7342;
    float: left;
}
.search .item .theme a{
    color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
}
.search .item .name{
	display: block;
    font: 28px 'Noto Serif', Arial, sans-serif;
	font-weight: 700;
    color: #000;
    text-decoration: none;
	margin-top:5px;
}
.search .item .text{
    margin: 5px 0 15px;
    line-height: 20px;
}
.search .item .more{
    float: left;
    text-decoration: none;
}
.search .item .date{
    float: right;
    font-size: 13px;
    color: #878a8d;
}
#wrap .left.twocolumn{width: 655px; border:none;}
#wrap .right.twocolumn{width: 275px;}
.twocolumn .news-right .item{font-size: 14px}
.twocolumn .news-right .item img{margin-bottom: 10px;}
.twocolumn .news-right .item .body{
	width: 150px;
	max-height: 115px;
	overflow:hidden;
	margin-bottom: 5px;
	word-wrap: break-word;
}
.twocolumn .news-right .item .body.detail{height:inherit;}
.twocolumn .news-right .item a{
    font: 20px/22px 'Roboto', Arial, sans-serif;
	font-weight: 700;
}

/* popup */
#auth, .message-bg{display: none;}
.message-bg {
    background: url("images/popup_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 10;
    top:0;
}
.auth-pos {
    left: 50%;
    top: 50%;
    margin-left: -195px;
    margin-top: -200px;
    position: absolute;
}
.form-bg{
    background: #fff;
    width: 330px;
    padding: 30px 40px;
    z-index: 20;
}
.form-bg form{margin-top: 40px}
.form-bg form .login{
    background: url("images/icon-login.png") no-repeat scroll 0 6px;
    padding-left: 25px;
    margin-top: 20px;
}
.form-bg form .pass{
    background: url("images/icon-pass.png") no-repeat scroll 2px 6px;
    padding-left: 25px;
    margin-top: 20px;
}
.form-bg form input[type="text"],
.form-bg form input[type="password"]{
    font: 14px 'Roboto', Arial, sans-serif;
	font-weight: 300;
    width: 285px;
    height: 25px;
    border: 1px solid #e8e6e6;
    padding: 0 10px;
}
.form-bg form input[type="checkbox"]{
    vertical-align: middle;
    margin-right: 5px;
}
.form-bg form label{
    font: 12px 'Roboto', Arial, sans-serif;
	font-weight: 300;
    color: #5c5d5d;
    float: left;
    margin: 15px 0 0 25px;
}
.form-bg form label span{
	display: block; 
	float: right; 
	margin-top: 1px;
}
.form-bg form a{
    font: 12px  'Roboto', Arial, sans-serif;
	font-weight: 300;
    color: #5c5d5d;
    text-decoration: none;
    float: right;
    margin-top: 15px;
}
.form-bg form input[type="submit"]{
    display: block;
    float: right;
    color: #fff;
    font-size: 15px;
    background: #008dff;
    padding: 3px 15px;
    border: medium none;
    margin-top: 15px;
    cursor: pointer;
}
.form-bg .social .title{
    font: 18px 'Roboto', Arial, sans-serif;
	font-weight: 700;
    margin: 35px 0 30px;
}
.form-bg .social a{
    display: block;
    float: left;
	margin-right: 20px;
}
.form-bg .social a.fb{
    background: url("images/fb.png") no-repeat;
    width: 36px;
    height: 37px;
}
.form-bg .social a.vk{
    background: url("images/vk.png") no-repeat;
    width: 36px;
    height: 37px;
}
.form-bg .social a.tw{
    background: url("images/twitter.png") no-repeat;
    width: 44px;
    height: 37px;    
}

.form-bg .social span{
    display: block;
    float: right;
    color: #5e5e5e;
    width: 145px;
	font-size:10px;
	text-align:left;
}

.reg-success{
    font: 17px 'Roboto', Arial, sans-serif;
	font-weight: 300;
    margin-top: 20px;
}
.registration{
    font-size: 11px;
    color: #464849;
    margin-top: 40px;
}
.registration .comment{
    font: 10px 'Roboto', Arial, sans-serif;
	font-weight: 300;
    position: absolute;
    margin: -15px 0 0 275px;
}
.registration span{color: #ff0000;}
.registration input[type="text"],
.registration input[type="password"]{
    width: 380px;
    background: #fbfbfc;
    height: 20px;
    border: 1px solid #ebebea;
    display: block;
    margin: 20px 0 5px;
}
.registration input[type="submit"]{
    display: block;
    margin-top: 40px;
    color: #fff;
    font-size: 15px;
    background: #008dff;
    padding: 3px 15px;
    border: medium none;
    cursor: pointer;
}
.registration .success{
    position: absolute;
    background: url("images/icon-success.png") no-repeat;
    width: 13px;
    height: 10px;
    margin: -21px 0 0 390px;
}
.registration .error{
    position: absolute;
    background: url("images/icon-error.png") no-repeat;
    width: 10px;
    height: 10px;
    margin: -20px 0 0 390px;
}

.partner{margin-top: 15px;}
.partner .block{
    padding: 35px 0;
    border-bottom: 1px solid #f5f4f5;
}
.partner .item{
    float: left;
    width: 240px;
    margin-left: 45px;
}
.partner .block .item:first-child{margin: 0}
.partner .item a{
    font: 18px 'Roboto', Arial, sans-serif;
	font-weight: 700;
    color: #000;
    text-decoration: none;
}
.partner .item .text{
    margin-top: 10px;
    font: 13px 'Noto Serif', Arial, sans-serif;
	font-weight: 400;
}
.content{
    margin-top: 40px;
    font-size: 16px;
    line-height: 22px;
}
a.italic{
    font-style: italic;
    text-decoration: none;
}
.content.about{
    font: 18px/24px 'Noto Serif', Arial, sans-serif;
	font-weight: 400;
}
.content.about p{padding-bottom: 15px;}
.content.about a{text-decoration: none}
.content.about ul{
    margin-left: 40px;
    color: #ff7342;
}
.content.about ul span{color: #000;}

.widget .block{display:none;}

.preloader{text-align:center;}
.detail-news-right{margin-top:10px;}
#twitter-widget-0{
float:left;
}
#vk_like{
clear:none !important;
}
.text p{
text-indent: 0 !important;
}
.text ol, .text ul{
margin-left: 25px;
}
.forum-user-signature{
display: none;
}
/*
.social{
width: 200px;
float: right;
margin-top: -30px;
}
*/
.tabsblock{
display:none;
padding-top: 50px;
}
.tabsblock.active{
display:block
}
.tabsblock:first-child{
display:block;
}
#tabs_study{
margin-top: 40px;
}
div#tabs_study ul li{
	width: 135px;
	height: 20px;
	line-height: 20px;
	background: #d1d1d1;
	list-style: none;
	float: left;
	border-right: 1px solid #fff;
	text-align: center;
}
div#tabs_study ul li#active{
background: url('images/study_f.png') 50% 0px no-repeat;
height: 29px;
margin-bottom: -9px;
background-size: contain;
}
div#tabs_study ul li a{
color: #000;
text-decoration:none;
}
.dateblock{
width:105px;
float: left;
}
.dateblock h1{
font-size: 90px;
color: #0089ff;
line-height: 90px;
}
.dateblock h2{
font-size: 14px;
color: #0089ff;
margin: 0px;
text-align: center;
line-height: 14px;
text-transform: uppercase;
font-weight: 400;
margin-top: 10px;
}
.dateblock h3{
font-size: 17px;
color: #5c5d5d;
line-height: 50px;
text-align: center;
font-weight: 400;
}
.nameblock{
float: left;
font-size: 34px;
line-height: 34px;
color: #231f20;
width: 380px;
margin-left: 55px;
font-weight: 900;
}
.authorblock{
font-size: 16px;
color: #231f20;
line-height: 16px;
font-weight: 400;
margin-top: 20px;
}
.priceblock{
width:105px;
float: left;
margin-top: 30px;
}
.priceblock h1{
font-size: 23.18px;
color: #0088ff;
line-height: 23px;
text-align: center;
}
.priceblock h2{
margin: 0px;
line-height: 13px;
font-size: 13px;
color: #5c5d5d;
text-align: center;
}
.wantgo{
margin-left: 55px;
float: left;
width: 380px;
margin-top: 40px;
margin-bottom: 70px;
}
.wantgo input{
background: #ff7342;
border: none;
border-top: 1px solid #ffcbb9;
border-right: 1px solid #ffcbb9;
border-bottom: 1px solid #ffcbb9;
color: #fff;
width: 104px;
height: 28px;
cursor:pointer;
}
.wantgo input:active{
background: #ff591f;
}
.studyblock .description{
font: 18px/25px 'Noto Serif', Arial, sans-serif;
font-weight: 400;
margin-top: 25px;
}
.line{
border-top: 1px dotted #c1c2c4;
width:100%;
height:1px;
margin-bottom: 20px;
}
.dop_conf h2{
display: block;
font-size: 23px;
margin: 0px;
color: #000000;
}
.description .wantgo{
width: 100%;
float: none;
text-align: center;
margin: 0px;
margin-top: 40px;
margin-bottom: 70px;
}
.konf_item{
padding: 20px;
background:#fff;
}
.konf_item:hover{
background:#f5f5f5;
}
.konf_item .img_left{
position: absolute;
}
.konf_item .body{
float: left;
margin-left: 135px;
}
.konf_item .date{
color:#008bff;
font-size:16px;
line-height:16px;
margin-bottom: 14px;
}
.konf_item .date font{
color:#989797;
}
.konf_item .date span{
color:#000000;
font-size:13px;
line-height:16px;
padding:0px 5px;
background:#e3e3e3;
}
.konf_item a.name{
color:#000100;
font: 22px/22px 'Roboto', Arial, sans-serif;
text-decoration:none;
font-weight: 700;
}
.konf_item .text{
color:#85888b;
font: 13px/13px 'Roboto', Arial, sans-serif;
margin-top: 10px;
margin-bottom: 10px;
}
.konf_item .wantgo{
margin: 0px;
padding: 0px;
text-align: left;
}
.dop_conf{
margin-bottom: 150px;
}
.social_in_study{
float: right;
width: 200px;
text-align: center;
}
.addevent{
padding: 5px;
margin-top: 20px;
background: #0088ff;
border: none;
color: #fff;
cursor:pointer;
}
.social_in_study .twitter-share-button{
width: 90px !important;
height: 20px !important;
float: left !important;
}
.social_in_study .fb-like{
width: 90px !important;
height: 20px !important;
float: left !important;
}
form.event_add{
margin-top:80px;
}
form.event_add .data-table{
width:432px;
}
form.event_add .data-table td:first-child{
	width: 70px;
	padding: 0px;
	margin: 0px;
	padding-right: 10px;
	color: #464849;
	font-size: 11px;
	line-height: 12px;
}
form.event_add .data-table td{
	vertical-align: top;
}
form.event_add .starrequired{
color: #ff7342;
}
form.event_add input[type="text"]{
width: 305px;
height: 23px;
border: none;
background: #f5f5f6;
line-height: 23px;
padding: 0px 10px;
margin-bottom: 20px;
}
form.event_add input[type="file"]{
margin-bottom: 20px;
}
form.event_add textarea{
width: 305px;
height: 70px;
border: none;
background: #f5f5f6;
padding: 10px;
margin-bottom: 20px;
resize: none;
}
form.event_add .leftdate{
    float: left;
	line-height:14px;
	color:#898989;
}
form.event_add .right_date{
    float: right;
	color:#898989;
	line-height:14px;
}
form.event_add .right_date input,form.event_add .leftdate input{
	color:#464849;
}

form.event_add .leftdate input.leftdateid{
 width: 113px;
    height: 23px;
    padding: 0 10px;
}
form.event_add .right_date input.leftdateid{
 width: 113px;
    height: 23px;
    padding: 0 10px;
}
form.event_add img.calendar-icon{
margin-left: -23px;
margin-top: 6px;
width: 15px;
height: 12px;
}
form.event_add select{
border: none;
background: #f5f5f6;
height: 23px;
line-height: 23px;
width: 150px;
margin-bottom: 20px;
}
form.event_add input[type=submit]{
border: none;
background: #0087ff;
color:#fff;
	font-size: 15px;
height: 28px;
line-height:15px;
width: 303px;
}
form.event_add .captha img{
margin-top:50px;
margin-bottom:10px;
}
form.event_add .captha input[type="text"]{
width: 100px;
}
form[name='form_auth']{
margin-top: 20px;
line-height: 25px;
}
#header{
    overflow: hidden;
}