@font-face {
    font-family: 'PT Serif';
    src: url('/i/PT_Serif.ttf');
}
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    background: #f5f5f5;
}

a {
  color: #0277bd;
}
.line-through {
    text-decoration: line-through;
}
.disclaimer {
    padding: 10px;
    border: 4px solid red;
    text-align: center;
    font-weight: bold;
}
.lower {
    text-transform: lowercase;
}

.inner {
    width: 1280px;
    margin: auto;
    position: relative;
}

.inner h1 {
    font-family: 'Open Sans';
    font-size: 30px;
    color: #212121;
    font-weight: 400;
    padding-left: 20px;
}



.inner h1.nopl {
    padding-left: 0;
	margin-top:0;
}

.clear {
    clear: both;
}

.after-width, .main-blocks .items:after, .two-blocks:after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: '';
    visibility: hidden;
    overflow: hidden;
}

.t-title {
    height: 54px;
    line-height: 54px;
    font-family: 'Open Sans';
    color: #212121;
    padding-left: 20px;
}

.t-title_nopadding {
    padding-left: 0;
}

.t-title_f14 {
    font-size: 14px;
}

.t-title_f20 {
    font-size: 20px;
}

.t-title.white {
    color: #ffffff;
}

.t-title_inner span:after {
    content: "|";
    display: inline-block;
    width: 20px;
    text-align: center;
    color: #d7d7d7;
}

.t-title_inner a.cat {
    color: #0277bd;
    font-family: 'Open Sans';
    font-size: 14px;
    text-decoration: none;
}

.t-title_inner a.cat:hover {
    opacity: .7;
}

header {
    height: 250px;
    background: url('/i/bg.jpg') no-repeat center center;
    /*background: url('/i/2017_02.jpg') no-repeat center center;*/
    /*background: url('/i/summer_2017.jpg') no-repeat center center;*/
    /*background: url('/i/irkutsk_autumn.jpg') no-repeat center center;*/
    /*background: url('/i/spring_alexander.jpg') no-repeat center center;*/
    /*background: url(/i/irkutsk.jpg) no-repeat left 83%;*/
    color: #ffffff;
    overflow: hidden;
    font-size: 0.875em;
    background-size: cover;
}

header .reg{
    margin-bottom: 10px;	
}

header .reg a{
	text-shadow: 0 0 2px #000;
    color: #fff;
}

header #weather {
    margin: 10px 0 0 20px;
}

header #weather span {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-right: 2px;
}

header #weather span.city {
    margin-right: 5px;
}

header #weather span.icon {
    /* width: 72px; */
    height: 40px;
}

header #weather span img {
    width: 46px;
    margin-left: -5px;	
}

header #weather span.temp {
    margin-left: -13px;
}

header #weather span.link {
    margin-left: 35px;
}

header #weather span.link a {
    display: inline-block;
    color: #f5f5f5;
    border: 1px solid #ffffff;
    padding: 4px 10px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.75em;
}

header #weather span.link a:hover {
    background: rgba(255, 255, 255, 0.4);
}

header #weather:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

header .logo {
    padding: 0 0 0 6px;
}

.main-menu {
    min-height: 50px;
    border-bottom: 1px solid #d9d9d9;
}

.main-menu ul li {
    display: inline-block;
    margin: 0 20px;
    line-height: 50px;
}

.main-menu ul li a {
    text-transform: lowercase;
    text-decoration: none;
    font-size: 1.125em;
    color: #212121;
}

.main-menu ul li a:hover {
    color: #0277bd;
}

.main-blocks .items {
    text-align: left;
    line-height: 0;
    font-size: 0;
}

.main-blocks p.items_empty {
    font-size: 18px;
    margin-bottom: 80px;
}

.main-blocks li.i_last {
    margin-right: 0;
}

.main-blocks .items__block {
    display: inline-block;
    line-height: normal;
    vertical-align: top;
    /*background: #ffffff;*/
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
    margin-right: 10px;
    /*size-x*/
    /*size-y*/
}

.main-blocks .items__block:last-child{
	margin:0;
}

.main-blocks .items__block_x1 {
    width: 305px;
}

.main-blocks .items__block_x2 {
    width: 633px;
}

.main-blocks .items__block_x3 {
    width: 956px;
}

.main-blocks .items__block_x4 {
    width: 1280px;
}

.main-blocks .items__block_y1 {
    height: 470px;
}

.main-blocks .items__block_y2 {
    height: 560px;
}

.main-blocks .items__block .img {
    height: 305px;
    overflow: hidden;
}

.main-blocks .items__block .img img {
    /*width: 100%;*/
    height: 100%;
}
.items__block.items__block_x1.conference_block .img a img {
    height: auto;
    width: 100%;
}

.main-blocks .items__block .text {
    padding: 15px 20px;
    text-align: left;
	height: 185px;
	overflow:hidden;
}

.main-blocks.top_blocks .items__block .text {
	height:115px;
}

.main-blocks .items__block .text .link {
    font-size: 16px;
    color: #212121;
    font-family: 'PT Serif';
    text-decoration: none;
    height: 45px;
    display: block;
}

.main-blocks .items__block .text .link:hover {
    text-decoration: underline;
}

.main-blocks .items__block .text p {
    margin-top: 20px;
    font-family: 'PT Serif';
    font-size: 14px;
    color: #212121;
    line-height: 18px;
}

.main-blocks .items__block .text .date {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 14px;
    font-family: 'Open Sans';
    color: #9e9e9e;
}

.main-blocks .color_1 {
    background: #ffffff;
}

.main-blocks.m20 {
    margin: 25px 0;
}

.main-blocks .items__block.anniversary_block {
    font-size: 14px;
}
.items__block.items__block_x1.anniversary_block {

}
.main-blocks .anniversary_block .items__block_y2 {
    height: 100%;
}
.main-blocks .anniversary_block.items__block .img {
    height: 204px;
}
.main-blocks .items__block.anniversary_block .text {
    height: auto;
}
.main-blocks .items__block.anniversary_block .text p {
    display: none;
}
.anniversary_block .date {
    display: none;
}

.two-blocks {
    text-align: justify;
    text-align: newspaper;
    line-height: 0;
    font-size: 1px;
    margin-bottom: 20px;
}

.two-blocks__block {
    display: inline-block;
    line-height: normal;
    vertical-align: top;
    width: 633px;
}

.news-full {
    background: #ffffff;
    padding: 15px 20px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}

.news-full.main .all-news {
    font-size: 15px;
    text-align: center;
}

.news-full h2 {
    font-family: 'Open Sans';
    color: #212121;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 22px;
}

.news-full .items__block,
.news-full .news-list__item {
    text-align: left;
    list-style: none;
    position: relative;
    padding-left: 120px;
    height: 100px;
    margin-bottom: 22px;
}

.news-full .items__block .img,
.news-full .news-list__item .img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    float: left;
}

.news-full .items__block .img img,
.news-full .news-list__item .img img {
    max-width: 100%;
    overflow: hidden;
}

.news-full .items__block p{
	display:none;
}

.news-full .items__block .text a,
.news-full .news-list__item .link {
font-family: 'PT Serif';
    text-decoration: none;
    font-size: 16px;
    color: #212121;
    overflow: hidden;
    max-height: 70px;
    display: block;
}

.news-full .items__block .text a:hover,
.news-full .news-list__item .link:hover {
    text-decoration: underline;
}

.news-full .items__block .text .date,
.news-full .news-list__item .cat-time{
    font-family: 'Open Sans';
    font-size: 14px;
    position: absolute;
    left: 120px;
    bottom: 0;
}

.news-full .news-list__item .cat-time.main {
    font-size: 15px;
}

.news-full .items__block .text .date,
.news-full .news-list__item .cat-time__time {
    color: #0277bd;
    font-size: 12px;
}

.news-full .news-list__item .cat-time__time.main {
    font-size: 13px;
}

.news-full .news-list__item .cat-time__cat {
    color: #0277bd;
    text-decoration: none;
    text-transform: lowercase;
}

.news-full .news-list__item .cat-time__cat:before {
    content: '|';
    color: #b5b5b5;
}

.news-full .news-list__item .cat-time__cat:hover {
    opacity: .5;
}

.news-full .news-list__item_m5 {
    margin-bottom: 47px;
}

.news-full .news-list__item_last {
    margin-bottom: 32px;
}

.news-full__nobg {
    background: none;
    box-shadow: none;
}

.news-full-2 .news-list__item,
.news-full-2 .items__block {
    list-style: none;
    background: #ffffff;
    height: 200px;
    padding-left: 325px;
    position: relative;
    margin-bottom: 12px;
    padding-top: 10px;
    padding-right: 20px;
    box-sizing: border-box;
}

.news-full-2 .news-list__item .img,
.news-full-2 .items__block .img {
    width: 312px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.news-full-2 .news-list__item .img img,
.news-full-2 .items__block .img img {
    width: 100%;
}

.news-full-2 .news-list__item .info .title, .news-full-2 .news-list__item .info .money .course li .num, .money .course li .news-full-2 .news-list__item .info .num,
.news-full-2 .items__block .text a {
    font-family: 'PT Serif';
    font-size: 16px;
    color: #212121;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    text-align: left;
}

.news-full-2 .news-list__item .info .title:hover, .news-full-2 .news-list__item .info .money .course li .num:hover, .money .course li .news-full-2 .news-list__item .info .num:hover {
    text-decoration: underline;
}

.news-full-2 .news-list__item .info p,
.news-full-2 .items__block .text p {
    text-align: left;
    font-family: 'PT Serif';
    font-size: 14px;
    color: #212121;
    overflow: hidden;
    max-height: 75px;	
}

.news-full-2 .news-list__item .info .date,
.news-full-2 .items__block .date {
    font-family: 'Open Sans';
    color: #9e9e9e;
    font-size: 14px;
    position: absolute;
    left: 325px;
    bottom: 10px;
}
span.category {
    margin-left: 5px;
}
span.category a:first-child {
        margin-right: 10px;
}
span.counter {
    margin-left: 5px;
}

#front span.counter {
	/* display:none; */
}
#front span.discuss {
    white-space: nowrap;
}
.video {
    width: 633px;
    height: 410px;
    box-sizing: border-box;
    margin-left: 5px;
}

.inner .two-blocks .video iframe{
    width: 633px;
}

.video__img {
    display: block;
    width: 633px;
    height: 344px;
    overflow: hidden;
    position: relative;
}

.video__img img {
    max-width: 100%;
}

.video__info {
    padding: 10px 20px;
}

.video__info a {
    font-family: 'PT Serif';
    font-size: 16px;
    color: #212121;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

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

.video__info span {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #9e9e9e;
}

.birthday {
    height: 380px;
    overflow: hidden;
    position: relative;
}

.birthday__info {
    position: absolute;
    bottom: 24px;
    left: 27px;
    background: #ffffff;
    width: 100%;
    width: 260px;
    text-align: center;
    font-family: 'PT Serif';
    font-size: 18px;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.4);
}

.birthday a {
    display: block;
}

.conference {
  overflow: hidden;
  margin-top: 65px;
  margin-bottom: 25px;
  height: 400px;
  position: relative; }
  .conference__info {
    position: relative;
    z-index: 10; }
    .conference__info h2 {
      font-family: 'PT Serif';
      font-weight: bold;
      font-size: 48px;
      color: #212121; }
    .conference__info p {
      width: 350px;
      font-family: 'PT Serif';
      font-size: 18px;
      color: #212121;
      margin-top: 15px; }
    .conference__info a {
      display: inline-block;
      font-family: 'Open Sans';
      font-size: 14px;
      color: #212121;
      margin-top: 10px; }
      .conference__info a:hover {
        opacity: .7; }
    .conference__info_left {
      float: left;
      padding: 80px 0 0 40px; }
    .conference__info_right {
      float: right;
      padding: 80px 40px 0 0; }
  .conference__img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0); }

.money {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 250px;
    background: url(../img/moneybg.jpg) no-repeat center top #424242;
}

.money .course {
    margin-left: 80px;
    margin-top: 50px;
}

.money .course li {
    display: inline-block;
    font-family: 'Open Sans';
}

.money .course li .title, .money .course li .num {
    display: inline-block;
    color: #fafafa;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 48px;
    vertical-align: top;
    width: 115px;
}

.money .course li .num {
    color: #00e676;
    width: auto;
    margin-right: 15px;
}

.money .course li .num_red {
    color: #f4511e;
}

.money .course li .price {
    display: inline-block;
    color: #fafafa;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 48px;
    vertical-align: top;
    margin-right: 100px;
}

.money .course li .price_last {
    margin-right: 0;
}

.money.nomt {
    margin-top: 0px;
}

.advert {
    text-align: center;
    margin-top: 30px;
}

footer {
    margin-top: 80px;
    background: #e1e1e1;
    border-top: 2px solid #03a9f4;
    padding-top: 25px;
    padding-bottom: 60px;
}

footer .footer-links {
    float: left;
}

footer .footer-links > li {
    display: inline-block;
    list-style: none;
    vertical-align: top;
}

footer .footer-links > li.footer-logo {
    padding-top: 10px;
}

footer .footer-links > li ul {
    margin-left: 60px;
}

footer .footer-links > li ul.margin-min {
    margin-left: 25px;
}

footer .footer-links > li ul li {
    list-style: none;
}

footer .footer-links > li ul li a {
    font-family: 'PT Sans';
    font-size: 12px;
    color: #212121;
    text-decoration: none;
}

footer .footer-links > li ul li a:hover {
    text-decoration: underline;
}

footer .social {
    float: right;
}

footer .social li {
    display: inline-block;
    margin-left: 30px;
}

footer .social li a {
    display: inline-block;
}

footer .social li a:hover {
    opacity: .7;
}

footer .alter {
    margin-top: 40px;
}

footer .alter li {
    display: inline-block;
    margin-right: 50px;
}

footer .alter li a {
    font-family: 'PT Sans';
    font-size: 12px;
    color: #212121;
    text-decoration: none;
}

footer .alter li a:hover {
    text-decoration: underline;
}

footer .alter li span {
    font-weight: bold;
}

footer .copyright {
    margin-top: 35px;
}

footer .copyright li {
    display: inline-block;
    margin-right: 60px;
    color: #848484;
    font-family: 'PT Sans';
    font-size: 12px;
}
footer .dev {
    display: inline-block;
    background: url(/i/webmasterlogo.png) no-repeat left top;
    padding-top: 42px;
    margin-top: 35px;
    text-align: left;
    font-size: 12px;
    background-size: 100%;
    color: #848484;
    text-decoration: none;
    float: right;
    vertical-align: top;
}

.left-column,
.center-column,
.right-column {
    float: left;
    box-sizing: border-box;
}

.left-column img,
.center-column img,
.right-column img {
    max-width: 100%;
    height: auto;
}

.left-column {
    width: 380px;
}

.center-column {
    width: 600px;
    padding: 0 30px;
}

.content h1 {
    font-family: 'Open Sans';
    font-size: 20px;
    color: #212121;
    margin: 20px 0;
    font-weight: 600;
	padding:0;
}

.content h2 {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: normal;
    margin: 20px 0;
}

.content p,
.content ol,
.content ul {
    font-family: 'PT Serif';
    font-size: 16px;
    color: #212121;
    margin-bottom: 15px;
    line-height: 24px;
}
.content ol,
.content ul {
    padding-left: 40px;
}
.content p.pd {
    color: #797979;
    font-style: italic;
    font-size: 80%;
    line-height: 1.4em;
}
.content p.pd a {
    color: #797979;
    font-weight: normal;
}

.content p.contacts {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 40px;
}

.content blockquote {
    font-family: 'PT Serif';
    font-size: 14px;
    line-height: 24px;
    background: url(../img/blockquote.png) no-repeat 25px 35px #e7e9ee;
    padding: 30px 30px 30px 70px;
    margin-bottom: 1em;
}
.content blockquote p.nm {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
}
.content blockquote.des {
    background: #e7e9ee;
    padding: 30px;
}
.content blockquote.des .img {
    float: left;
    margin: 0 10px 10px 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: none;
}
.content blockquote.des p:nth-child(3) {
    clear: both;
}
.content blockquote.des p.nm {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 1em;
}

.content ul {
    margin-bottom: 35px;
}

.content ul li {
    list-style: none;
    font-family: 'PT Serif';
    font-size: 14px;
    color: #212121;
    padding-left: 22px;
    background: url(../img/list.png) no-repeat left 6px;
    margin-bottom: 15px;
}

.content .nopl {
    padding-left: 0px;
}

.content a {
    color: #212121;
    font-weight: 600;
}

.content a:hover {
    opacity: .7;
}

.right-column {
    width: 300px;
}

.vote {
    padding: 15px 20px;
    width: 300px;
}

.vote h2 {
    font-family: 'Open Sans';
    color: #212121;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 22px;
}

.vote .question,
.vote_box {
    background: #ffffff;
    border: 2px solid #ebebeb;
    padding: 20px;
line-height: 20px;	
    margin-bottom: 10px;
}

.vote_box .title{
	margin-bottom:1em;
}
.vote_box span.title{
	margin-bottom:0;
	display:block;
}

.vote_result  .item .percent{
	display:inline-block;
}

.vote_box .vote_asc_row{
	margin-bottom:1em;
}

.vote_result .item .line{
	background:#03a9f4;
}

.vote .question p {
    font-family: 'PT Serif';
    font-size: 16px;
    color: #212121;
    line-height: 22px;
}

.vote .question .answers {
    margin-top: 20px;
    margin-bottom: 30px;
}

.vote .question .answers li {
    list-style: none;
    margin-bottom: 8px;
    background: none;
    padding-left: 0;
}

.vote_box .vote_asc_row input,
.vote .question .answers li input {
    display: none;
}

.vote .question .answers li input:checked + label,
.vote_box .vote_asc_row input:checked + label {
    background: url(/i/radio.png) no-repeat 0 -20px;
}

.vote .question .answers li label,
.vote_box .vote_asc_row label {
    display: inline-block;
    padding-left: 30px;
    background: url(/i/radio.png) no-repeat 0 0;
    line-height: 20px;
    font-family: 'PT Serif';
    font-size: 14px;
    color: #212121;
    height: 20px;	
}

.vote .question .answers li label:hover,
.vote_box .vote_asc_row label:hover {
    cursor: pointer;
}

.vote_box .subm input,
.vote .send-vote {
    border: 3px solid #03a9f4;
    background: #ffffff;
    font-family: 'Open Sans';
    font-size: 20px;
    color: #212121;
    padding: 5px 25px;
	text-transform:lowercase;
}

.vote_box .subm input:hover,
.vote .send-vote:hover {
    background: #f5f5f5;
}

.vote.nop {
    padding: 0;
}

.comments {
    margin-top: 50px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #212121;
    width: 480px;
}

.comments.inner-padding-right {
    width: 640px;
}

.comments h2 {
    font-family: 'Open Sans';
    color: #212121;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

.comments .autorization {
    font-weight: 600;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 20px;
}

.comments .autorization a, .comments .autorization a:visited {
    color: #0277bd;
}

.comments .autorization a:hover {
    opacity: .7;
}

.comments .comment {
    margin: 20px 0 30px 0;
}

.comments .comment .title, .comments .comment .money .course li .num, .money .course li .comments .comment .num {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.comments .comment p {
    margin-bottom: 20px;
}

.comments .comment .date {
    font-size: 11px;
    color: #9e9e9e;
}

.right-carousel {
    margin-top: 30px;
}

.right-carousel .info {
    width: 300px;
}

.right-carousel .info .title, .right-carousel .info .money .course li .num, .money .course li .right-carousel .info .num {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #212121;
    border-bottom: 2px solid #e1e1e1;
    top: 0;
    width: 240px;
    text-align: center;
    font-weight: 800;
    line-height: 40px;
    margin-left: 30px;
    margin-bottom: 50px;
}

.right-carousel .info .big {
    font-family: 'PT Serif';
    text-align: center;
    color: #03a9f4;
    font-size: 100px;
    font-weight: 800;
}

.right-carousel .info .min {
    font-family: 'PT Serif';
    text-align: center;
    color: #03a9f4;
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 60px;
}

.right-carousel .info p {
    font-size: 'Open Sans';
    font-size: 20px;
    color: #212121;
    text-align: center;
}

.photoreport .main-news .img {
    /* overflow: hidden; */
    height: 400px;
}

.photoreport .main-news .img a {
    display: block;
    height: 400px;
}


.photoreport .main-news .img .plitka a{
    max-height: 300px;	
}


.photoreport .main-news .img .info a {
	height:auto;
}

.photoreport li.slide .info .alter-info{
	position:relative;
	bottom:0;
}

.photoreport .main-news .img a img {
    max-width: 100%;
	width:100%;
}

.photoreport.big .main-news .img{
	height:auto;
}

.photoreport.big .main-news .img li{
    margin-bottom: 20px;	
}

.photoreport li.slide>a{
	width:100%;
	/* height:auto; */
}

.photoreport .main-news .info {
    background: #ffffff;
    padding: 10px 20px 15px 20px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.4);
}

.photoreport .main-news .info .title, .photoreport .main-news .info .money .course li .num, .money .course li .photoreport .main-news .info .num {
    display: block;
    color: #212121;
    text-decoration: none;
    font-family: 'PT Serif';
    font-size: 16px;
    margin-bottom: 10px;
}

.photoreport .main-news .info .title:hover, .photoreport .main-news .info .money .course li .num:hover, .money .course li .photoreport .main-news .info .num:hover {
    text-decoration: underline;
}

.photoreport .main-news .info .date {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #9e9e9e;
}

.photoreport .main-news .info .date:after {
    content: "|";
    display: inline-block;
    text-align: center;
    padding: 0 5px;
    color: #9e9e9e;
}

.photoreport .main-news .info .photo {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #0277bd;
}

.photoreport .side-news {
    float: left;
    margin-left: 15px;
}

.photoreport .side-news__item {
    display: block;
    height: 80px;
    overflow: hidden;
    list-style: none;
    padding-left: 10px;
    position: relative;
    padding-left: 170px;
    margin-bottom: 20px;
}

.photoreport .side-news__item .img {
    width: 150px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.photoreport .side-news__item .img img {
    max-width: 100%;
}

.photoreport .side-news__item.nomargin {
    margin: 0;
}

.photoreport .side-news__item .title, .photoreport .side-news__item .money .course li .num, .money .course li .photoreport .side-news__item .num {
    font-family: 'PT Serif';
    font-size: 16px;
    color: #212121;
    text-decoration: none;
}

.photoreport .side-news__item .title:hover, .photoreport .side-news__item .money .course li .num:hover, .money .course li .photoreport .side-news__item .num:hover {
    text-decoration: underline;
}

.photoreport .side-news__item .info {
    position: absolute;
    bottom: 0;
    left: 170px;
}

.photoreport .side-news__item .info .date {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #9e9e9e;
}

.photoreport .side-news__item .info .date:after {
    content: "|";
    display: inline-block;
    text-align: center;
    padding: 0 5px;
    color: #9e9e9e;
}

.photoreport .side-news__item .info .photo {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #0277bd;
}

.title-info {
    font-family: 'Open Sans';
    font-size: 20px;
    color: #212121;
    padding-left: 20px;
    margin-bottom: 20px;
}

.title-info__main:after {
    display: inline-block;
    content: "|";
    padding: 0 10px;
    color: #dad2cf;
}

.title-info .today {
    color: #eb1d1d;
}

.culture-cat {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.culture-cat__item {
    display: inline-block;
    list-style: none;
    font-family: 'PT Serif';
    font-size: 16px;
    color: #212121;
    padding: 4px 10px;
}

.culture-cat__item:hover {
    cursor: pointer;
}

.culture-cat__item.active {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.left-column-content,
.center-column-content,
.right-column-content,
.left-column-inner,
.right-column-inner {
    float: left;
    box-sizing: border-box;
}

.left-column-content img,
.center-column-content img,
.right-column-content img,
.left-column-inner img,
.right-column-inner img {
    max-width: 100%;
}

.left-column-content.mt10,
.center-column-content.mt10,
.right-column-content.mt10,
.left-column-inner.mt10,
.right-column-inner.mt10 {
    margin-top: 10px;
}

.left-column-content.mt40,
.center-column-content.mt40,
.right-column-content.mt40,
.left-column-inner.mt40,
.right-column-inner.mt40 {
    margin-top: 40px;
}

.left-column-content.mt60,
.center-column-content.mt60,
.right-column-content.mt60,
.left-column-inner.mt60,
.right-column-inner.mt60 {
    margin-top: 60px;
}

.left-column-content.mt80,
.center-column-content.mt80,
.right-column-content.mt80,
.left-column-inner.mt80,
.right-column-inner.mt80 {
    margin-top: 80px;
}

.left-column-content.pl20,
.center-column-content.pl20,
.right-column-content.pl20,
.left-column-inner.pl20,
.right-column-inner.pl20 {
    padding-left: 20px;
}

.left-column-content.pr60,
.center-column-content.pr60,
.right-column-content.pr60,
.left-column-inner.pr60,
.right-column-inner.pr60 {
    padding-right: 60px;
}

.left-column-content.pr50,
.center-column-content.pr50,
.right-column-content.pr50,
.left-column-inner.pr50,
.right-column-inner.pr50 {
    padding-right: 50px;
}

.left-column-content {
    width: 71%;
}

.center-column-content {
    width: 400px;
    padding: 0 30px;
}

.left-column-inner {
    width: 945px;
}

.inner-padding-right {
    padding-right: 235px;
}

.video-container h1,
.photo-container h1 {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 600;
    color: #212121;
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 35px;
    position: relative;
    padding-right: 150px;
}

.video-container h1 span,
.photo-container h1 span {
    display: inline-block;
    font-size: 14px;
    float: right;
    line-height: 27px;
    font-weight: 400;
    position: absolute;
    top: 0px;
    right: 0px;
}

.video-container h1.pl20,
.photo-container h1.pl20 {
    padding-left: 20px;
}

.video-container h1.pr20,
.photo-container h1.pr20 {
    padding-right: 20px;
}

.photo-carousel img {
    width: 1280px;
    height: auto;
}

.rich-text > div {
    padding-bottom: 20px !important;
}

.no-mr {
    margin-right: 0 !important;
}

.share {
    padding-top: 20px;
    padding-left: 20px;
}

.share .share_title {
    vertical-align: middle;
}

.share .share_title:after {
    content: "|";
    display: inline-block;
    width: 20px;
    text-align: center;
    color: #cccccc;
}

.video-main .video-item.w635 {
    width: 632px;
    float: left;
    margin-right: 15px;
}

.video-main .video-item .img {
    overflow: hidden;
    height: 400px;
}

.video-main .video-item .img a {
    display: block;
    height: 400px;
}

.video-main .video-item .img a img {
    max-width: 100%;
}

.video-main .video-item .info {
    background: #ffffff;
    padding: 10px 20px 15px 20px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.4);
}

.video-main .video-item .info .title,
.video-main .video-item .info .money .course li .num,
.money .course li .video-main .video-item .info .num {
    display: block;
    color: #212121;
    text-decoration: none;
    font-family: 'PT Serif';
    font-size: 16px;
    margin-bottom: 10px;
}

.video-main .video-item .info .title:hover,
.video-main .video-item .info .money .course li .num:hover,
.money .course li .video-main .video-item .info .num:hover {
    text-decoration: underline;
}

.video-main .video-item .info .date {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #9e9e9e;
}

.video-main .video-item .info .photo {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #0277bd;
}

.video-main .video-item.nomargin {
    margin-right: 0;
}

.ya-share2__item_service_vkontakte .ya-share2__badge,
.ya-share2__item_service_facebook .ya-share2__icon,
.ya-share2__item_service_odnoklassniki .ya-share2__icon,
.ya-share2__item_service_twitter .ya-share2__icon {
    background-color: #767B86 !important;
}

.ya-share2.ya-share2_inited {
    display: inline-block !important;
}
.ya-share2__link {
    margin: 0 6px;
}

.left-column-inner .block-video iframe {
    width: 875px;
    height: 480px;
}
.video-item.w635 iframe {
    width: 632px;
    height: 400px;
}

.main-search {
  position: absolute;
  top: 10px;
  right: 20px; }
  .main-search .main-search-form {
    position: relative; }
  .main-search .main-search-input {
    height: 25px;
    width: 175px;
    border: 0;
    background: #ffffff;
    border-radius: 50px;
    outline: none;
    padding-left: 10px;
    color: #212121;
    font-family: 'Open Sans';
    font-size: 14px;
    box-sizing: border-box;
    padding-right: 30px; }
  .main-search .main-search-submit {
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(../img/search.png) no-repeat left top #ffffff;
    border: 0;
    right: 24px;
    top: 4px; }

.search-form {
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 20px; }
  .search-form .search-input {
    height: 30px;
    border: 1px solid #8f8e8e;
    background: #f5f5f5;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #212121;
    outline: none;
    border-radius: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    width: 350px;
    box-sizing: border-box; }
    .search-form .search-input:focus {
      background: #ffffff; }
  .search-form .search-submit {
    height: 30px;
    border: 1px solid #8f8e8e;
    background: #f5f5f5;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #212121;
    display: inline-block;
    padding: 0 25px;
    border-radius: 50px;
    font-weight: bold;
    margin-left: 25px; }
    .search-form .search-submit:hover {
      background: #eaeaea; }

.search-results {
  padding-top: 30px; }
  .search-results .item {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #212121; }
    .search-results .item a {
      text-decoration: none; }
    .search-results .item .date {
      font-size: 11px;
      color: #9e9e9e;
      font-family: 'PT Sans'; }

.pagination {
    margin-top: 35px;
}
.pagination .pages,
.pagination .previous,
.pagination .next {
    display: inline-block;
    font-size: 14px;
}
.contacts-form label {
  display: block;
  font-family: 'PT Serif';
  font-size: 14px;
  color: #212121;
  margin: 10px 5px 0 0; }
.contacts-form input[type=text],
.contacts-form input[type=email] {
  width: 155px;
  height: 26px;
  padding: 0 10px; }
.contacts-form input[type=text],
.contacts-form input[type=email],
.contacts-form textarea {
  border: 2px solid #ebebeb;
  font-family: 'PT Serif';
  font-size: 14px;
  color: #212121;
  outline: none; }
  .contacts-form input[type=text]:focus,
  .contacts-form input[type=email]:focus,
  .contacts-form textarea:focus {
    border: 2px solid #8dd8f5; }
.contacts-form textarea {
  padding: 10px;
  width: 330px;
  height: 150px; }
.contacts-form input[type=submit] {
  border: 3px solid #03a9f4;
  background: #ffffff;
  font-family: 'Open Sans';
  font-size: 20px;
  color: #212121;
  padding: 5px 25px;
  margin-top: 20px; }
  .contacts-form input[type=submit]:hover {
    background: #f5f5f5; }
.not-found {
  background: url(../img/404.jpg) no-repeat left top; }
  .not-found .blue {
    font-family: 'Open Sans';
    font-size: 350px;
    color: #03a9f4;
    font-weight: 600; }
  .not-found .gray {
    font-family: 'Open Sans';
    font-size: 50px;
    color: #454545;
    font-weight: 600; }

@media screen and (max-width: 1280px) {
  .inner {
    width: 1240px; }

  .main-blocks .items__block {
    /*size-x*/ }
    .main-blocks .items__block_x1 {
      width: 299px; }
    .main-blocks .items__block_x2 {
      width: 633px; }
    .main-blocks .items__block_x3 {
      width: 940px; }
    .main-blocks .items__block_x4 {
      width: 1280px; }

  .two-blocks__block {
    width: 612px; }

  .main-search {
    right: 20px; }

  .video {
    width: 612px; }
    .video__img {
      width: 612px; }

  /* .left-column-content { */
    /* width: 540px; } */

  .center-column {
    width: 560px;
    padding: 0 20px; }

  .left-column-inner {
    width: 940px; }

  .search-form .search-input {
    width: 330px; }

  .news-full-2 .news-list__item .info p {
    text-align: left; }

  .video-main .video-item.w635 {
    width: 612px; } }
	
	
i.temp {
    font-style: normal;
    vertical-align: top;
    position: relative;
    top: 12px;
    right: 5px;
}

.oilpricenettable2{
	display:none;
}

.items__block a{
	text-decoration:none;
	color:#000;
}

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

.full_news > p > img{
    margin: 0 10px 5px 0;	
}
.full_news .counter {
    font-style: italic;
    color: #797979;
    margin-top: 20px;
}
.full_news h2 {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 18px 0;
}
.full_news h3 {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    margin: 18px 0 16px 0;
}

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


.views {
    margin: 20px 0;
    text-align: right;	
}

.views .view {
    display: inline-block;
    color: #212121;
    font-family: 'PT Serif';
    font-size: 16px;
    padding-left: 50px;
    margin-right: 45px;
    line-height: 20px;
    text-decoration: none;
}


.views .one {
    background: url(/i/icons/view-one.jpg) no-repeat left center;
}

.views .lenta {
    background: url(/i/icons/view-lenta.png) no-repeat left center;
}

.views .plita {
    background: url(/i/icons/view-plita.png) no-repeat left center;
}

a.bigslide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.photoreport.big .main-news .img li .count{
	margin-left: -20px;
    color: #0277bd;	
}

.main-news .plitka{
	text-align:center;
}

.photoreport.big .main-news .img li iframe{
	width:100%;
	height:300px
}

.photoreport.big .main-news .img .plitka li{
	display: inline-block;
    width: 580px;
    vertical-align: top;
}

.photoreport.big .main-news .img li.slide .info{
	height:auto;
}

.photoreport.big .main-news .img li.slide .info a{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;	
}

.connected-carousels .carousel li{
	width:100%;
	outline:none;
}

body .connected-carousels .carousel ul{
	width:auto;
}

.connected-carousels li.slick-current img{
	opacity:1 !important;
}

li.slide .info>a{
	overflow:hidden;
	height:21px;
}

.carousel.carousel-navigation2 li iframe{
	width:100%;
	height:100%;
}

.slide{
	position:relative;
}
.slide .over{
	position:absolute;
	z-index:999;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.carousel.carousel-stage2 .slide iframe{
	width:100%;
	height:275px;
}

.pages{
text-align: center;
    margin: 20px 0;
}
.pages a,
.pages span{
    text-decoration: none;
    border: 1px solid #cacaca;
    padding: 5px 10px;
    font-size: 12px;
    margin-right: -5px;
    border-right: 0;
    background: #fff;
    display: inline-block !important;
    height: auto !important;
}
.pages a:last-child{
	border-right: 1px solid #cacaca;
    border-radius: 0 4px 4px 0;
    background: #03a9f4;
    color: #fff;
}
.pages a:hover{
	background:#03a9f4;
	color:#fff;
	border-color:#03a9f4;
	opacity:1;
}
.pages a:first-child{
    border-radius: 4px 0 0 4px;
    background: #03a9f4;
    color: #fff;
}
.pages span{
    background: #03a9f4;
    color: #fff;
    border-color: #03a9f4;
}

.culture-jcarousel li .info .buttons{
	margin:15px 15px 0;
}

.culture-jcarousel-wrapper .culture-jcarousel li .info{
	padding:15px;
}

.req-form{
	padding:0;
}
.req-form .agree {
    margin-top: 1em;
}

.req-form .buttons{
	text-align:left;
}

.req-form .buttons input{
    border: 3px solid #03a9f4;
    background: #ffffff;
    font-family: 'Open Sans';
    font-size: 20px;
    color: #212121;
    padding: 5px 25px;
    margin-top: 20px;	
}

.req-form .buttons input:hover{
    background: #f5f5f5;	
}

.req-form input.inp, .req-form textarea{
    border: 2px solid #ebebeb;
    font-family: 'PT Serif';
    font-size: 14px;
    color: #212121;
    outline: none;
    padding: 6px 10px;
    margin-bottom: 1em;
}

.left-column-content form[action="/search"]{
    margin: 20px 0 0;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 20px;	
}
.left-column-content form[action="/search"] input[type="text"]{
    height: 30px;
    border: 1px solid #8f8e8e;
    background: #f5f5f5;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #212121;
    outline: none;
    border-radius: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    width: 350px;
    box-sizing: border-box;	
}
.left-column-content form[action="/search"] input[type="submit"]{
    height: 30px;
    border: 1px solid #8f8e8e;
    background: #f5f5f5;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #212121;
    display: inline-block;
    padding: 0 25px;
    border-radius: 50px;
    font-weight: bold;
    margin-left: 25px;	
}

.w900{
    width: 900px !important;
}
.banners-block div {
    text-align: center;
}
.banners .ads{
	text-align: center;
	width: 281px;
    margin: 0 auto;
}

.connected-carousels .carousel-navigation, .connected-carousels .carousel-navigation2{
	height:69px !important;
}

.news .text img{
	margin:8px;
}

.fotorama__nav__frame img{
	margin:0 !important;
}

.footer-menu > li{
	min-width:75px;
}

footer .footer-menu{
    width: 70%;
    font-size: 0;
}


.main-blocks .conference_block .items__block .img{
	height:204px;
}

.main-blocks .conference_block .items__block_y2{
	max-height:380px;
}

.main-blocks .conference_block .items__block .text{
	height:auto;
}

.conference_block .button{
    margin: 20px 0;	
}
.conference_block .date{
	display:none;
}

form.conference-form{
    background: #ffffff;
    border: 2px solid #ebebeb;
    padding: 20px;
    line-height: 20px;
    margin: 10px 0;
    width: 380px;
}

form.conference-form .captcha input.text{
    height: 53px;
    width: 150px;	
}
form.conference-form .label{
    margin-top: 10px;
    font-size: 14px;	
}
form.conference-form .text,
form.conference-form textarea{
    width: 96%;
    padding: 5px;
    font-size: 12px;	
}
form.conference-form .fields .agree {
    margin-top: 1em;
}
form.conference-form input[type="submit"]{
border: 3px solid #03a9f4;
    background: #ffffff;
    font-family: 'Open Sans';
    font-size: 20px;
    color: #212121;
    padding: 5px 25px;
    text-transform: lowercase;
    margin: 20px auto 0;
    display: block;	
}

.comment-block {
    display: none;
}

.counter + h3 {
    display: none;
}


.comment-block .comment .agree {
    margin-bottom: 1em;
}


.black_link{
	color:#000;
	text-decoration:none;
}

.black_link:hover{
	color:#0277bd;
	text-decoration:none !important;
}

.videoWrapper{
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 1em;
    margin-bottom: 15px;
    height: 0;
    overflow: hidden;
}
.videoWrapper iframe,.videoWrapper object, .videoWrapper embed, .videoWrapper  .__gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-block .videoWrapper {
    margin-top: 0;
}


.table tr {
    border-bottom: 1px solid #cccccc;
}
.table th, .table td {
    padding: 5px;
}
.quote {
    margin-bottom: 1em;
}
.quote img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.quote .quote-c {
    display: inline-block;
    vertical-align: top;
    width: 83%;
}
.quote .quote-n {
    font-size: 1.4em;
    margin: 0 0 0.1em 0;
    font-weight: bold;
}
.quote .quote-p {
    font-size: 1em;
    margin: 0 0 1em 0;
    font-weight: bold;
}


.new_date {
    margin-top: -15px;
    margin-bottom: 20px;
    font-size: 14px;
}

body .float-right{
	float:right;
}

.w350{
	width:350px;
}

.w920{
	/* width:920px; */
}

.head a{
	text-decoration:none;
}

.news .item .photo{
	margin-right:15px;
}


.allnews .news .item {
    margin-bottom: 1em;
    background: #fff;
    padding: 10px;
    border: 2px solid #ebebeb;
}


#mfd-currency{
	display:none;
}

span.fio {
    text-shadow: 0 0 2px #000;
}

.obzor_block .text{
	height: 128px !important;
    overflow: hidden;	
}

h2{
	font-size:18px !important;
}

h3{
	font-size:16px !important;
}
ymaps {
    margin-bottom: 15px;
}


/*_____*******_____* edited by xAcker GoriLLLA 24.08.2020/ */

.guest-editor{
    width: auto !important;
}

.guest-editor .img{
    float: left;
    height: 300px !important;
}

.guest-editor .text{
    font-size: 20px;
}

.guest-editor .text a span{
    display: block;
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 1rem;
}

.guest-editor .img a img{
    max-height: 100% !important;
    width: auto !important;
}

.guest-editor .items__block_y2{
    height: auto;
    width: auto;
}

.guest-editor .items__block .img{

}

.hot-date{
    color: green;
    font-weight: bold;
}

.massmedia-block{
    font-size: 1rem;
}

.massmedia-block .items__block{
    list-style: none;
}

.massmedia-block .items__block .date{
    font-size: 12px;
}