.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
    10% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
    20% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
}

@-webkit-keyframes bounceof {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes blink {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.button {
    display: block;
    color: #fff;
    padding: 10px 0;
    line-height: 1;
    background-color: rgba(51, 43, 19, .6);
    border: 1px solid #d9c8a3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 110px;
    cursor: pointer;
    text-align: center;
    padding: 10px 0 7px
}

.button_circl {
    -webkit-border-radius: 9px;
    border-radius: 9px;
    position: absolute;
    bottom: -69px;
    left: 50%;
    z-index: 1000;
    width: 54px;
    height: 54px;
    font-size: 38px;
    font-weight: 100;
    margin-left: -27px;
    padding: 0;
    padding-bottom: 6px
}

.button_menu {
    bottom: 10px
}

.button span {
    color: #d9c8a3
}

.button:hover {
    text-decoration: none
}

.container, .description__container, .footer__container, .header__contacts, .reviews__social__links {
    width: 960px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.section {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.title_rus {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: Bebas, sans-serif;
    font-size: 24px;
    font-weight: 400
}

.title_en {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: Heathergreen, sans-serif;
    font-size: 68px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: -11px
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.header__contacts {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 30px;
    font-size: 16px;
    z-index: 100
}

.header__ntw {
    float: left;
    color: #fff;
    padding-top: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header__ntw__title {
    margin-right: 20px;
    color: #f9f6e5
}

.header__ntw__link {
    display: block;
    float: left;
    height: 20px;
    width: 20px;
    margin-left: 10px;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out
}

.header__ntw__link:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.header__ntw__link:first-child {
    margin-left: 0
}

.header__ntw__link_trip {
    width: 34px
}

.header__logo {
    position: absolute;
    display: block;
    width: 120px;
    top: 20px;
    left: 50%;
    margin-left: -60px
}

.header__logo__img {
    width: 100%
}

.header__telephone {
    float: right;
    padding: 3px;
    background-color: #f9f6e5
}

.header__telephone__title {
    padding: 0 4px
}

.header__telephone__number {
    color: #f9f6e5;
    background-color: #000;
    padding: 4px 10px
}

.nav {
    width: 960px;
    margin: 0 auto;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: width .35s;
    transition: width .35s
}

.nav_open {
    width: 290px !important
}

.nav__nav {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s
}

.nav__nav_open {
    width: 290px !important
}

.nav__item {
    font-size: 18px
}

.nav__humburger {
    display: none;
    position: absolute;
    top: 35px;
    right: 15px;
    width: 32px;
    z-index: 100;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    color: #f9f6e5
}

.nav__humburger_open {
    -webkit-transform: translateX(-228px);
    -ms-transform: translateX(-228px);
    transform: translateX(-228px)
}

.nav__humburger:before {
    content: "";
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 35px;
    width: 100%;
    height: 100%
}

.nav__humburger__line {
    display: block;
    height: 3px;
    background-color: #f9f6e5;
    margin-bottom: 6px;
    -webkit-transition: margin .2s, opacity .3s, -webkit-transform .3s;
    transition: margin .2s, opacity .3s, -webkit-transform .3s;
    transition: margin .2s, transform .3s, opacity .3s;
    transition: margin .2s, transform .3s, opacity .3s, -webkit-transform .3s
}

.nav__humburger__line_open {
    margin-bottom: 0
}

.nav__humburger__line_open:first-child {
    -webkit-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    margin-top: 10px
}

.nav__humburger__line_open:nth-child(2) {
    opacity: 0
}

.nav__humburger__line_open:last-child {
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    margin-top: -6px
}

.nav__humburger:hover .nav__humburger__line:first-child {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.nav__humburger:hover .nav__humburger__line:last-child {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.nav__humburger:active .nav__humburger__line:first-child {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.nav__humburger:active .nav__humburger__line:last-child {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.nav__humburger:active .nav__humburger__line_open:first-child {
    -webkit-transform: rotate(-15deg) !important;
    -ms-transform: rotate(-15deg) !important;
    transform: rotate(-15deg) !important;
    margin-top: 10px
}

.nav__humburger:active .nav__humburger__line_open:nth-child(2) {
    opacity: 0
}

.nav__humburger:active .nav__humburger__line_open:last-child {
    -webkit-transform: rotate(15deg) !important;
    -ms-transform: rotate(15deg) !important;
    transform: rotate(15deg) !important;
    margin-top: -6px
}

.star {
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(../img/star.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%
}

.full-img {
    display: block;
    width: 100%
}

.full-img-events {
    width: 100%;
    max-height: 664px;
    object-fit: cover;
    object-position: bottom;
    display: block;
}

.swiper-container {
    position: relative;
    width: 100%;
    background-color: #000
}

.swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    z-index: -1
}

.swiper-wrapper_slider {
    height: 100vh
}

.swiper-slide {
    overflow: hidden
}

.swiper-slide__img {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center
}

.swiper-slide__img_1 {
    background-image: url(../img/promo1.jpg)
}

.swiper-slide__img_2 {
    background-image: url(../img/promo2.jpg)
}

.swiper-slide__img_3 {
    background-image: url(../img/promo3.jpg)
}

.swiper-slide__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: .53
}

.swiper-slide__content {
    position: absolute;
    bottom: 25vh;
    left: 0;
    width: 100%;
    color: #f9f6e5;
    text-align: center;
    z-index: 100;
    margin-top: -50px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .8)
}

.swiper-slide__content_active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.swiper-slide__content_prev {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.swiper-slide__title {
    margin: 0 auto;
    padding: 0;
    font-size: 72px;
    line-height: 1;
    margin-bottom: .5em;
    font-weight: 700;
    opacity: 0
}

.swiper-slide__text {
    max-width: 550px;
    margin: 0 auto;
    font-family: Bebas, sans-serif;
    font-size: 32px;
    opacity: 0;
    text-align: center;
}

.band-btn {
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #a11420), color-stop(50%, #006070));
    background: -webkit-linear-gradient(left, #a11420 50%, #006070 50%);
    background: linear-gradient(to right, #a11420 50%, #006070 50%);
    position: relative;
    z-index: 1000;
    height: 8vh;
    min-height: 45px
}

.band-btn:before {
    content: "";
    position: absolute;
    height: 2vh;
    width: 100%;
    top: -2vh;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100
}

.band-btn__block {
    display: block;
    width: 320px;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

.band-btn__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    float: left;
    color: #f9f6e5;
    height: 100%;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: background-color .35s;
    transition: background-color .35s;
    width: 160px;
    min-height: 30px
}

.band-btn__item:hover {
    color: #f9f6e5;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .6)
}

.description {
    background-image: url(../img/white.png);
    padding-top: 100px;
    background-color: #d3bb9b
}

.description__item {
    float: left;
    width: 32%
}

.description__item__img {
    width: 100%
}

.description__item__picture {
    position: relative;
    overflow: hidden
}

.description__item__picture:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/atm.png);
    background-size: 100%;
    background-repeat: no-repeat
}

.description__item__title {
    line-height: 1;
    margin-bottom: 15px;
    padding-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-weight: 700
}

.description__item__title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #000
}

.description__item__text {
    padding: 0;
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 1.2
}

.description__item__header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.description__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px
}

.staff {
    background-color: #4a4143;
    background-image: url(../img/romb.png)
}

.staff__band {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 20px;
    color: #f9f6e5;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.staff__band:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .2)), to(transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .2), transparent);
    background: linear-gradient(to right, rgba(0, 0, 0, .2), transparent);
    z-index: 1
}

.staff__band:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .2)), to(transparent));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, .2), transparent);
    background: linear-gradient(to left, rgba(0, 0, 0, .2), transparent);
    z-index: 1
}

.staff__band__title {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 0 8px
}

.staff__item {
    padding: 0 8px;
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3
}

.staff__item_big {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4
}

.staff__item_fake {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.staff__item__photo {
    border: 2px solid #f9f6e5;
    margin-bottom: 5px
}

.staff__item__name {
    font-size: 20px
}

.staff__title:first-child {
    margin-bottom: 5px
}

.staff__title_en {
    font-size: 48px
}

.staff__title_rus {
    font-size: 18px
}

.radio {
    background-image: url(../img/musicbg.jpg);
    background-size: cover;
    background-position: 50% 0;
    height: 600px;
    padding: 50px;
    line-height: 1
}

.radio__fade {
    opacity: 0
}

.radio__nav {
    position: absolute;
    bottom: 260px;
    left: 50%;
    margin-left: 35px;
    width: 450px
}

.radio__button {
    height: 70px;
    width: 70px;
    color: #11383f;
    background-color: rgba(17, 56, 63, .4);
    border-color: #11383f
}

.radio__button:hover {
    color: #11383f
}

.radio__button_next {
    float: right
}

.radio__button_next:after {
    font-family: mobirise !important;
    content: '\f101';
    font-size: 62px;
    line-height: 1;
    padding-left: 5px
}

@media screen and (max-width: 768px) {
    .radio__button_next:after {
        font-size: 35px
    }
}

.radio__button_prev {
    float: left
}

.radio__button_prev:after {
    font-family: mobirise !important;
    font-size: 72px;
    content: '\f100'
}

.radio__border {
    height: 20px;
    width: 100%;
    background-color: #081f21;
    background-image: url(../img/border.png);
    background-size: contain
}

.radio__item {
    height: 100%
}

.radio__img {
    position: absolute;
    top: 286px;
    left: 50%;
    margin-left: -505px;
    margin-top: -143px;
    width: 300px;
    height: 300px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #11383f;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.radio__img img {
    -webkit-transition: opacity .35s, -webkit-transform .55s;
    transition: opacity .35s, -webkit-transform .55s;
    transition: transform .55s, opacity .35s;
    transition: transform .55s, opacity .35s, -webkit-transform .55s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 1
}

.radio__img_fade img {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.radio__sticks {
    color: #11383f;
    float: right
}

.radio__title {
    position: absolute;
    bottom: 190px;
    left: 50%;
    margin-left: -20px;
    color: #11383f
}

.radio__author {
    font-size: 32px;
    margin: 0;
    padding: 0;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

.radio__name {
    font-size: 74px;
    font-family: Heathergreen, sans-serif;
    text-transform: uppercase;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

.radio__pleer {
    width: 600px;
    position: absolute;
    bottom: 60px;
    height: 60px;
    left: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    margin-left: -300px
}

.full-image {
    width: 100%
}

.events {
    background-image: url(../img/eventbg.png);
    background-size: 80px;
    padding: 100px 0;
    position: relative;
    width: 100%;
    padding-bottom: 0;
}

.events__block {
    margin: 0 auto;
    width: 74%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.events__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 48%;
    float: left
}

.events__item__title {
    width: 100%;
    height: 70px;
    background-color: #f9f6e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.events__item__title_bbd {
    background-image: url(../img/bbd-logo.png);
    background-size: 130px;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.events__item__title_jam {
    background-image: url(../img/jeam-logo.png);
    background-size: 90px;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.events__item__subtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition: -webkit-transform .85s;
    transition: -webkit-transform .85s;
    transition: transform .85s;
    transition: transform .85s, -webkit-transform .85s;
    margin: 10px;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px)
}

.events__item__subtitle .events__item__overlay__title {
    margin: 0;
    font-size: 22px
}

.events__item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 5px;
    z-index: 100;
    overflow: hidden;
    text-align: center
}

.events__item__overlay__title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 25px;
    margin-top: 32px;
    font-weight: 700
}

.events__item__overlay__text {
    font-size: 18px
}

.events__item__text {
    position: relative;
    width: 100%;
    background-color: rgba(249, 246, 229, .9);
    height: 0;
    padding: 0 15px;
    -webkit-transition: height .35s;
    transition: height .35s;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.events__item__text_hover {
    height: 100%
}

.events__item__text:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid #000;
    z-index: 1000
}

.events__item__photo {
    position: relative;
    overflow: hidden;
    border: 6px solid #f9f6e5;
    aspect-ratio: 1 / 1;
}

.events__item__photo:active .events__item__text, .events__item__photo:hover .events__item__text {
    height: 100%
}

.events__item__photo:active .events__item__subtitle, .events__item__photo:hover .events__item__subtitle {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0;
    transition-delay: 0
}

.events__item__button {
    font-size: 24px;
    width: 260px;
    margin: 20px auto;
}

.events__title {
    position: absolute;
    top: 100px;
    left: 0;
    width: 150px;
    background-color: #f9f6e5;
    text-align: right;
    padding: 10px;
    width: 12.4%;
    height: 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.events__title .title_en {
    font-size: 50px
}

.coctail {
    padding-bottom: 100px;
    background-color: #f9f6e5
}

.coctail__header {
    text-align: right;
    width: 100%;
    padding: 20px
}

.coctail__block {
    background-color: #a11420
}

.coctail__bg {
    position: relative;
    width: 1000px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f9f6e5;
    -webkit-transform: matrix(1, 0, -.3, 1, 0, 0);
    -ms-transform: matrix(1, 0, -.3, 1, 0, 0);
    transform: matrix(1, 0, -.3, 1, 0, 0)
}

.coctail__item {
    position: relative;
    height: 280px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 4px solid #f9f6e5;
    overflow: hidden
}

.coctail__item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f9f6e5;
    opacity: .1
}

.coctail__item:first-child {
    border-left: 5px solid #f9f6e5
}

.coctail__item__text {
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 0;
    color: #fff;
    padding-left: 20px;
    line-height: 1.4;
    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-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 20px
}

.coctail__item__text span {
    opacity: 0;
    line-height: 1
}

.coctail__item__text_it {
    font-size: 26px;
    padding-top: 6px
}

.coctail__item__text span {
    display: block;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, .8)
}

.coctail__img {
    height: 100%;
    will-change: height;
    width: auto;
    display: block;
    position: relative;
    float: right;
    -webkit-transform: matrix(1, 0, .3, 1, 0, 0);
    -ms-transform: matrix(1, 0, .3, 1, 0, 0);
    transform: matrix(1, 0, .3, 1, 0, 0);
    margin-left: 0;
    margin-right: -67px
}

.food {
    background-color: #e2e0d7;
    padding: 80px 0;
    padding-bottom: 100px
}

.food:after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background-color: #f9f6e5;
    position: absolute;
    left: 0;
    bottom: 0
}

.food__head {
    position: absolute;
    top: 40%;
    left: 2vw;
    line-height: 1;
    color: #a11420;
    text-align: center;
    height: 130px;
    width: 130px
}

.food__head:before {
    content: "";
    display: block;
    width: 20px;
    position: absolute;
    top: 90%;
    right: 50%;
    margin-right: -10px;
    height: 500px;
    background-color: #f9f6e5;
    z-index: 0
}

@media screen and (max-width: 768px) {
    .food__head:before {
        height: 20px;
        width: 450px;
        right: 95%;
        top: 50%;
        margin-top: -10px
    }
}

.food__head:hover {
    color: #a11420
}

.food__head:hover:after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.food__head:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f9f6e5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 175ms;
    transition: -webkit-transform 175ms;
    transition: transform 175ms;
    transition: transform 175ms, -webkit-transform 175ms
}

.food__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 17%;
    z-index: 100
}

.food__full-menu {
    position: absolute;
    margin-left: -100px;
    left: 50%;
    bottom: 40px;
    width: 200px;
    font-size: 24px
}

.food__block {
    width: 65%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto
}

.food__block__item {
    position: relative;
    float: left;
    padding: 6px;
    background-color: #a11420;
    margin-right: 20px
}

.food__block__item:nth-child(2) {
    margin-right: 0;
    margin-bottom: 0 !important
}

@media screen and (max-width: 768px) {
    .food__block__item:nth-child(2) {
        margin-right: auto
    }
}

.food__block__head {
    position: absolute;
    color: #e2e0d7;
    top: 0;
    right: 0;
    text-align: right
}

.food__block__title_eng {
    font-size: 50px;
    padding: 8px 15px 0 10px;
    margin: 0
}

@media screen and (max-width: 768px) {
    .food__block__title_eng {
        font-size: 42px !important
    }
}

.food__block__title_rus {
    padding: 0 15px;
    font-size: 18px
}

.food__block__img {
    width: 100%
}

.menu {
    width: 1020px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    height: 0;
    overflow: hidden
}

.menu-next {
    right: -10px !important
}

.menu-prev {
    left: -10px !important
}

.menu__slider {
    width: 900px;
    position: relative;
    margin: 0 auto;
    overflow: hidden
}

.menu__wrapper {
    width: 1000%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    height: 100%
}

.menu__slide {
    display: block;
    position: relative
}

.menu__slide__img {
    width: 100%;
    display: block
}

.reviews {
    position: relative;
    background-image: url(../img/review-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #f9f6e5;
    text-align: center;
    padding: 100px;
    z-index: 100
}

.reviews__container {
    position: relative
}

.reviews__wrapper {
    width: 1000%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 768px) {
    .reviews {
        padding-top: 110px
    }
}

.reviews__stics {
    position: absolute;
    top: 0;
    right: 50px;
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    color: #a11420;
    background-color: #f9f6e5;
    text-align: left
}

@media screen and (max-width: 768px) {
    .reviews__stics {
        padding-top: 20px;
        right: 20px
    }
}

.reviews__item {
    width: 100%;
    overflow: hidden
}

.reviews__sourse {
    position: relative;
    width: 120px;
    height: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 768px) {
    .reviews__sourse {
        margin-bottom: 50px
    }
}

.reviews__sourse img {
    display: block;
    width: 100%;
    padding: 6px 10px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.reviews__sourse:before {
    position: absolute;
    top: 50%;
    right: 140px;
    content: "";
    display: block;
    height: 3px;
    background-color: #f9f6e5;
    width: 200px
}

.reviews__sourse:after {
    position: absolute;
    top: 50%;
    left: 140px;
    content: "";
    display: block;
    width: 200px;
    height: 3px;
    background-color: #f9f6e5
}

.reviews__author {
    margin-bottom: 50px;
    line-height: 1
}

@media screen and (max-width: 768px) {
    .reviews__author {
        margin-bottom: 20px
    }
}

.reviews__author__name {
    display: block;
    position: relative;
    font-size: 24px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.reviews__author__name:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    height: 4px;
    right: 150px;
    width: 220px;
    background-image: url(../img/dotted.png);
    background-size: contain
}

.reviews__author__name:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    height: 4px;
    left: 150px;
    width: 220px;
    background-image: url(../img/dotted.png);
    background-size: 10px;
    background-size: contain
}

.reviews__text {
    margin-bottom: 50px;
    width: 100%;
    font-size: 26px
}

.reviews__text p {
    max-width: 750px;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .reviews__text p {
        margin-bottom: 30px;
        font-size: 16px
    }
}

.reviews__social {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.reviews__social__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.reviews__social__item {
    padding: 15px;
    color: #f9f6e5;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: background-color .35s;
    transition: background-color .35s;
    cursor: pointer;
    width: 16.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.reviews__social__item:hover {
    text-decoration: none;
    color: #f9f6e5
}

.reviews__social__item_vk {
    background-color: #2a302a
}

.reviews__social__item_vk:hover {
    background-color: #5d6a62
}

.reviews__social__item_fb {
    background-color: #22363f
}

.reviews__social__item_fb:hover {
    background-color: #2a727e
}

.reviews__social__item_trip {
    background-color: #1d1d49
}

.reviews__social__item_trip:hover {
    background-color: #464488
}

.reviews__social__item_int {
    background-color: #482d51
}

.reviews__social__item_int:hover {
    background-color: #8e6491
}

.reviews__social__item_vimeo {
    background-color: #5b1a34
}

.reviews__social__item_vimeo:hover {
    background-color: #a43f71
}

.reviews__social__item_af {
    background-color: #4f0b0b
}

.reviews__social__item_af:hover {
    background-color: #990f0c
}

.slide__button {
    position: absolute;
    bottom: -20px;
    font-family: mobirise !important;
    cursor: pointer;
    font-size: 50px;
    color: #f9f6e5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block
}

.slide__button_menu {
    bottom: 50%;
    margin-bottom: -25px
}

.slide__button-next {
    right: 10vw
}

.slide__button-next:before {
    content: "\f105";
    padding: 20px
}

.slide__button-prev {
    left: 10vw
}

.slide__button-prev:before {
    content: "\f104";
    padding: 20px
}

.map__block {
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
    height: 350px
}

.footer {
    padding: 50px 0;
    background-color: #fff
}

.footer__container {
    position: relative;
    width: 760px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__title {
    float: left;
    padding-bottom: 10px;
    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-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width: 768px) {
    .footer__title {
        max-width: 100%
    }
}

.footer__title__text {
    font-weight: 400;
    line-height: 1;
    margin: 0;
    text-align: center;
    padding-bottom: 5px
}

.footer__title__text_slogan {
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 2px solid #000;
    font-size: 28px
}

.footer__title__img {
    display: block;
    margin: 0 auto;
    max-width: 150px
}

.footer__item {
    padding: 0 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    position: relative
}

.footer__item:first-child:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #000
}

.footer__item img {
    max-width: 100%
}

.footer__item_inst {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.footer__item_inst:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #000
}

@media screen and (max-width: 768px) {
    .footer__item_inst:after {
        display: none
    }
}

.footer__contacts {
    text-align: 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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 0 !important
}

.footer__contacts__item {
    text-align: right;
    font-size: 22px;
    color: #020202;
    line-height: 1;
    border-bottom: 1px dotted #020202;
    margin-bottom: 5px;
    margin-left: auto;
    -webkit-appearance: none
}

.footer__contacts__item:last-child {
    margin: 0
}

.footer__contacts img {
    max-width: 80%;
    margin-left: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 768px) {
    .footer__contacts {
        text-align: center;
        width: 100%;
        max-width: 100%;
        padding: 10px;
        padding-left: 0
    }
}

#map .map-control {
    display: block;
    background-color: #f9f6e5;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 2px rgba(33, 33, 33, .4);
    box-shadow: 0 2px 2px rgba(33, 33, 33, .4);
    font-family: Roboto, sans-serif;
    margin: 10px;
    display: none
}

.uppage {
    position: fixed;
    opacity: 0;
    right: 40px;
    z-index: 10000;
    bottom: 0;
    width: 70px;
    padding: 0 !important;
    -webkit-transition: .35s;
    transition: .35s
}

.uppage_on {
    margin-bottom: 40px;
    opacity: .5
}

.uppage_on:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 1
}

.uppage img {
    width: 100%
}

.uppage:after {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    padding: 15px
}

#bbd, #jam {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 0
}

.galery {
    position: relative;
    width: 760px;
    margin: 0 auto;
    max-width: 100%
}

.galery__wrapper {
    width: 10000%;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    height: 450px;
    position: relative
}

.galery__item {
    display: block;
    float: left;
    background-color: #f9f6e5;
    margin-right: 50px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%
}

.galery__item img {
    display: block;
    max-height: 100%
}

.photo {
    position: absolute;
    top: -15px;
    left: 30px;
    width: 80%
}

.photo-inst {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #000;
    padding: 2px;
    margin-bottom: 5px
}

.photo-inst__img {
    width: 33.33%;
    padding: 2px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.photo-inst__img img {
    display: block;
    max-width: 100%
}

#scheme {
    background: #fff;
    padding: 10px;
    text-align: left;
    max-width: 80vw;
    margin: 0 auto
}

.scheme__img_m {
    display: none
}

.btn {
    -webkit-transition: -webkit-transform 175ms;
    transition: -webkit-transform 175ms;
    transition: transform 175ms;
    transition: transform 175ms, -webkit-transform 175ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus {
    outline: 0
}

.btn_active {
    -webkit-transform: scale(.92);
    -ms-transform: scale(.92);
    transform: scale(.92)
}

@media only screen and (max-width: 1200px) {
    .coctail__bg {
        width: 960px
    }

    .title_rus {
        font-size: 20px
    }

    .description__item__picture {
        width: auto
    }

    .events__block {
        width: auto;
        padding: 0 25px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .events__title {
        top: 0;
        width: auto
    }
}

@media only screen and (max-width: 992px) {
    .food__head {
        width: 110px;
        height: 110px
    }

    .description__item__text {
        font-size: 16px
    }

    .coctail__item__text {
        font-size: 20px;
        padding-left: 15px
    }

    .star {
        display: none
    }

    .coctail__bg {
        width: 770px
    }

    .header__telephone {
        margin-right: 50px
    }

    .staff__item_fake {
        display: none
    }

    .coctail {
        padding-bottom: 20px
    }

    .container, .description__container, .footer__container, .header__contacts, .reviews__social__links {
        width: 750px
    }

    .swiper-slide__title {
        font-size: 54px
    }

    .swiper-slide__text {
        font-size: 18px;
        max-width: 300px
    }

    .button-nav_menu {
        background: #000;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 0;
        width: 100%;
        padding: 15px
    }

    .nav {
        margin: initial;
        right: 0;
        left: auto;
        width: 0;
        top: 0;
        height: 70px;
        overflow: visible;
        padding: 0
    }

    .nav__nav {
        padding-top: 65px;
        background-color: #000;
        height: 92vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 290px;
        margin-left: auto;
        font-size: 16px
    }

    .nav__humburger {
        display: block
    }

    .nav__item {
        width: 100%
    }

    body {
        font-size: 14px
    }

    .description__item__title {
        margin-bottom: 15px
    }

    .staff__band__title {
        position: absolute;
        top: 30px;
        left: 60px
    }

    .staff__band {
        padding: 110px 60px 30px
    }

    .title_en {
        font-size: 56px
    }

    .reviews {
        padding: 0 0 100px;
        width: 100%
    }

    .events__item__overlay__text {
        font-size: 15px
    }

    .events__item__overlay__title {
        margin: 12px 0
    }

    .food__title {
        padding-top: 19%
    }

    .reviews__stics {
        position: relative;
        width: 200px;
        margin: 0 auto;
        padding-top: 15px;
        margin-bottom: 20px;
        text-align: center;
        right: 0
    }
}

@media only screen and (max-width: 768px) {
    .footer__contacts__item {
        font-size: 24px
    }

    .button_circl {
        width: 40px;
        height: 40px;
        font-size: 30px;
        margin-left: -20px
    }

    .uppage_on {
        margin-bottom: 0
    }

    .uppage {
        right: 10px
    }

    .galery__wrapper {
        height: 47vw
    }

    .galery__item {
        margin-right: 20px;
        padding: 2px
    }

    .menu__slider {
        width: 100%
    }

    .menu__slide {
        padding: 0
    }

    .slide__button_menu {
        display: none
    }

    .coctail__bg {
        width: 100%
    }

    .nav__humburger {
        top: 15px
    }

    .events {
        padding: 100px 0 10px
    }

    .reviews__social__item {
        font-size: 16px
    }

    .food__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .food__block__item {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px
    }

    .food {
        padding-top: 160px;
        padding-bottom: 50px
    }

    .food__head {
        top: 15px;
        left: 50%
    }

    .food__title {
        padding-top: 20%
    }

    .food__full-menu {
        font-size: 20px;
        margin: 0 auto;
        position: relative;
        left: auto;
        bottom: auto;
        margin-bottom: 20px
    }

    .coctail__item_mob {
        display: none
    }

    .coctail__item__text {
        padding-left: 10px;
        font-size: 20px
    }

    .container, .description__container, .footer__container, .header__contacts, .reviews__social__links {
        width: auto;
        padding: 0 15px
    }

    .star {
        display: none
    }

    .header__ntw {
        display: none
    }

    .header__logo {
        width: 80px;
        top: 10px;
        margin-left: 15px;
        left: 0
    }

    .header__contacts {
        padding-top: 15px;
        font-size: 14px
    }

    .header__telephone {
        padding: 0;
        margin-right: 50px
    }

    .swiper-slide__content {
        padding-left: 15px;
        padding-right: 15px
    }

    body {
        font-size: 12px
    }

    .swiper-wrapper_slider {
        height: 92vh
    }

    .swiper-slide__content {
        margin-top: -160px
    }

    .band-btn__item {
        font-size: 14px
    }

    .staff__item {
        width: 50%;
        margin-bottom: 20px;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto
    }

    .staff__item__photo {
        margin-bottom: 10px
    }

    .staff__item__name {
        font-size: 20px
    }

    .staff__band {
        padding: 110px 30px 30px
    }

    .staff__band__title {
        left: 30px
    }

    .radio {
        background-position: -335px 0
    }

    .radio__pleer {
        width: 320px;
        margin-left: -160px
    }

    .radio__name {
        font-size: 48px
    }

    .radio__title {
        margin-left: 50px
    }

    .radio__img {
        left: 0;
        margin-left: 0
    }

    .radio__nav {
        width: 400px
    }

    .events__item {
        width: 100%;
        margin-bottom: 20px
    }

    .description__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px
    }

    .description {
        padding-top: 50px
    }

    .description__item {
        width: 100%;
        margin-bottom: 30px
    }

    .description__item__header {
        width: 40%;
        float: left;
        padding-right: 20px
    }

    .description__item__picture {
        width: 60%
    }

    .nav {
        width: 0
    }

    .events__block {
        padding: 0 50px
    }

    .events__item__overlay__title {
        margin: 15px 0
    }

    .footer {
        padding: 30px 0
    }

    .footer__title__img {
        width: 180px
    }

    .footer__title {
        width: 100%;
        text-align: center
    }

    .footer__title__text_slogan {
        font-size: 20px;
        padding-bottom: 0
    }

    .footer__item {
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        padding: 0 20px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .footer__item_inst {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .photo {
        top: 0;
        margin-bottom: 15px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        left: auto
    }

    .reviews__text {
        padding: 0 20px;
        font-size: 12px
    }

    .reviews__text p {
        font-size: 12px
    }
}

@media only screen and (max-width: 480px) {
    #scheme {
        position: relative
    }

    .button_choose {
        bottom: 15px;
        left: 35px
    }

    .footer__contacts__item {
        font-size: 16px
    }

    .scrol {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }

    .reviews__social__item {
        width: 33.33%
    }

    .header__telephone__title {
        display: none
    }

    .swiper-slide__text {
        max-width: 250px;
        font-size: 18px
    }

    .coctail__item__text {
        margin-right: 10%;
        font-size: 18px
    }

    .description__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .description__item {
        width: 100%;
        margin-bottom: 25px
    }

    .staff__band {
        padding: 100px 15px 30px
    }

    .staff__band__title {
        left: 15px
    }

    .radio__pleer {
        bottom: 0
    }

    .radio__title {
        margin-left: 15px;
        left: 0;
        bottom: 100px
    }

    .radio {
        padding: 15px;
        height: 450px;
        background-position: -220px 0
    }

    .radio__img {
        left: 30px;
        width: 230px;
        height: 230px;
        top: 250px
    }

    .radio__nav {
        bottom: 60%;
        width: 20%;
        margin: 0;
        left: auto;
        right: 0
    }

    .radio__author {
        font-size: 26px
    }

    .radio__name {
        font-size: 42px
    }

    .description {
        padding-top: 25px
    }

    .description__container {
        margin-bottom: 25px
    }

    .radio__sticks {
        margin-top: 20px
    }

    .radio__title {
        bottom: 70px;
        width: 100%;
        padding-right: 10px;
        margin: 0;
        text-align: right
    }

    .description__item__text {
        margin-bottom: 5px
    }

    .description__item__title {
        margin-bottom: 5px
    }

    .description__item__header {
        width: auto;
        float: none
    }

    .description__item__picture {
        width: auto
    }

    .events__block {
        width: auto;
        padding: 0 15px
    }

    .events__item__overlay__title {
        margin: 10px 0 5px;
        font-size: 18px !important
    }

    .events__item__overlay__text {
        font-size: 14px;
        line-height: 1
    }

    .scheme__img_m {
        display: block
    }

    .scheme__img_l {
        display: none
    }

    #scheme {
        top: 10px
    }
}