

/* Start:/local/css/new.css?172847758023532*/
.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/template_styles.css?176518612825336*/
body {
    background: #fff;
}

h3 {
    float: left;
    margin: 0px;
    font-size: 2rem;
    font-family: Arial;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
#svg-messenger-max {
    max-width: 50%;
    max-height: 50%;
}
.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.wrapper {
    width: 100%;
}

.inner {
    max-width: 1260px;
    min-width: 1000px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-wrapper {
    margin: 0 auto;
    width: 100%;
}

.ie6 .page-wrapper {
    width: 994px;
    width: 100%;
}

.page-innder {
    text-align: left;
    margin: 0 auto;
    width: 960px;
    padding: 0 0 47px 0;
    position: relative;
}

.header {
    margin-top: 20px;
    margin-bottom: 24px;
}

.header__blue {
    background: #1d213e;
}

.logo {
    width: 158px;
    height: 85px;
    display: block;
    background: url(/i/gatchina-logo.png) 0 0 no-repeat;
    margin-top: 10px;
}

.header-left {
    float: left;
}

.header-mailto {
    float: right;
    width: 35px;
    height: 40px;
    box-sizing: border-box;
    padding-top: 0px;
    text-align: right;
}

.header-mailto img {
    display: inline-block;
    margin-top: 8px;
}

.header-mailto img:nth-child(2),
.header-mailto:hover img:nth-child(1) {
    display: none;
}

.header-mailto:hover img:nth-child(2) {
    display: inline-block;
}

.header-search {
    float: right;
    position: relative;
    width: 45px;
    height: 40px;
}

.search-toggle {
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin: 8px auto 0;
}

.search-toggle img:nth-child(2),
.search-toggle:hover img:nth-child(1) {
    display: none;
}

.search-toggle:hover img:nth-child(2) {
    display: block;
}

.header-search form {
    border: 1px solid #d9d9d9;
    border-width: 1px;
    padding: 0;
    margin: 0;
}

.header-search form input[type=text] {
    color: #cacaca;
    border: 0;
    padding: 0;
    outline: none;
    height: 32px;
    width: 200px;
    text-indent: 15px;
    vertical-align: top;
}

.header-search form input[type=submit] {
    color: #666666;
    border: 0;
    padding: 0;
    outline: none;
    height: 32px;
    width: 40px;
    text-indent: 15px;
    background: url(/img/icons/search.svg) center no-repeat;
    vertical-align: top;
    cursor: pointer;
}

.header-language {
    float: right;
    width: 50px;
    height: 40px;
}

.header-language a,
.header-language span {
    display: inline-block;
    height: 22px;
    margin-left: 6px;
    vertical-align: middle;
    color: #cacaca;
    text-decoration: none;
    padding-top: 12px;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 700;
    font-family: Arial;
}

.header-language a:hover {
    color: #687440;
}

.header-language--new {
    position: relative;
    width: 120px;
    height: 29px;
    margin-top: 4px;
    text-align: left;
    padding-left: 17px;
}

.header-language--new span,
.header-language--new a {
    font-size: 1.333rem;
}

.header-language--new a:hover {}

.header-language--new .language-current {
    color: #bc8c0a;
}

.language-toggler {
    position: relative;
    cursor: pointer;
}

.language-toggler .language-text {
    padding: 0;
    margin: 0;
    vertical-align: top;
    line-height: 26px;
    display: inline-block;
    height: 30px;
    font-size: 1.333rem;
}

.language-toggler svg {
    width: 9px;
    height: 26px;
    fill: #cacaca;
    stroke: #cacaca;
    position: absolute;
    top: -5px;
    left: 52px;
    position: static;
    display: inline-block;
    margin-left: 2px;
}

.language-toggler svg polygon {
    fill: #fff;
    stroke: #fff;
}

.language-list {
    position: absolute;
    right: 20px;
    top: 25px;
    display: none;
}

.header-language--new:hover .language-list {
    display: block;
    background-color: #073655;
    z-index: 2;
    padding: 10px;
    min-width: 120px;
}

.language-list a,
.language-list span {
    display: block;
    height: auto;
    padding: 0;
    margin: 2px 0 2px;
    text-align: center;
    line-height: 1.5;
}

.menu-top {
    float: right;
    clear: right;
    margin-bottom: -3px;
    margin-top: 41px;
    width: calc(100% - 160px);
    display: table;
    table-layout: fixed;
}

.menu-top ul {
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    display: block;
    text-align: right;
}

.menu-top li {
    display: inline-block;
    padding: 0 12px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding: 0;
    margin-left: 5%;
}

.menu-top li:first-child {
    margin-left: 0;
}

.menu-top li:not(.active):last-child {
    margin-right: -8px;
}

@media (max-width: 1240px) {
    .menu-top li {
        margin-left: 4%;
    }
}

@media (max-width: 1150px) {
    .menu-top li {
        margin-left: 3%;
    }
}

@media (max-width: 1080px) {
    .menu-top li {
        margin-left: 2%;
    }
}


/*.menu-top  li:last-child{
    padding:0 0 0 24px;
    text-align: right;
    margin-right:-11px;
}*/

.menu-top li:after {
    /* content:"";
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #C3C3C3;
    position: relative;
    top: 1px;
    left: 12px;
    
    position:absolute;
    left:100%; */
}

.menu-top li:last-child:after {
    width: 0;
}

.menu-top a {
    font-family: Arial;
    white-space: nowrap;
    color: #3E3A31;
    font-size: 1.25rem;
    padding: 3px 8px 3px 7px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.menu-top a:hover,
.menu-top a.active {
    text-decoration: none;
    background: #E0E0E0;
}

.header-right-line {
    padding-top: 1px;
    width: 100%;
    background: #D9D9D9;
    clear: right;
}

.header-right__top {
    padding-left: 159px;
}

.header__blue .logo-text {
    width: 150px;
    height: 76px;
    display: block;
    background: url(/bitrix/templates/.default/img/logo-text.png) 0 0 no-repeat;
}

.header__blue .logo {
    width: 200px;
    height: 85px;
    display: block;
    background: url(/bitrix/templates/.default/img/logo.png) 0 0 no-repeat;
}

.header__blue .header-left {
    height: 168px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header__blue .header__logo-text {
    margin-top: 92px;
}

.header__blue .header__logo {
    margin: 32px auto 20px;
}

.header__blue .header-search {
    float: right;
    width: 195px;
    height: 25px;
    background: rgba(255, 255, 255, 0.1);
    margin-top: -45px;
}

.header__blue .header-search input {
    font-size: 0.9167rem;
    border: 0;
    outline: 0;
    background: transparent;
    height: 22px;
    padding: 0;
    margin: 0;
}

.header__blue .header-search input[type=text] {
    width: 160px;
    color: #8085a5;
    text-indent: 15px;
    vertical-align: top;
}

.header__blue .header-search input[type=submit] {
    cursor: pointer;
    height: 25px;
    width: 30px;
    background: url(/bitrix/templates/.default/img/search-arrow.png) center no-repeat;
    display: inline-block;
}

.header__blue .menu-top {
    float: left;
    margin-bottom: 10px;
}

.header__blue .menu-top li {
    display: inline-block;
    padding: 0 24px;
    text-align: center;
    vertical-align: middle;
}

.header__blue .menu-top li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #c4c4c4;
    position: relative;
    top: 1px;
    left: 24px;
}

.header__blue .menu-top li:last-child:after {
    width: 0;
}

.header__blue .menu-top a {
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
}

.header__blue .menu-top a:hover {
    text-decoration: underline;
}

.header__blue .header-language {
    float: right;
    margin-top: 9px;
    margin-bottom: 6px;
}

.header__blue .header-language a {
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
}

.header__blue .header-language .active {
    border: 1px solid #343852;
}

.header__blue .header-language img {
    display: inline-block;
    position: relative;
    top: 1px;
}

.header__blue .header-language .active img {
    margin-right: 5px;
}

.page-menu-inner {
    font-size: 0;
}

.page-menu-inner a {
    width: calc(100% / 4);
    text-decoration: none;
    display: inline-block;
    font: 1.17rem Arial;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 0px 13px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-menu-top .v0 {
    background-color: #6e9bb9;
}

.page-menu-top .v1 {
    background-color: #5c839f;
}

.page-menu-top .v2 {
    background-color: #7bb6d9;
}

.page-menu-top td {
    position: relative;
}

.page-menu-top a:hover:not(.page-menu-top__thumb),
.page-menu-top a.active:not(.page-menu-top__thumb) {
    text-decoration: none;
    padding: 14px 0px 14px 0;
    margin-top: -1px;
    margin-bottom: -1px;
}

a.page-menu-top__thumb {
    padding-top: 0;
    padding-bottom: 12%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
    margin-bottom: 15px;
}

.inner-page {
    margin-top: 20px;
}

.index>.content-inner {
    margin: 15px 0 35px;
}

.index .content {
    width: 74%;
    float: left;
}

.content-container {
    background: url("/i/dotted_new.gif") repeat-y scroll 75% 0 transparent;
}

.content-center {
    font-size: 1.25rem;
    padding-top: 0;
}

.index-events-preview {
    width: 100%;
    overflow: hidden;
}

.index-events-preview>div {
    float: left;
    width: 33%;
    height: 345px;
    margin-right: .5%;
    overflow: hidden;
    background: #797979;
    font-family: Tahoma;
    text-align: left;
}

.index-events-preview>div:nth-child(3) {
    margin-right: 0;
}

.index-events-preview>div .index-event-img-wrap {
    display: block;
    width: 100%;
    height: 170px;
    background-size: auto 170px;
    background-size: cover;
    background-position: top center;
}

.index-events-preview>div em {
    display: block;
    font: normal 1.17rem/1.5rem Arial;
    color: #FFFFFF;
    padding: 0 24px 21px 24px;
}

.index-events-preview>div a {
    text-decoration: none;
}

.index-events-preview>div strong {
    display: block;
    font: bold 1.3rem/1.3rem Arial;
    color: #9DC7E4;
    padding: 22px 24px 0px 24px;
}

.index-page-banners {
    list-style-type: none;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 0;
    margin-top: 12px;
}

.index-page-banners>li {
    display: inline-block;
    overflow: hidden;
    width: 33.2%;
    margin-right: .2%;
    position: relative;
}

.index-page-banners>li:nth-child(3) {
    margin-right: 0%;
}

.index-page-banners>li img {
    display: block;
    width: 100%;
}

.index-page-banners>li span {
    position: absolute;
    left: 17px;
    bottom: 18px;
    color: #FFFFFF;
    font-size: 0.9167rem;
    background: url(/i/more_new.png) 0 0 no-repeat;
    padding: 0 0 1px 9px;
    width: 86px;
    height: 21px;
    line-height: 1.667rem;
    display: block;
    text-decoration: none;
    text-align: left;
}

.footer {
    margin-top: 60px;
}

.footer-bottom {
    background: url(/i/dotted_horizontal.gif) top repeat-x;
    clear: both;
    padding: 1px 0 20px;
    text-align: left;
    color: #878787;
}

.footer-left {
    width: 70%;
    float: left;
    text-align: left;
    padding-bottom: 1px;
    margin-bottom: 45px;
}

.footer-right {
    width: 28%;
    float: right;
    text-align: left;
    box-sizing: border-box;
    padding-left: 10px;
    padding-bottom: 1px;
}

.footer-copy {
    float: left;
    box-sizing: border-box;
    min-width: 330px;
    width: 54%;
    padding-left: 7px;
    font-size: 1.167rem;
    line-height: 1.5rem;
    color: #000;
    font-family: Arial;
    margin-top: 5px;
}

.footer-copyright__title {
    margin-bottom: 0;
}

.footer-copyright__description {
    margin-top: 0;
    color: #bebebe;
}

.footer-copyright__description a,
.footer-copyright__links a {
    color: #bebebe;
}

.footer-menu-1,
.footer-menu-2 {
    float: left;
    width: 22%;
    box-sizing: border-box;
}

.footer-menu-1 {
    padding-right: 35px;
}

.footer-menu-1 a,
.footer-menu-2 a {
    display: block;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 6px 0 6px;
}

.footer-menu-1 a:last-child,
.footer-menu-2 a:last-child {
    border-bottom: 1px solid transparent;
}

.footer-menu-1 a:hover,
.footer-menu-2 a:hover {
    color: #9fba6a;
}

.footer-menu-2 a {
    color: #6d6d6d;
}

.footer-menu-1 a {
    margin-right: 14px;
    text-decoration: none;
}

.footer-menu-1 a:hover {
    text-decoration: none;
}

.footer__heading {
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    padding-left: 4px;
    margin-bottom: 15px;
}

.footer__social {
    box-sizing: border-box;
    /* max-width: 185px; */
}

.footer__social .social__icon {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 5px;
}

.sidebar-right {
    font-family: Arial;
    text-align: left;
    width: 24%;
    float: right;
    box-sizing: border-box;
    padding-left: 12px;
}

.HIDE-sidebar-right .sidebar-right {
    display: none;
}

.HIDE-sidebar-right .content {
    width: 100%;
}

.HIDE-sidebar-right .content-container {
    background: none;
}

.sidebar-right a {
    color: #9fba6a;
}

.sidebar-right__title {
    font-size: 1.917rem;
    margin-bottom: 16px;
    margin-top: 7px;
    float: none;
}

.sidebar-right h4 {
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 17px;
    margin-bottom: 2px;
}

.sidebar-right p {
    font-size: 1.167rem;
    line-height: 1.4;
    font-family: Arial;
    margin: 0;
}

.sidebar-right ul {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}

.sidebar-right li {
    margin-bottom: 4px;
}

.sidebar-right ul p {
    font-size: 1.167rem;
    margin: 0;
    font-family: Arial;
}

.sidebar-right ul p:first-child {
    color: #424242;
    font-weight: bold;
    font-size: 1.083rem;
}

a.order_tickets {
    display: block;
    width: 100%;
    height: 53px;
    line-height: 53px;
    box-sizing: border-box;
    padding-left: 20px;
    background: #9fba6a url(/img/icons/arrow-right-white.svg) 90% center no-repeat;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.167rem;
    font-weight: bold;
    font-family: Arial;
}

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

a.order_tickets2 {
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 53px;
    line-height: 53px;
    box-sizing: border-box;
    padding-left: 20px;
    background: #073655;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.167rem;
    font-weight: bold;
    font-family: Arial;
}

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

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) 90% center no-repeat;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.167rem;
    font-weight: bold;
    font-family: Arial;
}
.order_tickets_3.support-link-new {
    text-align: left;
    margin-top: -20px;
    margin-bottom: 30px;
}

.buyTAS {
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 53px;
    line-height: 53px;
    box-sizing: border-box;
    padding-left: 20px;
    background: #073655;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.167rem;
    font-weight: bold;
    font-family: Arial;
}

.gblock {
    border: 1px solid #DEDEDE;
    margin: 6px 0 6px 0px;
    background: #FFFFFF;
    line-height: 1.5;
    font-size: 1.083rem;
    color: #3C3C3C;
    padding: 5px;
}

.gblock strong {
    font-size: 1.083rem;
    line-height: 1.5;
    display: block;
}

.gblock a {
    color: #9FBA6A;
}

.gblock.blue {
    background: rgb(157, 199, 228);
}

.gblock.green {
    background: #9fba6a;
    border: none;
}

.gblock form {
    border: 0;
    padding: 0;
    background: none;
}

.gblock form input[type=text],
.gblock form input[type=email] {
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 8px 10px;
    background: #fff;
}

.gblock form input[type=submit],
.gblock form button {
    display: block;
    width: 100%;
    padding: 11px 11px;
    border: 0;
    outline: none;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    background: url(/img/icons/arrow-right-white.svg) no-repeat 94% 50%;
    background-size: 12px;
    cursor: pointer;
}

.gblock form input[type=submit]:hover,
.gblock form button:hover {
    color: #dedede;
    background-image: url(/img/icons/arrow-right-grey.svg);
}

.topic-nbg {
    text-transform: uppercase;
    padding: 14px 0 5px 3px;
    position: relative;
    margin: 0 0 6px 0px;
    color: #2C2A2C;
    font-size: 1.167rem;
}

.gblock .msg {
    color: #fff;
    font-size: 1rem;
    line-height: 120%;
}

.sidebar__social {
    font-size: 0;
}

.sidebar__social img {
    display: inline-block;
    width: calc(100% / 7 - 4px);
    margin: 5px 0 0 4.666px;
}

.sidebar__social a:first-child img {
    margin-left: 0;
}

.js-toggle-me__search.is-disable {
    display: none;
}

.js-toggle-me__search.is-active {
    display: block;
    position: absolute;
    left: -198px;
    top: 2px;
    background: #fff;
}

.subscribe-form-wrapper {
    margin-top: 10px;
}

.main-slider {
    position: relative;
    padding-bottom: 10px;
    margin-top: 10px;
}

.main-slider__content {
    position: absolute;
    width: 100%!important;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0!important;
    background: none!important;
}

.main-slider__text {
    background: rgba(57, 57, 57, 0.9);
    width: 43%;
    min-width: 400px;
    box-sizing: border-box;
    height: auto;
    max-height: 330px;
    margin: 40px 0;
    float: left;
    padding: 40px 40px 30px 30px;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

.main-slider__text>a {
    display: block;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #bcda76;
    font-weight: bold;
    font-family: Arial;
    text-decoration: none;
    margin-bottom: 14px;
}

.main-slider__text>div {
    margin-bottom: 20px;
}

.main-slider__text>div>a {
    color: #b2b2b2;
    font-size: 1.333rem;
    font-family: Arial;
    text-decoration: none;
    line-height: 1.667rem;
}

.main-slider__text div+span {
    display: block;
    color: #fff;
    font-size: 1.25rem;
    font-family: Arial;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
}

.main-slider__bg {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.main-slider__nav {
    position: absolute;
    right: 2px;
    top: 317px;
    display: block;
    height: 24px;
    margin: 0;
    padding: 11px 0 0 5px;
}

.main-slider__nav a {
    display: block;
    height: 50px;
    width: 50px;
    float: left;
    text-decoration: none;
}

.main-slider__nav .bull {
    DISPLAY: NONE;
    width: 13px;
    background: url(/i/bull.png) 0 0 no-repeat;
    height: 13px;
    margin-top: 1px;
}

.main-slider__nav .active {
    background-position: 0 -13px;
}

.main-slider__prev {
    height: 50px;
    width: 50px;
    background: #fff url(/img/icons/arrow-left.svg) center no-repeat;
    margin-right: 1px;
}

.main-slider__next {
    height: 50px;
    width: 50px;
    background: #fff url(/img/icons/arrow-right.svg) center no-repeat;
    margin-left: 1px;
}

.main-slider__prev:hover {
    background-image: url(/img/icons/arrow-left-hover.svg);
}

.main-slider__next:hover {
    background-image: url(/img/icons/arrow-right-hover.svg);
}

.social__icon {
    display: block;
    width: 3.3rem;
    height: 3.3rem;
    border: 2px solid #858585;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
}

.social__icon:hover {
    border: 2px solid #9fba6a;
}

.social__icon svg,
.social__icon img {
    max-width: 35%;
    max-height: 35%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.social__icon.vk svg,
.social__icon.vk img {
    max-width: 34%;
    max-height: 34%;
}

.social__icon.fb svg,
.social__icon.fb img {
    max-width: 40%;
    max-height: 40%;
}

.social__icon.yt svg,
.social__icon.yt img {
    max-width: 50%;
    max-height: 50%;
}

.social__icon.twit svg,
.social__icon.twit img {
    max-width: 44%;
    max-height: 44%;
}

.social__icon.inst svg,
.social__icon.inst img {
    max-width: 50%;
    max-height: 50%;
}

.social__icon.lj svg,
.social__icon.lj img {
    max-width: 52%;
    max-height: 52%;
}

.social__icon.trip svg,
.social__icon.trip img {
    max-width: 53%;
    max-height: 53%;
}

.social__icon.tik svg,
.social__icon.tik img {
    max-width: 42%;
    max-height: 42%;
}

.subscribe-form-wrapper input,
.subscribe-form-wrapper textarea,
#subscribeForm input[type="text"],
#subscribeForm input[type="email"],
#subscribeForm input[type="password"] {
    border: 4px solid #9fba6a;
    width: 100%;
    margin-bottom: -4px;
    height: 37px;
    padding-left: 9px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    outline: none;
}

.subscribe-form-wrapper textarea {
    height: 74px;
}

#subscribeForm input[type="text"].error,
#subscribeForm input[type="email"].error,
#subscribeForm input[type="password"].error {
    box-shadow: inset 0px 0px 0px 1px red;
}

.btn.btn__subscribe {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    background: #9fba6a url(/img/icons/arrow-right-white.svg) 90% center no-repeat;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.167rem;
    font-weight: bold;
    font-family: Arial;
    border: 0;
    box-sizing: border-box;
    text-align: left;
    padding-left: 13px;
    margin-top: 4px;
    position: relative;
    z-index: 2;
    outline: none;
    cursor: pointer;
}

.btn.btn__subscribe:hover {
    background-color: #94a55c;
}

.subscribe-form-wrapper .msg {
    color: red;
}

.subscribe-form-wrapper .msg.good {
    color: #687440;
    border: 1px solid #9fba6a;
    text-align: center;
    padding: 0px 10px 14px;
}

.content-bg>img,
.content-bg>p>img,
.content-bg>font>img {
    width: 100%;
    height: auto;
}

ul.right-block-list--no-top-margin {
    margin-top: 0;
}

.feedback-btn {
    display: inline-block;
    float: right;
    margin-top: -54px;
}

.feedback-btn h1 {
    margin: 0px;
    padding: 0px 40px;
    height: 35px;
    line-height: 35px;
    background: #9fba6a;
    text-align: center;
    color: #fff;
}

.feedback-btn h1:hover {
    background-color: #94a55c;
}

.feedback-btn h1 a,
.feedback-btn h1 a.act {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.167rem;
    color: #fff;
    text-decoration: none;
    background: none;
    font-weight: normal;
    text-transform: uppercase;
}

.header--new {
    margin-top: 0;
    margin-bottom: 0;
}

.header--new .header-contain {
    background-color: #073655;
}

.logo-text--new-ru {
    width: 723px;
    height: 172px;
    width: 265px;
    height: 63px;
    display: block;
    background: url(/i/gatchina-logo-ru.png) 0 0 no-repeat;
    background-size: contain;
    margin-left: 84px;
    margin-top: 13px;
    margin-bottom: 25px;
}

.logo-text--new-en {
    width: 723px;
    height: 172px;
    width: 265px;
    height: 63px;
    display: block;
    background: url(/i/gatchina-logo-en.png) 0 0 no-repeat;
    background-size: contain;
    margin-left: 84px;
    margin-top: 13px;
    margin-bottom: 25px;
}

.logo-text--new-fr {
    width: 723px;
    height: 172px;
    width: 265px;
    height: 63px;
    display: block;
    background: url(/i/gatchina-logo-fr.png) 0 0 no-repeat;
    background-size: contain;
    margin-left: 84px;
    margin-top: 13px;
    margin-bottom: 25px;
}

.header--new .header-right__top {
    margin: 33px 70px 0 0;
}

.header--new .header-right__bottom {
    background: #fff;
    clear: both;
    height: 44px;
}

.header--new .menu-top {
    margin-bottom: 0;
    margin-top: 14px;
    width: 100%;
}

.header--new .menu-top ul {
    text-align: center;
}

.page-menu-top--new .v0 {
    background-color: #6c9cbc;
}

.page-menu-top--new .v1 {
    background-color: #193758;
}

.page-menu-top--new .v2 {
    background-color: #497396;
}

.page-menu-top--new .v3 {
    background-color: #6c9cbc;
}

.page-menu-top--new a.dvorecmenu__item {
    width: calc(100% / 4);
}

@media screen and (max-width: 999px) {
    .page-menu-top--new a.dvorecmenu__item {
        width: 100%;
    }
}
.nacproj {
    position: absolute;
    margin-top: 95px;
    margin-left: 200px;
}
.nacproj img {
    max-height: 180px;
}

.footer-left{
    display: flex;
    justify-content: space-around;
}
.nacproj {
    position: inherit;
    margin-top: 0; 
    margin-left: 0; 
}

/* End */


/* Start:/bitrix/templates/.default/OwlCarousel2-2.3.4/owl.carousel.min.css?17284774223351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/.default/OwlCarousel2-2.3.4/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/.default/OwlCarousel2-2.3.4/owl.theme.default.min.css?17284774221013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/sourse/jquery-ui.css?172847758431547*/
/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Georgia, serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
/* .ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(/sourse/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; } */
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(/sourse/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff;  }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { text-align:center;font-size:11px;font-family:Georgia; color: #424242; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }


/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(/sourse/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(/sourse/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/sourse/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/sourse/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/sourse/images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/sourse/images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { }
.ui-state-active .ui-icon {background-image: url(/sourse/images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/sourse/images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/sourse/images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(/sourse/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(/sourse/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Selectable
----------------------------------*/
.ui-selectable-helper { border:1px dotted black }
/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a { zoom: 1; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url('/sourse/images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	

}
/* Button
----------------------------------*/

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */





/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle {border:none!important;}
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:6px 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
/* End */


/* Start:/sourse/vision.css?17284775846411*/
.vision-link {
    float: right;
    margin: 2px 8px 0 0;
}

.head .rBlock a {
    margin-left: 15px;
}

.browsers {
    margin-top: 18px;
    border: 2px solid #E7EAEF;
}

.browsers .browsers_choice {
    padding: 0 15px 15px;
}

.browsers h2 {
    font-size: 1.571rem !important;
    line-height: 1.714rem !important;
    margin: 10px 10px 20px 0;
    padding: 0;
}

.browsers ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.browsers ul li {
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;
    float: left;
    width: 19.99%;
    list-style-type: none;
    margin: 0;
    padding: 70px 0 0;
    text-align: center;
}

.browsers label {
    display: block;
    width: 100%;
    height: 100%;
}

.browsers li.ie {
    background-image: url('/sourse/../img/icons/ie.png');
}

.browsers li.mf {
    background-image: url('/sourse/../img/icons/ff.png');
}

.browsers li.gc {
    background-image: url('/sourse/../img/icons/chrome.png');
}

.browsers li.o {
    background-image: url('/sourse/../img/icons/opera.png');
}

.browsers li.s {
    background-image: url('/sourse/../img/icons/safari.png');
}

.browsers .box {
    display: none;
}

.browsers .box.current {
    display: block;
}

.browsers table {
    width: 100%;
    border-collapse: separate;
    border: none;
    border-spacing: 0;
    background-color: transparent;
    margin-bottom: 18px;
}

.browsers table tbody:first-child tr:first-child td {
    border-top: 0;
}

.browsers table th,
.browsers table td {
    font-weight: normal;
    padding: 8px 18px 0 18px;
    border: none;
}

.browsers table th {
    padding-bottom: 8px;
    background: #E7EAEF;
    color: #292929;
}

.browsers table th.l {
    border-right: 1px solid #CBD1DB;
    width: 67%;
}

.browsers table th.r {
    border-left: 1px solid #FFFFFF;
    text-align: center;
    width: 33%;
}

.browsers span {
    display: inline-block;
    border: 1px solid #c0c0c0;
    background: #EDF1F0 url('/sourse/../img/icons/btn2.gif') 0 100% repeat-x;
    padding: 0 10px;
    min-width: 21px;
    text-align: center;
}

.vision_settings {
    background: #E7EAEF;
    color: #2E2F2F;
}

.vision_settings div {
    border-bottom: 1px solid #CBD1DB;
    border-top: 1px solid #FFFFFF;
}

.vision_settings ul {
    list-style: none outside none;
    padding-left: 20px;
    margin: 18px 0;
}

.vision_settings ul li {
    margin-bottom: 24px;
    padding: 0;
}

.vision_settings ul li:last-of-type {
    margin-bottom: 0;
}

.vision_settings ul b {
    font-size: 1.143rem !important;
}

.vision_settings ul li input[type="radio"] {
    cursor: pointer;
}

.vision_settings ul li div,
.vision_settings ul li label {
    margin-left: 12px;
}

.vision_settings .s1 {
    font-size: 14px;
}

.vision_settings .s2 {
    font-size: 16px;
}

.vision_settings .s3 {
    font-size: 18px;
}

.vision_settings ul li div.white {
    background: #FFFFFF;
    border: 1px solid #9A9A9A;
    color: #292929;
}

.vision_settings ul li div.white,
.vision_settings ul li div.black {
    display: inline-block;
    width: 80px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    zoom: 1;
}

.vision_settings ul li div.black {
    background: #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
}

.vision_settings .kern_large {
    letter-spacing: 1px;
}

.vision_settings .kern_huge {
    letter-spacing: 2px;
}

.vision_settings li {
    background: none;
}

.browsers-container {
    padding: 0 20px;
}

html.large_fs {
    font-size: 16px;
}

html.huge_fs {
    font-size: 18px;
}

html.black_bg body {
    color: #fff;
    background: #000;
}

.black_bg .vision_settings div {
    border-top: 1px solid #393a3c;
    background: #393A3C;
}

.black_bg .browsers span {
    background: none;
}

.large_fs .header--new .header-right__bottom,
.huge_fs .header--new .header-right__bottom {
    height: auto;
}

html.black_bg body {
    color: #fff;
    background: #000;
}


.black_bg .left-menu>ul>li>a,
.black_bg .left-menu>ul>div>li>a,
.black_bg .left-menu>ul>.active ul,
.black_bg .left-menu>ul>div>.active ul,
.black_bg .header--new .header-right__bottom,
.black_bg .menu-top a:hover,
.black_bg .menu-top a.active {
    background: #000;
}

.black_bg .social__icon svg path {
    fill: #fff;
}

.kern_large {
    letter-spacing: 1px;
}

.kern_huge {
    letter-spacing: 2px;
}

.page-menu-inner {
    letter-spacing: 0 !important;
}

.large_fs .menu-top a,
.kern_large .menu-top a,
.kern_huge .menu-top a {
    display: inline-block;
}

.large_fs .menu-top li {
    margin-left: 3%;
}

.large_fs #event div {
    height: auto !important;
}

.large_fs #event {
    height: 33px !important;
}

.large_fs .menu-top,
.huge_fs .menu-top {
    margin-bottom: 14px;
}

.large_fs .news_main__list {
    height: 120px;
}

.huge_fs .news_main__list {
    height: 165px;
}

.huge_fs .menu-top li {
    margin-left: 2%;
}

.huge_fs .main-slider__text>a {
    font-size: 1.85rem;
}

.huge_fs.kern_huge .menu-top li {
    margin-left: 1%;
}

.huge_fs .index-events-preview>div .index-event-img-wrap {
    height: 170px;
}

.huge_fs .index-events-preview>div {
    height: 450px;
}

.large_fs .index-events-preview>div {
    height: 395px;
}

.large_fs .header-language a,
.huge_fs .header-language a {
    padding-top: 9px;
    margin-left: 13px;
}

.black_bg .content-center--bordered,
.black_bg .content-center--bordered a,
.black_bg .left-menu>ul>.active ul>li>a:hover,
.black_bg .left-menu>ul>.active ul>.active>a,
.carusel h3 {
    color: #000 !important;
}


.black_bg a,
.black_bg .bottom .block1 .item a,
.black_bg .bottom .block2 a,
.black_bg .vision_settings,
.black_bg .bottom .block3,
.black_bg .head .rBlock a,
.black_bg .head .tMenu a,
.black_bg ol li,
.black_bg ol li span,
.black_bg .right_menu .item1 a,
.black_bg .right_menu .phone .txt strong.orange,
.black_bg .b-search-results .item a,
.black_bg .b-sitemap td a,
.black_bg .filter .txt,
.black_bg .tarif .caregory a,
.black_bg .documents .documentsList table a,
.black_bg .useful_links ul li a,
.black_bg .mainBlock .item a,
.black_bg .date,
.black_bg .mainBlock .item em,
.black_bg .press .newsList li a,
.black_bg .bottom .block3 a,
.black_bg .request .form,
.black_bg .request .form .errorlist.right,
.black_bg .b-search-form,
.black_bg .tarif .catalog a,
.black_bg .sidebar-right ul p:first-child,
.black_bg .news-date-time,
.black_bg .collect_descr a {
    color: #fff !important;
}
/* End */


/* Start:/sourse/prettyPhoto/css/prettyPhoto.css?172847758419888*/
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(/sourse/prettyPhoto/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
/* End */


/* Start:/css/pop.css?1728477477964*/
.pop-info{
	display:block;
	position:fixed;
	color:#4e4e4e;
	left:50%;
	top:40%;
	width:400px;
	padding:30px;
	margin-left:-231px;
	background:#fff;
	border:1px solid #dedede;
	text-align:center;
	-moz-box-shadow: 0 10px 50px 0 rgba(0,0,0,0.18);
	-webkit-box-shadow: 0 10px 50px 0 rgba(0,0,0,0.18);
	box-shadow: 0 10px 50px 0 rgba(0,0,0,0.18);
	z-index:999;
}
.pop-info.hide{
	display:none;
}
.pop-info p{
	font-size:16px;
	line-height:24px;
	margin:0;
	padding:0;
}
.pop-info .req-form{
	background:#fff;
	padding:0;
}
.pop-info .req-form .form-req{
	margin:40px 0 0 0;
	text-align:left;
}
.pop-info .req-form .form-req label{
	color:#969696;
	font-size:13px;
}
.pop-info .close{
	position:absolute;
	width:15px;
	height:15px;
	right:15px;
	top:15px;
	font-size:20px;
	line-height:0;
	cursor:pointer;
	color:#000;
	text-decoration:none;
}
.pop-info .close:hover{
	opacity:1;
}
.pop-info .socSeti{
	margin:10px 0;
	padding:0;
}
.pop-info .socSeti a{
	float:none;
}
/* End */


/* Start:/bitrix/templates/gatchina-main/components/bitrix/news.list/slider_new/style.css?17284774202083*/
.slider-top {
    padding-bottom: 10px;
}
.slider-top .slide {
    height: 390px;
    background-size: cover;
    background-position: top;
}
.slider-top .owl-dots {
    display: none;
}
.slider-top .slider_text_container {
    background: rgba(57, 57, 57, 0.9);
    width: 43%;
    min-width: 400px;
    box-sizing: border-box;
    height: auto;
    max-height: 330px;
    margin: 40px 0;
    float: left;
    padding: 40px 40px 30px 30px;
    vertical-align: middle;
    text-align: left;
    position: relative;
    text-decoration: none;
}
.slider-top .slider_title {
    display: block;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #bcda76;
    font-weight: bold;
    font-family: Arial;
    text-decoration: none;
    margin-bottom: 14px;
}
.slider-top .slider_text {
    color: #b2b2b2;
    font-size: 1.333rem;
    font-family: Arial;
    text-decoration: none;
    line-height: 1.667rem;
}

.slider-top .owl-nav {
    position: absolute;
    right: 2px;
    top: 317px;
    display: block;
    height: 24px;
    margin: 0;
    padding: 11px 0 0 5px;
}

.slider-top .owl-nav button {
    display: block;
    height: 50px;
    width: 50px;
    float: left;
    text-decoration: none;
}
.slider-top .owl-nav button span {
    display: none;
}

.slider-top .owl-nav .owl-prev {
    background: #fff url(/img/icons/arrow-left.svg) center no-repeat !important;
    margin-right: 1px;
}
.slider-top .owl-nav .owl-next {
    background: #fff url(/img/icons/arrow-right.svg) center no-repeat !important;
    margin-left: 1px;
}
@media screen and (min-width: 1000px) {
    .slider-top {
        margin-top: 10px;
    }
}
@media screen and (max-width: 999px) {
    .page-menu-top.page-menu-top--new#tm {
        top: calc(60px + 390px) !important;
    }
    .slider-top {
        margin-bottom: 160px;
        margin-top: 60px;
    }
    .slider-top .slider_text_container {
        min-width: auto;
        width: 100%;
        height: 100%;
        max-height: 390px;
        margin: 0;
        padding-bottom: 50px;
        background: rgba(57, 57, 57, 0.6);
    }
}

/* End */


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

/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?17284774752729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/bitrix/templates/gatchina-main/styles.css?1728477420197*/
body .stat{position: absolute!important;}
.footer-left{
    display: flex;
    justify-content: space-around;
}
.nacproj {
    position: inherit;
    margin-top: 0; 
    margin-left: 0; 
}
/* End */


/* Start:/bitrix/templates/gatchina-main/template_styles.css?172847742017603*/
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: 1rem;
    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: 0.9167rem;
    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: 0.8333rem;
}

.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: 0.9167rem;
    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: 1rem;
    line-height: 1.5rem;
    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: 1.167rem;
}

.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: 2rem;
}

.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: 2.5rem;
    background: #88A058 url(/i/ticket_green.gif) no-repeat 10px 50%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pay_ticket a {
    font-size: 1.167rem;
    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_new.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: 0.9167rem;
    margin-top: 0.6rem;
    background: url(/i/more_new.png) 0 0 /cover no-repeat;
    padding: 0 1.67rem 0 0.4rem;
    width: 6rem;
    height: 1.75rem;
    line-height: 1.667rem;
    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: 0.9167rem;
    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: 1.5rem !important;
    line-height: 1.167rem;
}

.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: 8px;
}

h3.news_main__title {
    font-size: 1.917rem;
    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: 1.25rem;
    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: 1.917rem;
    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: 1.333rem;
    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;
}

.footer__social.popup__socseti{
    max-width: 100%;
}


.order_tickets_3.order_tickets_3__mobile {
    display: none;
}
@media screen and (max-width: 999px) {
    .order_tickets_3.order_tickets_3__mobile {
        display: block;
        margin-bottom: 15px;
        text-align: left;
        position: relative;
    }
    .order_tickets_3.order_tickets_3__mobile:after {
        content: '';
        display: block;
        position: absolute;
        width: 15px;
        height: 15px;
        background: #073655 url(/img/icons/arrow-right-white.svg) 90% center no-repeat;
        bottom: calc(50% - 7px);
        right: 36px;
    }
    .order_tickets_3.order_tickets_3__mobile+.order_tickets.buy-link-new {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 399px) {
    .order_tickets_3.order_tickets_3__mobile:after {
        right: 9%;
    }
}


.main-slider__bg table tbody {
    vertical-align: top;
}

@media screen and (max-width: 999px) {
    .inner .main-slider {
        margin-bottom: 160px;
    }
}
.texcol{
    text-align: left !important;
    margin-top: 5px !important;
    color: #a6a6a6 !important;
    font-size: 13px !important;
    margin-left: 20px !important;
}
/* End */
/* /local/css/new.css?172847758023532 */
/* /bitrix/templates/.default/template_styles.css?176518612825336 */
/* /bitrix/templates/.default/OwlCarousel2-2.3.4/owl.carousel.min.css?17284774223351 */
/* /bitrix/templates/.default/OwlCarousel2-2.3.4/owl.theme.default.min.css?17284774221013 */
/* /sourse/jquery-ui.css?172847758431547 */
/* /sourse/vision.css?17284775846411 */
/* /sourse/prettyPhoto/css/prettyPhoto.css?172847758419888 */
/* /css/pop.css?1728477477964 */
/* /bitrix/templates/gatchina-main/components/bitrix/news.list/slider_new/style.css?17284774202083 */
/* /bitrix/templates/gatchina-main/components/bitrix/news/index/bitrix/news.list/.default/style.css?1728477420108 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17284774752729 */
/* /bitrix/templates/gatchina-main/styles.css?1728477420197 */
/* /bitrix/templates/gatchina-main/template_styles.css?172847742017603 */
