/* Шрифты */
@font-face {
    font-family: 'YS Text';
    font-style: normal;
    font-weight: 400;
    src: local('YS Text'),
        url(../fonts/YS-Text-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'YS Text Medium';
    font-style: normal;
    font-weight: 400;
    src: local('YS Text Medium'),
        url(../fonts/YS-Text-Medium.ttf) format('truetype');
}


/* Общее */
html {
    perspective: none !important;
    -webkit-perspective: none !important;
}

body {
    font: 14px 'YS Text';
    color: #000;
    font-weight: 400;
}

input,
select,
button,
textarea {
    outline: none;
}

button {
    cursor: pointer;
}

a {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #808080;
    outline: none;
}

a:hover {
    opacity: .7;
}

b {
    font-family: 'YS Text Medium';
    font-weight: normal;
}

input.invalid,
select.invalid,
textarea.invalid {
    border: 1px solid #e1778d !important;
    background: #f8dbdd !important;
}

.params.checkbox .invalid+label {
    border-bottom: 1px solid #e1778d !important;
    background: #f8dbdd !important;
}

input.valid,
select.valid,
textarea.valid {
    border: 1px solid #859b75 !important;
    background: #e0efd8 !important;
}

#agree+label {
    display: inline-block;
}

body[dir=rtl] .apply-ltr {
    direction: ltr;
    text-align: left;
}


/* Footer */
footer {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10010;
}

footer .info {
    box-shadow: 0px -1px 0px rgba(0, 0, 0, .12);
    padding: 8px 48px;
    height: 16px;
    text-align: right;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #808080;
}

footer .cart {
    display: none;
}

footer .cart .box {
    padding: 16px 16px 0 16px;
    height: 80px;
    background: #FFF;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.08), 0px -5px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px 8px 0px 0px;
    display: none;
    box-sizing: border-box;
}

footer .cart .box.visible {
    display: block !important;
}

footer .cart a {
    display: block;
    padding: 12px 24px;
    text-align: center;
    background: #000;
    border-radius: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
}

footer .cart .wrap {
    display: inline-block;
}

footer .cart img {
    margin: 0 10px 0 0;
    float: left;
}

body[dir=rtl] footer .cart img {
    margin: 0 0 0 10px;
    float: right;
    transform: rotateY(180deg);
}

footer .cart .tickets {
    font-size: 12px;
    line-height: 16px;
    display: block;
    float: right;
    color: #000;
    width: 24px;
    height: 24px;
    border-radius: 16px;
    background: #FFF;
    text-align: center;
    font-weight: 500;
    padding-top: 4px;
    box-sizing: border-box;
    margin: -2px 0 0 10px;
}

body[dir=rtl] footer .cart .tickets {
    margin: -2px 10px 0 0;
    float: left;
}

@media all and (max-width: 480px) {
    footer .info {
        display: none;
    }

    footer .cart {
        display: block;
    }
}


/* Header */
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 7010;
    box-shadow: 0 0 8px #bbb;
    padding: 14px 40px;
    height: 52px;
}

header.empty {
    box-shadow: none;
}

header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

header li {
    display: table-cell;
    vertical-align: middle;
    height: 52px;
}

header li:first-child {
    flex-grow: 1;
    margin-right: 24px;
}

body[dir=rtl] header li:first-child {
    margin-right: unset;
    margin-left: 24px;
}

body[dir=rtl] header.empty {
    right: unset;
}

body[dir=rtl] header.empty li:first-child {
    margin-left: unset;
}

header .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100px;
    min-width: 100%;
}

header .title.center {
    text-align: center;
}

header .title .age {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    background: #30D664;
    border-radius: 100px;
    padding: 3px 8px;
    margin: 0 0 0 10px;
}

body[dir=rtl] header .title .age {
    margin: 0 10px 0 0;
}

header .info {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100px;
    min-width: 100%;
    padding: 10px 0 0 0;
}

header .notify {
    color: #808080;
    margin: 0 24px 0 0;
}

body[dir=rtl] header .notify {
    display: inline-block;
    margin: 0 0 0 24px;
}

body[dir=rtl] header .notify span {
    display: inline-block;
}

header .notify img {
    margin: 0 6px 0 0;
    vertical-align: top;
}

body[dir=rtl] header .notify img {
    margin: 0 0 0 6px;
}

header .cart {
    margin-right: 12px;
}

body[dir=rtl] header .cart {
    margin-right: unset;
    margin-left: 12px;
}

header .cart a.visible {
    display: inline-block !important;
}

header .cart a {
    padding: 15px 24px 0 24px;
    box-sizing: border-box;
    height: 48px;
    background: #000;
    border-radius: 12px;
    display: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}

header .cart img {
    margin: 0 10px 0 0;
    float: left;
    width: 20px;
}

body[dir=rtl] header .cart img {
    margin: 0 0 0 10px;
    float: right;
    transform: rotateY(180deg);
}

header .cart .tickets {
    font-size: 12px;
    line-height: 16px;
    display: block;
    float: right;
    color: #000;
    width: 24px;
    height: 24px;
    border-radius: 16px;
    background: #FFF;
    text-align: center;
    font-weight: 500;
    padding-top: 4px;
    box-sizing: border-box;
    margin: -2px 0 0 10px;
}

body[dir=rtl] header .cart .tickets {
    float: left;
    margin: -2px 10px 0 0;
}

header .language {
    text-align: right;
}

header .language a {
    display: block;
    color: #000;
    text-align: left;
}

body[dir=rtl] header .language a {
    text-align: right;
}

header .language .box {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    align-items: center;
    padding: 14px 12px;
    height: 48px;
    box-sizing: border-box;
    display: inline-block;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}

header .language .flag {
    width: 21px;
    border-radius: 2px;
    float: left;
    margin: 0 6px 0 0;
}

body[dir=rtl] header .language .flag {
    float: right;
    margin: 1px 3px 0 6px;
}

header .language .open {
    float: right;
    margin: 5px 0 0 7px;
}

body[dir=rtl] header .language .open {
    float: left;
    margin: 5px 7px 0 0;
}

header .language .menu {
    display: none;
    position: absolute;
    z-index: 7020;
    right: 0;
    top: 0;
    width: 220px;
}

body[dir=rtl] header .language .menu {
    right: unset;
    left: 0;
}

header .language .box:hover .menu {
    display: block;
}

header .language .context {
    background-color: #fff;
    margin: 56px 0 0 0;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 14px 13px 14px 12px;
    box-sizing: border-box;
}

header .language .context a {
    padding: 7px 6px;
}

header .language .context a:hover {
    background-color: #F5F5F5;
}

header .language .context .selected {
    float: right;
    margin: 4px 0 0 7px;
}

body[dir=rtl] header .language .context .selected {
    float: left;
    margin: 4px 7px 0 0;
}

header .language .context a>.flag {
    margin: 0 10px 0 0;
}

body[dir=rtl] header .language .context a>.flag {
    margin: 0 0 0 10px;
}

.header-date {
    width: 160px;
    font-size: 14px;
}

.header-search input {
    width: 100%;
    line-height: 35px;
    border: 1px solid #f5f5f5;
    text-align: center;
    font-size: 16px;
}

.datepickers-container {
    z-index: 7020;
}

#datepickerSelected {
    color: #333;
}

#datepickerSelected:after {
    content: '\f107';
    display: inline-block;
    margin: 4px 0 0 9px;
    position: absolute;
    font-family: FontAwesome, serif;
}

header .subinfo {
    display: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100px;
    min-width: 100%;
    margin: 8px 0 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #808080;
}

header .subinfo .age {
    color: #30D664;
}

header .subinfo .dot {
    margin: 0 4px;
}

header .back {
    display: block;
    float: left;
    width: 24px;
    text-align: center;
    margin: 2px 32px 0 0;
}

body[dir=rtl] header .back {
    float: right;
    margin: 2px 0 0 32px;
    transform: rotateY(180deg);
}

@media all and (max-width: 480px) {
    header .back {
        margin: 0 16px 0 0;
    }

    body[dir=rtl] header .back {
        margin: 0 0 0 16px;
    }

    header .cart,
    header .info,
    header .title .age {
        display: none;
    }

    header {
        padding: 12px 16px;
        box-shadow: none;
    }

    header.cutted {
        padding: 12px 16px 0 16px;
    }

    header.cutted+.body {
        top: 69px;
    }

    header li {
        height: 28px;
    }

    header .title {
        font-size: 16px;
        line-height: 20px;
    }

    body._iframe header .language {
        padding-right: 20px;
    }

    header .language .box {
        border-radius: 8px;
        height: 28px;
        padding: 6px 4px 6px 8px;
        font-size: 12px;
        line-height: 16px;
    }

    header .language .flag {
        width: 15px;
        margin: 0 4px 0 0;
    }

    header .language .open {
        margin: 3px 0 0 2px;
    }

    body[dir=rtl] header .language .open {
        margin: 2px 7px 0 0;
    }

    header .language .context {
        display: none;
    }

    header .subinfo {
        display: block;
    }

    body[dir=rtl] header .subinfo {
        display: flex;
        gap: 3px;
    }
}

/* Язык на мобильном девайсе */
.mobile-language {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10020;
}

.mobile-language .shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

.mobile-language .box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    padding: 36px 0 16px 0;
    background: #FFFFFF;
    border-radius: 20px 20px 0px 0px;
}

.mobile-language a {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.mobile-language a .flag {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 21px;
    height: 16px;
    float: left;
    margin: -1px 10px 0 0;
}

body[dir=rtl] .mobile-language a .flag {
    float: right;
    margin: -1px 0 0 10px;
}

.mobile-language a .selected {
    float: right;
    margin: 5px 0 0 10px;
}

body[dir=rtl] .mobile-language a .selected {
    float: left;
    margin: 5px 10px 0 0;
}

.mobile-language .close {
    text-align: center;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
}

/* Область данных */
.body {
    position: absolute;
    left: 0;
    right: 0;
    top: 89px;
    bottom: 33px;
    height: auto;
    overflow-y: auto;
}

.scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.note-full {
    font-size: 24px;
    padding-top: 100px;
    text-align: center;
}

.note-full small {
    font-size: 16px;
}

@media all and (max-width: 480px) {
    .body {
        bottom: 0;
    }
}


/* Список абонементов */
#seasons {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#seasons .scroller {
    padding: 10px;
    text-align: center;
}

#seasons .loader {
    text-align: center;
    padding-top: 10px;
    display: none;
}

.season {
    width: 215px;
    margin: 5px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    text-align: left;
    box-shadow: 0 0 6px 0 #ddd;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    height: 180px;
    vertical-align: top;
}

.season:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.season .image {
    height: 105px;
    display: block;
    position: relative;
    overflow: hidden;
}

.season .shadow {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    position: absolute;
    opacity: .4;
}

.season .image:hover .shadow,
.season .image:hover .buy {
    display: block;
}

.season .image img {
    width: 100%;
    min-height: 105px;
}

.season .buy {
    position: absolute;
    width: 80px;
    background: #2facec;
    color: #fff;
    margin: 35px 0 0 45px;
    padding: 10px 22px;
    top: 0;
    border: none;
    border-radius: 18px;
    display: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
}

.season .buy:hover {
    background: #2185d0;
    opacity: 1;
}

.season .title {
    font: 16px 'YS Text Medium';
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #333;
    padding: 15px 15px 0 15px;
}

.season .venue {
    padding: 4px 15px 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 10px;
    color: #666;
}


/* Список событий */
#events {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#events .scroller {
    padding: 10px;
    text-align: center;
}

#events .loader {
    text-align: center;
    padding-top: 10px;
    display: none;
}

.event {
    width: 215px;
    margin: 5px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    text-align: left;
    box-shadow: 0 0 6px 0 #ddd;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    height: 225px;
    vertical-align: top;
}

.event:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.event .image {
    height: 105px;
    display: block;
    position: relative;
    overflow: hidden;
}

.event .shadow {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    position: absolute;
    opacity: .4;
}

.event .image:hover .shadow,
.event .image:hover .buy {
    display: block;
}

.event .image img {
    width: 100%;
    min-height: 105px;
}

.event .buy {
    position: absolute;
    width: 80px;
    background: #2facec;
    color: #fff;
    margin: 35px 0 0 45px;
    padding: 10px 22px;
    top: 0;
    border: none;
    border-radius: 18px;
    display: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
}

.event .buy:hover {
    background: #2185d0;
    opacity: 1;
}

.event .title {
    font: 16px 'YS Text Medium';
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #333;
    padding: 15px 15px 0 15px;
}

.event .venue {
    padding: 4px 15px 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 10px;
    color: #666;
}

.event .date {
    opacity: .6;
    font-size: 13px;
    padding: 15px 15px 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.event .price {
    color: #2facec;
    font-size: 15px;
    padding: 4px 15px 0 15px;
}

.event .price i {
    font-size: 14px;
}


/* Страница мероприятия */
#activity {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#activity .left {
    float: left;
    width: 280px;
    max-width: 40%;
    overflow: hidden;
    padding: 14px 40px 0 10px;
}

#activity .image {
    width: 100%;
}

#activity .photos {
    padding-top: 20px;
    text-align: center;
}

#activity .photos a {
    margin-right: 3%;
}

#activity .photos a:nth-child(3n) {
    margin-right: 0;
}

#activity .photos img {
    width: 30%;
}

#activity .right {
    display: table;
    color: #666;
    padding-right: 20px;
}

#activity .description {
    overflow: hidden;
    max-height: 260px;
    text-align: justify;
    font-size: 14px;
    position: relative;
}

#activity .description img,
#activity .description iframe {
    max-width: 100%;
}

#activity .description.shadow:after {
    content: '';
    position: absolute;
    height: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 -15px 15px -3px #f5f5f5;
}

#activity .more {
    text-align: center;
    padding-top: 15px;
    display: none;
}

#activity .more a {
    color: #999;
    border: 1px solid #999;
    text-transform: uppercase;
    background: transparent;
    line-height: 33px;
    display: inline-block;
    font-size: 12px;
    padding: 0 30px;
    border-radius: 18px;
}

#activity .more a:hover {
    border: 1px solid #2facec;
    opacity: 1;
}

#activity .dates {
    padding-top: 20px;
    color: #333;
}

#activity .dates .title {
    font: 18px 'YS Text Medium';
    color: #333;
}

#activity .empty {
    padding-top: 20px;
    color: #666;
}

#activity .buttons {
    padding: 15px 0;
}

#activity .buttons a {
    display: inline-block;
    color: #333;
    min-width: 190px;
    margin: 5px;
    line-height: 35px;
    text-align: center;
    border-radius: 18px;
    box-shadow: 1px 1px 6px 0 #ccc;
    position: relative;
    border: 1px solid transparent;
}

#activity .buttons a:hover {
    border: 1px solid #2facec;
    box-shadow: 1px 1px 2px 0 #ccc;
    opacity: .9;
}


/* Всплывающая подсказка на дате события */
#activity .buttons a:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #2facec;
    margin-bottom: 14px;
}

#activity .buttons a:after {
    content: attr(data-tickets) ' ' attr(data-prices);
    background: #2facec;
    color: #fff;
    padding: 0 20px;
    border-radius: 5px;
    line-height: 33px;
    white-space: nowrap;
    font-size: 13px;
    margin-bottom: 21px;
}

#activity .buttons a:before,
#activity .buttons a:after {
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    bottom: 100%;
    left: 50%;
    position: absolute;
    pointer-events: none;
}

#activity .buttons a:hover:before,
#activity .buttons a:hover:after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px);
}


/* Отображение SVG схемы */
#svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: auto;
    overflow: hidden;
    padding: 20px;
    z-index: 10;
    text-align: center;
}

#svg svg {
    max-width: 100%;
    max-height: 100%;
}

#svg path {
    stroke: #D0021B;
    fill: #EDEDED;
    stroke-width: 1px;
}

#svg path.active {
    cursor: pointer;
    fill: #ffffff;
}

#svg path.active:hover {
    opacity: .8;
}

#svg text {
    pointer-events: none;
}

#svg div {
    background: #000;
    padding: 10px;
    position: absolute;
    opacity: .7;
    color: #fff;
    border-radius: 5px;
    width: 200px;
    font-size: 12px;
    line-height: 18px;
    z-index: 10;
}

#svg div.l:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #000;
    border-bottom: 15px solid transparent;
}

body[dir=rtl] #svg .svg-hint {
    text-align: right;
    direction: rtl;
}

#svg div.r:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #000;
    border-bottom: 15px solid transparent;
}

#svg div strong {
    font: 14px 'YS Text Medium';
    font-weight: normal;
    display: block;
}

#svg div strong.currency {
    display: inline-block;
}

#svg div span {
    color: #bbb;
    display: block;
}

#svg .scroller {
    background: #fff;
    opacity: 1;
}


/* Кнопки управления схемой зала */
#controls {
    position: absolute;
    top: 35%;
    right: 16px;
    z-index: 10;
}

body[dir=rtl] #controls {
    right: unset;
    left: 16px;
}

#controls a {
    display: block;
    padding: 10px;
    width: 44px;
    height: 44px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.02), 0px 1px 18px rgba(0, 0, 0, 0.02), 0px 3px 5px rgba(0, 0, 0, 0.16);
    border-radius: 100px;
    background: #fff;
    color: #000;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
}

body[dir=rtl] #controls a {
    transform: rotateY(180deg);
}

#scale {
    display: none;
}

#controls>a {
    visibility: hidden;
}

/* Выбор мест на событие */
#map {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: auto;
    overflow: hidden;
}

#map .notickets {
    text-align: center;
    margin-top: 120px;
    font-size: 18px;
}

#map .loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    text-align: center;
}

#map .loader img {
    margin-top: 120px;
}

.sectors {
    border-right: 1px solid #e2e2e2;
    width: 290px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: auto;
    overflow: hidden;
}

.sectors .wrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 35px 0;
}

.sectors+#map {
    left: 291px;
}

.sectors .sector {
    padding: 25px 30px;
    cursor: pointer;
    text-align: right;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.sectors .sector.active {
    background: #000;
    color: #fff;
    box-shadow: 0 5px 20px #bbb;
}

.sectors .sector.active .note {
    color: #fff;
}

.sectors .sector .title {
    text-transform: uppercase;
    font: 16px 'YS Text Medium';
}

.sectors .sector .note {
    color: #9b9b9b;
}

.sectors .sector .note i {
    font-size: 13px;
}

.sectors .sector:hover {
    background: rgba(0, 0, 0, 0.06);
}

.sectors .sector.active:hover {
    background: rgba(0, 0, 0, 0.7);
}


/* Легенда */
#map .legenda {
    padding: 16px 40px 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #EDEDED;
    font-size: 12px;
    line-height: 16px;
    height: 62px;
}

#map .legenda .title {
    float: left;
    margin: 7px 0 0 0;
    font-family: 'YS Text Medium';
}

body[dir=rtl] #map .legenda .title {
    float: right;
}

#map .legenda .line {
    white-space: nowrap;
    overflow: hidden;
}

#map .legenda .price {
    display: inline-block;
    padding: 6px 14px 6px 10px;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    margin: 0 0 10px 8px;
}

body[dir=rtl] #map .legenda .price {
    padding: 6px 10px 6px 14px;
    margin: 0 8px 10px 0;
}

#map .legenda .color {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 3px 8px 0 0;
}

body[dir=rtl] #map .legenda .color {
    float: right;
    margin: 3px 0 0 8px;
}

#map .legenda .more {
    display: none;
    float: right;
    padding: 7px 14px;
    height: 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    color: #000;
    margin: -40px 0 0 0;
}

body[dir=rtl] #map .legenda .more {
    float: left;
}

#map .legenda .more img {
    float: right;
    margin: 6px 0 0 7px;
}

body[dir=rtl] #map .legenda .more img {
    float: left;
    margin: 6px 7px 0 0;
}

#map .legenda.closed .line {
    margin-right: 140px;
}

#map .legenda.closed .more {
    display: inline-block;
}

#map .legenda.closed .hidden {
    display: none;
}

#map .legenda.opened {
    height: auto;
}

#map .legenda.opened .line {
    white-space: normal;
    overflow: auto;
}

@media all and (max-width: 480px) {
    #map .legenda {
        padding: 8px 16px 0 16px;
        height: 50px;
    }

    #map .legenda {
        overflow: auto;
    }

    #map .legenda .line {
        overflow: visible;
    }
}


/* Схема мест */
#places {
    position: absolute;
    top: 62px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

#places b {
    position: absolute;
    color: #666;
    text-align: center;
    font-family: 'YS Text';
}

#places .place {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E5E5E5;
    font-size: 8px;
    line-height: 16px;
    text-align: center;
    color: #777;
    border-width: 0;
    margin: 3px 0 0 3px;
}

#places .ticket {
    cursor: pointer;
    width: 14px;
    height: 14px;
    margin: 1px 0 0 1px;
}

#places .ticket img {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
}

#places .selected {
    border-width: 11px;
    border-style: solid;
    margin: -8px 0 0 -8px;
    box-sizing: border-box;
    background-color: #fff !important;
    width: 32px;
    height: 32px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.03), 0px 3px 10px rgba(0, 0, 0, 0.12);
}

#places .selected img {
    margin: -2px 0 0 -2px;
}

@media all and (max-width: 480px) {
    #places {
        top: 49px;
    }
}


/* Подсказка при наведении на место */
#places span {
    display: none;
    position: absolute;
    z-index: 10;
    background: #000;
    padding: 8px 10px 10px 10px;
    color: #fff;
    border-radius: 4px;
    white-space: nowrap;
    text-align: left;
    font-family: 'YS Text Medium';
    font-size: 12px;
    line-height: 18px;
    opacity: .9;
}

body[dir=rtl] #places span {
    text-align: right;
}

#places span strong {
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}

#places span div {
    color: rgba(255, 255, 255, 0.60);
    font-family: 'YS Text';
    font-weight: 400;
}

#places span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}

#places span.tr {
    bottom: 33px;
    left: -16px;
}

#places span.tr:after {
    left: 10px;
    bottom: -10px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #000;
}

#places span.tl {
    bottom: 33px;
    right: -16px;
}

#places span.tl:after {
    right: 10px;
    bottom: -10px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #000;
}

#places span.br {
    top: -16px;
    left: 43px;
}

#places span.br:after {
    left: -10px;
    top: 10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #000;
}

#places span.bl {
    top: -16px;
    right: 43px;
}

#places span.bl:after {
    right: -10px;
    top: 10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #000;
}


/* Входные места */
#admission {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

#admission .scroller {
    padding-top: 50px;
    width: 100%;
    margin: 0 auto;
}

#admission .wrapper {
    width: 500px;
    margin: 0 auto;
}

#admission .sector {
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    padding: 16px;
    overflow: hidden;
    margin: 0 0 16px 0;
    position: relative;
}

#admission .title {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    width: 300px;
}

#admission .price {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    width: 300px;
    margin: 12px 0 0 0;
}

#admission .count {
    position: absolute;
    top: 24px;
    right: 24px;
}

body[dir=rtl] #admission .count {
    right: unset;
    left: 24px;
}

#admission .count .loader {
    position: absolute;
    top: 15px;
    left: 52px;
}

body[dir=rtl] #admission .count .loader {
    left: unset;
    right: 52px;
}

#admission .count a {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    padding: 11px 0 0 0;
}

#admission .count a.disabled {
    background: rgba(0, 0, 0, 0.2);
}

#admission .count a.disabled+input {
    color: #808080;
}

#admission .sector .count input {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    border: none;
    background: transparent;
    width: 32px;
    text-align: center;
    vertical-align: top;
    padding: 9px 2px 0 2px;
}

@media all and (max-width: 480px) {
    #admission .wrapper {
        width: auto;
    }

    #admission .scroller {
        padding-top: 24px;
    }

    #admission .title {
        font-size: 14px;
        line-height: 18px;
        width: auto;
    }

    #admission .price {
        font-size: 16px;
        line-height: 20px;
        width: auto;
        margin: 12px 0;
    }

    #admission .count {
        position: relative;
        top: auto;
        right: auto;
    }

    body[dir=rtl] #admission .count {
        right: unset;
        left: auto;
    }
}


/* Подсказка по лимиту билетов в одном заказе */
#placeLimitHint {
    position: absolute;
    padding: 10px 12px;
    background: #FFF;
    border-radius: 6px;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.24));
    display: none;
    z-index: 7300;
}

#placeLimitHint::after {
    background: #FFF;
    content: ' ';
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 15px;
    right: 15px;
    transform: translate(-50%, calc(100% + 5px)) rotate(45deg);
}

#placeLimitHint img {
    float: left;
    margin: 0 8px 0 0;
}

body[dir=rtl] #placeLimitHint img {
    float: right;
    margin: 0 0 0 8px;
}

#placeMobileLimitHint {
    padding: 10px 10px 10px 16px;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 12px;
    background: #333333;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    z-index: 7300;
    display: none;
    background-image: url('../images/hint-1.svg');
    background-repeat: no-repeat;
    background-position: 16px center;
}

body[dir=rtl] #placeMobileLimitHint {
    padding: 10px 16px 10px 10px;
    background-position: right 16px center;
}

#placeMobileLimitHint .close {
    float: right;
}

body[dir=rtl] #placeMobileLimitHint .close {
    float: left;
}

#placeMobileLimitHint .context {
    margin: 0 30px;
}


/* Страница корзины */
#cart {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

@media all and (max-width: 480px) {
    #cart .scroller {
        padding-top: 0;
    }
}


/* Список билетов в корзине */
#cart .tickets {
    margin: 0 20px;
}

#cart .ticket {
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    list-style: none;
    background: #fff;
    padding: 20px;
    margin: 16px 0;
    position: relative;
}

#cart .ticket li {
    display: table-cell;
    vertical-align: top;
}

#cart .ticket .title {
    width: 33%;
    padding: 0 40px 0 0;
}

body[dir=rtl] #cart .ticket .title {
    padding: 0 0 0 40px;
}

#cart .ticket .title a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
}

#cart .ticket .info {
    font-size: 14px;
    line-height: 18px;
    color: #B3B3B3;
    margin: 4px 0 0 0;
}

body[dir=rtl] #cart .ticket .info {
    display: flex;
    gap: 3px;
}

#cart .ticket .place {
    width: 33%;
    padding: 0 40px 0 0;
    font-size: 14px;
    line-height: 18px;
}

body[dir=rtl] #cart .ticket .place {
    padding: 0 0 0 40px;
}

#cart .ticket .price {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    width: 33%;
}

#cart .ticket .remove,
#cart .ticket .removeSeason {
    width: 20px;
    text-align: right;
    vertical-align: middle;
}

@media all and (max-width: 480px) {
    #cart .tickets {
        margin: 0;
    }

    #cart .ticket:first-child {
        margin-top: 0px;
    }

    #cart .ticket li {
        display: block;
    }

    #cart .ticket .title {
        width: auto;
        margin: 0 52px 0 0;
    }

    body[dir=rtl] #cart .ticket .title {
        margin: 0 0 0 52px;
    }

    #cart .ticket .place {
        width: auto;
        padding: 0;
        margin: 8px 52px 0 0;
    }

    body[dir=rtl] #cart .ticket .place {
        margin: 8px 0 0 52px;
    }

    #cart .ticket .price {
        width: auto;
        padding: 0;
        margin: 8px 52px 0 0;
    }

    body[dir=rtl] #cart .ticket .price {
        margin: 8px 0 0 52px;
    }

    #cart .ticket .remove,
    #cart .ticket .removeSeason {
        top: 45%;
        right: 20px;
        position: absolute;
    }

    body[dir=rtl] #cart .ticket .remove,
    body[dir=rtl] #cart .ticket .removeSeason {
        right: unset;
        left: 20px;
    }
}


/* Итоговая стоимость заказа */
#total {
    padding: 16px 20px 20px 20px;
    text-align: right;
    overflow: hidden;
}

body[dir=rtl] #total {
    display: flex;
    justify-content: space-between;
}

#total .prices {
    display: inline-block;
    text-align: left;
}

body[dir=rtl] #total .prices {
    display: unset;
}

#total .cost {
    font-size: 16px;
    line-height: 20px;
    text-align: right;
}

#total .right {
    float: right;
    padding-left: 24px;
}

body[dir=rtl] #total .right {
    float: left;
    padding-left: unset;
    padding-right: 24px;
}

#total .amount {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin: -5px 0 0 0;
}

body[dir=rtl] #total .amount div {
    display: inline-block;
}

#total .discount,
#total .fee {
    display: none;
    color: #B3B3B3;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
}

body[dir=rtl] #total .discount,
body[dir=rtl] #total .fee {
    text-align: right;
}

@media all and (max-width: 480px) {
    #total {
        padding: 16px 0 20px 0;
    }

    body[dir=rtl] #total {
        flex-direction: column;
    }

    #total .cost {
        text-align: left;
    }

    body[dir=rtl] #total .cost {
        text-align: right;
    }

    #total .prices {
        display: block;
    }
}


/* Промокод */
.promocode {
    float: left;
    text-align: left;
    max-width: 40%;
}

body[dir=rtl] .promocode {
    float: right;
    text-align: right;
}

.promocode input {
    background: #F5F5F5;
    border: 1px solid #EDEDED;
    border-radius: 12px;
    padding: 15px 24px;
    box-sizing: border-box;
    display: inline-block;
    width: 175px;
    height: 48px;
    font-size: 16px;
    line-height: 20px;
}

.promocode input::placeholder {
    color: #B3B3B3;
    opacity: 1;
}

.promocode button {
    background: #000;
    border-radius: 12px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 28px;
    height: 48px;
    border: none;
    margin: 0 0 0 10px;
}

body[dir=rtl] .promocode button {
    margin: 0 10px 0 0;
}

.promocode .success {
    color: #859B75;
}

.promocode .failed {
    color: #E1778D;
}

.promocode .success,
.promocode .failed {
    font-size: 12px;
    line-height: 16px;
    margin-top: 6px;
    display: none;
}



@media all and (max-width: 480px) {
    .promocode {
        float: none;
        max-width: 100%;
        margin: 0 0 32px 0;
    }

    body[dir=rtl] .promocode {
        float: right;
        width: 100%;
    }

    body[dir=rtl] .promocode.valid {
        display: flex;
        flex-direction: column;
    }

    .promocode button {
        float: right;
    }

    body[dir=rtl] .promocode button {
        float: left;
    }

    body[dir=rtl] .promocode input {
        float: right;
    }

    body[dir=rtl] .promocode .success,
    body[dir=rtl] .promocode .failed {
        display: none;
        float: right;
    }
}


/* Форма оформления заказа */
#order-form {
    margin: 0 20px;
}

#order-form .steps {
    list-style: none;
    display: table;
    width: 100%;
    overflow: hidden;
    padding: 0 0 150px 0;
}

#order-form .steps li {
    display: table-cell;
    width: 33%;
    padding-right: 40px;
}

#order-form .steps li:last-child {
    padding: 0;
}

body[dir=rtl] #order-form .steps li {
    padding-right: unset;
    padding-left: 40px;
}

body[dir=rtl] #order-form .steps li:last-child {
    padding: 0;
}

#order-form .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 17px;
}

#order-form .information {
    margin-top: 25px;
    color: #808080;
    font-size: 14px;
    line-height: 18px;
}

#order-form .information .topic {
    padding-bottom: 8px;
    color: #333;
}

#order-form .retail,
#order-form .eticket {
    display: none;
}

#order-form .retail-link {
    display: none;
    padding: 4px 0 0 0;
}

#order-form .retail-link a {
    color: #0F6FFF;
}

#order-form .form .delivery {
    display: none;
}

#order-form .form input,
#order-form .form textarea {
    padding: 15px 24px;
    background: #F5F5F5;
    border-radius: 12px;
    width: 100%;
    margin: 0 0 16px 0;
    border: 0;
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
}

#order-form .form input::placeholder,
#order-form .form textarea::placeholder {
    color: #B3B3B3;
    opacity: 1;
}

body[dir=rtl] #order-form .form input[type="text"]::placeholder,
body[dir=rtl] #order-form .form input[type="tel"]::placeholder,
body[dir=rtl] #order-form .form input[type="email"]::placeholder {
    text-align: right;
}

#order-form .form textarea {
    height: 60px;
}

#order-form .form select {
    padding: 15px 24px;
    background: #F5F5F5;
    border-radius: 12px;
    width: 60%;
    margin: 0 0 16px 16px;
    border: 0;
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
}

#order-form .form .checkbox {
    padding: 15px 0 15px 5px;
    color: #808080;
}

#order-form .form .checkbox label:before {
    border-radius: 4px;
}

#order-form .form .checkbox a {
    color: #0F6FFF;
}

#order-form button {
    background: #000;
    border-radius: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 24px;
    border: none;
}

#order-form button:hover {
    opacity: .7;
}

#order-form button span {
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 0 16px;
}

body[dir=rtl] #order-form button span {
    margin: 0 16px 0 0;
}

#order-form button span span {
    margin: 0;
}

body[dir=rtl] #order-form button div {
    display: inline-block;
}

#order-form .no-delivery {
    color: #808080;
    margin: 10px auto 20px auto;
    width: 95%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
}

#order-form .params input:checked+label .retail-link {
    display: block;
}

@media all and (max-width: 480px) {
    #order-form {
        margin: 0;
    }

    #order-form .steps li {
        display: block;
        width: auto;
        padding-right: 0;
        margin-top: 32px;
    }

    #order-form .steps li:first-child {
        margin-top: 0;
    }

    #order-form button {
        display: none;
    }
}


/* Кнопка оформления заказа для мобильной версии */
footer .order {
    display: none;
    padding: 16px 16px 0 16px;
    height: 80px;
    background: #FFF;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.08), 0px -5px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px 8px 0px 0px;
    box-sizing: border-box;
    text-align: center;
}

footer .order button {
    background: #000;
    border-radius: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 24px;
    border: none;
    width: 100%;
    text-align: left;
}

footer .order button span {
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 0 16px;
    float: right;
}

body[dir=rtl] footer .order button span {
    margin: 0;
    float: left;
}

body[dir=rtl] footer .order button div {
    float: right;
}

@media all and (max-width: 480px) {
    footer .order {
        display: block;
    }
}


/* Кастомизация элементов формы */
.params input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.params label {
    display: block;
    margin: 0 0 16px 30px;
    cursor: pointer;
}

body[dir=rtl] .params label {
    margin: 0 30px 16px 0;
}

.params input:checked+label {
    color: #000;
}

.params label:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin: -2px 0 0 -32px;
    box-sizing: border-box;
    border: 2px solid #CCCCCC;
}

body[dir=rtl] .params label:before {
    margin: -2px -32px 0 0;
}

.params input:disabled+label {
    color: #B3B3B3;
    cursor: default;
}

.params input:disabled+label:before {
    background: #E0E0E0;
    border: 0;
}

.params input:checked+label:before {
    border: 6px solid #000;
}


/* Текстовая страница */
#text {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


/* Произвольная страница */
#page {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


/* Список розничных точек */
#retail {
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#retail .scroller {
    padding: 32px 40px;
}

#retail .map {
    height: 320px;
    display: none;
}

#retail ul {
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

#retail li {
    display: table-cell;
    padding-right: 30px;
    vertical-align: middle;
}

#retail li:nth-child(1) {
    width: 25%;
}

#retail li:nth-child(2) {
    width: 35%;
}

#retail li:nth-child(3) {
    width: 25%;
}

#retail li:nth-child(4) {
    width: 15%;
}

#retail .office {
    min-height: 50px;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    padding: 20px;
    margin: 0 0 16px 0;
}

#retail .fancybox {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

#retail .address {
    font-size: 14px;
    line-height: 18px;
}

#retail .note {
    color: #808080;
}

#retail .photo {
    float: right;
    font-size: 14px;
}

.gmap_marker {
    margin: 0 5px;
}

@media all and (max-width: 480px) {
    #retail .scroller {
        padding: 16px;
    }

    #retail ul {
        display: block;
        min-width: auto;
    }

    #retail li {
        display: block;
        padding-right: 0;
        width: 100% !important;
        padding-top: 8px;
    }

    #retail .office {
        padding: 12px 20px 20px 20px;
    }
}


/* Результат оплаты заказа */
.payment-result {
    max-width: 500px;
    text-align: center;
    margin: 36px auto 0 auto;
}

.payment-result .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding: 24px 0 0 0;
}

.payment-result .note {
    font-size: 16px;
    line-height: 20px;
    color: #B3B3B3;
    padding: 12px 0 0 0;
}

.payment-result .return {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    padding: 14px 28px;
    background: #000;
    border-radius: 12px;
    display: inline-block;
    margin: 32px 0 0 0;
}


/* Форма подтверждения принятого заказа */
#cart .confirm {
    padding: 28px 0 56px 0;
    text-align: center;
}

#cart .confirm .title {
    font-size: 14px;
    line-height: 18px;
    color: #B3B3B3;
    padding-bottom: 24px;
}

#cart .confirm .order {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 8px;
}

#cart .confirm .number {
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
}

#cart .details {
    border-top: 1px solid #E0E0E0;
    width: 500px;
    margin: 0 auto;
    padding: 22px 0 250px 0;
}

#cart .details div {
    padding: 0 0 27px 0;
}

#cart .details img {
    float: left;
    margin: 0 18px 0 0;
}

@media all and (max-width: 480px) {
    #cart .details {
        width: auto;
    }
}


/* Платежная форма */
.pay-form {
    max-width: 500px;
    text-align: center;
    margin: 36px auto 40px auto;
    color: #B3B3B3;
    font-size: 14px;
    line-height: 18px;
}

#centerButtom {
    padding: 14px 24px;
    display: inline-block;
    background: #000;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border-radius: 12px;
    border: none;
    margin-bottom: 16px;
    cursor: pointer;
}

#centerButtom:hover {
    opacity: .7;
}

.pay-ssl,
.pay-mail {
    max-width: 500px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px 40px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

body[dir=rtl] .pay-ssl,
body[dir=rtl] .pay-mail {
    display: flex;
}

.pay-ssl {
    margin-bottom: 100px;
}

.pay-ssl:before,
.pay-mail:before {
    display: inline-block;
    position: absolute;
    margin: 0 0 0 -35px;
    font: 20px FontAwesome;
}

body[dir=rtl] .pay-ssl:before,
body[dir=rtl] .pay-mail:before {
    position: unset;
    margin: 0 0 0 20px;
}

.pay-ssl:before {
    content: '\f09d';
}

.pay-mail:before {
    content: '\f003';
}


/* Опрос */
.vote {
    border-radius: 5px;
    box-shadow: 0 0 6px 0 #ddd;
    padding: 35px 20px;
    max-width: 450px;
    text-align: center;
    background-color: #fff;
    margin: 20px auto 0 auto;
    line-height: 20px;
}

.vote .title {
    font-family: 'YS Text Medium';
    font-size: 16px;
    padding-bottom: 25px;
}

.vote .answer {
    display: block;
    text-align: left;
    max-width: 350px;
    margin: 7px auto;
    color: #777;
    padding-left: 25px;
}

.vote input {
    float: left;
    margin: 3px 0 0 -25px;
}

.vote-next {
    display: none;
}



/* Адаптивный дизайн */
@media all and (max-width: 992px) {
    .sectors {
        width: 240px;
    }

    .sectors+#map {
        left: 241px;
    }

    .sectors .sector .title {
        font-size: 16px;
    }
}

@media all and (max-width: 768px) {

    .header-date,
    .hide-md {
        display: none;
    }

    #activity .left {
        padding: 14px 20px 0 0;
    }

    .scroller {
        padding: 15px;
    }

    #activity .dates {
        text-align: center;
    }

    .sectors {
        width: 180px;
    }

    .sectors+#map {
        left: 181px;
    }

    .sectors .sector .title {
        font-size: 14px;
    }

    #controls {
        right: 10px;
    }

    body[dir=rtl] #controls {
        right: unset;
        left: 10px;
    }

    #activity .buttons a:before,
    #activity .buttons a:after {
        display: none;
    }
}

@media all and (max-width: 480px) {

    .header-search,
    .hide-sd {
        display: none;
    }

    #activity .left {
        float: none;
        max-width: 280px;
        width: 100%;
        margin: 0 auto 20px auto;
    }

    .sectors {
        width: 120px;
    }

    .sectors+#map {
        left: 121px;
    }

    .sectors .sector {
        padding: 15px 10px;
    }

    .sectors .sector:last-child {
        margin-bottom: 50px;
    }

    .sectors .sector .title {
        font-size: 12px;
    }

    .note-full {
        font-size: 18px;
    }

    .note-full small {
        font-size: 14px;
    }

    .event {
        width: 160px;
        height: 190px;
    }

    .event .image {
        height: 78px;
    }

    .event .image img {
        min-height: 78px;
    }

    .event .date {
        font-size: 12px;
        padding-top: 10px;
    }

    .event .title,
    .event .price,
    .event .price i {
        font-size: 12px;
    }

    .event .buy {
        margin: 22px 0 0 26px;
        padding: 10px 14px;
    }
}
