@charset "UTF-8";
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

HTML {
    font-size: 100.01%;
    height: 100%;
    -webkit-text-size-adjust: none;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

A, ABBR, ACRONYM, ADDRESS, APPLET, BIG, BLOCKQUOTE, BODY, CAPTION, CITE, CODE, DD, DEL, DFN, DIV, DL, DT, EM, FIELDSET, FIGURE, FONT, FORM, H1, H2, H3, H4, H5, H6, HR, HTML, IFRAME, IMG, INS, KBD, LABEL, LEGEND, LI, OBJECT, OL, P, PRE, Q, S, SAMP, SMALL, SPAN, STRIKE, STRONG, SUB, SUP, TABLE, TBODY, TD, TFOOT, TH, THEAD, TR, TT, UL, VAR {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    font-family: inherit
}

ADDRESS, CITE, DFN, EM, I, VAR {
    font-style: normal
}

H1, H2, H3, H4, H5, H6, TH {
    font-size: 10px;
    font-weight: 400
}

INPUT, SELECT, TEXTAREA {
    font-family: arial, sans-serif;
    font-size: 1em
}

INPUT[type=button], INPUT[type=submit] {
    cursor: pointer
}

SMALL, SUB, SUP {
    font-size: .85em
}

OL, UL {
    list-style: none
}

TABLE {
    border-collapse: collapse;
    border-spacing: 0
}

CAPTION, TD, TH {
    text-align: left
}

SUB, SUP {
    vertical-align: baseline;
    position: relative;
    top: -.5em
}

SUB {
    top: .5em
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block
}

BODY {
    font-size: 10px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

STRONG {
    font-weight: 400
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button, input[type=button], input[type=reset], input[type=submit] {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input:not([type=radio]):not([type=checkbox]) {
    -webkit-appearance: none
}

.fw img, body, html, picture.side-image img {
    width: 100%
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.site-header, .site-header-en, .site-main-nav {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden
}

.site-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%;
    overflow: hidden;
    padding: 2em 0 6em
}

@media only screen and (max-width: 1000px) {
    .site-main {
        padding: 1em 0 5.5em
    }
}

@media only screen and (max-width: 750px) {
    .site-main {
        padding: 0 0 3em
    }
}

.site-main.no-padding-bottom {
    padding-bottom: 0
}

.site-section {
    margin: 7em 0
}

@media only screen and (max-width: 1000px) {
    .site-section {
        margin: 6em 0
    }
}

@media only screen and (max-width: 750px) {
    .site-section {
        margin: 5em 0
    }
}

.site-section.small-top {
    margin: 4em 0 7em
}

@media only screen and (max-width: 1000px) {
    .site-section.small-top {
        margin: 4em 0 6em
    }
}

@media only screen and (max-width: 750px) {
    .site-section.small-top {
        margin: 4em 0 5em
    }
}

.site-sub-nav {
    margin-top: 7em
}

@media only screen and (max-width: 1000px) {
    .site-sub-nav {
        margin-top: 6em
    }
}

@media only screen and (max-width: 750px) {
    .site-sub-nav {
        margin-top: 5em
    }
}

.site-separator + .site-separator {
    display: none
}

.wrapper {
    max-width: 144em;
    margin: 0 auto
}

.box-margin {
    margin: 1em
}

.box-margin-notop {
    margin: 0 1em 1em
}

.col-margin {
    margin-left: 1em;
    margin-right: 1em
}

.box-padding {
    padding: 1em
}

.col-padding, body.performance #tlFrameContainer {
    padding-left: 1em;
    padding-right: 1em
}

.site-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}

.site-columns.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.col-2-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.areas li, .col-4-8, .col-6-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.col-6-8 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%
}

.col-2-6, .shows-grid.shows-grid-wide article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%
}

.col-4-6, .col-full {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66%;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%
}

.col-full {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.col-fill {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.site-columns > .col-2-6 .ugc {
    padding-right: 3em
}

@media only screen and (max-width: 1240px) {
    .site-section > .wrapper > .col-6-8, .site-sub-nav > .wrapper > .col-6-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 82%;
        -ms-flex: 0 0 82%;
        flex: 0 0 82%
    }
}

@media only screen and (max-width: 1160px) {
    .site-section > .wrapper > .col-6-8, .site-sub-nav > .wrapper > .col-6-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 90%;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%
    }
}

@media only screen and (max-width: 1000px) {
    .site-section > .wrapper > .col-6-8, .site-sub-nav > .wrapper > .col-6-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media only screen and (max-width: 750px) {
    .site-columns > .col-2-6, .site-columns > .col-4-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .site-columns > .col-2-6 .ugc {
        padding-right: 0
    }
}

.side-header {
    padding-bottom: 2em
}

picture.side-image {
    display: block;
    overflow: hidden;
    width: 80%;
    margin-bottom: 1em
}

@media only screen and (max-width: 750px) {
    picture.side-image {
        width: 25em;
        max-width: 100%
    }
}

@font-face {
    font-family: 'BasisGrotesque-Pro';
    src: url(../fonts/BasisGrotesque-Regular-Pro.eot);
    src: url(../fonts/BasisGrotesque-Regular-Pro.eot?#iefix) format("embedded-opentype"), url(../fonts/BasisGrotesque-Regular-Pro.woff) format("woff"), url(../fonts/BasisGrotesque-Regular-Pro.ttf) format("truetype"), url(../fonts/BasisGrotesque-Regular-Pro.svg#BasisGrotesque-Pro) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'BasisGrotesque-Pro';
    src: url(../fonts/BasisGrotesque-Bold-Pro.eot);
    src: url(../fonts/BasisGrotesque-Bold-Pro.eot?#iefix) format("embedded-opentype"), url(../fonts/BasisGrotesque-Bold-Pro.woff) format("woff"), url(../fonts/BasisGrotesque-Bold-Pro.ttf) format("truetype"), url(../fonts/BasisGrotesque-Bold-Pro.svg#BasisGrotesque-Pro) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'SangBleu-Kingdom';
    src: url(../fonts/SangBleuKingdom-Regular-WebXL.eot);
    src: url(../fonts/SangBleuKingdom-Regular-WebXL.eot?#iefix) format("embedded-opentype"), url(../fonts/SangBleuKingdom-Regular-WebXL.woff) format("woff"), url(../fonts/SangBleuKingdom-Regular-WebXL.ttf) format("truetype"), url(../fonts/SangBleuKingdom-Regular-WebXL.svg#SangBleu-Kingdom) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'SangBleu-Kingdom';
    src: url(../fonts/SangBleuKingdom-RegularItalic-WebXL.eot);
    src: url(../fonts/SangBleuKingdom-RegularItalic-WebXL.eot?#iefix) format("embedded-opentype"), url(../fonts/SangBleuKingdom-RegularItalic-WebXL.woff) format("woff"), url(../fonts/SangBleuKingdom-RegularItalic-WebXL.ttf) format("truetype"), url(../fonts/SangBleuKingdom-RegularItalic-WebXL.svg#SangBleu-Kingdom) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "artpartner";
    src: url(../fonts/icons/artpartner.eot?2);
    src: url(../fonts/icons/artpartner.eot?#iefix) format("embedded-opentype"), url(../fonts/icons/artpartner.woff?2) format("woff"), url(../fonts/icons/artpartner.ttf?2) format("truetype"), url(../fonts/icons/artpartner.svg#artpartner) format("svg");
    font-weight: 400;
    font-style: normal
}

[data-icon]:before {
    content: attr(data-icon)
}

[class*=" icon-"]:before, [class^=icon-]:before, [data-icon]:before {
    font-family: "artpartner" !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-bars:before {
    content: "\61"
}

.icon-telegram:before {
    content: '';
    height: 1em;
    display: inline-block;
    width: 1em;
    background-image: url(../i/tg.svg);
    background-size: 1em;
    filter: invert(92%) sepia(19%) saturate(4794%) hue-rotate(191deg) brightness(131%) contrast(89%);
    background-repeat: no-repeat;
}

.icon-facebook:before {
    content: "\62"
}

.icon-instagram:before {
    content: "\63"
}

.icon-ok:before {
    content: "\64"
}

.icon-times:before {
    content: "\65"
}

.icon-twitter:before {
    content: "\66"
}

.icon-vk:before {
    content: "\67"
}

.icon-youtube:before {
    content: "\68"
}

.icon-external-link-square:before {
    content: "\69"
}

.icon-file-o:before {
    content: "\6a"
}

.icon-file-pdf-o:before {
    content: "\6b"
}

.icon-file-word-o:before {
    content: "\6c"
}

.icon-file-excel-o:before {
    content: "\6d"
}

.icon-file-image-o:before {
    content: "\6e"
}

.icon-play:before {
    content: "\6f"
}

.icon-angle-up:before {
    content: "\70"
}

.icon-angle-down:before {
    content: "\71"
}

.icon-home:before {
    content: "\72"
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.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 {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-tap-highlight-color: transparent;
    -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
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-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: 0;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.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: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms 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 {
    -webkit-transform-style: preserve-3d;
    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(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    -o-transition: transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-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;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

blockquote, body, div, footer, header, img, li, section, td, th, tr, ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-size: 10px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: #f2edef;
    color: #0d0802;
    font-family: "BasisGrotesque-Pro", sans-serif
}

@media only screen and (max-width: 750px) {
    body.scroll-block {
        overflow: hidden
    }
}

.icon, .icon::before {
    line-height: inherit
}

.icon::before {
    position: relative;
    font-size: 1.1em;
    vertical-align: middle
}

.icon-before {
    margin-right: .4em
}

.icon-after {
    margin-left: .4em
}

a.icon-link .icon {
    position: relative;
    margin-right: .2em
}

a.icon-link span {
    text-decoration: underline !important
}

.phone-link:hover, a.icon-link, a.icon-link:hover span {
    text-decoration: none !important
}

.nowrap, a.icon-link {
    white-space: nowrap
}

.inline-link {
    margin-right: .5em
}

.phone-link {
    cursor: default;
    text-decoration: none !important
}

.phone {
    white-space: nowrap
}

.clear {
    clear: both
}

.fixed {
    position: fixed
}

.fw, hr {
    display: block;
    width: 100%
}

.fw {
    max-width: 100%
}

pre {
    font-size: 2em
}

.hidden {
    display: none
}

hr {
    height: 1px;
    background-color: rgba(13, 8, 2, .15)
}

.btn {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    vertical-align: middle;
    line-height: 1;
    padding: .55em 1.1em .45em;
    border-width: 2px;
    border-style: solid
}

.btn.btn-outline {
    border-color: #0d0802;
    color: #0d0802
}

.btn.btn-outline.invert, .show-header.red .btn.btn-outline:hover {
    border-color: #f2edef;
    color: #f2edef
}

.btn.btn-outline:hover, .btn.btn-primary {
    border-color: #e73446;
    color: #e73446
}

.btn.btn-primary {
    background-color: #e73446;
    color: #f2edef
}

.btn.btn-primary:hover {
    background-color: #d4192c;
    border-color: #d4192c
}

.btn.btn-primary.invert {
    background-color: #f2edef;
    border-color: #f2edef;
    color: #0d0802
}

.btn.btn-fw, .site-main-nav.always-sticky .home-li {
    display: block
}

ul.btn-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

ul.btn-list li {
    list-style: none;
    padding: 0
}

input[type=email], input[type=search], input[type=text] {
    font-family: "BasisGrotesque-Pro", sans-serif;
    vertical-align: middle;
    line-height: 1;
    padding: .35em .5em .3em;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: textfield;
    color: #0d0802;
    border-color: #0d0802
}

input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder {
    position: relative;
    color: #0d0802;
    opacity: .6
}

input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=text]::-moz-placeholder {
    position: relative;
    color: #0d0802;
    opacity: .6
}

input[type=email]:-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=text]::-ms-input-placeholder {
    position: relative;
    color: #0d0802;
    opacity: .6
}

input[type=email]::placeholder, input[type=search]::placeholder, input[type=text]::placeholder {
    position: relative;
    color: #0d0802;
    opacity: .6
}

input[type=email]:focus, input[type=search]:focus, input[type=text]:focus {
    outline: 0
}

input[type=email].invert, input[type=search].invert, input[type=text].invert {
    color: #f2edef;
    background: #2f2e2d;
    border-color: #2f2e2d
}

input[type=email].invert::-webkit-input-placeholder, input[type=search].invert::-webkit-input-placeholder, input[type=text].invert::-webkit-input-placeholder {
    color: #a89ba0
}

input[type=email].invert::-moz-placeholder, input[type=search].invert::-moz-placeholder, input[type=text].invert::-moz-placeholder {
    color: #a89ba0
}

input[type=email].invert:-ms-input-placeholder, input[type=email].invert::-ms-input-placeholder, input[type=search].invert:-ms-input-placeholder, input[type=search].invert::-ms-input-placeholder, input[type=text].invert:-ms-input-placeholder, input[type=text].invert::-ms-input-placeholder {
    color: #a89ba0
}

input[type=email].invert::placeholder, input[type=search].invert::placeholder, input[type=text].invert::placeholder {
    color: #a89ba0
}

.phone-link {
    color: #0d0802;
    white-space: nowrap
}

* {
    line-height: 1;
    -webkit-font-variant-ligatures: none;
    -moz-font-variant-ligatures: none;
    font-variant-ligatures: none
}

.site-main-nav li.active a, .site-sub-nav ul li.active a, .ugc strong, strong {
    font-weight: 700
}

em {
    font-style: italic
}

a {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.loading {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.site-header {
    position: relative;
    background: #0d0802;
    color: #f2edef;
    padding-top: 6em;
    padding-bottom: 8em
}

.site-header.nopad {
    padding-top: 0;
    padding-bottom: 0;
    height: 4.45em
}

@media only screen and (max-width: 750px) {
    .site-header {
        padding: 2em 0
    }
}

.site-logo {
    display: block;
    margin: 0 auto;
    background-image: url(../i/artpartner-logo-invert.svg);
    text-indent: -999em;
    background-position: center center;
    background-repeat: no-repeat;
    width: 16em;
    height: 8.8em;
    background-size: 16em 8.8em
}

.site-main-nav {
    position: absolute;
    z-index: 1000;
    width: 100%;
    bottom: 0;
    background: #0d0802
}

.site-main-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.site-main-nav ul.en {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.site-main-nav a {
    display: inline-block;
    color: #f2edef;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 2.4em;
    letter-spacing: .02em;
    line-height: 1;
    padding: .52em .41em .35em
}

.home-afisha .afisha-item .info h1 a:hover, .site-footer .social-icons li a:hover, .site-main-nav a:hover, .site-sub-nav ul a:hover {
    color: #e73446
}
.site-footer .social-icons li a:hover .icon-telegram:before{
    filter: invert(33%) sepia(90%) saturate(1004%) hue-rotate(320deg) brightness(88%) contrast(109%);
}

.site-main-nav.always-sticky {
    height: 4.5em;
    position: fixed;
    top: 0;
    bottom: auto
}

.home .site-main-nav ul .home-li, .site-main-nav .home-li {
    display: none
}

.site-main-nav .icon-home {
    position: relative;
    top: -.2em;
    font-size: 1.2em
}

@media only screen and (max-width: 750px) {
    .site-main-nav, .site-main-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .site-main-nav {
        display: none;
        position: fixed !important;
        z-index: 5000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        min-height: 100vh
    }

    .site-main-nav .home-li {
        display: block
    }

    .site-main-nav.display-over {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .site-main-nav ul {
        text-align: center
    }

    .site-main-nav ul li {
        font-size: 1.3em
    }
}

.js-nav-link {
    display: none
}

@media only screen and (max-width: 750px) {
    .js-nav-link {
        position: fixed;
        z-index: 6000;
        bottom: 12vh;
        right: 1em;
        background: #0d0802;
        width: 5em;
        height: 5em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .js-nav-link .icon {
        font-size: 3em;
        color: #f2edef
    }

    .js-nav-link .icon-times, .js-nav-link.active .icon-bars {
        display: none
    }

    .js-nav-link.active .icon-times {
        display: inline-block
    }
}

.site-sub-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(13, 8, 2, .15)
}

.site-sub-nav ul li {
    margin-right: 2.4em
}

.site-sub-nav ul a {
    color: #0d0802;
    display: inline-block;
    font-size: 1.8em;
    line-height: 1;
    padding: .2em 0 .65em
}

.site-header-en {
    position: relative;
    background: #0d0802;
    color: #f2edef;
    padding-top: 6em;
    padding-bottom: 6em
}

@media only screen and (max-width: 750px) {
    .site-header-en {
        padding: 2em 0
    }
}

.site-header-en .site-logo {
    background-image: url(../i/artpartner-logo-en-invert.svg)
}

.site-footer {
    position: relative;
    overflow: hidden;
    padding-top: 3.33vw;
    text-align: center
}

@media only screen and (max-width: 600px) {
    .site-footer {
        padding-top: 2.9vw
    }
}

.site-footer:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: -1%;
    right: 0;
    width: 102%;
    height: 3.5vw;
    background-position: top center;
    background-size: cover;
    background-image: url(../i/curve-black.svg)
}

.site-footer a {
    color: #f2edef
}

.site-footer h2, h3.home-title {
    font-size: 4em;
    line-height: 1;
    margin-bottom: .5em
}

.site-footer p {
    font-size: 1.5em;
    line-height: 1.4
}

@media only screen and (max-width: 750px) {
    .site-footer p {
        font-size: 1.8em;
        line-height: 1.3
    }
}

.site-footer .btn, .site-footer .form-input {
    font-size: 1.8em
}

.site-footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 6em;
    background: #0d0802;
    color: #f2edef
}

.site-footer nav {
    padding-bottom: 5em
}

.site-footer .communication, .site-footer nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.site-footer .subscribe {
    margin-bottom: 7.5em
}

.site-footer .form-row {
    padding-top: .5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 44em
}

.site-footer .form-row .form-input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 2px
}

.site-footer .club, .site-footer .social {
    margin-bottom: 7.5em
}

.site-footer .club img {
    width: 100%;
    max-width: 35em;
    height: auto;
    margin-bottom: 2.4em
}

.site-footer .social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.site-footer .social-icons li {
    display: block;
    position: relative;
    margin: 0 .5em
}

.site-footer .social-icons li a {
    display: block;
    font-size: 4em;
    line-height: 1;
    overflow: hidden
}

.show-footer .social-icons li a .icon, .site-footer .social-icons li a .icon {
    font-size: .92em;
    line-height: 1
}

.site-footer .copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: left;
    padding-bottom: 2em
}

@media only screen and (max-width: 450px) {
    .site-footer .copy {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center
    }
}

.cover-cast li.role em, .site-footer .copy em {
    font-family: "SangBleu-Kingdom", serif
}

.site-footer .copy a {
    text-decoration: underline
}

.site-footer .copy a:hover, .site-footer .dev a:hover, a {
    text-decoration: none
}

.site-footer .dev {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: right;
    padding-bottom: 2em
}

@media only screen and (max-width: 450px) {
    .site-footer .dev {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center
    }
}

.site-footer .dev a, h2.home-title span {
    font-family: "SangBleu-Kingdom", serif;
    font-style: italic
}

.site-footer .dev a {
    text-decoration: underline
}

.home-promo {
    position: relative;
    overflow: hidden;
    background-color: #161615
}

.home-promo .owl-item, .home-promo .owl-item .cover-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.home-promo .owl-item .cover-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-promo .owl-item .show-header {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.home-promo .owl-item .show-title {
    font-size: .8em
}

.home-promo .js-owl-next, .home-promo .js-owl-prev, .home-promo .owl-item, .notification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.home-promo .js-owl-next, .home-promo .js-owl-prev {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    background: rgba(0, 0, 0, .15)
}

@media only screen and (max-width: 999px) {
    .home-promo .js-owl-next, .home-promo .js-owl-prev {
        display: none
    }
}

@media only screen and (max-width: 450px) {
    .home-promo .js-owl-next, .home-promo .js-owl-prev {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50vw;
        height: 5em;
        top: auto;
        bottom: 0;
        background: rgba(0, 0, 0, .25)
    }
}

.home-promo .js-owl-next:after, .home-promo .js-owl-prev:after {
    color: #f2edef;
    font-family: 'BasisGrotesque-Pro';
    font-size: 6em;
    margin-bottom: .5em
}

@media only screen and (max-width: 450px) {
    .home-promo .js-owl-next:after, .home-promo .js-owl-prev:after {
        font-size: 5em;
        margin-bottom: 0
    }
}

.home-promo .js-owl-prev {
    left: 0
}

.home-promo .js-owl-prev:after {
    content: '←'
}

.home-promo .js-owl-next {
    left: auto;
    right: 0
}

.home-promo .js-owl-next:after {
    content: '→'
}

h2.home-title {
    position: relative;
    font-size: 8em;
    line-height: 1;
    margin-bottom: .8em;
    text-transform: uppercase;
    text-align: center
}

h2.home-title span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1.7em;
    display: block;
    text-transform: none;
    font-size: .23em
}

@media only screen and (max-width: 1000px) {
    h2.home-title {
        margin-bottom: .4em
    }

    h2.home-title span {
        bottom: -.9em
    }
}

@media only screen and (max-width: 600px) {
    h2.home-title {
        font-size: 6em
    }

    h2.home-title span {
        position: relative;
        bottom: auto;
        margin-top: .4em;
        font-size: .35em
    }
}

@media only screen and (max-width: 400px) {
    h2.home-title {
        font-size: 5em
    }
}

h2.home-title img.season-graphics {
    position: absolute;
    top: -.25em;
    left: 0;
    width: 1.25em;
    height: 1.25em
}

h3.home-title {
    margin-bottom: .75em
}

.notification {
    background-color: #f2929c;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 3em
}

.notification .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38%;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%
}

@media only screen and (max-width: 750px) {
    .notification .img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 2em
    }
}

.notification .img img {
    display: block;
    width: 100%
}

.notification .data {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    text-align: left
}

.notification .data .icon {
    color: #0d0802;
    float: right;
    font-size: 2.4em;
    line-height: 1;
    padding-left: 1em;
    padding-bottom: 1em
}

.notification .data h2 {
    font-size: 4em;
    line-height: 1.1;
    margin-bottom: .3em
}

.notification .data p {
    font-size: 1.8em;
    line-height: 1.3;
    margin-bottom: .9em
}

.home-afisha .posts-nav .btn, .notification .data .btn {
    font-size: 1.8em
}

.home-afisha .site-columns {
    overflow: visible
}

.home-afisha .afisha-item {
    border-color: rgba(13, 8, 2, .15);
    padding: 2.5em 0
}

.home-afisha .afisha-item .datetime .date {
    font-size: 3.6em;
    line-height: 1;
    margin-bottom: .3em
}

.home-afisha .afisha-item .datetime .time, .home-afisha .afisha-item .datetime .weekday {
    font-size: 1.5em;
    line-height: 1
}

@media only screen and (max-width: 750px) {
    .home-afisha .afisha-item .datetime .time, .home-afisha .afisha-item .datetime .weekday {
        font-size: 1.8em
    }
}

.home-afisha .afisha-item .info h1, .intro p {
    font-size: 4em
}

.home-afisha .afisha-item .info h1 a, .persons-grid-item a {
    color: #0d0802
}

.home-afisha .posts-nav {
    padding: 4em 0;
    text-align: center
}

.home-intro, h3.home-title {
    text-align: center
}

.home-intro .intro {
    text-align: center;
    margin-bottom: 4em
}

.home-persons {
    margin-left: -1.5em;
    margin-right: -1.5em
}

.home-persons .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width: 1100px) {
    .home-persons .container {
        padding: 0 5em
    }
}

@media only screen and (max-width: 960px) {
    .home-persons .container {
        padding: 0 3em
    }

    .home-persons .container li h1 {
        font-size: 1.6em
    }
}

@media only screen and (max-width: 750px) {
    .home-persons .container {
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.home-persons li .custom-padding {
    padding: 1em 2.5em 2em
}

.home-persons li .custom-padding h1 {
    font-size: 1.8em
}

.home-persons-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%
}

@media only screen and (max-width: 1100px) {
    .home-persons-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 47%;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%
    }
}

@media only screen and (max-width: 960px) {
    .home-persons-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%
    }
}

@media only screen and (max-width: 750px) {
    .home-persons-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }

    .home-persons-column + .home-persons-column {
        margin-top: 6em
    }
}

@media only screen and (max-width: 550px) {
    .home-persons-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 90%;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%
    }
}

@media only screen and (max-width: 440px) {
    .home-persons-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }
}

.intro p {
    line-height: 1.25
}

@media only screen and (max-width: 750px) {
    .intro p {
        font-size: 3.2em
    }
}

.intro p + p {
    margin-top: 1em
}

.areas, .show-gallery ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 430px) {
    .areas li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.areas p {
    position: relative;
    font-size: 2.4em;
    line-height: 1.25;
    padding: 1em 1em 1.7em 0
}

.areas p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 38%;
    height: .4em
}

.areas li:nth-child(4n+1) p:before {
    background-color: #e73446
}

.areas li:nth-child(4n+2) p:before {
    background-color: #015e62
}

.areas li:nth-child(4n+3) p:before {
    background-color: #a37244
}

.areas li:nth-child(4n+0) p:before {
    background-color: #f2929c
}

.persons-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.persons-grid-wide li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
}

@media only screen and (max-width: 900px) {
    .persons-grid-wide li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media only screen and (max-width: 720px) {
    .persons-grid-wide li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%
    }
}

@media only screen and (max-width: 450px) {
    .persons-grid-wide li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

.persons-grid-narrow li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

@media only screen and (max-width: 440px) {
    .persons-grid-narrow li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.persons-grid-item {
    text-align: center
}

.persons-grid-item img {
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    margin-bottom: 1em
}

.persons-grid-item h1 {
    font-size: 1.6em;
    line-height: 1.44
}

.afisha-item .info h1 a:hover, .media-news-item a:hover h1, .persons-grid-item a:hover, .show-grid-item a:hover h1 {
    color: #e73446
}

.person-title .firstname {
    font-family: "SangBleu-Kingdom", serif;
    font-style: italic;
    font-weight: 400
}

.person-title .lastname {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em
}

.single-person h1 {
    font-size: 9.6em;
    line-height: 1;
    margin-bottom: .3em
}

.single-person h1 span {
    display: block
}

.single-person h1 .longwords {
    display: block;
    font-size: .75em;
    margin-top: .2em
}

.single-person h1 .longwords span {
    line-height: 1
}

@media only screen and (max-width: 840px) {
    .single-person h1 {
        font-size: 7em
    }
}

@media only screen and (max-width: 720px) {
    .single-person h1 {
        font-size: 6em
    }
}

@media only screen and (max-width: 600px) {
    .single-person h1 {
        font-size: 5.2em
    }
}

@media only screen and (max-width: 380px) {
    .single-person h1 {
        font-size: 4.6em
    }
}

body.afisha {
    background-color: #0d0802
}

main.afisha {
    background: #0d0802;
    color: #f2edef;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.afisha-item {
    border-top: 1px solid rgba(242, 237, 239, .2);
    padding: 5em 0
}

.afisha-item:last-child {
    border-bottom: 1px solid rgba(242, 237, 239, .2);
    margin-bottom: 5em
}

.afisha-item a, .show-header.green a, .show-header.red a {
    color: #f2edef
}

@media only screen and (max-width: 600px) {
    .afisha-item {
        padding: 3em 0
    }
}

.afisha-item .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.afisha-item .datetime {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 21.5%;
    -ms-flex: 0 0 21.5%;
    flex: 0 0 21.5%
}

.afisha-item .datetime .date {
    display: block;
    font-family: "SangBleu-Kingdom", serif;
    font-size: 4.8em;
    line-height: 1.1;
    margin-bottom: .1em
}

.afisha-item .datetime .weekday {
    font-size: 1.8em;
    line-height: 1.2;
    margin-right: .5em;
    display: inline-block
}

.afisha-item .datetime .weekday::first-letter, .afisha-item .info h1 {
    text-transform: uppercase
}

.afisha-item .datetime .time {
    font-family: "SangBleu-Kingdom", serif
}

.afisha-item .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.afisha-item .info h1 {
    font-size: 8em;
    line-height: 1;
    margin-bottom: .07em
}

@media only screen and (max-width: 750px) {
    .afisha-item .info h1 {
        font-size: 8em
    }
}

@media only screen and (max-width: 520px) {
    .afisha-item .info h1 {
        font-size: 7em
    }
}

@media only screen and (max-width: 470px) {
    .afisha-item .info h1 {
        font-size: 6em
    }
}

@media only screen and (max-width: 400px) {
    .afisha-item .info h1 {
        font-size: 5em
    }
}

.afisha-item .datetime .time, .afisha-item .info p {
    font-size: 1.8em;
    line-height: 1.2
}

.afisha-item .info p span {
    margin-right: .7em
}

.afisha-item .info p .place {
    font-family: "SangBleu-Kingdom", serif;
    font-style: italic
}

.afisha-item .controls {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 21em;
    -ms-flex: 0 0 21em;
    flex: 0 0 21em;
    text-align: right
}

.afisha-item .controls .btn, .cover-content-wrapper .btn-list li a {
    font-size: 1.8em
}

@media only screen and (max-width: 960px) {
    .afisha-item .datetime {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 1.5em
    }

    .afisha-item .datetime .date {
        float: left;
        width: auto;
        margin-right: .6em
    }

    .afisha-item .datetime .time, .afisha-item .datetime .weekday {
        text-align: right;
        margin-right: 0;
        display: block;
        line-height: 1.3
    }
}

@media only screen and (max-width: 750px) {
    .afisha-item .controls {
        margin-top: 1.5em;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.afisha-empty .ugc {
    border-top: 1px solid rgba(242, 237, 239, .2);
    padding: 20em 0;
    border-bottom: 1px solid rgba(242, 237, 239, .2);
    margin-bottom: 7em
}

.afisha-empty .ugc p {
    text-align: center
}

body.performance .site-main.widget {
    padding: 0
}

body.performance .no-widget, body.performance .site-footer:before {
    display: none
}

body.performance .site-footer {
    padding-top: 0
}

.btn.js-buy-tickets-btn {
    opacity: 0;
    height: 0;
    cursor: default
}

.btn.js-buy-tickets-btn.ready {
    height: auto;
    opacity: 1;
    cursor: pointer
}

.btn.js-buy-tickets-btn.disabled {
    height: auto;
    opacity: .5
}

.btn.js-buy-tickets-btn.disabled:hover {
    border-color: inherit;
    color: inherit
}

.shows-grid {
    margin-left: -1.5em;
    margin-right: -1.5em
}

.shows-grid .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.shows-grid article .custom-padding {
    padding: 0 2.5em
}

@media only screen and (max-width: 600px) {
    .shows-grid.shows-grid-wide article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media only screen and (max-width: 440px) {
    .shows-grid.shows-grid-wide article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.shows-grid.shows-grid-narrow article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

@media only screen and (max-width: 440px) {
    .shows-grid.shows-grid-narrow article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.show-grid-item {
    padding-bottom: 4em
}

.show-grid-item a, .show-header.pink a, .show-header.red .premiere, .show-header.red a:hover h1 {
    color: #0d0802
}

.media-news-item img, .show-grid-item img {
    width: 100%;
    margin-bottom: 1.5em
}

.show-grid-item .premiere, .show-grid-item h1 {
    font-size: 3em;
    line-height: 1;
    text-transform: uppercase
}

.show-grid-item .premiere {
    display: block;
    font-size: 1.2em;
    color: #e73446;
    letter-spacing: .2em;
    margin-top: .2em;
    margin-bottom: .55em
}

.show-grid-item p {
    font-size: 1.5em;
    line-height: 1
}

@media only screen and (max-width: 750px) {
    .show-grid-item p {
        font-size: 1.8em
    }
}

.show-grid-item .suptitle {
    margin-bottom: .4em
}

.show-grid-item .subtitle {
    font-family: "SangBleu-Kingdom", serif;
    margin-bottom: .4em
}

.site-two-column, .site-two-column > .container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.site-two-column {
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #0d0802
}

.site-two-column > .container {
    margin-top: 4.5em;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width: 750px) {
    .site-two-column > .container {
        margin-top: 0
    }
}

.site-left, .site-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    overflow: hidden;
    min-height: 100vh
}

@media only screen and (max-width: 750px) {
    .site-left, .site-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.site-left .container, .site-right .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.site-left .container {
    background: #0d0802;
    background: -webkit-gradient(linear, left top, right top, color-stop(89%, #0d0802), to(#1e1e1d));
    background: -o-linear-gradient(left, #0d0802 89%, #1e1e1d 100%);
    background: linear-gradient(to right, #0d0802 89%, #1e1e1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d0802', endColorstr='#1e1e1d', GradientType=1)
}

.site-right .content {
    background-color: #f2edef;
    padding-bottom: 5em
}

.media-news-item h1, .show-grid-item h1, .show-header a h1 {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.show-header.red {
    background-color: #e73446;
    color: #f2edef
}

.show-header.red .cover-image-wrapper:after {
    background-image: url(../i/short-curve-red.svg)
}

.show-header.red .btn.btn-outline {
    border-color: #0d0802;
    color: #0d0802
}

.show-header.red .btn.btn-primary {
    border-color: #0d0802;
    background-color: #0d0802;
    color: #e73446
}

.show-header.red .btn.btn-primary:hover {
    background-color: #f2edef;
    border-color: #f2edef
}

.show-header.green {
    background-color: #015e62;
    color: #f2edef
}

.show-header.green .premiere, .show-header.green a:hover h1 {
    color: #f2929c
}

.show-header.green .cover-image-wrapper:after {
    background-image: url(../i/short-curve-green.svg)
}

.show-header.green .btn.btn-outline {
    border-color: #f2edef;
    color: #f2edef
}

.show-header.green .btn.btn-outline:hover {
    border-color: #f2929c;
    color: #f2929c
}

.show-header.green .btn.btn-primary {
    border-color: #f2edef;
    background-color: #f2edef;
    color: #015e62
}

.show-header.green .btn.btn-primary:hover {
    background-color: #f2929c;
    border-color: #f2929c
}

/* purple DS */

.afisha-item a, .show-header.purple a {
    color: #f2edef;
}

.show-header.purple {
    background-color: #601d73;
    color: #f2edef;
}

.show-header.purple .premiere, .show-header.purple a:hover h1 {
    color: #f2929c;
}

.show-header.purple .cover-image-wrapper:after {
    background-image: url(../i/short-curve-purple.svg);
}

.show-header.purple .btn.btn-outline {
    border-color: #f2edef;
    color: #f2edef;
}

.show-header.purple .btn.btn-outline:hover {
    border-color: #f2929c;
    color: #f2929c;
}

.show-header.purple .btn.btn-primary {
    border-color: #f2edef;
    background-color: #f2edef;
    color: #601d73
}

.show-header.purple .btn.btn-primary:hover {
    background-color: #601d73;
    border-color: #f2929c;
    color: #f2929c;
}
/* END purple DS */

.show-header.pink, .show-header.pink2 {
    background-color: #f2929c;
    color: #0d0802
}

.show-header.pink a:hover h1, .show-header.pink2 a {
    color: #0d0802
}

.show-header.pink .suptitle, .show-header.pink h1, .show-header.pink2 .premiere, .show-header.pink2 a:hover h1 {
    color: #f2edef
}

.show-header.pink .cover-image-wrapper:after, .show-header.pink2 .cover-image-wrapper:after {
    background-image: url(../i/short-curve-pink.svg)
}

.show-header.pink .btn.btn-outline {
    border-color: #e73446;
    color: #e73446
}

.show-header.pink .btn.btn-outline:hover {
    border-color: #0d0802;
    color: #0d0802
}

.show-header.pink .btn.btn-primary {
    border-color: #e73446;
    background-color: #e73446;
    color: #0d0802
}

.show-header.pink .btn.btn-primary:hover {
    background-color: #0d0802;
    border-color: #0d0802;
    color: #f2929c
}

.show-header.gold .premiere, .show-header.gold a, .show-header.gold a:hover h1, .show-header.pink2 .suptitle, .show-header.pink2 h1 {
    color: #0d0802
}

.show-header.pink2 .btn.btn-outline {
    border-color: #0d0802;
    color: #0d0802
}

.show-header.pink2 .btn.btn-outline:hover {
    border-color: #f2edef;
    color: #f2edef
}

.show-header.pink2 .btn.btn-primary {
    border-color: #0d0802;
    background-color: #0d0802;
    color: #f2929c
}

.show-header.pink2 .btn.btn-primary:hover {
    background-color: #f2edef;
    border-color: #f2edef;
    color: #0d0802
}

.show-header.gold {
    background-color: #a37244;
    color: #0d0802
}

.show-header.black .names, .show-header.black .premiere, .show-header.black .subtitle, .show-header.black .suptitle, .show-header.black a:hover h1, .show-header.gold .suptitle, .show-header.gold h1 {
    color: #f2edef
}

.show-header.gold .cover-image-wrapper:after {
    background-image: url(../i/short-curve-gold.svg)
}

.show-header.gold .btn.btn-outline {
    border-color: #0d0802;
    color: #0d0802
}

.show-header.gold .btn.btn-outline:hover {
    border-color: #f2edef;
    color: #f2edef
}

.show-header.gold .btn.btn-primary {
    border-color: #0d0802
}

.show-header.gold .btn.btn-primary:hover {
    background-color: #f2edef;
    border-color: #f2edef
}

.show-header.black, .show-header.black2, .show-header.gold .btn.btn-primary {
    background-color: #0d0802;
    color: #a37244
}

.show-header.black a, .show-header.black2 .premiere, .show-header.black2 a:hover h1 {
    color: #a37244
}

.show-header.black .cover-image-wrapper:after, .show-header.black2 .cover-image-wrapper:after {
    background-image: url(../i/short-curve-black.svg)
}

.show-header.black .btn.btn-outline {
    border-color: #a37244;
    color: #a37244
}

.show-header.black .btn.btn-outline:hover {
    border-color: #f2edef;
    color: #f2edef
}

.show-header.black .btn.btn-primary {
    border-color: #a37244;
    background-color: #a37244;
    color: #0d0802
}

.show-header.black .btn.btn-primary:hover {
    background-color: #f2edef;
    border-color: #f2edef
}

.show-header.black2 {
    color: #f2edef
}

.show-header.black2 a {
    color: #f2edef
}

.show-header.black2 .btn.btn-outline {
    border-color: #f2edef;
    color: #f2edef
}

.show-header.black2 .btn.btn-outline:hover {
    border-color: #a37244;
    color: #a37244
}

.show-header.black2 .btn.btn-primary {
    border-color: #f2edef;
    background-color: #f2edef;
    color: #0d0802
}

.show-header.black2 .btn.btn-primary:hover {
    background-color: #a37244;
    border-color: #a37244
}

.show-header.white {
    background-color: #fff;
    color: #a37244
}

.show-header.white a {
    color: #a37244
}

.show-header.white .names, .show-header.white .premiere, .show-header.white .subtitle, .show-header.white .suptitle, .show-header.white a:hover h1, .show-publications a {
    color: #0d0802
}

.show-header.white .cover-image-wrapper:after {
    background-image: url(../i/short-curve-white.svg)
}

.show-header.white .btn.btn-outline {
    border-color: #a37244;
    color: #a37244
}

.show-header.white .btn.btn-outline:hover {
    border-color: #0d0802;
    color: #0d0802
}

.show-header.white .btn.btn-primary {
    border-color: #a37244;
    background-color: #a37244;
    color: #fff
}

.show-header.white .btn.btn-primary:hover {
    background-color: #0d0802;
    border-color: #0d0802
}

.show-header, .site-left, .site-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.show-header, .show-header .cover-content-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cover-image-wrapper {
    position: relative;
    overflow: hidden;
    background: #0d0802
}

.cover-image-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    left: -1%;
    right: 0;
    bottom: -2px;
    width: 102%;
    height: 16%;
    background-position: top center;
    background-size: cover
}

.cover-image-wrapper .site-logo-modest {
    display: block;
    position: absolute;
    z-index: 100;
    left: 50%;
    bottom: 13%;
    margin-left: -7.7em;
    width: 15.4em;
    height: 4.8em;
    background-position: center center;
    background-size: 15.4em 4.8em;
    background-image: url(../i/artpartner-logo-modest.svg);
    text-indent: -9999px
}

.cover-image-wrapper .age {
    position: absolute;
    z-index: 200;
    top: .55em;
    left: .55em;
    display: block;
    border-color: rgba(255, 255, 255, .2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 1.8em;
    width: 2.1em;
    height: 2.1em;
    text-align: center;
    line-height: 2.3
}

.cover-image {
    position: relative;
    background-position: center center;
    background-size: cover;
    opacity: .85
}

.cover-image:after {
    content: '';
    display: block;
    padding-bottom: 52.5%
}

.cover-content-wrapper {
    position: relative;
    padding: 3.7em 0 4em;
    text-align: center
}

.cover-content-wrapper .names {
    padding: 0 4em 1em
}

.cover-content-wrapper .names li {
    display: inline-block;
    font-size: 1.8em;
    margin: 0 .6em .8em;
    white-space: nowrap
}

.cover-content-wrapper .names li .firstname {
    font-family: "SangBleu-Kingdom", serif;
    font-style: italic
}

.cover-content-wrapper .names li .lastname {
    text-transform: uppercase;
    font-weight: 700
}

.cover-cast li, .cover-content-wrapper .suptitle {
    font-size: 1.8em;
    line-height: 1.3
}

.cover-content-wrapper .suptitle span {
    display: inline-block;
    margin-bottom: 1.3em;
    line-height: 1.3
}

.cover-content-wrapper .suptitle .size-large {
    font-size: 1.33em;
    margin-bottom: .9em
}

.cover-content-wrapper .premiere {
    display: block;
    font-size: 1.7em;
    text-transform: uppercase;
    letter-spacing: 1.2em;
    margin-left: .6em;
    margin-bottom: 1.3em
}

.cover-content-wrapper .show-title {
    line-height: 1.1;
    text-transform: uppercase;
    padding: 0 .1em
}

.cover-content-wrapper .show-title span {
    display: inline-block
}

.cover-content-wrapper .show-title .size-140 {
    font-size: 14em
}

.cover-content-wrapper .show-title .size-125 {
    font-size: 12.5em;
    padding: .05em .1em
}

.cover-content-wrapper .show-title .size-110 {
    font-size: 11em;
    padding: .1em
}

.cover-content-wrapper .show-title .size-95 {
    font-size: 9.5em;
    padding: .15em .1em
}

.cover-content-wrapper .show-title .size-80 {
    font-size: 8em;
    padding: .2em .1em
}

.cover-content-wrapper .show-title .size-60 {
    font-size: 6em;
    padding: .25em .1em
}

@media only screen and (max-width: 1200px) {
    .cover-content-wrapper .show-title {
        font-size: .9em
    }
}

@media only screen and (max-width: 960px) {
    .cover-content-wrapper .show-title {
        font-size: .8em
    }

    .cover-content-wrapper .show-title .size-140 {
        font-size: 13em
    }

    .cover-content-wrapper .show-title .size-125 {
        font-size: 11.5em
    }

    .cover-content-wrapper .show-title .size-110 {
        font-size: 10.5em
    }
}

.cover-content-wrapper .subtitle {
    font-family: "SangBleu-Kingdom", serif;
    font-size: 1.8em;
    line-height: 1.4;
    margin-bottom: 2em
}

.cover-cast, .cover-content-wrapper .btn-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cover-content-wrapper .btn-list {
    margin-bottom: 4em
}

.cover-content-wrapper .btn-list li {
    margin: 0 .5em
}

.cover-cast {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cover-cast li {
    line-height: 1.4;
    margin-bottom: 1.5em
}

.cover-cast li.cast-subtitle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-transform: uppercase;
    font-size: 2.4em;
    letter-spacing: .1em;
    padding: 0 2em
}

.cover-cast li.role {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

.cover-cast li.role a {
    text-decoration: underline
}

.cover-cast li.role a:hover {
    text-decoration: none
}

.cover-cast li.comment {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.cover-cast, .cover-footer, .show-gallery ul .half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.cover-footer {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: .5em
}

.cover-footer .premiere-date {
    text-align: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16em;
    -ms-flex: 0 0 16em;
    flex: 0 0 16em
}

@media only screen and (max-width: 500px) {
    .cover-footer .premiere-date {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }
}

.cover-footer .premiere-date p {
    font-size: 1.5em;
    line-height: 1.4
}

@media only screen and (max-width: 750px) {
    .cover-footer .premiere-date p {
        font-size: 1.8em;
        line-height: 1.3
    }
}

.cover-footer .premiere-date p .date, .show-afisha-item .container .info .day-and-time .time, .show-footer .copy em {
    font-family: "SangBleu-Kingdom", serif
}

.cover-footer .place {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center
}

@media only screen and (max-width: 500px) {
    .cover-footer .place {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

.cover-footer .place img {
    width: auto;
    height: 6em;
    margin-bottom: .5em
}

.cover-footer .place span, .show-logos li span {
    display: block;
    font-size: 1.5em;
    line-height: 1.2
}

@media only screen and (max-width: 750px) {
    .cover-footer .place span {
        font-size: 1.8em
    }
}

.cover-footer .time {
    text-align: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16em;
    -ms-flex: 0 0 16em;
    flex: 0 0 16em
}

@media only screen and (max-width: 500px) {
    .cover-footer .time {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }
}

.cover-footer .time p {
    font-size: 1.5em;
    line-height: 1.4
}

@media only screen and (max-width: 750px) {
    .cover-footer .time p {
        font-size: 1.8em;
        line-height: 1.3
    }
}

.cover-footer .time p .intermissions {
    font-family: "SangBleu-Kingdom", serif;
    font-style: italic
}

.show-gallery, .show-gallery ul li, .video-box {
    overflow: hidden
}

.show-gallery ul .half {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.show-gallery ul .half:after {
    content: '';
    display: block;
    padding-bottom: 100%
}

.show-gallery ul .half a {
    position: relative;
    min-height: 100%;
    background-position: center center
}

.show-gallery ul .full, .show-gallery ul .half a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.show-gallery ul .full img {
    display: block;
    width: 100%;
    height: auto
}

.video-box {
    position: relative;
    margin-bottom: 2px
}

#video-tn, .show-gallery ul .half a, .video-box:before {
    display: block;
    background-size: cover
}

.video-box:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: -1%;
    right: 0;
    bottom: -2px;
    width: 102%;
    height: 3.1vw;
    background-position: top center;
    background-image: url(../i/short-curve-apwhite.svg)
}

@media only screen and (max-width: 750px) {
    .video-box:before {
        height: 6.2vw
    }
}

#video-tn {
    position: relative;
    background-position: center center
}

#video-tn:before, .show-footer:before {
    display: block;
    position: absolute;
    z-index: 2;
    right: 0
}

#video-tn:before {
    content: 'o';
    top: 50%;
    left: 0;
    width: 100%;
    font-family: 'artpartner';
    text-align: center;
    font-size: 14em;
    margin-top: -.55em;
    color: #f2edef
}

#video-tn:after {
    content: '';
    display: block;
    padding-bottom: 75%
}

.show-afisha-item .container, .video-popup .popup-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.video-popup .popup-body {
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.show-section {
    padding: 6em 0 4em
}

.show-afisha {
    border-bottom: 1px solid rgba(13, 8, 2, .15)
}

.show-afisha li {
    border-top: 1px solid rgba(13, 8, 2, .15)
}

.show-afisha-item {
    padding: 2.5em 0
}

.show-afisha-item .container {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 470px), only screen and (min-width: 751px) and (max-width: 960px) {
    .show-afisha-item .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.show-afisha-item .container .day-month {
    width: 4em;
    font-family: "SangBleu-Kingdom", serif;
    font-size: 4.4em;
    line-height: 1
}

@media only screen and (max-width: 470px), only screen and (min-width: 751px) and (max-width: 960px) {
    .show-afisha-item .container .day-month {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-bottom: .2em
    }
}

.show-afisha-item .container .day-month .time, .show-afisha-item .container .day-month .weekday, .show-afisha-item .container .info .day-and-time .date {
    display: none
}

.show-afisha-item .container .event {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.show-afisha-item .container .event, .show-afisha-item .container .info {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.show-afisha-item .container .info .day-and-time {
    font-size: 1.8em;
    line-height: 1.5
}

.show-afisha-item .container .info .place {
    font-family: "SangBleu-Kingdom", serif;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1
}

@media only screen and (max-width: 750px) {
    .show-afisha-item .container .info .place {
        font-size: 1.8em
    }
}

.show-afisha-item .container .controls {
    width: 34em;
    text-align: right
}

.show-afisha-item .container .controls .btn, .ugc div.btn-block {
    font-size: 1.8em
}

.show-afisha-more-btn .box, .show-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.show-afisha-more-btn .box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #0d0802;
    font-size: 1.5em;
    padding: .9em 0 .7em
}

@media only screen and (max-width: 750px) {
    .show-afisha-more-btn .box {
        font-size: 1.8em
    }
}

.show-logos {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.show-logos li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center
}

.show-logos li .box {
    padding: 0 2em 4em
}

.show-logos li img {
    max-width: 20em;
    max-height: 10em;
    margin-bottom: 1em
}

.show-logos li span {
    color: #0d0802
}

@media only screen and (max-width: 750px) {
    .show-logos li span {
        font-size: 1.8em
    }
}

.show-publications a .pub-title {
    text-decoration: underline
}

.show-footer .dev a:hover, .show-publications a:hover .pub-title {
    text-decoration: none
}

.show-publications li, .show-reviews li {
    margin-bottom: 3em
}

.show-publications blockquote, .show-reviews blockquote {
    font-family: "SangBleu-Kingdom", serif;
    font-style: italic;
    font-size: 2.1em;
    line-height: 1.7;
    margin-bottom: .5em
}

.show-publications p {
    font-size: 1.5em;
    line-height: 1.5
}

@media only screen and (max-width: 750px) {
    .show-publications p {
        font-size: 1.8em
    }
}

.show-footer .dev a, .show-publications p .date {
    font-family: "SangBleu-Kingdom", serif;
    font-style: italic
}

.show-publications p .date {
    white-space: nowrap
}

.show-reviews p {
    font-size: 1.5em;
    line-height: 1.5
}

@media only screen and (max-width: 750px) {
    .show-reviews p {
        font-size: 1.8em
    }
}

.show-footer {
    position: relative;
    padding-top: 3.1em;
    background: #0d0802
}

.show-footer:before {
    content: '';
    top: -3.1vw;
    left: -1%;
    width: 102%;
    height: 3.1vw;
    background-position: top center;
    background-size: cover;
    background-image: url(../i/short-curve-black.svg)
}

@media only screen and (max-width: 750px) {
    .show-footer:before {
        height: 6.2vw;
        top: -6vw
    }
}

.show-footer, .show-footer a {
    color: #f2edef
}

.media-news-item p.date, .show-footer p {
    font-size: 1.5em;
    line-height: 1.4
}

@media only screen and (max-width: 750px) {
    .show-footer p {
        font-size: 1.8em;
        line-height: 1.3
    }
}

.show-footer .btn {
    margin-top: 2.2em;
    font-size: 1.8em
}

.show-footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.show-footer .nav, .show-footer .social {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    padding: 2em 0
}

.show-footer .social {
    padding: 2em 0 6em
}

.show-footer .social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.show-footer .social-icons li {
    display: block;
    position: relative;
    margin: 0 .5em
}

.show-footer .social-icons li a {
    display: block;
    font-size: 4em;
    line-height: 1;
    overflow: hidden
}

.show-footer .copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66%;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    text-align: left;
    padding-bottom: 2em
}

@media only screen and (max-width: 450px) {
    .show-footer .copy {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center
    }
}

.show-footer .dev {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 34%;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    text-align: right;
    padding-bottom: 2em
}

@media only screen and (max-width: 450px) {
    .show-footer .dev {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center
    }
}

.show-footer .dev a {
    text-decoration: underline
}

.media-header {
    padding-bottom: 1em
}

.news-grid {
    margin-left: -1.5em;
    margin-right: -1.5em
}

.news-grid .container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.news-grid article .custom-padding {
    padding: 0 2.5em
}

.news-grid.news-grid-wide article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%
}

@media only screen and (max-width: 600px) {
    .news-grid.news-grid-wide article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media only screen and (max-width: 440px) {
    .news-grid.news-grid-wide article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.news-grid.news-grid-narrow article, .press-grid article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

@media only screen and (max-width: 440px) {
    .news-grid.news-grid-narrow article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.media-news-item {
    padding-bottom: 4.5em
}

.media-news-item a, .media-press-item a, .ugc p.contact-email a, .ugc table.show-crew td a {
    color: #0d0802
}

.media-news-item p.date {
    font-family: "SangBleu-Kingdom", serif;
    margin-bottom: .3em
}

@media only screen and (max-width: 750px) {
    .media-news-item p.date {
        font-size: 1.8em;
        line-height: 1.3
    }
}

.media-news-item h1 {
    font-size: 2.4em;
    line-height: 1.2
}

.media-news-item p {
    font-size: 1.5em;
    line-height: 1.4
}

@media only screen and (max-width: 750px) {
    .media-news-item p {
        font-size: 1.8em;
        line-height: 1.3
    }
}

.news-grid .container, .press-grid .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.media-press-item {
    padding-bottom: 3em
}

.media-press-item .media-item-content {
    padding-right: 2em
}

.media-press-item h1 {
    font-size: 2.4em;
    line-height: 1.2;
    margin-bottom: .2em
}

.media-press-item p {
    font-size: 1.5em;
    line-height: 1.4
}

@media only screen and (max-width: 750px) {
    .media-press-item p {
        font-size: 1.8em;
        line-height: 1.3
    }
}

.media-press-item .date {
    font-family: "SangBleu-Kingdom", serif
}

.posts-nav {
    margin-top: 1em;
    border-top: 1px solid rgba(13, 8, 2, .15);
    padding-top: 3em
}

.posts-nav .btn {
    position: relative;
    text-decoration: none;
    font-size: 1.5em
}

@media only screen and (max-width: 750px) {
    .posts-nav .btn {
        font-size: 1.8em
    }
}

.posts-nav .btn .loading {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: .3em;
    left: 50%;
    margin-left: -.65em;
    width: 1.2em;
    height: 1.2em;
    border: .3em solid rgba(13, 8, 2, .2);
    border-top: .3em solid #0d0802;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.posts-loading .btn {
    cursor: default
}

.posts-loading .btn span {
    opacity: .1
}

.posts-loading .btn .loading {
    display: block
}

.gallery-preview ul {
    position: relative;
    margin: 3em 0;
    width: 80%
}

.gallery-preview ul li {
    position: absolute;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0
}

.gallery-preview ul li .image-container {
    margin-left: -10em;
    width: 20em;
    text-align: center
}

.gallery-preview ul li img {
    position: relative;
    width: auto;
    height: 9.5em
}

.gallery-preview ul li:nth-child(1) {
    z-index: 5;
    top: -1em
}

.gallery-preview ul li:nth-child(1) img {
    left: -1em
}

.gallery-preview ul li:nth-child(2) {
    z-index: 4;
    top: 0
}

.gallery-preview ul li:nth-child(3) {
    z-index: 3;
    top: 1em
}

.gallery-preview ul li:nth-child(3) img {
    left: 1em
}

.gallery-preview em {
    padding-top: 8.8em;
    display: block;
    width: 80%;
    text-align: center;
    color: #0d0802;
    font-size: 1.5em;
    font-family: "SangBleu-Kingdom", serif;
    font-style: italic
}

@media only screen and (max-width: 750px) {
    .gallery-preview em {
        font-size: 1.8em
    }
}

body.contact .site-footer {
    padding-top: 0
}

body.contact .site-footer:before {
    display: none
}

.contact-map {
    height: 500px;
    padding-bottom: 6em;
    background-color: #000
}

@media only screen and (max-width: 600px) {
    .contact-map {
        height: 280px
    }
}

.ugc, .ugc pre {
    word-wrap: break-word
}

.ugc {
    max-width: 87em;
    overflow-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word
}

.ugc pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap
}

.ugc.fw {
    max-width: none
}

.ugc em, .ugc table.show-crew td.role {
    font-family: "SangBleu-Kingdom", serif;
    font-style: italic
}

.ugc a {
    color: #e73446;
    text-decoration: underline
}

.cookies p a:hover, .ugc a.btn, .ugc a:hover {
    text-decoration: none
}

.ugc header ul.btn-list {
    padding-left: 0;
    padding-bottom: 1em
}

.ugc header ul.btn-list li {
    font-size: 1.5em
}

@media only screen and (max-width: 750px) {
    .ugc header ul.btn-list li {
        font-size: 1.8em
    }
}

.ugc header ul.btn-list li:before {
    content: '';
    display: none
}

.ugc header .date {
    font-family: "SangBleu-Kingdom", serif;
    white-space: nowrap
}

.ugc h1.caps, .ugc h2.caps, .ugc h3, .ugc h3.caps, .ugc h4.caps {
    text-transform: uppercase
}

.ugc h1, .ugc h2 {
    font-size: 4em;
    line-height: 1.05;
    font-weight: 400;
    margin-bottom: .6em
}

.ugc h3 {
    font-size: 3em;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: .4em
}

.side-header .ugc p + .side-image, .ugc * + h2, .ugc * + h3, .ugc blockquote p + p {
    margin-top: 1em
}

.ugc h4 {
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0
}

.ugc * + h4 {
    margin-top: 1.4em
}

.ugc p {
    font-size: 2.4em;
    line-height: 1.4;
    margin-bottom: 1em
}

.ugc h2.contact-phone {
    font-family: "SangBleu-Kingdom", serif;
    margin-bottom: .2em
}

.ugc p.contact-email {
    margin-bottom: .4em
}

.ugc p.intro {
    font-size: 3.6em;
    margin-bottom: 1em
}

.ugc p .btn {
    font-size: .75em
}

.ugc ul {
    padding-left: 4em;
    padding-bottom: 2em
}

.ugc ul li {
    position: relative;
    line-height: 1.3;
    margin-bottom: .5em
}

.ugc ol li:last-child, .ugc ul li:last-child {
    margin-bottom: 0
}

.ugc ul li:before {
    position: absolute;
    left: -1.5em;
    content: '\2014';
    display: none;
}

.ugc ol li ol, .ugc ol li ul, .ugc ul li ol, .ugc ul li ul {
    padding-top: .5em;
    padding-left: 1.5em;
    padding-bottom: 0
}

.ugc ol li ol, .ugc ul li ol {
    padding-left: 1em
}

.ugc ul li li {
    font-size: 1em;
    padding-left: 0
}

.ugc ul ul li {
    font-size: 1em
}

.ugc ol {
    list-style: decimal;
    padding-left: 4em;
    padding-bottom: 2em
}

.ugc dl dd, .ugc dl dt, .ugc ol li {
    font-size: 1.8em;
    line-height: 1.3;
    margin-bottom: .5em
}

.ugc ol li li {
    font-size: 1em;
    padding-left: 0
}

.ugc dl {
    padding-top: 1em;
    padding-bottom: 1.5em
}

.ugc dl dd, .ugc dl dt {
    display: inline-block;
    margin-bottom: .8em;
    vertical-align: top
}

.ugc dl dt {
    width: 35%;
    margin-right: 5%
}

.ugc dl dd {
    width: 50%
}

.ugc blockquote {
    position: relative;
    padding-left: 2.2em;
    padding-right: 2em;
    font-size: 1.8em;
    line-height: 1.5;
    font-style: italic;
    padding-bottom: .25em;
    margin-bottom: 1.5em
}

.ugc blockquote:before {
    position: absolute;
    top: -.5em;
    left: 0;
    padding: 0;
    content: '«';
    font-size: 3em
}

.ugc blockquote:after {
    position: absolute;
    bottom: -.35em;
    right: 0;
    padding: 0;
    content: '»';
    font-size: 3em
}

.ugc blockquote p {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 0
}

.ugc * + blockquote {
    margin-top: 1.5em
}

.ugc img {
    width: auto;
    max-width: 100%;
    max-height: 90vh;
    height: auto;
    margin-bottom: .3em
}

.ugc img.size-small {
    max-height: 4.2em
}

.ugc img.size-extra_small {
    max-height: 3em
}

.ugc .wp-caption.alignleft, .ugc .wp-caption.alignright, .ugc img.alignleft, .ugc img.alignright {
    max-width: 40%;
    margin-top: .2em;
    margin-bottom: 1.8em
}

.ugc .wp-caption.alignleft, .ugc img.alignleft {
    float: left;
    margin-right: 2.5em
}

.ugc .wp-caption.alignright, .ugc img.alignright {
    float: right;
    margin-left: 2.5em
}

.ugc p.wp-caption-text {
    color: rgba(0, 0, 0, .5);
    font-size: 1.5em;
    line-height: 1.4
}

@media only screen and (max-width: 750px) {
    .ugc p.wp-caption-text {
        font-size: 1.8em;
        line-height: 1.3
    }
}

.ugc hr {
    display: block;
    width: 100%;
    height: 1px;
    margin: 2.5em 0 2.2em
}

.ugc table {
    width: 100%;
    margin-bottom: 2em
}

.ugc table td {
    font-size: 1.8em;
    line-height: 1.4;
    border-top: 1px solid rgba(13, 8, 2, .15);
    padding: .78em 3em 1em 0;
    vertical-align: top
}

.ugc table td p {
    font-size: 1em;
    margin: 0
}

.ugc table td p + p {
    margin-top: .5em
}

.ugc table td span.detail {
    display: block;
    margin-top: .3em;
    font-size: .777em;
    font-style: italic;
    line-height: 1.2
}

.ugc table tfoot tr:hover {
    background: 0 0
}

.ugc table tfoot td {
    padding-top: 1.2em
}

.ugc table tr.group-item td {
    border-top: 0;
    padding-top: 0
}

.ugc table tr.group-item td:first-child {
    text-align: right;
    font-style: italic
}

.ugc table.show-crew td {
    border-top: none;
    padding-top: 0;
    width: 50%
}

.ugc h3 + table, .ugc h4 + table {
    margin-top: 1.8em
}

@media only screen and (max-width: 660px) {
    .ugc h1 {
        font-size: 4.5em
    }

    .ugc h2 {
        font-size: 3em
    }
}

@media only screen and (max-width: 440px) {
    .ugc h1 {
        font-size: 4em
    }

    .ugc h3 {
        font-size: 2.65em
    }
}

@media only screen and (max-width: 380px) {
    .ugc h1 {
        font-size: 3.8em
    }

    .ugc h2 {
        font-size: 2.8em
    }

    .ugc h3 {
        font-size: 2.6em
    }
}

@media only screen and (max-width: 360px) {
    .ugc h1 {
        font-size: 3.4em
    }

    .ugc h2 {
        font-size: 2.7em
    }

    .ugc h3 {
        font-size: 2.5em
    }
}

.ugc div.intro h3, .ugc div.intro h4, .ugc div.intro ol li, .ugc div.intro p, .ugc div.intro ul li {
    font-size: 4em
}

.ugc div.intro p {
    margin-bottom: 1.1em
}

.js-collapsed-body, .js-collapsed-link .collapsed-close, .js-collapsed-link.opened .collapsed-open, .js-readmore-body, .js-readmore-link .collapsed-close, .js-readmore-link.opened .collapsed-open, .ugc .more-collapsed {
    display: none
}

.cookies h1, .side-header .ugc h2 {
    margin-bottom: .2em
}

.side-header .ugc p {
    margin-bottom: 0
}

.js-collapsed-link.opened .collapsed-close, .js-readmore-link.opened .collapsed-close {
    display: inline
}

.media .gallery .fotorama, .media .gallery .fotorama img {
    width: 100%
}

.media .gallery .fotorama .fotorama__stage__frame {
    background: #0d0802
}

.media .gallery .fotorama .fotorama__dot {
    background: rgba(0, 0, 0, .2)
}

.media .gallery .fotorama .fotorama__nav__frame.fotorama__active .fotorama__dot {
    background-color: #000;
    border: 0;
    width: 8px;
    height: 8px
}

.media .gallery .fotorama .fotorama__caption {
    font-size: 1.8em;
    left: .5em;
    bottom: .5em
}

.fotorama {
    margin-bottom: 1.5em
}

.fotorama .fotorama__arr--prev {
    color: #fff;
    text-align: center
}

.fotorama .fotorama__arr--next {
    color: #fff
}

.fotorama .fotorama__arr--prev {
    left: 1em
}

.fotorama .fotorama__arr--next:before, .fotorama .fotorama__arr--prev:before {
    font-family: 'BasisGrotesque-Pro';
    font-size: 3em;
    content: '←';
    text-shadow: 0 0 .5em rgba(0, 0, 0, .2)
}

.fotorama .fotorama__arr--next {
    right: 1em;
    text-align: right
}

.fotorama .fotorama__arr--next:before {
    content: '→'
}

.fotorama .fotorama__dot {
    width: 8px;
    height: 8px;
    border: 0;
    background: rgba(255, 255, 255, .2)
}

.fotorama .fotorama__nav__frame.fotorama__active .fotorama__dot {
    background-color: #fff;
    border: 0;
    width: 8px;
    height: 8px
}

.fotorama .fotorama__thumb-border {
    border-color: #e73446
}

.video {
    margin-bottom: 2em;
    overflow: hidden
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0
}

.video-wrapper embed, .video-wrapper iframe, .video-wrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.popup, .popup-block {
    overflow: hidden;
    width: 100%
}

.popup {
    display: none;
    background: rgba(0, 0, 0, .9);
    position: fixed;
    z-index: 5555;
    overflow: scroll;
    top: 0;
    left: 0;
    height: 100vh;
    -webkit-overflow-scrolling: touch
}

.popup-body {
    position: relative;
    padding: 0
}

.popup-body .popup-close-link {
    position: absolute;
    display: inline-block;
    z-index: 1000;
    top: 0;
    right: 0;
    padding: 2.2em 2em;
    color: #fff
}

.popup-body .popup-close-link .icon {
    font-size: 2.4em
}

.popup .fotorama {
    margin: 0
}

.popup .fotorama__html {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.gallery-slide, .gallery-slide .gallery-slide-container picture, .popup .fotorama__html {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
    display: flex
}

.gallery-slide, .gallery-slide .gallery-slide-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.gallery-slide {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #f2edef;
    margin: 0;
    overflow: auto;
    text-align: center
}

.gallery-slide .gallery-slide-container {
    padding: 0 6em
}

.gallery-slide .gallery-slide-container picture {
    width: 90vw;
    height: 77vh;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    max-width: 100%;
    max-height: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 440px) {
    .gallery-slide .gallery-slide-container picture {
        margin-top: 10vh;
        height: 44vh
    }
}

.gallery-slide .ugc {
    margin: 1em auto
}

.gallery-slide.gallery-slide-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-display: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gallery-slide.gallery-slide-video .video {
    width: 100%;
    max-width: 85em;
    padding-bottom: 5em;
    margin: 0 auto;
    overflow: scroll
}

.gallery-slide img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

#overlay {
    -webkit-overflow-scrolling: touch
}

.cookies {
    display: none;
    position: fixed;
    z-index: 50;
    left: 2em;
    bottom: 2em;
    width: 26em;
    padding: 1em;
    color: #f2edef;
    background: #0d0802
}

@media only screen and (max-width: 660px) {
    .cookies {
        bottom: 6em
    }
}

.cookies h1 {
    font-size: 1.5em;
    line-height: 1.1
}

@media only screen and (max-width: 750px) {
    .cookies h1 {
        font-size: 1.8em
    }
}

.cookies p {
    font-size: 1.2em;
    padding-right: 2em
}

@media only screen and (max-width: 750px) {
    .cookies p {
        font-style: 1.5em
    }
}

.cookies p a {
    color: #f2edef;
    text-decoration: underline
}

.cookies .icon-times {
    color: #f2edef;
    position: absolute;
    font-size: 2em;
    top: .7em;
    right: .3em
}

@media only screen and (max-width: 1100px) {
    body {
        font-size: 8px
    }
}

.desktop-only {
    display: block
}

.mobile-only {
    display: none
}

@media only screen and (max-width: 750px) {
    .mobile-only {
        display: block
    }

    .desktop-only {
        display: none !important
    }

    body {
        font-size: 8px
    }
}

/*!
* Fotorama 4.6.4 | http://fotorama.io/license/
*/
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0
}

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fotorama--fullscreen, .fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important
}

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
    outline: 0
}

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
    content: '';
    -webkit-border-radius: inherit;
    border-radius: inherit;
    background-color: rgba(0, 175, 234, .5)
}

.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
    -webkit-transition-property: width, -webkit-transform;
    -o-transition-property: transform, width;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(.1, 0, .25, 1);
    -o-transition-timing-function: cubic-bezier(.1, 0, .25, 1);
    transition-timing-function: cubic-bezier(.1, 0, .25, 1);
    -webkit-transition-duration: 0ms;
    -o-transition-duration: 0ms;
    transition-duration: 0ms
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.fotorama__nav, .fotorama__nav__frame {
    margin: auto;
    padding: 0
}

.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1
}

.fotorama__nav__frame, .fotorama__thumb-border {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.fotorama__caption__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fotorama--hidden, .fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
    -webkit-tap-highlight-color: transparent
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url(fotorama.png) no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5),(-webkit-min-device-pixel-ratio: 2),(-o-min-device-pixel-ratio: 2/1),(min-resolution: 2dppx) {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
        background: url(fotorama@2x.png) 0 0/96px 160px no-repeat
    }
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: rgba(127, 127, 127, .2)
}

@media print {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
        background: 0 0 !important
    }
}

.fotorama {
    min-width: 1px;
    overflow: hidden
}

.fotorama:not(.fotorama--unobtrusive) > :not(:first-child) {
    display: none
}

.fotorama--fullscreen, .fullscreen {
    background: #000;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important
}

.fullscreen {
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 0 !important;
    overflow: hidden !important
}

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important
}

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
    background: #000
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl
}

.fotorama__nav, .fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important
}

.fotorama__stage__frame {
    overflow: hidden
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none
}

.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: 0 !important
}

.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full, .fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block
}

.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer
}

.fotorama__nav--dots, .fotorama__nav--thumbs {
    display: block
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
    display: none
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none
}

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, .25)), to(rgba(64, 64, 64, .1)));
    background-image: -o-linear-gradient(top left, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1));
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1))
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, .5)
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, .5)
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0
}

.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
    display: none
}

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    padding: 5px 10px
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.fotorama__select {
    cursor: auto
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent
    }
}

.fotorama__arr {
    z-index: 11;
    cursor: pointer
}

.fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    position: absolute;
    cursor: pointer
}

.fotorama__video-play {
    z-index: 11
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px
}

.fotorama__arr--prev {
    left: 2px;
    background-position: 0 0
}

.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: .1
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 2px;
    right: 2px;
    background-position: 0 -32px;
    z-index: 20
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none
}

.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1
}

.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0) !important;
    transform: translate3d(32px, -32px, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0) !important;
    transform: translate3d(-48px, 0, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0) !important;
    transform: translate3d(48px, 0, 0) !important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%, 5px 100%
}

.fotorama__nav:before, .fotorama__stage:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, .2)), color-stop(75%, rgba(0, 0, 0, .3)), to(transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), -o-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, .4), transparent);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 0 0, 0 0;
    left: -10px
}

.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
    left: 0
}

.fotorama__nav:after, .fotorama__stage:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, .2)), color-stop(75%, rgba(0, 0, 0, .3)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), -o-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, .4), transparent);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 100% 0, 100% 0;
    right: -10px
}

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
    right: 0
}

.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none
}

@supports (-ms-ime-align:auto) {
    body {
        -ms-overflow-style: scrollbar
    }

    .cover-content-wrapper .show-title, .show-grid-item h1, .side-header .ugc h2 {
        font-family: 'Arial', sans-serif
    }

    .cover-content-wrapper .show-title span, .cover-content-wrapper .show-title span span, .show-grid-item h1 span, .show-grid-item h1 span span, .side-header .ugc h2 span, .side-header .ugc h2 span span {
        display: inline
    }
}

@media all and (-ms-high-contrast: none) {
    body {
        -ms-overflow-style: scrollbar
    }

    .gallery-slide .gallery-slide-container picture {
        width: 100%;
        display: block;
        text-align: center
    }

    .gallery-slide .gallery-slide-container picture img {
        display: inline-block
    }

    .ugc {
        overflow-wrap: normal;
        word-wrap: normal;
        -ms-word-break: normal;
        word-break: normal
    }
}

.rules-link {
    margin-left: 10px;
}

@media (max-width: 750px) {
    .rules-link {
        margin-left: 0;
        margin-top: 5px
    }

    .rules-link, .politics-link {
        display: block;
    }
}

.custom-btn-boris {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: -100px;
}

.custom-btn-boris a {
    padding: 14px 40px;
}

@media (max-width: 1100px) {
    .custom-btn-boris {
        margin-top: -80px;
    }
}
