@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,500,700&subset=cyrillic');

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 165%;
    font-size: 18px;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    color: #333;
    background-color: #ffffff;
}

body {
    margin-top: 70px;
}

.clear {
    clear: both;
}

.chrome-fix {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

img {
    max-width: 100%;
}

.bold {
    font-weight: bold;
}

.unbold {
    font-weight: normal;
}

.exbold {
    font-weight: 800;
}

.black {
    color: #000;
}

.red, .red .fa {
    color: #eb1212;
}

.center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.uppercase {
    text-transform: uppercase;
}

.transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nowrap {
    white-space: nowrap;
}

p {
    margin-bottom: 2rem;
}

.small {
    font-size: 10px;
}

.smaller {
    font-size: 12px;
}

.grey {
    color: #8c8c8c;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    padding-right: 15px;
    padding-left: 15px;
}

.margin_60 {
    margin-bottom: 60px !important;
}

.margin_50 {
    margin-bottom: 50px !important;
}

.margin_40 {
    margin-bottom: 40px !important;
}

.margin_30 {
    margin-bottom: 30px !important;
}

.margin_20 {
    margin-bottom: 20px !important;
}

.margin_10 {
    margin-bottom: 10px !important;
}

.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
    color: #969696;
}

.form-control:-moz-placeholder, :-moz-placeholder {
    color: #969696;
    opacity: 1;
}

.form-control::-moz-placeholder, ::-moz-placeholder {
    color: #969696;
    opacity: 1;
}

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
    color: #969696;
}

.form-control {
}

input[type=text].form-control {
    height: 41px;
}

.form-control:focus {
    background-color: #fcfcfc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

a:hover, a:focus {
    color: #ff9999;
    text-decoration: none;
}

a, a:visited, a:focus {
    color: #f86960;
    outline: none;
    cursor: pointer;
}

input, textarea {
    border-radius: 0;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-weight: normal;
    margin-top: 3rem;
    margin-bottom: 2rem;
    /*margin-bottom: 12px;*/
    color: #202020;
}

h1, .h1 {
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 20px;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 14px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child {
    margin-top: 0;
}

ul, ol {
    margin: 5px 0 10px 0;
    padding: 0 0 0 59px;
}

li {
    margin-bottom: 3px;
}

.wrapper {
    position: relative;
    width: 940px;
    margin: 0 auto;
}

label {
    font-weight: normal;
    margin: 0 5px 0 0;
}

input[type="radio"], input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin: 0 3px 0 0;
}

.block {
    display: block !important;
}

.relative {
    position: relative;
}

.flex {
    display: flex;
}

header .flex {
    display: flex;
    height: 68px;
    align-items: center;
    justify-content: space-between;
}

header .buttons a.btn-link:hover {
    color: #a5a5a5;
}

header .buttons a.btn-link {
    color: #888888;
}

header .buttons a.btn {
    font-weight: bold;
    text-decoration: underline;
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    border-bottom: 2px solid #e7e7e7;
    z-index: 5;
}

.btn {
    text-transform: uppercase;
}

.btn:last-child {
    margin-right: 0;
}

.btn-danger {
    color: #fff;
    background-color: #f86960;
    border-color: #f86960;
}

a.btn-danger:visited {
    color: #fff;
}

.btn-search {
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: bold;
    text-transform: none;
}

.top-search {
    display: none;
    flex: 0 0 30%;
}

.btn-secondary {
    color: #fff;
    background-color: #9399aa;
    border-color: #9399aa;
}

.news-cats .item:hover .submenu {
    display: block;
}

.news-cats .submenu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 36px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    z-index: 20;
    /*display: none;*/
}

.news-cats {
    padding: 4px 0;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
}

.news-cats > .item.active > a {
    border-bottom: 4px solid #f86960;
}

.news-cats .item:hover {
    background-color: #e7e7e7;
}

.news-cats .item {
    position: relative;
    height: 36px;
}

.news-cats a {
    display: inline-block;
    padding: 9px 0 6px 0;
    margin: 0 20px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #545454;
}

/*.logo:hover {opacity: 0.8;}*/
.logo {
    position: relative;
    z-index: 2;
}

.index-top-news .date {
    color: #fff;
}

.index-top-news .bottom {
    font-weight: bold;
    font-size: 15px;
    color: #f86960;
    text-transform: uppercase;
}

.index-top-news:hover .image {
    opacity: 0.6;
}

.index-top-news .image {
    position: absolute;
    background-position: center;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.index-top-news .header {
    margin-bottom: 20px;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
}

.index-top-news .type {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 24px;
    color: #f86960;
    text-transform: uppercase;
}

.index-top-news .inner {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.index-top-news {
    background-color: #000;
    position: relative;
    display: block;
}

.index-top-news-3 .header {
    font-size: 21px;
}

.index-top-news-3 {
    height: 340px;
}

.news-cat-date .date {
    font-size: 16px;
    font-weight: normal;
    color: #898989;
    margin-left: 10px;
}

.news-cat-date {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #f86960;
}

.index-top-news-2 {
    height: 240px;
}

.index-top-news-1 {
    height: 500px;
}

.index-top-news-2 .type {
    font-size: 20px;
}

.index-top-news-2 .header {
    font-size: 25px;
}

.news-gallery .date {
    font-size: 16px;
    color: #898989;
}

.news-gallery .type {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #f86960;
}

.news-gallery .image-wrapper {
    position: relative;
    height: 160px;
    flex: 0 0 200px;
    background-color: #333333;
    margin-right: 20px;
}

.news-gallery .header {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}

.news-gallery a.item {
    float: left;
    width: 50%;
    display: flex;
    padding-right: 20px;
    color: #000;
}

.news-gallery a.item:hover .image {
    opacity: 0.6;
}

.news-gallery a.item .image {
    position: absolute;
    background-position: center;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

a.index-title, .index-title {
    display: block;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: normal;
    color: #333;
}

.news-rows-block .date {
    position: absolute;
    left: -82px;
    background-color: #f2f2f2;
    padding: 2px 3px;
    color: #898989;
    font-size: 13px;
}

.news-rows-block {
    position: relative;
    padding-left: 82px;
}

.news-rows-block .preview-text {
    margin: 5px 0 0 0;
    color: #898989;
}

.news-rows-block .item {
    margin-bottom: 40px;
}

.news-rows-block a {
    font-weight: bold;
    display: inline-block;
    color: #505050;
}

.news-list-small .item .image-wrapper {
    position: relative;
    flex: 0 0 125px;
    height: 100px;
    background-color: #000;
}

.news-list-small .item {
    display: flex;
    margin-bottom: 20px;
}

.news-list-small .item .content {
    padding: 10px 20px;
    color: #505050;
    font-weight: bold;
    font-size: 17px;
}

.news-list-small .item .image {
    position: absolute;
    background-position: center;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.news-list-small .item:hover .image {
    opacity: 0.6;
}

.index-news-events .image.empty .in-label {
    left: 0;
}

.index-news-events .image.empty {
    height: 50px;
}

.index-news-events .image {
    position: relative;
    height: 250px;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
}

.index-news-events .content {
    margin-bottom: 10px;
}

.index-news-events .type {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #f86960;
}

.index-news-events .date {
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

.index-news-events .header {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.index-news-events .in-label {
    position: absolute;
    top: 0;
    left: 30px;
}

a.index-news-events {
    color: #898989;
}

.in-label, a.in-label {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f86960;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}

.index-top-news-4 .header {
    font-size: 22px;
}

.index-top-news-4 {
    height: 400px;
    border-radius: 5px;
    box-shadow: 0px 19px 35px -22px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

footer {
    margin-top: 40px;
}

.footer1 .links a:hover {
    color: #afafaf;
}

.footer1 .links a {
    margin-bottom: 5px;
    color: #545454;
}

.footer1 .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #545454;
}

.footer1 {
    background-color: #f5f5f5;
}

.footer1, .footer2 {
    color: #c9c9c9;
    padding: 20px;
}

.footer2 {
    background-color: #efefef;
}

.search-top-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 41px;
    background: transparent url("/static/images/loupe.png") center no-repeat;
    cursor: pointer;
    vertical-align: top;
}

.search-n-lang {
    display: flex;
    vertical-align: top;
}

.search-n-lang-btn a.active {
    background-color: #ededed;
}

.search-n-lang-btn a:hover {
    background-color: #fcfcfc;
}

.search-n-lang-btn a {
    display: inline-block;
    /*height: 49px;*/
    padding: 10px 10px;
    /*margin-top: 6px;*/
    font-weight: bold;
    color: #333;
}

.search-n-lang-btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-right: 10px;
}

.params:after {
    content: ' ';
    clear: both;
}

.params .sep {
    height: 24px;
    margin: 0 30px;
    border-left: 1px solid #333333;
}

.params > * {
    display: inline-block;
}

.params .share {
    position: relative;
    top: -1px;
}

.params {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 20px;
    color: #898989;
}

.params a.cat, .params .cat {
    text-transform: uppercase;
    color: #f86960;
}

.archive-list.blog-list .item .date {
    margin-bottom: 0;
}

.archive-list .params {
    margin-bottom: 5px;
}

.photo-by {
    margin: 10px 0 0 0;
    color: #898989;
}

.news-detail .text {
    font-size: 18px;
    line-height: 25px;
}

ul li:before {
    content: '–';
    position: absolute;
    left: -19px;
}

ul li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
}

.author-block-news {
    padding: 30px 30px 20px 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 3px solid #f5f5f5;
    background-color: #fcfcfc;
    color: #898989;
}

.author-block-news .item:last-child {
    border-right: none;
}

.author-block-news a.item {
    display: inline-block;
    padding: 0 25px 0 20px;
    margin-bottom: 20px;
    border-right: 1px solid #ddd;
    color: #333333;
    font-weight: bold;
}

.author-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

    padding: 30px 30px 10px 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 3px solid #f5f5f5;
    background-color: #fcfcfc;
    color: #898989;
}

.author-block .content {
    margin-left: 10px;
}

.author-block .item:last-child, .author-block .item:nth-child(2n) {
    border-right: none;
}

.author-block .item {
    display: flex;
    flex: 0 0 50%;
    padding: 0 25px 0 20px;
    margin-bottom: 20px;
    border-right: 1px solid #ddd;
}

.author-block .name {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

.author-block .image {
    flex: 0 0 63px;
    height: 63px;
    border-radius: 30px;
}

.share-block {
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 30px;
    border-top: 3px solid #f5f5f5;
    background-color: #fcfcfc;
    color: #898989;
}

.tags-block .hash-sign {
    display: inline-block;
    border: 1px solid #d7d7d7;
    background-color: #f5f5f5;
    padding: 6px 10px;
    border-radius: 2px;
    margin: 0 20px 0 0;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

.tags-block i {
    display: inline-block;
    margin-right: 20px;
}

.blog-detail .tags-block span.hash-sign-wrapper {
    display: block;
}

.tags-block span.hash-sign-wrapper {
    margin: 0;
}

.tags-block span {
    display: inline-block;
    margin: 0 20px 10px 0;
}

.tags-block a {
    /*display: inline-block;*/
    color: #898989;
}

.tags-block {
    margin-bottom: 40px;
    font-size: 16px;
    color: #898989;
}

.right-interview a:last-child.content {
    padding-bottom: 40px;
}

.right-interview a.content {
    display: block;
    padding: 20px;
    background-color: #f2f2f2;
    color: #333;
}

.right-interview .date {
    margin-bottom: 10px;
    color: #898989;
}

.right-interview .image {
    position: relative;
    height: 300px;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    border-radius: 5px;
    box-shadow: 0px 19px 35px -22px rgba(0, 0, 0, 0.5);
    filter: brightness(90%);
}

.right-interview .name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

.right-interview .header, .right-interview a.header {
    display: block;
    padding: 16px 20px;
    background-color: #aeaeae;
    color: #fff;
    font-size: 36px;
}

.right-interview {
    font-size: 18px;
    color: #898989;
    line-height: 26px;
    margin-bottom: 30px;
}

.right-news .content {
    font-size: 18px;
    margin-bottom: 20px;
}

.right-news .name {
    font-size: 24px;
    font-weight: bold;
    color: #505050;
    margin-bottom: 20px;
}

.right-news a {
    color: #333;
}

.right-news {
    margin-bottom: 30px;
    color: #898989;
}

.news-inline .header {
    position: absolute;
    padding: 2px;
    top: -15px;
    left: 13px;
    text-transform: uppercase;
    background: #fff;
}

.news-inline .item .name {
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #505050;
}

.news-inline .item .image {
    flex: 0 0 124px;
    height: 90px;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0px 19px 35px -22px rgba(0, 0, 0, 0.5);
}

.news-inline .item:last-child {
    margin-bottom: 0;
}

.news-inline .item {
    display: flex;
    margin-bottom: 20px;
    text-transform: none;
}

.news-inline {
    position: relative;
    float: right;
    width: 400px;
    padding: 20px 15px 15px;
    border: 2px solid #f0f0f0;
    border-radius: 7px;
}

.right-column .index-top-news {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 19px 35px -22px rgba(0, 0, 0, 0.5);
}

.right-column {
    margin-bottom: 30px;
    padding-left: 30px;
}

.grey-line {
    padding: 7px 0;
    margin-bottom: 15px;
    background-color: #fcfcfc;
}

.align-center {
    align-items: center;
}

.search-top-form.active {
    z-index: 3;
}

.search-top-form {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.search-top-form .form-control {
    width: 50px;
    border: none;
    opacity: 0;
}

.search-top-form.active .form-control {
    width: 20vw;
    border: 1px solid #ced4da;
    opacity: 1;
}

.news-list .item .date {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #898989;
}

.news-list .item .header {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

.news-list a.item {
    display: block;
    margin-bottom: 30px;
    color: #333;
}

.blog-list .item .content {
    line-height: 26px;
}

.blog-list .item .date {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #898989;
}

.blog-list .item .header {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

.blog-list a.item.rubric-colored .inner {
    padding: 10px 10px 10px 20px;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.blog-list a.item.rubric-colored {
    background: #fffff1;
}

.blog-list .image .label-rubric span {
    /*display: inline-block;*/
    flex-basis: 10px;
    padding: 3px 10px;
    background: #fffff1;
}

.blog-list .image .label-rubric {
    display: flex;
    margin-top: 15px;
    width: 70%;
    font-size: 14px;
    line-height: 18px;
}

.blog-list a.item .inner {
    padding-left: 20px;
}

.blog-list .image {
    position: relative;
    flex: 0 0 250px;
    background-size: cover;
    background-position: center;
}

.blog-list a.item {
    display: flex;
    margin-bottom: 50px;
    color: #333;
}

.system-pagination hr {
    position: relative;
    top: 40px;
    border-top: 5px solid #eaeaea;
}

.system-pagination a, .system-pagination span {
    position: relative;
    padding: 5px 17px;
    background-color: #fff;
    color: #333;
}

.system-pagination span {
    color: #eaeaea;
}

.system-pagination .inner {
    display: flex;
    justify-content: center;
}

.system-pagination {
    font-weight: bold;
    font-size: 24px;
    position: relative;
    text-align: center;
}

.blog-header {
    text-align: center;
    margin: 70px 0 !important;
}

.blog-flex {
    display: flex;
    margin: 0 -15px;
}

.blog-left {
    flex: 0 0 200px;
    padding: 0 15px;
}

.blog-right {
    flex: 0 0 200px;
    padding: 0 15px;
}

.blog-content {
    padding: 0 15px;
}

a.author-blog {
    display: block;
    color: #333;
    margin-bottom: 20px;
}

.author-blog .image {
    background-size: cover;
    background-position: center;
    padding-top: 100%;
    border-radius: 200px;
    margin-bottom: 20px;
}

.author-blog .position {
    font-size: 14px;
    color: #838383;
}

.wide-image {
    margin-bottom: 40px;
}

.wide-image .image {
    margin: 0 -120px;
}

.blog-rows .preview-text {
    margin-bottom: 10px;
}

.blog-rows .date {
    font-size: 16px;
    color: #898989;
}

.blog-rows .date-ex {
    font-size: 16px;
    color: #898989;
    margin-bottom: 10px;
}

.blog-rows .header {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

.blog-rows .image {
    height: 250px;
    background-size: cover;
    background-position: center;

    margin-bottom: 20px;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: 0px 19px 35px -22px rgba(0, 0, 0, 0.5);
}

.blog-rows a.blog-rows-col {
    flex: 0 0 33.3333%;
    padding: 0 10px;
    color: #333;
}

.blog-rows {
    display: flex;
    margin: 0 -10px 40px -10px;
}

.author-block-expertise .name {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333333;

}

.author-block-expertise .content {
    display: flex;
    width: 100%;
    padding-left: 20px;
    align-items: center;
    font-size: 16px;
    color: #898989;
}

.author-block-expertise .image {
    flex: 0 0 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
    border-radius: 200px;
}

a.author-block-expertise, .author-block-expertise {
    display: flex;
    color: #333;
    padding: 12px;
    background-color: #fcfcfc;
}

.image-ultra-wide {
    margin-bottom: 40px;
}

.year-snippet .year {
    position: absolute;
    top: -35px;
    left: 6px;
    font-size: 100px;
    line-height: 76px;
}

.year-snippet.float-right {
    margin-left: 40px;
}

.year-snippet.float-left {
    margin-right: 40px;
}

.year-snippet {
    width: 417px;
    position: relative;
    margin: 42px 0 20px 0;
    padding: 60px 20px 20px 110px;
    background-color: #fcfcfc;
    font-size: 30px;
    line-height: 40px;
}

.grey-snippet .inner {
    padding: 0 25px;
    border-left: 10px solid #333333;
}

.grey-snippet {
    width: 417px;
    padding: 30px 0;
    background-color: #fcfcfc;
}

.grey-snippet.float-right {
    margin-left: 40px;
    margin-right: -35px;
}

.grey-snippet.float-left {
    margin-right: 40px;
    margin-left: -35px;
}

.image-snippet {
    margin-bottom: 20px;
}

.image-snippet.float-right {
    margin-left: 40px;
}

.image-snippet.float-left {
    margin-right: 40px;
}

.huge-numbers-list span {
    position: relative;
    top: -54px;
    font-size: 40px;
    color: #333;
    font-weight: normal;
}

.huge-numbers-list li {
    margin-bottom: 70px;
}

.huge-numbers-list {
    width: 70%;
    padding: 30px 0 0 0;
    margin: 70px auto 0 auto;
    font-size: 140px;
    line-height: 18px;
    font-weight: bold;
    color: #d9dfe2;
}

.table-wrapper-1 {
    width: 70%;
    margin: 40px auto;
}

.expertise-table-1 {
    font-size: 30px;
}

.expertise-table-1.table td, .expertise-table-1.table th {
    padding: 10px 60px;
    border-top: none;
}

.expertise-table-1.table td {
    background-color: #f5f5f5;
}

.expertise-table-1.table tbody tr td:first-child {
    border-right: 3px solid #333;
}

.expertise-table-1.table tbody tr:first-child td {
    padding-top: 30px;
}

.expertise-table-1.table tbody tr:last-child td {
    padding-bottom: 30px;
}

.expertise-table-1.table th {
    background-color: #333333;
    color: #b4b4b4;
    font-weight: normal;
}

.companion-block .text {
    color: #838383;
    font-size: 14px;
    line-height: 22px;
}

.companion-block .position {
    color: #838383;
    font-size: 14px;
    margin-bottom: 30px;
}

.companion-block .image {
    background-size: cover;
    background-position: center;
    padding-top: 100%;
    border-radius: 200px;
    margin-bottom: 40px;
}

a.companion-block {
    color: #333;
}

.companion-block .name {
    font-weight: bold;
    margin-bottom: 20px;
}

.exclusive-detail .col-lg-4 {
    padding-left: 20px;
}

.exclusive-detail .col-lg-8 {
    padding-right: 20px;
}

.exclusive-rows .date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 16px;
}

.exclusive-rows .preview-text {
    color: #898989;
}

.exclusive-rows .image {
    position: relative;
}

.exclusive-right .author-block {
    display: block;
    margin-top: 0;
}

.exclusive-right .author-block .item {
    border-right: none;
}

table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border: 1px solid #dee2e6;
    font-size: 16px;
    line-height: normal;
}

table th, table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

table th, table td {
    border: 1px solid #dee2e6;
}

table thead th, table thead td {
    border-bottom-width: 2px;
}

.blog-right .hash-sign {
    margin-bottom: 10px;
}

.index-top-slider a.item .content {
    position: absolute;
    width: 50%;
    left: 30px;
    bottom: 30px;
}

.index-top-slider a.item .date {
    font-weight: bold;
    color: #d7d7d7;
}

.index-top-slider a.item .author {
    margin-right: 30px;
    font-weight: bold;
    color: #f86960;
}

.index-top-slider a.item .author, .index-top-slider a.item .date {
    display: inline-block;
}

.index-top-slider a.item .header {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: normal;
}

.index-top-slider a.item .cat {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #f86960;
}

.index-top-slider a.item .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;

    filter: brightness(80%);
}

.index-top-slider a.item {
    display: block;
    height: 40vw;
    position: relative;
    text-decoration: none;
    color: #fff;
}

.index-top-slider-wrapper {
    margin-bottom: 40px;
	/*margin-bottom: 1rem;*/
    padding-bottom: 30px;
    background-color: #fcfcfc;
}

.news-rows-block2 .date {
    background-color: #f2f2f2;
    padding: 2px 3px;
    color: #898989;
    font-size: 13px;
    margin-right: 10px;
}

.news-rows-block2 a.item {
    display: block;
    margin-bottom: 40px;
}

.news-rows-block2 .header {
    font-weight: bold;
    display: inline-block;
    color: #505050;
}

.news-rows-block2 .preview-text {
    color: #898989;
}

.news-rows-block2 .image {
    flex: 0 0 140px;
    height: 115px;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
}

.news-rows-block2 .header-wrapper {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 0 10px 0;
}

a.index-other-news {
    display: block;
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #aeaeae;
    background-color: #f2f2f2;
}

.table-wrapper {
    overflow-x: auto;
}

.back-to-top:hover {
    background-color: #f86960;
}

.back-to-top {
    position: fixed;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -o-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    bottom: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    padding-top: 8px;
    text-align: center;
    z-index: 2;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    color: #fff !important;
    background-color: #666;
    font-size: 22px;
    cursor: pointer;
}

.fixed .back-to-top {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.social-likes__widget {
    margin: 0;
    color: #898989;
    font-weight: bold;
    background: transparent;
    border: none !important;
    border-radius: 0;
    line-height: normal;
}

.social-likes__widget_single .social-likes__button:after {
    position: absolute;
    right: 0;
    top: 7px;
    content: "\f064";
    font: normal normal normal 12px/1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
}

.social-likes__widget_single .social-likes__button {
    position: relative;
    padding: 0 20px 0 0 !important;
}

.social-likes__widget_single .social-likes__button {
    vertical-align: top !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: normal !important;
    color: #898989 !important;
}

.social-likes__widget_active, .social-likes__widget_single:active, .social-likes__widget_single:focus, .social-likes__widget_single:hover {
    background: transparent !important;
    border-color: transparent !important;
    color: #898989 !important;
}

.social-likes__icon_single {
    display: none;
}

header .news-cats {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.fixed-menu header .news-cats {
    visibility: visible;
    opacity: 1;
}

.mobile-menu-caller {
    font-size: 30px;
}

.mobile-menu-wrapper {
    display: none;
    position: relative;
    text-align: center;
    z-index: 2;
}

.opened-search .news-cats {
    display: none;
}

.grey-snippet2 {
    border-top: 10px solid #e8e8e8;
    border-bottom: 10px solid #e8e8e8;
    padding: 20px;
    line-height: 34px;
    font-size: 22px;
    margin-bottom: 2rem;
    /*line-height: ;*/
    background-color: #fcfcfc;
}

.youtube-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index-countries-wrapper .title {
    padding: 25px 0 20px 0;
    font-weight: bold;
    font-size: 53px;
    line-height: 50px;
    text-shadow: 2px 2px 0px rgba(80, 80, 80, 1);
}

.index-countries-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 30px 0 50px;
    border-left: 10px solid #fb9089;
    background-color: #aeaeae;
    color: #fff;
}

.index-countries-list {
    padding-left: 84px;
    font-size: 30px;
    height: 210px;
    flex: 0 0 262px;
    overflow: hidden;
    background: transparent url("/static/images/countries-bg2.png") center left no-repeat;
}

.index-countries-list-offset {
    margin-top: -20px;
}

.index-countries-list a.item {
    height: 50px !important;
    line-height: 50px;
    display: block;
    color: #fff;
}