
* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;    
    width: 100%;
    height: 100%;
    font-family: 'Futura PT', sans-serif;
    font-size: 16px;
    background: #fff url(../images/bg.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}

a {color: #4e4e4e; transition: 0.2s linear; -moz-transition: 0.2s linear; -webkit-transition: 0.2s linear;}
a:hover {text-decoration: none; color: #7e7e7e;}

h1 {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 29px;
	margin-bottom: 20px;
}

.container {
    width: 1316px;
    max-width: 1316px;
}

header {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

header nav ul {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
    width: 75%;
}

header nav ul li a {
    color: #7a7a7a;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Futura PT', sans-serif;
}

header nav ul li .selected {
    background: #bd1721;
    color: #fff;
    padding: 5px 18px 5px 18px;
    text-align: center;
}

header .icon-menu {
    display: block;
    width: 19px;
    height: 19px;
    background: url(../images/menu.svg) no-repeat;
    -webkit-background-size: 19px 19px;
    background-size: 19px 19px;
    margin-right: 30px;
    margin-top: 1.7px;
    float: left;
}

header .right-elements {
    float: right;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}

header .right-elements a {
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
}

header .right-elements .sep {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
}

header .right-elements .search-btn {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/search.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    margin-left: 20px;
}

.site-label {
    padding-top: 25px;
    padding-bottom: 25px;
}

.site-label span {
    color: #882212;
    text-transform: uppercase;
    font-family: 'Garamond',sans-serif;
    font-size: 52px;
    display: block;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.9px;
}

footer {
    background: #38393d;
    padding-top: 50px;
    padding-bottom: 30px;
}

footer .email-contact {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    align-items: center;
    margin-top: 8px;
}

footer .email-contact .icon {
    display: block;
    width: 18px;
    height: 15px;
    background: url(../images/mail.svg) no-repeat;
    -webkit-background-size: 18px 15px;
    background-size: 18px 15px;
    margin-right: 5px;
}

footer .email-contact a {
    color: #a8a8aa;
    display: block;
    font-size: 16px;
}

footer nav {
    margin-top: 5px;
}

footer nav ul {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
    width: 75%;
}

footer nav ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

footer nav ul li .selected {
    background: #bd1721;
    color: #fff;
    padding: 5px 18px 5px 18px;
    text-align: center;
}

footer .icon-menu {
    display: block;
    width: 19px;
    height: 19px;
    background: url(../images/menu_w.svg) no-repeat;
    -webkit-background-size: 19px 19px;
    background-size: 19px 19px;
    margin-right: 30px;
    margin-top: 5px;
    float: left;
}

footer .socials {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    float: right;
}

footer .socials .social {
    display: block;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50px;
    margin-right: 8px;
    text-align: center;
}

footer .socials .social.fb i {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url(../images/facebook.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    margin-top: 8px;
}

footer .socials .social.vk i {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url(../images/vk.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    margin-top: 8px;
}

footer .socials .social.ok i {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url(../images/odnoklassniki.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    margin-top: 8px;
}

footer .socials .social.inst i {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url(../images/instagram.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    margin-top: 8px;
}

footer .socials .social.youtube i {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url(../images/youtube.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    margin-top: 8px;
}

footer .socials .social.tel i {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url(../images/telegram.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    margin-top: 8px;
}

footer .socials .social:last-child {
    margin-right: 0;
}

footer .sep {
    width: 100%;
    height: 1px;
    background: #505155;
    margin-top: 35px;
    margin-bottom: 25px;
}

footer .copy {
    color: #a8a8aa;
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
}

footer a {
    color: #a8a8aa;
    display: inline-block;
    margin-right: 7px;
    font-size: 16px;
}

footer .counters {
    float: right;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
}

footer .counters img {
    margin-right: 7px;
}

.top-new {
    padding: 20px;
    background: #fff;
    border-bottom: 4px solid #ba151e;
}

.top-new .preview {
    height: 215px;
    position: relative;
    width: 100%;
}

.top-new .preview img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 333;
}

.top-new .caption {
    font-size: 26px;
    font-weight: bold;
    display: block;
    color: #000;
}

.top-new .attrs {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
}

.top-new .full-link {
    display: inline-flex;
    display: -ms-inline-flexbox;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
    color: #000;
    float: left;
}

.top-new .full-link .icon {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    background: url(../images/link-arrow.svg) no-repeat;
    -webkit-background-size: 10px 11px;
    background-size: 10px 11px;
    margin-left: 7px;
}

.top-new .comments {
    display: inline-flex;
    display: -ms-inline-flexbox;
    justify-content: flex-start;
    align-items: center;
    color: #a0a0a0;
    margin-left: 23px;
    float: left;
}

.top-new .comments .icon {
    display: block;
    width: 19px;
    height: 19px;
    margin: 0 auto;
    background: url(../images/comment.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 19px 19px;
    margin-right: 7px;
}

.top-new .attrs .source-link {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
    color: #ba151e;
    margin-right: 10px;
    font-size: 16px;
    text-decoration: underline;
}

.top-new .attrs .source-link .icon { 
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    background: url(../images/arr_green.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 12px 12px;
    margin-top: 1px;
    margin-right: 7px;
}

.top-new .attrs {
    margin-top: 7px;
    margin-bottom: 10px;
}

.top-new .attrs .date {
    color: #999999;
    margin-right: 10px;
    display: block;
    font-size: 14px;
    line-height: 16px;
}

.top-new .attrs .status {
    color: #fff;
    padding: 2px 5px 2px 5px;
    display: block;
    font-size: 14px;
}

.top-new .attrs .status.true {
    background: #ba151e;
    text-transform: uppercase;
}

.top-new .desc {
    font-size: 14px;
    display: block;
    color: #a1a1a1;
    clear: both;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
}

.news-feed {
    background: #fff;
    margin-top: 0px;
    margin-bottom: 15px;
}

.news-feed .news-container {

}

.news-feed .show-all {
	font-size: 15px;
    padding: 7px 30px 7px 30px;
    border: 1px solid #7f7f7f;
    display: block;
    color: #7f7f7f;
    font-family: 'Futura PT', sans-serif;
    font-weight: 900;
    margin: 0 auto;
    margin-top: 40px;
    text-transform: uppercase;
    width: 200px;
    text-align: center;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    
}

.news-feed .show-all:hover {
    background: #ba151e;
    color: #fff;
    border: 1px solid #ba151e;
}

.news-feed .news-container .item {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #C8C8C8;
    overflow: hidden;
}

.news-feed .news-container .item .caption {
    font-size: 20px;
    display: block;
    color: #2b2b2b;
    font-family: 'Pt Sans', sans-serif;
    font-weight: bold;
    line-height: 24px;
}

.news-feed .green-caption {
    background: #ba151e;
    padding: 7px;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
}

.news-feed .green-caption span {
    color: #fff;
    text-transform: uppercase;
}

.news-feed .green-caption .icon {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/check.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 12px 12px;
    margin-top: 0px;
    margin-right: 7px;
    margin-left: 10px;
}

.news-feed .news-container .item .preview {
    height: 163px;
    position: relative;
    width: 100%;
}

.news-feed .news-container .item .preview img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
	border-radius: 2px;
    left: 0;
    top: 0;
    z-index: 333;
    object-fit: contain;
}

.news-feed .news-container .item .attrs {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
}

.news-feed .news-container .item .source-link {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
    color: #999999;
    margin-right: 10px;
    font-size: 14px;
    text-decoration: underline;
    font-family: 'PT Sans', sans-serif;
}

.news-feed .news-container .item .source-link .icon { 
    display: block;
    width: 10px;
    height: 9px;
    background: url(../images/link_arrow.svg) no-repeat;
    -webkit-background-size: 9px 9px;
    background-size: 7px 10px;
    margin-top: 2px;
    margin-right: 7px;
}

.news-feed .news-container .item .attrs {
    margin-top: 10px;
    margin-bottom: 15px;
}

.news-feed .news-container .item .attrs .date {
    color: #999999;
    margin-right: 17px;
    display: block;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
}

.news-feed .news-container .item .attrs .status {
    color: #fff;
    padding: 2px 5px 2px 5px;
    display: block;
    font-size: 14px;
}

.news-feed .news-container .item .attrs .status.true {
    background: #ba151e;
    text-transform: uppercase;
}

.news-feed .news-container .item .desc {
    font-size: 14px;
    display: block;
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    line-height: 19px;
}

.news-feed .news-container .item .full-link {
    display: inline-flex;
    display: -ms-inline-flexbox;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
    color: #525252;
    margin-top: 5px;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    float: left;
}

.news-feed .news-container .item .full-link .icon {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    background: url(../images/link-arrow.svg) no-repeat;
    -webkit-background-size: 10px 11px;
    background-size: 9px 12px;
    margin-left: 4px;
}

.news-feed .news-container .item .comments {
    display: inline-flex;
    display: -ms-inline-flexbox;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'PT Sans', sans-serif;
    color: #a0a0a0;
    margin-top: 2px;
    margin-left: 15px;
    float: left;
}

.news-feed .news-container .item .comments .icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/comment.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 14px 18px;
    margin-right: 4px;
}

.inner-content {
	margin-bottom: 30px;
}

.sidebar {
    background: #fff;
}

.sidebar.inner-sidebar {
    /*min-height: 650px;*/
    margin-bottom: 30px;
    /*max-height: 1200px;*/
    height: 100%;
    min-height: 570px;
}

.sidebar .points-btn {
    width: 13px;
    height: 30px;
    background: url(../images/points.svg) no-repeat;
    -webkit-background-size: 13px 30px;
    background-size: 13px 30px;
    display: block;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

.sidebar .caption {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    color: #303030;
    font-weight: 900;
    letter-spacing: 0.6px;
    font-family: 'Futura PT', sans-serif;
    padding: 20px 20px 10px 23px;
}

.sidebar .sep {
    width: 100%;
    height: 1px;
    border: 1px solid #e4e4e4;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sidebar .caption .icon {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/comment_black.svg) no-repeat;
    -webkit-background-size: 22px 22px;
    background-size: 19px 22px;
    margin-right: 6px;
}

.sidebar .comments-container {
    overflow-y: scroll;
    padding: 5px 23px 15px 23px;
    position: relative;
    height: 96%;
}

.sidebar .comments-container .item {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
}

.sidebar .comments-container .item .prev-text {
    color: #6f6f6f;
    line-height: 18px;
    display: block;
    margin-top: 4px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'PT Sans',sans-serif;
}

.sidebar .comments-container .item strong {
    font-size: 16px;
    font-family: 'PT Sans',sans-serif;
    font-weight: 800;
}

.sidebar .all-comments {
    display: inline-flex;
    display: -ms-inline-flexbox;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
    color: #000;
    margin-top: 10px;
    font-size: 15px;
    float: left;
    margin-left: 15px;
}

.sidebar .all-comments .icon {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    background: url(../images/link-arrow.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 12px 12px;
    margin-left: 7px;
}

.section-white {
    background: #fff;
    padding-top: 35px;
    padding-bottom: 35px;
}

.section-white .slider-block-1 {
    height: 332px;
    background: #f3f3f3;
    margin-bottom: 30px;
    position: relative;
}

.section-white .slider-block-1 .slide {
    height: 332px;
    overflow: hidden;
    padding: 0px 0px 25px 25px;
}

.section-white .slider-block-1 .slide .photo {
    width: 120px;
    height: 120px;
    margin-top: 25px;
    object-fit: cover;
    display: block;
    /*clip-path: circle(66% at 84% 29%);*/
}

.section-white .slider-block-1 .slide .grey-caption {
    color: #bd1721;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    margin-top: 25px;
}

.section-white .slider-block-1 .slide .big-caption {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    font-family: 'PT Sans', sans-serif;
}

.section-white .slider-block-1 .slide .author {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: baseline;
    color: #797979;
    margin-bottom: 15px;
    text-decoration: underline;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.section-white .slider-block-1 .slide .author:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(243, 243, 243, 0.38), #f3f3f3 100%);
    background: -webkit-linear-gradient(left, rgba(243, 243, 243, 0.38), #f3f3f3 100%);
    background: -o-linear-gradient(left, rgba(243, 243, 243, 0.38), #f3f3f3 100%);
    background: -ms-linear-gradient(left, rgba(243, 243, 243, 0.38), #f3f3f3 100%);
    background: linear-gradient(to right, rgba(243, 243, 243, 0.38), #f3f3f3 100%);
}

.section-white .slider-block-1 .slide .author .icon {
    display: block;
    width: 12px;
    height: 11px;
    min-width: 12px;
    background: url(../images/link_arrow.svg) no-repeat;
    -webkit-background-size: 12px 11px;
    background-size: 9px 12px;
    margin-top: 1px;
    margin-right: 5px;
}

.section-white .slider-block-1 .slide .short-text {
    font-weight: 500;
    display: block;
    font-family: 'PT Sans', sans-serif;
    line-height: 21px;
    font-size: 14px;
    color: #797979;
}

.section-white .slider-block-1 .slide .full-link {
    display: inline-flex;
    display: -ms-inline-flexbox;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
    color: #2b2b2b;
    float: left;
}

.section-white .slider-block-1 .slide .full-link .icon {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    background: url(../images/link-arrow.svg) no-repeat;
    -webkit-background-size: 10px 11px;
    background-size: 10px 11px;
    margin-left: 7px;
}

.section-white .slider-block-2 {
    height: 332px;
    background: #f3f3f3;
    margin-bottom: 30px;
    position: relative;
}

.section-white .slider-block-2 .slide {
    height: 332px;
    overflow: hidden;
    padding: 0px 0px 25px 25px;
}

.section-white .slider-block-2 .slide .photo {
    width: 120px;
    height: 120px;
    margin-top: 25px;
    object-fit: cover;
    display: block;
    /* clip-path: circle(66% at 84% 29%);*/
}

.section-white .slider-block-2 .slide .grey-caption {
    color: #bd1721;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    margin-top: 25px;
}

.section-white .slider-block-2 .slide .big-caption {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    font-family: 'PT Sans', sans-serif;
}

.section-white .slider-block-2 .slide .author {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: baseline;
    color: #797979;
    margin-bottom: 15px;
    text-decoration: underline;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.section-white .slider-block-2 .slide .author:after {
    content: '';
    position: absolute;
    right: 0; top: 0;
    width: 40px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(243, 243, 243, 0.38), #f3f3f3 100%);
    background: -webkit-linear-gradient(left, rgba(243, 243, 243, 0.38), #f3f3f3 100%);
    background: -o-linear-gradient(left, rgba(243, 243, 243, 0.38), #f3f3f3 100%);
    background: -ms-linear-gradient(left, rgba(243, 243, 243, 0.38), #f3f3f3 100%);
    background: linear-gradient(to right, rgba(243, 243, 243, 0.38), #f3f3f3 100%);
}

.section-white .slider-block-2 .slide .author .icon {
    display: block;
    width: 12px;
    height: 11px;
    min-width: 12px;
    background: url(../images/link_arrow.svg) no-repeat;
    -webkit-background-size: 12px 11px;
    background-size: 9px 12px;
    margin-top: 1px;
    margin-right: 7px;
}

.section-white .slider-block-2 .slide .short-text {
    font-weight: 500;
    display: block;
    font-family: 'PT Sans', sans-serif;
    line-height: 21px;
    font-size: 14px;
    color: #797979;
}

.section-white .slider-block-2 .slide .full-link {
    display: inline-flex;
    display: -ms-inline-flexbox;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
    color: #000;
    float: left;
}

.section-white .slider-block-2 .slide .full-link .icon {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    background: url(../images/link-arrow.svg) no-repeat;
    -webkit-background-size: 10px 11px;
    background-size: 10px 11px;
    margin-left: 7px;
}

.section-white .slider-block-1 .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding-left: 25px;
}

.section-white .slider-block-1 .owl-dots .owl-dot span {
    width: 24px;
    height: 5px;
    margin: 0px 7px 0px 0px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}

.section-white .slider-block-1 .owl-dots .owl-dot.active span, .section-white .slider-block-1 .owl-dots .owl-dot:hover span {
    background: #ba151e;
}

.owl-dots button {
    outline: none !important;
}


.section-white .slider-block-2 .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding-left: 25px;
}

.section-white .slider-block-2 .owl-dots .owl-dot span {
    width: 24px;
    height: 5px;
    margin: 0px 7px 0px 0px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}

.section-white .slider-block-2 .owl-dots .owl-dot.active span, .section-white .slider-block-2 .owl-dots .owl-dot:hover span {
    background: #ba151e;
}

.section-white .about-project {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-white .about-project .title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
}

.section-white .about-project a {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
    color: #999999;
    float: right;
    margin-top: 3px;
    font-size: 17px;
    font-family: 'FuturaLightLight', sans-serif;
}

.section-white .about-project a .icon {
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/link-arrow_grey.svg) no-repeat;
    -webkit-background-size: 11px 11px;
    background-size: 11px 11px;
    margin-left: 7px;
}

.section-white .about-project .sep {
    background: #efefef;
    width: 100%;
    height: 1px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.section-white .about-project .desc {
    color: #b2b2b2;
}

.section-white .slider-partners {
    position: relative;
}

.section-white .slider-partners img {
    display: block;
    height: 104px;
}

.section-white .m-ver {
    display: none;
}

.section-white .slider-partners .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background: #c6c6c6 url(../images/arr_l.svg) no-repeat;
    background-size: 13px 13px;
    background-position: center;
    outline: none;
    position: absolute;
    left: -25px;
    transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
}

.section-white .slider-partners .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background: #c6c6c6 url(../images/arr_r.svg) no-repeat;
    background-size: 13px 13px;
    background-position: center;
    outline: none;
    position: absolute;
    right: -25px;
    transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
}

.section-white .slider-partners .owl-nav {
    position: absolute;
    top: 22%;
    width: 100%;
}

.c-hamburger {
    display: none;
}


.breadcrumbs .back-link {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
    color: #828282;
    float: right;
    margin-top: 4px;
}

.breadcrumbs .back-link .icon {
    display: block;
    width: 9px;
    height: 9px;
    background: url(../images/arr_r_grey.svg) no-repeat;
    transform: rotate(-180deg);
    -webkit-background-size: 11px 11px;
    background-size: 9px 9px;
    margin-left: 7px;
    margin-right: 7px;
}

.breadcrumbs .navig-page {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
    color: #828282;
}

.breadcrumbs .navig-page a {
    color: #828282;
}

.breadcrumbs .navig-page .icon {
    display: block;
    width: 9px;
    height: 9px;
    background: url(../images/arr_r_grey.svg) no-repeat;
    -webkit-background-size: 11px 11px;
    background-size: 9px 9px;
    margin-left: 7px;
    margin-right: 7px;
}

.red-caption {
    background: #c2351f;
    padding: 7px;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
}

.red-caption .icon {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/check.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 12px 12px;
    margin-top: 0px;
    margin-right: 7px;
    margin-left: 10px;
}

.red-caption span {
    color: #fff;
    text-transform: uppercase;
}

.inner-post-false {
    padding: 30px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.28);
    margin-bottom: 30px;
    background: #fff;
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    position: relative;
}

.news-detail-text {
    font-size: 16px;
    line-height: 23px;
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    padding-left: 70px;
    padding-right: 70px;
    text-align: justify;
}

.news-detail-text iframe {
    width: 100%;
    height: 350px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.news-detail-pic {
    margin-top: 20px;
    margin-bottom: 7px;
    padding-left: 70px;
    padding-right: 70px;
}

.news-detail-pic img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-background-size: cover;
    background-size: cover;
	border-radius: 2px;
}

.inner-post-false .icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background: url(../images/question.svg) no-repeat;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
}
.inner-post-false .caption {
    font-size: 26px;
    font-weight: bold;
    display: block;
    color: #000;
}

.inner-post-false .comments {
    display: inline-flex;
    display: -ms-inline-flexbox;
    justify-content: flex-start;
    align-items: center;
    color: #a0a0a0;
    margin-left: 23px;
    float: right;
    margin-top: 7px;
}

.inner-post-false .comments .icon {
    display: block;
    width: 19px;
    height: 19px;
    margin: 0 auto;
    background: url(../images/comment.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 19px 19px;
    margin-right: 7px;
}

.inner-post-false .attrs {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
}

.inner-post-false .source-link {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
    color: #c2351f;
    margin-right: 10px;
    font-size: 16px;
    text-decoration: underline;
}

.inner-post-false .source-link .icon { 
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    background: url(../images/arr_red.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 12px 12px;
    margin-top: 1px;
    margin-right: 7px;
}

.inner-post-false .attrs {
    margin-top: 7px;
    margin-bottom: 15px;
}

.inner-post-false .attrs .date {
    color: #999999;
    margin-right: 10px;
    display: block;
    font-size: 16px;
}

.inner-post-false .attrs .status {
    color: #fff;
    padding: 2px 5px 2px 5px;
    display: block;
    font-size: 14px;
}

.inner-post-false .attrs .status.false {
    background: #8f8f8f;
    color: #fff;
    text-transform: uppercase;
}

.inner-post-false .preview {
    height: 215px;
    position: relative;
    width: 100%;
}

.inner-post-false .preview img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 333;
}

.inner-post-false .desc {
    display: block;
    color: #a1a1a1;
    clear: both;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'FuturaLightLight', sans-serif;
}

.inner-post-true {
    margin-bottom: 30px;
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 20px;
}

.inner-post-true.short-new .comments {
    float: right;
    margin-top: 0;
}

.inner-post-true .item {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #C8C8C8;
}

.inner-post-true .caption {
    font-size: 20px;
    display: block;
    color: #000;
    font-family: 'Pt Sans', sans-serif;
    font-weight: bold;
    line-height: 24px;
}

.inner-post-true .full-link {
    display: inline-flex;
    display: -ms-inline-flexbox;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
    color: #000;
    margin-top: 10px;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    float: left;
}

.inner-post-true .text-prev {
    font-size: 14px;
    display: block;
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 20px;
}

.inner-post-true .full-link .icon {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    background: url(../images/link-arrow.svg) no-repeat;
    -webkit-background-size: 10px 11px;
    background-size: 10px 11px;
    margin-left: 7px;
}

.inner-post-true .comments {
    display: inline-flex;
    display: -ms-inline-flexbox;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #a0a0a0;
    margin-top: 0px;
    margin-left: 23px;
    float: right;
}

.inner-post-true .comments .icon {
    display: block;
    width: 19px;
    height: 19px;
    margin: 0 auto;
    background: url(../images/comment.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 19px 19px;
    margin-right: 7px;
}

.inner-post-true .attrs {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.inner-post-true .source-link {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
    color: #999999;
    margin-right: 10px;
    font-size: 14px;
    text-decoration: underline;
    font-family: 'PT Sans', sans-serif;
}

.inner-post-true .source-link .icon { 
    display: block;
    width: 10px;
    height: 9px;
    background: url(../images/link_arrow.svg) no-repeat;
    -webkit-background-size: 9px 9px;
    background-size: 9px 9px;
    margin-top: 2px;
    margin-right: 7px;
}


.inner-post-true .attrs .date {
    color: #999999;
    margin-right: 17px;
    display: block;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
}

.inner-post-true .attrs .status {
    color: #fff;
    padding: 2px 5px 2px 5px;
    display: block;
    font-size: 14px;
}

.inner-post-true .attrs .status.true {
    background: #ba151e;
    color: #fff;
    text-transform: uppercase;
}

.inner-post-true .preview {
    height: 172px;
    position: relative;
    width: 100%;
}

.inner-post-true .preview img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 333;
    object-fit: contain;
    object-position: top;
}

.inner-post-true .desc {
    display: block;
    color: #a1a1a1;
    clear: both;
    font-size: 14px;
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}

.green-caption {
    background: #ba151e;
    padding: 7px;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.green-caption .icon {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/check.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 12px 12px;
    margin-top: 0px;
    margin-right: 7px;
    margin-left: 10px;
}

.green-caption span {
    color: #fff;
    text-transform: uppercase;
}

.sidebar .other-posts {
    /*overflow-y: scroll;
    padding: 20px;
    position: relative;
    height: 92%;
    max-height: 92%;*/
}

.sidebar .other-posts {
    overflow-y: scroll;
    padding: 20px;
    position: relative;
    height: 98%;
    max-height: 4500px;
}

.sidebar .other-posts .item-post {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.sidebar .other-posts .item-post .caption-post {
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #2f2f2f;
    font-family: 'PT Sans', sans-serif;
}

.sidebar .other-posts .item-post .attrs {
    margin-top: 7px;
    margin-bottom: 7px;
}

.sidebar .other-posts .item-post .source-link {
    display: inline-flex;
    display: -ms-inline-flexbox;
    justify-content: flex-start;
    align-items: center;
    color: #999999;
    margin-right: 10px;
    font-size: 14px;
    text-decoration: underline;
    font-family: 'PT Sans', sans-serif;
}

.sidebar .other-posts .item-post .source-link .icon {
    display: block;
    width: 10px;
    height: 9px;
    background: url(../images/link_arrow.svg) no-repeat;
    -webkit-background-size: 9px 9px;
    background-size: 8px 8px;
    margin-top: 2px;
    margin-right: 7px;
}

.sidebar .other-posts .item-post .attrs .date {
    color: #999999;
    margin-right: 10px;
    display: inline-flex;
    display: -ms-inline-flexbox;
    font-size: 14px;
}

.sidebar .other-posts .item-post .desc {
    font-family: 'PT Sans', sans-serif;
    line-height: 21px;
    font-size: 14px;
    color: #797979;
    margin-bottom: 10px;
}

.shadow-line {
    display: block;
    width: 100%;
    height: 10px;
    background: #fff;
    box-shadow: 0 3px 6px -4px rgba(0,0,0, 0.7);
    margin-top: 25px;
    margin-bottom: 35px;
}

.sidebar .all-posts {
    display: block;
    background: #ba151e;
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 5px;
    padding: 6px;
    text-transform: uppercase;
}

.page-posts {
    margin-bottom: 30px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 30px;
}

.page-posts.inner-opinions {
    margin-bottom: 20px;
}

.page-posts .prev-post {
    float: left;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
    color: #2f2f2f;
}

.page-posts .prev-post .icon {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    background: url(../images/link-arrow.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 12px 12px;
    margin-right: 7px;
}

.page-posts .next-post {
    float: right;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
    color: #2f2f2f;
}

.page-posts .next-post .icon {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    background: url(../images/link-arrow.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 12px 12px;
    margin-left: 7px;
}

.comments-block {
    margin-bottom: 30px;
}

.comments-block .caption {
    font-size: 23px;
    font-weight: bold;
    display: block;
    color: #000;
}

.comments-block form textarea {
    display: block;
    width: 100%;
    height: 110px;
    background: #fff;
    border: 1px solid #CECECE;
    padding: 7px;
    outline: none;
    margin-top: 15px;
    resize: none;
}

.comments-block form input[type="submit"] {
    background: #c2351f;
    color: #fff;
    text-align: center;
    display: block;
    outline: none;
    border: none;
    cursor: pointer;
    margin-top: 15px;
    padding: 3px 25px 3px 25px;
}

.comments-block .comment-post {
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
    margin-top: 20px;
}

.comments-block .comment-post .comment-attr {
    margin-bottom: 10px;
}

.comments-block .comment-post .comment-attr .name {
    font-size: 15px;
    font-weight: bold;
    color: #323232;
    display: inline-block;
    margin-right: 10px;
}

.comments-block .comment-post .comment-attr .date {
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    color: #323232;
    display: inline-block;
}

.comments-block .comment-post .text-comment {
    font-family: 'PT Sans', sans-serif;
    color: #212121;
    font-size: 18px;
}

.comments-block .login-link {
    float: right;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
    color: #898989;
    margin-top: 8px;
}

.comments-block .login-link .icon {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    background: url(../images/login.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 12px 12px;
    margin-right: 7px;
}

.stories-full .avatar {
	display: block;
	float: right;
	width: 141px;
	height: 141px;
	margin-top: 10px;
    object-fit: cover;
    margin-bottom: 15px;
}

.stories-full .top-title {
	font-size: 31px;
	font-family: 'Futura PT';
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
}

.stories-full .author {
    display: inline-flex;
    display: -ms-inline-flexbox;
    justify-content: flex-start;
    align-items: baseline;
    color: #797979;
    margin-bottom: 15px;
    font-size: 16px;
    margin-right: 10px;
    float: left;
}

.stories-full .author .icon {
    display: block;
    width: 12px;
    height: 12px;
    min-width: 12px;
    background: url(../images/speech-bubble.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 12px 12px;
    margin-top: 1px;
    margin-right: 7px;
}

.stories-full .comments {
    display: inline-flex;
    display: -ms-inline-flexbox;
    justify-content: flex-start;
    align-items: center;
    color: #a0a0a0;
    margin-left: 5px;
    float: left;
}

.stories-full .comments .icon {
    display: block;
    width: 19px;
    height: 19px;
    margin: 0 auto;
    background: url(../images/comment.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 19px 19px;
    margin-right: 7px;
}

.stories-full .grey-caption {
    color: #929292;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    margin-top: 5px;
}

.stories-full .top-attrs {
	border-bottom: 1px solid #ececec;
}

.stories-full .full-text {
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.story-item {
	border-bottom: 1px solid #ececec;
	margin-bottom: 30px;
	padding-bottom: 25px;
	margin-top: 30px;
}

.story-item img {
	display: block;
	width: 100%;
	height: 108px;
    object-fit: cover;
}

.story-item .bold-caption {
    font-size: 26px;
    font-family: 'Futura PT';
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.story-item .text-prev {
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	font-size: 14px;
	display: block;
	clear: both;
}

.story-item .author {
    display: inline-flex;
    display: -ms-inline-flexbox;
    justify-content: flex-start;
    align-items: baseline;
    color: #797979;
    margin-bottom: 20px;
    font-size: 16px;
    margin-right: 10px;
    float: left;
}

.story-item .author .icon {
    display: block;
    width: 12px;
    height: 12px;
    min-width: 12px;
    background: url(../images/speech-bubble.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 12px 12px;
    margin-top: 1px;
    margin-right: 7px;
}

.story-item .comments {
    display: inline-flex;
    display: -ms-inline-flexbox;
    justify-content: flex-start;
    align-items: center;
    color: #a0a0a0;
    margin-bottom: 15px;
    float: left;
}

.story-item .comments .icon {
    display: block;
    width: 19px;
    height: 19px;
    margin: 0 auto;
    background: url(../images/comment.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 19px 19px;
    margin-right: 7px;
}

.main-content {
    background: #fff;
    padding: 30px 30px 25px 30px;
    margin-bottom: 30px;
}

.top-bar {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
    background: url(../images/topbar.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.top-bar .logo {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}

.top-bar .logo img {
    display: block;
    margin-right: 15px;
    width: 85px;
    height: 69px;
    max-width: 85px;
    min-width: 85px;
}

.top-bar .logo .desc span {
    display: block;
}

.top-bar .logo .desc .big {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 37px;
    font-weight: 600;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 1px;
    display: block;
}

.top-bar .logo .desc .small-desc {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 2px;
}

.top-big-new {
    height: 407px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
	border-radius: 2px;
}

.top-big-new img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 222;
    object-fit: cover;
}

.top-big-new .shadow-layer {
    background: rgb(216,57,38);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.78) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.78) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.78) 100%);
    background-blend-mode: overlay;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 333;
}

.top-big-new .new-attr {
    z-index: 444;
    position: absolute;
    bottom: 0px;
    padding: 30px;
}

.top-big-new .new-attr .announce {
    display: block;
    color: #fdfdfd;
    line-height: 19px;
}

.top-big-new .new-attr .title {
    font-size: 30px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 900;
    letter-spacing: 0.8px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    line-height: 34px;
}

.top-big-new .new-attr .val-new {
    width: auto;
    height: auto;
    padding: 5px 27px 5px 27px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
    background: #ba151e;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.3px;
    font-family: 'Futura PT', sans-serif;
    font-weight: bold;
}

.top-small-new {
    height: 228px;
    position: relative;
    margin-bottom: 30px;
	border-radius: 2px;
    overflow: hidden;
    padding: 25px;
	border-radius: 2px;
}

.top-small-new img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 222;
    object-fit: cover;
}

.top-small-new .hover-effect {
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 333;
    opacity: 0.7;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.block-new-1 .top-small-new img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: grayscale(1); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
}

.block-new-2 .top-small-new .hover-effect {
    opacity: 0.8;
    background: #ba151e;
}
.block-new-2 .top-small-new .title {
    color: #fff;
}

.block-new-2 .top-small-new .btn-full {
    border: 1px solid #fff;
    color: #fff;
}

.block-new-2 .top-small-new:hover .btn-full {
    border: 1px solid #fff;
    color: #fff;
}

.block-new-2 .top-small-new .btn-full:hover {
    border: 1px solid #fff;
    color: #000;
}

.top-small-new .new-cont {
    z-index: 444;
    position: absolute;
    left: 0;
    bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

.top-small-new .new-val {
    width: auto;
    height: auto;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
    background: #ba151e;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.3px;
    font-family: 'Futura PT', sans-serif;
    font-weight: bold;
    z-index: 444;
    position: relative;
}

.top-small-new .title {
    font-size: 17px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 800;
    color: #2f2f2f;
    display: block;
    margin-bottom: 15px;
    line-height: 22px;
   
}

.top-small-new .btn-full {
	font-size: 14px;
    padding: 7px 30px 7px 30px;
    border: 1px solid #7f7f7f;
    display: inline-block;
    color: #7f7f7f;
    font-family: 'Futura PT', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.top-small-new .btn-full:hover {
     background: #fff;
     border: 1px solid #fff;
     color: #000;
}

.rebuttals {
    font-size: 26px;
    font-weight: bold;
    display: block;
    color: #000;
    margin-top: 25px;
    margin-bottom: 25px;
}

.full-new.attrs {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.full-new.attrs .source-link {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
    color: #999999;
    margin-right: 10px;
    font-size: 15px;
    text-decoration: underline;
    font-family: 'PT Sans', sans-serif;
}

.full-new.attrs .source-link .icon { 
    display: block;
    width: 10px;
    height: 9px;
    background: url(../images/link_arrow.svg) no-repeat;
    -webkit-background-size: 9px 9px;
    background-size: 9px 9px;
    margin-top: 2px;
    margin-right: 7px;
}

.full-new.attrs {
    margin-top: 9px;
    margin-bottom: 20px;
}

.full-new.attrs .date {
    color: #999999;
    margin-right: 17px;
    display: block;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
}

.full-new.attrs .comments {
    display: inline-flex;
    display: -ms-inline-flexbox;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #a0a0a0;
    margin-top: 0px;
    margin-left: 15px;
    float: left;
}

.full-new.attrs .comments .icon {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/comment.svg) no-repeat;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
    margin-right: 7px;
}



.tooltip-inner {
    max-width: 240px;
}

/* COMMENTS */
.reviews-reply-form {
	background: none !important;
	border: none !important;
}
/* COMMENTS */

.search-page {

}

.search-page form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.search-page form input[type="text"] {
    width: 100%;
    padding: 6px;
    border:1px solid #E3E3E3;
    outline: none;
    margin-right: 7px;
}

.search-page form input[type="submit"] {
    display: block;
    background: #ba151e;
    border: 1px solid #ba151e;
    color: #fff;
    text-align: center;
    width: 110px;
    margin: 0 auto;
    padding: 6px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    
}

.search-page form input[type="submit"]:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.source-pic {
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 20px;
}

.source-pic span {
    color: #a9a9a9;
    display: inline-block;
    margin-right: 5px;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
}

.source-pic a {
    color: #a9a9a9;
    display: inline-block;
    font-style: italic;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    text-decoration: underline;
} 

#scrollup {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    cursor: pointer;
    background: #eeeeee url(../images/up-arrow.svg) no-repeat;
    background-position: center;
    background-size: 24px 13px;
    border: 1px solid #d8d8d8;
    z-index: 9999;
    display: none;
    width: 35px;
    height: 33px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.morelink {
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Futura PT';
}

div.reviews-reply-header {
    display: none;
}

div.reviews-reply-buttons input {
    display: block;
    background: #ba151e;
    color: #fff;
    text-align: center;
    width: 180px;
    font-size: 15px;
    margin-top: 5px;
    padding: 6px;
    outline: none !important;
    border: none;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
}

div.reviews-reply-buttons {
    margin-top: 0;
}

table.reviews-post-table thead td .review-avatar img {
    border-radius: 100px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

table.reviews-post-table thead td .review-avatar {
    border-radius: 100px;
    position: relative;
}

.reviews-reply-form {
    margin-top: 25px;
}

div.reviews-post-reply-buttons {
    margin-bottom: 10px;
}

.reviews-text {
    font-family: 'PT Sans', sans-serif;
    line-height: 21px;
    font-size: 14px;
    color: #797979;
}



.pagination .pages-num {
    display: none;
}

.pagination .text {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}

.pagination .prev-label {
    display: block;
    margin-right: 5px;
    border: 1px solid #dedede;
    padding: 4px 10px 4px 10px;
    text-align: center;
    color: #b7b7b7;
    font-size: 13px;
    font-family: 'PT Sans', sans-serif;
    height: 30px;
    margin-bottom: 10px;
}

.pagination .page-end {
    display: block;
    margin-right: 5px;
    border: 1px solid #dedede;
    padding: 4px 10px 4px 10px;
    text-align: center;
    color: #b7b7b7;
    font-size: 13px;
    font-family: 'PT Sans', sans-serif;
    height: 30px;
    margin-bottom: 10px;
}

.pagination b {
    display: block;
    margin-right: 5px;
    border: 1px solid #dedede;
    padding: 4px 10px 4px 10px;
    text-align: center;
    color: #b7b7b7;
    font-size: 13px;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    height: 30px;
    margin-bottom: 10px;
}

.pagination a {
    display: block;
    margin-right: 5px;
    border: 1px solid #dedede;
    padding: 4px 10px 4px 10px;
    text-align: center;
    color: #525252;
    font-size: 13px;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    height: 30px;
    margin-bottom: 10px;
}

.pagination a:hover {
    background: #bd1721;
    color: #fff;
}

.search-caption {
    font-size: 20px;
    display: block;
    color: #2b2b2b;
    font-family: 'Pt Sans', sans-serif;
    font-weight: bold;
    line-height: 24px;
}

.search-text {
    font-size: 14px;
    display: block;
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    line-height: 19px;
    margin-top: 10px;
}

.register-fields {
    width: 55%;
}

.register-fields input[type="text"] {
    display: block;
    padding: 4px;
    border:1px solid #C1C1C1;
    outline: none;
    margin-bottom: 15px;
    width: 100%;
    background: #F9F9F9;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    height: 34px;
}

.register-fields input[type="password"] {
    display: block;
    padding: 4px;
    border:1px solid #C1C1C1;
    outline: none;
    margin-bottom: 15px;
    width: 100%;
    background: #F9F9F9;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    height: 34px;
}

.register-fields input[type="submit"] {
    display: block;
    background: #ba151e;
    border: 1px solid #ba151e;
    color: #fff;
    text-align: center;
    width: 120px;
    padding: 6px;
    margin-bottom: 15px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
}

.register-fields input[type="submit"]:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.bx-authform {
    width: 50%;
}

.bx-authform input[type="text"] {
    display: block;
    padding: 4px;
    border:1px solid #C1C1C1;
    outline: none;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    border-radius: 0px;
    background: #F9F9F9;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    height: 34px;
}

.bx-authform input[type="password"] {
    display: block;
    padding: 4px;
    border:1px solid #C1C1C1;
    outline: none;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    border-radius: 0px;
    background: #F9F9F9;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    height: 34px;
}

.bx-authform input[type="submit"] {
    display: block;
    background: #ba151e;
    border: 1px solid #ba151e;
    color: #fff;
    text-align: center;
    width: 120px;
    padding: 6px;
    margin-bottom: 15px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
}

.bx-authform input[type="submit"]:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.bx-authform .bx-authform-formgroup-container {
    margin-bottom: 0;
}

.bx-authform .checkbox {
    display: block;
    position: relative;
    padding-top: 0px;
    padding-left: 22px;
    margin-bottom: 15px;
    line-height: 15px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.bx-authform .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.bx-authform .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
     width: 14px;
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #C1C1C1;
    transition: 0.2s linear;
}

.bx-authform .checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.bx-authform .checkbox input:checked ~ .checkmark {
    background-color: #bd1721;
    border: 1px solid #bd1721;
}

.bx-authform .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

 .bx-authform .checkbox input:checked ~ .checkmark:after {
    display: block;
}

.bx-authform .checkbox .checkmark:after {
    left: 4.3px;
    top: 2px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bx-auth {
    width: 50%;
}

.bx-auth input[type="text"] {
    display: block;
    padding: 4px;
    border:1px solid #C1C1C1;
    outline: none;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    border-radius: 0px;
    background: #F9F9F9;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    height: 34px;
}

.bx-auth input[type="password"] {
    display: block;
    padding: 4px;
    border:1px solid #C1C1C1;
    outline: none;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    border-radius: 0px;
    background: #F9F9F9;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    height: 34px;
}

.bx-auth input[type="submit"] {
    display: block;
    background: #ba151e;
    border: 1px solid #ba151e;
    color: #fff;
    text-align: center;
    width: 120px;
    padding: 6px;
    border-radius: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
}

.bx-auth input[type="submit"]:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.bx-auth .bx-authform-formgroup-container {
    margin-bottom: 0;
}

.bx-auth .bx-auth-label {

}

.bx-auth table {
    width: 100%;
}

.bx-auth .checkbox {
    display: block;
    position: relative;
    padding-top: 0px;
    padding-left: 22px;
    margin-bottom: 15px;
    line-height: 15px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.bx-auth .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.bx-auth .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
     width: 14px;
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #C1C1C1;
    transition: 0.2s linear;
}

.bx-auth .checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.bx-auth .checkbox input:checked ~ .checkmark {
    background-color: #bd1721;
    border: 1px solid #bd1721;
}

.bx-auth .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.bx-auth .checkbox input:checked ~ .checkmark:after {
    display: block;
}

.bx-auth .checkbox .checkmark:after {
    left: 4.3px;
    top: 2px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#share-new {
    margin-bottom: 15px;
    margin-top: 25px;
}

#share-new .shareinit {
    padding-left: 0px;
}

#share-new .shareinit #share a {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    
}

#share-new .shareinit #share a:hover {
    opacity: 0.9;
}

#share-new .shareinit #share a:nth-child(1){
    background: url('../images/share-svg/ic_vk.svg') no-repeat !important;
}

#share-new .shareinit #share a:nth-child(2) {
    background: url('../images/share-svg/ic_fb.svg') no-repeat !important;
}

#share-new .shareinit #share a:nth-child(3) {
    background: url('../images/share-svg/ic_tw.svg') no-repeat !important;
}

#share-new .shareinit #share a:nth-child(4) {
    background: url('../images/share-svg/ic_ok.svg') no-repeat !important;
}

#share-new .shareinit #share a:nth-child(5) {
    background: url('../images/share-svg/ic_lg.svg') no-repeat !important;
}
#share-new .shareinit #share a:nth-child(6) {
    background: url('../images/share-svg/ic_go.svg') no-repeat !important;
}

#share-new .shareinit #share a:last-child {display: none !important;}

.news-detail-text img {
	width: 100%;
	height: auto;
}