@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:700&subset=latin,cyrillic,cyrillic-ext,latin-ext);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700,800&subset=latin,cyrillic,cyrillic-ext,latin-ext);

.fix {
    margin: 0 auto;
    width: 1200px;
    font-family: Open Sans;
}

.center {
    text-align: center;
}

a {
    text-decoration: none;
    transition: all 0.5s;
    color: #3fa158;

}

a:hover {
    opacity: 0.8;
    text-decoration: none !important;
}

.clear {
    clear: both;
    float: none
}

.table {
    display: table
}

.td {
    display: table-cell
}

.th {
    display: table-header-group
}

.tr {
    display: table-row
}

body {
    margin: 0;
    padding: 0;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    /*    background-color: #f5f5f5;*/
}

h1,
h2,
h3,
h4 {
    font-style: normal;
    font-weight: normal
}

strong {
    font-weight: 700;
}

.header {
    padding: 26px 0 20px 0;
    position: relative;
    font-size: 0;
    font-family: Open Sans;
    line-height: normal;
}

.logo {
    display: inline-block;
    vertical-align: top;
}

.logo__img {
    display: inline-block;
    vertical-align: top;
}

.logo__text {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
}

.header:after {
    content: '';
    position: absolute;
    top: 0;
    background-image: url("/media/img/2019/header-shadow.png");
    height: 36px;
    width: 100%;
}

.logo__text-1 {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    color: #293f55;
    font-size: 39.49px;
    line-height: 100%;
    margin: 22px 0 0 -7px;
    text-transform: uppercase;
}

.logo__text-2 {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 11px;
    color: #3fa158;
    letter-spacing: 4px;
    margin-top: 7px;
}

.quotes {
    display: inline-block;
    width: 386px;
    height: 125px;
    margin-left: 85px;
    position: relative;
}

.quotes__img {
    display: none;
    width: 112px;
    height: 125px;
}

.quotes__text {
    display: inline-block;
    width: 334px;
    font-size: 15px;
    font-style: italic;
    margin: 22px 19px;
    vertical-align: top;
    position: relative;
}

.quotes__top {
    position: absolute;
    background-image: url(/media/img/2019/quot-top.png);
    width: 55px;
    height: 40px;
    top: 0;
    left: -49px;
    z-index: 2;
    opacity: 0.1;
}

.quotes__bottom {
    position: absolute;
    background-image: url(/media/img/2019/quot-bottom.png);
    width: 55px;
    height: 40px;
    bottom: 0;
    right: 20px;
    z-index: 2;
    opacity: 0.1;
}

.quotes__sign {
    font-weight: 700;
    font-size: 15px;
    font-style: normal;
    margin-top: 6px;
}

.calendar {
    
    display: inline-block;
    text-align: center;
    position: relative;
    float: right;
    width: 387px;
    height: 125px;
    background-color: #343959;
}

.calendar__title {
    display: inline-block;
    background-color: #3fa158;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    padding: 7px 16px;
    position: relative;
    z-index: 2;
    top: -7px;
}

.calendar__title:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 7px;
    width: 10px;
    height: 31px;
    background-color: #343959;
}

.calendar__title:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 7px;
    width: 10px;
    height: 31px;
    background-color: #343959;

}

.calendar__wrapper {
    height: 105px;
    width: 367px;
    border: 1px #8084a1  solid;
    margin: 9px;
    position: absolute;
    top: 0px;
    text-align: left;
}

.calendar__day {
    color: #6db37f;
    font-weight: 700;
    font-size: 39px;
    line-height: normal;
    font-family: Open Sans;
}

.calendar__month {
    font-size: 13px;
    font-weight: 600;
    color: #cfd4dd;
    margin-top: -7px;
}

.calendar__date {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0px 0 20px;
}

.calendar__text {
    display: inline-block;
    text-align: left;
    font-size: 13px;
    color: #fff;
    width: 231px;
    vertical-align: top;
    margin-top: 24px;
    margin-left: 17px;
    margin-right: 20px;
    height: 71px;
    overflow: hidden;
}

.search__form {
    display: none;
    position: absolute;
    z-index: 1;
    left: -226px;
}

.menu {
    background-color: #343959;
    height: 68px;
    font-size: 0;
    overflow-x: hidden;
    font-family: Open Sans;
    line-height: normal;
}

.menu_fixed {
    position: fixed;
    top: 0;
    z-index: 11;
    width: 100%;
}

.menu__hamburger {
    background-color: #3fa158;
    width: 69px;
    height: 68px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.menu__hamburger-img {
    position: absolute;
    top: 26px;
    left: 22px;
}

.menu__item {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    vertical-align: top;
    padding: 24px 10px;
    text-transform: uppercase;
}

.menu__item:hover {
    background-color: #2c304d;
}

.search {
    display: inline-block;
    float: right;
    position: relative;
}
.search__input{
    border: 0;
    font-size: 15px;
    font-family: Open Sans;
    padding: 24px;
}
.search__submit{
    border: 0;
    opacity: 0.5;
    background-color: #2c304d;
    position: absolute;
    width: 63px;
    height: 68px;
    cursor: pointer;
    background-size: auto;
    background-image: url(/media/img/2019/search.png);
    background-repeat: no-repeat;
    background-position: 22px 25px;
}
.search__button {
    display: inline-block;
    background-color: #2c304d;
    height: 68px;
    width: 63px;
    cursor: pointer;
    position: relative;
}

.search__button-img {
    position: absolute;
    top: 25px;
    left: 22px;
}

.top {
    font-size: 0;
}

.top-slides {
    display: inline-block;
    width: 915px;
    vertical-align: top;
}

.top-2 {
    display: inline-block;
    width: 285px;
        margin-bottom: 20px;
}

.top-slides__link {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    padding: 24px 25px 23px 0;
    cursor: pointer;
    text-transform: uppercase;
}

.menu .fix {
    position: relative;
}

.menu .fix:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 1200px;
    height: 68px;
    background-color: #2c304d;
}

.top-slides__item {
    display: inline-block;
    width: 437px;
    height: 327px;
    position: relative;
    vertical-align: top;
}

.top-slides__shadow {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 263px;
    bottom: 0;
    background-image: url(/media/img/2019/top-shadow.png);
}

.top-slides__item:first-child {
    margin-right: 20px;
}

.top-slides__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 327px;
    background-size: cover;
     background-position: center;
}

.item-wrapper {
    position: absolute;
    z-index: 3;
    bottom: 28px;
    left: 28px;
    width: 80%;
}

.top-slides__date {
    color: #fff;
    font-size: 15px;
}

.top-slides__item-link {
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    line-height: 125%;
    margin: 10px 0 13px 0;
}

.hashtag {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    color: #3fa158;
}

.lang__link {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    width: 33.33%;
    text-align: center;
    padding: 23px 0px;
}

.lang__link_active {
    color: #3fa158;
    border-bottom: 1px #3fa158 solid;

}

.news-list__item {
    display: inline-block;
    margin: 7px 30px 0 30px;
}

.news-list__item:first-child {
    display: inline-block;
    margin: 20px 30px 0 30px;
}

.news-list__item:last-child {
    margin: 7px 30px 30px 30px;
}

.news-list {
    background-color: #eeeff1;
    height: 327px;
    overflow: hidden;
}

.news-list__link {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    margin: 6px 0;
}

.news-list__date {
    color: #a6aab2;
    font-size: 13px;
    white-space: nowrap;
}

.views {
    display: inline-block;
    font-size: 13px;
    color: #a6aab2;
    position: relative;
    margin-right: 9px;
}

.views_list {
    margin-left: 10px;
}

.views:before {
    content: '';
    position: relative;
    display: inline-block;
    background-image: url(/media/img/2019/eye.png);
    width: 16px;
    height: 9px;
    margin-right: 6px;
}

.comments {
    display: inline-block;
    position: relative;
    font-size: 13px;
    color: #a6aab2;
}

.comments:before {
    content: '';
    position: relative;
    display: inline-block;
    background-image: url(/media/img/2019/comment.png);
    top: 1px;
    width: 10px;
    height: 12px;
    margin-right: 4px;
}

.comments_green {
    color: #c7ccd5;
    margin-right: 20px;
}

.banners-info__link {
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    line-height: 125%;
    margin-bottom: 8px;
}

.banners-info__date {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin-bottom: 9px;
}

.comments_green:before {
    background-image: url(/media/img/2019/comment-green.png);
}

.class {
    background-color: #eeeff1;
    margin: 0 0 20px 0;
    padding: 20px 0px 20px 20px;
    margin-left: -20px;
}
.class-slider{
    position: relative;
}
.class-slider__banner{
    position: absolute;
    right: 0;
    top: -17px;
    width: 285px;
}

.class-slider__ul {
    padding: 0;
    margin: 0;
}

.class-slider__li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.class-slider__item {
    position: relative;
    height: 265px;
}

.class-slider__link {
    font-size: 15px;
    line-height: 125%;
    margin-bottom: 8px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
}

.class-slider__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 265px;
    background-size: cover;
    background-position: center center;
}

.shadow {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 263px;
    bottom: 0;
    background-image: url(/media/img/2019/class-shadow.png);
}

.class-slider__class {
    position: absolute;
    z-index: 3;
    top: 28px;
    left: 28px;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 5px;
    background-color: #3fa158;
    padding: 6px 12px 6px 15px;
}

.news {
    display: inline-block;
    width: 915px;
    vertical-align: top;
}

.popular-wrapper {
    display: inline-block;
    width: 285px;
    vertical-align: top;
}

.news {
    position: relative;
}

.news__item {
    display: inline-block;
    width: 285px;
    height: 265px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}

.news__item:nth-child(4) {
    width: 590px;
    height: 552px;
}

.news-main .news__item:nth-child(4) {
    width: 285px;
    height: 265px;
}

.news-main .news__item:nth-child(3n+3) {
    margin-right: 0;
}

.news__item_related {
    margin-bottom: 0;
}

.news__item_related:last-child {
    margin-right: 0;
}

.news__item_related.news__item:nth-child(4) {
    width: 285px;
    height: 265px;

}

.news__item:nth-child(5) {
    position: absolute;
}

.news-main .news__item:nth-child(5) {
    position: relative;
}

.news-wrapper .news__item:nth-child(7),
.news-wrapper .news__item:nth-child(8),
.news-wrapper .news__item:nth-child(9) {
    display: none;
}

.news-wrapper {
    font-size: 0;
}

.news__date {
    font-size: 13px;
    color: #fff;
    margin-bottom: 9px;
}

.news__item_related.news__item:nth-child(4) .news__date {
    font-size: 13px;
}

.news__item:nth-child(4) .news__date {
    font-size: 15px;
}

.news-main .news__item:nth-child(4) .news__date {
    font-size: 13px;
}

.news__link {
    font-size: 15px;
    line-height: 125%;
    margin-bottom: 8px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
}

.news__item:nth-child(4) .news__link {
    font-size: 21px;
}

.news-main .news__item:nth-child(4) .news__link {
    font-size: 15px;
}

.news__item_related.news__item:nth-child(4) .news__link {
    font-size: 15px;
}

.news__desc {
    display: none;
}

.news__item:nth-child(4) .news__desc {
    display: block;
    opacity: 0.8;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 14px;
}

.news-main .news__item:nth-child(4) .news__desc {
    display: none;
}

.news__item_related.news__item:nth-child(4) .news__desc {
    display: none;
}

.news__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 265px;
    background-size: cover;
    background-position: center center;
}

.news__item:nth-child(4) .news__img {
    height: 552px;
}

.news__item_related.news__item:nth-child(4) .news__img {
    height: 265px;
}

.news-main .news__item:nth-child(4) .news__img {
    height: 265px;
}

.popular {
    background-color: #eeeff1;
    position: relative;
    text-align: center;
    margin-top: 15px;
    height: 545px;
}

.popular__title {
    background-color: #3fa158;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    padding: 12px 20px;
    margin-top: -15px;
}

.popular__item {
    text-align: left;
    width: 225px;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 0;
}

.popular-container {
    overflow-y: hidden;
    height: 435px;
    margin-top: 20px;
}

#popular_week,
#popular_month {
    display: none;
}

.popular-tabs__item {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 12px;
    cursor: pointer;

}

.popular-tabs__item_active {
    background-color: #e3e4e8;
    color: #3fa158
}

.popular-tabs {
    margin-top: 20px;
}

.popular__img {
    width: 73px;
    height: 73px;
    display: inline-block;
    vertical-align: top;
}

.popular__wrapper {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    width: 132px;
    margin-top: -4px;
}

.popular__date {
    color: #a6aab2;
    font-size: 13px;
}

.popular__text {
    font-size: 13px;
    color: #000;
    display: inline-block;
    margin: 6px 0;
}

.popular-slider__ul {
    margin: 0;
    padding: 0;
}

.popular-slider__li {
    margin: 0;
    padding: 0;
}

.popular-slider__link {
    display: inline-block;
    width: 100%;
    height: 297px;
    background-size: cover;
    background-position: center center;
}

.popular-slider {
    margin-top: 20px;
}

.banner-slider__ul {
    padding: 0;
    margin: 0;
}

.banner-slider__li {
    padding: 0;
    margin: 0;
}

.banner-slider__link {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
}

.banners-info {
    font-size: 0;
    margin-top: 20px;
}

.banners-info-1 {
    display: inline-block;
    vertical-align: top;
    width: 437px;
}

.banners-info-2 {
    display: inline-block;
    vertical-align: top;
    width: 437px;
    margin: 0 20px;
}

.banners-info-3 {
    display: inline-block;
    vertical-align: top;
    width: 285px;
}

.banners-info__title {
    background-color: #343959;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    padding: 12px 20px;
    position: relative;
    z-index: 4;
}

.banners-info__item {
    text-align: center;
    position: relative;
    width: 100%;
}


.banners-info__title_khaki {
    background-color: #aca882
}

.banners-info__title_green {
    background-color: #3fa158
}

.banners-info-1 .banners-info__item:nth-child(1),
.banners-info-1 .banners-info__item:nth-child(3),
.banners-info-2 .banners-info__item:nth-child(2),
.banners-info-2 .banners-info__item:nth-child(3) {
    height: 327px;
    margin-bottom: 11px;
}

.banners-info-1 .banners-info__item:nth-child(3),
.banners-info-2 .banners-info__item:nth-child(2) {
    margin-top: 20px;
}

.banners-info-2 .banners-info__item:nth-child(3) {
    margin-top: 30px;
}

.banners-info__item-wrap {
    height: 105px;
    width: 417px;
    border-bottom: 1px #fff solid;
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
    margin: 9px;
    position: absolute;
    top: 0px;
    text-align: left;
    z-index: 3;
}

.banners-info__item:nth-child(1) .banners-info__item-wrap,
.banners-info__item:nth-child(3) .banners-info__item-wrap,
.banners-info-2 .banners-info__item:nth-child(2) .banners-info__item-wrap,
.banners-info-2 .banners-info__item:nth-child(3) .banners-info__item-wrap {
    width: 417px;
    height: 307px;
}

.banners-info__img {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.banners-info__item:nth-child(1) .banners-info__img,
.banners-info__item:nth-child(3) .banners-info__img,
.banners-info-2 .banners-info__item:nth-child(2) .banners-info__img,
.banners-info-2 .banners-info__item:nth-child(3) .banners-info__img {
    height: 327px;

}

.banners-info__shadow {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 263px;
    bottom: 0;
    background-image: url(/media/img/2019/bottom-shadow.png);
}

.banners-info__container {
    position: absolute;
    width: 100%;
    height: 327px;
    top: 11px;
}

.banners-info__text {
    position: absolute;
    z-index: 3;
    bottom: 28px;
    left: 28px;
}

.banners-info__item_chrono {
    height: 243px;
    margin-top: 30px;
}

.banners-info__item_chrono a {
    display: block;
    height: 243px;
}

.banners-info__item_chrono .banners-info__img {
    width: 437px;
    height: 243px;
}

.banners-info__item_interactive a {
    display: block;
    height: 243px;
}

 
.poll {
    height: 465px;
    background-color: #eeeff1;
    margin-top: 11px;
    position: relative;
    text-align: center;
}

.poll__title {
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    padding: 12px 20px;
    position: relative;
    z-index: 4;
    background-color: #3fa158;
    top: -11px;
}

.poll__wrapper {
    /*    margin-top: 15px;*/
    padding: 0 30px 30px 30px;
}

.poll-container {
    overflow: hidden;
    height: 405px;
    margin-top: 15px;

    text-align: left;
}

.poll_inner .poll-container{
    height: 358px;
}

.poll__text {
    font-size: 15px;
    font-weight: 400;
}

.poll-results__text {
    font-weight: 700;
    font-size: 13px;
    margin-top: 20px;
}

.poll-results__progress {
    font-size: 15px;
    display: block;
    width: 100%;
    height: 8px;
    margin: 7px 0;
}

progress {
    background: black
}

progress::-webkit-progress-bar {
    /* стилевые правила */
}

progress::-webkit-progress-value {
    /* стилевые правила */
}

progress::-moz-progress-bar {
    /* стилевые правила */
}

.poll-results__text-2 {
    font-weight: 300;
    font-size: 13px;
}

.atameken {
    margin: 20px 0;
}

.fb {
    width: 275px;
    height: 327px;
    border: 5px #3fa158 solid;
    overflow: hidden;
}

.multimedia {
    margin-top: 40px;
}

.multimedia__ul {
    padding: 0;
    margin: 0;
}

.multimedia__li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.multimedia__item {
    position: relative;
    height: 265px;
}

.multimedia__link {
    font-size: 15px;
    line-height: 125%;
    margin-bottom: 8px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
}

.multimedia__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 265px;
    background-size: cover;
    background-position: center center;
}


.multimedia__category {
    position: absolute;
    z-index: 3;
    top: 28px;
    left: 28px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    background-color: #3fa158;
    padding: 6px 12px 6px 15px;
}

.multimedia__title {
    background-color: #aca882;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    padding: 12px 20px;
    position: relative;
    z-index: 4;
    margin-bottom: 20px;
}

.projects {
    margin: 40px 0;
}

.projects__ul {
    padding: 0;
    margin: 0;
}

.projects__li {
    padding: 0;
    margin: 0;
}

.projects__title {
    background-color: #343959;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    padding: 12px 20px;
    position: relative;
    z-index: 4;
    margin-bottom: 20px;
}

.projects__item {
    display: block;
    position: relative;
    height: 130px;
    cursor: pointer;
}

.projects__img {
    position: absolute;
    width: 100%;
    height: 130px;
    background-size: cover;
    top: 0;
    left: 0;
}

.projects__text {
    position: absolute;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 19px;
    z-index: 2;
    color: #fff;
    line-height: 115%;
    bottom: 25px;
    left: 30px;
}

.projects__wrap {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 260px;
    height: 107px;
    border-left: 1px #fff solid;
    border-top: 1px #fff solid;
    left: 10px;
    top: 10px;
}

footer.footer {
    background-color: #343959;
height: auto;
    padding: 30px 0 25px 0;
    font-size: 15px;
    font-family: Open Sans;
}
.footer a {text-decoration: none !important;}
.footer .title {
    color: #bcc7d2;
    font-weight: 700;

}

.footer-nav {
    webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    width: 1200px !important;
    overflow: hidden;
    margin-right: 0 !important;
    margin-bottom: 43px;
}

.footer ul {
    padding: 0;
    margin: 20px 0 20px 0;
}

.footer li {
    list-style: none;
    margin: 3px 0;
}

.footer .title a {
    color: #bcc7d2;
}

.footer li a {
    color: #fff;
    font-size: 14px;
}

.copyright {
    display: inline-block;
}

.copyright__text {
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.kazcontent {
    display: inline-block;
    float: right;
}

.social-footer {
    display: inline-block;
    margin-left: 210px;
    vertical-align: top;
}

.social-footer__link {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(/media/img/2019/social-icons.png);
    margin-right: 4px;

}

.social-footer__link_fb {
    background-position: 0 0;
}

.social-footer__link_insta {
    background-position: -45px 0;
}

.social-footer__link_mm {
    background-position: -90px 0;
}

.social-footer__link_twitter {
    background-position: -135px 0;
}

.social-footer__link_vk {
    background-position: -180px 0;
}

.social-footer__link_youtube {
    background-position: -225px 0;
}

.poll_inner {
    height: 415px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.fb_inner {
    margin-top: 20px;
}

.popular-wrapper_inner {
    margin-top: 40px;
}

.content {
    font-size: 15px;
    font-weight: 400;
    margin-top: 40px;
    padding-right: 20px;
}

.top-slides__menu_inner {
    border-bottom: 1px rgba(166, 170, 178, 0.20) solid;
}

.lang_inner {
    border-bottom: 1px rgba(166, 170, 178, 0.20) solid;
}

.play {
    background-image: url(/media/img/2019/play.png);
    width: 33px;
    height: 39px;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.news-wrapper_related {
    background-color: #eeeff1;
    padding: 10px 0 50px 0;
    margin-top: 40px;
    position: relative;
}

.news-wrapper__title_related {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    padding: 12px 20px;
    position: relative;
    z-index: 4;
    background-color: #3fa158;
    top: -25px;
}

.breadcrumbs__link {
    display: inline-block;
    font-size: 11px;
    color: #a6aab2;
}

.breadcrumbs__link:first-child {
    color: #3fa158;
    position: relative;

}

.breadcrumbs__link:before {
    content: '';
    background-image: url(/media/img/2019/arrow.png);
    width: 20px;
    height: 5px;
    position: relative;
    display: inline-block;
    margin: 0 10px;
    top: -1px;
}

.breadcrumbs__link:first-child:before {
    content: '';
    background-image: url(/media/img/2019/home.png);
    width: 12px;
    height: 11px;
    position: relative;
    display: inline-block;
    margin: 0 10px;
    top: 0;
}

.content__title {
    font-size: 40px;
    font-weight: 700;
    margin: 20px 0 10px 0;
    line-height: 130%;
}

.content__title_history {
    font-weight: 800;
    margin: -10px 0 10px 0;
}

.content__date {
    color: #3fa158;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    margin-right: 25px;
}

.views_content {
    color: #a6aab2
}

.comments_content {
    color: #a6aab2
}

.comments_content:before {
    background-image: url(/media/img/2019/comment-green.png);
}

.content__snippets {
    margin-bottom: 25px;
}

.lead {
    margin-top: 30px;
    font-weight: 700;
    font-size: 18px;
}

.content p {
    font-size: 15px;
    line-height: 150%;
}

.content p a,
.comments-content__text a {
    font-weight: 700;
}
.content img{
    max-width: 100%;
}
.comments-content__title {
    font-weight: 700;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.comments-content {
    margin-top: 30px;
    border-top: 1px solid rgba(166, 170, 178, 0.2);
}

.content__copyright {
    font-weight: 700;
/*
    color: #a6aab2;
    font-size: 11px;
*/
    margin-top: 25px;
}

.news-main {
    margin-top: 30px;
    font-size: 0;
}

.page-nav {
     margin-top: 10px;
    margin-bottom: 20px;
}

.page-nav__link {
    display: inline-block;
    background-color: #eeeff1;
    padding: 8px 16px;
    font-weight: 700;
    color: #000;
    margin-right: 7px;
    font-size: 15px;
}

.page-nav__link_button {
    background-color: #f5f5f7
}

.page-nav__link_active {
    background-color: #3fa158;
    color: #fff
}

.page-nav__forward {
    display: inline-block;
    float: right;
}

.page-nav__number {
    text-align: center;
    border: 1px #e4e5e8 solid;
    width: 40px;
    padding: 11px;
    font-family: Open sans;
    font-weight: 400;
    vertical-align: middle;
}

.page-nav__forward-text {
    display: inline-block;
    margin-right: 15px;
}

.page-nav__form {
    display: inline-block;
}

.page-nav__submit {
    background-color: #3fa158;
    font-weight: 700;
    color: #fff;
    font-family: Open sans;
    border: 0px;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 15px;
    vertical-align: middle;
    margin-left: 6px;
}

.submenu {
    margin-top: 35px;
}

.submenu__sub-ul,
.submenu__sub-li,
.submenu__ul,
.submenu__li {
    margin: 0;
    padding: 0;
}
.submenu__li,
.submenu__sub-li
{
    list-style: none;
}
.submenu__link {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.submenu__link_active {
    position: relative;

    display: inline-block;

}

.submenu__link_active:before {
    content: '';
    height: 48px;
    width: 1px;
    background-color: #3fa158;
    display: inline-block;
    position: absolute;
    left: -20px;
    top: -14px;
}



.submenu__sub-link {
    font-weight: 300;
    color: #000;
    font-size: 15px;
}

.submenu__li {
    padding: 10px 0 10px 20px;
    vertical-align: middle;
    margin: 0px 0;
}

.submenu__sub-ul {
    margin: 10px 0 0 0;
}

.submenu__sub-li {
    padding: 10px 0;
}

.submenu__sub-ul {
    display: none;
}

.calendar__li,
.calendar__ul {
    margin: 0;
    padding: 0;
}
.calendar__link{
    color: #fff;
}

#menu{
    display: none;
}
.menu-mobile{
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 318px;
    height: 100%;
    background-color: #eeeff1;
    z-index: 12;
    overflow: scroll;
}

.banners-info_hidden{
    display: none;
}
#album-left{
    font-size: 15px;
}
.clearfix {
    clear: both;
    float: none;
}
#comments-block{
    font-size: 15px;
}
.right-block .poll {
    background-color: #eeeff1 !important;
    min-height: none !important;
}
.top-slides_inline{
    display: inline-block;
    width: 915px;
}

.lang_absolute{
        display: inline-block;
    width: 285px;
    float: right;
}

.pluso{
    margin-bottom: 20px;
}

.footer-menu__link {
    display: inline-block;
    color: #cbe037;
    /* text-transform: uppercase; */
    font-size: 15px;
    /* font-weight: 600; */
    margin-right: 26px;
    letter-spacing: 1px;
}
.footer-menu{
        margin-bottom: 25px;
}
.opros{
    padding-left: 0 !important;
    padding-top: 0 !important;
}
.redaktor {display:none;}

blockquote {
        padding: 10px 30px;
    background-color: #eeeff1;
    margin: 0;
}

.exhibit-item-text__img{
    max-width: 300px;
}

.b-poll-ask__item{
    font-size: 13px;
    font-weight: 700;
        margin-top: 20px;
    text-align: left;
}
.poll-results__item{
    text-align: left;
}
.poll-results{
    text-align: center;
}
.b-poll__button {
    margin: 20px auto 0 auto;
    border: 0;
    font-family: Open Sans;
    cursor: pointer;
    background-color: #343959;
    color: #fff;
    padding: 10px 15px;
    font-weight: 700;
    display: inline-block;
}

.poll-radio {
        position: relative;
    top: 2px;
    margin-right: 7px;
}



.desc {
    font-weight: bold;
    font-size: 16px;
    color: #343959;
}
.photo {
    float: left;
    margin: 0 30px 20px 0;
}




.years {
    font-size: 13px;
    float: right;
    background: #3fa158;
    color: #fff;
    display: inline-block;
    padding: 5px;
    line-height: normal;
}