* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #184a79;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

a {
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

dir, menu, p, ul {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 0;
}

dir, menu, ul {
    list-style-type: disc;
    -webkit-padding-start: 0;
    padding: 0;
}

ul > li {
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after {
    content: " ";
    display: table;
}


@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1260px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.mobile-header-2020 .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 100%;
}

.dropdown {
    position: relative;
}

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

.main-header-2020 a,
.header-line-2 a {
    transition: all .1s ease;
    cursor: pointer !important;
}

.right-column {
    margin-top: 25px;
}

.height-40 {
    height: 40%;
    padding-bottom: 50px;
}

.height-50 {
    height: 50%;
    padding-bottom: 50px;
}

.height-60 {
    height: 60%;
    padding-bottom: 50px;
}

.height-100 {
    height: 100%;
    padding-bottom: 50px;
}

.sticky-80 {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

.sticky-105 {
    position: -webkit-sticky;
    position: sticky;
    top: 105px;
}

.noti_button {
    user-select: none;
}

.svg-icon {
    fill: #fff;
}

.svg-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: #8ba4bc;
    transition: .1s;
}

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

/*Adaptive menu - Базовая разметка*/

nav.greedy {
    /*position: relative;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.greedy-btn {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    position: relative;
}

.greedy-btn.hidden {
    transition: none;
    border-right: 0.5rem solid #b6b6b6;
    width: 0;
    padding: 0;
    overflow: hidden;
}

.greedy ul.links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex: 1;
    flex: 1;
}

.greedy ul.links.links-1 {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.greedy ul.links.links-2 {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.greedy-nav-top-fixed ul.links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex: 1;
    flex: 1;
}

.greedy-nav-top-fixed ul.links-3,
.greedy-nav-top-fixed ul.links-4 {
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
}

.greedy ul.links-1 li,
.greedy-nav-top-fixed ul.links.greedy-show-more {
    flex: none;
}

ul.hidden-links.hidden {
    display: none;
}

/*End of Adaptive menu - Базовая разметка*/

nav.greedy-nav {
    height: 60px;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    left: -10px;
    right: auto;
    transition: .2s ease-out;
}

/*nav.greedy-nav .links-1 {
    padding: 0 20px 0 0;
}*/

nav.greedy-nav .greedy-btn {
    width: 42px;
    min-width: 42px;
}

.greedy ul.links li,
.greedy-nav-top-fixed ul.links li {
    margin-right: 0;
}

ul.links-1 .greedy-li:hover,
ul.links-1 .greedy-li:focus {
    z-index: 1000;
}

ul.links-1 li > a,
.greedy-nav-top-fixed .parent-rubric .greedy-a,
.greedy-nav-top-fixed .greedy-li-name-rubric .greedy-a,
.greedy-nav-top-fixed .greedy-li-name-subrubric .greedy-a,
.greedy-nav-top-fixed .links-3 .greedy-a {
    padding: 0 16px;
    position: relative;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

ul.links-1 li.greedy-li-guide .dropdown-panel-small a {
    font-size: 14px;
    line-height: 1.2;
    text-transform: none;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    display: block;
    padding: 0;
}

ul.links-1 li > a {
    padding: 0 11px;
}

ul.links-1 li > a.greedy-a-plus,
.greedy-nav-top-fixed .links-3 a.greedy-a-plus {
    text-transform: none;
}

ul.links-1 li > a {
    line-height: 70px;
}

ul.links-2 li a,
ul.links-4 li a {
    padding: 0 16px;
    position: relative;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
}

ul.links-2 li a {
    line-height: 45px;
}

ul.links-4 li a {
    line-height: 50px;
}

ul.links-2 li a:hover,
ul.links-4 li a:hover {
    text-decoration: underline;
}

.greedy.greedy-nav {
    -ms-flex-align: start;
    align-items: flex-start;
}

/*.greedy.greedy-nav > .links-1 > .greedy-li,
.greedy.greedy-nav > .greedy-show-more > .greedy-li {
    padding: 10px 0 0;
}*/

.greedy.greedy-nav > .links-1 > .greedy-li > a,
.greedy.greedy-nav > .greedy-show-more > .greedy-li > .greedy-btn {
    line-height: 59px;
    padding-top: 1px;
    letter-spacing: 0.3px;
    /*border-radius: 8px;*/
}

.greedy.greedy-nav > .links-1 > .greedy-li.nav_dropdown:hover > a,
.greedy.greedy-nav > .links-1 > .greedy-li.nav_dropdown:focus > a,
.greedy.greedy-nav > .links-1 > .greedy-li.nav_dropdown.open_menu > a,
.greedy.greedy-nav > .greedy-show-more > .greedy-li.nav_dropdown:hover > .greedy-btn,
.greedy.greedy-nav > .greedy-show-more > .greedy-li.nav_dropdown:focus > .greedy-btn,
.greedy.greedy-nav > .greedy-show-more > .greedy-li.nav_dropdown.open_menu > .greedy-btn {
    line-height: 59px;
    /*padding-bottom: 10px;
    border-radius: 8px 8px 0 0;*/
}

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

.greedy-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
}

.greedy-nav-fixed {
    display: -ms-flexbox;
    display: flex;
}

.greedy-nav-in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.greedy-nav-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.greedy-nav-list,
.greedy-nav-list-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.greedy-nav-list > .greedy-nav-item:nth-of-type(1n+2),
.greedy-nav-list-2 > .greedy-nav-item:nth-of-type(1n+2) {
    margin-left: 0;
}

.greedy-li {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.greedy-show-more .greedy-nav-item {
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.greedy-nav-hidden {
    display: none;
}

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

.greedy-btn,
.greedy-btn-2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    width: 42px;
    height: 100%;
    position: relative;
    transform: rotate(0deg);
    cursor: pointer;
}

.greedy-sandwich-line {
    font-size: inherit
}

.greedy-sandwich-line {
    display: block;
    position: absolute;
    height: 2px;
    width: 22px;
    border-radius: 1px;
    opacity: 1;
    left: calc(50% - 11px);
    transform: rotate(0deg);
    transition: .05s linear;
}

.greedy-sandwich-line:nth-child(1) {
    top: calc(50% - 7px);
}

.greedy-sandwich-line:nth-child(2) {
    top: calc(50% - 1px);
}

.greedy-sandwich-line:nth-child(3) {
    top: calc(50% + 5px);
}

/*.greedy-nav-top-fixed .greedy-sandwich-line:nth-child(1) {
    top: calc(50% - 8px);
}

.greedy-nav-top-fixed .greedy-sandwich-line:nth-child(2) {
    top: calc(50% - 1.5px);
}

.greedy-nav-top-fixed .greedy-sandwich-line:nth-child(3) {
    top: calc(50% + 6px);
}*/

.header-line-2 .greedy-dot,
.greedy-4 .greedy-dot {
    display: block;
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    opacity: 1;
    top: calc(50% - 2.5px);
    transform: rotate(0deg);
    transition: .05s ease-in-out;
}

.header-line-2 .greedy-dot:nth-child(1),
.greedy-4 .greedy-dot:nth-child(1) {
    left: calc(50% - 11.5px);
}

.header-line-2 .greedy-dot:nth-child(2),
.greedy-4 .greedy-dot:nth-child(2) {
    left: calc(50% - 2.5px);
}

.header-line-2 .greedy-dot:nth-child(3),
.greedy-4 .greedy-dot:nth-child(3) {
    left: calc(50% + 6.5px);
}

/*End of Adaptive menu*/

/*Adaptive menu - skin*/

.greedy-nav,
.greedy-show-more,
.greedy-show-more .greedy-btn-show-more {
    height: 60px;
}

.greedy-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    transition: .2s ease-out;
}

.greedy-nav-item {
    display: inline-block;
    float: left;
    margin-right: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.greedy-nav-item:hover,
.greedy-nav-item:focus {
    z-index: 1000;
}

.nav_dropdown {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}

.nav_dropdown.greedy-li-nn,
    /*.greedy-nav-top-fixed .parent-rubric .greedy-show-more,*/
.greedy-nav-top-fixed ul.greedy-visible li {
    position: unset;
}

.greedy-nav-top-fixed ul.greedy-visible li {
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.greedy-nav-top-fixed .parent-rubric ~ .greedy-li:last-of-type,
.greedy-nav-top-fixed ul.greedy-visible .greedy-show-more li {
    position: relative;
}

.greedy-nav-top-fixed .parent-rubric ~ .greedy-li.greedy-li-name-rubric {
    display: none;
    position: unset;
}

.greedy-nav-top-fixed .parent-rubric ~ .greedy-li.greedy-li-name-rubric a {
    max-width: 300px;
}

.greedy-nav-top-fixed .parent-rubric:hover {
    box-shadow: 1px 0 0 0 rgba(7, 31, 44, .005),
    2px 0 0 0 rgba(7, 31, 44, .005),
    3px 0 0 0 rgba(7, 31, 44, .005),
    4px 0 0 0 rgba(7, 31, 44, .005),
    5px 0 0 0 rgba(7, 31, 44, .005),
    6px 0 0 0 rgba(7, 31, 44, .005),
    7px 0 0 0 rgba(7, 31, 44, .005);
    z-index: 1;
}

.nav_dropdown:hover {
    text-decoration: none;
}

.greedy-a {
    width: 100%;
}

.greedy-a,
.greedy-a:hover,
.greedy-a:focus,
.greedy-a:active,
.greedy-btn {
    transition: none;
}

.greedy-nav-top-fixed .greedy-btn:before {
    display: none;
}

.greedy-li:hover .greedy-a,
.greedy-li:focus .greedy-a,
.greedy-li.open_menu .greedy-a,
.greedy-show-more .greedy-li:hover .greedy-btn,
.greedy-show-more .greedy-li:focus .greedy-btn,
.greedy-show-more .greedy-li.open_menu .greedy-btn
    /*.container-in .header-line-2-current-rubric.open_menu:last-of-type span*/
{
    z-index: 1020;
}

.greedy-li > .greedy-a > .svg-chevron {
    width: 10px;
    height: 10px;
    margin-left: 2px;
    vertical-align: 1px;
}

.greedy ul.links.greedy-show-more {
    width: 42px;
    min-width: 42px;
    flex: none;
    margin-left: 20px;
}

.greedy-nav-top-fixed ul.links.greedy-show-more {
    width: 50px;
    min-width: 50px;
}

.greedy ul.links.greedy-show-more.hidden-btn {
    transition: none;
    width: 0;
    min-width: 0;
    padding: 0;
    margin-left: 0;
    overflow: hidden;
}

.greedy-show-more .greedy-btn-show-more {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 30px;
    padding: 0;
}

.greedy-nav-fixed {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.main-header-2020 .search {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
}

.main-header-2020 .search .svg-icon {
    width: 18px;
    height: 18px;
}

/*.greedy-nav-top-fixed .greedy-nav-fixed .search {
    width: 30px;
    height: 30px;
    font-size: 17px;
}*/

.main-header-2020 .greedy-nav-top-fixed {
    visibility: hidden;
    opacity: 0;
}

.main-header-2020 .greedy-nav-top-fixed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*background: #0000ff1f;*/
}

.greedy-nav-top-fixed,
.greedy-nav-top-fixed .greedy-nav-in,
.greedy-nav-top-fixed .greedy-show-more,
.greedy-nav-top-fixed > ul > .greedy-li,
.greedy-nav-top-fixed .greedy-show-more .greedy-btn-show-more,
.greedy-nav-top-fixed .greedy-nav-fixed,
.greedy-nav-top-fixed .greedy-3,
.greedy-nav-top-fixed .greedy-4 {
    height: 50px;
}

.greedy-nav-top-fixed .greedy-nav-list > div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

/*.greedy-nav-top-fixed ul.links.greedy-visible {
    margin-left: -26px;
}*/

.greedy-nav-top-fixed .parent-rubric {
    display: -webkit-flex;
    display: flex;
}

.greedy-nav-top-fixed .parent-rubric .greedy-a,
.greedy-nav-top-fixed .greedy-li-name-rubric .greedy-a,
.greedy-nav-top-fixed .greedy-li-name-subrubric .greedy-a {
    font-size: 15px;
    line-height: 50px;
    white-space: nowrap;
}

.greedy-nav-top-fixed .parent-rubric .greedy-li {
    padding: 0 16px 0 32px;
}

.greedy-nav-top-fixed .parent-rubric .dropdown-panel .greedy-li {
    padding: 0;
}

.greedy-nav-top-fixed .greedy-3,
.greedy-nav-top-fixed .greedy-4 {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    left: 0;
    padding: 0;
    -ms-flex: 1;
    flex: 1;
}

.greedy-nav-top-fixed .group-el {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-width: 100px;
}

.greedy-nav-top-fixed .links-3 .greedy-li,
.greedy-nav-top-fixed .links-4 .greedy-li {
    flex: none;
}

.greedy-nav-top-fixed .links-3 .greedy-a {
    line-height: 50px;
    font-size: 14px;
    white-space: nowrap;
    padding: 0 10px;
}

.greedy-nav-top-fixed .greedy-show-more,
.greedy-nav-top-fixed .greedy-show-more .greedy-btn,
.greedy-nav-top-fixed .greedy-nav-fixed {
    width: 50px;
    min-width: auto;
}

.greedy-nav-top-fixed .parent-rubric .greedy-show-more {
    width: 50px;
    min-width: auto;
    line-height: 50px;
}

.greedy-nav-top-fixed .parent-rubric .greedy-show-more > a {
    padding: 0;
}

.greedy-nav-top-fixed .parent-rubric .greedy-show-more:hover > a,
.greedy-nav-top-fixed .parent-rubric .greedy-show-more:focus > a,
.greedy-nav-top-fixed .parent-rubric .greedy-show-more.open_menu > a {
    z-index: 1020;
}

/*End of Adaptive menu - skin*/

.main-header-2020 {
    z-index: 1010;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.main-header-2020.fixed {
    margin-top: 0;
}

.main-header-2020.fixed-permanent {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: auto;
    top: -90px;
    background-color: #fff;
}

/*.header-line-1:before {
    content: '';
    position: absolute;
    bottom: 1px;
    height: 50px;
    width: 0;
    z-index: 1;
    transition: width .1s linear;
}*/

.header-line-1,
.container-in {
    position: relative;
    height: 140px;
}

.header-line-1-add-back,
.header-line-add {
    height: 80px;
}

.main-header-2020.fixed .header-line-add {
    height: 50px;
}

.header-line-1 {
    z-index: 1;
}

.header-line-1-back {
    height: 60px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.header-line-1-add-back {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.header-logo-2020 {
    display: block;
    width: 225px;
    min-width: 225px;
    height: 39px;
    margin-bottom: 2px;
    transition: .2s ease-in-out;
}

.header-logo-2020 img {
    width: 100%;
    height: auto;
    transition: .2s ease-in-out;
}

/*.main-header-2020.fixed .header-logo-2020 {
    height: 50px;
    padding-top: 6px;
}*/

/*.main-header-2020:not(.fixed) .header-logo-2020:hover img {
    transform: scale(1.05);
}

.main-header-2020:not(.fixed) .header-logo-2020:active img {
    transform: scale(1);
}

.main-header-2020.fixed .header-logo-2020 img:hover {
    transform: scale(1.05);
}

.main-header-2020.fixed .header-logo-2020 img:active {
    transform: scale(1);
}*/

/*.main-header-2020.fixed .header-logo-2020 {
    width: 160px;
    min-width: 160px;
    height: 25px;
    margin-top: 2px;
}*/

.header-line-add {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*background-color: #ff00d424;*/
    transition: .1s;
}

.header-content-normal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1;
}

.header-content-fixed {
    position: absolute;
    bottom: 0;
    left: 245px;
    width: calc(100% - 245px - 230px);
    height: 50px;
    z-index: -1;
}

.main-header-2020.fixed .greedy-nav {
    height: 50px;
}

.main-header-2020.fixed .header-content-fixed {
    top: 90px;
    z-index: 2;
}

.header-content,
.greedy.greedy-2 {
    transition: .2s ease-out;
}

.header-content.noload,
.greedy.greedy-2.noload {
    overflow: hidden;
    opacity: 0;
}

.header-line-add-in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
}

/*Send-nn button*/

.greedy-nav-top-fixed .btn-send-nn-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.btn-send-nn {
    display: inline-block;
    text-align: center;
    /*margin: 0 7.5px;*/
    line-height: 30px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: .1s;
}

.btn-send-nn span {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.btn-send-nn.min {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
}

/*.btn-send-nn.min span {
    display: none;
}*/

/*.btn-send-nn.max {
    width: 210px;
    height: 30px;
    padding: 0 10px 0 40px;
    border-radius: 15px;
    margin: 0;
}*/

.btn-send-nn .svg-icon {
    position: absolute;
    top: 4px;
    left: 10px;
    width: 22px;
    height: 22px;
    fill: #fff;
}

.btn-send-nn.max {
    width: 156px;
    min-width: 156px;
    height: 36px;
    padding: 3px 10px 4px 44px;
    border-radius: 20px;
    margin: 0;
    line-height: 1.1;
    text-align: left;
    transition: none;
}

.btn-send-nn.max .svg-icon {
    position: absolute;
    top: 7px;
    left: 13px;
    width: 22px;
    height: 22px;
    fill: #fff;
}

.btn-send-nn.min .svg-icon {
    left: 4px;
}

.btn-send-nn span,
.btn-send-nn .svg-icon {
    opacity: 0;
    overflow: hidden;
    animation: btn-send-delay .3s 1;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

@keyframes btn-send-delay {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

/*.btn-send-nn.max span {
    display: inline;
}*/

/*.btn-send-nn:before {
    content: "\f1d8";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 19px;
}

.btn-send-nn:after {
    content: "\f1d8";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 19px;
}

.btn-send-nn.min:before {
    top: 9px;
    left: 7px;
}

.btn-send-nn.min:after {
    left: -19px;
    top: 35px;
}

.btn-send-nn.min:hover:before {
    animation: plane-min-before 1.5s infinite;
    animation-timing-function: linear;
    animation-delay: .2s;
}

@keyframes plane-min-before {
    from, to {
        left: 8px;
        top: 8px;
    }
    49.99% {
        left: 35px;
        top: -19px;
    }
    50% {
        left: -19px;
        top: -19px;
    }
    50.01% {
        left: -19px;
        top: 35px;
    }
}

.btn-send-nn.min:hover:after {
    animation: plane-min-after 1.5s infinite;
    animation-timing-function: linear;
    animation-delay: .2s;
}

@keyframes plane-min-after {
    from {
        left: -19px;
        top: 35px;
    }
    to {
        left: 35px;
        top: -19px;
    }
}


.btn-send-nn.max:before {
    top: 8px;
    left: 14px;
}

.btn-send-nn.max:after {
    left: -14px;
    top: 37px;
}

.btn-send-nn.max:hover:before {
    animation: plane-max-before 1.5s infinite;
    animation-timing-function: linear;
    animation-delay: .2s;
}

@keyframes plane-max-before {
    from, to {
        left: 14px;
        top: 8px;
    }
    49.99% {
        left: 37px;
        top: -20px;
    }
    50% {
        left: -14px;
        top: -20px;
    }
    50.01% {
        left: -14px;
        top: 37px;
    }
}

.btn-send-nn.max:hover:after {
    animation: plane-max-after 1.5s infinite;
    animation-timing-function: linear;
    animation-delay: .2s;
}

@keyframes plane-max-after {
    from {
        left: -14px;
        top: 37px;
    }
    to {
        left: 37px;
        top: -20px;
    }
}*/

.greedy-nav-top-fixed .group-el .btn-send-nn.min {
    margin: 0 7.5px;
}

/*End of Send-nn button*/

.sitebar_reklama_wr.reklama_wr_mob.container-adm1 {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 100/90;
    margin: 62px auto 0;
}

.current-inf,
.current-inf-mob {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.current-inf-mob {
    margin: 90px auto 25px;
    /*height: 35px;
    min-height: 35px;*/
    height: 24px;
    min-height: 24px;
}

.current-date {
    margin: 0 10px;
    white-space: nowrap;
    background: #e3eaef;
    padding: 0 7px;
    border-radius: 4px;
    line-height: 24px;
}

.sitebar_reklama_wr.reklama_wr_mob + .current-inf-mob {
    margin: 15px 0;
}

.for-phone .sitebar_reklama_wr.reklama_wr_mob + .current-inf-mob {
    margin: 20px 0;
}

@media (max-width: 400px) {
    .current-inf-mob {
        flex-direction: column;
        flex-wrap: nowrap;
        /*height: 70px;
        min-height: 70px;*/
    }

    /*.current-inf-mob .current-date {
        margin: 5.5px 10px;
    }*/
}

.h_inf {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
    height: 35px;
}

.h_inf > div {
    font-size: 16px;
    line-height: 17px;
}

.weather {
    margin-right: 20px;
}

.weather a,
.currency,
.currency div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 17px;
}

.img-weather {
    height: 35px;
    width: 35px;
    min-width: 35px;
    margin: 0 3px 0 0;
}

.currency > div:first-child {
    margin-right: 10px;
}

.h_inf .currency {
    margin-right: 0;
}

.сurrent-symbol {
    font-family: 'Open Sans';
    font-weight: 700;
    display: inline-block;
    margin-right: 3px;
}

.main-header-2020 .navbar-nav > li > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
}

.main-header-2020 .navbar-nav > li > a {
    height: 30px;
}

.main-header-2020 .navbar-nav > li.no-notifications > a {
    width: 30px;
    padding: 0;
}

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

/*---dropdown-panel---*/

.nav_dropdown {
    font-size: 14px;
}

.nav_dropdown .dropdown-panel {
    display: none;
}

.nav_dropdown.open_menu > .dropdown-panel {
    display: block;
}

.dropdown-panel {
    position: absolute;
    top: 100%;
    z-index: 1001;
    border-radius: 0 0 8px 8px;
    display: none;
}

.dropdown-panel {
    padding: 19px 25px 15px;
}

.dropdown-panel p,
.dropdown-panel a {
    font-size: 14px;
    line-height: 1.2;
    text-transform: none;
    white-space: normal;
    display: inline-block;
}

.dropdown-panel li > a {
    width: 100%;
}

.dropdown-panel .dropdown-panel-list {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-gap: 20px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    line-height: 1.2;
}

.dropdown-panel.dropdown-panel-small .dropdown-panel-list {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
}

.dropdown-panel .dropdown-panel-list li,
.dropdown-panel.novosti_vse .dropdown-panel-list a {
    display: inline-block;
    margin: 4px 0;
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 1.2;
}

/*.greedy-nav-top-fixed .parent-rubric .greedy-show-more .dropdown-panel .dropdown-panel-list li {
    display: block;
}*/

.dropdown-panel .dropdown-panel-list li a {
    line-height: 1.2;
    white-space: normal;
}

.dropdown-panel-small .dropdown-panel-list li a {
    white-space: nowrap;
}

.dropdown-panel a:hover {
    text-decoration: underline;
}

.dropdown-panel a.active {
    font-weight: 700;
    background-color: #e3eaef;
    outline: 5px solid #e3eaef;
}

.dropdown-panel-footer {
    margin: 17px 0 5px;
}

/*---dropdown-panel - Individual---*/

.greedy-1 .greedy-show-more .dropdown-panel-add,
.greedy-nav-top-fixed .greedy-show-more .dropdown-panel-add,
.dropdown-panel-extended {
    width: 544px;
}

.greedy-1 .greedy-show-more .dropdown-panel-add {
    right: 0;
}

.greedy-nav-top-fixed .greedy-show-more .dropdown-panel-add {
    left: -10px;
}

.greedy-nav-top-fixed .greedy-3 .greedy-show-more .dropdown-panel-add {
    left: auto;
    top: 50px;
    right: 0;
}

.dropdown-panel-extended {
    padding: 19px 25px;
}

.greedy-li-name-rubric .dropdown-panel-extended {
    left: -10px;
}

.greedy-nav-top-fixed .greedy-li-name-rubric .dropdown-panel-extended {
    left: 0;
}

.header-line-2 .dropdown-panel-extended {
    right: -70px;
}

.dropdown-panel-small {
    padding: 8px 16px 13px;
    min-width: 140px;
}

.greedy-show-more .greedy-nav-item.nav_dropdown {
    position: unset;
}

.dropdown-panel-small {
    left: 0;
}

.dropdown-panel-small-to-left,
.greedy-1 .dropdown-panel-small {
    left: auto;
    right: 0;
}

.greedy-1 .greedy-li-guide .dropdown-panel-small {
    left: 0;
    right: auto;
}

/*.header-line-2-current-rubric .dropdown-panel-small {
    top: calc(100% + 1px);
}*/

/*---End of dropdown-panel - Individual---*/

.nav_dropdown .novosti_vse {
    left: 0;
    padding: 0 25px 21px;
}

.nav_dropdown .novosti_vse_nn {
    width: 590px;
}


.header-menu .novosti_vse_head,
.header-menu .novosti_vse_head * {
    line-height: 75px;
    height: 75px;
    display: inline-block;
}

.nav_dropdown .novosti_vse_head,
.nav_dropdown .novosti_vse_head * {
    line-height: 60px;
    height: 60px;
}

.nav_dropdown .novosti_vse_head {
    width: 100%;
}

.nav_dropdown .novosti_vse_head .all_novosi {
    float: left;
    margin-right: 65px;
    text-decoration: underline;
}

.nav_dropdown .novosti_vse_head .novosti_vse_top,
.nav_dropdown .novosti_vse_head .novosti_vse_top div i {
    float: left;
}

.nav_dropdown .novosti_vse_head .novosti_vse_photo_video {
    float: right;
}

.nav_dropdown .novosti_vse_head .novosti_vse_top div,
.nav_dropdown .novosti_vse_head .novosti_vse_top > a {
    margin-right: 20px;
    float: left;
}

.dropdown-panel .icon-icon-moe-33 {
    margin-left: 20px;
}

.novosti_vse_head [class*='icon-icon-'] {
    font-size: .9em;
    margin-right: 6px;
    vertical-align: baseline;
    text-decoration: none;
}

.dropdown-panel .novosti_vse_small_head {
    padding: 0 10px;
    width: 100%;
}

.dropdown-panel .novosti_vse_right_side .novosti_vse_small_head {
    margin-bottom: 5px;
}

.dropdown-panel .novosti_vse_small_head,
.dropdown-panel .novosti_vse_small_head a {
    font-size: 14px;
    line-height: 28px;
}

.dropdown-panel .novosti_vse_small_head a {
    float: right;
    text-decoration: underline;
}

.dropdown-panel .novosti_vse_theme {
    width: 100%;
    position: relative;
}

.dropdown-panel .novosti_vse_theme a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: 18px;
    position: relative;
    text-decoration: none;
}

.dropdown-panel .novosti_vse_theme:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -11px;
    left: 46px;
    width: calc(100% - 46px);
}

.dropdown-panel .novosti_vse_theme a .tema-img {
    box-sizing: border-box;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 36px;
    min-width: 36px;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    max-width: 36px;
    height: 36px;
    margin-right: 10px;
    transition: .1s ease-in-out;
}

.dropdown-panel .novosti_vse_theme .tema-title {
    display: inline-block;
    width: calc(100% - 90px);
    padding-right: 15px;
    transition: all .1s ease;
}

.dropdown-panel .novosti_vse_theme a:hover .tema-title {
    text-decoration: underline;
}

.dropdown-panel .novosti_vse_theme .tema-inform {
    min-width: 55px;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    padding-top: 4px;

}

.dropdown-panel .novosti_vse_theme .tema-inform img {
    height: 10px;
    margin-right: 5px;
    margin-bottom: 2px;
    opacity: .75;
}

.dropdown-panel.novosti_vse .dropdown-panel-list {
    padding-left: 10px
}

.dropdown-panel-list .dpl-list-item {
    display: inline-block;
    width: 100%;
}

.dropdown-panel.novosti_vse_nn .dpl-list-item,
.header-line-2 .dropdown-panel li {
    display: inline-block;
    margin: 6px 0;
    width: 100%;
    height: auto;
    text-align: left;
}

.dropdown-panel.novosti_vse_nn .dropdown-panel-list a,
.header-line-2 .dropdown-panel a {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

ul.links-2 li {
    flex-shrink: 1;
    display: inline-block;
}

ul.links-2 li a {
    display: inline-block;
    text-align: left;
}

.dropdown-panel.novosti_vse_nn .dropdown-panel-list span {
    display: inline-block;
    width: auto;
}

ul.links-2 li a span {
    display: inline-block;
    width: auto;
    line-height: 29px;
    height: 29px;
}

.dropdown-panel.novosti_vse_nn .dropdown-panel-list [class^="nn-"],
ul.links-2 li a [class^="nn-"],
.header-line-2 .dropdown-panel a [class^="nn-"] {
    margin-right: 6px;
    width: 14px;
    vertical-align: -1px;
}

.dropdown-panel.novosti_vse_nn .dropdown-panel-list span.nn-poetry,
.header-line-2 span.nn-poetry {
    background-image: url(/themes/default/front/img/nn_poetry.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
    width: 14px;
    min-width: 14px;
    height: 16.5px;
    margin-top: -2px;
    display: inline-block;
}

.dropdown-panel.novosti_vse_nn .dropdown-panel-list span.nn-sport,
.header-line-2 span.nn-sport {
    background-image: url(/themes/default/front/img/nn_sport.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
    width: 14px;
    min-width: 14px;
    height: 16px;
    display: inline-block;
}

.dropdown-panel.novosti_vse_nn .dropdown-panel-list a:hover,
.header-line-2 .dropdown-panel a:hover {
    text-decoration: none;
}

.dropdown-panel.novosti_vse_nn .dropdown-panel-list a:hover span:last-child,
ul.links-2 li a:hover span:last-child,
.header-line-2 .dropdown-panel a:hover span:last-child {
    text-decoration: underline;
}


.greedy-nav-top-fixed .parent-rubric ~ .greedy-li.greedy-li-name-rubric .dropdown-panel {
    right: -70px;
    width: 555px;
    padding: 19px 25px 25px;
}

/*
.container-in .header-line-2-logo-rubric + .header-line-2-current-rubric .dropdown-panel {
    right: auto;
    left: 0;
    width: 555px;
    padding: 19px 25px 25px;
}
*/

.dropdown-panel-add .dropdown-panel-list {
    width: 100%;
    padding: 0;
}

.soc-in-menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding-top: 20px;
}

.dropdown-panel-add .soc-in-menu p {
    text-align: left;
    margin: 0 15px 0 0;
    font-size: 13px;
    text-transform: none;
}

/*header-line-2*/

.header-line-2,
.header-line-2 .container-in,
.header-line-2 .greedy-nav-2,
.header-line-2 .greedy-show-more,
.header-line-2 .greedy-btn-show-more,
.header-line-2 .greedy-nav-fixed,
.header-line-2 .greedy-li,
nav.greedy-2,
nav.greedy-2 .greedy-btn {
    height: 44px;
}

.header-line-2 {
    z-index: 1001;
    position: relative;
}

.main-header-2020.fixed + .header-line-2 {
    -webkit-animation-name: fadeOut-line-2;
    animation-name: fadeOut-line-2;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeOut-line-2 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut-line-2 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.main-header-2020 + .header-line-2 {
    -webkit-animation-name: fadeIn-line-2;
    animation-name: fadeIn-line-2;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn-line-2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn-line-2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.header-line-2 .greedy-nav-fixed {
    max-width: 70px;
    width: 70px;
}

.header-line-2 .container-in {
    width: 100%;
    padding-right: 70px;
    display: -ms-flexbox;
    display: flex;
}

.header-line-2-logo-rubric {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
    min-width: 225px;
    max-width: 225px;
    height: 52px;
    padding: 0 10px;
    border-radius: 0 0 8px 8px;
}

.header-line-2-logo-rubric a {
    white-space: nowrap;
    line-height: 1.3;
}

.header-line-2-logo-rubric span {
    line-height: 44px;
    margin-bottom: 8px;
    white-space: nowrap;
}

.header-line-2-logo-rubric a + span {
    line-height: 1.3;
    margin-bottom: 0;
}


.header-line-2-current-rubric {
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
}

/*.header-line-2-current-rubric {
    position: relative;
    display: block;
    z-index: 1;
}

.header-line-2-current-rubric span {
    display: inline-block;
    position: relative;
    line-height: 28px;
    padding: 1px 16px 0;
    border-radius: 0 8px 0 0;
    border-right: 1px solid #e3eaef;
}*/

.greedy-nav-top-fixed .parent-rubric + .greedy-li .greedy-a {
    border-right: 1px solid #e3eaef;
}

/*.container-in .header-line-2-current-rubric:last-of-type {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.container-in .header-line-2-current-rubric:last-of-type span {
    box-shadow: -1px 0 0 #e3eaef;
}

.container-in .header-line-2-logo-rubric + .header-line-2-current-rubric span {
    box-shadow: none;
}*/

/*.header-line-2-current-rubric span:after,
.header-line-2-current-rubric:last-of-type span:after,
.header-line-2 .greedy-show-more .greedy-li:hover .greedy-btn:after,
.header-line-2 .greedy-show-more .greedy-li:focus .greedy-btn:after,
.header-line-2 .greedy-show-more .greedy-li.open_menu .greedy-btn:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}*/

.header-line-2 .greedy-visible .greedy-nav-item:hover .greedy-li:before {
    display: none;
}

.header-line-2 .greedy-visible .greedy-nav-item:hover .greedy-li {
    box-shadow: none;
    background-color: transparent;
}

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


/*End of header-line-2*/

@media (min-width: 768px) {
    /*.header-line-1:before {
        right: calc(50% - 360px + 710px);
    }

    .main-header-2020.fixed .header-line-1:before {
        width: calc(50% - 350px);
    }*/
    .greedy-nav-top-fixed .links-3 .greedy-a {
        padding: 0 6px;
    }

    .header-content-fixed {
        width: calc(100% - 265px - 135px);
    }

    .nav_dropdown .novosti_vse {
        width: 720px;
    }

    .nav_dropdown .novosti_vse_nn {
        left: 0;
        width: 555px;
    }

    .greedy-nav-top-fixed .dropdown-panel.novosti_vse_nn {
        left: 15px;
        right: auto;
        width: 540px;
    }

    .dropdown-panel .novosti_vse_left_side {
        width: 47%;
        float: left;
        margin-bottom: 11px;
    }

    .dropdown-panel .novosti_vse_right_side {
        width: 47%;
        float: right;
    }

    .dropdown-panel.novosti_vse .dropdown-panel-list {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
    }

    .greedy-nav-top-fixed .parent-rubric .greedy-a {
        padding: 0 10px 0 26px;
    }

    .greedy-nav-top-fixed .greedy-li-name-rubric .greedy-a,
    .greedy-nav-top-fixed .greedy-li-name-subrubric .greedy-a {
        padding: 0 10px 0;
    }

    .cards .main-header-2020 .container {
        width: 750px;
        max-width: none;
    }

    .greedy.nav_wr_small .novosti_vse {
        width: 550px;
    }

    .greedy.nav_wr_small .nav_dropdown .novosti_vse_head .all_novosi {
        margin-right: 40px;
    }

    .greedy.nav_wr_small .nav_dropdown .novosti_vse_head .novosti_vse_top > a,
    .greedy.nav_wr_small .novosti_vse_left_side {
        display: none !important;
    }

    .greedy.nav_wr_small .novosti_vse_right_side {
        width: 100%;
        float: none;
    }

    .greedy.nav_wr_small .dropdown-panel.novosti_vse .dropdown-panel-list {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
    }

}


@media (min-width: 992px) {

    ul.links-1 li > a {
        padding: 0 10px;
    }

    .nav_dropdown .novosti_vse {
        width: 940px;
    }

    .nav_dropdown .novosti_vse_nn {
        left: 0;
        width: 590px;
    }

    .greedy-nav-top-fixed .dropdown-panel.novosti_vse_nn {
        left: 16px;
        right: auto;
        width: 590px;
    }

    .dropdown-panel .novosti_vse_left_side {
        width: 40%;
        float: left;
    }

    .dropdown-panel .novosti_vse_right_side {
        width: 52%;
        float: right;
    }

    .dropdown-panel.novosti_vse .dropdown-panel-list {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
    }

    .greedy-nav-top-fixed .parent-rubric .greedy-a {
        padding: 0 16px;
    }

    .greedy-nav-top-fixed .greedy-li-name-rubric .greedy-a,
    .greedy-nav-top-fixed .greedy-li-name-subrubric .greedy-a {
        padding: 0 16px 0;
    }


    .greedy-nav-top-fixed .parent-rubric ~ .greedy-li.greedy-li-name-rubric {
        display: -webkit-flex;
        display: flex;
    }

    .cards .main-header-2020 .container {
        width: 970px;
        max-width: none;
    }
}

@media (min-width: 1200px) {
    .greedy-nav-top-fixed .links-3 .greedy-a {
        padding: 0 10px;
    }

    .header-content-fixed {
        width: calc(100% - 265px - 250px);
    }

    .user_name {
        max-width: 85px;
    }

    .nav_dropdown .novosti_vse {
        width: 1010px;
    }

    .cards .main-header-2020 .container {
        width: 1260px;
        max-width: none;
    }
}

/*fixed-position*/

.greedy_fadeIn {
    -webkit-animation-name: greedy_fadeIn;
    animation-name: greedy_fadeIn;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes greedy_fadeIn {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    1% {
        visibility: visible;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes greedy_fadeIn {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    1% {
        visibility: visible;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

.greedy_fadeOut {
    -webkit-animation-name: greedy_fadeOut;
    animation-name: greedy_fadeOut;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transform-origin: bottom;
}

@-webkit-keyframes greedy_fadeOut {
    0% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}

@keyframes greedy_fadeOut {
    0% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}

.greedy_fixed_fadeIn {
    -webkit-animation-name: greedy_fixed_fadeIn;
    animation-name: greedy_fixed_fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes greedy_fixed_fadeIn {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes greedy_fixed_fadeIn {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

.greedy_fixed_fadeOut {
    -webkit-animation-name: greedy_fixed_fadeOut;
    animation-name: greedy_fixed_fadeOut;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes greedy_fixed_fadeOut {
    0% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}

@keyframes greedy_fixed_fadeOut {
    0% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: hidden;
        opacity: 0;
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: hidden;
        opacity: 0;
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: hidden;
        opacity: 0;
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: hidden;
        opacity: 0;
    }
}

/*End of fixed-position*/

.margin-top-compact {
    margin-top: 50px;
}

.for-phone .margin-top-compact {
    margin-top: 90px;
}

/*Mobile header*/

.mobile-header-2020,
.mobile-header-2020 .logo_mob,
.mobile-header-2020 .vhod_mob,
.site__top {
    height: 62px;
}

.mobile-header-2020 {
    width: 100%;
    display: block;
    top: 0;
    z-index: 1010;
}

/*.mobile-header-2020 .plate_select_nn {
    position: fixed;
    display: none;
    width: 100%;
    margin-left: -15px;
    top: 28px;
    z-index: 90;
}*/

.mobile-header-2020 .container,
.mobile-header-2020 .row,
.mobile-header-2020 .col-xs-12 {
    height: 100%;
}

.mobile-header-2020 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*-webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);*/
}

/*.mobile-header-2020.is-hidden-up {
    height: 62px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}*/

.mobile-header-2020 .mobile_header_top {
    z-index: 100;
    display: block;
    position: relative;
    height: 100%;
    margin-left: -15px;
    width: calc(100% + 30px);
}

.mobile-header-2020 .logo_mob {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 90px);
    position: absolute;
    left: 15px;
    top: 0;
    padding: 14px 0 15px 0;
}

/*.mobile-header-2020.is-hidden-up .logo_mob {
    height: 62px;
    padding: 15px 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}*/

.mobile-header-2020 .logo_mobile {
    position: relative;
    height: 38px;
    padding-top: 4px;
    width: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-header-2020 .logo_mob > a {
    z-index: 101;
}

.mobile-header-2020 .logo_mob > a {
    background-image: url(/themes/default/front/img/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 100%;
    height: 100%;
    margin-top: 0;
}

@media (max-width: 349px) {
    .mobile-header-2020 .logo_mob > a {
        background-image: url(/themes/default/front/img/logo-min.svg);
    }
}

.mobile-header-2020 .logo_mob.logo-mob-min > a {
    background-image: url(/themes/default/front/img/logo-min.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    min-width: 45px;
    height: 35px;
    margin-top: -4px;
}

.mobile-header-2020 .logo_mobile a,
.mobile-header-2020 .logo_mobile a span {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.mobile-header-2020 .logo_mob a span {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.mobile-header-2020 .logo_mobile a:active {
    opacity: .5;
}

.mobile-header-2020 .logo_mob .podrubrika_logo {
    font-weight: 500;
}

.mobile-header-2020 .logo_mob .podrubrika_logo:empty {
    display: none;
}

.mobile-header-2020 .header_gradient {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 100%;
}

.mobile-header-2020 .vhod_mob {
    display: inline-block;
    padding: 16px 11px;
    position: absolute;
    top: 0;
    right: 58px;
    text-align: center;
    float: none;
    z-index: 1;
}

.mobile-header-2020 .vhod_mob.in-top {
    width: auto;
}

.mobile-header-2020 .vhod_mob.in-top .navbar-nav,
.mobile-header-2020 .vhod_mob.in-top .polz_pol {
    margin: 0;
}

.mobile-header-2020 .vhod_mob.in-top .navbar-nav > li > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px;
    height: 30px;
}

.mobile-header-2020 .av_header {
    width: 32px;
    height: 32px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mobile-header-2020 .logo_mob > a:active,
.av_header:active {
    opacity: .5;
}

.mobile-header-2020 .logo_mob > a:active,
.av_header:active {
    transition: .1s ease;
}

.mobile-header-2020 .site__top:after {
    top: 6.5px;
    width: 77px;
    height: 77px;
}

.site__top {
    width: 57px;
    position: absolute;
    z-index: 201;
    right: 0;
}

.site__top .menu {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 0;
    width: 57px;
    height: 100%;
}

.site__top .menu a {
    vertical-align: top;
    text-decoration: none;
    line-height: 20px;
    font-size: 16px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site__top .menu a span {
    display: none;
}

#nav-icon3 {
    width: 27px;
    height: 19px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: auto;
    left: auto;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 8px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
}

.mob_popup {
    min-height: 100%;
}

.nn_down_panel,
.lower_panel {
    position: fixed;
    z-index: 1040;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.nn_down_panel.is-hidden-down,
.lower_panel.is-hidden-down {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.mobile-header-2020:after,
.nn_down_panel:after,
.lower_panel:after {
    clear: both;
    content: "";
    display: block;
}

/*End of Анимация шапки и нижней панели*/

/*End of Mobile header*/

.container-adm1 .reklama_wr_mob_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-color: #e3eaef;
}

.container-adm1:before {
    content: '';
    display: block;
    padding-top: 90%;
}

@media (orientation: landscape) {
    .container-adm1:before {
        content: '';
        display: block;
        padding-top: 45%;
    }
}

.container-adm1 .reklama_wr_mob_in > div {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*down-lower panel*/

.lower_panel {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    height: 65px;
}

.lower_panel.is-hidden-down {
    box-shadow: none;
}

.lower_panel_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 300px;
    width: 100%;
    height: 65px;
}

.lower_panel_container.noadmin {
    max-width: 280px;
}

.lower_icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
    height: 100%;
    padding: 12px 0 12px;
    opacity: 1;
    text-align: center;
}

.lower_icon:active {
    opacity: .5;
}

[class^='lower_icon_'] {
    height: 25px;
    width: 100%;
}

.lower_icon_rubric {
    background: transparent url(/themes/default/front/img/rubric.svg) no-repeat center;
    background-size: contain;
    height: 19px;
    margin-top: 3px;
}

.lower_icon_write {
    background: transparent url(/themes/default/front/img/write.svg) no-repeat center;
    background-size: contain;
    height: 22px;
    margin-top: 2px;
}

.lower_icon_live {
    background: transparent url(/themes/default/front/img/live.svg) no-repeat center;
    background-size: contain;
}

.lower_icon_chat {
    background: transparent url(/themes/default/front/img/chat.svg) no-repeat center;
    background-size: contain;
}

.lower_icon p {
    color: #fff;
    font-size: 11px;
    line-height: 1;
}

/*End of down-lower panel*/

/*Social-links*/

.social-media-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    position: relative;
    z-index: 1;
}

.social-media-buttons .soc-button {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 5px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: .1s;
}

.social-media-buttons .soc-button:last-child {
    margin-right: 0;
}

.social-media-buttons .dropdown-menu .soc-button {
    margin: 5px 5px 0 0;
}

.social-media-buttons .soc-button .svg-icon {
    width: 16px;
    height: 16px;
    transition: transform .5s;
}

.social-media-buttons .soc-button:hover .svg-icon {
    transform: scale(1.6);
    transition: transform .1s;
}

.social-media-buttons .soc-button .svg-icon.soc-close {
    width: 12px;
    height: 12px;
}

.social-media-buttons .soc-button:hover .svg-icon.soc-close {
    transform: none;
}

.mob_popup .soc-in-menu .soc-button .svg-icon.soc-fb,
.social-media-buttons .soc-button .svg-icon.soc-fb {
    fill: #20568e;
}

.mob_popup .soc-in-menu .soc-button .svg-icon.soc-vk,
.social-media-buttons .soc-button .svg-icon.soc-vk {
    fill: #0aa6d2;
}

.mob_popup .soc-in-menu .soc-button .svg-icon.soc-ok,
.social-media-buttons .soc-button .svg-icon.soc-ok {
    fill: #ff860a;
}

.mob_popup .soc-in-menu .soc-button .svg-icon.soc-youtube,
.social-media-buttons .soc-button .svg-icon.soc-youtube {
    fill: #ff0000;
}

.mob_popup .soc-in-menu .soc-button .svg-icon.soc-instagram,
.social-media-buttons .soc-button .svg-icon.soc-instagram {
    fill: #ef40bb;
}

.mob_popup .soc-in-menu .soc-button .svg-icon.soc-twitter,
.social-media-buttons .soc-button .svg-icon.soc-twitter {
    fill: #00aced;
}

.mob_popup .soc-in-menu .soc-button .svg-icon.soc-telegram,
.social-media-buttons .soc-button .svg-icon.soc-telegram {
    fill: #27a4e3;
}

.mob_popup .soc-in-menu .soc-button .svg-icon.soc-zen,
.social-media-buttons .soc-button .svg-icon.soc-zen {
    fill: #3b3e44;
}

.social-media-buttons .soc-button .svg-icon.soc-close {
    fill: #8ba4bc;
}

.social-media-buttons .soc-button:hover .svg-icon.soc-close {
    fill: #184a79;
}

.soc-in-menu-more {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.social-media-buttons .dots {
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.social-media-buttons .dots .dot {
    display: block;
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    opacity: 1;
    top: calc(50% - 2px);
    transform: none;
    transition: .05s ease-in-out;
}

.social-media-buttons .dots .dot:nth-child(1) {
    left: calc(50% - 9px);
}

.social-media-buttons .dots .dot:nth-child(2) {
    left: calc(50% - 2px);
}

.social-media-buttons .dots .dot:nth-child(3) {
    left: calc(50% + 5px);
}

.dropdown.open .dots {
    display: none;
}

.social-media-buttons .soc-button-close {
    margin: 0;
    display: none;
}

.social-media-buttons .dropdown.open .soc-button-close {
    display: -webkit-flex;
    display: flex;
}

.soc-in-menu-more .dropdown-menu {
    position: absolute;
    top: -5px;
    left: -110px;
    z-index: -1;
    display: none;
    opacity: 0;
    float: none;
    min-width: auto;
    width: 145px;
    /*height: 110px;*/
    height: 80px;
    padding: 35px 35px 5px 5px;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    outline: none;
    background-clip: padding-box;
    border-radius: 8px;
    border: none;
    box-shadow: 0 1px 6px 1px rgba(7, 31, 44, .1),
    0 4px 10px 0 rgba(7, 31, 44, .15);
}

.soc-in-menu-more .dropdown-menu {
    background-color: #fff;
}

.soc-in-menu-more.open > .dropdown-menu {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*
.soc-in-menu-more .dropdown-menu .soc-button {
    opacity: 0;
}
*/

/*.soc-in-menu-more.open > .dropdown-menu .soc-button {
    animation-delay: .2s;
}*/

/*End of Social-links*/

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.main-header-2020.fixed .current-inf,
.main-header-2020.fixed .header-line-add .btn-send-nn,
.main-header-2020.fixed .social-media-block {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -200%, 0);
        transform: translate3d(0, -200%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -200%, 0);
        transform: translate3d(0, -200%, 0);
    }
}

/*color-scheme*/

.header-line-1-back {
    background-color: #e3eaef;
}

.header-line-1-add-back,
.mobile-header-2020,
.main-header-2020.fixed-permanent {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(7, 31, 44, .07),
    0 4px 10px 0 rgba(7, 31, 44, .1);
}

.header-line-2 {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(7, 31, 44, .06),
    0 3px 10px 0 rgba(7, 31, 44, .08);
}


/*.header-line-2 {
    background-color: #f0f4f7;
    border-bottom: 1px solid #e3eaef;
}*/

.btn-send-nn span {
    color: #fff;
}

.btn-send-nn:active {
    transform: translateY(1px);
}

.btn-send-nn {
    background: rgb(241, 120, 10);
    background: linear-gradient(135deg, rgba(241, 120, 10, 1) 0%, rgba(249, 144, 46, 1) 100%);
    box-shadow: 0 2px 2px 0 rgba(7, 31, 44, .1),
    0 6px 6px -2px rgba(7, 31, 44, .2);
}

.btn-send-nn:hover,
.btn-send-nn:focus {
    background: rgb(224, 108, 0);
    background: linear-gradient(135deg, rgba(224, 108, 0, 1) 0%, rgba(255, 129, 10, 1) 100%);
    box-shadow: 0 1px 1px 0 rgba(7, 31, 44, .1),
    0 4px 4px -1px rgba(7, 31, 44, .2);
}

.cards .main-header-2020 .btn-send-nn-container a {
    color: #fff;
}

.header-line-add .h_inf > div a {
    color: #131920;
}

.сurrent-symbol {
    color: #00add9;
}

.main-header-2020 .user_name {
    color: #131920;
}

.greedy-li.open_menu .dropdown-panel-list .greedy-a {
    box-shadow: none;
    background-color: transparent;
}

.nav_dropdown > div {
    box-shadow: 0 1px 4px 0 rgba(7, 31, 44, .1),
    0 0 7px 0 rgba(7, 31, 44, .1),
    0 0 20px 6px rgba(7, 31, 44, .1),
    0 10px 40px 0 rgba(7, 31, 44, .15)
}

.greedy-nav-top-fixed .parent-rubric .greedy-show-more:hover > a,
.greedy-nav-top-fixed .parent-rubric .greedy-show-more:focus > a,
.greedy-nav-top-fixed .parent-rubric .greedy-show-more.open_menu > a {
    background-color: #fff;
}

.dropdown-panel {
    background-color: #fff;
}

.nav_dropdown .novosti_vse_head .novosti_vse_photo_video span,
.nav_dropdown.open_menu > div .icon-icon-moe-31 {
    color: #00add9;
}

.greedy ul.links-1 li > a,
.greedy-nav-top-fixed .parent-rubric ~ .greedy-li .greedy-a,
.greedy-nav-top-fixed .links-3 .greedy-a {
    color: #131920;
}

.greedy ul.links-1 li a.greedy-a-plus,
.greedy ul.links-1 li a.greedy-a-plus:hover,
.greedy ul.links-1 li a.greedy-a-plus:focus,
.greedy ul.links-1 li a.greedy-a-plus:active,
.greedy ul.links-1 li.open_menu a.greedy-a-plus,
.greedy .dropdown-panel a.greedy-a-plus,
.greedy-nav-top-fixed .links-3 .greedy-a-plus,
.greedy-nav-top-fixed .dropdown-panel a.greedy-a-plus {
    color: #d00;
}

.greedy .dropdown-panel,
.greedy .dropdown-panel a,
.greedy .dropdown-panel p,
.greedy-nav-top-fixed .dropdown-panel a,
.dropdown-panel-add .soc-in-menu p,
.header-line-2 .dropdown-panel a,
ul.links-2 .dropdown-panel-list li a:hover span:last-child {
    color: #131920;
}

.dropdown-panel.novosti_vse_nn .dropdown-panel-list a:hover [class^="nn-"],
ul.links-2 li a:hover [class^="nn-"],
ul.links-2 .dropdown-panel-list li a:hover span,
.header-line-2 .dropdown-panel a:hover [class^="nn-"],
.dropdown-panel a:hover,
.dropdown-panel .novosti_vse_theme a:hover .tema-title,
.header-line-2 .dropdown-panel a:hover {
    color: #00add9;
}

.dropdown-panel .novosti_vse_small_head {
    background-color: #e3eaef;
}

.dropdown-panel .novosti_vse_small_head,
.dropdown-panel .novosti_vse_theme .tema-inform {
    color: rgba(0, 0, 0, 0.75);
}

.dropdown-panel .novosti_vse_theme:after {
    border-bottom: 1px solid #bfc8cf;
}

.dropdown-panel-footer .soc-in-menu {
    border-top: 1px solid #bfc8cf;
}

.dropdown-panel.novosti_vse_nn .dropdown-panel-list [class^="nn-"],
ul.links-2 li a [class^="nn-"],
.header-line-2 .dropdown-panel a [class^="nn-"] {
    color: #668694;
}

.greedy-sandwich-line {
    background-color: #131920;
}

.greedy-nav-top-fixed .parent-rubric .greedy-sandwich-line {
    background-color: #184a79;
}

.greedy-show-more:hover .greedy-sandwich-line,
.greedy-show-more:focus .greedy-sandwich-line,
.greedy-show-more.open_menu .greedy-sandwich-line,
.header-line-2 .greedy-li:hover .greedy-dot,
.header-line-2 .greedy-li:focus .greedy-dot,
.header-line-2 .greedy-li.open_menu .greedy-dot,
.greedy-4 .greedy-li:hover .greedy-dot,
.greedy-4 .greedy-li:focus .greedy-dot,
.greedy-4 .greedy-li.open_menu .greedy-dot {
    background-color: #00add9;
}

.greedy ul.links-2 li > a,
.greedy ul.links-4 li > a {
    color: #131920;
}

.header-line-2 .greedy-dot,
.greedy-4 .greedy-dot {
    background-color: #131920;
}

.greedy ul.links-1 li a:hover,
.greedy ul.links-1 li a:focus,
.greedy ul.links-1 li a:active,
.greedy ul.links-1 li.open_menu > a,
.greedy ul.links-2 li a:hover,
.greedy ul.links-4 li a:hover,
.header-line-2-logo-rubric a:hover,
.header-line-2-logo-rubric a:focus,
.header-line-2-logo-rubric a:active,
.greedy-nav-top-fixed .links-3 .greedy-a:hover,
.greedy-nav-top-fixed .links-4 .greedy-a:hover,
.greedy-nav-top-fixed .parent-rubric ~ .greedy-li .greedy-a:hover,
.greedy-nav-top-fixed .parent-rubric ~ .greedy-li.open_menu .greedy-a,
.header-line-add .h_inf > div:hover a {
    color: #00add9;
}

.greedy-li:hover > .greedy-a,
.greedy-li:focus > .greedy-a,
.greedy-li.open_menu > .greedy-a,
.greedy-show-more .greedy-li:hover .greedy-btn,
.greedy-show-more .greedy-li:focus .greedy-btn,
.greedy-show-more .greedy-li.open_menu .greedy-btn,
    /*.header-line-2-current-rubric span,*/
.greedy-nav-top-fixed .parent-rubric ~ .greedy-li .greedy-a {
    background-color: #fff;
}

.greedy-nav-top-fixed .parent-rubric:hover .greedy-a {
    background-color: transparent;
}

.header-line-2-logo-rubric,
.greedy-nav-top-fixed .parent-rubric {
    background-color: #e3eaef;
    color: #184a79;
}

.header-line-2-logo-rubric,
.header-line-2-logo-rubric a {
    color: #184a79;
}

.greedy-li > .greedy-a > .svg-chevron {
    fill: #131920;
}

.greedy-li.open_menu > .greedy-a > .svg-chevron,
.greedy-li > .greedy-a:hover > .svg-chevron {
    fill: #00add9;
}

.main-header-2020 .soc-in-menu .soc-button {
    background-color: #e3eaef;
}

.header_gradient {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 100%);
}

.site__top .menu a {
    color: #184a79;
}

.site__top .menu a {
    color: #184a79;
}

#nav-icon3 span {
    background: #184a79;
}

.social-media-buttons .dots .dot {
    background-color: #8ba4bc;
}

.social-media-buttons .dots:hover .dot {
    background-color: #184a79;
}

.lower_panel {
    background-color: #184a79;
    border-top: 1px solid #fff;
    color: #fff;
}
