<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: #ffffff;
    height: 100%;
}

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;
}

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;
    vertical-align: top;
}

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

.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);
}

/*
---------------------------------------------------------------------------*/

.wrapper {
    max-width: 984px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

.header {
    text-align: center;
}

.header__menu_button {
    float: left;
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 200;
}

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

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

.page-hidden .header__menu_button:before {
    background: url('img/m_menu_close.png') 0 0 no-repeat;
    width: 10px;
    height: 10px;
    top: 16px;
    left: 18px;
}

.page-hidden .header__menu_button:after {
    background: url('img/m_menu_close.png') -10px 0 no-repeat;
    width: 10px;
    height: 10px;
    top: 16px;
    left: 18px;
}


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

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

.header__search_button {
    float: right;
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
}

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

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

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

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

.header__logo {
    display: inline-block;
    padding: 9px 0 8px 0;
    position: relative;
}

.header__logo:after {
    background: url('img/m_logo25_pobeda_hover.png');
    width: 88px;
    height: 27px;
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

/*
.header__logo:after {
    background: url('img/pln_novogodnee_logo_mobile_hover.webp');
    width: 88px;
    height: 27px;
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}
*/

.header__logo-vln:after {
    background: url('img/vln_logo_small_hover.png');
}

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


.header__logo_nohover {
    display: inline-block;
    padding: 9px 0 8px 0;
    position: relative;
}

.header__logo_nohover:after {
    width: 88px;
    height: 27px;
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}


/* News of day
------------------------------------------------------------------*/

.news_of_day {
    overflow: hidden;
    position: relative;
}

.news_of_day.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.news_of_day .slick-dots {
    bottom: 5px;
}

.news_of_day .slick-dots li button,
.news_of_day .slick-dots li {
    width: 10px;
    margin: 0;
}

.news_of_day .slick-dots li button:before {
    font-size: 6px;
    color: #ffffff;
    opacity: 0.7;
    width: 10px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
}

.news_of_day .slick-dots .slick-active button:before {
    color: #aa2020;
    opacity: 1;
}

.news_of_day__link {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 320px;
    white-space: normal;
    margin: 0 6px 0 6px;
}

.news_of_day__link_infban {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 200px;
    white-space: normal;
    margin: 0 6px 0 6px;
}

.news_of_day__link__title {
    font-family: "Roboto", arial, sans-serif;
    font-size: 10px;
    color: #ffffff;
    position: absolute;
    display: block;
    top: 12px;
    left: 12px;
    background: #a92020;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding: 3px 6px 3px 6px;
}

.news_of_day__link__desc {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    padding: 0 12px 12px 12px;
}

.news_of_day__link__desc__name {
    font-family: "Roboto", arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    display: block;
    padding: 0 0 15px 0;
}

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

.news_of_day__link__date_time {
    font-size: 10px;
    font-family: "Roboto", arial, sans-serif;
    color: rgba(255,255,255,0.7);
    line-height: 12px;
    text-transform: uppercase;
}

.news_list-inside {
    border: 1px solid #e6e6e6;
    border-width: 1px 0 0 0;
    background: url('img/m_top_shadow.png') 0 0 repeat-x;
}


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

.news_list__menu_link {
    font-family: "Roboto", arial, sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #878787;
    text-decoration: none;
    transition: all 0.3s;
    text-transform: uppercase;
    padding: 5px 0 15px 0;
    margin: 0 7px;
    display: inline-block;
    position: relative;
}

.news_list__menu_link-current {
    color: #242424;
}

.news_list__menu_link-current:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #aa2020;
    content: '';
    bottom: -1px;
}

.news_list__menu_link:hover {
    color: #aa2020;
}

.news_list__list__link {
    display: block;
    text-decoration: none;
    font-family: "Roboto", arial, sans-serif;
    font-size: 10px;
    line-height: 12px;
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px 0;
    padding: 22px 12px 18px 12px;
}

.news_list__list__link__title {
    font-size: 18px;
    color: #1d1d1d;
    line-height: 24px;
    transition: color 0.3s;
    padding: 5px 0 0 0;
    display: block;
}

.news_list__list__link__title_block {
    font-size: 14px;
    color: #1d1d1d;
    line-height: 20px;
    transition: color 0.3s;
    padding: 5px 0 0 0;
    display: block;
}


.news_list__list__link:hover .news_list__list__link__title {
    color: #aa2020;
}

.news_list__all_link {
    display: block;
    text-align: center;
    font-family: "Roboto", arial, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 13px;
    color: #878787;
    transition: all 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    padding: 21px 0 21px 0;
}

.news_list__all_link:hover {
    background: #aa2020;
    color: #ffffff;
}

.bnr {
    background: #f5f5f5;
    padding: 12px 0 12px 0;
    text-align: center;
    width: auto !important;
    height: auto !important;
}

.bnr img  {

    width: auto !important;
    height: auto !important;
}





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



.blogs__link {
    font-family: "Roboto", arial, sans-serif;
    font-weight: bold;
    color: #242424;
    font-size: 24px;
    line-height: 26px;
    transition: color 0.3s;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 36px 0 13px 11px;
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px 0;
}

.blogs__link:hover {
    color: #aa2020;
}

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

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

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

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

.blogs__list {
    overflow: hidden;
    position: relative;
}

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


.blogs__list__link {
    display: inline-block;
    vertical-align: top;
    opacity: 0.5;
    text-decoration: none;
    min-width: 122px;
    position: relative;
    padding: 24px 0 0 12px;
    transition: opacity 0.3s;
    min-height: 160px;
}

.blogs__list__link.slick-current {
    opacity: 1;
}

.blogs__list__link.slick-current:after {
    display: block;
    position: absolute;
    content: '';
    height: 2px;
    bottom: 0;
    background: #aa2020;
    left: 12px;
    right: 0;
    transition: all 0.3s;
}

.blogs__list__link:hover {
    opacity: 1;
}

.blogs__list__link:hover .blogs__list__name {
    color: #aa2020;
}

.blogs__list__photo {
    display: inline-block;
}

.blogs__list__photo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.blogs__list__name {
    font-family: "Roboto", arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #1d1d1d;
    display: block;
    padding: 6px 0 0 0;
    max-width: 150px;
    height: 39px;
    text-overflow: ellipsis;
    overflow:hidden;
}

.blogs__list__publications {
    font-family: "Roboto", arial, sans-serif;
    font-size: 10px;
    color: #878787;
    line-height: 12px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.blogs__article {
    padding: 24px 0 10px 0;
    font-family: "Roboto", arial, sans-serif;
    display: inline-block;
    outline: none;
    box-sizing: border-box;
    vertical-align: top;
}

.blogs__article .sdb {
    display: block;
    padding: 0 11px 0 11px;
}

.blogs__article__title {
    display: block;
    font-size: 18px;
    color: #1d1d1d;
    line-height: 21px;
    padding: 7px 11px 3px 11px;
}

.blogs__article__desc {
    font-size: 13px;
    line-height: 22px;
    color: #1d1d1d;
    padding: 0 11px 17px 11px;
}

.blogs__author_all_link {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #878787;
    font-family: "Roboto", arial, sans-serif;
    font-size: 11px;
    line-height: 13px;
    border: 1px solid #e8e8e8;
    border-width: 1px 0 0 0;
    transition: all 0.3s;
    padding: 22px 0 21px 0;
}

.blogs__author_all_link:hover {
    background: #aa2020;
    color: #ffffff;
}

.blogs__articles__container {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.bottom_carusel {
    background: #f5f5f5;
    padding: 12px 0 0 0;
}

.bottom_carusel__all_link {
    font-family: "Roboto", arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.7px;
    line-height: 13px;
    color: #878787;
    display: block;
    transition: all 0.3s;
    text-decoration: none;
    padding: 22px 0 21px 0;
    text-align: center;
    text-transform: uppercase;
    background: #ffffff;
}

.bottom_carusel__all_link:hover {
    background: #aa2020;
    color: #ffffff;
}

.footer {
    background: #e8e8e8;
}

.footer-comments {
    margin-bottom: 44px;
}

.footer__18 {
    float: right;
    font-family: "Roboto", arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    white-space: nowrap;
    color: #1d1d1d;
    padding: 24px 33px 6px 0;
    font-weight: bold;
}

.footer__copyright {
    margin-right: 70px;
    font-family: "Roboto", arial, sans-serif;
    font-size: 13px;
    color: #878787;
    line-height: 16px;
    padding: 19px 10px 16px 12px;
    letter-spacing: 0.3px;
}

.footer__full_version_link {
    display: block;
    margin: 0 12px 0 12px;
    border: 1px solid #dcdcdc;
    border-width: 1px 0 0 0;
    text-align: center;
    letter-spacing: 1px;
    font-family: "Roboto", arial, sans-serif;
    font-size: 11px;
    line-height: 13px;
    color: #878787;
    text-decoration: none;
    text-transform: uppercase;
    clear: both;
    padding: 17px 0 17px 0;
    transition: all 0.3s;
}

.footer__full_version_link:hover {
    color: #aa2020;
}

.menu {
    background: #e4e4e4;
    width: 240px;
    position: absolute;
    height: 100%;
    left: -240px;
    transition: all 0.3s;
    height: 100%;
}

.menu-visible {
    left: 0;
    position: relative;
}

.page {
    position: relative;
    transition: all 0.3s;
    left: 0;
    min-height: 100%;
    width: 100%;
}

.page-hidden {
    left: 240px;
    position: absolute;
    top: 0;
}

.page-hidden:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    z-index: 3;
}

.page-shadow:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
}

.page-hidden .pl__comments__reply {
    display: none;
}

.menu__city_select {
    background: #242424;
}

.menu__city_select__link {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 13px 33px 12px 24px;
    position: relative;
    display: block;
    border: 1px solid #343434;
    border-width: 0 0 1px 0;
    letter-spacing: 1px;
}

.menu__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;
}

.menu__city_select__link_back_to_pln {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 13px 33px 12px 24px;
    position: relative;
    display: block;
    border: 1px solid #343434;
    border-width: 0 0 1px 0;
    letter-spacing: 1px;
}

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

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

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

.menu__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: 13px 24px 12px 24px;
    background: #aa2020;
    transition: all 0.3s;
}

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

.menu__city_select-visible .menu__city_select__dropdown {
    display: block;
}

.menu_l1 {
    border: 1px solid #343434;
    border-width: 0 0 1px 0;
    padding: 8px 0 12px 0;
    background: #242424;
}

.menu_l1__link {
    display: block;
    font-family: "Roboto", arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #e4e4e4;
    text-decoration: none;
    transition: all 0.3s;
    padding: 10px 10px 8px 24px;
}

.menu_l1__link:hover {
    color: #ffffff;
}

.menu_l1__link-current {
    background: #aa2020;
}

.menu_l2 {
    background: #242424;
    padding: 9px 0 9px 0;
}

.menu_l2__link {
    display: block;
    font-family: "Roboto", arial, sans-serif;
    font-size: 11px;
    line-height: 13px;
    text-decoration: none;
    color: #878787;
    padding: 13px 10px 12px 24px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: all 0.3s;
}

.menu_l2__link:hover {
    color: #ffffff;
}

.menu_l3__commercial {
    font-size: 11px;
    line-height: 13px;
    color: #878787;
    text-transform: uppercase;
    vertical-align: top;
    text-decoration: none;
    padding: 14px 10px 13px 24px;
    transition: color 0.3s;
    display: block;
    letter-spacing: 0.3px;
    border: 1px solid #d1d1d1;
    border-width: 0 0 1px 0;
}

.menu_l3__commercial:hover {
    color: #aa2020;
}

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

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

.menu_l3__echo__container-visible .menu_l3__echo {
    color: #aa2020;
}

.menu_l3__echo__container-visible .menu_l3__echo__popup {
    display: block;
}

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

.menu_l3__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;
}

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

.menu_l3__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;
}

.menu_l3__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;
}

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

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

.menu_l3__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;
}

.menu_l3__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;
}

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

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

.menu_l3__echo {
    color: #242424;
    text-decoration: none;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    display: block;
    vertical-align: top;
    padding: 15px 30px 12px 104px;
    background: #e4e4e4;
    position: relative;
    transition: color 0.3s;
    letter-spacing: 0.3px;
    border: 1px solid #d1d1d1;
    border-width: 0 0 1px 0;
}

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

.menu_l3__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;
}

.menu_l3__cdi {
    display: block;
    border: 1px solid #d1d1d1;
    border-width: 0 0 1px 0;
    padding: 11px 10px 9px 24px;
}

.menu_l3__full_version {
    font-size: 11px;
    line-height: 13px;
    color: #242424;
    font-family: "Roboto", arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
    padding: 30px 10px 27px 24px;
    display: block;
    letter-spacing: 0.3px;
}

.menu_l3__full_version:hover {
    color: #aa2020;
}

.news_list__header {
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px 0;
    padding: 35px 11px 12px 18px;
}

.news_list__header__link {
    font-family: "Roboto", arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #242424;
    line-height: 28px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

.news_list__header__link:hover {
    color: #aa2020;
}

.news_list__header__type_link {
    float: right;
    text-decoration: none;
    font-family: "Roboto", arial, sans-serif;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #878787;
    display: inline-block;
    padding: 10px 0 0 0;
    transition: all 0.3s;
}

.news_list__header__type_link:hover {
    color: #aa2020;
}

.inpage__pages {
    padding: 34px 0 44px 0;
    box-sizing: border-box;
    font-size: 0;
}

.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 {
    color: #aa2020;
}

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

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

.photos_list__header {
    font-family: "Roboto", arial, sans-serif;
    font-size: 24px;
    color: #242424;
    line-height: 26px;
    font-weight: bold;
    padding: 36px 18px 13px 18px;
}

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

.photo_video__link {
    display: block;
    position: relative;
    text-decoration: none;
    margin-bottom: 12px;
}

.photo_video__photo_icon {
    position: absolute;
    display: block;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 24px;
    background: url('img/m_photo_icon.png') 0 0 no-repeat;
    opacity: 0.5;
}

.photo_video__video_icon {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 24px;
    background: url('img/m_video_icon.png') 0 0 no-repeat;
    opacity: 0.5;
}

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

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

@media screen and (max-device-width: 400px), screen and (max-width: 400px) {
    .photo_video__title {
        font-size: 18px;
        line-height: 24px;
        font-weight: normal;
    }

    .photo_video__details {
        padding: 10px 13px 10px 13px;
    }
}

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

/* Material
------------------------------------------------------------------------------------------------*/

.pl__text {
    font-size: 15px;
    line-height: 24px;
    color: #242424;
    padding: 0 12px 0 12px;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    border-width: 1px 0 0 0;
    background: url('img/m_top_shadow.png') 0 0 repeat-x;
}

.pl__text iframe{
    max-width: 100%;
}

.pl__text a{
    color: #aa2020;
}

.pl__section_name {
    font-size: 13px;
    color: #1d1d1d;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 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: 8px 0 0 0;
}

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

.pl__header__comments {
    display: block;
    font-size: 10px;
    line-height: 12px;
    padding: 16px 0 0 2px;
    letter-spacing: 0.8px;
}

.pl__header__comments__dash {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    line-height: 12px;
    vertical-align: baseline;
    padding: 0 7px 0 7px;
}

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

.pl__carusel__container {
    position: relative;
    margin: 9px -12px 0 -12px;
}

.pl__carusel {
    overflow: hidden;
}

.pl__carusel__item {
    display: inline-block;
    vertical-align: top;
    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;
}

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 .pl__carusel__item img {
    min-height: 100px;
}

.pl__carusel .slick-dots {
    bottom: 5px;
}

.pl__carusel .slick-dots li button,
.pl__carusel .slick-dots li {
    width: 10px;
    margin: 0;
}

.pl__carusel .slick-dots li button:before {
    font-size: 6px;
    color: #ffffff;
    opacity: 0.7;
    width: 10px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
}

.pl__carusel .slick-dots .slick-active button:before {
    color: #aa2020;
    opacity: 1;
}

.pl__carusel.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.pl__social_share {
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px 0;
    padding: 12px 0 8px 0;
    display: table;
}

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

.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__buttons {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

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

.pl__text__big_text, .pl__quote {
    border: 1px solid #e8e8e8;
    border-width: 1px 0 1px 0;
    font-family: 'Lora', serif;
    font-size: 22px;
    line-height: 32px;
    color: #1d1d1d;
    padding: 13px 0 15px 0;
}

.pl__text p img {
    margin: 7px 15px 5px 15px !important;
}

.pl__text img {
    max-width: 100%;
    height: auto !important;
}

.pl__text h2 {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding: 15px 0 3px 0;
}

.pl__text__big_text_cell_image {
    padding: 11px 0 12px 0;
}

.pl__text__mosaic {
    overflow: hidden;
}

.pl__quote {
    color: #878787;
    font-style: italic;
    font-size: 18px;
    line-height: 24px;
    padding: 13px 0 15px 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h2 + .pl__quote{
    margin-top: 16px;
}

.pl__quote:before{
    content: ' ';
    background: url(img/quote_icon.png) 0 0 no-repeat;
    display: block;
    width: 30px;
    height: 14px;
    position: absolute;
    top: -8px;
    left: 0;
}

.pl__quote-image{
    display: block;
    width: 120px;
    height: 80px;
    background-position: center center;
    background-size: contain;
    flex: 0 0 120px;
    margin-left: 70px;
}

.pl__quote-text{

}

.pl__quote + .pl__quote, .pl__quote + .pl__text__big_text{
    border-top: none;
}

.mosaicflow__item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    height: 100px;
    margin: 0 6px 0 6px;
}

a.mosaicflow__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;
}

a.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;
}

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

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

.mosaicflow__item img {
    height: 100px;
    width: auto;
}

.pl__carusel .slick-dots {
    bottom: 5px;
}

.pl__carusel .slick-dots li button,
.pl__carusel .slick-dots li {
    width: 10px;
    margin: 0;
}

.pl__carusel .slick-dots li button:before {
    font-size: 6px;
    color: #ffffff;
    opacity: 0.7;
    width: 10px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
}

.pl__carusel .slick-dots .slick-active button:before {
    color: #aa2020;
    opacity: 1;
}

.pl__carusel.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.pl__text__mosaic__desc {
    color: #878787;
    font-size: 11px;
    line-height: 16px;
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px 0;
    padding: 9px 0 7px 0;
}

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

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

.pl__read_more {
    border: 1px solid #e8e8e8;
    padding: 16px 23px 17px 23px;
    -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-bottom: 15px;
}

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

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

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

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

/* Interview
---------------------------------------------------------------------------------------------------------------*/

.pl__interview {
    border: 1px solid #e8e8e8;
    border-width: 1px 0 0 0;
    padding: 4px 0 20px 0;
    background: #f4f4f4;
}

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

.pl__interview__question {
    font-size: 18px;
    color: #1d1d1d;
    line-height: 24px;
    padding: 6px 12px 11px 12px;
    display: block;
}

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

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

.pl__interview_td1 {
    display: table-cell;
    border: 1px solid transparent;
    border-width: 1px 0 1px 0;
    padding: 14px 0 0 12px;
    color: #878787;
    font-size: 11px;
    line-height: 13px;
    width: 32px;
    vertical-align: top;
    transition: all 0.3s;
}

.pl__interview_td2 {
    display: table-cell;
    padding: 16px 0 10px 0;
    border: 1px solid #e8e8e8;
    border-width: 1px 0 1px 0;
    vertical-align: top;
}

.pl__interview__answer__graph__container {
    background: #d99f9f;
    height: 8px;
    margin-right: 12px;
}

.pl__interview__answer__graph__percentage {
    background: #aa2020;
    height: 8px;
    display: block;
}

.pl__interview__answer__text {
    font-size: 15px;
    line-height: 20px;
    color: #1d1d1d;
    padding: 9px 12px 1px 1px;
    transition: color 0.3s;
}

.pl__interview__radio {
    margin-top: -1px;
}

.pl__interview__radio input {
    display: none;
}

.pl__interview__radio input[type='radio']+label {
    display: block;
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
}

.pl__interview__radio input[type='radio']+label:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    left: 0;
    transition: all 0.3s;
}

.pl__interview__radio input[type='radio']:checked+label {
    background: #ffffff;
}

.pl__interview__radio input[type='radio']+label:hover .pl__interview__answer__text {
    color: #aa2020;
}

.pl__interview__radio input[type='radio']+label:hover:before {
    background: #d99f9f;
}

.pl__interview__radio input[type='radio']:checked+label:before {
    background: #aa2020;
}

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

.pl__interview__radio input[type='radio']:checked+label .pl__interview__answer__text {
    color: #aa2020;
}

.pl__interview__submit__container {
    padding: 24px 0 18px 0;
    text-align: center;
}

.pl__interview__submit {
    font-size: 12px;
    background: #aa2020;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    padding: 16px 19px 14px 19px;
    cursor: pointer;
    letter-spacing: 1.6px;
    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: block;
    vertical-align: top;
    font-size: 13px;
    color: #878787;
    line-height: 15px;
    padding: 13px 0 0 0;
}

/* Press-portrets
--------------------------------------------------------------------------------------*/

.pl__press_portrets {
    padding: 21px 12px 0 12px;
}

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

.pl__press_portrets__links {
    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);
}

.pl__press_portrets__link {
    display: block;
    border: 1px solid #e8e8e8;
    vertical-align: top;
    text-decoration: none;
    transition: border-color 0.3s;
    margin-top: -1px;
    min-height: 82px;
}

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

.pl__press_portrets__links .pl__press_portrets__link:nth-child(1):hover+.pl__press_portrets__link {
    border-top-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: 15px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    padding: 11px 10px 7px 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 8px 80px;
    letter-spacing: 0.5px;
}

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

.pl__source__name {
    color: #878787;
}

.pl__buttons {
    padding: 0 12px 40px 12px;
    text-align: center;
}

.pl__buttons__print {
    display: block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    font-size: 11px;
    line-height: 13px;
    color: #242424;
    transition: background 0.3s;

    background: #f5f5f5;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.pl__buttons__print__icon {
    display: inline-block;
    position: relative;
    padding: 16px 10px 15px 30px;
}

.pl__buttons__print__icon: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__icon: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 .pl__buttons__print__icon:before {
    opacity: 0;
}

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

/* Comments
--------------------------------------------------------------------------------------*/

.pl__comments {
    padding: 20px 12px 0 12px;
}

.pl__comments-inside {
    border: 1px solid #e6e6e6;
    border-width: 1px 0 0 0;
    background: url('img/m_top_shadow.png') 0 0 repeat-x;
}

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

.pl__comments__header__rules_link {
    float: right;
    font-family: "Roboto", arial, sans-serif;
    font-size: 15px;
    line-height: 17px;
    display: inline-block;
    vertical-align: top;
    color: #878787;
    transition: all 0.3s;
    text-decoration: none;
    font-weight: normal;
    padding: 8px 0 0 0;
}

.pl__comments__header__rules_link:hover {
    color: #aa2020;
}

.pl__comments__header__all {
    font-weight: normal;
    color: #878787;
    padding-left: 5px;
    font-size: 15px;
    line-height: 26px;
}

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

.pl__comments__previous {
    padding: 28px 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: 9px 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__reply {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(68, 68, 68, 0.3);
    -moz-box-shadow:    0px 0px 10px 0px rgba(68, 68, 68, 0.3);
    box-shadow:         0px 0px 10px 0px rgba(68, 68, 68, 0.3);
    z-index: 100;
}

.pl__comments__reply__show {
    color: #878787;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 16px 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-size: 11px;
    line-height: 13px;
    transition: color 0.3s;
}

.pl__comments__reply__show:hover {
    color: #aa2020;
}

.pl__comments__reply__show__icon {
    display: inline-block;
    position: relative;
    padding-left: 23px;
}

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

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

.page-shadow .pl__comments__reply__show__icon:before {
    background: url('img/m_menu_close.png') -20px 0 no-repeat;
    width: 10px;
    height: 10px;
    top: 1px;
}

.page-shadow .pl__comments__reply__show__icon:after {
    background: url('img/m_menu_close.png') -10px 0 no-repeat;
    width: 10px;
    height: 10px;
    top: 1px;
}

.pl__comments__reply__show:hover .pl__comments__reply__show__icon:before {
    opacity: 0;
}

.pl__comments__reply__show:hover .pl__comments__reply__show__icon:after {
    opacity: 1;
}

.pl__comments__form {
    padding: 0 12px 12px 12px;
    margin: 0 auto;
}

.pl__comments__form__name,
.pl__comments__form__comment {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    box-sizing: border-box;
    line-height: 24px;
	padding: 12px;
    vertical-align: middle;
    width: 100%;
    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;
    width: 100%;
}

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

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



.pln__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;
}

.pln__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;
}

.pln__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;
}

.pln__comments__previous__comment__buttons__like:hover {
    color: #aa2020;
}

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

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

.pln__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;
}

.pln__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;
}

.pln__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;
}

.pln__comments__previous__comment__buttons__dislike:hover {
    color: #aa2020;
}

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

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

/* pln add ends starts */





.polls__header {
    border: 1px solid #e6e6e6;
    border-width: 1px 0 1px 0;
    background: url('img/m_top_shadow.png') 0 0 repeat-x;
    font-size: 24px;
    color: #242424;
    line-height: 26px;
    font-weight: bold;
    padding: 36px 18px 13px 18px;
}

.polls__one {
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px 0;
    padding: 22px 0 0 0;
    transition: all 0.3s;
}

.polls__one-visible {
    background: #f4f4f4;
}

.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: 9px 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 {
    display: none;
}

.polls__one-hidden .pl__interview__submit__container {
    padding-top: 4px;
    text-align: left;
    padding-left: 12px;
}

/* People
-----------------------------------------------------------------------------------------------*/

.people {

}

.people-hidden {
    position: relative;
}

.people-hidden:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
}

.people__letter__header {
    font-family: "Roboto", arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #1d1d1d;
    border: 1px solid #1d1d1d;
    border-width: 0 0 3px 0;
    float: left;
    padding: 0 4px 0 4px;
    margin: 23px 0 0 12px;
}

.people__container {
    margin: 0 0 0 56px;
    padding: 16px 15px 50px 0;
}

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

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

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

.people__container a:before {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    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__container a:hover {
    color: #aa2020;
}

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

.people__letters__menu {
    float: right;
    font-family: "Roboto", arial, sans-serif;
    font-size: 13px;
    line-height: 15px;
    position: relative;
    padding: 0 0 0 15px;
    color: #aa2020;
    text-decoration: none;
    text-transform: uppercase;
    margin: 9px -7px 0 0;
    transition: color 0.3s;
}

.people__letters__menu-visible {
    color: #242424;
}

.people__letters__menu:before {
    display: block;
    position: absolute;
    content: '';
    width: 8px;
    height: 7px;
    background: url('img/people_letter_icon.png') 0 0 no-repeat;
    top: 4px;
    left: 2px;
    transition: opacity 0.3s;
}

.people__letters__menu-visible:before {
    background: url('img/people_letter_icon.png') -16px 0 no-repeat;
}

.people__letters__menu:after {
    display: block;
    position: absolute;
    content: '';
    width: 8px;
    height: 7px;
    background: url('img/people_letter_icon.png') -8px 0 no-repeat;
    top: 4px;
    left: 2px;
    transition: opacity 0.3s;
    opacity: 0;
}

.people__letters__menu:hover {
    color: #da4040;
}

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

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

.people__letters__menu__container {
    text-align: center;
    position: absolute;
    background: #ffffff;
    z-index: 3;
    display: none;
    width: 100%;
}

.people__right__all_number {
    font-size: 24px;
    line-height: 24px;
    color: #242424;
    font-weight: bold;
    padding: 29px 0 0 0;
}

.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: 11px 12px 20px 16px;
    text-align: left;
    display: inline-block;
    max-width: 300px;
}

.people__right__menu__letter {
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    width: 36px;
    padding: 10px 0 6px 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 popup
--------------------------------------------------------------------------------------------------------*/
.people__popup_wrapper {
    background: #ffffff;
    display: none;
}

.people__popup {
    max-width: 984px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
}

.people__popup__header {
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px 0;
}

.people__popup__close {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    text-indent: -10000px;
    z-index: 501;
    padding: 5px;
    position: relative;
    margin: 12px 0 0 12px;
}

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

.people__popup__close:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: url('img/m_menu_close.png') -10px 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;
}

.people__popup__info_name {
    font-size: 15px;
    line-height: 18px;
    color: #242424;
    margin: 0 0 0 42px;
    padding: 13px 12px 13px 0;
}

.people__popup__photos {
    overflow: hidden;
    position: relative;
    background: #f9f9f9;
}

.people__popup__photos a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
}

.people__popup__photos a img {
    max-width: 100%;
    height: auto;
}

.people__popup__photos .slick-dots {
    bottom: 5px;
}

.people__popup__photos .slick-dots li button,
.people__popup__photos .slick-dots li {
    width: 10px;
    margin: 0;
}

.people__popup__photos .slick-dots li button:before {
    font-size: 6px;
    color: #ffffff;
    opacity: 0.7;
    width: 10px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
}

.people__popup__photos .slick-dots .slick-active button:before {
    color: #aa2020;
    opacity: 1;
}

.people__popup__photos.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.people__popup__info {
    padding: 26px 15px 0 15px;
}

.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;
}

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

.pl__text__mosaic-photor {
    margin-bottom: 20px;
}

.pl__text__mosaic-photor .mosaicflow__item img {
    width: 100%;
    height: auto;
}

.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__blog_header {
    padding: 0 0 31px 0;
}

.pl__blog_header__link {
    display: block;
    text-decoration: none;
    margin: 11px 0 0 0;
    position: relative;
}

.pl__blog_header__link__photo {
    display: block;
    float: left;
    border-radius: 50%;
}

.pl__blog_header__link__photo img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.pl__blog_header__link__name {
    margin-left: 51px;
    display: block;
    font-family: "Roboto", arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #1d1d1d;
    padding: 4px 0 0 0;
    transition: color 0.3s;
}

.pl__blog_header__link__all {
    margin-left: 51px;
    display: block;
    font-family: "Roboto", arial, sans-serif;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #878787;
    padding: 2px 0 0 0;
    transition: color 0.3s;
}

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

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

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

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

.pl__blog_header__link:hover .pl__blog_header__link__name,
.pl__blog_header__link:hover .pl__blog_header__link__all {
    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;
}


.pl__blogers {
    padding: 0 12px 48px 12px;
}

.pl__bloger {
    border: 1px solid #e6e6e6;
    border-width: 0 0 1px 0;
}

.pl__bloger__link {
    text-decoration: none;
    color: #242424;
    letter-spacing: 0.5px;
    transition: color 0.3s;
    display: block;
    padding: 12px 0 12px 0;
}

.pl__bloger__link:hover {
    color: #aa2020;
}

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

.pl__bloger__image {
    display: table-cell;
    vertical-align: top;
}

.pl__bloger__image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.pl__bloger__name {
    font-size: 18px;
    line-height: 21px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 11px;
    width: 100%;
}


.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_small {
    display: block;
    text-decoration: none;
    margin-top: 8px;
}

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

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


.footer__contacts__container,
.footer__other__container {

}


.footer__contacts__phone {
    font-size: 13px;
    color: #878787;
    padding: 0 0 13px 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;
}

.pl_lid_in_text
{

margin-left: 40px;
font-size:17px;
color:#7f8c8d;
font-weight: bold;
font-style: italic;
font-family:Georgia,serif;

}

.pl_lid_hr_red_in_text
{
text-align:right;
border: none;
color: FireBrick;
background-color: FireBrick;
height: 3px;
margin-left: 40px;
}



anons_bnr {
    text-align: center;
    font-size: 0;
    padding: 12px 6px 0 6px;
    max-height: 105px;
    overflow: hidden;
}

.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;
    max-height: 90px;
    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);
}

/* 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;
}</pre></body></html>