

/* Start:/local/css/new.css?170290947723532*/
.header--new .header-tickets,
.header--new .header-contacts,
.header--new .header-tel,
.mobile-menu,
.header-menu-open {
    display: none;
}

.subscribe-form-wrapper input,
.subscribe-form-wrapper textarea,
#subscribeForm input[type="text"],
#subscribeForm input[type="email"],
#subscribeForm input[type="password"] {
    border-color: #073655 !important;
}

#subscribeForm input[type="text"].error,
#subscribeForm input[type="email"].error,
#subscribeForm input[type="password"].error {
    border-color: red !important;
}

.btn.btn__subscribe {
    background-color: #073655 !important;
}

a.order_tickets {
    background-color: #073655 !important;
}

#map-interactive {
    width: 100%;
    height: 576px;
}

.hny-popup {
    display: none;
}

.hny-popup__overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #1D2F4D;
    opacity: 0.5;
}

.hny-popup__wrap {
    width: 688px;
    box-sizing: border-box;
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hny-popup__link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    background: #FFFFFF;
    border-radius: 15px;
}

.hny-popup__title {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 26px;
    text-align: center;
    color: #3C3C3C;
    margin: 0 0 32px;
}

.hny-popup__img {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
}

.hny-popup__btn {
    text-decoration: none;
    display: block;
    padding: 6px 34px;
    background: #1D2F4D;
    color: #ffffff;
}

.hny-popup__close {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

#lectures-table td {
    box-sizing: border-box;
}

#lectures-table tr:first-of-type td {
    font-weight: bold;
}

#lectures-table td:nth-of-type(1) {
    width: 65px;
}

#lectures-table td:nth-of-type(2) {
    width: 120px;
}

#lectures-table td:nth-of-type(3),
#lectures-table td:nth-of-type(4) {
    padding: 0 20px;
}

.footer_banner_right {
    display: block;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 6px 0 6px;
}
.footer_banner_right img {
    max-width: 100%;
}

@media screen and (max-width: 999px) {
    /*index news*/
    .news_main {
        margin-bottom: 25px;
    }
    /*index news end*/
    #lectures-table td:nth-of-type(1),
    #lectures-table td:nth-of-type(2) {
        width: 100%;
    }
    #lectures-table td:nth-of-type(3),
    #lectures-table td:nth-of-type(4) {
        padding: 0 20px !important;
    }
    .hny-popup__wrap {
        width: 100%;
    }
    .hny-popup__link {
        padding: 24px;
    }
    .hny-popup__title {
        padding: 0 20px;
    }
    /* ОБЩИЕ */
    .clearfix:before,
    .clearfix:after {
        display: none !important;
    }
    html,
    body {
        max-width: 100% !important;
        min-width: auto !important;
        width: 100% !important;
    }
    body.no-scroll {
        overflow: hidden;
    }
    .pop-info {
        max-width: 335px !important;
        width: 100% !important;
        margin: 0 !important;
        transform: translateX(-50%) !important;
        box-sizing: border-box;
    }
    #map-interactive {
        height: 300px;
    }
    /* HEADER */
    .inner {
        min-width: auto !important;
        max-width: 375px !important;
        width: 100% !important;
        padding: 0 !important;
    }
    .header--new {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
    }
    .header--new .header-contain {
        width: 100%;
        display: flex;
        align-content: center;
    }
    .header--new .header-left {
        height: 60px;
        width: calc(100% - 175px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 10px;
        box-sizing: border-box;
        position: relative;
    }
    .header--new .header-menu-button {
        width: 40px;
        height: 40px;
        background: transparent;
        border: none;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 10;
        left: 20px;
        top: 25px;
    }
    .header--new .header-menu-button::before {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0px -10px 0px 0px #ffffff, 0px 10px 0px 0px #ffffff;
    }
    .header--new .logo-text--new-ru {
        margin: 0;
        margin-left: auto;
        width: 100%;
        height: 100%;
    }
    /* Моб.меню */
    .header--new .header-right {
        display: flex;
        align-items: center;
        padding: 8px 10px;
    }
    body.no-scroll {
        overflow: hidden;
    }
    .header--new .header-right .header-menu-button {
        left: calc((100% - 375px) / 2 + 20px);
    }
    .header--new .header-right .header-menu-button::before {
        box-shadow: none;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .header--new .header-right .header-menu-button::after {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .header--new .header-right.opened {
        display: flex;
    }
    .header--new .header-right.animation {
        transform: none;
    }
    .header--new .header-right__top {
        padding-left: 0;
        margin: 0 auto !important;
        width: 100%;
        max-width: 375px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .header--new .header-right__top .header-language--new,
    .header--new .header-right__top .header-mailto,
    .header--new .header-right__top .header-search,
    .header--new .header-right__top .vision-link {
        margin: 0;
        padding: 0;
        float: initial;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header--new .header-right__top .header-mailto,
    .header--new .header-right__top .header-search,
    .header--new .header-right__top .vision-link {
        display: none;
    }
    .header--new .header-tickets,
    .header--new .header-contacts,
    .header--new .header-tel {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
    }
    .header--new .header-menu-open {
        padding: 0;
        border: none;
        background: transparent;
        width: 30px;
        height: 30px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header--new .header-menu-open::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .header--new .header-menu-open svg:last-of-type {
        display: none;
    }
    .header--new .header-menu-open.opened svg:first-of-type {
        display: none;
    }
    .header--new .header-menu-open.opened svg:last-of-type {
        display: block;
    }
    .header--new .header-right__top .header-mailto img,
    .header--new .header-right__top .search-toggle {
        margin: 0;
    }
    /* Поиск */
    .header--new .header-right__top .header-search {
        position: static;
    }
    .header--new .header-right__top .header-search .js-toggle-me__search.is-active {
        top: 100%;
        bottom: auto;
        left: 0;
        width: 100%;
    }
    .header--new .header-language {
        width: 35px;
        flex-shrink: 0;
        justify-content: flex-start !important;
    }
    .header--new .header-language .language-toggler {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .header--new .header-language .language-text {
        color: #ffffff;
        font-family: Arial;
        height: auto;
    }
    .header--new .header-language .language-toggler svg {
        display: none;
    }
    .header--new .header-right__bottom {
        display: none;
    }
    .header--new .menu-top {
        margin-top: 0 !important;
        padding: 0 !important;
    }
    .header--new .menu-top ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header--new .menu-top li {
        margin-left: 0;
        margin-top: 35px;
    }
    .header--new .menu-top li:first-of-type {
        margin-top: 45px;
    }
    /* Мобильное меню */
    .mobile-menu {
        display: none;
        position: fixed;
        right: calc((100% - 375px) / 2);
        top: 60px;
        z-index: 100;
        width: 100%;
        max-width: 375px;
        height: calc(100vh - 60px);
        max-height: calc(100vh - 60px);
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        align-items: flex-start;
        justify-content: flex-end;
    }
    .mobile-menu.opened {
        display: flex;
    }
    .mobile-menu.animation {
        transform: none;
    }
    .mobile-menu-block.opened ul {
        display: block;
    }
    .mobile-menu-block.opened .mobile-menu-title a svg {
        transform: rotate(180deg);
    }
    .mobile-menu-container {
        width: 320px;
        min-height: 100%;
        height: auto;
        padding: 40px 0 0;
        box-sizing: border-box;
        background: #ffffff;
        flex-shrink: 0;
    }
    .mobile-menu-block {
        padding-right: 40px;
    }
    .mobile-menu a {
        font-family: Arial;
        text-decoration: none;
        color: #3E3A31;
    }
    .mobile-menu-title {
        margin: 0;
        white-space: nowrap;
        font-size: 18px;
        padding: 5px 20px;
        position: relative;
    }
    .mobile-menu-title a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-menu-title::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .mobile-menu ul {
        padding: 0;
        list-style: none;
        margin: 0;
        padding: 10px 0 20px;
        display: none;
    }
    .mobile-menu li {
        padding: 10px 20px;
        border-top: 2px solid #eeeeee;
        text-align: left;
    }
    .mobile-menu-subscribe {
        padding: 40px 40px 40px 20px;
    }
    .mobile-menu-news {
        padding: 20px 20px;
        background: #ad87a2;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mobile-menu-news svg {
        margin-bottom: 10px;
    }
    .mobile-menu-news a {
        color: #ffffff;
    }
    /* BODY */
    .page-menu-top {
        padding-top: 60px;
    }
    .page-menu-top .page-menu-inner {
        display: flex;
        flex-wrap: wrap;
    }
    .page-menu-top .page-menu-inner a {
        width: 100%;
    }
    .page-menu-top .page-menu-inner .page-menu-top__thumb {
        width: calc(100% / 3);
        margin: 0;
        display: none;
    }
    .index .content {
        width: 100% !important;
    }
    .content-wrapper {
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%;
    }
    .content-wrapper .content-container {
        background: transparent;
        width: 100%;
    }
    .content-wrapper .content-container .content {
        width: 100%;
        float: initial;
    }
    .page-menu-top.page-menu-top--new#tm {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: calc(60px + 380px);
        padding-top: 0;
    }
    .inner .main-slider {
        margin-top: 60px;
        margin-bottom: 126px;
    }
    .inner .main-slider .main-slider__bg table img {
        width: 375px;
        height: 380px;
        object-fit: cover;
    }
    .inner .main-slider .main-slider__content .main-slider__text {
        min-width: auto;
        width: 100%;
        height: 100%;
        max-height: 380px;
        margin: 0;
        padding-bottom: 50px;
        background: rgba(57, 57, 57, 0.6);
    }
    .inner .main-slider .main-slider__content .main-slider__text div+span {
        padding-right: 100px;
        bottom: 10px;
    }
    .content .news_main {
        display: flex;
        flex-direction: column;
    }
    .events-main .index-events-preview {
        display: flex;
        flex-direction: column;
    }
    .events-main .index-events-preview>div {
        margin-right: 0;
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .events-main .index-events-preview>div:first-of-type {
        margin-top: 0;
    }
    .subscribe-form-new {
        margin-bottom: 40px;
    }
    .subscribe-form-new h4 {
        font-family: 'Arial';
        font-size: 18px;
        font-weight: normal;
        color: #3E3A31;
        text-transform: uppercase;
        margin: 17px 0;
        text-align: left;
    }
    .subscribe-form-new input {
        border: 4px solid #073655 !important;
        width: 100%;
        margin-bottom: -4px;
        height: 37px;
        padding-left: 9px;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        outline: none;
    }
    .buy-link-new.order_tickets {
        text-align: left;
        background-color: #073655;
        margin-bottom: 30px;
    }
    .order_tickets2 {
        text-align: left;
        background: #073655 url(/img/icons/arrow-right-white.svg) 90% center no-repeat !important;
    }
    .order_tickets2_pdf {
        margin-bottom: 40px;
    }
    .subscribe-form-new .btn.btn__subscribe {
        padding-left: 9px;
        background-color: #073655;
        line-height: 1;
    }
    .subscribe-form-new .btn.btn__subscribe:hover {
        background-color: #073655;
    }
    .subscribe-form-new .msg.good {
        color: #687440;
        border: 1px solid #9fba6a;
        text-align: center;
        padding: 0px 10px 14px;
    }
    .subscribe-form-new input.error {
        border: 4px solid red !important;
    }
    .subscribe-form-new .msg.error {
        color: red;
    }
    /* Sidebar */
    .content-wrapper .sidebar {
        width: 100%;
        height: 100%;
        padding-left: 0;
        float: initial;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        padding: 30px calc((100% - 375px) / 2 + 20px);
        background: #ffffff;
        overflow-y: auto;
        overflow-x: hidden;
        display: none;
        transform: translateY(100%);
        transition: transform 0.3s ease;
    }
    .content-wrapper .sidebar.opened {
        display: block;
    }
    .content-wrapper .sidebar.animation {
        transform: none;
    }
    .content-wrapper .sidebar-open-button {
        width: 375px;
        height: 53px;
        background: #193758;
        color: #ffffff;
        border: none;
        padding: 0;
        margin: 0;
        position: fixed;
        z-index: 20;
        bottom: 0;
        left: calc((100% - 375px) / 2);
    }
    .content-wrapper .sidebar-open-button div {
        position: absolute;
        top: 5px;
        left: 50%;
        display: block;
        width: 20px;
        height: 20px;
        border-bottom: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        transform: translateX(-50%) rotate(45deg);
        animation: arrow 3s ease infinite;
    }
    @keyframes arrow {
        0% {
            opacity: 0;
            transform: rotate(45deg) translate(-5px, -5px);
        }
        50% {
            opacity: 1;
        }
        100% {
            opacity: 0;
            transform: rotate(45deg) translate(5px, 5px);
        }
    }
    .content-wrapper .sidebar .sidebar-close-button {
        width: 40px;
        height: 40px;
        background: transparent;
        border: none;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 10;
        right: calc((100% - 375px) / 2 + 20px);
        top: 30px;
    }
    .content-wrapper .sidebar .sidebar-close-button::before,
    .content-wrapper .sidebar .sidebar-close-button::after {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background: #000000;
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .content-wrapper .sidebar .sidebar-close-button::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .content-wrapper .sidebar .sidebar-close-button::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    /* sidebar end */
    .events-main .index-events-preview:first-of-type>div {
        margin-top: 0;
    }
    .content .main-articles__list {
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }
    .content .main-articles__list tbody tr {
        display: flex;
        flex-direction: column;
    }
    .content .main-articles__list tbody tr td {
        margin-top: 20px;
    }
    .content .main-articles__list td img {
        width: 100%;
        margin: 0;
    }
    .content-bg>img,
    .content-bg>p>img,
    .content-bg>font>img {
        margin: 0 0 10px !important;
    }
    .content-bg img {
        max-width: 100%;
        width: auto;
        height: auto;
        float: initial;
        margin: 20px 0;
    }
    .content-bg img[alt="RSS"] {
        margin: 0;
        float: right;
    }
    .content-wrapper .content-container {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .content .left-column {
        float: initial;
        width: 100%;
    }
    .content .left-column .left-menu>ul {
        display: block;
        width: 100%;
    }
    .content .left-column .left-menu>ul li {
        flex-shrink: 0;
    }
    .content .left-column .left-menu>ul li:not(:last-of-type) {
        margin-right: 0px;
        position: relative;
    }
    .content .left-column .left-menu>ul li:not(:last-of-type)::after {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        position: absolute;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        right: -12.5px;
        background: #ccc;
        display: none;
    }
    .content .left-column .left-menu>ul>li:not(.active)>ul {
        display: none;
    }
    .content .left-menu>ul>li.active>a,
    .content .left-menu>ul>li>a {
        border-bottom: none;
    }
    .content .feedback-btn {
        margin-top: 0;
        float: initial;
        width: 100%;
    }
    .content div.mf-name,
    .content div.mf-email,
    .content div.mf-captcha,
    .content div.mf-message {
        width: 100%;
    }
    .content .feedback form div input[type=text],
    .content .feedback form textarea {
        box-sizing: border-box;
    }
    .content .content-center {
        float: initial;
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .content .content-bg iframe {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .content .content-bg table tbody tr {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 20px;
    }
    .content .content-bg table tbody tr td {
        padding: 0 !important;
        width: 100%;
    }
    .content .content-bg img+br~br {
        display: none;
    }
    .content #event {
        width: 100%;
        height: 26px;
        padding-left: 0;
        box-sizing: border-box;
    }
    /* 404 PAGE */
    .page-not-found img {
        max-width: 100%;
    }
    /* FOOTER */
    .footer {
        padding: 0 20px 50px;
        box-sizing: border-box;
        margin-top: 30px !important;
    }
    .footer .footer-inner {
        display: flex;
        flex-direction: column;
    }
    .footer .footer-left {
        width: 100%;
        float: initial;
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        border-top: 1px solid #ccc;
        padding-top: 20px;
    }
    .footer .footer-right {
        width: 100%;
        padding-bottom: 20px;
        padding-left: 0;
    }
    .footer .footer-left .footer-copy {
        width: 100%;
        min-width: auto;
        padding-left: 0;
        order: 3;
    }
    .footer .footer-left .footer-menu-1 {
        order: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer .footer-left .footer-menu-2 {
        order: 2;
        margin-bottom: 20px;
    }
    .footer .footer-left .footer-menu-2 a:last-of-type {
        display: none;
    }
    .footer .footer-left .footer-menu-1,
    .footer .footer-left .footer-menu-2 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
    }
    .footer .footer-left .footer-menu-1 a,
    .footer .footer-left .footer-menu-2 a {
        /* text-align: center; */
        border: none;
        padding: 10px 0;
        margin: 0;
    }
    .footer .footer-left .footer-menu-1 a {
        width: 40%;
    }
    .footer .footer__social {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
    }
    /* Как провести выходные */
    div.pp_pic_holder {
        max-width: 335px !important;
        width: 100% !important;
    }
    .pp_content {
        max-width: 335px !important;
        width: 100% !important;
    }
    object {
        display: none;
    }
}

@media screen and (max-width: 374px) {
    .header--new .header-right .header-menu-button {
        left: calc((100% - 320px) / 2 + 20px);
    }
    .header--new .header-right__top::before {
        right: calc((100% - 320px) / 2 + 20px);
        width: 230px;
    }
    .header--new .header-right__bottom {
        padding: 0 calc((100% - 320px) / 2);
    }
    .header--new .logo-text--new-ru {
        width: 230px;
    }
    .content-wrapper .sidebar-open-button {
        left: 0;
        width: 100%;
    }
    .content-wrapper .sidebar {
        padding: 30px calc((100% - 320px) / 2 + 20px);
    }
    .content-wrapper .sidebar .sidebar-close-button {
        right: calc((100% - 320px) / 2 + 20px);
    }
}

a.order_tickets_3 {
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 53px;
    line-height: 53px;
    box-sizing: border-box;
    padding-left: 20px;
    background: #073655 url(/img/icons/arrow-right-white.svg) 95% center no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.167rem;
    font-weight: bold;
    font-family: Arial;
    color: #FFFFFF !important
}

a .order_tickets_3:hover {
    background-color: #94a55c;
}

.grecaptcha-badge {
    display: none !important;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/slider/style.css?1678089829978*/
@font-face {
    font-family: 'clear_sans_lightregular';
    src: url('/fonts/clearsans-light-webfont.eot');
    src: url('/fonts/clearsans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/clearsans-light-webfont.woff2') format('woff2'),
         url('/fonts/clearsans-light-webfont.woff') format('woff'),
         url('/fonts/clearsans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'thonburiregular';
    src: url('/fonts/thonburi-webfont.eot');
    src: url('/fonts/thonburi-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/thonburi-webfont.woff2') format('woff2'),
         url('/fonts/thonburi-webfont.woff') format('woff'),
         url('/fonts/thonburi-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
/* End */


/* Start:/bitrix/templates/en-main/components/bitrix/news/index/bitrix/news.list/.default/style.css?1678089825108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/en-main/styles.css?167808982541*/
body .stat{position: absolute!important;}
/* End */


/* Start:/bitrix/templates/en-main/template_styles.css?167808982513763*/
html{font-size:12px;height:100%;}
body{min-height:100%;height:100%;padding:0;margin:0;color:#3C3C3C;background:#fff url(/i/bg.gif) 0 0;font-size:12px;text-align:center;background:#fff url(/i/bg_new.gif) 0 0;}
html body * div.clear{background:none;border:0;clear:both;display:block;float:none;list-style:none;margin:0;padding:0;overflow:hidden;visibility:hidden;width:0;height:0;font-size:0;}
INPUT{font-family:Tahoma, Arial, sans-serif;font-size:1em;}
LABEL{font-size:1em;cursor:pointer;}
TD, BODY, DIV, TEXTAREA{font-family:Tahoma, Arial, sans-serif;}
IMG{border:0;}
TD, FORM{padding:0;margin:0;}
TABLE{border-collapse: collapse;}
.cf:after{content: "";display:block;height:0;clear:both;visibility:hidden;width:0;}
.cf{display:inline-block;}
.ww{width:100%;clear:both;}




.top{border-bottom:1px solid #D9D9D9;height:29px;float: right; width: 806px; margin-top: 20px;}
.top .ico{float:left;padding-top:9px;}
.top .ico a{margin-right:3px;}
.top .ico a+a{
  display: none;
}


.top .ico a img{vertical-align: top}


.top .lan{float:right;padding:5px 0 0 0;}
.top .lan a{display:inline-block;height:22px;margin-left:6px;}
.ie6 .top .lan a,.ie6 .button a{width:1%;white-space:nowrap;}
.top .lan img{margin:2px 0 0 0;position:relative;top:2px;}
.top .lan a.active{font-size:11px;color:#666666;text-decoration:none;background:url(/i/lan1.gif) 0 0 no-repeat;cursor:default;}
.ie7 .top .lan a.active,.ie6 .top .lan a.active{position:relative;top:-3px;left:6px;}
.top .lan a.active span{display:block;padding:0 6px 0 4px;height:22px;;background:url(/i/lan2.gif) 100% 0 no-repeat;line-height:10px;}
.top .lan a.active img{margin-right:5px;}

.bar{/*height:134px;*/position:relative;padding-bottom:15px;float:right;width:846px;}




#copy{padding:0 0 0 24px;width:434px;color:#5B5B5B;float:left;}
#copy span{color:#1F1F1F;}
#bnav{width:495px;float:left;padding:0 0 0 7px;overflow:hidden;}
#bnav a{margin-left:7px;margin-right:7px;}
#nav1{width:500px;}
#nav1 a{color:#212121;text-decoration:none;}
#nav1 a:hover{text-decoration:underline;}
#nav2 a,#nav2{color:#282828;}



#left{width:180px;float:left;margin:0 30px 0 0;}



.right_background{
  background: #EBEBEB; padding: 12px;padding-bottom: 2px;
}
#anons  a {text-decoration: none}
#anons  a strong {text-decoration: none}



#way{font-size:11px;border-bottom:1px solid #CECECE;padding:4px 0 12px 0;margin:0 0 12px 0;clear:both;}
#way img{margin:0 7px 0 6px;position:relative;top:-2px;}
.ie8 #content p.cf{padding-top:12px;}

#nav{padding:0;margin:0;list-style:none;}
#nav li{margin:0 0 2px 0;}
.ie6 #nav li{height:1%;}
#nav li li{margin:0;}
#nav li a{color:#3C3C3C;text-decoration:none;padding:9px 13px 10px 12px;display:block;background-color:#E7E7E7;}
#nav li a:hover{text-decoration:underline;}
#nav li.active a,#nav li.active:hover a{background-color:#CECECE;text-decoration:none;cursor:default;}
#nav li a.has{background-image:url(/i/has.gif);background-repeat:no-repeat;background-position:164px 13px;}
#nav ul{display:none;padding:0;margin:0;list-style:none;}
#nav .active ul{display:block;}
#nav li.active li a,#nav li.active:hover li a{background:#fff url(/i/dash.gif) 0 100% repeat-x;cursor:pointer;padding-left:20px;font-size:11px;}
#nav li.active li.last a,#nav li.active:hover li.last a.last{background:none;}
#nav li.active li a:hover,#nav li.active:hover li a:hover{text-decoration:underline;}
#nav li.active li.active a,#nav li.active:hover li.active a:hover{text-decoration:none;cursor:default;color:#5D9D95;}

#content p{font-size:12px;line-height:18px;padding:0 0 18px 0;margin:0;width:100%;overflow:hidden;}

.topic{text-transform:uppercase;color:#fff;padding:4px 0 5px 3px;position:relative;background: #EBEBEB;margin:0 0 6px 0px;color: #2C2A2C;font-size: 14px;}
.topic em{position:absolute;right:13px;top:3px;}
.ie7 .topic em{right:auto;left:204px;width:13px;}
.ie6 .topic em{right:auto;left:197px;width:13px;}
#order{margin:0 0 2px 0;display:inline-block;position:relative;left:5px;width:232px;height:40px;background:url(/i/order.png) 0 0 no-repeat;}
#order:hover{background-position:0 -40px;}
.topic1{background: none; color: #FFFFFF;padding: 0px; background: url(/i/spons_down.png) no-repeat 98% 50%;cursor: pointer; }
.topic2{
 background: url(/i/spons_up.png) no-repeat 98% 50%;
}

.spons_img{
  display: none;
}


.topic_back{background: #9DC7E4;padding: 15px 12px 12px 12px;margin-top: 13px;}

.topic_back img{
  margin-bottom: 13px;

}


.corner{height:1px;line-height:1px;font-size:1px;overflow:hidden;display:block;}
.wblock{margin:6px 0 6px 5px;}

.button{text-align:left; width: 138px;height: 24px; background: url(/i/button_back.gif) repeat-x;margin-left: 0px;}
.topic_back .button a{display:block;;margin-left:6px;text-decoration:none;color:#FFFFFF;background: url(/i/button_strel.gif) no-repeat 120px 50%;width:138px;height:24px;line-height: 24px;}
.button a span{display:block;height:34px;padding:0 28px 0 11px;}
.button a:hover{text-decoration:none;}

.pay_ticket{display: none;width: 168px;height: 30px; background: #88A058; border: 1px solid #7E9550;margin: 0 auto;line-height: 30px; background: #88A058 url(/i/ticket_green.gif) no-repeat 10px 50%; margin-top: 10px;margin-bottom: 10px;}
.pay_ticket a{font-size: 14px;background: url(/i/strel_green.gif) no-repeat 150px 12px;text-align: center;color: #FFFFFF;display: block;height: 100%;width: 100%;text-decoration: none;}

img.im{margin:4px 18px 0 0;}



.tw{font:normal 12px/38px Georgia;color:#DDD4BC;height:39px;text-transform:uppercase;letter-spacing:-0.01em;padding:0 0 0 35px;width:361px;background:#B69130 url(/i/tw.gif) 12px 14px no-repeat;position:absolute;margin:80px 0 0 0;}
#num{color:#fff;font:bold 80px/78px Arial;opacity:0.5;padding:0 0 10px 0;width:100px;position:relative;left:-6px;text-align:center;display:block;letter-spacing:-0.1em;}
.ie #num{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);}



.int{float:left;text-transform:uppercase;color:#3E3A31;padding:6px 0 8px 0;}

#calendar{
    display: inline-block;
    vertical-align: top;
}
#calendar2{   
    display: inline-block;
    padding-left: 5px;
}
#calendar2 input{border:0px none;background: #5d9d95 url(/i/pokazat_en.gif) no-repeat center center;width:60px; height:21px;}
#calendar input{font-family:arial;
background: url(/i/ticket_green2.gif) no-repeat 98% 50%;
outline:none;
}
/* #calendar input{position:absolute;border:0;padding:4px 0 5px 0;width:83px;background:white;opacity:0;cursor:pointer;}  */
/* .ie #calendar input{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);} */


table.exh{width:100%;margin-top:12px;}
.exh span{display:block;position:relative;}
.exh ins a{color:#FFFFFF;font-size:11px;margin-top:7px;background:url(/i/more_new.png) 0 0 no-repeat;padding:0 20px 0 5px;width:72px;height:21px;line-height:20px;display:block;text-decoration:none;}
.exh ins{text-decoration:none;color:#fff;font:18px Tahoma;position:absolute;left:17px;bottom:18px;}

#anons{padding:0 0 6px 0;/*width: 1658px;*/}
.ie7 #anons,.ie6 #anons{}
#anons table{/*width:1658px;*/}
#anons span{position:relative;display:block;width:234px;overflow:hidden}
#anons td{border-right:3px solid #fff;background: #797979;vertical-align:top;width: 234px!important;}
#anons ins{text-decoration:none;color:#fff;font:9px Arial;background:#3E3A31;top:8px;right:0;display:block;padding:3px 7px 2px 8px;position:absolute;text-transform:uppercase;}
#anons strong{display:block;font:bold 15px/16px Arial;color: #9DC7E4;padding:22px 24px 0px 24px;}
#anons em{display:block;font:normal 11px/16px Arial;color:#FFFFFF;padding:0 24px 21px 24px;}
#anons span img {width:316px; height:156px; margin-left: -41px}

.ui-widget-content{border-color:#9A9A9A;background:#FCFCFC;padding:0;}
.ui-datepicker,.ui-widget-content{width:266px;padding-bottom:20px;}
.ui-widget-header{border:0;background:#BD7A3E;margin-bottom:12px;}
.ui-datepicker-div div,.ui-datepicker-div{font:11px Georgia,serif;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {background:none;border:0;font-family:Arial;}
.ui-datepicker-today .ui-state-default,.ui-datepicker-today .ui-state-highlight{background:#626262;color:#fff;font-weight:normal;}
.ui-datepicker table{width:210px;margin-left:30px;}
.ui-datepicker th{font-size:11px;font-weight:normal;font-family:Arial;}
.ui-datepicker-week-end, .ui-datepicker-week-end .ui-state-default{color:#A02D45;}
.ui-datepicker-week-end.ui-datepicker-today .ui-state-default{color:#fff;}
.ui-datepicker .ui-datepicker-title{font-family:Georgia;}
.ui-datepicker-prev,.ui-datepicker-next{text-decoration:none;font-size:18px !important;line-height:14px;}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #aaa;
}

.jScrollIntervalTrack {
	position: absolute;

}

.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
a.jScrollArrowLeft:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
a.jScrollArrowRight:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

#scroll-box{overflow:hidden;width:708px;float:left;padding-bottom:30px;}
		.jScrollPaneTrack{background:url(/i/llbg.gif) 0 0 repeat-x;}
		.jScrollPaneDrag{background:url(/i/drag.gif) 0 0 repeat-x;}
		a.jScrollArrowLeft{background:url(/i/larr.gif) 0 0 no-repeat;height:30px;}
		a.jScrollArrowRight{background:url(/i/rarr.gif) 0 0 no-repeat;height:30px;}

a{outline:none;color:#78ABC6;text-decoration:underline;}
a:hover{text-decoration:none;}
input::-moz-focus-inner{border:0;outline:0}
ul.circleType{padding-left:0;margin:0;}
ul.circleType li{list-style:none none;padding-left:10px;background:url(/i/ul_bull.gif) no-repeat 0 9px;}
.devlink{color:#282828;}


.stat{
position: absolute;
left: -10000px;
top: -10000px;
}



#ui-datepicker-div {
z-index: 10000;
}

embed {
z-index:0;
margin-top: -1px;
}


.news_main { 
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom:25px;
}
h3.news_main__title{
    font-size: 23px;
    font-family: Arial;
    margin: 0 0 13px 0;
    text-transform:lowercase;
}
h3.news_main__title:first-letter{
    text-transform:uppercase;
}

.sq_cont {
    text-align: left;
    margin-top: 14px;
    margin-left:30px;
    cursor: pointer;
    overflow: hidden;
    float: left;
}
.news_sq{
    border-radius:20px;
    width: 8px; 
    height: 8px;
    background: #EEEEEE;
    float: left;
    margin-right: 6px;
}
.news_sq.act{
    background: #A6CDE7
}

.news_main__list{
    height: 58px;
    overflow: hidden;
    text-align: left;
    position:relative;
}
.news_main .news_item:not(:first-child){
    display:none;
}
.news_main .news_item {
    position: absolute;
    top: 0;
    left: 0px;
}

.news_main .news_date{
    color: #9fba6a;
}
.news_main .news_descr, 
.news_main .news_descr a{
    color:#000;
    font-size:15px;
    font-family:Arial;
    text-decoration:none;
}
.news_main .news_descr a:hover{
    text-decoration: underline;
}

.news_main .news_descr{
    margin-bottom:7px;
}



.right_background form{
   padding: 22px 12px 12px 12px;
   background: #FFFFFF;
   border: 1px solid #DEDEDE;
}

.right_background form input[type=text], .right_background form input[type=password]{
  width: 132px;
  height: 29px;
  padding: 0px;
  border: none;
  border-left: 1px solid #8E8E8E;
  border-top: 1px solid #8E8E8E;
  background: #E9E9E9;
}

.right_background form input[type=checkbox]{
  margin: 0px!important;
}




#CDSWIDLOGO img{
  width: 26px!important;
  height: 26px!important;
}

.jScrollPaneContainer{
  height: 290px!important;
}

#anons em, #anons strong{
  font-family: Tahoma!important;
}


#subscribeForm input[type="text"],
#subscribeForm input[type="email"],
#subscribeForm input[type="password"]{
  border: 1px solid #fff;
}

#subscribeForm input[type="text"].error,
#subscribeForm input[type="email"].error,
#subscribeForm input[type="password"].error{
  border: 1px solid red;
}

h3.events-main__title{
    font-size:23px;
    margin-bottom: 25px;
    text-transform:lowercase;
}
h3.events-main__title:first-letter{
    text-transform:uppercase;
}
.events-main__current-day{
    display:inline-block;
    margin-left:5px;
    font-size:16px;
    font-family:Arial;
    color:#9dc7e4;
}
.events-main__toggler{
    width:48px;
    height:48px;
    background:url(/img/icons/calendar.png) center no-repeat;
    float:left;
    cursor:pointer;
    margin-top: -8px;
    margin-left: 8px;
}
.events-main__calendar{
    float: left;
    margin-left: 20px;
    margin-top: 6px;
    white-space: nowrap;
} 
.events-main__toggler.is-active{   display:block;}
.events-main__toggler.is-disable{    display:none;}
.events-main__calendar.is-active{    display:block;} 
.events-main__calendar.is-disable{    display:none;} 

.main-articles__list td img{
    width:calc(100% - 3px);
    height:auto;
}
.main-articles__list td:first-child img{
    float:left;
}
.main-articles__list td:last-child img{
    float:right;
}

.embed--mainslider {
    margin-top:10px;
    width: 100%;
    height: 410px;
    background-color:#ffffff;
}



/* End */
/* /local/css/new.css?170290947723532 */
/* /bitrix/templates/.default/components/bitrix/news.list/slider/style.css?1678089829978 */
/* /bitrix/templates/en-main/components/bitrix/news/index/bitrix/news.list/.default/style.css?1678089825108 */
/* /bitrix/templates/en-main/styles.css?167808982541 */
/* /bitrix/templates/en-main/template_styles.css?167808982513763 */
