<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Browser setup, fix defaults
----------------------------------------------------------------------------*/
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background: #f5f5f5;
}

form {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

img {
    border: 0;
    vertical-align: top;
    display: inline-block;
}

table, td {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

.page_wrapper {
    min-width: 960px;
    position: relative;
}

a {
    outline: none;
}

/* Standart details block on text (СЃС‚Р°РЅРґР°СЂС‚РЅС‹Р№ Р±Р»РѕРє РґР°С‚Р°/РІСЂРµРјСЏ, РєРѕРјРјРµРЅС‚Р°СЂРёРё РЅР° СЃРїР»РѕС€РЅРѕРј С„РѕРЅРµ)
------------------------------------------------------------------------------*/
.sdb {
    color: #878787;
    font-size: 10px;
    line-height: 12px;
    display: block;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.3s;
}

.sdb__datetime {
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    margin-right: 21px;
}

.sdb__comments {
    display: inline-block;
    position: relative;
    padding: 0 0 0 17px;
}

.sdb__section {
    display: inline-block;
    position: relative;
    padding: 0 0 0 17px;
}

.sdb__comments:before,
.sdb__comments:after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 12px;
    background: url('img/comments_icon.png') 0 50% no-repeat;
    top: 50%;
    left: 0;
    margin-top: -6px;
    transition: opacity 0.3s;
}

.sdb__comments:after {
    background: url('img/comments_icon.png') -28px 50% no-repeat;
    opacity: 0;
}

a:hover .sdb {
    color: #1d1d1d;
}

a:hover .sdb__comments:before {
    opacity: 0;
}

a:hover .sdb__comments:after {
    opacity: 1;
}

a:hover .sdb__comments:hover {
    color: #aa2020;
}

a:hover .sdb__comments:hover:after {
    background-position: -14px 50%;
    opacity: 1;
}

/* Standart details block on image (СЃС‚Р°РЅРґР°СЂС‚РЅС‹Р№ Р±Р»РѕРє РґР°С‚Р°/РІСЂРµРјСЏ, РєРѕРјРјРµРЅС‚Р°СЂРёРё РЅР° РёР·РѕР±СЂР°Р¶РµРЅРёРё)
------------------------------------------------------------------------------*/
.sdb.sdb-on_image {
    color: rgba(255,255,255,0.5);
}

.sdb-on_image .sdb__comments:after {
    background-position: -42px 50%;
    opacity: 0;
}

a:hover .sdb-on_image .sdb__comments:after {
    background-position: 0 50%;
    opacity: 0;
}

a:hover .sdb-on_image .sdb__comments:before {
    opacity: 1;
}

a:hover .sdb.sdb-on_image {
    color: rgba(255,255,255,1);
}

a:hover .sdb-on_image .sdb__comments:after {
    background-position: -42px 50%;
    opacity: 1;
}

a:hover .sdb-on_image .sdb__comments:hover:after {
    background-position: -42px 50%;
    opacity: 1;
}

a:hover .sdb.sdb-on_image .sdb__comments:hover {
    color: rgba(255,255,255,1);
}

/* Shadow on link with image Р—Р°С‚РµРЅРµРЅРёРµ РёР·РѕР±СЂР°Р¶РµРЅРёР№ РІРЅСѓС‚СЂРё СЃСЃС‹Р»РѕРє
------------------------------------------------------------------------------*/
.simg:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    transition: all 0.3s;
}

.simg:hover:before {
    background: rgba(0,0,0,0);
}

.photo_video_small__link:hover .simg:before {
    background: rgba(0,0,0,0);
}

/* text-shadow for text on image
--------------------------------------------------------------------------*/

.simg .simg__text {
    transition: text-shadow 0.3s;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0), 0 0 5px rgba(0, 0, 0, 0);
}

.simg:hover .simg__text {
    text-shadow: 0 0 15px rgba(0, 0, 0, 1), 0 0 5px rgba(0, 0, 0, 0.5);
}


/* Page header
------------------------------------------------------------------------------*/

.page_header__wrapper {
    background: #242424;
}

.page_header {
    min-width: 960px;
    margin: 0 auto;
}

.page_header__city_select {
    background: #aa2020;
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
}

.longread .page_header__city_select {
    background: #242424;
    border: 1px solid #1d1d1d;
    border-width: 0 1px 0 0;
}

.page_header__city_select__link {
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding: 11px 33px 10px 13px;
    position: relative;
}

.page_header__city_select__link:after {
    display: block;
    position: absolute;
    top: 18px;
    right: 14px;
    width: 10px;
    height: 6px;
    content: '';
    background: url('img/header_city_arrow.png') 0 0 no-repeat;
}

.page_header__city_select__dropdown {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 200;
    display: none;
    width: 100%;
}

.page_header__city_select__dropdown &gt; li {
    display: block;
    padding: 0;
}

.page_header__city_select__dropdown &gt; li &gt; a {
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding: 12px 33px 10px 13px;
    background: #aa2020;
    transition: all 0.3s;
}

.page_header__city_select__dropdown &gt; li &gt; a:hover {
    background: #da4040;
}

.page_header__city_select:hover .page_header__city_select__dropdown {
    display: block;
}

.page_header__right_items {
    float: right;
}

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

.page_header__right_items__echo__container {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.page_header__right_items__echo__popup {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 0;
    list-style: none;
    z-index: 200;
    display: none;
    width: 100%;
}

.page_header__right_items__echo__container:hover .page_header__right_items__echo {
    color: #aa2020;
}

.page_header__right_items__echo__container:hover .page_header__right_items__echo__popup {
    display: block;
}

.page_header__right_items__echo__popup &gt; li {
    margin: 0;
    padding: 0;
    display: block;
}

.page_header__right_items__echo__popup &gt; li &gt; a {
    color: #242424;
    text-decoration: none;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    display: block;
    vertical-align: top;
    padding: 14px 30px 13px 14px;
    background: #f5f5f5;
    border: 1px solid #e9e9e9;
    border-width: 1px 0 0 0;
    transition: all 0.3s;
    position: relative;
}

.page_header__right_items__echo__popup &gt; li &gt; a:hover {
    background: #aa2020;
    color: #ffffff;
}

.page_header__right_items__echo__popup__listen:before {
    display: block;
    content: '';
    position: absolute;
    right: 9px;
    top: 8px;
    width: 24px;
    height: 24px;
    background: url('img/listen.png') 0 0 no-repeat;
    opacity: 1;
    transition: opacity 0.3s;
}

.page_header__right_items__echo__popup__listen:after {
    display: block;
    content: '';
    position: absolute;
    right: 9px;
    top: 8px;
    width: 24px;
    height: 24px;
    background: url('img/listen.png') -24px 0 no-repeat;
    opacity: 0;
    transition: opacity 0.3s;
}

.page_header__right_items__echo__popup__listen:hover:before {
    opacity: 0;
}

.page_header__right_items__echo__popup__listen:hover:after {
    opacity: 1;
}

.page_header__right_items__echo__popup__watch:before {
    display: block;
    content: '';
    position: absolute;
    right: 9px;
    top: 8px;
    width: 24px;
    height: 24px;
    background: url('img/watch.png') 0 0 no-repeat;
    opacity: 1;
    transition: opacity 0.3s;
}

.page_header__right_items__echo__popup__watch:after {
    display: block;
    content: '';
    position: absolute;
    right: 9px;
    top: 8px;
    width: 24px;
    height: 24px;
    background: url('img/watch.png') -24px 0 no-repeat;
    opacity: 0;
    transition: opacity 0.3s;
}

.page_header__right_items__echo__popup__watch:hover:before {
    opacity: 0;
}

.page_header__right_items__echo__popup__watch:hover:after {
    opacity: 1;
}

.page_header__right_items__echo {
    color: #242424;
    text-decoration: none;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding: 14px 30px 13px 91px;
    background: #e4e4e4;
    position: relative;
    transition: color 0.3s;
}

.page_header__right_items__echo:before {
    display: block;
    position: absolute;
    content: '';
    width: 71px;
    height: 33px;
    top: 3px;
    left: 10px;
    background: url('img/header_echo.png') 0 0 no-repeat;
}

.page_header__right_items__echo:after {
    display: block;
    position: absolute;
    top: 18px;
    right: 14px;
    width: 10px;
    height: 6px;
    content: '';
    background: url('img/header_echo_arrow.png') 0 0 no-repeat;
}

.page_header__right_items__commercial {
    font-size: 11px;
    line-height: 13px;
    color: #878787;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 14px 10px 13px 10px;
    transition: color 0.3s;
}

.page_header__right_items__commercial:hover {
    color: #ffffff;
}

.page_header__menu__wrapper {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.longread .page_header__menu__wrapper {
    max-width: inherit;
}

.page_header__menu {
    display: block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    height: 40px;
    overflow: hidden;
}

.page_header__menu &gt; li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    font-size: 11px;
    position: relative;
}

.page_header__menu &gt; li &gt; a,
.page_header__menu &gt; li &gt; .main_menu__more {
    display: inline-block;
    vertical-align: top;
    color: #878787;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13px;
    padding: 14px 11px 13px 11px;
    transition: color 0.3s;
    cursor: pointer;
    position: relative;
}

.page_header__menu &gt; li &gt; .main_menu__more {
    padding-right: 26px;
}

.page_header__menu &gt; li &gt; .main_menu__more:before {
    display: block;
    position: absolute;
    top: 18px;
    right: 11px;
    width: 20px;
    height: 4px;
    content: '';
    background: url(img/more.png) 0 0 no-repeat;
    opacity: 1;
    transition: opacity 0.3s;
}

.page_header__menu &gt; li &gt; .main_menu__more:after {
    display: block;
    position: absolute;
    top: 18px;
    right: 11px;
    width: 20px;
    height: 4px;
    content: '';
    background: url(img/more.png) -20px 0 no-repeat;
    opacity: 0;
    transition: opacity 0.3s;
}


.page_header__menu &gt; li:hover &gt; a {
    color: #ffffff;
}

.page_header__menu &gt; li:hover &gt; .main_menu__more:before {
    opacity: 0;
}

.page_header__menu &gt; li:hover &gt; .main_menu__more:after {
    opacity: 1;
}


.page_header__menu &gt; li &gt; ul {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    list-style: none;
    z-index: 200;
    display: none;
}

.page_header__menu &gt; li &gt; ul &gt; li {
    margin: 0;
    padding: 0;
    display: block;
}

.page_header__menu &gt; li &gt; ul &gt; li &gt; a {
    display: block;
    vertical-align: top;
    color: #878787;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13px;
    padding: 4px 10px 13px 10px;
    transition: color 0.3s;
    cursor: pointer;
    background: #242424;
    white-space: nowrap;
}

.page_header__menu &gt; li &gt; ul &gt; li &gt; a:hover {
    color: #ffffff;
}

.page_header__menu &gt; li:hover &gt; ul {
    display: block;
}

/* page header 2
---------------------------------------------------------------------------------------------*/
.page_header2_wrapper {
    position: relative;
    background: #ffffff;
}

.longread .page_header2_wrapper {
    position: absolute;
    background: rgba(255,255,255,0.7);
    width: 100%;
    z-index: 100;
    transition: background 0.3s;
}

.longread .page_header2_wrapper:hover {
    background: rgba(255,255,255,1);
}

.page_header2_wrapper:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #e8e8e8;
}

.longread  .page_header2_wrapper:after {
    display: none;
}

.page_header2 {
    min-width: 948px;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.longread  .page_header2 {
    max-width: inherit;
}

.page_header2__search {
    position: absolute;
    right: 0;
/*    background: #ffffff;*/
    z-index: 100;
}

.quick_search__icon {
    display: inline-block;
    width: 39px;
    height: 95px;
    text-indent: -10000px;
    position: relative;
}

.longread .quick_search__icon {
    height: 60px;
}

.quick_search__icon:before {
    content: '';
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    top: 37px;
    right: 18px;
    background: url('img/header2_search.png') 0 0 no-repeat;
    opacity: 1;
    transition: opacity 0.3s;
}

.quick_search__icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    top: 37px;
    right: 18px;
    background: url('img/header2_search.png') -21px 0 no-repeat;
    opacity: 0;
    transition: opacity 0.3s;
}

.longread .quick_search__icon:before,
.longread .quick_search__icon:after {
    top: 20px;
    right: 16px;
}

.quick_search__icon:hover:before {
    opacity: 0;
}

.quick_search__icon:hover:after {
    opacity: 1;
}

.quick_search {
    display: inline-block;
    vertical-align: top;
    width: 0;
    overflow: hidden;
    transition: width 0.3s;
    white-space: nowrap;
}

.quick_search-showed {
    border: 1px solid #aa2020;
    border-width: 0 0 1px 0;
    background: #ffffff;
}

.quick_search-showed .quick_search {
    width: 357px;
}

.quick_search-showed:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 50px;
    left: -50px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 82%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 82%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.quick_search__text {
    font-size: 17px;
    line-height: 19px;
    padding: 3px;
    border: none;
    background: transparent;
    outline: none;
    margin: 37px 0 0 0;
    width: 290px;
    color: #242424;
}

.longread .quick_search__text {
    margin: 20px 0 0 0;
}

@supports (-webkit-text-fill-color: transparent) {
    .quick_search__text {
        color: rgb(170, 33, 33);  /* change [input cursor color] by this*/
        text-shadow: 0 0 0 #242424; /* change [input font] by this*/
        -webkit-text-fill-color: transparent;
    }
}

.quick_search__hide {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    text-indent: -100000px;
    margin-top: 20px;
    position: relative;
}

.longread .quick_search__hide {
    margin-top: 3px;
}

.quick_search__hide:before {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    content: '';
    background: url('img/close.png') 0 0 no-repeat;
    top: 21px;
    left: 2px;
    opacity: 1;
    transition: opacity 0.3s;
}

.quick_search__hide:after {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    content: '';
    background: url('img/close.png') -14px 0 no-repeat;
    top: 21px;
    left: 2px;
    opacity: 0;
    transition: opacity 0.3s;
}

.quick_search__hide:hover:before {
    opacity: 0;
}

.quick_search__hide:hover:after {
    opacity: 1;
}

.quick_search__results {
    position: absolute;
    z-index: 300;
    background: #ffffff;
    width: 330px;
    padding: 20px 30px 20px 40px;
    right: 0;
    display: none;
    overflow-y: auto;
    top: 136px;
    bottom: 0;
}

.longread .quick_search__results {
    top: 100px;
}

.quick_search__results__sections {
    padding: 3px 0 7px 0;
}

.quick_search__results__section {
    padding: 0 0 18px 0;
}

.quick_search__results__section a {
    display: block;
    color: #242424;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s;
}

.quick_search__results__section a:hover {
    color: #aa2020;
}

.quick_search__results__in_section {
    border: 1px solid #e8e8e8;
    border-width: 1px 0 0 0;
    padding: 27px 0 23px 0;
}

.quick_search__results__in_section__name {
    padding: 0 0 6px 0;
}

.quick_search__results__in_section__name a {
    font-size: 10px;
    color: #878787;
    letter-spacing: 0.5px;
    display: block;
    text-decoration: none;
    transition: color 0.3s;
    text-transform: uppercase;
}

.quick_search__results__in_section__name a:hover {
    color: #aa2020;
}

.quick_search__results__in_section__type1 {
    padding: 12px 0 0 0;
}

.quick_search__results__in_section__type1 a {
    font-size: 15px;
    color: #1d1d1d;
    text-decoration: none;
    line-height: 24px;
    transition: color 0.3s;
    display: block;
}

.quick_search__results__in_section__type1 a .quick_search__results__in_section__type1__number {
    color: #878787;
    transition: color 0.3s;
}

.quick_search__results__in_section__type1 a:hover {
    color: #aa2020;
}

.quick_search__results__in_section__type1 a:hover .quick_search__results__in_section__type1__number {
    color: #aa2020;
}

.quick_search__results__in_section__type2 {
    padding: 19px 0 0 0;
}

.quick_search__results__in_section__type2 a {
    text-decoration: none;
    display: block;
}

.quick_search__results__in_section__type2__title {
    display: block;
    color: #1d1d1d;
    font-size: 15px;
    line-height: 22px;
    transition: color 0.3s;
    padding: 9px 0 3px 0;
}

.quick_search__results__in_section__type2 a:hover .quick_search__results__in_section__type2__title {
    color: #aa2020;
}

.page_header2__logo {
    float: left;
    padding: 20px 79px 0 12px;
}

.longread .page_header2__logo {
    padding: 18px 42px 0 45px;
}

.page_header2__logo a {
    display: block;
    position: relative;
}

.page_header2__logo a:after {
    display: block;
    position: absolute;
    width: 175px;
    height: 54px;
    left: 0;
    top: 0;
    content: '';
    background: url('img/header2_logo_hover.png') 0 0 no-repeat;
    transition: opacity 0.3s;
    opacity: 0;
}

.longread .page_header2__logo a:after {
    width: 88px;
    height: 27px;
    background: url('img/header2_logo_small_hover.png') 0 0 no-repeat;
}

.page_header2__logo a:hover:after {
    opacity: 1;
}

.page_header2__menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 96px;
    font-size: 0;
}

.longread .page_header2__menu {
    height: 60px;
}

.page_header2__menu &gt; li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    font-size: 17px;
}

.page_header2__menu &gt; li.page_header2__menu__submenu {
    display: block;
    position: absolute;
    background: #ffffff;
    width: 100%;
    top: -100095px;
    overflow: hidden;
    z-index: 300;
    -webkit-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0 2px 3px 0 rgba(50, 50, 50, 0.1);
    box-shadow:         0 2px 3px 0 rgba(50, 50, 50, 0.1);
    border: 1px solid #e8e8e8;
    border-width: 1px 0 0 0;
    left: 0;
}

.page_header2__menu &gt; li &gt; a {
    font-size: 17px;
    line-height: 19px;
    color: #242424;
    text-decoration: none;
    padding: 40px 10px 37px 10px;
    display: block;
    transition: color 0.3s;
    position: relative;
}

.longread .page_header2__menu &gt; li &gt; a {
    padding: 21px 12px 20px 13px;
}

.page_header2__menu &gt; li &gt; a.current {
    color: #aa2020;
}

.page_header2__menu &gt; li &gt; a:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 50%;
    right: 50%;
    background: #aa2020;
    z-index: 312;
    transition: all 0.3s;
    opacity: 0;
}

.page_header2__menu &gt; li:hover &gt; a {
    color: #aa2020;
}

.page_header2__menu .page_header2__menu-current a:after {
    opacity: 1;
    left: 0;
    right: 0;
}

@media screen and (max-device-width: 1375px), screen and (max-width: 1375px) {
    .page_header2__logo {
        padding: 20px 40px 0 12px;
    }

    .page_header2__search &gt; a {
        width: 40px;
    }

    .page_header2__menu &gt; li &gt; a {
        font-size: 15px;
    }

}

@media screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
    .page_header2__logo {
        padding: 20px 20px 0 12px;
    }

    .page_header2__menu &gt; li &gt; a {
        font-size: 13px;
        padding-left:5px;
        padding-right:5px;
    }

    .longread .page_header2__logo {
        padding: 18px 12px 0 13px;
    }

    .longread .page_header2__menu &gt; li &gt; a {
        padding-left: 7px;
        padding-right: 7px;
    }

}

/* Top news line (4 news popup)
------------------------------------------------------------------------------- */
.top_line_news__wrapper {
/*    position: absolute;
    left: 0;
    right: 0;*/
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #ffffff;
}

.top_line_news {
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 6px 58px 6px;
}

.top_line_news__item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    box-sizing: border-box;
    padding: 12px 6px 0 6px;
}

.top_line_news__item a {
    display: block;
    text-decoration: none;
}

.top_line_news__item__image img {
    width: 100%;
    height: auto;
}

.top_line_news__item__details {
    padding: 17px 0 5px 0;
}

.top_line_news__item__title {
    font-size: 15px;
    color: #1d1d1d;
    text-decoration: none;
    line-height: 22px;
    transition: color 0.3s;
}

.top_line_news__item a:hover .top_line_news__item__title {
    color: #aa2020;
}

.top_line_news__view_all {
    border: 1px solid #e8e8e8;
    border-width: 1px 0 0 0;
    text-align: center;
}

.top_line_news__view_all__link {
    font-size: 11px;
    color: #878787;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    transition: color 0.3s;
    padding: 18px 20px 17px 20px;
    letter-spacing: 1.3px;
}

.top_line_news__view_all__link:hover {
    color: #aa2020;
}

.submenu_shadow {
    background: rgba(0,0,0,0.1);
    position: absolute;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    display: none;
}

.search_shadow {
    background: rgba(0,0,0,0.1);
    position: absolute;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    display: none;
}


/* News of day - block after top menu
-------------------------------------------------------------------------------*/
.news_of_day {
    max-width: 1260px;
    padding: 12px 12px 0 12px;
    margin: 0 auto;
    box-sizing: border-box;
}

.news_of_day__lines {
    border: 1px solid #aa2020;
    border-width: 4px 0 4px 0;
    padding: 12px 0 12px 0;
}

.news_of_day__big_block__container {
    width: 49.52%;
    max-width: 612px;
}

.news_of_day__big_block img {
    width: 100%;
    height: auto;
}

.news_of_day__big_block a {
    display: block;
    text-decoration: none;
    position: relative;
}

.news_of_day__big_block__header {
    position: absolute;
    top: 16px;
    left: 15px;
    display: block;
    color: #ffffff;
    font-size: 10px;
    padding: 3px 7px 3px 7px;
    background: #aa2020;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news_of_day__big_block__info {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px 25px 29px;
}

.news_of_day__big_block__details {
    display: block;
    padding: 0 0 11px 2px;
}

.news_of_day__big_block__datetime {
    font-size: 10px;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.5px;
}

.news_of_day__big_block__comments {
    font-size: 10px;
    color: rgba(255,255,255,0.7);
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 17px;
    margin: 0 0 0 20px;
}

.news_of_day__big_block__comments:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 12px;
    background: url('img/comments_icon.png') 0 50% no-repeat;
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.news_of_day__big_block__title {
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #ffffff;
}

.news_of_day__middle_blocks__container {
    height: 100%;
}

.news_of_day__middle_blocks__tbl {
    height: 100%;
    width: 97%;
    min-height: 260px;
}

.news_of_day__middle_blocks {
    vertical-align: top;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px 0;
    position: relative;
}

.news_of_day__middle_blocks.current:before {
    content: '';
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 4px;
    background: #aa2020;
}

.news_of_day__middle_blocks__tbl tr:nth-last-child(1) .news_of_day__middle_blocks {
    border-width: 0;
}

.news_of_day__middle_blocks__link {
    text-decoration: none;
}

.news_of_day__middle_blocks__title {
    font-size: 15px;
    line-height: 22px;
    color: #1d1d1d;
    padding: 11px 10px 0 29px;
    display: block;
}

.news_of_day__middle_blocks.current .news_of_day__middle_blocks__title,
.news_of_day__middle_blocks__link:hover .news_of_day__middle_blocks__title {
    color: #aa2020;
}

.news_of_day__middle_blocks__details {
    padding: 8px 0 0 31px;
}

.news_of_day__small_blocks__container {
    height: 100%;
    width: 24.5%;
    text-align: right;
}

.news_of_day__small_blocks {
    height: 100%;
    max-width: 300px;
}

.news_of_day__small_blocks tr:nth-child(1) td {
    vertical-align: top;
    height: 50%;
}

.news_of_day__small_blocks tr:nth-child(2) td {
    vertical-align: bottom;
}

.news_of_day__small_block {
    display: block;
    position: relative;
    text-decoration: none;
    text-align: left;
}

.news_of_day__small_block img {
    width: 100%;
    height: auto;
}

.news_of_day__small_block__city {
    font-size: 10px;
    line-height: 10px;
    color: #ffffff;
    background: #aa2020;
    position: absolute;
    top: 24px;
    left: 24px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 6px 4px 6px;
}

.news_of_day__small_block__desc {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px 24px 30px;
}

.news_of_day__small_block__details {
    padding: 0 0 4px 0;
}

.news_of_day__small_block__title {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
}

@media screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
    .news_of_day__big_block__title {
        font-size: 28px;
        line-height: 28px;
    }

    .news_of_day__middle_blocks__title {
        font-size: 13px;
        line-height: 15px;
    }

    .news_of_day__small_block__title {
        font-size: 13px;
        line-height: 15px;
    }

    .news_of_day__small_block__desc {
        padding: 0 10px 14px 20px;
    }

    .news_of_day__small_block__city {
        left: 14px;
        top: 14px;
    }
}


/* Banners with anounces (6 in line)
-------------------------------------------------------------------------------*/
.anons_bnr {
    text-align: center;
    font-size: 0;
    padding: 12px 6px 0 6px;
}

.anons_bnr__arrow_container {
    max-width: 1248px;
    padding: 0 0 0 0;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.anons_bnr__left_arrow {
    display: block;
    position: absolute;
    width: 44px;
    height: 90px;
    background: transparent;
    top: 0;
    left: -38px;
    opacity: 0;
    transition: opacity 0.3s;
    border: 0;
    text-indent: -10000px;
    cursor: pointer;
    outline: none;
}

.anons_bnr__left_arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 37px;
    left: 16px;
    width: 10px;
    height: 18px;
    background: url('img/news_list_arrows.png') 0 0 no-repeat;
    transition: opacity 0.3s;
}

.anons_bnr__left_arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 37px;
    left: 16px;
    width: 10px;
    height: 18px;
    background: url('img/news_list_arrows.png') -10px 0 no-repeat;
    transition: opacity 0.3s;
    opacity: 0;
}

.anons_bnr__left_arrow:hover:before {
    opacity: 0;
}

.anons_bnr__left_arrow:hover:after {
    opacity: 1;
}

.anons_bnr__right_arrow {
    display: block;
    position: absolute;
    width: 44px;
    height: 90px;
    background: transparent;
    top: 0;
    right: -38px;
    opacity: 0;
    transition: opacity 0.3s;
    border: 0;
    text-indent: -10000px;
    cursor: pointer;
    outline: none;
}

.anons_bnr__right_arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 37px;
    left: 19px;
    width: 10px;
    height: 18px;
    background: url('img/news_list_arrows.png') -20px 0 no-repeat;
    transition: opacity 0.3s;
}

.anons_bnr__right_arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 37px;
    left: 19px;
    width: 10px;
    height: 18px;
    background: url('img/news_list_arrows.png') -30px 0 no-repeat;
    transition: opacity 0.3s;
    opacity: 0;
}

.anons_bnr__right_arrow:hover:before {
    opacity: 0;
}

.anons_bnr__right_arrow:hover:after {
    opacity: 1;
}

.anons_bnr:hover .anons_bnr__right_arrow,
.anons_bnr:hover .anons_bnr__left_arrow {
    opacity: 1;
}

.anons_bnr__items {
    overflow: hidden;
    max-width: 1248px;
    padding: 0 0 0 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.anons_bnr__item {
    display: inline-block;
    vertical-align: top;
    width: 16.666%;
    box-sizing: border-box;
    max-width: 208px;
    padding: 0 6px 0 6px;
}

.anons_bnr__link {
    display: block;
    position: relative;
    text-decoration: none;
}

.anons_bnr__link_arrow {
    content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background: url('img/anons_bnr_arrow.png') 100% 50% no-repeat;
    top: 50%;
    right: 8px;
    margin-top: -14px;
}

.anons_bnr__link_arrow:after {
    content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background: url('img/anons_bnr_arrow.png') 0 50% no-repeat;
    opacity: 0;
    transition: opacity 0.3s;
}

.anons_bnr__link:hover .anons_bnr__link_arrow:after {
    opacity: 1;
}

.anons_bnr__link:hover:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #8e0a0d;
    bottom: 0;
    left: 0;
}

.anons_bnr__image {
    width: 100%;
    height: auto;
}

.anons_bnr__text {
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 40px 7px 10px;
}

.anons_bnr__text__line1 {
    color: rgba(255,255,255,0.5);
    font-size: 10px;
    line-height: 12px;
    display: block;
    text-transform: uppercase;
    padding: 0 0 3px 0;
    transition: color 0.3s;
}

.anons_bnr__text__line2 {
    font-size: 15px;
    line-height: 15px;
    display: block;
    color: #ffffff;
}

.anons_bnr__link:hover .anons_bnr__text__line1 {
    color: rgba(255,255,255,1);
}


@media screen and (max-device-width: 1100px), screen and (max-width: 1100px) {
    .anons_bnr__text__line1 {
        font-size: 9px;
    }

    .anons_bnr__text__line2 {
        font-size: 12px;
        line-height: 12px;
    }
}

/* Latest news
------------------------------------------------------------------------------------------------*/
.latest_news__container {
    max-width: 1260px;
    padding: 12px 12px 0 12px;
    margin: 0 auto;
    box-sizing: border-box;
}

.latest_news {
    background: #ffffff;
    padding: 0 30px 44px 30px;
    position: relative;
}

.latest_news__left_arrow {
    display: block;
    position: absolute;
    width: 44px;
    height: 90px;
    background: #ffffff;
    top: 50%;
    left: -44px;
    margin-top: -24px;
    opacity: 0;
    transition: opacity 0.3s;
    border: 0;
    text-indent: -10000px;
    cursor: pointer;
    outline: none;
}

.latest_news__left_arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 37px;
    left: 16px;
    width: 10px;
    height: 18px;
    background: url('img/news_list_arrows.png') 0 0 no-repeat;
    transition: opacity 0.3s;
}

.latest_news__left_arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 37px;
    left: 16px;
    width: 10px;
    height: 18px;
    background: url('img/news_list_arrows.png') -10px 0 no-repeat;
    transition: opacity 0.3s;
    opacity: 0;
}

.latest_news__left_arrow:hover:before {
    opacity: 0;
}

.latest_news__left_arrow:hover:after {
    opacity: 1;
}

.latest_news__right_arrow {
    display: block;
    position: absolute;
    width: 44px;
    height: 90px;
    background: #ffffff;
    top: 50%;
    right: -44px;
    margin-top: -24px;
    opacity: 0;
    transition: opacity 0.3s;
    border: 0;
    text-indent: -10000px;
    cursor: pointer;
    outline: none;
}

.latest_news__right_arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 37px;
    left: 19px;
    width: 10px;
    height: 18px;
    background: url('img/news_list_arrows.png') -20px 0 no-repeat;
    transition: opacity 0.3s;
}

.latest_news__right_arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 37px;
    left: 19px;
    width: 10px;
    height: 18px;
    background: url('img/news_list_arrows.png') -30px 0 no-repeat;
    transition: opacity 0.3s;
    opacity: 0;
}

.latest_news__right_arrow:hover:before {
    opacity: 0;
}

.latest_news__right_arrow:hover:after {
    opacity: 1;
}

.latest_news__container:hover .latest_news__right_arrow,
.latest_news__container:hover .latest_news__left_arrow {
    opacity: 1;
}

@media screen and (max-device-width: 1340px), screen and (max-width: 1340px) {

    .anons_bnr__arrow_container {
        display: none;
    }
}

.latest_news__header {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    padding: 51px 0 66px 0;
    position: relative;
}

.latest_news__header:after {
    width: 40px;
    height: 4px;
    background: #991d1d;
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    margin-left: -20px;
    top: 95px;
}

.latest_news__slider {
    overflow: hidden;
}

.latest_news__news_list {
    font-size: 11px;
    color: #878787;
    position: absolute;
    border: 1px solid #d0d0d0;
    text-decoration: none;
    padding: 9px 10px 8px 10px;
    top: 30px;
    right: 27px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    z-index: 2;
    transition: all 0.3s;
}

.latest_news__news_list:hover {
    color: #ffffff;
    border-color: #da4040;
    background: #da4040;
}

.latest_news__cols_container {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}

.latest_news__col {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    box-sizing: border-box;
}

.latest_news__news {
    display: block;
    text-decoration: none;
    padding: 0 25px 10px 25px;
}

.latest_news__news_details {
    padding: 12px 0 5px 0;
}

.latest_news__news_title {
    display: block;
    font-size: 15px;
    color: #1d1d1d;
    line-height: 22px;
    transition: color 0.3s;
}

.latest_news__news-hot .latest_news__news_title {
    font-weight: bold;
}

.latest_news__news:hover .latest_news__news_title {
    color: #aa2020;
}

@media screen and (max-device-width: 1340px), screen and (max-width: 1340px) {
    .latest_news__left_arrow {
        left: -12px;
        width: 40px;
    }

    .latest_news__right_arrow {
        right: -12px;
        width: 40px;
    }
}

/* Banners 4 in line 300x140
---------------------------------------------------------------------------------------*/
.banners_line4 {
    max-width: 1260px;
    padding: 12px 6px 0 6px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0;
}

.banners_line4__bnr {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    box-sizing: border-box;
    padding: 0 6px 0 6px;
}

.banners_line4__bnr_link {
    display: block;
}

.banners_line4__bnr_link img {
    width: 100%;
    height: auto;
    max-width: 300px;
}

/* Banners 2 in line 612x90
---------------------------------------------------------------------------------------*/
.banners_line2 {
    max-width: 1260px;
    padding: 12px 6px 0 6px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0;
}

.banners_line2__bnr {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    padding: 0 6px 0 6px;
}

.banners_line2__bnr_link {
    display: block;
}

.banners_line2__bnr_link img {
    width: 100%;
    height: auto;
    max-width: 612px;
}

/* Banner 1 in line 100%x90
---------------------------------------------------------------------------------------------*/
/* Banners 2 in line 612x90
---------------------------------------------------------------------------------------*/
.banners_line1 {
    max-width: 1260px;
    padding: 12px 12px 0 12px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0;
}

.banners_line1__bnr {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 0;
}

.banners_line1__bnr_link {
    display: block;
}

.banners_line1__bnr_link img {
    width: 100%;
    height: auto;
}

/* block_4tabs (Р‘Р»РѕРє СЃ 40РјСЏ РІРєР»Р°РґРєР°РјРё: РџРѕРїСѓР»СЏСЂРЅРѕРµ, Р&nbsp;РµР·РѕРЅР°РЅСЃ, РћРїСЂРѕСЃ, РЎСЋР¶РµС‚С‹)
---------------------------------------------------------------------------------------------*/
.block_4tabs {
    max-width: 1260px;
    padding: 12px 12px 0 12px;
    margin: 0 auto;
    box-sizing: border-box;
}

.block_4tabs__container {
    width: 100%;
    background: #ffffff;
}

.block_4tabs__panel {
    width: 50%;
    vertical-align: top;
}

.block_4tabs__separator,
.block_4tabs__separator div {
    background: #f5f5f5;
    width: 12px;
}

.block_4tabs__panel__tabs {
    font-size: 0;
}

.block_4tabs__panel__tab {
    font-size: 18px;
    font-weight: bold;
    color: #878787;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    transition: color 0.3s;
    padding: 26px 0 26px 0;
    border: 1px solid #ebebeb;
    border-width: 0 1px 1px 1px;
    border-color: transparent transparent #ebebeb transparent;
    position: relative;
}

.block_4tabs__panel__tab:hover {
    color: #aa2020;
}

.block_4tabs__panel__tabs .block_4tabs__panel__tab:nth-child(1) {
    border-color: transparent #ebebeb #ebebeb transparent;
}

.block_4tabs__panel__tabs .block_4tabs__panel__tab:nth-child(2) {
    border-color: transparent transparent #ebebeb #ebebeb;
}

.block_4tabs__panel__tabs .block_4tabs__panel__tab:nth-child(1):after,
.block_4tabs__panel__tabs .block_4tabs__panel__tab:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    background: #f3f3f3;
}

.block_4tabs__panel__tabs .block_4tabs__panel__tab:nth-child(1):after {
    right: 0;
}

.block_4tabs__panel__tabs .block_4tabs__panel__tab:nth-child(2):after {
    left: 0;
}

.block_4tabs__panel__tab-current {
    color: #242424;
}

.block_4tabs__panel__tabs .block_4tabs__panel__tab:nth-child(1).block_4tabs__panel__tab-current,
.block_4tabs__panel__tabs .block_4tabs__panel__tab:nth-child(2).block_4tabs__panel__tab-current {
    border-color: transparent;
}

.block_4tabs__panel__tabs .block_4tabs__panel__tab:nth-child(1).block_4tabs__panel__tab-current:after,
.block_4tabs__panel__tabs .block_4tabs__panel__tab:nth-child(2).block_4tabs__panel__tab-current:after {
    display: none;
}

.block_4tabs__panel__tab-current:before {
    content: '';
    width: 40px;
    height: 4px;
    background: #991d1d;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.block_4tabs__content {
    font-size: 0;
}

.block_4tabs__news_container {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    font-size: 15px;
    padding: 20px 20px 20px 20px;
}

.block_4tabs__news_top {
    display: block;
    position: relative;
    margin-right: 6px;
    margin-bottom: 18px;
}

.block_4tabs__news_top__text {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 9px 4px 9px;
}

.block_4tabs__news_top__details {
    padding: 0 0 5px 0;
}

.block_4tabs__news_top__title {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
}

@media screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
    .block_4tabs__news_top__title {
        color: #ffffff;
        font-size: 12px;
        line-height: 14px;
    }
}

.block_4tabs__news_top__image {
    width: 100%;
    height: auto;
}

.block_4tabs__news {
    display: block;
    text-decoration: none;
    margin: 0 0 22px 0;
    padding: 0 20px 0 9px;
}

.block_4tabs__news__details {
    padding: 0 0 5px 0;
}

.block_4tabs__news__title {
    font-size: 15px;
    line-height: 22px;
    color: #1d1d1d;
    display: block;
    transition: color 0.3s;
}

.block_4tabs__news:hover .block_4tabs__news__title{
    color: #aa2020;
}

.block_4tabs__interview__header {
    font-size: 18px;
    color: #242424;
    font-weight: bold;
    line-height: 26px;
    padding: 21px 29px 4px 29px;
}

.block_4tabs__interview__container {
    padding: 0 30px 0 30px;
}

.block_4tabs__interview__radio {
    margin-top: -2px;
}

.block_4tabs__interview__radio label {
    display: block;
    font-size: 15px;
    color: #1d1d1d;
    transition: color 0.3s;
    position: relative;
    padding: 5px 0 5px 31px;
    line-height: 24px;
}

.block_4tabs__interview__radio input[type=radio] {
    display: none;
}

.block_4tabs__interview__radio input[type=radio]+label:before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    left: 0;
    top: 6px;
    transition: border 0.3s;
}

.block_4tabs__interview__radio input[type=radio]+label:after {
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #aa2020;
    border-radius: 50%;
    left: 5px;
    top: 11px;
    opacity: 0;
    transition: opacity 0.3s;
}

.block_4tabs__interview__radio input[type=radio]:checked+label:before {
    border-color: #aa2020;
}

.block_4tabs__interview__radio input[type=radio]:checked+label:after {
    opacity: 1;
}

.block_4tabs__interview__radio label:hover {
    color: #aa2020;
    cursor: pointer;
}

.block_4tabs__interview__radio:hover input[type=radio]+label:before {
    border-color: #aa2020;
}

.block_4tabs__interview__submit {
    font-size: 12px;
    background: #aa2020;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    padding: 18px 20px 16px 20px;
    cursor: pointer;
    letter-spacing: 1.5px;
    margin: 23px 0 30px 0;
    transition: all 0.3s;
    outline: none;
}

.block_4tabs__interview__submit:hover {
    color: #ffffff;
    background: #da4040;
}

.block_4tabs__interview__submit:active {
    color: #ffffff;
    background: #881515;
}

.block_4tabs__interview__previous {
    border: 1px solid #e8e8e8;
    border-width: 1px 0 0 0;
    padding: 0 0 17px 0;
}


.block_4tabs__interview__previous__header {
    font-size: 10px;
    color: #878787;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 16px 0 0 31px;
}

.block_4tabs__interview__previous__question {
    font-size: 15px;
    color: #242424;
    font-weight: bold;
    line-height: 18px;
    padding: 7px 30px 9px 30px;
}

.block_4tabs__interview__previous__answer {
    padding: 3px 30px 3px 30px;
}

.block_4tabs__interview__previous__answer__graph__container {
    float: left;
    width: 90px;
    height: 17px;
    background: #d99f9f;
    position: relative;
    margin-top: -1px;
}

.block_4tabs__interview__previous__answer__graph__percentage {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #aa2020;
}

.block_4tabs__interview__previous__answer__graph__percentage_text {
    font-size: 9px;
    color: #ffffff;
    position: absolute;
    left: 5px;
    top: 3px;
}

.block_4tabs__interview__previous__answer_text {
    font-size: 13px;
    color: #1d1d1d;
    line-height: 18px;
    margin: 0 0 0 100px;
}

.block_4tabs__plot_image {
    display: block;
    text-decoration: none;
    position: relative;
    margin-top: -1px;
}

.block_4tabs__plot_image__description {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 20%
}

.block_4tabs__plot_image__type {
    display: block;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.block_4tabs__plot_image__title {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    padding: 19px 50px;
    line-height: 30px;
}

@media screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
    .block_4tabs__plot_image__title {
        font-size: 18px;
        line-height: 22px;
    }
}

.block_4tabs__plot_image__count {
    text-align: center;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
}

.block_4tabs__plot_image__image {
    width: 100%;
    height: auto;
}

.block_4tabs__plots__text_link__container {
    padding: 12px 69px 0 29px;
}

.block_4tabs__plots__text_links {
    padding: 12px 0 12px 0;
}

.block_4tabs__plots__text_link {
    font-size: 15px;
    color: #1d1d1d;
    text-decoration: none;
    line-height: 24px;
    transition: color 0.3s;
}

.block_4tabs__plots__text_link:hover {
    color: #aa2020;
}

.block_4tabs__plots__text_link__number {
    color: #878787;
    display: inline-block;
    margin-left: 10px;
}

.block_4tabs__view_all {
    text-align: center;
    border: 1px solid #e8e8e8;
    border-width: 1px 0 0 0;
}

.block_4tabs__view_all__link {
    font-size: 11px;
    color: #878787;
    padding: 18px 20px 17px 20px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    transition: color 0.3s;
    letter-spacing: 1.3px;
}

.block_4tabs__view_all__link:hover {
    color: #aa2020;
}

/* Blogs
------------------------------------------------------------------------------------*/

.blogs__container {
    max-width: 1260px;
    padding: 12px 12px 0 12px;
    margin: 0 auto;
    box-sizing: border-box;
}

.blogs {
    background: #ffffff;
    position: relative;
}

.blogs__all_authors {
    font-size: 11px;
    color: #878787;
    position: absolute;
    border: 1px solid #d0d0d0;
    text-decoration: none;
    padding: 9px 10px 8px 10px;
    top: 30px;
    right: 27px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    z-index: 2;
    transition: all 0.3s;
}

.blogs__all_authors:hover {
    color: #ffffff;
    border-color: #da4040;
    background: #da4040;
}

.blogs__header {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    padding: 51px 0 50px 0;
    position: relative;
}

.blogs__header:after {
    width: 40px;
    height: 4px;
    background: #991d1d;
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    margin-left: -20px;
    top: 95px;
}

.blogs__people {
    font-size: 0;
    text-align: center;
    position: relative;
}

.blogs__people:after {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #e8e8e8;
}

.blogs__people__one {
    display: inline-block;
    vertical-align: top;
    width: 16.6%;
    font-size: 10px;
    text-align: center;
}

.blogs__people__one__link {
    display: block;
    text-decoration: none;
    padding: 0 5px 18px 5px;
}

.blogs__people__one__link-current .blogs__people__one__name {
    color: #aa2020;
}

.blogs__people__one__link-current:before {
    display: block;
    position: absolute;
    content: '';
    height: 1px;
    bottom: 0;
    width: 16.6%;
    background: #aa2020;
    z-index: 2;
}

.blogs__people__one__link-current:after {
    display: block;
    position: absolute;
    content: '';
    height: 9px;
    bottom: 0;
    margin-left: 7.2%;
    width: 15px;
    background: url('img/blogs_arrow.png') 0 0;
    z-index: 2;
}

.blogs__people__one__photo_container {
    display: block;
}

.blogs__people__one__photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.blogs__people__one__name {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #1d1d1d;
    padding: 2px 0 14px 0;
    transition: color 0.3s;
}

.blogs__people__one__link:hover .blogs__people__one__name {
    color: #aa2020;
}

.blogs__people__one__publications {
    display: block;
    font-size: 10px;
    color: #878787;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blogs__2links {
    font-size: 0;
}

.blogs__2links-hidden {
    display: none;
}

.blogs__2links__link__container {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    font-size: 10px;
    padding: 26px 30px 27px 30px;
}

.blogs__2links__link {
    display: block;
    text-decoration: none;
}

.blogs__2links__link__title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #1d1d1d;
    transition: color 0.3s;
}

.blogs__2links__link__text {
    display: block;
    font-size: 13px;
    color: #1d1d1d;
    line-height: 22px;
    transition: color 0.3s;
    padding: 7px 0 21px 2px;
}

.blogs__2links__link:hover .blogs__2links__link__title,
.blogs__2links__link:hover .blogs__2links__link__text {
    color: #aa2020;
}

.blogs__2links__link__details {
    padding: 0 0 0 2px;
}

.blogs__all_publications {
    border: 1px solid #e8e8e8;
    border-width: 1px 0 0 0;
    text-align: center;
}

.blogs__all_publications__link {
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #878787;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    transition: color 0.3s;
    padding: 18px 30px 17px 30px;
    letter-spacing: 1.3px;
}

.blogs__all_publications__link__count {
    color: #b8b8b8;
    transition: color 0.3s;
}

.blogs__all_publications__link:hover,
.blogs__all_publications__link:hover .blogs__all_publications__link__count {
    color: #aa2020;
}

/* Horizontal line separator (Red)
---------------------------------------------------------------------------------------*/

.horizontal_line_container {
    max-width: 1260px;
    padding: 12px 12px 0 12px;
    margin: 0 auto;
    box-sizing: border-box;
}

.horizontal_line {
    height: 4px;
    background: #aa2020;
}

/* Photo and video block with big images
--------------------------------------------------------------------------------------*/
.photo_video__container {
    max-width: 1260px;
    padding: 12px 6px 0 6px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0;
}

.photo_video__block {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    padding: 0 6px 0 6px;
    font-size: 12px;
}

.photo_video__header {
    font-size: 44px;
    line-height: 50px;
    font-weight: bold;
    color: #242424;
    padding: 32px 0 30px 6px;
}

.photo_video__link {
    display: block;
    position: relative;
    text-decoration: none;
}

.photo_video__photos_count {
    position: absolute;
    display: block;
    top: 30px;
    left: 27px;
    width: 70px;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    padding: 24px 0 24px 0;
    background: url('img/photo_icon.png') 49.7% 0 no-repeat;
}

.photo_video__video_icon {
    display: block;
    position: absolute;
    top: 30px;
    left: 27px;
    width: 70px;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    padding: 30px 0 30px 0;
    background: url('img/video_icon.png') 49.7% 0 no-repeat;
    opacity: 0.7;
}

.photo_video__details {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 30px 24px 30px;
}

.photo_video__title {
    font-size: 28px;
    line-height: 32px;
    color: #ffffff;
    font-weight: bold;
    padding: 7px 0 0 0;
    display: block;
}

@media screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
    .photo_video__title {
        font-size: 22px;
        line-height: 28px;
    }
}

.photo_video__image {
    width: 100%;
    height: auto;
}

/* Photo video small block
--------------------------------------------------------------------------------------*/
.photo_video_small__container {
    max-width: 1260px;
    padding: 12px 12px 0 12px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0;
}

.photo_video_small__wrapper {
    display: table;
    width: 100%;
}

.photo_video_small__block {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 12px;
    background: #ffffff;
    padding: 30px 0 24px 0;
}

.photo_video_small__container-inpage .photo_video_small__block {
    border: 1px solid #e8e8e8;
}

.photo_video_small__block_separator {
    display: table-cell;
    width: 12px;
}

.photo_video_small__link {
    display: block;
    max-width: 240px;
    margin: 0 auto;
    text-decoration: none;
}

.photo_video_small__image_block {
    position: relative;
    display: block;
}

.photo_video_small__image_icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    padding: 24px 0 24px 0;
    margin-top: -34px;
    background: url('img/photo_icon.png') 49.7% 0 no-repeat;
}

.photo_video_small__image_icon-video {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    padding: 30px 0 30px 0;
    margin-top: -28px;
    background: url('img/video_icon.png') 49.7% 0 no-repeat;
    opacity: 0.7;
}

.photo_video_small__details {
    padding: 18px 0 0 0;
    display: block;
}

.photo_video_small__title {
    color: #1d1d1d;
    transition: color 0.3s;
    font-size: 15px;
    line-height: 22px;
    padding: 5px 0 0 0;
    display: block;
}

.photo_video_small__link:hover .photo_video_small__title {
    color: #aa2020;
}

.photo_video_small__image {
    width: 100%;
    height: auto;
}

/* Block with 4 columns
------------------------------------------------------------------------------------*/

.columns__container {
    max-width: 1260px;
    padding: 12px 12px 0 12px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0;
}

.columns {
    display: table;
    width: 100%;
}

.columns__column {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 12px;
    background: #ffffff;
    max-width: 300px;
}

.columns__column_separator {
    display: table-cell;
    width: 12px;
}

.columns__column__header {
    max-width: 260px;
    margin: 0 auto;
    padding: 30px 6px 25px 6px;
}

.columns__column__header a {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #242424;
    font-weight: bold;
    transition: color 0.3s;
    text-decoration: none;
    position: relative;
    padding: 0 15px 0 15px;
}

.columns__column__header a:hover {
    color: #aa2020;
}

.columns__column__header a:after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 0;
    top: 3px;
    background: url('img/column_header.gif') 0 0 no-repeat;
    opacity: 0;
    transition: opacity 0.3s;
}

.columns__column__header a:hover:after {
    opacity: 1;
}

.columns__column__links__container {
    max-width: 260px;
    margin: 0 auto;
    padding: 0 6px 17px 6px;
}

.columns__column__image_link {
    display: block;
    text-decoration: none;
    position: relative;
}

.columns__column__image_link__details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px 9px 4px 9px;
}

.columns__column__image_link__title {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    padding: 4px 0 0 0;
}

@media screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
    .columns__column__image_link__title {
        color: #ffffff;
        font-size: 12px;
        line-height: 14px;
    }
}

.columns__column__image_link__image {
    width: 100%;
    height: auto;
}

.columns__column__social {
    max-width: 260px;
    margin: 0 auto;
    padding: 18px 6px 0 6px;
}

.columns__column__social__width {
    width: 100%;
    height: auto;
}

.columns__column__social_count {
    text-align: center;
    margin: 0 auto;
    width: 220px;
    font-size: 10px;
    color: #1d1d1d;
    letter-spacing: 0.5px;
    padding: 18px 0 0 0;
}

.columns__column__social_count table {
    width: 100%;
}

.columns__column__social_count table td {
    width: 25%;
    padding: 4px 2px 4px 2px;
    border: 1px solid #e7e8ec;
    border-width: 0 1px 0 0;
}

.columns__column__social_count table tr td:nth-last-child(1) {
    border: none;
}

.columns__column__link {
    display: block;
    text-decoration: none;
    padding: 4px 9px 4px 9px;
    margin: 14px 0 0 0;
}

.columns__column__link_title {
    font-size: 15px;
    line-height: 22px;
    color: #1d1d1d;
    transition: color 0.3s;
    display: block;
    padding: 5px 0 0 0;
}

.columns__column__link:hover .columns__column__link_title {
    color: #aa2020;
}

/* Longread and Info images
--------------------------------------------------------------------------------------*/
.longread_info__container {
    max-width: 1260px;
    padding: 12px 6px 0 6px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0;
}

.longread_info__block {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    padding: 0 6px 0 6px;
    font-size: 12px;
}

.longread_info__link {
    display: block;
    position: relative;
    text-decoration: none;
}

.longread_info__header {
    position: absolute;
    top: 16px;
    left: 15px;
    display: block;
    color: #ffffff;
    font-size: 10px;
    padding: 3px 7px 3px 7px;
    background: #aa2020;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.longread_info__details {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 30px 24px 30px;
}

.longread_info__title {
    font-size: 28px;
    line-height: 32px;
    color: #ffffff;
    font-weight: bold;
    padding: 7px 0 0 0;
    display: block;
}

@media screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
    .longread_info__title {
        font-size: 22px;
        line-height: 28px;
    }
}


.longread_info__image {
    width: 100%;
    height: auto;
}

.longread_info__all {
    background: #ffffff;
    text-align: center;
}

.longread_info__all__link {
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #878787;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    transition: color 0.3s;
    padding: 18px 30px 17px 30px;
    letter-spacing: 1.3px;
}

.longread_info__all__count {
    color: #b8b8b8;
    transition: color 0.3s;
}

.longread_info__all__link:hover,
.longread_info__all__link:hover .longread_info__all__count {
    color: #aa2020;
}

/* Footer
--------------------------------------------------------------------------------------*/
.footer__container {
    background: #e8e8e8;
    margin-top: 88px;
}

.footer__container-no_margin {
    margin-top: 0;
}

.footer {
    max-width: 1260px;
    padding: 54px 12px 0 12px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0;
}

.footer__left {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 11px;
    box-sizing: border-box;
    padding-right: 36px;
}

.footer__copyright {
    font-size: 15px;
    color: #878787;
}

.footer__about {
    font-size: 11px;
    color: #aaaaaa;
    line-height: 16px;
    padding: 21px 0 0 0;
}

.footer__about p {
    margin: 0;
    padding: 0 0 6px 0;
}

.footer__18plus {
    font-size: 18px;
    color: #1d1d1d;
    font-weight: bold;
    padding: 10px 0 54px 0;
}

.footer__contacts__container,
.footer__other__container {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 11px;
    box-sizing: border-box;
}

.footer__contacts {
    margin: 0 auto;
    max-width: 240px;
}

.footer__contacts__phone {
    font-size: 15px;
    color: #878787;
    padding: 0 0 21px 0;
}

.footer__contacts__title {
    font-size: 11px;
    color: #aaaaaa;
    line-height: 16px;
}

.footer__contacts__name {
    font-size: 13px;
    color: #878787;
    margin-top: -1px;
    padding: 0 0 8px 0;
}

.footer__contacts__link {
    padding: 1px 0 8px 0;
}

.footer__contacts__link a {
    font-size: 11px;
    color: #956d6d;
    text-decoration: none;
    transition: color 0.3s;
}

.footer__contacts__link a:hover {
    color: #aa2020;
}

.footer__other {
    margin: 0 auto;
    max-width: 240px;
}

.footer__other__phone_title {
    color: #aaaaaa;
    font-size: 11px;
    padding: 0 0 5px 0;
}

.footer__other__phone {
    color: #878787;
    font-size: 15px;
    padding: 0 0 8px 0;
}

.footer__other__link {
    padding: 0 0 27px 0;
}

.footer__other__link a {
    color: #956d6d;
    font-size: 11px;
    text-decoration: none;
    transition: color 0.3s;
}

.footer__other__link a:hover {
    color: #aa2020;
}

.footer__other__social_title {
    font-size: 11px;
    color: #aaaaaa;
    border: 1px solid #d7d7d7;
    border-width: 1px 0 0 0;
    padding: 16px 0 0 0;
}

.footer__other__social {
    font-size: 0;
    padding: 3px 0 0 0;
    margin-left: -4px;
}

.footer__other__social__fb {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background: url('img/social.png') 0 0;
    position: relative;
}

.footer__other__social__fb:after {
    display: block;
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    background: url('img/social.png') 0 -40px;
    opacity: 0;
    transition: opacity 0.3s;
}

.footer__other__social__vk {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background: url('img/social.png') -40px 0;
    position: relative;
}

.footer__other__social__vk:after {
    display: block;
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    background: url('img/social.png') -40px -40px;
    opacity: 0;
    transition: opacity 0.3s;
}

.footer__other__social__yt {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background: url('img/social.png') -80px 0;
    position: relative;
}

.footer__other__social__yt:after {
    display: block;
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    background: url('img/social.png') -80px -40px;
    opacity: 0;
    transition: opacity 0.3s;
}

.footer__other__social__ok {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background: url('img/social.png') -120px 0;
    position: relative;
}

.footer__other__social__ok:after {
    display: block;
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    background: url('img/social.png') -120px -40px;
    opacity: 0;
    transition: opacity 0.3s;
}

.footer__other__social__tw {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background: url('img/social.png') -160px 0;
    position: relative;
}

.footer__other__social__tw:after {
    display: block;
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    background: url('img/social.png') -160px -40px;
    opacity: 0;
    transition: opacity 0.3s;
}

.footer__other__social a:hover:after {
    opacity: 1;
}

.footer__other__designed_by {
    padding: 19px 0 0 0;
}

.footer__other__designed_by__img {
    float: left;
}

.footer__other__designed_by__desc {
    margin-left: 31px;
}

.footer__other__designed_by__desc__title {
    font-size: 11px;
    color: #aaaaaa;
    padding: 3px 0 1px 0;
}

.footer__other__designed_by__desc__link a {
    font-size: 11px;
    color: #956d6d;
    text-decoration: none;
    transition: color 0.3s;
}

.footer__other__designed_by__desc__link a:hover {
    color: #aa2020;
}

.footer__counters {
    background: #e8e8e8;
    text-align: center;
    border: 1px solid #d7d7d7;
    border-width: 1px 0 0 0;
    padding: 20px 0 28px 0;
}

/* Inside page
--------------------------------------------------------------------------------------------*/
.inpage__container {
    background: #ffffff;
}

.inpage__container-padding {
    padding-bottom: 88px;
}

.inpage__container .anons_bnr {
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px 0;
    padding-bottom: 12px;
    -webkit-box-shadow: 0 3px 0 0 rgba(245, 245, 245, 1);
    -moz-box-shadow:    0 3px 0 0 rgba(245, 245, 245, 1);
    box-shadow:         0 3px 0 0 rgba(245, 245, 245, 1);
}

.inpage {
    max-width: 1260px;
    padding: 12px 12px 0 12px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.inpage__right {
    float: right;
    width: 300px;
}

.pr__news_list1 {
    background: #f5f2f2;
    padding: 23px 30px 25px 30px;
    -webkit-box-shadow: 0 3px 0 0 rgba(245, 245, 245, 1);
    -moz-box-shadow:    0 3px 0 0 rgba(245, 245, 245, 1);
    box-shadow:         0 3px 0 0 rgba(245, 245, 245, 1);
    margin-top: 18px;
}

.pr__news_list1__header {
    position: relative;
    padding: 0 0 33px 0;
}

.pr__news_list1__header:after {
    content: '';
    width: 40px;
    height: 4px;
    background: #aa2020;
    display: block;
    bottom: 6px;
    left: 0;
    position: absolute;
}

.pr__news_list1__header__link {
    color: #1d1d1d;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    display: block;
}

.pr__news_list1__header__number {
    display: inline-block;
    vertical-align: baseline;
    font-size: 15px;
    line-height: 24px;
    color: #878787;
    font-weight: normal;
    padding: 0 0 0 10px;
    transition: color 0.3s;
}

.pr__news_list1__header__link:hover,
.pr__news_list1__header__link:hover .pr__news_list1__header__number {
    color: #aa2020;
}

.pr__news_list1__link {
    display: block;
    text-decoration: none;
    margin-top: 22px;
}

.pr__news_list1__link__title {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #1d1d1d;
    transition: color 0.3s;
    padding: 5px 0 0 0;
}

.pr__news_list1__link:hover .pr__news_list1__link__title {
    color: #aa2020;
}

.pr__news_list2 {
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0 3px 0 0 rgba(245, 245, 245, 1);
    -moz-box-shadow:    0 3px 0 0 rgba(245, 245, 245, 1);
    box-shadow:         0 3px 0 0 rgba(245, 245, 245, 1);
    margin-top: 24px;
    padding: 21px 29px 23px 29px;
}

.pr__news_list2__header {
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    color: #242424;
    font-weight: bold;
    transition: color 0.3s;
    padding: 0 0 2px 0;
}

.pr__news_list2__more_link {
    float: right;
    font-weight: normal;
    font-size: 11px;
    vertical-align: baseline;
    color: #878787;
    text-transform: uppercase;
    transition: color 0.3s;
}

.pr__news_list2__header:hover,
.pr__news_list2__header:hover .pr__news_list2__more_link {
    color: #aa2020;
}

.pr__news_list2__image__link {
    display: block;
    position: relative;
    text-decoration: none;
    margin: 22px -10px -4px -10px;
}

.pr__news_list2__image {
    width: 100%;
    height: auto;
}

.pr__news_list2__video_icon {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url('img/video_icon_small.png') 0 0 no-repeat;
    width: 13px;
    height: 16px;
}

.pr__news_list2__image__details {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    padding: 0 9px 4px 9px;
}

.pr__news_list2__image_title {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    padding: 5px 0 0 0;
}

.pr__news_list2__link {
    display: block;
    text-decoration: none;
    margin-top: 22px;
}

.pr__news_list2__link__title {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #1d1d1d;
    transition: color 0.3s;
    padding: 5px 0 0 0;
}

.pr__news_list2__link:hover .pr__news_list2__link__title {
    color: #aa2020;
}

.pr__news_list3 {
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0 3px 0 0 rgba(245, 245, 245, 1);
    -moz-box-shadow:    0 3px 0 0 rgba(245, 245, 245, 1);
    box-shadow:         0 3px 0 0 rgba(245, 245, 245, 1);
    margin-top: 24px;
    padding: 21px 29px 23px 29px;
}

.pr__news_list3__header {
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    color: #242424;
    font-weight: bold;
    transition: color 0.3s;
    padding: 0 0 2px 0;
    position: relative;
    margin: 0 0 54px 0;
}

.pr__news_list3__header:after {
    content: '';
    width: 40px;
    height: 4px;
    background: #aa2020;
    display: block;
    bottom: -26px;
    left: 0;
    position: absolute;
}

.pr__news_list3__more_link {
    float: right;
    font-weight: normal;
    font-size: 11px;
    vertical-align: baseline;
    color: #878787;
    text-transform: uppercase;
    transition: color 0.3s;
    padding: 3px 0 0 0;
    display: inline-block;
}

.pr__news_list3__header:hover,
.pr__news_list3__header:hover .pr__news_list3__more_link {
    color: #aa2020;
}

.pr__news_list3__link {
    display: block;
    text-decoration: none;
    margin-top: 22px;
}

.pr__news_list3__link__title {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #1d1d1d;
    transition: color 0.3s;
    padding: 5px 0 0 0;
}

.pr__news_list3__link:hover .pr__news_list3__link__title {
    color: #aa2020;
}

.pr__news_list__show_more {
    display: block;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #878787;
    text-decoration: none;
    letter-spacing: 1px;
    transition: color 0.3s;
    margin: 32px 0 4px 0;
}

.pr__news_list__show_more:hover {
    color: #aa2020;
}

.pr__news_list__blogs_header {
    text-align: center;
    padding: 0;
    margin: -11px -18px 0 -18px;
    padding: 0 0 8px 0;
}

.pr__news_list__blogs__one__link {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 18px 0 13px 0;
    border: 1px solid transparent;
    border-width: 0 0 3px 0;
    transition: border-color 0.3s;
    background: #ffffff;
}

.pr__news_list__blogs__one__link:hover {
    border-color: #aa2020;
}

.pr__news_list__blogs__one__photo_container {
    display: block;
}

.pr__news_list__blogs__one__photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.pr__news_list__blogs__one__name {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #1d1d1d;
    padding: 16px 0 3px 0;
    transition: color 0.3s;
}

.pr__news_list__blogs__one__link:hover .pr__news_list__blogs__one__name {
    color: #aa2020;
}

.pr__news_list__blogs__one__publications {
    display: block;
    font-size: 10px;
    color: #878787;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}

.pr__news_list__blogs__one__link:hover .pr__news_list__blogs__one__publications {
    color: #1d1d1d;
}

.pr__new_list__all_blogs {
    padding: 20px 0 0 0;
}

.pr__new_list__all_blogs__link {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: #1d1d1d;
    line-height: 13px;
    letter-spacing: 0.7px;
    position: relative;
    background: #f5f2f2;
    padding: 28px 28px 26px 29px;
}

.pr__new_list__all_blogs__link:before {
    display: block;
    content: '';
    position: absolute;
    background: url('img/right_arrow_icon.png') 0 0 no-repeat;
    width: 7px;
    height: 12px;
    right: 30px;
    top: 50%;
    margin-top: -6px;
    transition: opacity 0.3s;
}

.pr__new_list__all_blogs__link:after {
    display: block;
    content: '';
    position: absolute;
    background: url('img/right_arrow_icon.png') -7px 0 no-repeat;
    width: 7px;
    height: 12px;
    right: 30px;
    top: 50%;
    margin-top: -6px;
    transition: opacity 0.3s;
    opacity: 0;
}

.pr__new_list__all_blogs__link:hover {
    color: #aa2020;
}

.pr__new_list__all_blogs__link:hover:before {
    opacity: 0;
}

.pr__new_list__all_blogs__link:hover:after {
    opacity: 1;
}


.pr__banners {
    padding: 12px 0 12px 0;
}

.pr__banner {
    margin: 12px 0 0 0;
    display: block;
    -webkit-box-shadow: 0 3px 0 0 rgba(245, 245, 245, 1);
    -moz-box-shadow:    0 3px 0 0 rgba(245, 245, 245, 1);
    box-shadow:         0 3px 0 0 rgba(245, 245, 245, 1);
}

/* content */
.inpage__left {
    margin-right: 342px;
    padding-bottom: 40px;
}

.pl__section_name {
    font-size: 13px;
    color: #1d1d1d;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px 0 0 0;
    letter-spacing: 0.5px;
}

.pl__section_name a {
    color: #1d1d1d;
    text-decoration: none;
    transition: color 0.3s;
}

.pl__section_name a:hover {
    color: #aa2020;
}

.pl__header {
    padding: 20px 0 0 0;
}

.pl__header h1 {
    font-size: 44px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #242424;
    line-height: 48px;
}

.pl__header__comments {
    display: block;
    font-size: 13px;
    line-height: 15px;
    padding: 28px 0 0 2px;
    letter-spacing: 0.8px;
}

.pl__header__comments__dash {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 15px;
    vertical-align: baseline;
    padding: 0 17px 17px 17px;
}

.pl__header__comments__link {
    float: right;
    color: #878787;
    text-decoration: none;
}

.pl__carusel__container {
    position: relative;
}

.pl__carusel-small__container {
    position: relative;
}

.pl__carusel,
.pl__carusel2 {
    overflow: hidden;
}

.pl__carusel2 {
    margin-bottom: 30px;
}

.pl__carusel-small {
    overflow: hidden;
    height: 100px;
    margin-bottom: 40px;
}


.pl__carusel__item {
    display: inline-block;
    vertical-align: top;
   /* width: 100%;*/
    position: relative;
    text-align: center;
    background: #f9f9f9;
}

a.pl__carusel__item:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(29,29,29,0);
    z-index: 11;
    top: 0;
    opacity: 1;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-width: 0 0 3px 0;
    box-sizing: border-box;
}

.pl__carusel-small__container a.slick-current:before {
    border-color: #aa2020;
}

a.pl__carusel__item:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('img/zoom.png') 50% 50% no-repeat;
    z-index: 12;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

a.pl__carusel__item:hover:before {
    background: rgba(29,29,29,0.6)
}

a.pl__carusel__item:hover:after {
    opacity: 1;
}

.pl__carusel__item img {
    max-height: 700px;
    max-width: 100%;
}

.pl__carusel-small .pl__carusel__item img {
    height: 100px;
    width: auto;
}

.pl__carusel-small .pl__carusel__item {
    width: auto;
    margin: 0 6px 0 6px;
}

.pl__carusel__left_arrow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    border: 0;
    outline: none;
    cursor: pointer;
    display: block;
    background: transparent;
    text-indent: -10000px;
}

.pl__carusel__left_arrow:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 10;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
    opacity: 0;
    transition: opacity 0.3s;
}

.pl__carusel__left_arrow:after {
    display: block;
    position: absolute;
    content: '';
    left: 18px;
    top: 50%;
    margin-top: -17px;
    width: 20px;
    height: 34px;
    z-index: 11;
    background: url('img/carusel_arrows.png') 0 0 no-repeat;
    opacity: 0.4;
    transition: opacity 0.3s;
}

.pl__carusel__left_arrow:hover:before,
.pl__carusel__left_arrow:hover:after {
    opacity: 1;
}

.pl__carusel__right_arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    border: 0;
    outline: none;
    cursor: pointer;
    display: block;
    background: transparent;
    text-indent: -10000px;
}

.pl__carusel__right_arrow:before {
    display: block;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 10;
    background: -moz-linear-gradient(right, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to left, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
    opacity: 0;
    transition: opacity 0.3s;
}

.pl__carusel__right_arrow:after {
    display: block;
    position: absolute;
    content: '';
    right: 18px;
    top: 50%;
    margin-top: -17px;
    width: 20px;
    height: 34px;
    z-index: 11;
    background: url('img/carusel_arrows.png') -20px 0 no-repeat;
    opacity: 0.4;
    transition: opacity 0.3s;
}

.pl__carusel__right_arrow:hover:before,
.pl__carusel__right_arrow:hover:after {
    opacity: 1;
}

/**/
.pl__carusel-small__container:hover .pl__carusel-small__left_arrow:before,
.pl__carusel-small__container:hover .pl__carusel-small__right_arrow:before{
    opacity: 1;
}

.pl__carusel-small__container:before {
    display: block;
    position: absolute;
    content: '';
    width: 40px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.pl__carusel-small__container:after {
    display: block;
    position: absolute;
    content: '';
    width: 40px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 4;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.pl__carusel-small__left_arrow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    border: 0;
    outline: none;
    cursor: pointer;
    display: block;
    background: transparent;
    text-indent: -10000px;
    z-index: 5;
}

.pl__carusel-small__left_arrow:before {
    display: block;
    position: absolute;
    content: '';
    left: 5px;
    top: 41px;
    width: 10px;
    height: 18px;
    z-index: 10;
    background: url('img/news_list_arrows.png') 0 0 no-repeat;
    opacity: 0;
    transition: opacity 0.3s;
}

.pl__carusel-small__left_arrow:after {
    display: block;
    position: absolute;
    content: '';
    left: 5px;
    top: 41px;
    width: 10px;
    height: 18px;
    z-index: 11;
    background: url('img/news_list_arrows.png') -10px 0 no-repeat;
    opacity: 0;
    transition: opacity 0.3s;
}

.pl__carusel-small__left_arrow:hover:before {
    opacity: 0;
}

.pl__carusel-small__left_arrow:hover:after {
    opacity: 1;
}

.pl__carusel-small__right_arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    border: 0;
    outline: none;
    cursor: pointer;
    display: block;
    background: transparent;
    text-indent: -10000px;
    z-index: 5;
}

.pl__carusel-small__right_arrow:before {
    display: block;
    position: absolute;
    content: '';
    right: 5px;
    top: 41px;
    width: 10px;
    height: 18px;
    z-index: 10;
    background: url('img/news_list_arrows.png') -20px 0 no-repeat;
    opacity: 0;
    transition: opacity 0.3s;
}

.pl__carusel-small__right_arrow:after {
    display: block;
    position: absolute;
    content: '';
    right: 5px;
    top: 41px;
    width: 10px;
    height: 18px;
    z-index: 10;
    background: url('img/news_list_arrows.png') -30px 0 no-repeat;
    opacity: 0;
    transition: opacity 0.3s;
}

.pl__carusel-small__right_arrow:hover:before {
    opacity: 0;
}

.pl__carusel-small__right_arrow:hover:after {
    opacity: 1;
}

.pl__carusel__container .slick-dots {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 22;
}

.pl__carusel__container .slick-dots li button:before {
    color: #ffffff;
    font-size: 7px;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.pl__carusel__container .slick-dots li.slick-active button:before {
    color: #ffffff;
    font-size: 12px;
    margin-top: -1px;
    opacity: 1;
}

.pl__carusel__container .slick-dots li {
    margin: 0;
}

.pl__carusel__container .slick-dots li button:hover:before {
    opacity: 1;
}

.pl__social_share {
    border: 1px solid #e8e8e8;
    border-width: 1px 0 1px 0;
    padding: 24px 0 19px 0;
    display: table;
    width: 100%;
    margin-top: -11px;
}

.pl__social_share__code {
    display: table-cell;
    text-align: right;
    vertical-align: top;
    padding: 0 0 0 10px;
}

.pl__social_share__code a {
    color: #1d1d1d;
    text-decoration: none;
    font-size: 13px;
    line-height: 15px;
    display: block;
    border: 1px solid #e8e8e8;
    transition: all 0.3s;
    padding: 3px 6px 4px 6px;
    white-space: nowrap;
}

.pl__social_share__code a:hover {
    color: #ffffff;
    border-color: #da4040;
    background: #da4040;
}

.pl__social_share__title {
    color: #878787;
    font-size: 15px;
    line-height: 18px;
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
    padding: 3px 18px 0 0;
}

.pl__social_share__buttons {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.pl__social_share__button {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4px;
}

.mosaicflow__item {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.mosaicflow__item img {
    width: 100%;
    height: 100%;
}

.mosaicflow__item:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(29,29,29,0.6);
    z-index: 11;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.mosaicflow__item:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('img/zoom.png') 50% 50% no-repeat;
    z-index: 12;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s;
}


.mosaicflow__item:hover:after,
.mosaicflow__item:hover:before {
    opacity: 1;
}

.pl__text__mosaic__desc {
    color: #878787;
    font-size: 13px;
    line-height: 20px;
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px 0;
    padding: 13px 0 13px 0;
}

.pl__text {
    font-size: 18px;
    line-height: 28px;
    color: #242424;
    padding: 13px 0 13px 96px;
    vertical-align: top;
}

.pl__text h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0;
    padding: 20px 0 3px 0;
}

.pl__text__big_text {
    border: 1px solid #e8e8e8;
    border-width: 1px 0 1px 0;
    font-family: 'Lora', serif;
    font-size: 26px;
    line-height: 36px;
    color: #1d1d1d;
    padding: 26px 0 31px 0;
}

.pl__text__big_text-top {
    border-width: 0 0 1px 0;
}

.pl__text__big_text_tbl {
    display: table;
    width: 100%;
}

.pl__text__big_text_cell_image {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px 10px 0;
}

.pl__text__big_text__image {
    display: inline-block;
    position: relative;
}

.pl__text__big_text__image:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(29,29,29,0.6);
    z-index: 11;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.pl__text__big_text__image:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('img/zoom.png') 50% 50% no-repeat;
    z-index: 12;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s;
}


.pl__text__big_text__image:hover:after,
.pl__text__big_text__image:hover:before {
    opacity: 1;
}

.pl__text__big_text_cell_text {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding: 4px 0 0 0;
}

.pl__video__container-top {
    margin-bottom: 30px;
}

.pl__video__container img {
    width: 100%;
    height: auto;
}

.pl__read_more {
    border: 1px solid #e8e8e8;
    padding: 37px 40px 32px 40px;
    -webkit-box-shadow: 0 3px 0 0 rgba(245, 245, 245, 1);
    -moz-box-shadow: 0 3px 0 0 rgba(245, 245, 245, 1);
    box-shadow: 0 3px 0 0 rgba(245, 245, 245, 1);
}

.pl__read_more__header {
    font-size: 10px;
    text-transform: uppercase;
    color: #1d1d1d;
    letter-spacing: 0.5px;
    padding: 0 0 35px 0;
}

.pl__read_more__link {
    display: block;
    text-decoration: none;
}

.pl__read_more__title {
    display: block;
    font-size: 24px;
    color: #1d1d1d;
    line-height: 32px;
    padding: 11px 0 0 3px;
    transition: color 0.3s;
}

.pl__read_more__link:hover .pl__read_more__title {
    color: #aa2020;
}

.pl__big_text__in_text {
    border: 1px solid #e8e8e8;
    border-width: 1px 0 1px 0;
    float: left;
    width: 50%;
    margin: 25px 46px 20px -96px;
    font-family: 'Lora', serif;
    font-size: 26px;
    color: #1d1d1d;
    line-height: 36px;
    padding: 26px 0 38px 0;
    text-align: center;
    position: relative;
}

.longread .pl__big_text__in_text {
    font-size: 44px;
    line-height: 56px;
    margin-left: -148px;
    width: 65%;
    padding: 39px 0 47px 0;
}

@supports (shape-outside: polygon(0 100%,100% 100%,100% 100px,0 100px)) {
    .pl__big_text__in_text {
        margin-top: 140px;
        shape-outside: polygon(0 100%,100% 100%,100% 110px,0 110px);
    }
}

@media screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
    .pl__text {
        padding-left: 0;
    }

    .pl__big_text__in_text {
        margin-left: 0;
    }
}

.pl__one_image {
    text-align: center;
    padding: 5px 0 35px 0;
}

.pl__one_image__wrapper {
    background: #f9f9f9;
}

.pl__one_image__container {
    display: inline-block;
    position: relative;
}

a.pl__one_image__container:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(29,29,29,0.6);
    z-index: 11;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

a.pl__one_image__container:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('img/zoom.png') 50% 50% no-repeat;
    z-index: 12;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s;
}


a.pl__one_image__container:hover:after,
a.pl__one_image__container:hover:before {
    opacity: 1;
}

.pl__one_image__image {
    max-height: 500px;
    max-width: 100%;
}

.pl__one_image__desc {
    text-align: left;
    font-size: 13px;
    color: #878787;
    line-height: 20px;
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px 0;
    padding: 13px 0 14px 0;
}

.pl__interview {
    border: 1px solid #e8e8e8;
    padding: 20px 40px 20px 40px;
    -webkit-box-shadow: 0 3px 0 0 rgba(245, 245, 245, 1);
    -moz-box-shadow: 0 3px 0 0 rgba(245, 245, 245, 1);
    box-shadow: 0 3px 0 0 rgba(245, 245, 245, 1);
}

.pl__interview__header {
    font-size: 10px;
    letter-spacing: 0.5px;
    color: #1d1d1d;
    text-transform: uppercase;
    padding: 17px 0 20px 0;
}

.pl__interview__question {
    font-size: 24px;
    color: #1d1d1d;
    line-height: 32px;
    padding: 6px 0 5px 0;
    display: block;
}

.pl__interview .pl__interview__question {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    padding-top: 0;
    margin-top: -9px;
    padding-bottom: 12px;
}

.pl__interview__answer {
    padding: 3px 30px 3px 30px;
}

.pl__interview .pl__interview__answer {
    padding-bottom: 0;
}

.pl__interview__answer__graph__container {
    float: left;
    width: 100px;
    height: 23px;
    background: #d99f9f;
    position: relative;
    margin-top: 2px;
}

.pl__interview .pl__interview__answer__graph__container {
    height: 14px;
    margin-top: 7px;
}

.pl__interview__answer__graph__percentage {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #aa2020;
}

.pl__interview__answer__graph__percentage_text {
    font-size: 13px;
    color: #ffffff;
    position: absolute;
    left: 4px;
    top: 4px;
}

.pl__interview .pl__interview__answer__graph__percentage_text {
    font-size: 11px;
    line-height: 11px;
    top: 2px;

}

.pl__interview__answer__text {
    font-size: 18px;
    color: #1d1d1d;
    line-height: 28px;
    margin: 0 0 0 119px;
}

.pl__interview .pl__interview__answer__text {
    font-size: 16px;
    line-height: 22px;
    padding: 3px 0 0 0;
}

.pl__interview__radio {
    padding: 0 0 10px 0;
}

.pl__interview .pl__interview__radio {
    padding: 0;
}

.pl__interview__radio input[type=radio] {
    display: none;
}

.pl__interview__radio input[type=radio]+label {
    display: block;
    position: relative;
}

.pl__interview__radio input[type=radio]+label:before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    left: 0;
    top: 7px;
    transition: border 0.3s;
}

.pl__interview__radio input[type=radio]+label:after {
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #aa2020;
    border-radius: 50%;
    left: 5px;
    top: 12px;
    opacity: 0;
    transition: opacity 0.3s;
}

.pl__interview__radio input[type=radio]:checked+label:before {
    border-color: #aa2020;
}

.pl__interview__radio input[type=radio]:checked+label:after {
    opacity: 1;
}

.pl__interview__radio label:hover {
    color: #aa2020;
    cursor: pointer;
}

.pl__interview__radio:hover input[type=radio]+label:before {
    border-color: #aa2020;
}

.pl__interview__submit__container {
    padding: 24px 0 18px 2px;
}

.pl__interview__submit {
    font-size: 11px;
    background: #aa2020;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    padding: 18px 20px 16px 20px;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    outline: none;
}

.pl__interview__submit:hover {
    color: #ffffff;
    background: #da4040;
}

.pl__interview__submit:active {
    color: #ffffff;
    background: #881515;
}

.pl__interview_all {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #878787;
    line-height: 15px;
    padding: 16px 0 0 15px;
}

.pl__press_portrets {
    padding: 37px 0 0 0;
}

.pl__press_portrets__header {
    font-size: 10px;
    letter-spacing: 0.5px;
    color: #1d1d1d;
    text-transform: uppercase;
    padding: 0 0 9px 0;
}

.pl__press_portrets__links {
    display: table;
    width: 100%;
    -webkit-box-shadow: 0 3px 0 0 rgba(245, 245, 245, 1);
    -moz-box-shadow: 0 3px 0 0 rgba(245, 245, 245, 1);
    box-shadow: 0 3px 0 0 rgba(245, 245, 245, 1);
}

.pl__press_portrets__link {
    display: table-cell;
    width: 50%;
    min-height: 84px;
    border: 1px solid #e8e8e8;
    vertical-align: top;
    text-decoration: none;
    transition: border-color 0.3s;
}

.pl__press_portrets__link:hover {
    border-color: #aa2020;
}

.pl__press_portrets__link__image {
    display: block;
    float: left;
    padding: 11px 0 0 11px;
}

.pl__press_portrets__link__name {
    display: block;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 10px 5px 79px;
    letter-spacing: 1px;
}

.pl__press_portrets__link__desc {
    display: block;
    font-size: 10px;
    line-height: 12px;
    color: #878787;
    text-transform: uppercase;
    padding: 0 10px 10px 80px;
    letter-spacing: 0.5px;
}

.pl__source {
    font-size: 11px;
    line-height: 13px;
    color: #242424;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 59px 0 27px 0;
}

.pl__source__name {
    color: #878787;
}

.pl__buttons {
    padding: 0 0 40px 0;
}

.pl__buttons-padding {
    padding-top: 60px;
}

.pl__buttons__comments {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    font-size: 11px;
    line-height: 13px;
    color: #ffffff;
    transition: background 0.3s;
    padding: 16px 10px 15px 30px;
    background: #aa2020;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pl__buttons__comments:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 12px;
    background: url('img/comments_icon.png') -42px 0 no-repeat;
    top: 16px;
    left: 10px;
}

.pl__buttons__comments:hover {
    background: #da4040;
}

.pl__buttons__print {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    font-size: 11px;
    line-height: 13px;
    color: #242424;
    transition: background 0.3s;
    padding: 16px 10px 15px 30px;
    background: #f5f5f5;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.pl__buttons__print:before {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 12px;
    background: url('img/print_icon.png') 0 0 no-repeat;
    top: 16px;
    left: 10px;
    transition: opacity 0.3s;
}

.pl__buttons__print:after {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 12px;
    background: url('img/print_icon.png') -13px 0 no-repeat;
    top: 16px;
    left: 10px;
    transition: opacity 0.3s;
    opacity: 0;
}

.pl__buttons__print:hover {
    background: #da4040;
    color: #ffffff;
}

.pl__buttons__print:hover:before {
    opacity: 0;
}

.pl__buttons__print:hover:after {
    opacity: 1;
}

.pl__buttons__other_pr {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    font-size: 11px;
    line-height: 13px;
    color: #242424;
    transition: background 0.3s;
    padding: 16px 10px 15px 30px;
    background: #f5f5f5;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    float: right;
}

.pl__buttons__other_pr:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: url('img/pr_icon.png') 0 0 no-repeat;
    top: 16px;
    left: 10px;
    transition: opacity 0.3s;
}

.pl__buttons__other_pr:after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: url('img/pr_icon.png') -12px 0 no-repeat;
    top: 16px;
    left: 10px;
    transition: opacity 0.3s;
    opacity: 0;
}

.pl__buttons__other_pr:hover {
    background: #da4040;
    color: #ffffff;
}

.pl__buttons__other_pr:hover:before {
    opacity: 0;
}

.pl__buttons__other_pr:hover:after {
    opacity: 1;
}

.pl__buttons__other_video {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    font-size: 11px;
    line-height: 13px;
    color: #242424;
    transition: background 0.3s;
    padding: 16px 10px 15px 30px;
    background: #f5f5f5;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    float: right;
}

.pl__buttons__other_video:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: url('img/video_icon_button.png') 0 0 no-repeat;
    top: 16px;
    left: 10px;
    transition: opacity 0.3s;
}

.pl__buttons__other_video:after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: url('img/video_icon_button.png') -12px 0 no-repeat;
    top: 16px;
    left: 10px;
    transition: opacity 0.3s;
    opacity: 0;
}

.pl__buttons__other_video:hover {
    background: #da4040;
    color: #ffffff;
}

.pl__buttons__other_video:hover:before {
    opacity: 0;
}

.pl__buttons__other_video:hover:after {
    opacity: 1;
}

.inpage__pages {
    max-width: 1260px;
    padding: 40px 12px 0 12px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0;
    margin-bottom: -8px;
}

.inpage__pages__link {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
    color: #1d1d1d;
    padding: 5px 20px 13px 20px;
    border: 1px solid transparent;
    border-width: 0 0 2px 0;
    transition: all 0.3s;
}

.inpage__pages__link:hover {
    border-color: #aa2020;
    color: #aa2020;
}

.inpage__pages__link-current {
    color: #aa2020;
}

.inpage__pages__dots {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 18px;
    color: #1d1d1d;
    padding: 5px 5px 5px 5px;
}

.pl__short_text {
    font-size: 18px;
    line-height: 28px;
    color: #242424;
    padding: 12px 0 0 0;
}

.pl__short_text__read_all {
    padding: 4px 0 0 0;
}

.pl__short_text__read_all__link {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    letter-spacing: 1px;
    color: #242424;
    text-decoration: none;
    text-transform: uppercase;
    background: #f5f5f5;
    padding: 9px 20px 7px 20px;
    transition: all 0.3s;
}

.pl__short_text__read_all__link:hover {
    color: #ffffff;
    background: #da4040;
}

.pl__comments {
    padding: 54px 0 0 0;
}

.pl__comments__header {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #242424;
    position: relative;
    padding: 0 0 20px 0;
}

.pl__comments__header__all {
    font-weight: normal;
    color: #878787;
    padding-left: 5px;
}

.pl__comments__header:after {
    display: block;
    position: absolute;
    width: 40px;
    height: 4px;
    content: '';
    background: #aa2020;
    left: 1px;
    bottom: 0;
}

.pl__comments__form {
    padding: 30px 0 0 0;
}

.pl__comments__form__name,
.pl__comments__form__comment {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    box-sizing: border-box;
    line-height: 44px;
    vertical-align: middle;
    width: 100%;
    padding: 0 12px 0 12px;
    border: 1px solid #e8e8e8;
    outline: none;
    transition: all 0.3s;
    color: #242424;
}

.pl__comments__form__name:focus,
.pl__comments__form__comment:focus {
    border-color: #aa2020;
}

.pl__comments__form__name:focus+.pl__comments__form__comment {
    border-color: #aa2020 #e8e8e8 #e8e8e8 #e8e8e8;
}

.pl__comments__form__name::-webkit-input-placeholder,
.pl__comments__form__comment::-webkit-input-placeholder {
    color: #878787;
}

.pl__comments__form__name:-moz-placeholder,
.pl__comments__form__comment:-moz-placeholder {
    color: #878787;
    opacity:  1;
}

.pl__comments__form__name::-moz-placeholder,
.pl__comments__form__comment::-moz-placeholder {
    color: #878787;
    opacity:  1;
}

.pl__comments__form__name:-ms-input-placeholder,
.pl__comments__form__comment:-ms-input-placeholder {
    color: #878787;
}

.pl__comments__form__comment {
    height: 115px;
    margin-top: -1px;
    -webkit-box-shadow: 0 3px 0 0 rgba(245, 245, 245, 1);
    -moz-box-shadow:    0 3px 0 0 rgba(245, 245, 245, 1);
    box-shadow:         0 3px 0 0 rgba(245, 245, 245, 1);
}

.pl__comments__form__submit {
    font-size: 11px;
    background: #aa2020;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    padding: 17px 19px 15px 19px;
    cursor: pointer;
    letter-spacing: 1px;
    margin: 12px 0 0 0;
    transition: all 0.3s;
    outline: none;
}

.pl__comments__form__submit:hover {
    color: #ffffff;
    background: #da4040;
}

.pl__comments__form__submit:active {
    color: #ffffff;
    background: #881515;
}

.pl__comments__rules {
    display: inline-block;
    vertical-align: top;
    float: right;
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
    color: #878787;
    transition: color 0.3s;
    margin-top: 26px;
}

.pl__comments__rules:hover {
    color: #aa2020;
}

.pl__comments__previous {
    padding: 58px 0 0 0;
}

.pl__comments__previous__comment {
    padding: 0 0 23px 0;
}

.pl__comments__previous__comment__name_time {
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #878787;
    letter-spacing: 0.5px;
}

.pl__comments__previous__comment__name {
    color: #242424;
}

.pl__comments__previous__comment__text {
    font-size: 15px;
    color: #242424;
    line-height: 24px;
    padding: 5px 0 0 0;
}

.pl__comments__previous__comment__buttons {
    padding: 7px 0 0 0;
}

.pl__comments__previous__comment__buttons__like {
    font-size: 11px;
    line-height: 13px;
    color: #878787;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.3s;
    padding: 3px 3px 3px 20px;
    position: relative;
    margin-right: 11px;
}

.pl__comments__previous__comment__buttons__like:before {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 12px;
    background: url('img/like_icon.png') 0 0 no-repeat;
    transition: opacity 0.3s;
    top: 2px;
    left: 0;
}

.pl__comments__previous__comment__buttons__like:after {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 12px;
    background: url('img/like_icon.png') -13px 0 no-repeat;
    transition: opacity 0.3s;
    top: 2px;
    left: 0;
    opacity: 0;
}

.pl__comments__previous__comment__buttons__like:hover {
    color: #aa2020;
}

.pl__comments__previous__comment__buttons__like:hover:before {
    opacity: 0;
}

.pl__comments__previous__comment__buttons__like:hover:after {
    opacity: 1;
}

.pl__comments__previous__comment__buttons__dislike {
    font-size: 11px;
    line-height: 13px;
    color: #878787;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.3s;
    padding: 3px 3px 3px 20px;
    position: relative;
}

.pl__comments__previous__comment__buttons__dislike:before {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 12px;
    background: url('img/like_icon.png') -26px 0 no-repeat;
    transition: opacity 0.3s;
    top: 4px;
    left: 0;
}

.pl__comments__previous__comment__buttons__dislike:after {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 12px;
    background: url('img/like_icon.png') -39px 0 no-repeat;
    transition: opacity 0.3s;
    top: 4px;
    left: 0;
    opacity: 0;
}

.pl__comments__previous__comment__buttons__dislike:hover {
    color: #aa2020;
}

.pl__comments__previous__comment__buttons__dislike:hover:before {
    opacity: 0;
}

.pl__comments__previous__comment__buttons__dislike:hover:after {
    opacity: 1;
}

.pl__comments__leave_comment {
    padding: 10px 0 31px 0;
}

.pl__comments__leave_comment__link {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    line-height: 13px;
    color: #878787;
    text-decoration: none;
    letter-spacing: 1px;
    transition: color 0.3s;
    text-transform: uppercase;
}

.pl__comments__leave_comment__link:hover {
    color: #aa2020;
}

.pl__blog_author {
    padding: 13px 0 22px 0;
}

.pl__blog_author__link {
    text-decoration: none;
    color: #242424;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}

.pl__blog_author__link:hover {
    color: #aa2020;
}

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

.pl__blog_author__image img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.pl__blog_author__name {
    font-size: 11px;
    line-height: 13px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    padding: 6px 0 0 2px;
}

.gallery_popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.96);
    z-index: 300;
    display: none;
}

.gallery_popup__bottom {
    height: 124px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.gallery_popup__slider {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    padding-bottom: 135px;
    box-sizing: border-box;
    height: 100%;
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
}

.gallery_popup__slider .pl__carusel {
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
}

.gallery_popup__slider .pl__carusel__item {
    text-decoration: none;
    background: transparent;
    height: 100%;
}

.gallery_popup__slider .slick-list,
.gallery_popup__slider .slick-track {
    height: 100%;
}

.gallery_popup__slider .pl__carusel__item img {
    max-height: 90%;
    max-height: -webkit-calc(100% - 30px);
    max-height: -moz-calc(100% - 30px);
    max-height: calc(100% - 30px);
}

.gallery__numbers {
    font-size: 10px;
    line-height: 12px;
    color: #ffffff;
    display: block;
    padding: 18px 0 0 0;
    text-transform: uppercase;
}

.gallery_popup a.pl__carusel__item:hover:before,
.gallery_popup a.pl__carusel__item:hover:after {
    display: none;
}

.hide_content {
    overflow: hidden;
}

.gallery_popup__slider__container {
    height: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.gallery_popup__slider .pl__carusel__right_arrow:hover:before,
.gallery_popup__slider .pl__carusel__left_arrow:hover:before{
    display: none;
}

.gallery_popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 401;
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -10000px;
    background: url('img/popup_close.png') 50% 50% no-repeat;
    opacity: 0.3;
    transition: opacity 0.3s;
}

.gallery_popup__close:hover {
    opacity: 1;
}

.gallery_popup .gallery_popup__bottom a.slick-current:before,
.gallery_popup .gallery_popup__bottom a.slick-current:hover:before{
    border-color: #aa2020;
}

.gallery_popup .gallery_popup__bottom a.pl__carusel__item:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.5;
    transition: all 0.3s;
}

.gallery_popup .gallery_popup__bottom a.pl__carusel__item:hover:after {
    opacity: 0;
}

.gallery_popup .gallery_popup__bottom a.slick-current:after {
    opacity: 0;
}

.gallery_popup__one {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 40px;
    text-align: center;
}

.gallery_popup__one img {
    max-width: 100%;
    max-height: 100%;
}

/* People page
---------------------------------------------------------------------------------------------------------------*/
.people__right {
    background: #f5f2f2;
    margin-top: 42px;
    padding: 53px 0 31px 0;
    -webkit-box-shadow: 0 2px 0 0 #eae6e6;
    -moz-box-shadow:    0 2px 0 0 #eae6e6;
    box-shadow:         0 2px 0 0 #eae6e6;
}

.people__right__all {
    text-align: center;
}

.people__right__all_number {
    font-size: 44px;
    line-height: 50px;
    color: #242424;
    font-weight: bold;
}

.people__right__all_desc {
    color: #878787;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.people__right__menu {
    font-size: 0;
    padding: 57px 30px 0 30px;
}

.people__right__menu__letter {
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    padding: 6px 0 4px 0;
    border: 1px solid transparent;
    border-width: 0 0 2px 0;
    color: #1d1d1d;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
    text-align: center;
}

.people__right__menu__letter:hover {
    color: #aa2020;
    border-color: #aa2020;
}

.people__right__menu__letter-current {
    background: #aa2020;
    color: #ffffff;
}

.people__right__menu__letter-current:hover {
    color: #ffffff;
}

.people__left__header {
    padding: 32px 0 37px 0;
}

.people__left__header h1 {
    font-size: 44px;
    line-height: 50px;
    color: #242424;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.people__left__letter__container {
    padding: 0 0 36px 0;
}

.people__left__letter__header {
    font-size: 24px;
    line-height: 26px;
    color: #1d1d1d;
    text-transform: uppercase;
    float: left;
    border: 1px solid #1d1d1d;
    border-width: 0 0 3px 0;
    width: 24px;
    text-align: center;
    padding: 0 0 1px 0;
}

.people__left__letter__links {
    margin-left: 60px;
}

.people__left__letter__links_container {
    width: 100%;
    border-collapse: collapse;
}

.people__left__letter__links__cell {
    vertical-align: top;
    width: 33.333%;
    padding: 0 10px 0 0;
}

.people__left__letter__links__cell a {
    display: block;
    text-decoration: none;
    color: #1d1d1d;
    font-size: 15px;
    line-height: 18px;
    padding: 7px 0 7px 0;
    position: relative;
    transition: color 0.3s;
}

.people__left__letter__links__cell a .people_link_image {
    position: absolute;
    right: 19px;
    top: 50%;
    margin-top: -16px;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.3s;
}

.people__left__letter__links__cell a .people_link_image img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.people__left__letter__links__cell a:before {
    content: '';
    display: block;
    position: absolute;
    width: 90px;
    right: 0;
    z-index: 2;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 34%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 34%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    opacity: 0;
    transition: opacity 0.3s;
}

.people__left__letter__links__cell a:hover {
    color: #aa2020;
}

.people__left__letter__links__cell a:hover .people_link_image,
.people__left__letter__links__cell a:hover:before {
    opacity: 1;
}

.people__popup_wrapper {
    position: fixed;
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 499;
    width: 100%;
    height: 100%;
}

.people__popup {
    width: 940px;
    position: fixed;
    z-index: 500;
    background: #f5f2f2;
    box-sizing: border-box;
    top: 9%;
    bottom: 9%;
    left: 50%;
    margin-left: -470px;
    padding: 0 0 0 0;
}

.people__popup_container {
    height: 100%;
    position: relative;
    box-sizing: border-box;
    margin-left: 320px;
    background: #ffffff;
    padding: 37px 15px 20px 40px;
}

.people__popup__photos_contrainer {
    float: left;
    width: 320px;
    box-sizing: border-box;
    padding: 40px 14px 30px 34px;
    font-size: 0;
    height: 100%;
}

.people__popup__photos {
    height: 100%;
    position: relative;
    padding: 0 20px 0 0;
}

.people__popup__photos__top {
    padding: 0 6px 0 6px;
}

.people__popup__photos__top img {
    width: 100%;
    height: auto;
}

.people__popup__photos__small {
    display: inline-block;
    vertical-align: top;
    margin: 12px 6px 0 6px;
}

.people__popup__photos__small img {
    width: 72px;
    height: 72px;
}

.people__popup__info {
    height: 100%;
    position: relative;
    padding-right: 25px;
}

.people__popup__info.ps-container &gt; .ps-scrollbar-y-rail {
    opacity: 0.6;
}

.people__popup__info_name {
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    padding: 0 0 11px 0;
}

.people__popup__info_work_places {
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px 0;
    padding: 0 0 20px 0;
}

.people__popup__info_work_place {
    font-size: 10px;
    color: #878787;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 15px;
    padding: 0 0 6px 0;
}

.people__popup__info_birth {
    font-size: 15px;
    line-height: 22px;
    color: #1d1d1d;
    padding: 21px 0 20px 0;
}

.people__popup__info_header {
    font-size: 10px;
    line-height: 15px;
    color: #878787;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.people__popup__info_education {
    font-size: 15px;
    line-height: 22px;
    color: #1d1d1d;
    padding: 8px 0 20px 0;
}

.people__popup__info_previous_workplace {
    font-size: 15px;
    line-height: 22px;
    color: #1d1d1d;
    padding: 8px 0 2px 0;
}

.people__popup__info_previous_workplaces {
    padding: 0 0 22px 0;
}

.people__popup__info_news {
    padding: 26px 0 16px 0;
    border: 1px solid #e8e8e8;
    border-width: 1px 0 0 0;
}

.people__popup__info_news_link {
    display: block;
    text-decoration: none;
    padding: 14px 0 8px 0;
}

.people__popup__info_news_link_desc {
    font-size: 15px;
    line-height: 22px;
    color: #1d1d1d;
    transition: color 0.3s;
    display: block;
    padding: 5px 0 0 0;
}

.people__popup__info_news_link:hover .people__popup__info_news_link_desc {
    color: #aa2020;
}

.people__popup__info_header_number {
    color: #bbbbbb;
}

.people__popup__info_news_all {
    padding: 3px 0 15px 0;
}

.people__popup__info_news_all_link {
    color: #878787;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
    letter-spacing: 1px;
    font-size: 11px;
    line-height: 13px;
}

.people__popup__info_news_all_link:hover {
    color: #aa2020;
}

.people__popup__close {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 8px;
    top: 8px;
    text-indent: -10000px;
    z-index: 501;
    padding: 5px;
}

.people__popup__close:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: url('img/popup_close1.png') 0 0 no-repeat;
    transition: opacity 0.3s;
    top: 5px;
    right: 5px;
}

.people__popup__close:after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: url('img/popup_close1.png') -14px 0 no-repeat;
    transition: opacity 0.3s;
    top: 5px;
    right: 5px;
    opacity: 0;
}

.people__popup__close:hover:before {
    opacity: 0;
}

.people__popup__close:hover:after {
    opacity: 1;
}

/* PLNTV
----------------------------------------------------------------------------------------------*/

.plntv__wrapper {
    background: #ffffff;
}

.plntv__container {
    max-width: 1260px;
    padding: 12px 12px 0 12px;
    margin: 0 auto;
    box-sizing: border-box;
}

.plntv {
    display: table;
    width: 100%;
}

.plntv__left {
    display: table-cell;
}

.plntv__right {
    display: table-cell;
    width: 300px;
    height: 100%;
}

.plntv__list__container {
    height: 100%;
    position: relative;
    background: #aa2020;
    overflow: hidden;
}

.inpage__right-plntv {
    position: absolute;
    top: 70px;
    bottom: 0;
    right: 12px;
    width: 300px;
}

.inpage__right-plntv:after {
    content: '';
    display: block;
    position: absolute;
    width: 285px;
    height: 60px;
    z-index: 22;
    margin-top: -60px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);
}

.inpage__right-plntv__container {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.inpage__right-plntv:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #e8e8e8;
    width: 1px;
    height: 100%;
}

.plntv__right__header {
    position: absolute;
    right: 12px;
    top: 0;
    width: 300px;
    height: 70px;
    font-size: 18px;
    line-height: 20px;
    color: #242424;
    font-weight: bold;
    box-sizing: border-box;
    padding: 34px 0 0 30px;
}

.plntv__right__header:after {
    height: 100%;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #e8e8e8;
    content: '';
}

.plntv__right__link__container {
    display: block;
    position: relative;
    text-decoration: none;
}

.plntv__right__link {
    display: block;
    position: relative;
}

.plntv__right__link__image {
    width: 100%;
    height: auto;
}

.plntv__right__link__container {
    margin: 0 20px 20px 20px;
}

.plntv__right__link-current:after {
    height: 100%;
    width: 1px;
    left: -20px;
    top: 0;
    background: #aa2020;
    display: block;
    position: absolute;
    content: '';
}

.plntv__right__link__title {
    position: absolute;
    bottom: 5px;
    left: 9px;
    right: 9px;
}

.plntv__right__link__details__desc {
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    padding: 5px 0 0 0;
    display: block;
}

.plntv__right__link__icon {
    position: absolute;
    content: '';
    display: block;
    top: 10px;
    left: 10px;
    width: 13px;
    height: 16px;
    background: url('img/video_icon_small.png') 0 0 no-repeat;
}

.plntv__right__link-current .plntv__right__link__icon {
    background: url('img/video_icon_small.png') -13px 0 no-repeat;
}

.plntv_menu__container {

    background: #242424;
    -webkit-box-shadow: inset 0 3px 0 0 rgba(25, 25, 25, 1);
    -moz-box-shadow:    inset 0 3px 0 0 rgba(25, 25, 25, 1);
    box-shadow:         inset 0 3px 0 0 rgba(25, 25, 25, 1);
}

.plntv_menu {
    font-size: 0;
    max-width: 1260px;
    padding: 0 12px 0 12px;
    margin: 0 auto;
    box-sizing: border-box;
}

.plntv_menu__item {
    color: #878787;
    font-size: 17px;
    line-height: 19px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    transition: color 0.3s;
    padding: 20px 20px 19px 20px;
}

.plntv_menu__item:hover,
.plntv_menu__item:hover .plntv_menu__item__count {
    color: #ffffff;
}

.plntv_menu__item__count {
    font-size: 10px;
    color: #676767;
    line-height: 12px;
    display: inline-block;
    padding: 5px 0 0 6px;
    vertical-align: top;
    transition: color 0.3s;
}

.plntv_menu__item-current {
    background: #aa2020;
    color: #ffffff;
}

.plntv_menu__item-current .plntv_menu__item__count {
    color: #c77171;
}

.inpage__right-plntv__container.ps-container &gt; .ps-scrollbar-y-rail {
    opacity: 0.6;
}

/* Search results
--------------------------------------------------------------------------------------------*/
.search__right {
    padding: 46px 0 0 0;
}

.search__right__header {
    font-size: 18px;
    color: #242424;
    line-height: 20px;
    font-weight: bold;
}

.search__right__select {
    padding: 16px 0 40px 0;
}

.search__right__select select {
    background: transparent;
    border: 1px solid #e8e8e8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('img/select_arrow.png') 95% 55% no-repeat;
    outline: none;
    padding: 7px 21px 7px 8px;
    border-radius: 1px;
    font-family: "Roboto", arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
    transition: all 0.3s;
    cursor: pointer;
}

.search__right__select select:hover {
    border-color: #aa2020;
}

.search__right__select select:focus {
    border-color: #aa2020;
    -webkit-box-shadow: inset 0 0 2px 0 #aa2020;
    -moz-box-shadow:    inset 0 0 2px 0 #aa2020;
    box-shadow:         inset 0 0 2px 0 #aa2020;
}

.search__right__datepicker_container {
    border: 1px solid #e8e8e8;
    border-width: 1px 0 0 0;
    padding: 24px 0 0 0;
}

.search__right__datepicker__header {
    font-size: 18px;
    color: #242424;
    line-height: 20px;
    font-weight: bold;
}

.search__right__datepicker {
    font-size: 0;
    padding: 16px 0 0 0;
}

.search__right__datepicker__from,
.search__right__datepicker__to {
    background: transparent;
    border: 1px solid #e8e8e8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('img/select_arrow.png') 95% 55% no-repeat;
    outline: none;
    padding: 7px 21px 7px 8px;
    border-radius: 1px;
    font-family: "Roboto", arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
    width: 89px;
    transition: all 0.3s;
}

.search__right__datepicker__from:hover,
.search__right__datepicker__to:hover {
    border-color: #aa2020;
}

.search__right__datepicker__from:focus,
.search__right__datepicker__to:focus {
    border-color: #aa2020;
    -webkit-box-shadow: inset 0 0 2px 0 #aa2020;
    -moz-box-shadow:    inset 0 0 2px 0 #aa2020;
    box-shadow:         inset 0 0 2px 0 #aa2020;
}

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

.search__right__datepicker__arrow {
    width: 32px;
    display: inline-block;
    vertical-align: top;
    height: 25px;
    background: url('img/search_arrow.png') 50% 14px no-repeat;
}

.search__right__datepicker__all {
    padding: 9px 0 0 2px;
}

.search__right__datepicker__all__link {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 5px 5px 5px 15px;
    color: #878787;
    transition: color 0.3s;
    font-size: 15px;
    line-height: 18px;
}

.search__right__datepicker__all__link:hover {
    color: #aa2020;
}

.search__right__datepicker__all__link:before {
    display: block;
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    background: url('img/all_time_remove.png') 0 0 no-repeat;
    transition: opacity 0.3s;
    left: 0;
    top: 10px;
}

.search__right__datepicker__all__link:after {
    display: block;
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    background: url('img/all_time_remove.png') -9px 0 no-repeat;
    transition: opacity 0.3s;
    left: 0;
    top: 10px;
    opacity: 0;
}

.search__right__datepicker__all__link:hover:before {
    opacity: 0;
}

.search__right__datepicker__all__link:hover:after {
    opacity: 1;
}

.search__input__container {
    border: 2px solid #aa2020;
    position: relative;
    padding: 0 110px 0 0;
    margin: 51px 0 0 0;
}

.search__input__container__search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 58px;
    display: block;
    text-indent: -10000px;
}

.search__input__container__search:before {
    display: block;
    position: absolute;
    content: '';
    width: 21px;
    height: 21px;
    top: 17px;
    left: 20px;
    background: url('img/input_search.png') 0 0 no-repeat;
    transition: opacity 0.3s;
}

.search__input__container__search:after {
    display: block;
    position: absolute;
    content: '';
    width: 21px;
    height: 21px;
    top: 17px;
    left: 20px;
    background: url('img/input_search.png') -21px 0 no-repeat;
    transition: opacity 0.3s;
    opacity: 0;
}

.search__input__container__search:hover:before {
    opacity: 0;
}

.search__input__container__search:hover:after {
    opacity: 1;
}

.search__input__container__clear {
    position: absolute;
    top: 0;
    right: 58px;
    bottom: 0;
    width: 52px;
    display: block;
    text-indent: -10000px;
}

.search__input__container__clear:before {
    display: block;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 20px;
    left: 22px;
    background: url('img/input_clear.png') 0 0 no-repeat;
    transition: opacity 0.3s;
}

.search__input__container__clear:after {
    display: block;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 20px;
    left: 22px;
    background: url('img/input_clear.png') -14px 0 no-repeat;
    transition: opacity 0.3s;
    opacity: 0;
}

.search__input__container__clear:hover:before {
    opacity: 0;
}

.search__input__container__clear:hover:after {
    opacity: 1;
}

.search__input__container__input {
    width: 100%;
    box-sizing: border-box;
    color: #242424;
    font-size: 20px;
    line-height: 22px;
    padding: 15px 15px 17px 15px;
    border: 0;
    background: transparent;
    font-family: "Roboto", arial, sans-serif;
    outline: none;
}

.search__only_author {
    float: right;
    padding: 25px 0 0 0;
}

.search__only_author__checkbox {
    display: none;
}

.search__only_author__label {
    display: block;
    position: relative;
    color: #878787;
    font-size: 15px;
    line-height: 18px;
    padding: 0 0 0 28px;
    cursor: pointer;
}

.search__only_author__label:before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #e8e8e8;
    border-radius: 1px;
    left: 0;
    top: -1px;
    transition: all 0.3s;
}

.search__only_author__label:after {
    display: block;
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #e8e8e8;
    border-radius: 2px;
    left: 4px;
    top: 3px;
    transition: all 0.3s;
    opacity: 0;
}

.search__only_author__checkbox:checked + .search__only_author__label:after {
    opacity: 1;
}

.search__only_author__label:hover {
    color: #aa2020;
}

.search__only_author__label:hover:before {
    border-color: #aa2020;
}

.search__only_author__label:hover:after {
    background-color: #aa2020;
}

.search__sort {
    font-size: 0;
    padding: 20px 0 0 0;
}

.search__sort_date {
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    color: #242424;
    border: 1px solid #e8e8e8;
    border-width: 1px 0 1px 1px;
    text-decoration: none;
    text-transform: lowercase;
    border-radius: 2px 0 0 2px;
    padding: 3px 30px 5px 8px;
    transition: all 0.3s;
}

.search__sort_rel {
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    color: #242424;
    border: 1px solid #e8e8e8;
    border-width: 1px 1px 1px 0;
    text-decoration: none;
    text-transform: lowercase;
    border-radius: 0 2px 2px 0;
    padding: 3px 30px 5px 8px;
    transition: all 0.3s;
}

.search__sort-current {
    background: #a92020;
    color: #ffffff;
    border-color: #a92020;
}

.search__sort_date:hover,
.search__sort_rel:hover {
    background-color: #da4040;
    color: #ffffff;
    border-color: #da4040;
}

.search__sort-asc:before {
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 12px;
    background: url('img/sort_icon.png') 0 0 no-repeat;
    top: 7px;
    right: 12px;
    transition: opacity 0.3s;
}

.search__sort-asc:after {
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 12px;
    background: url('img/sort_icon.png') -20px 0 no-repeat;
    top: 7px;
    right: 12px;
    transition: opacity 0.3s;
    opacity: 0;
}

.search__sort-desc:before {
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 12px;
    background: url('img/sort_icon.png') -30px 0 no-repeat;
    top: 7px;
    right: 12px;
    transition: opacity 0.3s;
}

.search__sort-desc:after {
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 12px;
    background: url('img/sort_icon.png') -50px 0 no-repeat;
    top: 7px;
    right: 12px;
    transition: opacity 0.3s;
    opacity: 0;
}

.search__sort-asc:hover:before {
    opacity: 0;
}

.search__sort-asc:hover:after {
    opacity: 1;
}

.search__sort-desc:hover:before {
    opacity: 0;
}

.search__sort-desc:hover:after {
    opacity: 1;
}

.search__sort-current:before {
    opacity: 0;
}

.search__sort-current:after {
    opacity: 1;
}

/* Search results */
.search__results {
    padding: 10px 0 0 0;
}

.search__results__section {
    border: 1px solid #e8e8e8;
    border-width: 1px 0 0 0;
    padding: 26px 0 4px 0;
}

.search__results .search__results__section:nth-child(1) {
    border: 0;
}

.search__results__section__header {
    color: #878787;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 2px 0 18px 0;
}

.search__results__person {
    display: block;
    margin: 0 0 20px 95px;
    text-decoration: none;
    min-height: 52px;
}

.search__results__person__image {
    width: 48px;
    height: 48px;
    float: right;
    margin: 4px 0 0 0;
}

.search__results__person__name {
    font-size: 18px;
    line-height: 28px;
    color: #242424;
    transition: all 0.3s;
    display: block;
    margin-right: 140px;
    transition: color 0.3s;
}

.search__results__person__title {
    font-size: 10px;
    color: #878787;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 0 0 0;
    margin-right: 140px;
    display: block;
    transition: color 0.3s;
}

.search__results__person:hover .search__results__person__name,
.search__results__person:hover .search__results__person__title {
    color: #aa2020;
}

.search__results__simple_link {
    display: block;
    text-decoration: none;
    color: #242424;
    transition: color 0.3s;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 12px 95px;
}

.search__results__simple_link:hover {
    color: #aa2020;
}

.search__results__simple_link span {
    color: #878787;
    margin-left: 10px;
    transition: color 0.3s;
}

.search__results__simple_link:hover span {
    color: #aa2020;
}

.search__results__news_link {
    display: block;
    margin: 0 0 30px 95px;
    text-decoration: none;
}

.search__results__news_link__title {
    color: #1d1d1d;
    transition: color 0.3s;
    font-size: 18px;
    line-height: 28px;
    padding: 7px 0 0 0;
    display: block;
}

.search__results__news_link:hover .search__results__news_link__title {
    color: #aa2020;
}

/* News list
------------------------------------------------------------------------------------------------*/

.news_list__header {
    font-size: 44px;
    line-height: 50px;
    color: #242424;
    font-weight: bold;
    padding: 32px 0 30px 0;
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px 0;
}

.news_list__section_header {
    font-size: 18px;
    line-height: 22px;
    color: #aa2020;
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block;
    padding: 23px 0 0 26px;
    letter-spacing: 1px;
}

.news_list__one {
    display: block;
    text-decoration: none;
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px 0;
    padding: 22px 0 24px 0;
}

.news_list__one__title {
    font-size: 24px;
    color: #1d1d1d;
    line-height: 32px;
    transition: color 0.3s;
    display: block;
    padding: 6px 0 0 1px;
}

.news_list__one__group {
    font-size: 10px;
    line-height: 12px;
    color: #1d1d1d;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.3s;
    display: block;
    padding: 22px 0 5px 0;
}

.news_list__one__group_count {
    color: #878787;
    transition: color 0.3s;
}

.news_list__one:hover .news_list__one__title {
    color: #aa2020;
}

.news_list__one:hover .news_list__one__group,
.news_list__one:hover .news_list__one__group_count {
    color: #000000;
}

/* Polls
------------------------------------------------------------------------------------------------------*/

.polls__header {
    font-size: 44px;
    line-height: 50px;
    color: #242424;
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px 0;
    font-weight: bold;
    padding: 32px 0 30px 0;
}

.polls__one .pl__interview__answer__text {
    font-size: 15px;
    line-height: 18px;
    padding: 3px 0 7px 0;
}

.polls__one-past .pl__interview__answer {
    padding-left: 0;
}

.polls__one-past .pl__interview_all {
    padding-left: 0;
}

.polls__one-past .pl__interview__submit__container {
    padding-top: 4px;
}

.polls__one .pl__interview__question__link {
    text-decoration: none;
}

.polls__one .pl__interview__question {
    transition: color 0.3s;
}

.polls__one .pl__interview__question:hover {
    color: #aa2020;
}

.pl__interview__question__arrow {
    display: inline-block;
    width: 12px;
    height: 8px;
    vertical-align: top;
    margin: 13px 0 0 5px;
}

.pl__interview__question__arrow:before {
    position: absolute;
    display: block;
    content: '';
    background: url('img/polls_arrow.png') 0 0 no-repeat;
    width: 12px;
    height: 8px;
    transition: all 0.3s;
    transform: rotate(-90deg);
}

.pl__interview__question__arrow:after {
    position: absolute;
    display: block;
    content: '';
    background: url('img/polls_arrow.png') -12px 0 no-repeat;
    width: 12px;
    height: 8px;
    transition: all 0.3s;
    transform: rotate(-90deg);
    opacity: 0;
}

.polls__one-visible .pl__interview__question__arrow:before {
    transform: rotate(0deg);
}

.polls__one-visible .pl__interview__question__arrow:after {
    transform: rotate(0deg);
}

.polls__one .pl__interview__question:hover .pl__interview__question__arrow:before {
    opacity: 0;
}

.polls__one .pl__interview__question:hover .pl__interview__question__arrow:after {
    opacity: 1;
}

.polls__one-hidden .pl__interview__radio {
    display: none;
}

.polls__one-hidden .pl__interview_all {
    padding: 0;
}

.polls__one-hidden .pl__interview__submit__container {
    padding-top: 4px;
}

.polls__one  {
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px 0;
    padding: 32px 0 5px 0;
}

/* Longread full page
---------------------------------------------------------------------------------------------------*/
.longread {
    background-attachment: fixed;
    background-size:cover;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-position: center;
}

.lr__container {
   /* max-width: 1600px;*/
    padding: 0 0 0 0;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.lr__header {
    background: rgba(29,29,29,0.6);
}

.lr__header__container {
    max-width: 1212px;
    padding: 0 12px;
    margin: 0 auto;
}

.lr__header__section_title {
    text-align: center;
    font-family: "Roboto", arial, sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 117px 0 0 0;
}

.lr__header__middle_container {
    text-align: center;
    padding: 326px 0 306px 0;
}

.lr__header__footer_container {
    text-align: center;
    font-family: "Roboto", arial, sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 325px 0 20px 0;
}

.lr__header__title {
    font-family: 'Lora', serif;
    font-size: 96px;
    line-height: 100px;
    color: #ffffff;
    padding: 19px 40px 33px 40px;
    margin: 0;
    font-weight: normal;
}

.lr__header__author {
    font-family: "Roboto", arial, sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: rgba(255,255,255,0.5);
}

.lr__header__social {
    text-align: center;
    padding: 0 0 56px 0;
}

.lr__header__social .pl__social_share__button {
    opacity: 0.5;
    transition: opacity 0.3s;
}

.lr__header__social .pl__social_share__button:hover {
    opacity: 1;
}

.pl__social_share__button__code_link {
    color: #1d1d1d;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    height: 24px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 9px 0 9px;
    border-radius: 3px;
    font-family: "Roboto", arial, sans-serif;
    font-size: 13px;
    line-height: 15px;
}

.lr__text_container {
    background: #ffffff;
}

.lr__text_wrapper {
    max-width: 1236px;
    padding: 0 12px;
    margin: 0 auto;
}

.lr__header__arrow {
    margin: 0;
    font-family: 'Lora', serif;
    font-size: 56px;
    color: #1d1d1d;
    line-height: 64px;
    padding: 57px 0 67px 0;
    text-align: center;
    font-weight: normal;
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px 0;
    position: relative;
}

.lr__header__arrow__line2 {
    font-size: 24px;
    line-height: 34px;
    font-family: "Roboto", arial, sans-serif;
    color: #1d1d1d;
    padding: 15px 0 4px 0;
}

.lr__header__arrow:before {
    content: '';
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    background: #ffffff url('img/lr_header_arrow.png') 50% 17px no-repeat;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    bottom: -22px;
    left: 50%;
    margin: 0 0 0 -21px;
}

.lr__header__no_arrow {
    margin: 0;
    font-family: "Roboto", arial, sans-serif;
    font-size: 56px;
    color: #1d1d1d;
    line-height: 64px;
    padding: 5px 0 0 0;
    text-align: center;
    font-weight: normal;
    position: relative;
}

.lr__text {
    font-family: "Roboto", arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #242424;
    padding: 51px 149px 30px 149px;
}

.lr__image {
    position: relative;
}

.lr__image:after {
    content: '';
    display: block;
    position: absolute;
    background: url('img/quote.png') 0 0 no-repeat;
    width: 42px;
    height: 38px;
    top: 94px;
    left: 50%;
    margin-left: -21px;
    z-index: 2;
}

.lr__image__text_wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.lr__image__text_container {
    display: table;
    width: 100%;
    height: 100%;
}

.lr__image__text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 56px;
    line-height: 72px;
    color: #ffffff;
    padding: 0 10% 0 10%;
}

.lr__image_img__container:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(29,29,29,0.6);
    content: '';
    z-index: 1;
}

.lr__image_img {
    width: 100%;
    height: auto;
}

.lr__image__desc {
    color: #878787;
    font-family: "Roboto", arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
    padding: 14px 0 0 0;
    text-align: center;
}

.lr__full_image {
    background: rgba(29,29,29,0.6);
    padding: 350px 0 357px 0;
}

.lr__full_image_small {
    padding: 151px 0 137px 0;
    background: rgba(29,29,29,0.6);
}

.lr__full_image__line1 {
    font-weight: normal;
    font-family: 'Lora', serif;
    font-size: 64px;
    line-height: 72px;
    color: #ffffff;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 140px 0 140px;
    text-align: center;
}

.lr__full_image_small_line1 {
    font-weight: normal;
    font-family: 'Lora', serif;
    font-size: 96px;
    line-height: 96px;
    color: #ffffff;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 140px 0 140px;
    text-align: center;
}

.lr__full_image__line2 {
    font-family: "Roboto", arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    max-width: 1600px;
    margin: 0 auto;
    padding: 55px 140px 0 140px;
    text-align: center;
}

.lr__big_text_link__in_text {
    border: 1px solid #e8e8e8;
    border-width: 1px 0 1px 0;
    float: right;
    width: 65%;
    margin: 25px -149px 20px 46px;
    font-family: 'Lora', serif;
    font-size: 26px;
    color: #1d1d1d;
    line-height: 36px;
    padding: 26px 0 38px 0;
    text-align: center;
    position: relative;
}

@supports (shape-outside: polygon(0 100%,100% 100%,100% 100px,0 100px)) {
    .lr__big_text_link__in_text {
        margin-top: 140px;
        shape-outside: polygon(0 100%,100% 100%,100% 110px,0 110px);
    }
}

.lr__big_text_link__in_text__link {
    text-decoration: none;
    display: block;
    font-family: "Roboto", arial, sans-serif;
    padding: 28px 0 19px 0;

}

.lr__big_text_link__in_text__title {
    display: block;
    font-family: "Roboto", arial, sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #1d1d1d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}

.lr__big_text_link__in_text__header {
    display: block;
    font-family: "Roboto", arial, sans-serif;
    font-size: 44px;
    line-height: 56px;
    color: #1d1d1d;
    padding: 17px 0 25px 0;
    transition: color 0.3s;
}

.lr__big_text_link__in_text__link:hover .lr__big_text_link__in_text__title,
.lr__big_text_link__in_text__link:hover .lr__big_text_link__in_text__header {
    color: #aa2020;
}

.lr__carusel__container {
    position: relative;
    padding: 0 20%;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pl__carusel {
    overflow: hidden;
}

.lr__carusel__item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    background: #f9f9f9;
    padding: 0 40px;
}

.lr__carusel__item img {
    width: 100%;
    height: auto;
}

.lr__carusel__left_arrow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 21%;
    border: 0;
    outline: none;
    cursor: pointer;
    display: block;
    background: transparent;
    text-indent: -10000px;
}

.lr__carusel__left_arrow:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
    opacity: 0;
    transition: opacity 0.3s;
}

.lr__carusel__left_arrow:after {
    display: block;
    position: absolute;
    content: '';
    left: 18px;
    top: 50%;
    margin-top: -17px;
    width: 20px;
    height: 34px;
    z-index: 11;
    background: url('img/carusel_arrows.png') 0 0 no-repeat;
    opacity: 0.4;
    transition: opacity 0.3s;
}

.lr__carusel__left_arrow:hover:before,
.lr__carusel__left_arrow:hover:after {
    opacity: 1;
}

.lr__carusel__right_arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 21%;
    border: 0;
    outline: none;
    cursor: pointer;
    display: block;
    background: transparent;
    text-indent: -10000px;
}

.lr__carusel__right_arrow:before {
    display: block;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background: -moz-linear-gradient(right, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to left, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
    opacity: 0;
    transition: opacity 0.3s;
}

.lr__carusel__right_arrow:after {
    display: block;
    position: absolute;
    content: '';
    right: 18px;
    top: 50%;
    margin-top: -17px;
    width: 20px;
    height: 34px;
    z-index: 11;
    background: url('img/carusel_arrows.png') -20px 0 no-repeat;
    opacity: 0.4;
    transition: opacity 0.3s;
}

.lr__carusel__right_arrow:hover:before,
.lr__carusel__right_arrow:hover:after {
    opacity: 1;
}

.lr__text_wrapper h3 {
    font-family: "Roboto", arial, sans-serif;
    line-height: 44px;
    font-size: 32px;
    font-weight: normal;
    color: #242424;
    text-align: center;
    margin: 0;
    padding: 7px 0 20px 0;
}

.lr_video__container {

}

.lr_video_item {
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
}

.lr_video_item img {
    width: 100%;
    height: auto;
}

.lr_video {
    max-width: 1236px;
    margin: 0 auto;
    padding: 9px 0 15px 0;
}

.lr_video .lr_video_item:nth-child(1) {
    padding: 0 12px 0 0;
}

.lr_video .lr_video_item:nth-child(2) {
    padding: 0 0 0 12px;
}

.lr__footer__source {
    font-family: "Roboto", arial, sans-serif;
    font-size: 11px;
    line-height: 13px;
    color: #242424;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 116px 0 20px 0;
    text-align: center;
    position: relative;
}

.lr__footer__source:after {
    display: block;
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #1d1d1d;
    top: 23px;
    left: 50%;
    margin-left: -8px;
}

.lr__footer__source a {
    text-decoration: none;
    color: #878787;
    transition: color 0.3s;
}

.lr__footer__source a:hover {
    color: #aa2020;
}

.lr__buttons {
    text-align: center;
    padding: 7px 0 108px 0;
}

.lr_info__all {
    padding: 12px 6px 120px 6px;
}

.lr_info__all__link {
    display: block;
    font-family: "Roboto", arial, sans-serif;
    font-size: 11px;
    color: #242424;
    text-decoration: none;
    letter-spacing: 1px;
    border: 1px solid #e8e8e8;
    text-align: center;
    padding: 25px 0 24px 0;
    text-transform: uppercase;
    background: #ffffff;
    transition: all 0.3s;
}

.lr_info__all__link:hover {
    color: #ffffff;
    background: #da4040;
    border-color: #da4040;
}

.g__table {
    display: table;
    width: 100%;
    height: 100%;
}

.g__table__row {
    display: table-row;
}

.g__table__cell-image {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.g__table__cell-desc {
    display: table-cell;
}

.gallery_popup a.pl__carusel__item:hover:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(29,29,29,0);
    z-index: 11;
    top: 0;
    opacity: 1;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-width: 0 0 3px 0;
    box-sizing: border-box;
}

.pl__text .pl__video__container,
.pl__text .pl__text__big_text,
.pl__text .pl__text__mosaic,
.pl__text .pl__text__mosaic__desc,
.pl__text .pl__read_more,
.pl__text .pl__one_image {
    margin-left: -96px;
}

@media screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
    .pl__text .pl__video__container,
    .pl__text .pl__text__big_text,
    .pl__text .pl__text__mosaic,
    .pl__text .pl__text__mosaic__desc,
    .pl__text .pl__read_more,
    .pl__text .pl__one_image {
        margin-left: 0;
    }
}</pre></body></html>