@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Serif&subset=cyrillic");
html {
    height: 100%;
}

html * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    position: relative;
    padding: 0;
    margin: 0;
    height: auto;
    min-height: 100%;
    min-width: 320px;
    overflow-x: hidden;
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
}

h4,
h3,
h2 {
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
}

/* .wrapper {
    margin: 0 0px 0 60px;
} */

@media (max-width: 1357px) {
    .wrapper {
        margin: 0 0px 0 0;
    }
}

@media (max-width: 999px) {
    .wrapper {
        margin: 0;
    }
}


/*GRID*/

.container {
    max-width: 1138px;
    margin: auto;
    padding: 0 15px;
}

.container .row:after {
    content: "";
    clear: both;
    display: table;
}

.container .row .col {
    float: left;
}

.container .row .col.w66 {
    width: 66.66666%;
}

.container .row .col.w25 {
    width: 25%;
}

.container .row .col.w20 {
    width: 20%;
}

.container .row .col.w15 {
    width: 15%;
}

.container .row .col.w50 {
    width: 50%;
}

.container .row .col.w33 {
    width: 33.33333%;
}

.container .row .col.w100 {
    width: 100%;
}

.container .row .col.w100-imp {
    width: 100% !important;
}

@media (max-width: 1200px) {
    .row .col.w25 .text-block.empty.kek {
        display: none;
    }
    .container .row .col.w25,
    .container .row .col.w15 {
        width: 50%;
    }

    .container .row .col.w20 {
        width: 50%;
    }

    .container .event-form .row .col.w33 {
        width: 50%;
    }
}

@media (max-width: 999px) {
    .container {
        max-width: 768px;
    }
}

@media (max-width: 999px) {
    .container .row .col {
        float: none;
    }
}

@media (max-width: 999px) {
    .container .row .col.w66 {
        width: 100%;
    }
}

@media (max-width: 999px) {
    .container .row .col.w50 {
        width: 100%;
    }
}

@media (max-width: 999px) {
    .container .row .col.w33,
    .container .event-form .row .col.w33 {
        width: 100%;
    }
}

@media (max-width: 999px) {
    .container .row .col.w15 {
        width: 100%;
    }
}

@media (max-width: 999px) {
    .container .row .col.w25 {
        width: 100%;
    }

    .container .row .col.w20 {
        width: 100%;
    }
}




/*GRID END*/


/*ICON*/

.icon {
    display: block;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-login {
    background-image: url("../img/icons/icon-login.svg");
}

.icon.icon-book {
    background-image: url("../img/icons/icon-book.svg");
}

.icon.icon-arrow-top {
    background-image: url("../img/icons/icon-arrow-top.svg");
}

.icon.icon-arrow-bottom {
    background-image: url("../img/icons/icon-arrow-bottom.svg");
}

.icon.icon-exit {
    background-image: url("../img/icons/icon-exit.svg");
}

.icon.icon-envelope {
    background-image: url("../img/icons/icon-envelope.svg");
    background-position: center 3px;
}

.icon.icon-phone {
    background-image: url("../img/icons/icon-phone.svg");
}

.icon.icon-arrow-right_blue {
    background-image: url("../img/icons/icon-arrow-right_blue.svg");
}

.icon.icon-arrow-right_white {
    background-image: url("../img/icons/icon-arrow-right_white.svg");
}

.icon.icon-update_blue {
    background-image: url("../img/icons/icon-update_blue.svg");
}

.icon.icon-phone_blue {
    background-image: url("../img/icons/icon-phone_blue.svg");
}

.icon.icon-envelope_blue {
    background-image: url("../img/icons/icon-envelope_blue.svg");
}

.icon.icon-place_blue {
    background-image: url("../img/icons/icon-place_blue.svg");
}

.icon.icon-vk_blue {
    background-image: url("../img/icons/icon-vk_blue.svg");
    width: 25px;
}

.icon.icon-tw_blue {
    background-image: url("../img/icons/icon-tw_blue.svg");
    width: 25px;
}

.icon.icon-inst_blue {
    background-image: url("../img/icons/icon-inst_blue.svg");
    width: 25px;
}


/*ICON END*/


/*Красный квадрат с буквами*/

.useless-block {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #a1211e;
    text-transform: uppercase;
}

.useless-block span {
    display: block;
    position: absolute;
    bottom: 0;
    right: 5px;
    font-family: "PT Sans", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    text-transform: lowercase;
}

.useless-block span:first-letter {
    font-size: 20px;
    text-transform: uppercase;
}

.useless-block span .small {
    font-size: 16px;
    text-transform: lowercase;
}

.useless-block.big {
    width: 58px;
    height: 58px;
}

.useless-block.big span {
    font-size: 20px !important;
    text-transform: uppercase;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 22px;
    line-height: 58px;
}

@media (max-width: 999px) {
    .useless-block {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 999px) {
    .useless-block span {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 999px) {
    .useless-block.big {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 999px) {
    .useless-block.big span {
        top: auto;
        left: auto;
        bottom: 0;
        right: 6px;
        font-size: 18px;
        line-height: 24px;
    }
}


/*Красный квадрат с буквами END*/


/*Прозрачная кнопка*/

.opacity-btn {
    position: relative;
    display: block;
    padding: 11px 15px;
    margin: 20px 0;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 200ms;
    transition: 200ms;
}

.opacity-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.opacity-btn.horizontal {
    padding: 15px 40px 15px 15px;
}

.opacity-btn.horizontal .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
}

.opacity-btn.vertical {
    padding: 30px 15px 10px;
    text-align: center;
}

.opacity-btn.vertical .icon {
    position: absolute;
    top: 0;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 999px) {
    .opacity-btn.horizontal {
        text-align: center;
        padding: 11px 40px 11px 15px;
    }
}

@media (max-width: 999px) {
    .opacity-btn.vertical {
        padding: 11px 40px 11px 15px;
    }
}

@media (max-width: 999px) {
    .opacity-btn.vertical .icon {
        bottom: 0;
        left: auto;
        top: 0;
        margin: auto;
        right: 15px;
    }
}


/*Прозрачная кнопка END*/


/*SCROLL TOP*/

.scroll-top {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 80px;
    width: 46px;
    height: 46px;
    margin-right: -23px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    cursor: pointer;
    -webkit-transition: 200ms;
    transition: 200ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scroll-top:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.scroll-top .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}


/*SCROLL TOP END*/


/*SIDEBAR*/

.fix-bg-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 160px;
    background-color: #62615e;
}

@media (max-width: 999px) {
    .fix-bg-sidebar {
        display: none;
    }
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 160px;
    padding: 20px 20px 120px;
    background-color: #62615e;
    z-index: 2;
    -webkit-transition: 200ms;
    transition: 200ms;
}

.sidebar>*:last-child {
    margin-bottom: 0 !important;
}

.sidebar .close {
    display: none;
}

.sidebar .close .icon {
    position: absolute;
    top: 15px;
    right: 15px;
}

.sidebar .login {
    margin-top: 0;
}

.sidebar .delimiter {
    display: none;
    height: 1px;
    background-color: transparent/*rgba(255, 255, 255, 0.15)*/;
    margin: 20px 0;
}

.sidebar .links {
    display: block;
    margin: 20px 0;
}

.sidebar .links .item {
    display: block;
    margin: 5px 0;
}

.sidebar .links .item a {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.sidebar .links .item a:hover {
    text-decoration: underline;
}

.sidebar .weather {
    margin: 20px 0;
}

.sidebar .weather *:first-child {
    margin-top: 0 !important;
}

.sidebar .weather *:last-child {
    margin-bottom: 0 !important;
}

.sidebar .weather .label {
    margin: 10px;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.sidebar .weather .value {
    position: relative;
    margin: 10px 0;
    padding: 0 0 10px;
    font-family: "PT Sans", sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #fff;
}

.sidebar .weather .value .weather-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-size: cover;
    background-image: url(/img/snow.svg);
}

.sidebar .weather .city {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.sidebar .weather .days {
    margin: 20px -5px 0;
}

.sidebar .weather .days .item {
    float: left;
    width: 50%;
    margin-bottom: 7px;
}

.sidebar .weather .days .item .day-label {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.3);
}

.sidebar .weather .days .item .temperature {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.sidebar .weather .days:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-height: 830px) {
    .sidebar {
        overflow-y: auto;
        width: 180px;
    }
}

@media (max-width: 999px) {
    .sidebar {
        position: fixed;
        bottom: 0;
        overflow: auto;
        width: 260px;
        padding: 70px 15px 20px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .sidebar:before {
        content: "";
        position: absolute;
        top: 50px;
        left: 15px;
        right: 15px;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.15);
    }
    .sidebar.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        z-index: 999;
    }
}

@media (max-width: 999px) {
    .sidebar .close {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 999px) {
    .sidebar .links {
        margin: 20px;
    }
}

@media (max-width: 999px) {
    .sidebar .weather {
        margin: 20px;
        max-width: 130px;
    }
}

@media (max-width: 999px) {
    .sidebar .weather .label {
        margin: 10px 0;
    }
}


/*SIDEBAR END*/


/*Header*/

.header-section {
    overflow: hidden;
}

.header-section .gray-line {
    height: 2px;
    opacity: 0.5;
    background-color: #2d323a;
    margin: 40px 0 16px 0;
}

.header-section .header-left-block {
    margin: 0 50px 0 0;
}

@media (max-width: 999px) {
    .header-section .gray-line {
        margin: 20px 0 0 0;
    }
}

@media (max-width: 1357px) {
    .header-section .header-left-block {
        margin: 0 20px 0 0;
    }
}

@media (max-width: 999px) {
    .header-section .header-left-block {
        margin: 0 -15px;
    }
}

.logo-block {
    position: relative;
    height: 105px;
    background-color: #f2f2f2;
}

.logo-block:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    width: calc(100% + 120px);
    background-color: #f2f2f2;
}

.logo-block .logo {
    position: absolute;
    top: 26px;
    left: 0;
}

.logo-block .logo img {
    display: block;
    width: 300px;
}

.logo-block .social {
    position: absolute;
    top: 34px;
    right: 0;
    font-size: 0;
}

.logo-block .social .item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.logo-block .social .item g {
    -webkit-transition: 100ms;
    transition: 100ms;
}


/* .logo-block .social .item:hover g {
    opacity: 0.8;
} */

.logo-block .burger {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #62615e;
    z-index: 1000;
}

.logo-block .burger span {
    position: absolute;
    right: 15px;
    display: block;
    height: 2px;
    background-color: #ffffff;
    -webkit-transition: 200ms;
    transition: 200ms;
    transform-origin: left;
}

.logo-block .burger span:nth-child(1) {
    top: 17px;
    width: 20px;
}

.logo-block .burger span:nth-child(2) {
    top: 24px;
    width: 12px;
}

.logo-block .burger span:nth-child(3) {
    top: 31px;
    width: 20px;
}

@media (max-width: 999px) {
    .logo-block {
        height: 50px;
    }
}

@media (max-width: 999px) {
    .logo-block:before {
        display: none;
    }
}

@media (max-width: 999px) {
    .logo-block .logo {
        top: 15px;
        left: -60px;
    }
}

@media (max-width: 999px) {
    .logo-block .logo img {
        width: 130px;
        height: 36px;
    }
}

@media (max-width: 420px) {
    .logo-block .logo img {
        width: 125px;
    }
}

@media (max-width: 340px) {
    .logo-block .logo {
        left: -70px;
    }
    .logo-block .logo img {
        height: 30px;
    }
}

@media (min-width: 999px) and (max-width: 1180px) {
    .logo-block .logo img {
        width: 250px !important;
    }
}

@media (min-width: 999px) and (max-width: 1040px) {
    .logo-block .logo img {
        width: 230px !important;
    }
}

@media (max-width: 999px) {
    .logo-block .social {
        top: 15px;
        right: 50px;
    }
}

@media (max-width: 1209px) {
    .logo-block .social .item {
        margin: 0 10px 0 0;
    }
}

@media (max-width: 999px) {
    .logo-block .burger {
        display: none;
    }
}

.header-photo-block {
    position: relative;
    height: 265px;
}

.header-photo-block .header-photo {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    width: calc(100% + 120px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 999px) {
    .header-photo-block {
        height: auto;
    }
}

@media (max-width: 999px) {
    .header-photo-block .header-photo {
        height: auto;
        position: static;
        width: 100%;
        overflow: hidden;
    }
    .header-photo-block .header-photo:after {
        content: "";
        float: left;
        padding-top: 60%;
    }
}

@media (max-width: 999px) and (max-width: 999px) {
    .header-photo-block .header-photo:after {
        padding-top: 40%;
    }
}

.header-text-block {
    
    position: relative;
    margin: -70px 0 0 0;
    padding: 25px 70px 35px 70px;
    background-color: #4d7bae;
}

.header-text-block a {
    text-decoration: none;
}

.header-text-block p {
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
}

.header-text-block.v-2 {
    padding: 25px 20px 30px 50px;
}

.header-text-block.v-2 .title {
    color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 40px;
    font-weight: 400;
    padding-right: 1px;
}

.header-text-block.v-2 p {
    color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    height: auto;
}

@media (max-width: 1209px) {
    .header-text-block {
        padding: 25px 30px 35px 30px;
    }
}

@media (max-width: 1049px) {
    .header-text-block {
        padding: 25px 15px 35px 15px;
    }
}

@media (max-width: 999px) {
    .header-text-block {
        margin: 0;
    }
}

@media (max-width: 575px) {
    .header-text-block {
        padding: 15px;
    }
}

@media (max-width: 999px) {
    .header-text-block p {
        height: auto;
    }
}

@media (max-width: 575px) {
    .header-text-block p {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .header-text-block.v-2 {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .header-text-block.v-2 .title {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .header-text-block.v-2 p {
        font-size: 16px;
    }
}


/*Header END*/


/*NEWS*/

.news-feed .item {
    display: block;
    height: 110px;
    padding: 20px 5px 0 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transition: 100ms;
    transition: 100ms;
    text-decoration: none;
}

.news-feed .item:last-child {
    border-bottom: 2px solid rgba(45, 50, 58, 0.5);
}

.news-feed .item:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.news-feed .item .news-feed-desc {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin: 0;
}

.news-feed .item .news-feed-info {
    height: 19px;
    overflow: hidden;
    color: #000;
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    line-height: 19px;
    font-weight: 400;
    opacity: 0.3;
    margin: 8px 0 0 0;
}

.news-feed .item .news-feed-info .date,
.news-feed .item .news-feed-info .tags {
    display: inline-block;
}

.news-feed .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    list-style: none;
    padding: 0;
    font-size: 0;
    text-align: center;
}

.news-feed .slick-dots li {
    display: inline-block;
    margin-right: 5px;
}

.news-feed .slick-dots li:last-child {
    margin-right: 0;
}

.news-feed .slick-dots li button {
    width: 5px;
    height: 5px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: #d8d8d8;
}

.news-feed .slick-dots li.slick-active button {
    background-color: #62615e;
}

@media (max-width: 999px) {
    .news-feed .item {
        height: auto;
        padding: 15px 0 30px;
    }
}

@media (max-width: 999px) {
    .news-feed .item:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 999px) {
    .news-feed .item .news-feed-desc {
        font-size: 16px;
        height: 80px;
    }
}

@media (max-width: 999px) {
    .news-feed .item .news-feed-info {
        position: relative;
        height: 38px;
        padding: 0 0 0 80px;
        font-size: 16px;
    }
}

@media (max-width: 999px) {
    .news-feed .item .news-feed-info .date {
        position: absolute;
        top: 0;
        left: 0;
    }
}


/*NEWS END*/


/*Search*/

.header-search {
    margin: 40px 0 0 0;
}

.header-search .header-search-links {
    font-size: 0;
}

.header-search .header-search-links .item {
    display: inline-block;
    font-family: "PT Sans", sans-serif;
    color: #2d323a;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 30px 0 0;
    text-decoration: none;
}

.header-search .header-search-links .item:last-child {
    margin: 0 0 0 0;
}

.header-search .header-search-links .item:hover {
    text-decoration: underline;
}

.header-search .header-search-field {
    position: relative;
    display: block;
    height: 58px;
    margin: 10px 0 0 0;
    padding: 0 0 0 70px;
}

.header-search .header-search-field .useless-block {
    position: absolute;
    top: 0;
    left: 0;
}

.header-search .header-search-field .search-form {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0 140px 0 0;
}

.header-search .header-search-field .search-form .input-search {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border-radius: 3px 0 0 3px;
    border: 2px solid #a1211e;
    background-color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.header-search .header-search-field .search-form .input-search::-webkit-input-placeholder,
.header-search .header-search-field .search-form .input-search::-moz-placeholder,
.header-search .header-search-field .search-form .input-search:-ms-input-placeholder,
.header-search .header-search-field .search-form .input-search:-moz-placeholder {
    color: rgba(95, 83, 84, 0.45);
}

.header-search .header-search-field .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 58px;
    border: none;
    padding: 0 35px;
    border-radius: 0 3px 3px 0;
    background-color: #a1211e;
    font-family: "PT Sans", sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.26px;
    text-align: left;
    cursor: pointer;
}

@media (max-width: 999px) {
    .header-search {
        margin: 25px 0 0 0;
    }
}

@media (max-width: 999px) {
    .header-search .header-search-links .item {
        font-size: 16px;
        margin-right: 12px;
    }
}

@media (max-width: 999px) {
    .header-search .header-search-field {
        height: 42px;
        padding: 0 0 0 50px;
    }
}

@media (max-width: 999px) {
    .header-search .header-search-field .search-form {
        padding: 0 0 0 0;
    }
}

@media (max-width: 999px) {
    .header-search .header-search-field .search-form .input-search {
        padding: 0 8px;
        font-size: 16px;
    }
}

@media (max-width: 999px) {
    .header-search .header-search-field .search-form .search-submit {
        display: none;
    }
}


/*Search END*/


/*Articles*/

.articles {
    /*  padding: 0 0 50px;*/
}

.articles.pb-0 {
    padding-bottom: 0;
}

.articles .gray-line {
    height: 2px;
    background-color: rgba(45, 50, 58, 0.5);
    margin-bottom: 16px;
}

.articles .article-item {
    margin: 16px 0;
    padding: 8px 20px 8px 10px;
}

.articles .article-item .bottom-stick.keked {
    position: relative;
}

.articles .article-item .item-inner img {
    /*width: calc(100% + 40px);ППЦ*/
    width: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    /*margin: -8px -20px 0 -20px;*/
}

@media (max-width: 999px) {
    .articles .article-item .item-inner img {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .articles .article-item .item-inner img {
        margin: 0;
        width: 100%;
    }
}


/*.articles .article-item.bd-l {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.articles .article-item.bd-r {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}*/

.journal-wrapper .row .col.w33:nth-child(1) .article-item:not(.journal-item) {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.journal-wrapper .row .col.w33:nth-child(2) .article-item:not(.journal-item) {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.journal-wrapper .row .col.w33:nth-child(2) .journal-item .article-item:not(.journal-item) {
    border: none;
}

.journal-wrapper .row .col.w33:nth-child(3) .article-item:not(.journal-item) {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.articles .article-item.colored {
    position: relative;
}

.articles .article-item.colored>* {
    position: relative;
}

.articles .article-item.colored:before {
    content: "";
    position: absolute;
    top: -16px;
    bottom: -16px;
    left: -1px;
    right: -1px;
    background-color: #ebf1f5;
}

.articles .article-item p {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0;
}

.articles .article-item p.red {
    color: #a1211e;
    height: 80px;
    overflow: hidden;
    margin-bottom: 20px;
}

@media (max-width: 999px) {
    .articles .article-item {
        padding: 0px;
    }
}

@media (max-width: 999px) {
    .articles .article-item.bd-l {
        border: none;
    }
}

@media (max-width: 999px) {
    .articles .article-item.bd-r {
        border: none;
    }
}

@media (max-width: 999px) {
    .articles .article-item.colored:before {
        top: -18px;
        bottom: -18px;
        left: -15px;
        right: -15px;
    }
}

@media (max-width: 999px) {
    .articles .article-item p {
        font-size: 16px;
    }
}

.journal-item .article-item p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    /* margin: 20px 0 20px 18px; */
    padding: 0;
    margin: 5px 0;
    margin-left: 0;
}

.journal-item .article-item p .link:hover {
    color: #1b76bc;
}


/*.journal-item .article-item p:first-of-type{
    margin:0;
}*/

.articles .article-item p .link {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    -webkit-transition: 100ms;
    transition: 100ms;
    text-decoration: none;
}

.articles .article-item p .link:hover {
    color: #1b76bc;
}

.articles .article-item p .show-list {
    position: relative;
    display: inline-block;
    padding-right: 50px;
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: 100ms;
    transition: 100ms;
    border-bottom: 1px solid transparent;
}

.articles .article-item p .show-list.omg-offset {
    margin-top: 107px;
}

.articles .article-item p .show-list .icon {
    position: absolute;
    top: 5px;
    right: 0;
}

.articles .article-item p .show-list:hover {
    color: #1b76bc;
    border-bottom: 1px solid #1b76bc;
}

.articles .article-item .article-header {
    position: relative;
    margin: 0;
    height: 50px;
}

.articles .article-item .article-header .article-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* max-height: 50px; */
    overflow: hidden;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.articles .article-item .article-header.with-1 .article-title {
    right: 50px;
}

.articles .article-item .article-header.with-3 .article-title {
    right: 150px;
}

.articles .article-item .article-header.with-4 .article-title {
    right: 200px;
}

.articles .article-item .article-header .useless-blocks {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 0;
}

.articles .article-item .article-header .useless-blocks .useless-block {
    display: inline-block;
    margin-right: 1px;
}

.articles .article-item .article-header .useless-blocks .useless-block:last-child {
    margin-right: 0;
}

.articles .article-item .article-photo {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 2px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.articles .article-item .article-photo:after {
    content: "";
    float: left;
    padding-top: 73%;
    /* padding-top: 63%; */
}

.articles .article-item .article-photo .article-photo-text {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    margin: 0;
    /* max-height: 88px; */
    overflow: hidden;
    color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.articles .article-item .blue-line {
    height: 1px;
    margin-top: 20px;
    background-color: rgba(27, 118, 188, 0.2);
}

.articles .article-item *:last-child {
    margin-bottom: 0;
}

@media (max-width: 999px) {
    .articles .article-item p .link {
        font-size: 16px;
    }
}

@media (max-width: 1357px) {
    .articles .article-item p .show-list.omg-offset {
        margin: 0;
    }
}

@media (max-width: 999px) {
    .articles .article-item p .show-list {
        font-size: 16px;
    }
}

@media (max-width: 999px) {
    .articles .article-item .article-header {
        height: 40px;
        margin: 0 0 20px;
    }
}

@media (max-width: 999px) {
    .articles .article-item .article-header .article-title {
        max-height: 40px;
        font-size: 17px;
        line-height: 20px;
    }
}

@media (max-width: 1357px) {
    .articles .article-item .article-header.with-1 .article-title {
        right: 0;
    }
}

@media (max-width: 999px) {
    .articles .article-item .article-header.with-1 .article-title {
        right: 42px;
    }
}


/* .articles .article-item .article-header.with-2 .article-title {
    right: 100px;
} */

@media (max-width: 1357px) {
    .articles .article-item .article-header.with-2 .article-title {
        right: 0;
    }
}

@media (max-width: 999px) {
    .articles .article-item .article-header.with-2 .article-title {
        right: 84px;
    }
}

@media (max-width: 1357px) {
    .articles .article-item .article-header.with-3 .article-title {
        right: 0;
    }
}

@media (max-width: 999px) {
    .articles .article-item .article-header.with-3 .article-title {
        right: 126px;
    }
}

@media (max-width: 1357px) {
    .articles .article-item .article-header.with-4 .article-title {
        right: 0;
    }
}

@media (max-width: 999px) {
    .articles .article-item .article-header.with-4 .article-title {
        right: 168px;
    }
}

@media (max-width: 1357px) {
    .articles .article-item .article-header .useless-blocks {
        display: none;
    }
}

@media (max-width: 999px) {
    .articles .article-item .article-header .useless-blocks {
        top: 4px;
        display: block;
    }
}

@media (max-width: 999px) {
    .articles .article-item .article-photo .article-photo-text {
        left: 15px;
        right: 15px;
        max-height: 60px;
        font-size: 16px;
        line-height: 20px;
    }
}


/*Articles end*/

div.pink {
    background: #fdf2ec;
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}

div.pink p:first-child {
    margin: 0 !important;
}

div.carrot {
    background: #ffd7b9;
    border: none;
    padding: 10px;
    margin-top: 10px;
}

div.carrot p:first-child {
    margin: 0 !important;
}


/*.bottom-stick{
    position: absolute;
    bottom: 0;
}
@media (max-width: 999px) {
   .bottom-stick{
    position: relative;
    bottom: 0;
}

}*/


/*Pseudo-footer*/

.pseudo-footer {
    padding: 15px 0;
    background-color: #f0f0f0;
}

.pseudo-footer.zindex {
    position: relative;
    z-index: 1;
}

.pseudo-footer .pseudo-footer-content {
    position: relative;
    padding-right: 210px;
    font-size: 0;
}

.pseudo-footer .pseudo-footer-content .copyright {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "PT Sans", sans-serif;
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.pseudo-footer .pseudo-footer-content .pseudo-footer-menu {
    display: inline-block;
    font-size: 0;
}

.pseudo-footer .pseudo-footer-content .pseudo-footer-menu .item {
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
}

.pseudo-footer .pseudo-footer-content .pseudo-footer-menu .item:last-child {
    margin-right: 0;
}

.pseudo-footer .pseudo-footer-content .pseudo-footer-menu .item a {
    display: inline-block;
    color: #707070;
    text-decoration: none;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.pseudo-footer .pseudo-footer-content .pseudo-footer-menu .item a:hover {
    text-decoration: underline;
}

.pseudo-footer .pseudo-footer-content .pseudo-footer-contacts {
    display: inline-block;
    font-size: 0;
}

.pseudo-footer .pseudo-footer-content .pseudo-footer-contacts .item {
    position: relative;
    display: inline-block;
    margin: 0 0 0 50px;
    color: #707070;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.pseudo-footer .pseudo-footer-content .pseudo-footer-contacts .item a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    color: #707070;
    text-decoration: none;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.pseudo-footer .pseudo-footer-content .pseudo-footer-contacts .item a:hover {
    text-decoration: underline;
}

.pseudo-footer .pseudo-footer-content .pseudo-footer-contacts .item a .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.pseudo-footer .pseudo-footer-content .pseudo-footer-contacts .item a:hover {
    text-decoration: underline;
}

@media (max-width: 999px) {
    .pseudo-footer {
        padding: 7.5px 0;
    }
}

@media (max-width: 1357px) {
    .pseudo-footer .pseudo-footer-content {
        padding-right: 195px;
    }
}

@media (max-width: 999px) {
    .pseudo-footer .pseudo-footer-content {
        padding: 0;
    }
}

@media (max-width: 1357px) {
    .pseudo-footer .pseudo-footer-content .copyright {
        font-size: 16px;
    }
}

@media (max-width: 999px) {
    .pseudo-footer .pseudo-footer-content .copyright {
        position: static;
        margin: 7.5px 0;
    }
}

@media (max-width: 999px) {
    .pseudo-footer .pseudo-footer-content .pseudo-footer-menu {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1357px) {
    .pseudo-footer .pseudo-footer-content .pseudo-footer-menu .item {
        font-size: 16px;
        margin-right: 10px;
    }
}

@media (max-width: 999px) {
    .pseudo-footer .pseudo-footer-content .pseudo-footer-menu .item {
        width: 50%;
        margin: 7.5px 0;
    }
}

@media (max-width: 999px) {
    .pseudo-footer .pseudo-footer-content .pseudo-footer-contacts {
        display: block;
    }
}

@media (max-width: 1357px) {
    .pseudo-footer .pseudo-footer-content .pseudo-footer-contacts .item {
        font-size: 16px;
        margin: 0 0 0 12px;
    }
}

@media (max-width: 999px) {
    .pseudo-footer .pseudo-footer-content .pseudo-footer-contacts .item {
        width: 50%;
        margin: 7.5px 0;
    }
}

@media (max-width: 1357px) {
    .pseudo-footer .pseudo-footer-content .pseudo-footer-contacts .item a {
        padding: 0 0 0 25px;
    }
}


/*Pseudo-footer END*/


/*ZEN*/

.zen {
    position: relative;
    padding: 56px 0 0 0;
    background-color: #365d89;
}

.zen:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#365d89), color-stop(rgba(54, 93, 137, 0.7)), to(rgba(54, 93, 137, 0)));
    background-image: linear-gradient(to top, #365d89, rgba(54, 93, 137, 0.7), rgba(54, 93, 137, 0));
}

.zen .zen-header {
    position: relative;
    padding-right: 80px;
}

.zen .zen-header .zen-title {
    color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 44px;
}

.zen .zen-header .zen-desc {
    color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    opacity: 0.5;
}

.zen .zen-header .zen-logo {
    position: absolute;
    top: 0;
    right: 0;
}

.zen .zen-header .zen-logo img {
    display: block;
}

.zen .zen-row {
    margin: 30px -5px 0;
}

.zen .zen-row:after {
    content: "";
    clear: both;
    display: table;
}

.zen .zen-row .zen-col {
    display: block;
    float: left;
    padding: 5px;
    width: 100%;
}

.zen .zen-row .zen-col.w33 {
    width: 33.33333%;
}

.zen .zen-row .zen-col.w50 {
    width: 50%;
}

.zen .zen-row .zen-col.w100 {
    width: 100%;
}

.zen .zen-row .zen-col.w66 {
    width: 66.66666%;
}

.zen .zen-item {
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 2px;
}

.zen .zen-item:before {
    content: "";
    background-color: #05050538;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
}

.zen .zen-item.h-230 {
    height: 230px;
}

.zen .zen-item .zent-item-text {
    font-family: "PT Sans", sans-serif;
    line-height: 22px;
    margin: 0;
}

.zen .zen-item .zent-item-text.white {
    color: #fff;
}

.zen .zen-item .zent-item-text.gray {
    color: #4a4a4a;
}

.zen .zen-item .zent-item-text.fz18 {
    font-size: 18px;
}

.zen .zen-item .zent-item-text.fz16 {
    font-size: 16px;
}

.zen .zen-item.type-1 .zent-item-text {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.zen .zen-item.type-2 .zent-item-text {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 999px) {
    .zen .zen-row .zen-col.w33 {
        float: none;
        width: 100%;
    }
}

@media (max-width: 999px) {
    .zen .zen-row .zen-col.w66 {
        float: none;
        width: 100%;
    }
}


/*ZEN END*/


/*About*/

.about {
    padding: 16px 0;
}

.about .about-wrapper.bd-l {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.about .about-wrapper.bd-r {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.about .about-content {
    padding: 20px 25px;
}

.about .about-content.bd-l {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.about .about-content.bd-r {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.about .about-content>*:first-child {
    margin: 0;
}

.about .title {
    font-family: "PT Sans", sans-serif;
    color: #2d323a;
    font-size: 21px;
    font-weight: 700;
    margin: 30px 0 0;
}

.about .desc {
    font-family: "PT Sans", sans-serif;
    color: #2d323a;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    margin: 30px 0 0;
}

.about p {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0 0;
}

.about p a {
    display: inline-block;
    color: #4a4a4a;
    text-decoration: none;
}

.about p a:hover {
    color: #1b76bc;
}

@media (max-width: 999px) {
    .about {
        padding: 0;
    }
}

@media (max-width: 999px) {
    .about .about-wrapper.bd-l {
        border-left: none;
    }
}

@media (max-width: 999px) {
    .about .about-wrapper.bd-r {
        border-right: none;
    }
}

@media (max-width: 999px) {
    .about .about-content {
        padding: 20px 0;
    }
}

@media (max-width: 999px) {
    .about .about-content.bd-l {
        border-left: none;
    }
}

@media (max-width: 999px) {
    .about .about-content.bd-r {
        border-right: none;
    }
}

@media (max-width: 999px) {
    .about .about-content.bd-b-mobile {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 999px) {
    .about .title {
        font-size: 17px;
    }
}

@media (max-width: 999px) {
    .about .desc {
        font-size: 16px;
        margin: 20px 0 0;
    }
}

@media (max-width: 999px) {
    .about p {
        font-size: 16px;
    }
}

.stock-block {
    position: relative;
    display: block;
    height: 140px;
    margin: 20px 0 0;
    padding: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
}

.bottom-stick.keked.stock {
    position: relative;
}

@media (max-width: 999px) {
    .stock-block {
        height: 126px;
    }
}

.stock-block:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: 200ms;
    transition: 200ms;
}

.stock-block .stock-content {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.stock-block .stock-content .stock-content-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 16px;
}

.stock-block .stock-text {
    font-family: "PT Sans", sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.stock-block:hover:before {
    opacity: 1;
}

@media (max-width: 999px) {
    .stock-block .stock-text {
        font-size: 17px;
    }
}


/*About END*/


/*quote*/

.quote .quote-wrapper {
    position: relative;
    padding: 60px 90px 60px 350px;
    background-color: #ebf1f5;
}

.quote .quote-wrapper .author {
    position: absolute;
    top: 60px;
    left: 50px;
    width: 280px;
}

.quote .quote-wrapper .author .name {
    font-family: "PT Sans", sans-serif;
    opacity: 0.6;
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}

.quote .quote-wrapper .author .rank {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    color: #4a4a4a;
    opacity: 0.6;
    max-height: 30px;
    overflow: hidden;
}

.quote .quote-wrapper .quote-content {
    position: relative;
    padding: 0 40px;
}

.quote .quote-wrapper .quote-content .before-quot {
    position: absolute;
    top: -10px;
    left: 0;
    opacity: 0.4;
    color: #4a4a4a;
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
}

.quote .quote-wrapper .quote-content .after-quot {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.4;
    color: #4a4a4a;
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
}

.quote .quote-wrapper .quote-content p {
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    min-height: 78px;
}

@media (max-width: 999px) {
    .quote .quote-wrapper {
        position: static;
        padding: 20px;
    }
}

@media (max-width: 999px) {
    .quote .quote-wrapper .author {
        position: static;
        width: auto;
    }
}

@media (max-width: 999px) {
    .quote .quote-wrapper .author .name {
        font-size: 16px;
        max-height: auto;
    }
}

@media (max-width: 999px) {
    .quote .quote-wrapper .author .rank {
        font-size: 16px;
        max-height: auto;
    }
}

@media (max-width: 999px) {
    .quote .quote-wrapper .quote-content {
        margin: 10px 0 0;
        padding: 25px 0;
    }
}

@media (max-width: 999px) {
    .quote .quote-wrapper .quote-content .before-quot {
        font-size: 32px;
    }
}

@media (max-width: 999px) {
    .quote .quote-wrapper .quote-content .after-quot {
        font-size: 32px;
    }
}

@media (max-width: 999px) {
    .quote .quote-wrapper .quote-content p {
        font-size: 16px;
        line-height: 20px;
        min-height: 0;
    }
}

.article-item .bottom-stick.keked {
    position: static !important;
}

.bottom-stick.keked {
    position: absolute;
    bottom: -22px;
}


/*quote END*/


/*.podpis{
    padding-bottom: 40px;
}*/

@media (max-width: 999px) {
    .bottom-stick.keked {
        position: relative;
        bottom: 0px;
    }
}


/* .journal {
    padding: 16px 0 0 0;
} */


/*journal*/

.journal .gray-line {
    height: 1px;
    background-color: lightgray;
    opacity: 0.5;
    margin-bottom: 16px;
}

.journal-wrapper {
    margin-bottom: 16px;
}

.journal .journal-wrapper.bd-l {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.journal .journal-wrapper.bd-r {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.journal .journal-wrapper .gray-line {
    height: 2px;
    background-color: lightgray;
    /* opacity: 0.5; */
    margin: 0;
}

.journal .journal-wrapper .journal-item {
    margin: 16px 0 0 0;
    position: relative;
    padding-bottom: 20px;
}

.journal .journal-wrapper .journal-item .journal-item {
    padding: 8px 0px;
    position: relative;
    margin: 0 !important;
    word-break: break-word;
}

.journal .journal-wrapper .journal-item .journal-item.keks {
    padding: 0 0 16px 0;
}

.journal .journal-wrapper .journal-item.mt-0 {
    margin-top: 0;
    margin-left: 10px;
}

.journal .journal-wrapper .journal-item.bd-l {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.journal .journal-wrapper .journal-item.bd-r {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.journal .journal-wrapper .journal-item .title .title-logo {
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 21px;
    font-weight: 700;
}

.journal .journal-wrapper .journal-item .title.small {
    font-size: 17px;
    line-height: 20px;
}

.journal .journal-wrapper .journal-item .journal-item.keks .title.small {
    font-size: 21px;
}

@media (max-width: 999px) {
    .journal .journal-wrapper.bd-l {
        border-left: none;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper.bd-r {
        border-right: none;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item .journal-item {
        padding: 0;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item {
        padding: 8px 0;
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .journal .journal-wrapper .journal-item.mt-0 {
        margin-left: 0px;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item.bd-l {
        border-left: none;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item.bd-r {
        border-right: none;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item .title .title-logo {
        font-size: 17px;
    }
}

.title.small {
    margin-top: 20px;
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item .title.small {
        font-size: 16px;
    }
}

.journal .journal-wrapper .journal-item .title.uppercase {
    position: relative;
    padding-left: 35px;
    font-size: 18px;
    text-transform: uppercase;
}

.journal .journal-wrapper .journal-item .title.uppercase .num {
    position: absolute;
    top: 0;
    left: 0;
}

.journal .journal-wrapper .journal-item p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 20px 8px 0 18px;
}

.journal .journal-wrapper .journal-item p.name {
    font-family: "PT Sans", sans-serif;
    opacity: 0.3;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.journal .journal-wrapper .journal-item p.bottom-stick {
    margin: 20px 10px 6px 0px;
}

.journal .journal-wrapper .journal-item .show-list {
    position: relative;
    display: inline-block;
    padding-right: 30px;
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: 100ms;
    transition: 100ms;
    border-bottom: 1px solid transparent;
}

.journal .journal-wrapper .journal-item .show-list .icon {
    position: absolute;
    top: 5px;
    right: 0;
}

.journal .journal-wrapper .journal-item .show-list:hover {
    color: #1b76bc;
    border-bottom: 1px solid #1b76bc;
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item .title.uppercase {
        font-size: 16px;
    }
}


/*.journal .journal-wrapper .journal-item p:first-of-type {
    margin:0;
}*/

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item p {
        font-size: 16px;
    }
}

@media (max-width: 1357px) {
    .journal .journal-wrapper .journal-item .show-list {
        padding-right: 30px;
        font-size: 16px;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item .show-list {
        font-size: 16px;
    }
}

.bottom-stick.slider {
    margin-left: 30px;
}

.nc_admin_mode_content .journal.hidden-block,
.nc_admin_mode_content .articles.hidden-block {
    display: block;
}

.journal.hidden-block,
.articles.hidden-block {
    display: none;
}

.journal .show-list {
    position: relative;
    display: inline-block;
    padding-right: 50px;
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: 100ms;
    transition: 100ms;
    border-bottom: 1px solid transparent;
}

.journal .show-list .icon {
    position: absolute;
    top: 5px;
    right: 0;
}

.journal .show-list:hover {
    color: #1b76bc;
    border-bottom: 1px solid #1b76bc;
}

.journal .journal-wrapper .journal-item .cover {
    margin: 15px 10px 25px 0;
}

.journal .journal-wrapper .journal-item .cover img {
    display: block;
    width: calc(100% + 20px);
    height: auto;
    margin: 0 -9.5px;
}

.journal .journal-wrapper .journal-item .unique-article {
    position: relative;
    padding: 40px 0 105px;
    margin: 10px 0 0;
}

.journal .journal-wrapper .journal-item.keks .unique-article .title.small {
    font-size: 17px;
}

.journal .journal-wrapper .journal-item .unique-article .title {
    margin-right: 80px;
}

.journal .journal-wrapper .journal-item .unique-article p {
    margin: 40px 0 0;
}

.journal .journal-wrapper .journal-item .unique-article .keks-small {
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 75px;
    background-image: url("../img/keks_small.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.journal .journal-wrapper .journal-item .unique-article .keks-big {
    position: absolute;
    bottom: -24px;
    height: 85px;
    width: 127px;
    background-image: url("../img/keks_big.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.journal .journal-wrapper .journal-item .journal-quote {
    margin: 20px -20px 0;
    background-color: #ebf1f5;
    padding: 30px 30px 35px 55px;
}

.journal .journal-wrapper .journal-item .journal-quote .author .name {
    font-family: "PT Sans", sans-serif;
    opacity: 0.6;
    color: #4a4a4a;
    line-height: 20px;
    font-size: 18px;
    font-weight: 700;
}

.journal .journal-wrapper .journal-item .journal-quote .author .rank {
    font-family: "PT Sans", sans-serif;
    opacity: 0.6;
    color: #4a4a4a;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
}

.journal .journal-wrapper .journal-item .journal-quote .quote-content {
    position: relative;
    margin: 15px 0 0;
}

.journal .journal-wrapper .journal-item .journal-quote .quote-content p {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.journal .journal-wrapper .journal-item .journal-quote .quote-content .before-quot {
    position: absolute;
    top: -10px;
    left: -30px;
    opacity: 0.4;
    color: #4a4a4a;
    font-size: 32px;
    font-weight: 400;
}

.journal .journal-wrapper .journal-item .journal-quote .quote-content .after-quot {
    position: absolute;
    bottom: -5px;
    right: -15px;
    opacity: 0.4;
    color: #4a4a4a;
    font-size: 32px;
    font-weight: 400;
}

.journal .journal-wrapper .journal-double-item {
    margin: 16px 0;
}

.journal .journal-wrapper .journal-double-item.mt-0 {
    margin-top: 0;
}

.journal .journal-wrapper .journal-double-item.bd-l {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.journal .journal-wrapper .journal-double-item.bd-r {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.journal .journal-wrapper .journal-double-item .journal-item {
    margin: 0;
    padding: 8px 20px;
}

.journal .journal-wrapper .journal-double-item .journal-item .journal-item {
    padding: 0;
}

.journal .journal-wrapper .journal-item .title.uppercase {
    padding-left: 0;
    margin-top: 10px;
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item .cover img {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 575px) {
    .journal .journal-wrapper .journal-item .cover img {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 1357px) {
    .journal .show-list {
        padding-right: 30px;
        font-size: 16px;
    }
}

@media (max-width: 999px) {
    .journal .show-list {
        font-size: 16px;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item .unique-article {
        padding: 0 0 70px;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item .unique-article .title {
        font-size: 16px;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item .unique-article p {
        margin: 20px 0 0;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item .unique-article .keks-small {
        top: -30px;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item .unique-article .keks-big {
        left: 0;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item .journal-quote {
        padding: 20px;
        margin: 20px 0 0;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item .journal-quote .author .name {
        font-size: 16px;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item .journal-quote .author .rank {
        font-size: 16px;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item .journal-quote .quote-content {
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item .journal-quote .quote-content p {
        font-size: 16px;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item .journal-quote .quote-content .before-quot {
        left: 0;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-item .journal-quote .quote-content .after-quot {
        right: 0;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-double-item.mt-0 {
        margin-top: 16px;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-double-item.bd-l {
        border-left: none;
    }
}

@media (max-width: 999px) {
    .journal .journal-wrapper .journal-double-item.bd-r {
        border-right: none;
    }
}

.journal-item .journal-item ul {
    /*list-style: none;*/
    margin: 20px 0 0 18px;
    padding: 0;
    color: #4a4a4a;
}

.journal-item .journal-item ul li {
    /*padding-left: 30px;*/
    position: relative;
    /*margin-top: 5px;*/
    font-size: 16px;
    line-height: 20px;
    color: #4a4a4a;
    margin-right: 5px;
}

.journal-item .journal-item li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 25px;
    z-index: 0;
    height: 20px;
}

.journal-item .journal-item li:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 15px;
    margin-top: -2px;
    background-color: transparent;
    width: 4px;
    height: 4px;
    z-index: 1;
    border-radius: 50%;
}


/*person*/

.person .person-wrapper {
    padding: 30px 0;
    background-color: #ebf1f5;
}

.person .person-wrapper .person-about {
    padding: 0 70px;
}

.person .person-wrapper .person-about .photo {
    max-height: 229px;
    max-width: 180px;
    overflow: hidden;
}

.person .person-wrapper .person-about .photo img {
    display: block;
    max-width: 100%;
}

.person .person-wrapper .person-about .name {
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    margin: 25px 0 0;
}

.person .person-wrapper .person-about .rank {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0 0;
}

.person .person-wrapper .person-text {
    padding: 0 90px 0 30px;
}

@media (max-width: 999px) {
    .person .person-wrapper {
        padding: 20px 0;
        margin: 0 -15px;
    }
}

@media (max-width: 1357px) {
    .person .person-wrapper .person-about {
        padding: 0 20px;
    }
}

@media (max-width: 999px) {
    .person .person-wrapper .person-about {
        padding: 0 15px;
    }
}

@media (max-width: 999px) {
    .person .person-wrapper .person-about .photo img {
        width: 100px;
        height: auto;
    }
}

@media (max-width: 999px) {
    .person .person-wrapper .person-about .name {
        font-size: 16px;
        margin: 15px 0 0;
    }
}

@media (max-width: 999px) {
    .person .person-wrapper .person-about .rank {
        font-size: 16px;
        margin: 15px 0 0;
    }
}

.person-text .text {
    overflow: hidden;
    word-wrap: break-word;
}

.person-text .text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.person-text .text ul li {
    padding-left: 30px;
    position: relative;
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
}

.person-text .text ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #6c8fb7;
    width: 25px;
    z-index: 0;
    height: 20px;
}

.person-text .text ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 15px;
    margin-top: -2px;
    background-color: #fff;
    width: 4px;
    height: 4px;
    z-index: 1;
    border-radius: 50%;
}

.person-text p .show-list {
    position: relative;
    display: inline-block;
    padding-right: 50px;
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: 100ms;
    transition: 100ms;
    border-bottom: 1px solid transparent;
}

.person-text .show-list .icon {
    position: absolute;
    top: 5px;
    right: 0;
}

.person-text p .show-list:hover {
    color: #1b76bc;
    border-bottom: 1px solid #1b76bc;
}

@media (max-width: 1357px) {
    .person .person-wrapper .person-text {
        padding: 0 20px 0 20px;
    }
}

@media (max-width: 999px) {
    .person .person-wrapper .person-text {
        padding-top: 20px;
    }
}

.person .person-wrapper .person-text .title {
    color: #2d323a;
    font-size: 21px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
}

.person .person-wrapper .person-text .desc {
    position: relative;
    padding: 0 0 0 70px;
    opacity: 0.3;
    color: #000000;
    font-size: 16px;
    line-height: 15px;
    font-weight: 400;
    min-height: 15px;
    margin: 10px 0 0;
}

.person .person-wrapper .person-text .desc .date {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 70px;
    overflow: hidden;
}

.person .person-wrapper .person-text .spoiler-btn {
    position: relative;
    display: none;
}

.person .person-wrapper .person-text p {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0 0;
}

.person .person-wrapper .person-text .bottom-stick.keked {
    position: relative;
}

@media (max-width: 999px) {
    .person .person-wrapper .person-text .title {
        font-size: 17px;
    }
}

@media (max-width: 999px) {
    .person .person-wrapper .person-text .desc {
        padding: 0 0 0 80px;
        font-size: 16px;
    }
}

@media (max-width: 999px) {
    .person .person-wrapper .person-text .desc .date {
        max-width: 70px;
    }
}

@media (max-width: 999px) {
    .person .person-wrapper .person-text .text {
        max-height: 160px;
        overflow: hidden;
    }
    .person .person-wrapper .person-text .text.active {
        max-height: 100%;
    }
}

@media (max-width: 999px) {
    .person .person-wrapper .person-text .spoiler-btn {
        display: inline-block;
        color: #2d323a;
        font-family: "PT Sans", sans-serif;
        font-size: 16px;
        font-weight: 400;
        padding: 0 20px 0 0;
        margin: 10px 0 0;
        line-height: 20px;
        border-bottom: 1px dashed #979797;
    }
    .person .person-wrapper .person-text .spoiler-btn .icon {
        position: absolute;
        top: 0;
        right: 0;
    }
    .person .person-wrapper .person-text .spoiler-btn.active .icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media (max-width: 999px) {
    .person .person-wrapper .person-text p {
        font-size: 16px;
    }
}


/*person end*/


/*infographic*/

.infographic {
    background-color: #4d7bae;
    background-image: url("../img/infographic-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0;
    margin: 60px 0;
}

.infographic .title {
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.infographic .desc {
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin: 30px 0 0;
}

.infographic .more {
    text-align: center;
    margin: 50px 0 0;
}

.infographic .more a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-right: 40px;
}

.infographic .more a .icon {
    position: absolute;
    top: 5px;
    right: 0;
}

.infographic .more a:hover {
    border-bottom: 1px solid #fff;
}

@media (max-width: 999px) {
    .infographic {
        padding: 40px 0;
        margin: 0 0 20px;
    }
}

@media (max-width: 999px) {
    .infographic .title {
        font-size: 20px;
    }
}

@media (max-width: 999px) {
    .infographic .desc {
        font-size: 16px;
    }
}

@media (max-width: 999px) {
    .infographic .more a {
        font-size: 16px;
    }
}


/*infographic END*/


/*gallery*/

.journal-gallery .title {
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .journal-gallery .title {
        margin-left: 0;
    }
}

.journal-gallery .jg-row {
    margin: 0 -20px;
}

.journal-gallery .jg-row:after {
    content: "";
    display: table;
    clear: both;
}

.journal-gallery .jg-row .jg-col {
    display: block;
    float: left;
    width: 33.33333%;
    padding: 0 20px;
}

.journal-gallery .jg-item {
    position: relative;
    min-height: 445px;
    margin: 30px 0 0;
    -webkit-box-shadow: 0 2px 12px #dedede;
    box-shadow: 0 2px 12px #dedede;
}

.journal-gallery .jg-item .date {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 170px;
    font-family: "PT Sans", sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 400;
    padding: 10px 25px;
    background-color: #4d7bae;
}

.journal-gallery .jg-item img {
    width: 100%;
    height: auto;
}

.journal-gallery .show-more {
    text-align: center;
    margin: 50px 0;
}

.journal-gallery .show-more a {
    position: relative;
    display: inline-block;
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 30px;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

.journal-gallery .show-more a .icon {
    position: absolute;
    top: 5px;
    right: 0;
}

.journal-gallery .show-more a:hover {
    color: #1b76bc;
    border-bottom: 1px solid #1b76bc;
}

@media (max-width: 1357px) {
    .journal-gallery .jg-row {
        margin: 0 -10px;
    }
}

@media (max-width: 1357px) {
    .journal-gallery .jg-row .jg-col {
        padding: 0 5px;
    }
}

@media (max-width: 999px) {
    .journal-gallery .jg-row .jg-col {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .journal-gallery .jg-row .jg-col {
        float: none;
        width: 100%;
    }
}


/*gallery END*/


/*tabs*/

.tabs {
    margin-bottom: 10px;
}

.tabs .tabs-header {
    padding: 20px 0 60px;
    margin-top: 30px;
    background-color: #4d7bae;
    height: 140px;
    height: 100%;
}

.tabs .tabs-header .title {
    color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 25px;
}

.tabs .tabs-header .desc {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    /*line-height: 22px;*/
    max-width: 650px;
    margin-top: 10px;
}

.tabs .tabs-header .more {
    position: relative;
    display: inline-block;
    padding-right: 40px;
    color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.tabs .tabs-header .more .icon {
    position: absolute;
    top: 5px;
    right: 0;
}

.tabs .tabs-header .more:hover {
    border-bottom: 1px solid #fff;
}

.tabs .tabs-body {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #4d7bae;
}

.tabs .tabs-body .tabs-body-wrapper {
    display: block;
    overflow: auto;
    white-space: nowrap;
}

.tabs .tabs-body .tabs-body-wrapper .item {
    display: inline-block;
    color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0 40px;
    padding: 15px 0;
    border-bottom: 3px solid transparent;
    text-decoration: none;
}

.tabs .tabs-body .tabs-body-wrapper .item:hover,
.tabs .tabs-body .tabs-body-wrapper .item.active {
    border-color: #fff;
}

@media (max-width: 999px) {
    .tabs .tabs-header {
        padding: 20px 0;
        margin-top: 20px;
    }
}

@media (max-width: 999px) {
    .tabs .tabs-header .title {
        font-size: 17px;
        margin: 0 0 20px;
    }
}

@media (max-width: 999px) {
    .tabs .tabs-header .more {
        font-size: 16px;
        margin: 1px 0 0;
    }
}

@media (max-width: 999px) {
    .tabs .tabs-body .tabs-body-wrapper {
        margin: 0 -10px;
    }
}

@media (max-width: 999px) {
    .tabs .tabs-body .tabs-body-wrapper .item {
        margin: 0 10px;
    }
}


/*tabs END*/


/*award*/

.award .award-item {
    /*  margin: 16px 0;*/
}

.award .award-item.bd-l {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.award .award-item.bd-r {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.award .award-item .item-inner {
    padding: 16px 8px 0px 8px;
}

.award .award-item .item-inner.bd-l {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.award .award-item .item-inner.bd-r {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 999px) {
    .award .award-item.bd-l {
        border-left: none;
    }
}

@media (max-width: 999px) {
    .award .award-item.bd-r {
        border-right: none;
    }
}

@media (max-width: 999px) {
    .award .award-item .item-inner {
        padding: 10px 0;
    }
}

@media (max-width: 999px) {
    .award .award-item .item-inner.bd-l {
        border-left: none;
    }
}

@media (max-width: 999px) {
    .award .award-item .item-inner.bd-r {
        border-right: none;
    }
}

.article-item .item-inner .title {
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 21px;
    font-weight: 700;
    margin: 30px 0 30px 0;
}

.award .award-item .item-inner .title {
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 21px;
    font-weight: 700;
    margin: 30px 0 0;
    height: 50px;
}

.award .award-item .item-inner p {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0 0;
}

.award .award-item .item-inner img {
    width: 100%;
}

.award .award-item .item-inner .show-list {
    position: relative;
    display: inline-block;
    padding-right: 50px;
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: 100ms;
    transition: 100ms;
    border-bottom: 1px solid transparent;
}

.award .award-item .item-inner .show-list.omg-offset {
    margin-top: 107px;
}

.award .award-item .item-inner .show-list .icon {
    position: absolute;
    top: 5px;
    right: 0;
}

.award .award-item .item-inner .show-list:hover {
    color: #1b76bc;
    border-bottom: 1px solid #1b76bc;
}

.award .award-item .item-inner>*:first-child {
    margin: 0;
}

.award .award-item .person-card .photo {
    display: block;
    float: left;
    width: 95px;
    height: 126px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.award .award-item .person-card .text-wrapper {
    margin-left: 140px;
}

.award .award-item .person-card .text-wrapper .text {
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    max-width: 410px;
}

.award .award-item .person-card .text-wrapper .name {
    color: #707070;
    font-size: 16px;
    line-height: 20px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    margin-top: 10px;
}

.award .award-item .person-card .text-wrapper .rank {
    color: #707070;
    font-size: 16px;
    line-height: 20px;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
}

.award .award-item .person-card:after {
    content: "";
    display: table;
    clear: both;
}

.award .award-item .video {
    display: block;
    margin: 0;
}

.award .award-item .video img {
    display: block;
    width: 100%;
}

.award .award-item .logos {
    display: block;
    font-size: 0;
    text-align: center;
}

.award .award-item .logos a {
    display: inline-block;
}

.award .award-item .logos .item {
    display: inline-block;
    height: 100px;
    background-size: contain;
    width: 180px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 30px 30px 0;
}

.award .award-item .show-more {
    text-align: center;
    margin: 50px 0;
}

.award .award-item .show-more a {
    position: relative;
    display: inline-block;
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 30px;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

.award .award-item .show-more a .icon {
    position: absolute;
    top: 5px;
    right: 0;
}

.award .award-item .show-more a:hover {
    color: #1b76bc;
    border-bottom: 1px solid #1b76bc;
}

.award .gray-line {
    display: block;
    height: 2px;
    background-color: #2d323a;
    opacity: 0.5;
}

@media (max-width: 1357px) {
    .award .award-item .item-inner .show-list.omg-offset {
        margin: 0;
    }
}

@media (max-width: 999px) {
    .award .award-item .item-inner .show-list {
        font-size: 16px;
    }
}

@media (max-width: 999px) {
    .award .award-item .person-card .text-wrapper .rank {
        font-size: 12px;
    }
}

@media (max-width: 999px) {
    .award .award-item .logos .item {
        margin: 20px 10px 0;
    }
}


/*award END*/


/*contacts*/

.contacts .map {
    height: 480px;
}

.contacts .map-wrapper {
    position: relative;
}

.contacts .map-wrapper .map-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.contacts .map-wrapper .map-overlay .title {
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 21px;
    font-weight: 700;
    margin: 0 30px;
}

.contacts .map-wrapper .map-overlay .map-wrapper-row {
    margin: 20px -10px 0;
}

.contacts .map-wrapper .map-overlay .map-wrapper-row:after {
    content: "";
    display: table;
    clear: both;
}

.contacts .map-wrapper .map-overlay .map-wrapper-row .map-wrapper-col {
    display: block;
    float: left;
    width: 50%;
    padding: 0 10px;
}

.contacts .map-wrapper .map-overlay .map-wrapper-row .map-wrapper-col.w56 {
    width: 56%;
}

.contacts .map-wrapper .map-overlay .map-wrapper-row .map-wrapper-col.w44 {
    width: 44%;
}

.contacts .map-wrapper .map-overlay .cnt {
    position: relative;
    background-color: #fff;
    height: 150px;
    padding: 30px;
    -webkit-box-shadow: 0 2px 11px rgba(233, 233, 233, 0.5);
    box-shadow: 0 2px 11px rgba(233, 233, 233, 0.5);
}

.contacts .map-wrapper .map-overlay .cnt p {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.contacts .map-wrapper .map-overlay .cnt .item {
    position: relative;
    color: #4a4a4a;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 0 0 35px;
    margin: 15px 130px 0 0;
}

.contacts .map-wrapper .map-overlay .cnt .item:first-child {
    margin-top: 0;
}

.contacts .map-wrapper .map-overlay .cnt .item .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.contacts .map-wrapper .map-overlay .cnt .social {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -10px;
    font-size: 0;
}

.contacts .map-wrapper .map-overlay .cnt .social .soc-item {
    display: inline-block;
    margin-right: 20px;
    font-size: 0;
}

.contacts .map-wrapper .map-overlay .cnt .social .soc-item:last-child {
    margin-right: 0;
}

.contacts .regiser-form {
    -webkit-box-shadow: 0 2px 11px rgba(233, 233, 233, 0.5);
    box-shadow: 0 2px 11px rgba(233, 233, 233, 0.5);
    background-color: #ffffff;
    padding: 30px 50px 40px;
    margin: 0 0 50px;
}

.contacts .regiser-form .title {
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 21px;
    font-weight: 700;
}

.contacts .regiser-form .desc {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}

.contacts .regiser-form .fields:after {
    content: "";
    display: table;
    clear: both;
}

.contacts .regiser-form .fields .field {
    position: relative;
    display: block;
    float: left;
    width: 360px;
    max-width: 100%;
    margin: 15px 70px 0 0;
}

.contacts .regiser-form .fields .field .input {
    display: block;
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid rgba(45, 50, 58, 0.3);
    color: #4a4a4a;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-top: 15px;
}

.contacts .regiser-form .fields .field.success .input {
    border-bottom: 1px solid #82d23bfa;
}

.contacts .regiser-form .fields .field.error .input {
    border-bottom: 1px solid #f10000fa;
}

.contacts .regiser-form .fields .field .label {
    position: absolute;
    top: 10px;
    color: #4a4a4a;
    font-family: "PT Sans", sans-serif;
    font-size: 10px;
    font-weight: 400;
    opacity: 0.4;
    pointer-events: none;

    
}

.contacts .regiser-form .fields .field.empty .label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #4a4a4a;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.4;
}

.contacts .regiser-form .btn-submit {
    position: relative;
    display: inline-block;
    padding-right: 50px;
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: 100ms;
    transition: 100ms;
    border: none;
    border-bottom: 1px solid transparent;
    background: none;
    cursor: pointer;
    margin: 50px 0 0;
}

.contacts .regiser-form .btn-submit.omg-offset {
    margin-top: 107px;
}

.contacts .regiser-form .btn-submit .icon {
    position: absolute;
    top: 5px;
    right: 0;
}

.contacts .regiser-form .btn-submit:hover {
    color: #1b76bc;
    border-bottom: 1px solid #1b76bc;
}

@media (max-width: 1357px) {
    .contacts .map-wrapper .map-overlay {
        position: static;
        margin: 30px 0 0;
    }
}

@media (max-width: 1357px) {
    .contacts .map-wrapper .map-overlay .map-wrapper-row .map-wrapper-col.w56 {
        float: none;
        width: 100%;
    }
}

@media (max-width: 1357px) {
    .contacts .map-wrapper .map-overlay .map-wrapper-row .map-wrapper-col.w44 {
        float: none;
        width: 100%;
    }
}

@media (max-width: 999px) {
    .contacts .map-wrapper .map-overlay .cnt {
        height: auto;
        padding: 20px;
    }
}

@media (max-width: 1357px) {
    .contacts .map-wrapper .map-overlay .cnt .item {
        margin: 15px 40px 0 0;
    }
}

@media (max-width: 999px) {
    .contacts .map-wrapper .map-overlay .cnt .item {
        font-size: 16px;
    }
}

@media (max-width: 1357px) {
    .contacts .map-wrapper .map-overlay .cnt .social {
        margin-top: -52.5px;
    }
}

@media (max-width: 999px) {
    .contacts .map-wrapper .map-overlay .cnt .social .soc-item {
        display: block;
        margin-top: 15px;
        margin-right: 0;
    }
}

@media (max-width: 999px) {
    .contacts .regiser-form {
        padding: 20px;
    }
}

@media (max-width: 1357px) {
    .contacts .regiser-form .btn-submit.omg-offset {
        margin: 0;
    }
}

@media (max-width: 999px) {
    .contacts .regiser-form .btn-submit {
        font-size: 16px;
    }
}


/*contacts END*/


/*orator-slider*/

.orator-slider .item-inner {
    padding: 10px 24px;
    overflow: hidden;
}

.orator-slider.bd-l {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.orator-slider.bd-r {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.orator-slider .item-inner p {
    margin-bottom: 0;
}

@media (max-width: 999px) {
    .orator-slider.bd-l {
        border: none;
    }
}

@media (max-width: 999px) {
    .orator-slider.bd-r {
        border: none;
    }
}

.orator-show-list {
    position: relative;
    display: inline-block;
    padding-right: 50px;
    margin-left: 24px;
    margin-bottom: 0;
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: 100ms;
    transition: 100ms;
    border-bottom: 1px solid transparent;
}

.orator-show-list .icon {
    position: absolute;
    top: 5px;
    right: 0;
}

.orator-show-list:hover {
    color: #1b76bc;
    border-bottom: 1px solid #1b76bc;
}

.orator-slider {
    margin-top: 13px;
}

.orator-slider .item-inner>*:first-child {
    margin: 0;
}

.orator-slider .item-inner .person-card .photo {
    display: block;
    float: left;
    width: 95px;
    height: 126px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.orator-slider .item-inner .person-card .text-wrapper {
    margin-left: 140px;
}

.orator-slider .item-inner .person-card .text-wrapper .text {
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    max-width: 410px;
}

.orator-slider .item-inner .person-card .text-wrapper .name {
    color: #707070;
    font-size: 16px;
    line-height: 20px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    margin-top: 10px;
}

.orator-slider .item-inner .person-card .text-wrapper .rank {
    color: #707070;
    font-size: 16px;
    line-height: 20px;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
}

.orator-slider .item-inner .person-card:after {
    content: "";
    display: table;
    clear: both;
}

.orator-slider .slick-dots {
    margin: 0 0 20px 0;
}

.orator-slider .slick-dots li {
    display: inline-block;
    margin-right: 5px;
}

.orator-slider .slick-dots li:last-child {
    margin-right: 0;
}

.orator-slider .slick-dots li button {
    width: 5px;
    height: 5px;
    padding: 0;
    font-size: 0;
    border: 0;
    border-radius: 50%;
    background-color: #d8d8d8;
}

.orator-slider .slick-dots li.slick-active button {
    background-color: #000;
}

@media (max-width: 999px) {
    .orator-slider .item-inner .person-card .text-wrapper .rank {
        font-size: 12px;
    }
}


/*orator-slider end*/

.hidden_modal,
.hidden_modal_blid {
    display: none;
}

.hidden_slidetoggle,
.hidden_slidetoggle2 {
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.modal-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

body.show-modal {
    overflow: hidden;
}

.modal-block {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    max-width: 1200px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 24px 20px;
    width: 100%;
    min-width: 300px;
    border-radius: 5px;
}

.modal-block .contentblock {
    max-height: 820px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.modal-block .exit {
    position: absolute;
    top: 0;
    right: -30px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media (max-height: 800px) {
    .modal-block {
        width: 90%;
    }
}

@media (max-height: 800px) {
    .modal-block .contentblock {
        /* max-height: 500px; */
    }
}

@media (max-width: 575px) {
    .modal-block .contentblock {
        max-height: 500px;
    }
}

@media (max-width: 1200px) {
    .modal-block .exit {
        right: 5px;
        top: -35px;
    }
}

body.hidden {
    overflow: hidden;
    padding-right: 17px;
}

.bottom-stick.oru {
    margin: 0;
}

.tezislink {
    text-decoration: none;
    color: inherit;
    display: block;
}

.award .award-item .logos .item.hidden {
    display: none;
}

.award .award-item .logos .nc-infoblock-object {
    display: inline-block;
}

.award .award-item .logos .nc-infoblock-object .item.hidden {
    display: block;
}

.journal-gallery .jg-row .jg-col .jg-item.hidden {
    display: none;
}

.journal-gallery .jg-row .nc-infoblock-object {
    display: inline-block;
}

.journal-gallery .jg-row .nc-infoblock-object .jg-item {
    min-height: auto;
}

.zen-col a {
    display: block;
    text-decoration: none;
}

.title-logo {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    background-color: #cbc9c9;
    padding: 10px;
    margin: 0;
    font-family: "PT Sans", sans-serif;
}

.title {
    font-weight: bold;
    font-size: 18px;
    font-family: "PT Sans", sans-serif;
    padding-right: 2px;
}

.logotips.hidded {
    display: none;
}

.show-list_news {
    position: relative;
    display: inline-block;
    padding-right: 30px;
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: 100ms;
    transition: 100ms;
    border-bottom: 1px solid transparent;
}

.show-list_news:hover {
    color: #1b76bc;
    border-bottom: 1px solid #1b76bc;
}

.icon_news {
    position: absolute;
    top: 5px;
    right: 0;
}

.all_news {
    padding-top: 20px;
    padding-bottom: 20px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
}

@media (max-width: 999px) {
    .all_news {
        display: none !important;
    }
}

.info_fz {
    display: inline-block;
    color: #707070;
    text-decoration: none;
    font-family: "PT Sans", sans-serif;
    font-weight: 300;
    line-height: 20px;
    font-size: 16px;
    text-align: justify;
}

.calendars .calendar-wrapper {
    padding: 0 10px;
}

.calendars .calendar-wrapper.bd-l {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.calendars .calendar-wrapper.bd-r {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.calendars .calendar-wrapper h2 {
    margin-top: 0;
}

.calendar-items-list {
    margin: 10px 0;
    margin: 10px 0;
}


/*
.calendar-item {
    border-top: 1px solid black;
    margin: 10px 0;
    padding: 10px 0;
}

.calendar-pagination {
    margin: 10px 0;
    text-align: center;
}


.calendar-item .name {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
}

.calendar-item .date {
    font-size: 16px;
    margin: 10px 0;
    color: #62615e;
}

.calendar-item .place {
    font-size: 16px;
    font-weight: 600;
}*/

.calendar-item {
    position: relative;
    border: none;
    margin: 20px 0;
    padding: 1px 20px;
    /*border-right: 1px solid #cccccc;*/
}

.calendar-item:before {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background-color: #696969;
}

.calendar-pagination {
    margin: 10px 0;
    text-align: center;
}

.calendar-item .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin: 10px 0;
}

.calendar-item .date {
    font-size: 16px;
    margin: 10px 0;
    color: #62615e;
    padding-right: 60px;
}

.calendar-item .place {
    font-size: 18px;
    font-weight: 600;
    padding-right: 60px;
    padding-left: 20px;
    background-image: url(/img/pin.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: left center;
}

.calendar-item .useless-blocks {
    margin: 0px 10px 0px 0px;
    position: absolute;
    float: none !important;
    right: 10px;
    top: 0;
}

.calendar-item .useless-blocks .useless-block {
    width: 30px;
    height: 30px;
}

.calendar-item .useless-block span {
    display: block;
    position: absolute;
    bottom: 0;
    right: 5px;
    font-family: "PT Sans", sans-serif;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    font-weight: 700;
    text-transform: lowercase;
}

.calendar-item .useless-block span:first-letter {
    font-size: 16px;
    text-transform: uppercase;
}

.calendar-item .show-list {
    position: relative;
    display: block;
    padding-right: 30px;
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    margin: 20px 0 10px 0;
    text-decoration: none;
    width: 120px;
    -webkit-transition: 100ms;
    transition: 100ms;
    border-bottom: 1px solid transparent;
}

.calendar-item .show-list:hover {
    color: #1b76bc;
    border-bottom: 1px solid #1b76bc;
}

.calendar-item .show-list .icon {
    position: absolute;
    top: 5px;
    right: 0;
}

.calendar-item .description {
    color: #696969;
    font-size: 16px;
    margin: 20px 0;
}

.row .col.w33:nth-child(3) .calendar-item {
    border-right: 0;
}

@media (max-width: 999px) {
    .calendar-item {
        border-right: 0;
    }
}

a.item-page {
    display: inline-block;
    border: 1px solid black;
    padding: 5px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.event-form {
    margin: 0 0 20px 0;
}

.field {
    display: block;
    position: relative;
    z-index: 3;
    margin: 10px 0;
}

.field.for-select {
    z-index: 5;
}

.field:first-child {
    margin-right: 15px;
}

.ui-datepicker {
    z-index: 99 !important;
}

.ui-widget-header,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    background-color: #a1211e;
    color: #fff;
}

.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: #a1211e;
    color: #fff;
}

.field .label {
    display: block;
    position: absolute;
    z-index: 3;
    left: 15px;
    right: 15px;
    top: 8px;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    color: #c2c2c2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.field .label:after {
    content: "";
    color: #e94551;
}

.field .error-message {
    display: none;
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 400;
    color: #e94551;
}

.field .input-text {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 15px 15px 0 15px;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #c2c2c2;
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    color: #333333;
    border-radius: 3px;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.field .textarea {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 33px 15px 0 15px;
    width: 100%;
    height: 140px;
    background: #fff;
    border: 1px solid #c2c2c2;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    color: #333333;
    border-radius: 3px;
    outline: none;
    resize: none;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.field .selectwrap {
    display: block !important;
    z-index: 5 !important;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #c2c2c2;
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    color: #333333;
    border-radius: 3px;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.field .jq-file {
    display: block;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 24px 40px 0 15px;
    width: 100%;
    height: 65px;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    color: #333333;
    border-radius: 3px;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field .jq-file.changed {
    background: #ffffff;
    border-color: #c2c2c2;
}

.field .jq-file__name {
    margin: 0 15;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.field .jq-file__browse {
    display: none;
}

.field .jq-selectbox {
    display: block !important;
    z-index: 4 !important;
    margin: 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    color: #333333;
    border-radius: 3px;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field .jq-selectbox__select-text {
    display: block;
    margin: 0 30px 0 15px;
    padding: 25px 0 0 0;
}

.field .jq-selectbox__select-text.placeholder {
    display: none !important;
}

.field .jq-selectbox__select {
    display: block;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.field .jq-selectbox__dropdown {
    display: block;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 50px;
    background: #ffffff;
    border: 1px solid #c2c2c2;
    border-radius: 0 0 3px 3px;
    border-top: none;
}

.field .jq-selectbox__dropdown ul {
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    max-height: 300px;
}

.field .jq-selectbox__dropdown ul:before {
    display: none;
}

.field .jq-selectbox__dropdown li {
    display: block;
    margin: 0;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

.field .jq-selectbox__dropdown li:hover,
.field .jq-selectbox__dropdown li.selected {
    color: gray;
    font-weight: bold;
}

.field .jq-selectbox__trigger {
    display: block;
    position: absolute;
    z-index: 3;
    right: 15px;
    top: 50%;
    margin: -5px 0 0 0;
    width: 10px;
    font-family: 'serif';
    font-size: 10px;
    color: #333333;
}

.field .jq-selectbox.opened .jq-selectbox__trigger {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.field .jq-selectbox .jspVerticalBar {
    right: 5px;
}

.field.required .label:after {
    content: " *";
}

.field.empty .label {
    top: 18px;
    font-size: 16px;
    line-height: 1em;
    color: #333333;
}

a.item-page.active {
    background-color: #a1211e;
    color: #ffff;
}

.field.empty .input-text,
.field.empty .textarea,
.field.empty .selectwrap,
.field.empty .jq-selectbox__dropdown {
    background: #f4f4f4;
    border-color: #f4f4f4;
}

.field.error .error-message {
    display: block;
}

.field.error .input-text,
.field.error .textarea,
.field.error .selectwrap,
.field.error .jq-file {
    border-color: #e94551;
}

.field.success .input-text,
.field.success .textarea,
.field.success .selectwrap,
.field.success .jq-file {
    border-color: #7e7e7e;
}

.button-wrapp {
    padding: 8px 8px 8px 25px;
}

.row.for-hidden {
    /* transition: 2s ease height;*/
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 800ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: max-height 800ms cubic-bezier(0.42, 0, 0.58, 1);
    /* ease-in-out */
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.row.for-hidden.visible {
    max-height: 10000px;
}

.jq-selectbox select {
    z-index: -10;
    overflow: hidden;
}

.field .button {
    height: 50px;
    -webkit-appearance: none;
    border: 0;
    background-color: #a1211e;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    margin: 10px auto;
    display: block;
    width: 100%;
}

.calendars .gray-line {
    height: 2px;
    background-color: #96999d;
    margin: 15px 0;
}

.lightpick {
    font-family: "PT Sans", sans-serif !important;
}

.journal-wrapper .w33 .articles .article-item.journal-item .bottom-stick.keked {
    position: absolute !important;
    bottom: 0;
}

.row.for-hidden .show-list.slidetoggle2 {
    display: none;
}

.row.for-hidden .hidden_slidetoggle2 {
    max-height: none;
}

@media (max-width: 575px) {
    .calendars .calendar-wrapper h2 {
        margin-top: 10px;
    }
    .jq-selectbox select {
        z-index: 10;
        width: 100%;
    }
    .field {
        margin-right: 0 !important;
    }
    .field .jq-selectbox__select {
        height: auto;
    }
}

.col.w33:nth-child(1) .journal-item.mt-0:not(.bd-l),
.col.w33:nth-of-type(2) .journal-item.mt-0:not(.bd-l) {
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 1000px) {
    .col.w33:nth-child(1) .journal-item.mt-0:not(.bd-l),
    .col.w33:nth-of-type(2) .journal-item.mt-0:not(.bd-l) {
        border: none;
    }
}

.col.w33:nth-child(3) .journal-item.mt-0:not(.bd-l),
.col.w33:last-child .journal-item.mt-0:not(.bd-l) {
    border: none;
}

.row.for-hidden .bd-r {
    border: none !important;
}


/*NEWS*/

.news-inner-list .item {
    display: block;
    padding: 44px 5px 0 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transition: 100ms;
    transition: 100ms;
    text-decoration: none;
    position: relative;
}

.news-inner-list .item:last-child {
    border-bottom: 2px solid rgba(45, 50, 58, 0.5);
}

.news-inner-list .item:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.news-inner-list .item .news-feed-desc {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin: 0;
}

.news-inner-list .item .news-feed-info {
    height: 19px;
    overflow: hidden;
    color: #000;
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    line-height: 19px;
    font-weight: 400;
    opacity: 0.3;
    margin: 8px 0 0 0;
}

.news-inner-list .item .news-feed-info .date,
.news-inner-list .item .news-feed-info .tags {
    display: inline-block;
}

.news-inner-list .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    list-style: none;
    padding: 0;
    font-size: 0;
    text-align: center;
}

.news-inner-list .slick-dots li {
    display: inline-block;
    margin-right: 5px;
}

.news-inner-list .slick-dots li:last-child {
    margin-right: 0;
}

.news-inner-list .slick-dots li button {
    width: 5px;
    height: 5px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: #d8d8d8;
}

.news-inner-list .slick-dots li.slick-active button {
    background-color: #62615e;
}

@media (max-width: 999px) {
    .news-inner-list .item {
        height: auto;
        padding: 15px 0 30px;
    }
}

@media (max-width: 999px) {
    .news-inner-list .item:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 999px) {
    .news-inner-list .item .news-feed-desc {
        font-size: 16px;
        height: 80px;
    }
}

@media (max-width: 999px) {
    .news-inner-list .item .news-feed-info {
        position: relative;
        height: 38px;
        padding: 0 0 0 80px;
        font-size: 16px;
    }
}

@media (max-width: 999px) {
    .news-inner-list .item .news-feed-info .date {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.useless-blocks-news {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 0;
}

.useless-block-news {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #a1211e;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 1px;
}

.useless-block-news span {
    display: block;
    position: absolute;
    bottom: 0;
    right: 5px;
    font-family: "PT Sans", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    text-transform: none;
}


/*NEWS END*/


/* New style */

.journal-gallery .jg-item {
    margin: 30px 0 30px;
}

.journal.sales-link {
    position: absolute;
    bottom: -50px;
    padding-right: 30px;
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: 100ms;
    transition: 100ms;
    border-bottom: 1px solid transparent;
}

.journal .sales-link .icon {
    position: absolute;
    top: 5px;
    right: 0px;
}

.journal-gallery .jg-row {
    margin: 0 20px;
}

.jg-background-image {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.journal.sales-link:hover {
    color: #1b76bc;
    border-bottom: 1px solid #1b76bc;
}

a.sales-link.standard {
    text-decoration: none;
}

.journal-gallery .jg-item img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    /*height: 400px;*/
}

@media (max-width: 575px) {
    .journal-gallery .jg-row .jg-col {
        margin: 30px 0 55px 0;
    }
}

.calendars .calendar-wrapper h2 {
    font-size: 18px;
    line-height: 25px;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    color: black;
}


/* end new style */

.sidebar .links .item span {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}

.qr-middle {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* superblock on mobile */

.img-mob {
    display: inline-block;
    width: calc(60% + 20px);
    height: auto;
    margin: 0 -9.5px;
}

.div-mob {
    text-align: center;
}

@media (max-width: 999px) {
    .img-mob {
        width: 40%;
        margin: 0;
    }
}

@media (max-width: 575px) {
    .img-mob {
        width: 60%;
        margin: 0;
    }
}

.cover .custom-prs-image {
    max-width: 100% !important;
    max-height: 450px !important;
    margin: 0 auto !important;
    display: block !important;
    width: auto !important;
}

@media (max-width: 575px) {
    .cover {
        text-align: center;
    }
    .cover .custom-prs-image {
        max-width: 100%;
        max-height: auto;
        margin: 0;
    }
}

@media (max-width: 1550px) {
    .header-photo-block .header-photo {
        width: 100%;
    }
}

.header-text-block-p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
}

@media (max-width: 999px) {
    .header-text-block-p {
        height: auto;
    }
}

@media (max-width: 575px) {
    .header-text-block-p {
        font-size: 16px;
    }
}


/*Форма подписаться на новости */

.subscribe_news_form {
    position: relative;
    background: #F2F2F2;
    border-radius: 4px;
    padding: 24px 28px 18px;
    font-family: "PT Sans", sans-serif;
}

.subscribe_main_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.subscribe_news_form .subscribe_news_form-input {
    display: block;
    width: 100%;
    padding: 10px 13px;
    margin-right: 16px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 16px;
    line-height: 21px;
    color: #5F5354;
    border: 1px solid transparent;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.subscribe_news_form .subscribe_news_form-input:focus {
    outline: 1px solid #4D7BAE;
}

.subscribe_news_form .error__message {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    font-weight: 700;
    font-size: 11px;
    line-height: 14px;
    color: #A1211E;
    text-align: center;
}

.subscribe_news_form .success__message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 25px;
    background: #F2F2F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
}

.subscribe_news_form .success__message span {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #2D323A;
    margin-top: 10px;
}

.subscribe_news_form .hide {
    display: none;
}

.error_subscribe-input {
    border: 1px solid #A1211E !important;
}

.subscribe_news_form-submit {
    padding: 10px 25px;
    background: #4D7BAE;
    border-radius: 4px;
    border: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.subscribe_news_form-submit:hover {
    background: #6883cb;
}

.subscribe_checkbox_block {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.subscribe_checkbox_block .form-control {
    margin-right: 30px;
}

.subscribe_checkbox_block input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.subscribe_checkbox_block label {
    position: relative;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.05px;
    color: #263238;
    cursor: pointer;
}

.subscribe_checkbox_block label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #C9C9C9;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 2px;
    margin-top: -3px;
}

.subscribe_checkbox_block input:checked+label:before {
    background: #A1211E;
    border: 1px solid #A1211E;
}

.subscribe_checkbox_block input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 7px;
    width: 3px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 760px) {
    .subscribe_news_form {
        padding: 24px 12px 18px;
    }
    .subscribe_main_block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .subscribe_news_form .subscribe_news_form-input,
    .subscribe_checkbox_block .form-control {
        margin-bottom: 10px;
    }
}

.subscribe_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 111;
}

.subscribe_title {
    position: absolute;
    left: 100px;
    top: 0;
    height: 105px;
    width: 504px;
    z-index: 999;
}

.subscribe_title .logo-block .social {
    height: 45px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.subscribe_title .logo-block .social .item {
    border-bottom: 0;
    height: auto;
    padding-bottom: 20px;
    margin-right: 15px;
}

.subscribe_wrapper-text {
    text-align: center;
}

.subscribe_wrapper-text h3 {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 27px;
    text-align: center;
    color: #2D323A;
}

.subscribe_wrapper-text p {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #4A4A4A;
}

@media (max-width: 999px) {
    .mail-logo {
        left: 0px !important;
    }
    .mail-social {
        top: 15px !important;
        right: 60px !important;
    }
}

.mail-logo-before::before {
    width: calc(100% + 20px) !important;
}

.overflow-hidden {
    overflow: hidden !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

.form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.confirm_form {
    width: 700px;
    padding: 15px 25px;
}

.confirm_form .subscribe_main_block {
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.confirm_form .subscribe_news_form-input {
    margin-right: 0;
}

.confirm_form .subscribe_checkbox_block {
    margin-bottom: 20px;
}

.confirm_form .suggestions-wrapper {
    width: 100%;
    z-index: 5;
}

@media screen and (max-width: 1000px) {
    .confirm_form {
        width: auto;
        padding: 15px;
    }
}

.form-overlay.hide,
.confirm_form.hide {
    display: none;
}


/*
.confirm_form .suggestions-wrapper {
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    z-index: 5;
}
.confirm_form .suggestions-suggestions {
    width: 100%;
    background: #ffffff;
    padding: 10px;
}
.confirm_form .suggestions-suggestion {
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
 cursor: pointer;
}
 .confirm_form  span {
            display: block;
        }
            .confirm_form span > input[type="text"] {
                width: 100%;
                padding: 5px;
                box-sizing: border-box;
            }*/

.header-section-new {
    height: 468px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -60px;
    padding-left: 60px;
    margin-bottom: 10px;
}

.header-section-special {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: -60px;
    padding-left: 60px;
    margin-bottom: 10px;
}

.header-section-special:before {
    content: '';
    display: block;
    padding-top: 40%;
    margin-top: 20px;
}

.header-section-conference {
    height: 468px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -60px;
    padding-left: 60px;
    margin-bottom: 10px;
}

@media (max-width: 1000px) {
    .header-section-conference {
        height: 137px;
    }
}

@media (max-width: 1280px) {
    .header-section-new {
        height: 410px;
    }
}

@media (max-width: 1100px) {
    .header-section-new {
        height: 295px;
    }
}


/*@media (max-width: 1000px) {
    .header-section-new {
        height: 295px;
    }
}*/

@media (max-width: 768px) {
    .header-section-new {
        height: 275px;
        background-size: cover;
        background-position: bottom right;
    }
}

@media (max-width: 575px) {
    .header-section-new {
        background-position: bottom right;
        background-size: contain;
        height: 125px;
    }
}

@media (max-width: 320px) {
    .header-section-new {
        background-position: bottom right;
        background-size: contain;
        height: 125px;
    }
}

.header-section-new .container,
.header-section-conference .container {
    position: relative;
}

.header-section-new .header-logo,
.header-section-conference .header-logo {
    display: block;
    position: absolute;
    left: 30px;
    top: 0;
    width: 143px;
    height: 95px;
    background: #B17F4A;
}

@media (max-width: 1000px) {
    .header-section-new .header-logo,
    .header-section-conference .header-logo {
        left: 30px;
        width: 42px;
        height: 27px;
    }
}

.header-section-new .header-logo .logos,
.header-section-conference .header-logo .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 22px;
    height: 100%;
}

@media (max-width: 1000px) {
    .header-section-new .header-logo .logos,
    .header-section-conference .header-logo .logos {
        padding-left: 4px;
        padding-right: 6px;
    }
}

.header-section-new .header-logo .logos img,
.header-section-conference .header-logo .logos img {
    max-width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 1000px) {
    .header-section-new .header-logo .logos img,
    .header-section-conference .header-logo .logos img {
        margin-bottom: 2px;
    }
}

.header-section-new .flex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}

.header-section-conference .flex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}

.header-section-new .flex-block .date-text,
.header-section-conference .flex-block .date-text {
    margin-bottom: 10px;
    display: flex;
    align-self: stretch;
    flex-shrink: 0;
    height: 100%;
    margin: 0;
    padding-top: 11px;
    padding-bottom: 5px;
}

.header-section-new .flex-block .date-text img,
.header-section-conference .flex-block .date-text img {
    max-width: 100%;
}

@media (max-width: 575px) {
    .header-section-new .flex-block .date-text,
    .header-section-conference .flex-block .date-text {
        margin-bottom: 0;
    }
}

.header-section-new .flex-block .h1-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 43%;
    padding-right: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
}

.header-section-conference .flex-block .h1-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 50%;
    padding-right: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 1300px) {
    .header-section-new .flex-block .h1-block,
    .header-section-conference .flex-block .h1-block {
        padding-right: 15px;
    }
}

@media (max-width: 1000px) {
    .header-section-conference .flex-block .h1-block {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 1024px) {
    .header-section-new .flex-block .h1-block {
        padding-right: 15px;
        padding-left: 15px;
        height: 100%;
        max-width: 356px;
    }
}

.header-section-new .flex-block .h1-block .h1 {
    margin: 0;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
    display: flex;
}

.header-section-conference .flex-block .h1-block .h1 {
    color: #fff;
    margin-bottom: 5px;
}

.header-section-new .flex-block .h1-block .h1 img {
    height: 100%;
    display: flex;
}

.header-section-conference .flex-block .h1-block .h1 img {
    max-width: 100%;
}

@media (max-width: 1280px) {
    .header-section-new .flex-block .h1-block .h1 img {
        height: auto;
        width: 100%;
    }
}

.header-section-new .flex-block .pink-bg-block,
.header-section-conference .flex-block .pink-bg-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 142px;
    padding-right: 40px;
    height: 147px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    background-image: url("../img/pink_bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.header-section-conference .flex-block .pink-bg-block.big-image {
    height: 170px;
}

@media (max-width: 769px) {
    .header-section-new .flex-block .pink-bg-block,
    .header-section-conference .flex-block .pink-bg-block {
        height: 90px;
    }
    .header-section-conference .flex-block .pink-bg-block.big-image {
        height: 108px;
    }
}

@media (max-width: 575px) {
    .header-section-new .flex-block .pink-bg-block,
    .header-section-conference .flex-block .pink-bg-block {
        height: 43px;
        padding-left: 41px;
        padding-right: 26px;
    }
    .header-section-conference .flex-block .pink-bg-block.big-image {
        height: 55px;
    }
}

.header-section-new .flex-block .pink-bg-block .pink-block-text,
.header-section-conference .flex-block .pink-bg-block .pink-block-text {
    margin-bottom: .67em;
}

@media (max-width: 1000px) {
    .header-section-new .flex-block .pink-bg-block .pink-block-text,
    .header-section-conference .flex-block .pink-bg-block .pink-block-text {
        font-size: 6.5px;
    }
}

.reception {
    margin-left: -60px;
    padding-left: 60px;
    background: #7F8396;
    padding-top: 20px;
    padding-bottom: 20px;
}

.reception .reception-forms {
    margin-right: 30px;
}

@media (max-width: 1000px) {
    .reception .reception-forms {
        margin-right: 0;
    }
}

.reception .reception-forms .reception-button,
.confirm-email-form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    font-family: PT Sans;
    padding: 10px 25px;
    background: #B74970;
    border-radius: 3px;
    letter-spacing: 0.3px;
    border: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.reception .reception-forms .form-name {
    font-family: PT Sans;
    font-style: normal;
    font-size: 21px;
    line-height: 27px;
    color: #fff;
}

.reception .reception-forms .reception-registration {
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 27px;
    color: #FFFFFF;
    cursor: pointer;
}

.reception .reception-forms .reception-form-block {
    margin-bottom: 25px;
    display: none;
}

.reception .reception-forms .reception-form-block:last-of-type {
    margin-bottom: 0;
}

.reception .reception-forms .input-with-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin: 4px 0;
}

.reception .reception-forms .input-with-label .suggestions-wrapper {
    position: absolute;
    z-index: 10;
    margin: 0;
    padding: 0;
    vertical-align: top;
    max-width: 100%;
    top: 50px;
    left: 0;
    right: 0;
    margin-left: 180px;
}

@media (max-width: 999px) {
    .reception .reception-forms .input-with-label .suggestions-wrapper {
        margin-left: 0;
        top: 80px;
    }
}

.reception .reception-forms .input-with-label.error input,
.reception .reception-forms .input-with-label.error .tel-input {
    border-color: red;
}

.reception .reception-forms .input-with-label.error .error-message {
    color: red;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .reception .reception-forms .input-with-label.error .error-message {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        font-size: 16px;
        margin-bottom: 4px;
    }
}

@media (max-width: 1000px) {
    .reception .reception-forms .input-with-label {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.reception .reception-forms .input-with-label:last-of-type {
    margin-bottom: 3px;
}

.reception .reception-forms .input-with-label .input-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    max-width: 180px;
    min-width: 180px;
    text-align: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 15px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 1;
    color: #fff;
}

@media (max-width: 1000px) {
    .reception .reception-forms .input-with-label .input-label {
        margin: 5px 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.reception .reception-forms .input-with-label input,
.tel-input {
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid transparent;
    margin-right: auto;
}

.reception .reception-forms .input-with-label input.w-33 {
    max-width: 33%;
}

@media (max-width: 1000px) {
    .reception .reception-forms .input-with-label input.w-33 {
        max-width: 100%;
    }
}

.open-reception-forms .reception .reception-registration {
    display: none;
}

.open-reception-forms .reception .reception-forms .reception-form-block {
    display: block;
}

.watch-rooms {
    margin: 10px 0;
}

.watch-rooms .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.watch-rooms .row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.watch-rooms .row .col.w33:nth-child(1) .journal-item {
    border-left: 1px solid #9397A8;
}

@media (max-width: 575px) {
    .watch-rooms .row .col.w33:nth-child(1) .journal-item {
        border: none;
        border-bottom: 1px solid #9397A8;
    }
}

.watch-rooms .row .col.w33:nth-child(2) .journal-item {
    border-left: 1px solid #9397A8;
    border-right: 1px solid #9397A8;
}

@media (max-width: 575px) {
    .watch-rooms .row .col.w33:nth-child(2) .journal-item {
        border: none;
        border-bottom: 1px solid #9397A8;
    }
}

.watch-rooms .row .col.w33:nth-child(3) .journal-item {
    border-right: 1px solid #9397A8;
}

@media (max-width: 575px) {
    .watch-rooms .row .col.w33:nth-child(3) .journal-item {
        border: none;
        border-bottom: 1px solid #9397A8;
    }
}

@media (min-width: 999px) {
    .watch-rooms .row.row_1col .col.w33,
    .watch-rooms .row.row_2col .col.w33 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

.watch-rooms .gray-line {
    height: 2px;
    background-color: #2d323a;
    opacity: 0.5;
    margin-bottom: 16px;
    clear: both;
}

.watch-rooms .watch-rooms-wrapper .nc-infoblock-object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.watch-rooms .watch-rooms-wrapper.bd-l {
    border-left: 1px solid #9397A8;
}

.watch-rooms .watch-rooms-wrapper.bd-r {
    border-right: 1px solid #9397A8;
}

@media (max-width: 769px) {
    .watch-rooms .watch-rooms-wrapper {
        border: 0 !important;
    }
}

.watch-rooms .watch-rooms-wrapper .glade-article .glade-article-tags {
    margin: 3px 20px 0 20px;
}

.watch-rooms .watch-rooms-wrapper .glade-article .glade-article-tags span {
    background: #7d9aba;
    font-size: 12px;
    font-family: "PT Sans", sans-serif;
    padding: 1px 4px;
    margin: 0 3px 3px 0;
    color: white;
    border-radius: 2px;
    white-space: nowrap;
}

.watch-rooms .watch-rooms-wrapper .glade-article .glade-article-go {
    position: relative;
    margin: 10px 20px 0 15px;
    border: none;
    text-align: left;
    border-radius: 5px;
    padding: 10px 0 0 0;
}

.watch-rooms .watch-rooms-wrapper .glade-article .glade-article-go a {
    position: relative;
    display: inline-block;
    padding-right: 30px;
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: 100ms;
    transition: 100ms;
    border-bottom: 1px solid transparent;
}

.watch-rooms .watch-rooms-wrapper .glade-article .glade-article-go a span {
    display: inline-block !important;
    margin: 0 0 -5px 5px;
}

.watch-rooms .watch-rooms-wrapper .glade-article .glade-article-go a .icon.icon-arrow-right_blue {
    display: inline-block !important;
}

.watch-rooms .watch-rooms-wrapper .glade-article .glade-article-content .glade-article-block-title {
    margin: 0;
    padding: 8px 20px 3px 20px;
    font-size: 18px;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
}

.watch-rooms .watch-rooms-wrapper .glade-article .glade-article-content .glade-article-block-subtitle {
    margin: 0;
    padding: 3px 20px 8px;
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    line-height: 18px;
}

.watch-rooms .watch-rooms-wrapper .glade-article .glade-article-content .glade-article-block-image {
    margin: 0;
    width: 100%;
}

.watch-rooms .watch-rooms-wrapper .glade-article .glade-article-content .glade-article-block-image img {
    margin: 0;
    width: 100%;
}

.watch-rooms .watch-rooms-wrapper .glade-article .glade-article-content .glade-article-block-text {
    margin: 0;
    padding: 8px 20px 8px 20px;
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    line-height: 18px;
    width: 100%;
}


/*.container .row .col.w33:nth-child(2) {
    border-left: 1px solid #9397A8;
    border-right: 1px solid #9397A8;
}*/

.container .row .col.w33+.col.w33 {
    /* border-left: 1px solid #9397A8; */
}

.container .row .col.w33.no-margin-p:first-child {
    border-left: 1px solid #9397A8;
}

@media (max-width: 768px) {
    .container .row .col.w33:nth-child(2) {
        border: 0 !important;
    }
}

.search-results {
    text-align: center;
}

.search-results .glade-article-content,
.search-results .watch-program-item {
    text-align: left;
}

#search_preloader {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: cover;
    text-align: center;
    background-image: url("../img/ios-spinner.svg");
}

.row .col.w100 .watch-program-item {
    min-height: auto !important;
    max-height: none;
    display: block !important;
}

.row .col.w100 .watch-program-item .small-text {
    max-height: 100%;
    overflow: visible;
    white-space: normal;
}

.row .col.w100 .watch-program-item .program-name {
    max-height: none;
}

.row .col.w100 .watch-program-item .speaker {
    max-height: none;
}

.row .col.w33 .video-preview:before {
    padding-top: 64.26%;
}

.row .col.w33 .video-preview.video-in:after {
    display: block;
}

.watch-room-item {
    background-color: #fff !important;
}

.watch-room-item .title {
    margin: 10px 20px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 27px;
    color: #2D323A;
}

@media (max-width: 575px) {
    .watch-room-item .title {
        margin: 10px 0px;
    }
}

.watch-room-item .video-preview {
    position: relative;
    background: #6B6E83;
    margin: 20px;
    padding: 10px;
    color: #fff;
}

.watch-room-item .video-preview:before {
    content: '';
    display: block;
    padding-top: 64.26%;
}

.row .col.w25 .watch-room-item .video-preview .text {
    font-size: 16px;
    line-height: 21px;
}

.row .col.w25 .watch-room-item .video-preview.glade-ex .text {
    /*Glade.Exhibition*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 27px;
}

.row .col.w25 .watch-room-item .video-preview.external-url .text {
    /*Glade.Exhibition*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 27px;
}

@media (max-width: 999px) {
    .watch-rooms-wrapper .row .col.w25 {
        width: 50% !important;
    }
    .watch-rooms-wrapper .row .col.w100-impt {
        width: 100% !important;
    }
}

.watch-rooms-wrapper .row .col.w100-impt {
    width: 100% !important;
}

.not-show .row .col.w25 .watch-program-item {
    min-height: 189px !important;
}

.not-show .row .col.w25 .watch-program-item .speaker {
    display: none;
}

.not-show .row .col.w100-impt .watch-program-item .speaker {
    display: block;
}

.row .col.w25 .watch-program-item:nth-child(3),
.row .col.w25 .watch-program-item:nth-child(4),
.row .col.w25 .watch-program-item:nth-child(5),
.row .col.w25 .watch-program-item:nth-child(6),
.row .col.w25 .watch-program-item:nth-child(7) {
    display: block;
    max-height: 100px;
    overflow: hidden;
}

.row .col.w25 .watch-program-item {
    display: none;
}

.row .col.w25.no-line-bottom .watch-program-item {
    max-height: none;
    height: 100% !important;
    margin: 0;
    margin-bottom: 2px;
}

.watch-rooms-wrapper.all-show .row .col.w25 .watch-program-item {
    display: block;
    max-height: 100%;
    height: auto;
    overflow: visible;
}

@media (max-width: 676px) {
    .row .col.w25 .watch-room-item {
        padding: 0 5px;
    }
    .watch-rooms-wrapper.all-show .row .col.w25 {
        width: 100% !important;
    }
    .watch-rooms-wrapper .row .col.w25 {
        width: 50% !important;
    }
    .watch-rooms-wrapper .row .col.w100-impt {
        width: 100% !important;
    }
    .row .col.w25 .watch-room-item .video-preview .text {
        line-height: 14px;
        top: 10px;
        font-size: 11px;
    }
    .row .col.w25 .watch-program-item .program-name {
        font-size: 11px;
    }
    .row .col.w25 .watch-program-item .small-text {
        font-size: 11px;
    }
    .row .col.w25 .watch-program-item .speaker {
        font-size: 11px;
    }
    .row .col.w25 .watch-program-item {
        padding: 10px;
    }
    .row .col.w25 .watch-room-item .title {
        font-size: 16px;
    }
    .row .col.w25 .text-block {
        font-size: 11px;
        padding: 15px 13px;
    }
    .row .col.w25 .text-block.empty.kek {
        display: none;
    }
    .row .col.w25 .watch-room-item .video-preview.glade-ex .text {
        font-size: 17px;
    }
    .row .col.w25 .watch-room-item .video-preview.external-url .text {
        font-size: 17px;
    }
}

.row .col.w25 .watch-room-item .video-preview.glade-ex:after {
    display: none;
}

.row .col.w25 .watch-room-item .video-preview.external-url:after {
    display: none;
}

.row .col.w25 .watch-room-item .video-preview:after {
    height: 43px;
    width: calc(100% - 20px);
    background-size: contain;
    background-repeat: no-repeat;
}

.row .col.w25 .watch-room-item .video-preview.with-video:after {
    width: 100%;
    height: 100%;
    background-size: 30%;
}

.watch-room-item .video-preview.with-video {
    padding: 10px;
    height: auto;
    background-position: top center;
}

.watch-room-item .video-preview.with-video.video-in:after {
    display: none;
}

.watch-room-item .video-preview.with-video:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-image: url(../img/play-room.svg);
    background-color: rgba(0, 0, 0, 0.18);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px 60px;
    z-index: 10;
    cursor: pointer;
}

.row .col.w25 .watch-room-item .video-preview.with-video:before {
    padding-top: 64.26%;
}

.watch-room-item .video-preview.with-video .text {
    display: none;
}

.watch-room-item .video-preview iframe {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    /* QUAZER 2020-10-14T16:56 Добавил чтоб смотрелось лучше */
    padding: 4.5% 0;
    background: white;
}

@media (max-width: 575px) {
    .watch-room-item .video-preview {
        margin: 20px 0px;
    }
}

.watch-room-item .video-preview:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 17px;
    left: 10px;
    height: 68px;
    width: 100%;
    max-width: 269px;
    background-image: url("../img/preslogo.svg");
}

.watch-room-item .video-preview .text {
    position: absolute;
    top: 20px;
    left: 10px;
    font-family: PT Sans;
    font-style: normal;
    font-size: 21px;
    line-height: 27px;
    max-width: 263px;
}

.text-block {
    padding: 15px 20px;
    display: inline-block;
    color: inherit;
    position: relative;
    vertical-align: middle;
    background-color: #fff !important;
}

.text-block.empty {
    color: transparent;
}

@media (max-width: 768px) {
    .text-block.empty {
        visibility: visible;
    }
}

.text-block.with-arrow {
    cursor: pointer;
}

.text-block.with-arrow:after {
    content: '';
    display: inline-block;
    background-image: url("../img/arrow-r.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

.watch-program-item {
    padding: 10px 20px;
    margin: 0 -1px;
    min-height: 147px;
    /* transition: min-height .5s;*/
    /*max-height: 147px;
    overflow: hidden;*/
    font-size: 16px;
    color: #4a4a4a;
}

.watch-program-item.all {
    height: 100%;
    min-height: 0;
}

@media (max-width: 999px) {
    .watch-program-item {
        max-height: 100%;
        min-height: auto !important;
        overflow: visible;
    }
}

.watch-program-item.now {
    background: #CFD5E0;
}

.watch-program-item.next {
    background: #E3EAF2;
}

.watch-program-item.hide {
    display: none !important;
}

@media (max-width: 575px) {
    .watch-program-item {
        border: 0 !important;
    }
}

.watch-program-item .small-text {
    font-size: 16px;
    max-height: 17px;
    /*  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}

@media (max-width: 999px) {
    .watch-program-item .small-text {
        max-height: 100%;
        overflow: visible;
        white-space: normal;
    }
}

.watch-program-item .program-name,
.watch-program-item .time-text,
.watch-program-item .section-name {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
    margin-bottom: 2px;
    /*  max-height: 57px;
    overflow: hidden;*/
}

.watch-program-item .programm-now-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
    margin-bottom: 4px;
    /*  max-height: 57px;
    overflow: hidden;*/
}


/*.watch-program-item .time-text,
.watch-program-item .section-name {
    display: inline-block;
}
.watch-program-item .section-name {
    margin-left: 5px;
}*/

@media (max-width: 575px) {
    .watch-program-item .program-name {
        max-height: 100%;
        overflow: visible;
    }
}

.watch-program-item .speaker {
    /*max-height: 40px;
    overflow: hidden;*/
    font-size: 16px;
    padding: 8px 4px 0 0;
}

@media (max-width: 575px) {
    .watch-program-item .speaker {
        max-height: 100%;
        overflow: visible;
    }
}

.row.row_2col .watch-program-item.all {
    height: auto;
}

.reception-line {
    display: none;
}

.showroom .showroom-picture {
    position: relative;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 10px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.showroom .showroom-picture:before {
    content: '';
    display: block;
    padding-top: 66.86%;
}

.showroom .gray-line {
    height: 1px;
    background-color: lightgray;
    opacity: 0.5;
    margin-bottom: 16px;
}

.showroom .field .button {
    background-color: #B74970;
    cursor: pointer;
}

.showroom #calendar_form {
    border: none !important;
    margin-top: -20px;
    margin-right: 10px;
    padding: 0 10px;
}

.showroom #calendar_form .article-title {
    font-weight: bold;
    font-size: 18px;
    font-family: "PT Sans", sans-serif;
    padding-right: 2px;
}

.showroom #calendar_form:before {
    content: '';
    display: block;
    position: absolute;
    background: #E3EAF2;
    left: -10px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.showroom .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.showroom .row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.showroom .row .col.w33:nth-child(1) .journal-item {
    border-left: 1px solid #9397A8;
}

@media (max-width: 575px) {
    .showroom .row .col.w33:nth-child(1) .journal-item {
        border: none;
        border-bottom: 1px solid #9397A8;
    }
}

@media (max-width: 575px) {
    .showroom .row .col.w33:nth-child(2) .journal-item {
        border: none;
        border-bottom: 1px solid #9397A8;
    }
}

.showroom .row .col.w33:nth-child(3) .journal-item {
    border-right: 1px solid #9397A8;
}

@media (max-width: 575px) {
    .showroom .row .col.w33:nth-child(3) .journal-item {
        border: none;
        border-bottom: 1px solid #9397A8;
    }
}

@media (min-width: 768px) {
    .showroom .row .col.w33 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

.showroom .journal-item {
    margin: 16px 0 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.showroom .journal-item.mt-0 {
    margin-top: 0;
    padding-left: 10px;
    width: 100%;
}

.showroom .journal-item .journal-item {
    padding: 8px 0px;
    position: relative;
    margin: 0 !important;
    word-break: break-word;
    width: 100%;
    min-width: 100%;
    height: 100% !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none !important;
}

@media (max-width: 575px) {
    .showroom .journal-item .journal-item {
        border: none;
    }
}

.showroom .journal-item .journal-item p {
    margin: 20px 8px auto 20px;
}

.showroom .journal-item .journal-item .title {
    padding-left: 10px;
}

.showroom .journal-item .journal-item .title.small {
    line-height: 40px;
    margin: 0;
}

.showroom .journal-item .bottom-stick.keked {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

.showroom .journal-item .bottom-stick.keked .show-list {
    display: inline-block;
    position: relative;
    font-size: 17px;
    line-height: 22px;
    padding-right: 30px;
    color: #2D323A;
    vertical-align: middle;
    text-decoration: none;
}

.showroom .journal-item .bottom-stick.keked .show-list .icon {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    vertical-align: middle;
}

.showroom-search .search-results img {
    display: none;
}

.showroom-search .search-results .watch-program-item,
.showroom-search .search-results .zen-col-content {
    display: block;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    background: transparent !important;
    height: auto;
    min-height: auto;
    max-height: none;
    cursor: pointer;
}

.showroom-search .search-results .watch-program-item .speaker,
.showroom-search .search-results .zen-col-content .speaker {
    display: none;
}

.showroom-search .search-results .watch-program-item .exibitionism,
.showroom-search .search-results .watch-program-item .program-name,
.showroom-search .search-results .zen-col-content .exibitionism,
.showroom-search .search-results .zen-col-content .program-name {
    font-size: 18px;
    line-height: 24px;
    text-transform: lowercase;
    color: #007fff;
    font-weight: normal;
    cursor: pointer;
}

.showroom-search .search-results .watch-program-item .exibitionism:first-letter,
.showroom-search .search-results .watch-program-item .program-name:first-letter,
.showroom-search .search-results .zen-col-content .exibitionism:first-letter,
.showroom-search .search-results .zen-col-content .program-name:first-letter {
    text-transform: uppercase;
}

.showroom-search .search-results .watch-program-item .zen-col-message,
.showroom-search .search-results .zen-col-content .zen-col-message {
    font-size: 16px;
    line-height: 17px;
}

.showroom-search .header-search {
    margin: 10px 0 !important;
}

.showroom-search .header-search .useless-block {
    background-color: #B74970;
}

.showroom-search .header-search .header-search-field .search-form .input-search {
    border-color: #B74970;
}

.showroom-search .header-search .header-search-field .search-form .search-submit {
    background-color: #B74970;
    width: 40%;
}

[data-glade] .zen {
    background: #A7ACBB;
    padding-bottom: 20px;
}

[data-glade] .zen:after {
    display: none;
}

[data-glade] .zen .zen-row .zen-col .zen-col-content {
    background: #E3EAF2;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border: none;
}

.open-check-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    z-index: 999;
    width: 300px;
    height: 150px;
    padding: 10px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid;
    border-radius: 3px;
}

.open-check-form .confirm-button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #a1211e;
    color: #fff;
    font-size: 21px;
    width: 175px;
    line-height: 21px;
    padding: 10px 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    border-radius: 3px;
}

.open-check-form .confirm-button:hover {
    opacity: .8;
}


/* format text */

.row .journal-item p {
    color: #4a4a4a;
    line-height: 20px;
}

.row .journal-item li p {
    font-size: 16px;
    margin: 0 !important;
}

.row .journal-item li {
    font-size: 16px;
}


/* end format text */

@media (min-width: 999px) AND (max-width: 1100px) {
    .watch-room-item .video-preview .text {
        position: absolute;
        top: 20px;
        left: 10px;
        font-family: PT Sans;
        font-style: normal;
        font-size: 16px;
        line-height: 27px;
        max-width: 263px;
    }
    .watch-room-item .video-preview:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 17px;
        left: 10px;
        height: 45px;
        background-size: contain;
        background-repeat: no-repeat;
        width: 89%;
        max-width: 269px;
        background-image: url(../img/preslogo.svg);
    }
}

@media (min-width: 999px) {
    .header-section-new .header-logo,
    .header-section-conference .header-logo {
        width: 250px;
    }
}

.bPositionBottom {
    background-position: right bottom;
}

@media (min-width: 500px) AND (max-width: 1000px) {
    .header-section-conference {
        height: 180px;
    }
}

@media (max-width: 599px) {
    .header-logo.height-block-logo {
        width: 30%;
        height: 45px;
    }
}

@media (min-width: 600px) AND (max-width: 799px) {
    .header-logo.height-block-logo {
        width: 30%;
        height: 55px;
    }
}

@media (min-width: 800px) AND (max-width: 1000px) {
    .header-logo.height-block-logo {
        width: 25%;
        height: 50px;
    }
}

@media (min-width: 575px) AND (max-width: 769px) {
    .header-section-new .flex-block .pink-bg-block,
    .header-section-conference .flex-block .pink-bg-block {
        padding-left: 50px;
    }
}

@media (min-width: 575px) AND (max-width: 999px) {
    .header-section-conference .flex-block .pink-bg-block.big-image {
        height: 108px;
    }
}

.reception-registration-open {
    font-family: PT Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
    color: #FFFFFF;
    cursor: pointer;
    margin-bottom: 20px;
}

.modal-wrapper.new-wrapper .modal-block {
    max-width: 700px;
}

.top-scrolling-buttons.hidden {
    display: none;
}

.top-scrolling-buttons {
    display: block;
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 18px;
    /* bottom: 25px; */
}

.modal-wrapper.new-wrapper .field,
.top-scrolling-buttons .field {
    font-size: 0;
    text-align: center;
}

.modal-wrapper.new-wrapper .field .button,
.top-scrolling-buttons .field .button {
    height: 38px;
    -webkit-appearance: none;
    border: 0;
    background-color: #d15380;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    margin: 5px 5px;
    display: block;
    width: calc(50% - 10px);
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    font-size: 16px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .modal-wrapper.new-wrapper .field .button,
    .top-scrolling-buttons .field .button {
        width: 100%;
    }
}

.modal-wrapper.new-wrapper .heading-text {
    text-align: center;
    font-size: 19px;
    margin: 0 0 20px 0;
}

.field.hidden {
    display: none;
}

.close.hidden {
    display: none;
}

.row .col.w50 .journal-item .bottom-stick.keked .show-list {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    padding-right: 30px;
    color: #2D323A;
    vertical-align: middle;
    text-decoration: none;
}

.row .col.w50 .journal-item .bottom-stick.keked .show-list .icon {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    vertical-align: middle;
}

.row.class-for-height {
    display: flex;
    flex-wrap: wrap;
}

.row.class-for-height .col.w50 {
    width: 50%;
    display: flex;
    position: relative;
    align-items: stretch;
    justify-content: stretch;
    flex-direction: column;
    align-items: stretch;
    float: none;
    clear: both;
}

.row.class-for-height .col.w50 .bottom-stick {
    position: static;
}

.row.class-for-height .col.w50 .journal-item {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

@media (max-width: 999px) {
    .row.class-for-height .col.w50 {
        width: 100%;
    }
}


/*.row .col.w25[data-col="3"] .watch-program-item {
    height: 100%;
}*/

.row .col.w25 .watch-program-item {
    min-height: 189px;
    font-size: 16px;
    color: #4a4a4a;
    height: 130px;
    overflow: hidden;
}

.row .col.w100-impt .watch-program-item {
    display: block!important;
    min-height: auto!important;
    height: auto;
}


/*.row .col.w25 .watch-program-item {
    height: 100%;
    min-height: 1px;
 }*/

#modal_auth_form.show_form {
    display: block;
}

.auth_form {
    padding: 0;
    background: transparent;
    margin-top: 15px;
}

.auth_form .form-control {
    width: 100%;
    margin-bottom: 10px;
}

.auth_form .form-control .desc {
    margin: 3px 0;
    font-style: italic;
    font-size: 16px;
}

.auth_form .subscribe_checkbox_block {
    margin-top: 0;
}

.auth_form button {
    margin-top: 15px;
}

.auth_form .subscribe_form-checkbox:disabled+label {
    color: #828282;
    pointer-events: none;
}

@media (max-height: 800px) {
    #modal_auth_form .modal-block {
        width: 50%;
    }
}

@media (max-width: 675px) {
    #scroll_to_glade {
        display: none;
    }
}

.open-reception-forms .useless-block {
    background-color: #a1211e;
}

@media (min-width: 999px) AND (max-width: 1220px) {
    .articles .article-item .article-photo .article-photo-text {
        max-height: 88px;
    }
}

.online-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 4px 0;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 16px;
}

.online-tags span {
    display: inline-block;
    background-color: #a1211e;
    padding: 3px 7px;
    color: #ffffff;
    font-size: 16px;
    margin-right: 4px;
    border-radius: 3px;
}

@media screen and (max-width: 1000px) {
    .online-tags span {
        display: inline-block;
        background-color: #a1211e;
        padding: 2px 6px;
        color: #ffffff;
        font-size: 12px;
        margin-right: 4px;
        border-radius: 3px;
    }
}

.online-tags span.online-tags-block {
    display: block;
    width: max-content;
}

.online-tags-block.online-tags-hide {
    display: none !important;
}

.award .award-item .video-wrapper {
    position: relative;
}

.award .award-item .video-wrapper .video {
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* 18/08/20 */

.watch-rooms .hide-item .text-block,
.watch-rooms .hide-item .watch-program-item {
    display: none;
}

.watch-rooms .program-info {
    display: none;
}

.checkbox-block {
    margin: 10px 0;
    padding-left: 180px;
}

.checkbox-block label {
    color: #fff;
}

.checkbox-block .checkbox-block_error {
    color: red;
    font-size: 16px;
    margin: 3px 0;
}

.row .col.w100 .watch-program-item,
.row .col.w50 .watch-program-item,
.row .col.w25 .watch-program-item {
    display: none !important;
}

.watch-rooms-wrapper {
    margin-bottom: 50px;
}

@media (max-width: 575px) {
    .watch-room-item .title.program-info {
        padding: 0 20px;
        font-size: 19px;
    }
    .watch-rooms-wrapper {
        margin-bottom: 20px;
    }
}

@media (max-width: 1000px) {
    .checkbox-block {
        padding-left: 0px;
    }
}


/*.row .col.w33 .watch-room-item .video-preview:after,
.row .col.w50 .watch-room-item .video-preview:after {
    display: none;
}*/

.programm-btn {
    position: relative;
}

.programm-btn img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5%;
    top: calc(50% - 10px);
}

.block-with-arrow-wrap {
    margin: 20px 0;
    overflow: hidden;
}

.block-with-arrow {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #e25c33;
    margin-bottom: 70px;
}

.block-with-arrow:after {
    position: absolute;
    left: calc(50% - 50vw);
    bottom: -69px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 70px solid #e25c33;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
}

.block-with-arrow img {
    max-height: 100px;
}

.block-with-arrow .text {
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    max-width: 80%;
    margin: 15px auto 0;
    padding: 15px 0 0;
}

@media screen and (max-width: 1000px) {
    .block-with-arrow {
        margin-bottom: 50px;
    }
    .block-with-arrow:after {
        bottom: -49px;
        border-top: 50px solid #e25c33;
    }
    .block-with-arrow .text {
        font-size: 16px;
        line-height: 1.3;
        max-width: 95%;
    }
}

@media screen and (min-width: 1000px) {
    .logo-4-conference {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .logo-4-conference+.tpl-block-list .header-section-new {
        background-size: cover;
        height: 150px;
    }
    .programm-btn {
        padding-left: 10%;
        padding-right: 10%;
    }
    .programm-btn span {
        font-size: 11px;
    }
    .programm-btn img {
        width: 16px !important;
        height: 16px;
        left: 2%;
        top: calc(50% - 8px);
    }
}

.room-title-height {
    min-height: 27px;
}


/*.watch-room-item .title {
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    line-height: 22px;
    min-height: 24px;
}*/

.search-highlight {
    display: inline-block;
    width: auto !important;
    background: rgba(51, 142, 248, .5);
}

.online-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 4px 0;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 16px;
}

.online-tags span {
    display: inline-block;
    background-color: #a1211e;
    padding: 3px 7px;
    color: #ffffff;
    font-size: 16px;
    margin-right: 4px;
    border-radius: 3px;
}

@media screen and (max-width: 1000px) {
    .online-tags span {
        display: inline-block;
        background-color: #a1211e;
        padding: 2px 6px;
        color: #ffffff;
        font-size: 12px;
        margin-right: 4px;
        border-radius: 3px;
    }
}

.online-tags span.online-tags-block {
    display: block;
    width: max-content;
}

.online-tags-block.online-tags-hide {
    display: none !important;
}

.ov-hidden {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

#programm-modal .modal-block {
    width: 100%;
    max-width: 560px;
    height: 75%;
    padding: 0;
    background: #E3EAF2 !important;
}

#programm-modal .programm-scroll {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

#programm-modal .programm-scroll::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

#programm-modal .programm-scroll::-webkit-scrollbar-button {
    height: 0;
}

#programm-modal .programm-scroll::-webkit-scrollbar-track {
    background-color: #999;
}

#programm-modal .programm-scroll::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

#programm-modal .programm-scroll::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #666;
    border-radius: 3px;
}

#programm-modal .programm-scroll::-webkit-scrollbar-corner {
    background-color: #999;
}

#programm-modal .programm-scroll::-webkit-resizer {
    background-color: #666;
}
#programm-modal .modal-block .contentblock {
    overflow: hidden;
    margin-bottom: 20px;
    max-height: fit-content;
}
#programm-modal .modal-block .watch-program-item,
#programm-modal .modal-block .watch-room-item {
    min-height: auto !important;
    background: #E3EAF2;
}
#programm-modal .modal-block .watch-room-item {
    min-height: auto !important;
    background: #E3EAF2 !important;
}
#programm-modal .modal-block .watch-program-item.now {
    background: #CFD5E0;
}
#programm-modal .col {
    background: transparent !important;
}
.programm-btn {
    padding: 5px 10px;
    display: block;
    border-radius: 3px;
    text-align: center;
    margin: 0 20px;
    cursor: pointer;
}

.programm-btn span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.programm-btn {
    padding: 5px 10px;
    display: block;
    border-radius: 3px;
    text-align: center;
    margin: 0 20px;
}
.watch-rooms .row .col {
    background: transparent !important;
}
.programm-btn span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.award .award-item .video-wrapper {
    position: relative;
}

.award .award-item .video-wrapper .video {
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.award .award-item .video-wrapper:has(.youtube-video)::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.watch-rooms .text-block,
.watch-rooms .watch-program-item {
    display: none;
}
.watch-rooms .hide-item .text-block,
.watch-rooms .hide-item .watch-program-item {
    display: block;
}
.watch-rooms .program-info {
    display: none;
}

/*
.watch-rooms .text-block,
.watch-rooms  .watch-program-item {
    display: none;
}
.watch-rooms .hide-item .program-info{
    display: none;
} */
.checkbox-block {
    margin: 10px 0;
    padding-left: 180px;
}
.checkbox-block label {
    color: #fff;
}
.checkbox-block .checkbox-block_error {
    color: red;
    font-size: 16px;
    margin: 3px 0;
}
.row .col.w100 .watch-program-item,
.row .col.w50 .watch-program-item,
.row .col.w25 .watch-program-item {
    display: none !important;
}
.watch-rooms-wrapper {
    margin-bottom: 50px;
}
@media (max-width: 575px) {
    .watch-room-item .title.program-info {
        padding: 0 20px;
        font-size: 19px;
    }

    .watch-rooms-wrapper {
        margin-bottom: 20px;
    }
}
@media (max-width: 1000px) {
    .checkbox-block {
        padding-left: 0px;
    }
}

/*.row .col.w33 .watch-room-item .video-preview:after,
.row .col.w50 .watch-room-item .video-preview:after {
    display: none;
}*/
.programm-btn {
    position: relative;
}
.programm-btn img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5%;
    top: calc(50% - 10px);
}
.block-with-arrow-wrap {
    margin: 20px 0;
    overflow: hidden;
}
.block-with-arrow {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #e25c33;
    margin-bottom: 70px;
}
.block-with-arrow:after {
    position: absolute;
    left: calc(50% - 50vw);
    bottom: -69px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 70px solid #e25c33;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
}
.block-with-arrow img {
    max-height: 100px;
}
.block-with-arrow .text {
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    max-width: 80%;
    margin: 15px auto 0;
    padding: 15px 0 0;
}
@media screen and (max-width: 1000px) {
    .block-with-arrow {
        margin-bottom: 50px;
    }

    .block-with-arrow:after {
        bottom: -49px;
        border-top: 50px solid #e25c33;
    }

    .block-with-arrow .text {
        font-size: 16px;
        line-height: 1.3;
        max-width: 95%;
    }
}
@media screen and (min-width: 1000px) {
    .logo-4-conference {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .logo-4-conference+.tpl-block-list .header-section-new {
        background-size: cover;
        height: 150px;
    }

    .programm-btn {
        padding-left: 10%;
        padding-right: 10%;
    }

    .programm-btn span {
        font-size: 16px;
    }

    .programm-btn img {
        width: 16px !important;
        height: 16px;
        left: 2%;
        top: calc(50% - 8px);
    }
}
.room-title-height {
    min-height: 27px;
}

/*.watch-room-item .title {
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    line-height: 22px;
    min-height: 24px;
}*/
.search-highlight {
    display: inline-block;
    width: auto !important;
    background: rgba(51, 142, 248, .5);
}

/* боковое меню для Сочи */
.sidebar .useless-block {
    display: inline-block;
}
.sidebar .useless-block+.useless-block {
    margin-left: 1px;
}
.sidebar .sochi-title {
    width: 100%;
    color: #fff;
    font-size: 17px;
}
.sidebar .sochi-item {
    width: 100%;
    margin-bottom: 20px;
}
.sidebar .sochi-item:first-child {
    margin-top: 50px;
}
.sidebar .sochi-item .tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.sidebar .sochi-item .tags .useless-block {
    width: 38px;
    height: 38px;
    margin-bottom: 1px;
    background: #e96027;
}
.sidebar .sochi-item .sochi-title {
    margin-bottom: 10px;
}
.sidebar .sochi-item .links_list {
    display: flex;
    flex-direction: column;
}
.sidebar .sochi-item .links_list a {
    display: inline-block;
    text-decoration: underline;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    transition: .1s;
}
@media screen and (min-width: 1000px) {
    .sidebar .sochi-item .links_list a:hover {
        opacity: .7;
    }
}
.mt30 {
    margin-top: 30px;
}
.mt50 {
    margin-top: 50px;
}

/*END боковое меню для Сочи */
.dark-orange .showroom-search .header-search .useless-block {
    background-color: #e96027;
}
.dark-orange .showroom-search .header-search .header-search-field .search-form .input-search {
    border-color: #e96027;
}
.dark-orange .header-search .header-search-field .search-form .input-search {
    border: 2px solid #e96027;
}
.dark-orange .showroom-search .header-search .header-search-field .search-form .search-submit {
    background-color: #e96027;
}
.dark-orange .modal-wrapper.new-wrapper .field .button,
.dark-orange .top-scrolling-buttons .field .button {
    background-color: #e96027;
}
.dark-orange .open-check-form .confirm-button {
    background-color: #e96027;
}
.dark-orange .reception .reception-forms .reception-button {
    background: #e96027;
}
#modal_message .contentblock {
    overflow: visible !important;
}
.sochi-item-img {
    background-image: url(/files/2020/Sochi/conn_orange.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    width: auto;
    height: 35px;
    margin-bottom: 10px;
}
.sochi-item-a {
    color: white;
    text-align: center;
    font-size: 16px;
}
.modal-wrapper.new-wrapper .field .button,
.top-scrolling-buttons .field .button {
    white-space: nowrap;
}
.useless-block-big.useless-block span {
    font-size: 24px;
    line-height: 30px;
}
.mt25 {
    margin-top: 25px;
}
.modal-wrapper.new-wrapper .field .button,
.top-scrolling-buttons .field .button {
    white-space: nowrap;
}

/*08.10.20*/
.watch-rooms-wrapper .col.w100.show-programm-item .watch-program-item {
    display: block !important;
}
.watch-rooms-wrapper .col.w100.show-programm-item .programm-btn {
    display: none !important;
}

/*END 08.10.20*/

/*Программа лояльности*/
.modal_loyalty .title {
    margin-top: 0;
}
.modal_loyalty .modal-block {
    max-width: 935px;
    width: 935px;
    padding: 0;
    border-radius: 0;
}
.modal_loyalty .modal_loyalty-btns-wrap {
    padding: 20px 50px;
}
.modal_loyalty .modal_loyalty-btns {
    display: flex;
    align-items: center;
    margin: 0 -16px;
}
.modal_loyalty .modal_loyalty-btns .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(33.333333333333% - 32px);
    margin: 0 16px;
    cursor: pointer;
    height: auto;
    border-radius: 4px;
    padding: 8px 0;
    border: 0px;
    font-size: 17px;
}
.modal_loyalty .modal_loyalty-btns .button:nth-child(1) {
    background: #896AA9;
}
.modal_loyalty .modal_loyalty-btns .button:nth-child(2) {
    background: #513F9C;
}
.modal_loyalty .modal_loyalty-btns .button:nth-child(3) {
    background: #2B3E81;
}
.modal_loyalty .modal_loyalty-main {
    display: flex;
    align-items: flex-start;
}
.modal_loyalty .modal_loyalty-main .text {
    width: 100%;
    margin-right: 10px;
    padding: 44px 0 0 50px;
    font-size: 19px;
}
.modal_loyalty .modal_loyalty-main .desc-img {
    width: 350px;
    min-width: 350px;
}
.modal_loyalty .modal_loyalty-main .mobile-img {
    display: none;
}
@media screen and (min-width: 1000px) {
    .modal_loyalty .modal_loyalty-btns .button:hover {
        opacity: 0.8;
    }
}
@media screen and (max-width: 1000px) {
    .modal_loyalty .modal-block {
        max-width: 302px;
        width: 302px;
        padding: 0;
        border-radius: 0;
    }

    .modal_loyalty .modal_loyalty-btns {
        flex-direction: column;
        margin: 0;
    }

    .modal_loyalty .modal_loyalty-btns .button {
        font-size: 16px;
        width: 80%;
        margin-left: 0;
        margin-right: 0;
    }

    .modal_loyalty .modal_loyalty-btns .button+.button {
        margin-top: 10px;
    }

    .modal_loyalty .modal_loyalty-main {
        flex-direction: column-reverse;
    }

    .modal_loyalty .modal_loyalty-main .desc-img {
        display: none;
    }

    .modal_loyalty .modal_loyalty-main .mobile-img {
        width: 100%;
        display: block;
    }

    .modal_loyalty .modal_loyalty-main .text {
        padding: 0 15px;
        margin-top: 15px;
        font-size: 16px;
    }

    .modal_loyalty .modal_loyalty-btns-wrap {
        padding: 15px;
    }
}
.open-check-loyalty-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    max-width: 320px;
    height: 150px;
    padding: 10px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid;
    border-radius: 3px;
}
.open-check-loyalty-form .confirm-button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #4E3E97;
    color: #fff;
    font-size: 19px;
    width: 260px;
    line-height: 21px;
    padding: 10px 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    border-radius: 3px;
    border: 0;
}
.open-check-loyalty-form .confirm-button span {
    width: 100%;
    text-align: center;
    display: block;
}
.open-check-loyalty-form .confirm-button span.bold {
    font-weight: 700;
    text-transform: uppercase;
}
.open-check-loyalty-form .confirm-button:hover {
    opacity: .8;
}
.reception.reception-hide {
    display: none !important;
}

/*END Программа лояльности*/

/*Опросы*/
.modal_quiz.modal_loyalty .modal-block {
    padding: 30px 40px;
}
.modal_quiz.modal_loyalty .modal_quiz-title {
    font-size: 16px;
    color: #5c67a4;
    border-bottom: 1px solid #5c67a4;
    padding-bottom: 22px;
    margin-bottom: 18px;
}
.modal_quiz.modal_loyalty .modal_quiz-variants {
    margin-bottom: 7px;
}
.modal_quiz.modal_loyalty .modal_quiz-item {
    margin-bottom: 13px;
}
.modal_quiz.modal_loyalty .modal_quiz-item input.variant {
    display: none;
    width: 0;
    opacity: 0;
}
.modal_quiz.modal_loyalty .modal_quiz-item label {
    position: relative;
    font-size: 16px;
    color: #5c67a4;
    padding-left: 28px;
    cursor: pointer;
}
.modal_quiz.modal_loyalty .modal_quiz-item input.variant+label:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 19px;
    height: 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #5c67a4;
    border-radius: 50%;
    background: #FFF;
}
.modal_quiz.modal_loyalty .modal_quiz-item input.variant:checked+label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    width: 9px;
    height: 5px;
    border-radius: 1px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modal_quiz.modal_loyalty .modal_quiz-item input.variant:focus+label:before {}
.modal_quiz.modal_loyalty .modal_quiz-item input.variant:checked+label:before {
    background: #5c67a4;
}
.modal_quiz.modal_loyalty .modal_quiz-personal {
    width: 100%;
    height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #5c67a4;
    margin-bottom: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 12px;
}
.modal_quiz.modal_loyalty .modal-block {
    width: 806px;
    max-width: 806px;
}
@media screen and (max-width: 1000px) {
    .modal_quiz.modal_loyalty .modal-block {
        width: 300px;
        max-width: 300px;
        padding: 28px;
    }

    .modal_quiz.modal_loyalty .modal_quiz-title {
        text-align: center;
    }
}
.modal_loyalty * {
    font-family: "PT Sans", sans-serif;
}
.form-error {
    color: red;
    font-size: 16px;
}
.quiz-table-wrap {
    padding: 50px;
}
.quiz-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
}
.quiz-table td,
.quiz-table th {
    font-size: 16px;
    padding: 8px 10px;
    text-align: left;
    border: 1px solid #000;
}
.watch-rooms .text-block,
.watch-rooms .watch-program-item {
    display: none;
}
.watch-rooms .hide-item .text-block,
.watch-rooms .hide-item .watch-program-item {
    display: block;
}

/*END Опросы*/

/*TIMER*/
.countdown {
    display: flex;
    align-items: center;
    justify-content: center;
}
.countdown-wrapper {
    width: auto;
    padding: 15px;
    background: #333730;
    border-radius: 10px;
}
.countdown .desc {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 2px;
    letter-spacing: 1px;
    font-weight: 700;
}
.countdown .countItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 86px;
    max-width: 86px;
}
.countdownHolder {
    display: flex;
    width: auto !important;
}

/*END - TIMER*/
.red-loyalty {
    background: rgba(192, 30, 47, 1) !important;
    color: #fff !important;
}
.open-check-form {
    border-color: rgba(192, 30, 47, 1) !important;
}
.sidebar {
    padding: 0 0 120px;
}
.sidebar.sidebar-padding {
    padding: 5px 20px;
}
@media screen and (min-width: 1000px) {
    .sidebar:not(.sidebar-padding) {
        padding: 110px 0 120px;
    }
}
.sidebar-wrapper {
    padding: 5px 20px;
}
.sidebar .item {
    width: 100%;
}
.sidebar-image {
    width: 160px;
    margin-left: -20px;
    height: auto;
}
@media (max-width: 1000px) {
    .sidebar-image {
        margin: 0 auto;
    }
}
@media (max-width: 999px) {
    .watch-rooms-wrapper .row .col.w33 .watch-room-item .video-preview:not(.with-video):after {
        height: 43px;
        width: calc(100% - 20px);
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media (max-width: 676px) {
    .watch-rooms-wrapper .row .col.w33 .watch-room-item {
        padding: 0 5px;
    }

    .watch-rooms-wrapper .row .col.w33 .watch-room-item .title {
        font-size: 16px;
    }

    .watch-rooms-wrapper .row .col.w33 .watch-room-item .video-preview:not(.with-video) .text {
        line-height: 14px;
        top: 10px;
        font-size: 11px;
    }

    .watch-rooms-wrapper .row .col.w33 .watch-room-item .video-preview:not(.with-video):after,
    .watch-rooms-wrapper .row .col.w25 .watch-room-item .video-preview:not(.with-video):after {
        height: 38px;
        bottom: 4px;
    }
}
@media (max-width: 374px) {
    .watch-rooms-wrapper .row .col.w33 .watch-room-item .video-preview:not(.with-video) .text,
    .watch-rooms-wrapper .row .col.w25 .watch-room-item .video-preview:not(.with-video) .text {
        line-height: 14px;
        top: 7px;
        font-size: 12px;
    }

    .watch-rooms-wrapper .row .col.w25 .watch-room-item .title,
    .watch-rooms-wrapper .row .col.w33 .watch-room-item .title {
        font-size: 12px;
    }

    .watch-rooms-wrapper .row .col.w33 .watch-room-item .video-preview:not(.with-video):after,
    .watch-rooms-wrapper .row .col.w25 .watch-room-item .video-preview:not(.with-video):after {
        height: 32px;
        bottom: 2px;
    }
}
.award .award-item .logos {
    padding-bottom: 30px;
}
.watch-room-item .video-preview.external-url:after,
.watch-room-item .video-preview.glade-ex:after {
    display: none;
}
.img-page-praesens {
    display: block;
    width: 100%;
    overflow: hidden;
}
.img-page-praesens img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.img-page-praesens:before {
    content: '';
    display: block;
    padding-top: 64.26%;
    float: left;
}

/* Темное оформление поиска */
.showroom-search .header-search .useless-block.dark-gray {
    background-color: #62615e;
}
.showroom-search .header-search .header-search-field .search-form .input-search.dark-gray {
    border-color: #62615e;
}
.showroom-search .header-search .header-search-field .search-form .search-submit.dark-gray {
    background-color: #62615e;
}

/* Конец оформления */

/* Для логотипа youtube */
@media (min-width: 1000px) AND (max-width: 1150px) {
    .logo-block .social .item {
        margin: 0 5px 0 0;
    }
}
@media (max-width: 400px) {
    .logo-block .social .item {
        margin: 0 5px 0 0;
    }
}
@media (max-width: 400px) {
    .logo-block .logo img {
        height: 30px;
    }
}

/* Для логотипа youtube */
.reception .reception-forms .input-with-label input::-webkit-input-placeholder {
    color: #cecccc;
}
.reception .reception-forms .input-with-label input::-moz-placeholder {
    color: #cecccc;
}
.reception .reception-forms .input-with-label input:-moz-placeholder {
    color: #cecccc;
}
.reception .reception-forms .input-with-label input:-ms-input-placeholder {
    color: #cecccc;
}

/* для мобильного счетчика */
@media (max-width:1000px) {
    .countdownHolder {
        justify-content: space-between;
        font: 29px/1.5 'Open Sans Condensed', sans-serif;
    }

    .countdown .countItem {
        justify-content: center;
        width: 25%;
    }
}

/* 9.02.22 */
@media (max-width:999px) {
    .format-error {
        padding-left: 0 !important;
    }
}
.choose-format {
    margin-top: 25px;
}
.choose-format-2 {
    margin-bottom: 30px;
}

/* 28.0.22 */
.calendar-navigation {
    margin: 0;
    border-radius: 3px;
    padding: 15px;
    text-decoration: none;
    font-family: "PT Serif", sans-serif;
    font-size: 100%;
    margin-bottom: 15px;
    /* background-color: #a1211e; */
    color: black;
    font-weight: 400;
    color:#4d7bae !important;
}

.calendar-navigation:hover{
    color:blue;
}

@media(min-width:1000px) {
    .second-navigation {
        margin-left: 15px;
    }
}

@media(max-width:1000px) {
    .calendar-navigation:first-child {
        margin-top: 15px;
    }
}

/* 17.05.22 - убраны бордеры */
section.articles .article-item,
section.articles .col.w33,
section.articles .journal-item {
    border: none !important;
}
.header-section .gray-line {
    display: none;
}

/* .journal .journal-wrapper{
    border: none !important;
}

.journal .journal-wrapper .col.w33{
    border: none !important;
} */
.col.w33:nth-child(1) .journal-item.mt-0:not(.bd-l),
.col.w33:nth-of-type(2) .journal-item.mt-0:not(.bd-l) {
    border: none;
}

/* .journal .gray-line{
    display: none;
} */
.calendars .calendar-wrapper {
    border: none !important;
    margin-top: 40px;
}
.calendars .gray-line {
    display: none;
}

/* border end */

/* perelinkovka */
.perelinks-block {
    background: #F2F2F2;
    padding: 0 10px 0px 70px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width:1000px) {
    .perelinks-block {
        padding-left: 50px;
    }
}
.perelinks-block a {
    text-decoration: none;
    color: #53504d;
    margin-right: 20px;
    transition: .15s;
    margin-bottom: 10px;
    margin-top: 10px;
}
@media (min-width:1000px) {
    .perelinks-block a:hover {
        color: black;
    }
}

/* perelinkovka end*/

/* notification */
.notification-format-event {
    display: flex;
    align-items: center;
    color: white;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 16px;
    padding-right: 10px;
    margin-top: 30px;
}
.notification-format-event img {
    width: 100px;
    margin: -20px 20px -20px 20px;
    height: auto;
}
.notification-format-event-title {
    font-weight: 700;
}
@media (max-width:1000px) {
    .notification-format-event {
        margin-top: 18px;
    }
}
@media (max-width:1000px) {
    section.articles .col.w33 {
        padding: 0;
    }
}
.header-section .gray-line {
    display: none;
}
.calendars .calendar-wrapper {
    border: none !important;
    margin-top: 40px;
}

/* новые стили 29.09.2023 */
#calendar_form {
    padding: 0 10px;
    background-color: #F2F2F2;
    margin-bottom: 0px;
}

#calendar_form {
    padding: 0;
}

.form-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    /* padding: 77px 138px; */
    padding: 77px 15px;
    background: #F2F2F2;
}

#calendar_form .form-wrapper {
    padding: 40px 15px;
}

#calendar_form .bottom-stick.keked a {
    position: relative;
    display: inline;
    font-size: 15px;
  }


.journal .journal-wrapper {
    border: none !important;
}
.journal .journal-wrapper .col.w33 {
    border: none !important;
}
.col.w33:nth-child(1) .journal-item.mt-0:not(.bd-l),
.col.w33:nth-of-type(2) .journal-item.mt-0:not(.bd-l) {
    border: none;
}

#calendar_form:not(.calendar-inner) .bottom-stick.keked a {
    line-height: 1.5;
}

#calendar_form:not(.calendar-inner) .bottom-stick.keked a.show-list:not(:last-child) {
    margin-right: 10px
}

@media (max-width: 1000px) {
    #calendar_form:not(.calendar-inner) .bottom-stick.keked {
        padding-right: 10px;
    }

    #calendar_form:not(.calendar-inner) .field {
        margin-right: 10px !important;
        margin-left: 10px;
    }
}

/* Стили маркера в рубрикаторе */

.open-reception-forms .article .marker {
    background-color: #f2f2f2;
    outline: 5px solid #f2f2f2;
}



/* 26.05.22 */
@media (max-width:999px) {
    .logo-block>a:not(.logo)[target=blank] {
        display: none;
    }
}
.calendar-item .name {
    background: #f2f2f2;
    padding: 10px;
    color: black;
}
.journal .gray-line {
    display: block;
}
section.journal .calendar-item {
    padding: 1px 3px;
}
section.journal .calendar-item .place {
    padding-left: 0;
    background-image: none;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    color: #2d323a;
}
section.journal .calendar-item .date {
    font-size: 16px;
    margin: 10px 0;
    padding-right: 60px;
    font-weight: 700;
    color: #2d323a;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
}
section.journal .calendar-item .name {
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
}
section.journal .calendar-item .description {
    background: #f2f2f2;
    color: #2d323a;
    margin: 0;
    padding-left: 10px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
}
section.journal .calendar-item .show-list {
    width: 100%;
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: flex-end;
    background: #f2f2f2;
    padding: 0 0 10px 10px;
    margin-top: 0;
}
section.journal .calendar-item .show-list i {
    position: relative !important;
    margin-left: 10px;
}
.journal .journal-wrapper .journal-item .show-list {
    border: none;
}
.journal .journal-wrapper .journal-item .show-list:hover {
    text-decoration: underline;
    border-bottom: none;
}
.calendar-item .useless-blocks {
    right: 2px;
    margin-right: 0 !important;
}
#calendar_form .article-title {
    padding-left: 10px;
}
#calendar_form .bottom-stick.keked {
    padding-left: 10px;
}
#calendar_form .jq-selectbox__select::after {
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 7px;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: center;
    width: 7px;
    right: 10px;
    border-color: #485fc7;
    z-index: 4;
}
#calendar_form .selectwrap {
    border: 1px solid #dbdbdb !important;
}
#calendar_form .selectwrap:hover {
    border: 1px solid #b5b5b5 !important;
}
#calendar_form .selectwrap:hover .jq-selectbox__select::after {
    border-color: #656363;
}
#calendar_form .jq-selectbox.dropdown.opened {
    -webkit-box-shadow: 0px 0px 1px 3px rgba(45, 142, 217, 0.2);
    -moz-box-shadow: 0px 0px 1px 3px rgba(45, 142, 217, 0.2);
    box-shadow: 0px 0px 1px 3px rgba(45, 142, 217, 0.2);
}

#calendar_form.calendar-inner .bottom-stick.keked {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 13px;
    padding-left: 10px;
}

@media (max-width: 1000px) {
    .form-wrapper {
      flex-direction: column-reverse;
      padding: 20px 15px;
    }
    .form-wrapper .column {
      width: 100% !important;
    }
    #calendar_form.calendar-inner .bottom-stick.keked {
      padding-left: 0;
      justify-content: space-between;
    }
  }

.form-wrapper .column {
    width: 50%;
  }

/* 24.05.22 - new grid news */
.articles_grid {
    padding-bottom: 50px;
}
.grid-news {
    display: flex;
    flex-wrap: wrap;
}
.grid-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
}

.grid-container .block4{
    display: none;
    width: 100% !important;
}
@media (max-width:1000px) {
    .grid-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-news .item {
        width: 100% !important;
    }
    .grid-news {
        display: flex;
        flex-direction: column;
    }
    .grid-container .block4{
        display: block;
    }
    .grid-container .block1,
    .grid-container .block2,
    .grid-container .block3{
        display: none;
    }

    .grid-news .item{
        width: 100%;
    }
}
.grid-news .item {
    background-color: #ffffff;
    width: 100%;
}
.grid-news .item.calendar {
    background: #f2f2f2;
    height: max-content;
}
.grid-news .nc-infoblock-object {
    width: 100%;
}
.grid-news .nc-infoblock-object .item {
    width: 100%;
}
@media (max-width:1000px) {
    .grid-news .item {
        width: 100% !important;
    }

    .grid-news .item.calendar {
        order: 1 !important;
    }

    .grid-news .item:not(.calendar) {
        order: 2 !important;
    }
}
.grid-news .item .article-item {
    font-family: "PT Sans", sans-serif;
    padding: 8px 9px !important;
    margin-bottom: 14px;
}
@media (max-width:1000px) {
    .grid-news .item .article-item {
        font-family: "PT Serif", serif;
        padding: 8px 0px !important;
        margin-bottom: 20px;
    }
}
.grid-news .item .article-header {
    margin: 0px !important;
    position: relative;
    height: 50px;
}
.grid-news .item .article-title {
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    color: #2d323a;
    font-weight: 700;
}
.grid-news .item .article-type {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
}
.grid-news .articles .article-item *:last-child {
    margin-bottom: 0;
}
.grid-news .articles .article-item .article-photo {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 2px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 12px;
    line-height: 1.5;
}
.grid-news .item img {
    display: block;
    width: 100%;
}
.grid-news .item .article-name {
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    margin-bottom: 4px;
    line-height: 1.5;
}
.grid-news .item .article-description {
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    line-height: 1.5;
}
.grid-news .item .format {
    background: #a1211e;
    padding: 4.5px;
    color: white;
    margin-top: 5px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px !important;
    font-family: "PT Sans", sans-serif;
}

@media (max-width:1000px) {
    .grid-news .item .format {
        padding: 4px;
        font-size: 13px !important;
    }


}
.grid-news a {
    text-decoration: none;
}
.grid-news .useless-blocks {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 0;
}
.grid-news .useless-blocks .useless-block {
    margin-right: 2px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    background-color: #a1211e;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
}
.grid-news .item .article-copyright {
    font-size: 10px;
    text-decoration: none;
    color: black !important;
    margin-top: 5px;
}
.grid-news .item.calendar {
    grid-column-start: 3;
    grid-row-start: 1;
}
@media (max-width:1000px) {
    .grid-news .item.calendar {
        grid-column-start: 1;
    }
}
.grid-news .item.box {
    display: flex;
}
.grid-news .item.empty {
    margin: 0;
}
.grid-news .item.empty .content,
.grid-news .item.box .content {
    width: 100%;
    padding: 15px;
    height: auto;
    overflow: hidden;
}
.grid-news .show-list {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    color: #2d323a;
    text-decoration: none;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    align-items: center;
}
.grid-news .show-list i {
    margin-left: 10px;
}
.grid-news .box-text-link {
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 400;
    line-height: 1.5;
}
section.journal .calendar-item .place {
    min-height: 20px;
}
section.journal .calendar-item .place.no-icon {
    background-image: none;
}
.grid-news .bottom-stick.keked.calendar {
    display: flex;
    align-items: center;
}

#calendar_form:not(.calendar-inner) .bottom-stick.keked {
    display: block;
}

.grid-news .bottom-stick.keked.calendar:hover a {
    border-bottom: 1px solid transparent;
}
/* @media (min-width:1000px) {
    .grid-news .bottom-stick.keked.calendar:hover a {
        border-bottom: 1px solid #1b76bc;
    }

    .grid-news .bottom-stick.keked.calendar:hover a {
        color: #1b76bc;
    }
} */
.grid-news .bottom-stick.keked.calendar i {
    margin-left: 5px;
}

/* 3.06.22 */
.calendar-navigation {
    padding: 11px 25px;
    border-radius: 3px;
    margin-bottom: 5px;
}
.second-navigation {
    width: 257px;
}
@media (max-width:1000px) {
    .second-navigation {
        width: 100%;
    }
}
.calendar-form .selectwrap {
    height: 40px;
    border-radius: 3px;
}
.calendar-form .selectwrap .jq-selectbox__select-text {
    padding: 11px 0 0 0;
    overflow: visible;
}
.calendar-form .selectwrap .label {
    display: none;
}
.calendar-form .selectwrap .jq-selectbox {
    height: 40px;
}
.calendar-form .selectwrap .jq-selectbox__dropdown {
    top: 40px !important;
}
.calendar-form .jq-selectbox__select::after {
    top: 40%;
}
.calendar-form .button {
    height: 40px;
    border-radius: 3px;
}
.calendars .calendar-wrapper h2 {
    margin-bottom: 10px !important;
}
@media (max-width:1000px) {
    .calendar-form .field {
        margin-right: 0;
    }
}

/* 9.06.22 */
.journal .journal-wrapper .journal-item p {
    margin: 2px 8px 0 0;
}
.journal .journal-wrapper .journal-item.mt-0 {
    padding-bottom: 10px;
}
.toggle-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #363636;
    font-weight: 700;
    font-family: "PT Sans", sans-serif;
    width: fit-content;
    user-select: none;
    cursor: pointer;
}
.toggle-trigger.toggled::after {
    transform: rotate(180deg);
}
.toggle-trigger::after {
    content: '';
    margin-left: 10px;
    display: block;
    position: relative;
    width: 10px;
    height: 18px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/icons/shevron.svg);
    transform: rotate(0);
    transition: .15s;
}
.toggle-content {
    display: none;
}
.toggle-content ul,
.toggle-static ul,
.hidden_slidetoggle ul {
    margin: 2px 0 0 18px !important;
}
.toggle-content ul li {
    line-height: 24px !important;
}
@media (max-width:1000px) {
    .journal .journal-wrapper .journal-item p.bottom-stick {
        margin: 0px 10px 0 0px;
    }

    .journal-wrapper {
        margin-bottom: 0;
    }
}
.showroom .journal-item .journal-item p {
    margin: 0 8px auto 20px;
}
.journal .journal-wrapper .journal-item.bd-r {
    border-right: none;
}
.journal-item .journal-item ul {
    margin: 0 8px auto 20px;
}
.journal .journal-wrapper .journal-item.mt-0 {
    padding-bottom: 8px;
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}

/* доделки главного экрана 17.06.22 */
.notification-format-event {
    margin-top: 16px;
}
.grid-news {
    justify-content: end;
}
.grid-news .item {
    width: 100%;
}
.grid-news .item.empty .content,
.grid-news .item.box .content {
    padding: 11px;
}
.calendar-form .selectwrap .jq-selectbox__select-text.gray-color {
    color: #c9c8c7;
}
.calendar-form .selectwrap .jq-selectbox__select-text.black-color {
    color: black !important;
}
.calendar-form .selectwrap .jq-selectbox__select-text {
    color: #c9c8c7;
    font-family: "PT Sans", sans-serif;
}
.bottom-stick.keked.calendar .show-list.standard {
    font-family: "PT Sans", sans-serif;
}

/*end 17.06.22 */

/* 20.06.22 доделки v2 */
#contact-scroll {
    margin-bottom: 45px;
}
#calendar_form .jq-selectbox__select::after {
    border-color: #c9c8c7;
}
#calendar_form .selectwrap:hover .jq-selectbox__select::after {
    border-color: #c9c8c7;
}
.header-search .header-search-field {
    margin-bottom: 50px;
}
#calendar_form .jq-selectbox__select::after {
    border: 2px solid #c9c8c7;
    border-right: 0;
    border-top: 0;
}

/*доделки v2 end */

/* links */
.show-list_news {
    border-bottom: none;
    color: #4d7bae;
}
.show-list_news:hover {
    color: #4d7bae;
}
.show-list.standard,
.show-list.slidetoggle,
.show-list.modal {
    color: #4d7bae !important;
}
.show-list.standard:hover,
.show-list.slidetoggle:hover,
.show-list.modal:hover {
    color: #4d7bae !important;
    text-decoration: none !important;
    border-bottom: none !important;
}
.bottom-stick.keked.calendar .show-list.standard:hover {
    text-decoration: none !important;
}
.journal-item ul li a,
.journal-item ul li a span,
.journal-item ul li a span b,
.journal-item p a {
    font-weight: 400;
    text-decoration: none;
}
.journal-item .journal-item ul {
    margin: 0 8px auto 20px;
}

/* .calendar-item .show-list.standard {
    text-decoration: underline !important;
} */
.show-list.standard.with-icon {
    margin-left: 4px;
}
.show-list.standard.with-icon::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(https://praesens.ru/img/icons/icon-arrow-right_blue.svg);
    position: absolute;
    top: 5px;
    right: 0;
}
div[align="left"] .programm-btn {
    margin-left: 0 !important;
}

/* links end */

/* 23.06.22 отступы от заголовка */
.journal-item .title {
    margin-bottom: 10px;
}

.grid-news{
    display: block;
}

.grid-news::after{
    content: '';
    display: block;
    clear: both;
}

.grid-news .item{
    width: 100%;
    height: auto;
    float: left;
}

@media (max-width:1000px) {
    .grid-news .item{
        width: 100%;
    }
}

.news-feed .all_news {
    padding: 15px 0 0;
}

.header-section .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.header-section .row .col:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.header-section .row .col:last-of-type .news-title {
    margin-bottom: 10px;
}

.header-section .row .col:last-of-type .all_news .show-list {
    line-height: 20px;
}

.header-section .row .col:last-of-type .all_news .show-list .icon_news {
    top: 0;
}

.subscribe_news_form {
    padding: 18px 28px 18px
}

.subscribe_checkbox_block {
    display: none;
    margin-top: 0;
}

.subscribe_checkbox_block .form-control {
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.subscribe_checkbox_block .button {
    padding: 5px 8px;
}


.header-text-block .header-subtitle{
    font-size: 18px;
    margin-top: 10px;
}

.news-title{
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    color: #2d323a;
    font-weight: 700;
    padding: 5px;
    margin-top: 15px;
    background: #dfe5e9;
    border-bottom: 1px solid #dbdee0;
    font-weight: bold;
}

.news-feed .slick-dots li{
    margin-right: 8px;
}

.news-feed .slick-dots li button{
    width: 10px;
    height: 10px;
    background-color: white;
    border:1px solid #7f7f7f;
}

.news-feed .slick-dots li.slick-active button{
    border:1px solid #7f7f7f;
}

@media(max-width:768px) {
    .subscribe_news_form-submit{
        width: 100%;
    }

    .subscribe_news_form .subscribe_news_form-input{
        margin-right: 0;
        margin-bottom: 10px;
    }

    .subscribe_main_block{
     flex-direction: column;   
    }
}

@media (max-width:999px) {
    .perelinks-block{
        display: none;
    }

    .subscribe_news_form-submit{
        font-size: 12px;
        padding: 10px;
    }

    /* new */
    .header-text-block p{
        color: white;
        font-size: 20px;
        margin-bottom: 6px;
    }

    .news-feed .item{
        border-bottom: none;
        padding-bottom: 35px;
    }

    .news-feed .item .news-feed-desc,
    .news-feed .item .news-feed-info{
        height: auto;
    }

    .news-feed .item .news-feed-info{
        margin-top: 15px;
    }
}

.mobile-description{
    font-family: "PT Sans", sans-serif;
    background-color: white;
    color: #4a4a4a;
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1;
}

@media (min-width:1000px) {
    .news-title{
        background: transparent;
        text-transform: capitalize;
        border-bottom: none;
        font-size: 24px;
    }

    .mobile-description{
        display: none;
    }
}

/* фиксы выбор нмо в модалке */

#modal_auth_form .subscribe_news_form{
    display: block;
}

#modal_auth_form .subscribe_news_form .subscribe_checkbox_block{
    display: block;
}

#modal_auth_form .subscribe_news_form .subscribe_checkbox_block .form-control{
    justify-content: flex-start;
    flex-wrap: wrap;
}

#modal_auth_form .subscribe_news_form .subscribe_checkbox_block .form-control .desc{
    width: 100%;
}

section.showroom .journal-wrapper .journal-item .show-list.standard.with-icon{
    position: relative;
    padding-right: 30px;
}

section.showroom .journal-wrapper .journal-item .show-list.standard.with-icon::after{
    top: 0;
}

/* запрещающая просмотр контента модалка */
.modal-taboo{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -12;
    font-family: 'PT Sans';
}

.modal-taboo.active{
    display: flex;
    z-index: 999;
}

.modal-taboo .modal-content{
    background-color: white;
    max-width: 530px;
    padding: 30px;
    overflow: hidden;
}

.modal-taboo .title{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.modal-taboo .divider{
    width: 110%;
    height: 1px;
    background-color: black;
    margin-top: 10px;
}

.modal-taboo .text{
    font-size: 16px;
    margin-bottom: 20px;
}

.modal-taboo .description{
    font-size: 16px;
    margin-bottom: 20px;
}

.modal-taboo .agreement-text{
    font-weight: 600;
    font-size: 18px;
}

.programm-btn{
    margin-left: 0;
    padding-left: 0;
    padding-right: 30px;
    margin-right: 20px;
}

.agreement-button{
    width: fit-content;
    padding: 15px 50px;
    border-radius:5px;
    border: 1px solid black;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
}

@media (max-width:999px) {
    .modal-taboo{
        padding: 0 15px;
    }

    .agreement-button{
        width: 100%;
        text-align: center;
    }

    .modal-taboo .divider{
        width: 120%;
    }
}

.journal .journal-wrapper .journal-item.bd-r{
    border-right: none;
}


/* выравнивание по левому краю */
.showroom .journal-item .journal-item p{
    margin: 20px 8px auto 0;
}
/*сломался отступ слева у кнопок 18.10.22*/
.watch-rooms-wrapper .programm-btn{
    margin-left: 20px;
}
/*Выравнивание по левому краю ВСЕХ ОСТАЛЬНЫХ БЛОКОВ 08.11.22*/
.journal-item .programm-btn{
    margin-left: -2px;
}
.journal-item .journal-item ul {
    margin: 0px 8px auto 18px;
}
.journal-item .show-list.standard.with-icon{
    margin-left: 0;
}
/*--------------------------------------------------------*/
.programm-btn{
    margin-left: 0;
}
@media (min-width:1000px) {
    .col .programm-btn.calendar-navigation.second-navigation{
        margin-left:15px;
    }
}
.showroom .journal-item .journal-item .title{
    padding-left: 0;
}

/* Уменьшение паддингов, сключая медиа запросы - 20.06.2024 */
.event-title__wrapper{
    padding: 15px 70px;
    width: 100%;
    background: #4D7BAE;
    margin-bottom: 16px;
}

.event-title__wrapper_100{
    width: 100%;
}

.event-title__wrapper p,
.event-title__wrapper h1{
    color: white !important;
    font-size: 16px;
    font-weight: 500;
}

.event-title__wrapper h3{
    margin-top: 0;
    color: white;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;

}

.event-title__wrapper span{
    font-size: 16px;
}

.event-banner-container {
    max-width: 1258px !important;

}

/* @media (min-width:451px) and (max-width:999px) {
    .event-title__wrapper{
        padding: 40px 15px 7px;
    }
} */

@media (max-width:1049px) {
    .event-title__wrapper{
        padding: 20px;
    }
}

@media (min-width:1049px) and (max-width:1209px) {
    .event-title__wrapper{
        padding: 30px;
    }
}

.journal-item a img{
    display:block;
}

.main-book-wrapper{
    border: 1px solid rgb(189, 189, 189);
    border-radius: 5px;
    margin: 10px 9px 0 9px;
    /* margin-top: 10px;
    margin-left: 9px;
    margin-right: 9px; */
    /*height: 140px;*/
}

.main-book-wrapper .book-item{
    display: flex;
    justify-content: space-between;
    height: auto;
}

.main-book-wrapper .book-item .book-title{
    margin-top: 7px;
    font-size: 16px;
}

.main-book-wrapper .book-item .book-description{
    padding-top: 5px;
    padding-left: 20px;
    /* padding-right: 20px; */
    padding-bottom: 0px;
    font-size: 16px;
}

.book-description a{
    color:#4d7bae !important;
    font-size: 16px !important;
}

.main-book-wrapper .book-item .book-standart{
    padding-right: 30px;
}

.main-book-wrapper .book-item .book-all-link{
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    margin-top: 15px;
}

.book-all-link a{
    color:#4d7bae !important;
    font-size: 16px !important;
}

.book-all-name{
    font-weight: 700 !important;
}

.book-image{
    display: flex;
    align-items: center;
    width: 85%;
    overflow: hidden;
}

.main-book-wrapper .book-item .book-image img{
    width: 100%;
}

.no-padding{
    padding:0px !important;
}

.wrapper .background-blue, .wrapper .background-gray{
    margin-left: -60px;
    padding-left: 60px;
}

.background-gray{
    background: #f2f2f2;
}

.background-blue{
    color: white;
    background: #4d7bae;

}

.background-blue p,.background-blue ul li{
    color: white !important;
}

.title-logo__new{
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    margin: 0;
    font-family: "PT Sans", sans-serif;
}

@media (max-width:768px){
    .title-logo__new{
        padding-left:0;
    }
}

.journal-item a{
    color: #4d7bae !important;
}

.exhib-text{
    margin-top:0px !important;
    margin-bottom:0px !important;
}

.journal-wrapper .no-margin-p .journal-item p{
    margin-top:0px !important;
}

/*кастомные инпуты-селекты*/
.custom-suggestion .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: calc(100% + 1px);
    width: calc(100% - 180px);
    right: 0;
    max-height: 135px;
    overflow: hidden;
    overflow-y: scroll;
}

@media (max-width: 1000px){
    .custom-suggestion .autocomplete-items {
        width: 100%;
    }
}

.custom-suggestion .autocomplete-items div {
    padding: 4px 15px;
    cursor: pointer;
    background-color: #fff;
}

.custom-suggestion .autocomplete-items div strong{
    color: #3399ff;
    font-weight: 400;
}

.custom-suggestion .autocomplete-items div:hover {
    background-color: #f7f7f7;
}
.custom-suggestion .autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.autocomplete-item.no-click{
    pointer-events: none;
    font-weight: bold;
}


.modal-with-arrow{
    position: absolute;
    top: 3.4%;
    left: 40%;
    display: none;
    align-items: center;
    justify-content: center;
}
@media (min-width:1301px){
    .modal-with-arrow{
        top: 3.6%;
    }
}

@media (min-width:1000px) and (max-width:1300px){
    .modal-with-arrow{
        top: 3.2%;
    }
}
.journal-item .title {
    margin-bottom: 20px;
    margin-top: 20px;
}
@media (min-width:1090px) and (max-width:1190px){
    .modal-with-arrow{
        top: 3.2%;
    }
}

.modal-with-arrow .modal-arrow-wrapper{
    border: 2px solid  #D4A018;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 440px;
    height: 640px;
    z-index: 100;
    position: relative;
}

.modal-with-arrow .modal-arrow-wrapper .modal-content{
    padding: 35px 30px;
}

.modal-with-arrow .modal-arrow-wrapper .modal-content p{
    color: #000;
    font-size: 14.29px;
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}

.modal-with-arrow .modal-arrow-wrapper .modal-content p b{
    font-size: 14.29px;
    font-family: Arial;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.big-arrow{
    background-image: url('../img/icons/big-arrow1.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 210px;
    height: 115px;
}

.modal-with-arrow .modal-arrow-wrapper .modal-content ul{
    font-size: 14.29px;
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 38px;
    padding: 0;
}

.modal-with-arrow .modal-arrow-wrapper .modal-content ul li{
    list-style-image: url('../img/icons/check1.svg');
    list-style-position: outside;
    color: black !important;
    margin: 14px 0 14px 20px;
    font-size: 14.29px;
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.modal-with-arrow .modal-arrow-wrapper .modal-content ul li:first-child{
    margin: 28px 0 14px 20px;
}

.modal-with-arrow .modal-arrow-wrapper .modal-content ul li::before{
    content: url('../img/icons/check1.svg');
    margin-right: 11px;
    width: 14px;
    height: 14px;
    display: none;
}

.modal-with-arrow .modal-arrow-wrapper .close-btn{
    background-image: url('../img/icons/close1.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -8px;
    top: -10px;
    cursor: pointer;
}

@media (max-width: 999px) and (min-width:0px) {
    .modal-with-arrow{
        top: 0.62%;
        left: 50%;
        transform: translateX(-50%);
    }

    .modal-with-arrow .modal-arrow-wrapper{
        width: 500px;
        height: 470px;
    }

    .modal-with-arrow .modal-arrow-wrapper .modal-content{
        padding: 20px 10px;
    }

    .modal-with-arrow .modal-arrow-wrapper .modal-content p{
        font-size: 16px;
        margin-bottom: 5px;
    }

    .modal-with-arrow .modal-arrow-wrapper .modal-content p b{
        font-size: 16px;
    }

    .big-arrow{
        background-image: url('../img/icons/arrow-mob1.svg');
        width: 45px;
        height: 60px;
        position: absolute;
        top: 96%;
        left: 50%;
        z-index: 101;
    }

    .modal-with-arrow .modal-arrow-wrapper .modal-content ul{
        font-size: 16px;
        margin-bottom: 12px;
        padding: 0;
    }

    .modal-with-arrow .modal-arrow-wrapper .modal-content ul li{
        font-size: 16px;
        list-style-image: url('../img/icons/check-mob1.svg');
        list-style-position: outside;
        color: black !important;
        margin: 8px 0 8px 20px;
    }

    .modal-with-arrow .modal-arrow-wrapper .modal-content ul li:first-child{
        margin: 12px 0 8px 20px;
    }

    .modal-with-arrow .modal-arrow-wrapper .close-btn{
        width: 15px;
        height: 15px;
        top: -5px;
        right: -5px;
    }
}

@media (max-width:600px){
    .modal-with-arrow{
        top: 0.5%;
        left: 50%;
        width: calc(100% - 40px);
    }

    .modal-with-arrow .modal-arrow-wrapper{
        width: 100%;
    }

    .modal-with-arrow .modal-arrow-wrapper .modal-content p{
        font-size: 16px;
    }

    .modal-with-arrow .modal-arrow-wrapper .modal-content p b{
        font-size: 16px;
    }

    .modal-with-arrow .modal-arrow-wrapper .modal-content ul{
        font-size: 16px;
    }

    .modal-with-arrow .modal-arrow-wrapper .modal-content ul li{
        font-size: 16px;
    }
}

@media (max-width:500px){
    .modal-with-arrow{
        top: 0.53%;
        left: 50%;
    }
    .modal-with-arrow .modal-arrow-wrapper .modal-content p{
        font-size: 14px;
    }

    .modal-with-arrow .modal-arrow-wrapper .modal-content p b{
        font-size: 14px;
    }

    .modal-with-arrow .modal-arrow-wrapper .modal-content ul{
        font-size: 14px;
    }

    .modal-with-arrow .modal-arrow-wrapper .modal-content ul li{
        font-size: 14px;
    }
}

@media (max-width:400px) {
    .modal-with-arrow .modal-arrow-wrapper .modal-content p{
        font-size: 14px;
    }

    .modal-with-arrow .modal-arrow-wrapper .modal-content p b{
        font-size: 14px;
    }

    .modal-with-arrow .modal-arrow-wrapper .modal-content ul{
        font-size: 14px;
    }

    .modal-with-arrow .modal-arrow-wrapper .modal-content ul li{
        font-size: 14px;
    }
}
@media (max-width:335px) {
    .modal-with-arrow{
        top: 0.59%;
        left: 50%;
    }
    .modal-with-arrow .modal-arrow-wrapper .modal-content p{
        font-size: 12px;
    }

    .modal-with-arrow .modal-arrow-wrapper .modal-content p b{
        font-size: 12px;
    }

    .modal-with-arrow .modal-arrow-wrapper .modal-content ul{
        font-size: 12px;
    }

    .modal-with-arrow .modal-arrow-wrapper .modal-content ul li{
        font-size: 12px;
    }
}
.doc-item{
    /* border: 1px solid rgba(0, 0, 0, 0.5); */
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: 100ms;
    transition: all 100ms linear;
    text-decoration: none;
    position: relative;
    margin-bottom: 20px;
    background-color: white;
}

.doc-item:first-child{
    margin-top: 20px;
}

.doc-item:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.doc-item p{
    margin-top: 0;
    padding-left: 15px;
}

.doc-item .doc-title{
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 10px;
    color: #4d7bae;
}

.doc-item .doc-desc{
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    color: black;
    margin-bottom: 10px;
}

.doc-item .doc-type{
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    color: black;
    margin-bottom: 20px;
}

.doc-item .doc-data{
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    color: black;
    opacity: 0.7;
}

.spnavigator-toc-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 275px!important;
    padding: 20px 20px 120px;
    background-color: #44423c;
    z-index: 1;
    transition: 210ms;
    overflow: auto;
}
@media (max-width: 999px) {
    .spnavigator-toc-wrapper {
        position: fixed;
        bottom: 0;
        overflow: auto;
        width: 260px;
        padding: 50px 15px 20px;
        transform: translateX(100%);
    }
    .spnavigator-toc-wrapper:before {
        content: "";
        position: absolute;
        top: 50px;
        left: 15px;
        right: 15px;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.15);
    }
    .spnavigator-toc-wrapper.active {
        transform: translateX(0);
    }
}

.spnavigator-toc-wrapper .spnavigator-toc {
    display: block;
    margin: 20px 0 0 -20px;
    padding-inline-start: 20px;
    -webkit-padding-start: 20px;
}
@media (max-width: 999px) {
    .spnavigator-toc-wrapper .spnavigator-toc {
        margin: 20px 0px;
        padding-inline-start: 10px;
        -webkit-padding-start: 10px;
    }
}
.sidebar .toc ul {
    margin: 0 0 0 0px;

}
@media (max-width: 999px) {
    .sidebar .toc ul {

    }
}
.spnavigator-toc-wrapper .spnavigator-toc li {
    display: block;
    margin: 5px 0;
}
.spnavigator-toc-wrapper .spnavigator-toc li a {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
.spnavigator-toc-wrapper .spnavigator-toc li ul{
    padding-inline-start: 20px;
    -webkit-padding-start: 20px;
    margin: 0;
}
@media (max-width: 999px) {
    .spnavigator-toc-wrapper .spnavigator-toc li ul{
        padding-inline-start: 10px;
        -webkit-padding-start: 10px;
        margin: 0;
    }
}
.spnavigator-toc-wrapper .spnavigator-toc li a:hover {
    text-decoration: underline;
    color: #fff!important;
}

.spnavigator-toc-wrapper .close {
    display: none;
}
.spnavigator-toc-wrapper .close .icon {
    position: absolute;
    top: 15px;
    right: 15px;
}
@media (max-width: 999px) {
    .spnavigator-toc-wrapper .close {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
    }
}

.header-section.navigator{
    display: none;
}

.header-section.navigator .container{
    max-width: 768px;
}

@media (max-width:999px) {
    .header-section.navigator .container{
        padding: 0;
    }
    .header-section.navigator .header-left-block .logo-block .burger{
        position: fixed;
    }
}

.header-section.navigator .header-left-block{
    margin: 0;
}

.header-section.navigator .header-left-block .logo-block:before{
    width: 100%;
}

.header-section.navigator .header-left-block .logo-block .logo{
    left: 26px;
    top: 20px;
}
.header-section.navigator .header-left-block .logo-block .social{
    top: 45px;
}

@media (max-width:999px) {
    .header-section.navigator .header-left-block .logo-block .logo{
        top: 8px;
    }
    .header-section.navigator .header-left-block .logo-block .social{
        top: 15px;
    }
}


.article {
    padding: 0 0 16px;
    font-family: "PT Sans", serif;
}
.article .container{
    max-width: 768px;
}
.article .journal-wrapper.bd-l {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 999px) {
    .article .journal-wrapper.bd-l {
        border-left: none;
    }
}
.article .journal-wrapper .title{
    padding: 10px 20px;
}
.article .journal-wrapper .subtitle{
    padding: 0 20px;
}
@media (max-width:999px) {
    .article .journal-wrapper .title{
        padding: 10px 0;
    }
    .article .journal-wrapper .subtitle{
        padding: 0;
    }
}
.article .journal-wrapper.bd-r {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 999px) {
    .article .journal-wrapper.bd-r {
        border-right: none;
    }
}
.article .journal-wrapper .gray-line {
    height: 2px;
    background-color: #2d323a;
    opacity: 0.5;
}
.article .journal-wrapper .journal-item {
    margin: 16px 0;
    padding: 8px 20px;
    position: relative;
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item {
        padding: 8px 0;
    }
}
.article .journal-wrapper .journal-item a.footnote-backref {
    text-decoration: none;
}
.article .journal-wrapper .journal-item.mt-0 {
    margin-top: 0;
}
.article .journal-wrapper .journal-item.bd-l {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item.bd-l {
        border-left: none;
    }
}
.article .journal-wrapper .journal-item.bd-r {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item.bd-r {
        border-right: none;
    }
}
.article .journal-wrapper .journal-item .title {
    color: #2d323a;
    font-family: "PT Sans", serif;
    font-size: 21px;
    font-weight: 700;
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item .title {
        font-size: 17px;
    }
}
.article .journal-wrapper .journal-item .title.small {
    font-size: 17px;
    line-height: 20px;
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item .title.small {
        font-size: 15px;
    }
}
.article .journal-wrapper .journal-item .title.uppercase {
    position: relative;
    padding-left: 35px;
    font-size: 18px;
    text-transform: uppercase;
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item .title.uppercase {
        font-size: 16px;
    }
}
.article .journal-wrapper .journal-item .title.uppercase .num {
    position: absolute;
    top: 0;
    left: 0;
}
.article .journal-wrapper .journal-item blockquote {
    padding: 12px;
    background-color: #EBF1F5;
    border: #EBF1F5 solid 1px;
    margin-right: 1%;
    margin-left: 1%;
}
.article .journal-wrapper .journal-item blockquote p {
    font-family: "PT Sans", serif;
    text-align: center;
    color: #4a4a4a;
    margin: 3px;
}
.article .journal-wrapper .journal-item p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin: 20px 0 0;
}

.article .journal-wrapper .journal-item p a{
    color: #4a4a4a;
}
.article .journal-wrapper .journal-item p a.footnote-ref{
    vertical-align: baseline;
    font-size: 50%;
    color: #7a7a7a;
}
.article .journal-wrapper .journal-item li a.footnote-ref{
    vertical-align: baseline;
    font-size: 50%;
    color: #7a7a7a;
}

@media (max-width: 999px) {
    .article .journal-wrapper .journal-item p {
        font-size: 14px;
    }
}
.article .journal-wrapper .journal-item p strong {
    color: #a1211e;
}
.article .journal-wrapper .journal-item p.name {
    font-family: "PT Sans", serif;
    opacity: 0.3;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}
.article .journal-wrapper .journal-item ol li {
    margin-top: 10px;
    color: #4a4a4a;
    font-size: 15px;
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item ol li {
        font-size: 14px;
    }
}
.article .journal-wrapper .journal-item .show-list {
    position: relative;
    display: inline-block;
    padding-right: 50px;
    color: #2d323a;
    font-family: "PT Sans", serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    transition: 100ms;
    border-bottom: 1px solid transparent;
}
@media (max-width: 1357px) {
    .article .journal-wrapper .journal-item .show-list {
        padding-right: 30px;
        font-size: 16px;
    }
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item .show-list {
        font-size: 15px;
    }
}
.article .journal-wrapper .journal-item .show-list .icon {
    position: absolute;
    top: 5px;
    right: 0;
}
.article .journal-wrapper .journal-item .show-list:hover {
    color: #1b76bc;
    border-bottom: 1px solid #1b76bc;
}
.article .journal-wrapper .journal-item .cover {
    margin: 30px 0 25px;
    box-shadow: 0 2px 12px #dedede;
}
.article .journal-wrapper .journal-item .cover img {
    display: block;
    width: 100%;
    height: auto;
}
.article .journal-wrapper .journal-item .unique-article {
    position: relative;
    padding: 40px 0 105px;
    margin: 10px 0 0;
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item .unique-article {
        padding: 0 0 70px;
    }
}
.article .journal-wrapper .journal-item .unique-article .title {
    margin-right: 80px;
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item .unique-article .title {
        font-size: 15px;
    }
}
.article .journal-wrapper .journal-item .unique-article p {
    margin: 40px 0 0;
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item .unique-article p {
        margin: 20px 0 0;
    }
}
.article .journal-wrapper .journal-item .unique-article .keks-small {
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 75px;
    background-image: url("../img/keks_small.png");
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item .unique-article .keks-small {
        top: -30px;
    }
}
.article .journal-wrapper .journal-item .unique-article .keks-big {
    position: absolute;
    bottom: -24px;
    left: -20px;
    height: 85px;
    width: 127px;
    background-image: url("../img/keks_big.png");
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item .unique-article .keks-big {
        left: 0;
    }
}
.article .journal-wrapper .journal-item .journal-quote {
    margin: 20px -20px 0;
    background-color: #ebf1f5;
    padding: 30px 30px 35px 55px;
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item .journal-quote {
        padding: 20px;
        margin: 20px 0 0;
    }
}
.article .journal-wrapper .journal-item .journal-quote .author .name {
    font-family: "PT Sans", serif;
    opacity: 0.6;
    color: #4a4a4a;
    line-height: 20px;
    font-size: 18px;
    font-weight: 700;
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item .journal-quote .author .name {
        font-size: 16px;
    }
}
.article .journal-wrapper .journal-item .journal-quote .author .rank {
    font-family: "PT Sans", serif;
    opacity: 0.6;
    color: #4a4a4a;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item .journal-quote .author .rank {
        font-size: 13px;
    }
}
.article .journal-wrapper .journal-item .journal-quote .quote-content {
    position: relative;
    margin: 15px 0 0;
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item .journal-quote .quote-content {
        font-size: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.article .journal-wrapper .journal-item .journal-quote .quote-content p {
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item .journal-quote .quote-content p {
        font-size: 14px;
    }
}
.article .journal-wrapper .journal-item .journal-quote .quote-content .before-quot {
    position: absolute;
    top: -10px;
    left: -30px;
    opacity: 0.4;
    color: #4a4a4a;
    font-size: 32px;
    font-weight: 400;
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item .journal-quote .quote-content .before-quot {
        left: 0;
    }
}
.article .journal-wrapper .journal-item .journal-quote .quote-content .after-quot {
    position: absolute;
    bottom: -5px;
    right: -15px;
    opacity: 0.4;
    color: #4a4a4a;
    font-size: 32px;
    font-weight: 400;
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item .journal-quote .quote-content .after-quot {
        right: 0;
    }
}
.article .journal-wrapper .journal-item h1 {
    margin: 5px 0 20px 0;
    color: #2d323a;
    font-family: "PT Sans", serif;
    font-size: 1.5em;
}
.article .journal-wrapper .journal-item h2 {
    margin: 20px 0 15px 0;
    color: #2d323a;
    font-family: "PT Sans", serif;
    font-size: 1.25em;
}
.article .journal-wrapper .journal-item h3 {
    margin: 5px 0 20px 0;
    color: #2d323a;
    font-family: "PT Sans", serif;
    font-size: 1em;
}
.article .journal-wrapper .journal-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #4a4a4a;
}
.article .journal-wrapper .journal-item ul li {
    padding-left: 30px;
    position: relative;
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
    color: #4a4a4a;
}
.article .journal-wrapper .journal-item ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #6c8fb7;
    width: 25px;
    z-index: 0;
    height: 20px;
}
.article .journal-wrapper .journal-item ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 15px;
    margin-top: -2px;
    background-color: #fff;
    width: 4px;
    height: 4px;
    z-index: 1;
    border-radius: 50%;
}
.article .journal-wrapper .journal-item img {
    max-width: 100%;
}
.article .journal-wrapper .journal-item table {
    border-spacing: 0;
    border: 0;
    padding: 0;
    color: #fff;
    background-color: #6c8fb7;
    margin-top: 10px;
    font-family: "PT Sans", serif;
}
.article .journal-wrapper .journal-item table td, .article .journal-wrapper .journal-item table th {
    padding: 10px;
    border: 1px solid #fff;
}
.article .journal-wrapper .journal-item table td li, .article .journal-wrapper .journal-item table td p, .article .journal-wrapper .journal-item table th li, .article .journal-wrapper .journal-item table th p {
    color: #fff;
    margin: 0;
}
.article .journal-wrapper .journal-item table td a, .article .journal-wrapper .journal-item table th a {
    color: #faedb7;
}
@media (max-width: 999px) {
    .article .journal-wrapper .journal-item table td, .article .journal-wrapper .journal-item table th {
        padding: 3px;
        border: 1px solid #fff;
        font-size: 12px;
    }
    .article .journal-wrapper .journal-item table td li, .article .journal-wrapper .journal-item table td p, .article .journal-wrapper .journal-item table th li, .article .journal-wrapper .journal-item table th p {
        font-size: 12px;
    }
}

.search-page{
    background-color: #fbfbfb;
}

.search-page .wrapper .header-section{
    background: white;
    margin: 0 auto;
}

.rubricator-page .journal-wrapper ul{
    padding-inline-start: 0;
    margin-bottom: 100px;
}

.rubricator-page .journal-wrapper ul li{
    list-style-type: none;
    position: relative;
    margin-left: 45px;
    margin-bottom: 20px;
}
.rubricator-page .journal-wrapper ul li a{
    /* font-family: "PT Serif", serif; */
    font-family: "PT Sans", sans-serif;
    text-decoration: none;
    color: #737373;
    /* font-weight: 200; */
    font-weight: bold;
    font-size: 18px;
    position: relative;
    width: 345px;
    display: block;
}

.rubricator-page .journal-wrapper ul li a::before{
    content: '';
    display: block;
    position: absolute;
    right: -50px;
    top: 0;
    background-image: url('../img/icons/icon-arrow.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.rubricator-page .journal-wrapper ul li a::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 300px;
    height: 1px;
    background-color: #737373;
}

.rubricator-page .journal-wrapper ul li.icon-book::before{
    content: '';
    background-image: url('../img/icons/icon-book2.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -45px;
    top: -5px;
}
.rubricator-page .journal-wrapper ul li.icon-board::before{
    content: '';
    background-image: url('../img/icons/icon-board2.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -45px;
    top: -5px;
}

@media (max-width:450px) {
    .rubricator-page .journal-wrapper ul li a{
        width: calc(100% - 40px);
    }

    .rubricator-page .journal-wrapper ul li a::after{
        right: 0;
        left: 50px;
    }
}

@media (max-width:999px) {
    .rubricator-page .header-section{
        display: none;
    }
}



/* Новые стили бургера*/

.logo-block .burger.active{
    background-color: black;
}

.logo-block .burger.active .span{
    background-color: white;
}

.logo-block .burger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(0);
    left: 17.5px;
    background-color: white;
}

.logo-block .burger.active span:nth-child(2) {
    transform: scale(0);
    background-color: white;
}

.logo-block .burger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(0);
    left: 17.5px;
    background-color: white;
}

@media (min-width: 1000px) {
    .logo-block .burger {
        position: fixed;
        display: block;
        right: 20px;
        top: 20px;
        background-color: #F2F2F2;
        width: 50px;
        height: 50px;
    }

    .logo-block .burger span{
        background-color: black;
    }

    .logo-block .burger.active{
        background-color: black;
        z-index: 1000;
    }
}

@media (max-width:999px) {

}

.burger-menu-wrapper{
    width: 100%;
    height: 100vh;
    position: fixed;
    display: block;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.burger-menu-wrapper .opacity-block{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: background-color 200ms linear;
}

.burger-menu-wrapper .burger-menu-block{
    width: 630px;
    height: 100%;
    transform: translateX(630px);
    transition: transform 0.4s linear;
    background-color: white;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.burger-menu-wrapper .burger-menu-block .burger-items{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 0 60px;
}

.burger-menu-wrapper .burger-menu-block .burger-items .item{
    color: #000;
    font-family: PT Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
    text-decoration: none;
}

.burger-menu-wrapper .burger-menu-block .burger-items .item:hover{
    text-decoration: underline;
}

.burger-menu-wrapper.active{
    z-index: 100;
}

.burger-menu-wrapper .burger-menu-block.active{
    transform: translateX(0);
}

.burger-menu-wrapper .opacity-block.active{
    background-color: rgba(0,0,0,0.4);
}


@media (max-width:999px) {
    .burger-menu-wrapper .burger-menu-block{
        width: 375px;
        height: 100%;
        transform: translateX(375px);
        min-width: 300px;
    }

    .burger-menu-wrapper .burger-menu-block .burger-items{
        display: flex;
        width: 100%;
        flex-direction: column;
        margin: 0 20px;
    }

    .burger-menu-wrapper .burger-menu-block .burger-items .item{
        font-size: 18px;
        line-height: normal;
        margin-bottom: 16px;
        text-decoration: none;
    }

}

@media (max-width: 767px) {
    .burger-menu-wrapper.active{
        height: 100%;
        overflow: auto; 
    }

    .burger-menu-wrapper.active .burger-menu-block{
        align-items: flex-start;
        overflow: auto;
    }

    .burger-menu-wrapper.active .burger-menu-block .burger-items{
        padding-top: 50px;
        overflow: auto;
        padding-bottom: 100px;
    }
}

@media (max-width:375px) {
    .burger-menu-wrapper .burger-menu-block{
        width: unset;
        height: 100%;
        min-width: 300px;
    }
}
/* Конец новых стилей бургера */

/* Новые стили */

.burger {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #62615e;
    overflow: hidden;
    cursor: pointer;
    z-index: 1000;
}

.burger span {
    position: absolute;
    right: 15px;
    display: block;
    height: 2px;
    background-color: #ffffff;
    -webkit-transition: 400ms;
    transition: 400ms;
    transform-origin: left;
}

.burger span:nth-child(1) {
    top: 17px;
    width: 20px;
}

.burger span:nth-child(2) {
    top: 24px;
    width: 12px;
    left: 15px;
}

.burger span:nth-child(3) {
    top: 31px;
    width: 20px;
}

.burger.active{
    background-color: black;
}

.burger.active .span{
    background-color: white;
}

.burger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(0);
    left: 17.5px;
    background-color: white;
}

.burger.active span:nth-child(2) {
    transform: scale(0);
    background-color: white;
}

.burger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(0);
    left: 17.5px;
    background-color: white;
}

@media (min-width: 1000px) {
    .burger {
        position: fixed;
        display: block;
        right: 20px;
        top: 20px;
        background-color: #F2F2F2;
        width: 50px;
        height: 50px;
    }

    .burger span{
        background-color: black;
    }

    .burger.active{
        background-color: black;
    }
}

@media (max-width: 999px) {
    .burger {
        display: block;
        background-color: black;
    }
}

/* Новые стили */

/* внутряк рубрикатора */

.inner-rubricator .container {
    max-width: 768px;
  }
  
  .inner-rubricator.header-section .header-left-block {
    margin-right: 0px;
  }
  
  
  .inner-rubricator .header-text-block {
    margin-top: initial;
  }
  
  .inner-rubricator .header-text-block.v-2 .title {
    font-size: 24px;
  }
  
  .inner-rubricator .logo-block .logo {
    left: 50px;
  }
  
  .inner-rubricator .logo-block:before {
    display: none;
  }
  
  @media (max-width: 999px) {
    .inner-rubricator.header-section .header-left-block {
      margin-right: -15px;
    }
  
    .inner-rubricator .logo-block .logo {
      top: 8px;
    }
  }
  
  @media (max-width: 575px) {
    .inner-rubricator .logo-block .logo {
      top: 8px;
      left: 20px;
    }
  }

  .contentblock{
    position: relative;
  }

  .token-block{
    position: absolute;
    bottom: 0;
    padding: 20px;
    color: #afabab;
    font-size: 14px;
    line-height: 120%;
    display: none;
    width: 100%;
    background-color: rgb(207, 213, 224);
  }

  .token-block p{
    margin: 0;
  }

  @media (max-width: 999px) {
    .token-block{
        font-size: 12px;
    }
  }

  .tel-input {
    display: flex;
    align-items: center;
    gap: 4px;

    background-color: white;
  }

  .tel-input__input {
    width: 90% !important;
    height: 100% !important;
    padding: 0 !important;
    border: none !important;
  }

  .img-flag {
    width: auto;
    height: 16px;
  }

  .country-main-info {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .country-option {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    padding: 8px;
  }

  .country-code {
    color: gray;
  }

  .country-result {
    width: 50px;
    height: 28px;
    display: flex;
    align-items: center;
  }

  .tel-input__select .select2-container {
    width: 50px !important;
  }

  .confirm-email-form .input-with-label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 0;
  }

  .confirm-email-form .input-with-label.error input {
    border-color: red;
  }

  .confirm-email-form .error-message {
    color: red;
  }

  .confirm-email-form .input-with-label input {
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid gray;
    margin-right: auto;
  }

  .confirm-email-form-submit {
    margin: auto;
    width: 60%;
    justify-content: center;
  }

  #confirm-email-modal-hint {
    padding-top: 20px;
  }

  #confirm-email-form-error {
    display: none;
    text-align: center;
    margin-bottom: 0;
  }

  #confirm-email-modal .contentblock {
    overflow-y: hidden;
  }

