@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
    width: 100%;
    min-width: 320px;
    color: #fff;
    background: url(/images/bg.jpg?f0b7069e71c3a61235d809d134aa28d4) center top;
    font: 16px/20px "Roboto-Regular", Verdana;
    cursor: default;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    height: auto !important;
    min-height: 100%;
    height: 100%;
    position: relative;
}

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption {
    font: 16px/20px "Roboto-Regular", Verdana;
    margin: 0;
    padding: 0;
    border: 0;
}

a img, :link img, :visited img {
    border: 0;
}

p {
    padding: 0px;
    margin: 0px;
}

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

td {
    vertical-align: top;
}

a {
    cursor: pointer;
    outline: none;
    color: #fff;
    text-decoration: none;
    font: 16px/20px "Roboto-Regular", Verdana;
}

a:hover {
    text-decoration: none;
}

.cl:after, .tib_pics:after, .tabs_block:after, .t_items:after, .h_socials:after, .side:after, .bot:after, .map:after, .gray:after, .video_wrap:after, .top:after, header:after, footer:after {
    content: "";
    display: block;
    clear: both;
}

.hand {
    cursor: pointer;
}

.display_none {
    display: none;
}

input, select, textarea {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    outline: none;
    resize: none;
    oveflow: auto;
}

ul {
    list-style: none;
}

/* site styles */
.side, .bot, .map, .gray, .video_wrap, .top, header, footer {
    max-width: 1170px;
    padding: 0 10px;
    background: #000;
    margin: 0 auto;
}

header, footer {
    position: relative;
    z-index: 5;
    padding: 10px;
    background: #000;
    position: relative;
}

.logo {
    display: block;
    float: left;
}
.logo > img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.logo > span {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 26px;
    font-family: "brandon_grotesquemedium";
    text-transform: uppercase;
    padding-top: 18px;
}
.logo > span > span {
    color: #ed2024;
}

.h_info {
    float: left;
    max-width: 130px;
    font-size: 12px;
    line-height: 14px;
    margin: 7px 0 0 55px;
}
.h_info > br {
    display: none;
}
.h_info > span {
    display: inline-block;
    color: #ed2024;
}

.h_left {
    float: left;
}

.h_center {
    float: left;
}

.h_right {
    float: right;
}

.h_date_block {
    float: left;
    margin-top: 5px;
}

.h_date {
    width: 180px;
    height: 34px;
    background: #FF1A1F;
    font-size: 21px;
    line-height: 34px;
    text-align: center;
}
.h_date > span {
    display: inline-block;
    line-height: 34px;
    padding: 0 7px;
    background: #D80D11;
}

.h_schedule {
    display: inline-block;
    vertical-align: top;
    padding-left: 19px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.5px;
    margin-top: 8px;
    position: relative;
}
.h_schedule:hover {
    text-decoration: underline;
}
.h_schedule:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: url(/images/schedule.png?31f869d37c5d8b963f506a173707ac03) 0 0 no-repeat;
    position: absolute;
    top: 1px;
    left: 0;
}

.h_buy {
    display: inline-block;
    vertical-align: top;
    float: left;
    font-size: 12px;
    line-height: 14px;
    color: #c8b86e;
    margin: 20px 0 0 30px;
}
.h_buy:hover {
    text-decoration: underline;
}

.h_socials {
    float: left;
    margin: 16px 0 0 26px;
}
.h_socials > a {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    background: url(/images/social.png?feab8ef0bfd23804018042de1a5275a2) 0 0 no-repeat;
    margin-right: 13px;
}
.h_socials > a:hover {
    background-position: 0 -26px;
}
.h_socials > a:nth-child(2) {
    background: url(/images/social.png?feab8ef0bfd23804018042de1a5275a2) -26px 0 no-repeat;
}
.h_socials > a:nth-child(2):hover {
    background-position: -26px -26px;
}
.h_socials > a:nth-child(3) {
    background: url(/images/social.png?feab8ef0bfd23804018042de1a5275a2) -52px 0 no-repeat;
}
.h_socials > a:nth-child(3):hover {
    background-position: -52px -26px;
}
.h_socials > a:nth-child(4) {
    background: url(/images/social.png?feab8ef0bfd23804018042de1a5275a2) -78px 0 no-repeat;
}
.h_socials > a:nth-child(4):hover {
    background-position: -78px -26px;
}

.h_lang {
    display: block;
    float: left;
    width: 97px;
    height: 25px;
    background: #A5A5A5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    transition: 0.3s;
    padding-left: 10px;
    margin: 16px 0 0 20px;
}
.h_lang > img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.h_lang > span {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 14px;
    line-height: 16px;
}
.h_lang:hover {
    background: #fff;
}

.top {
    padding: 230px 0 0;
    height: 1775px;
    background: #000 url(/images/top_bg.jpg?9e874f64aeffb228b3f7add80b757559) center top no-repeat;
    text-align: center;
    position: relative;
}

h1 {
    font-weight: normal;
    font-family: "playbold";
    font-size: 72px;
    line-height: 74px;
    text-transform: uppercase;
    color: #000;
    -webkit-text-stroke: 2px #fff;
}
h1 > span {
    color: #ed2024;
}

.t_text {
    font-size: 24px;
    line-height: 26px;
    font-family: "playbold";
    text-transform: uppercase;
}

.t_djs {
    margin: 150px 0 140px;
}

.t_dj {
    display: inline-block;
    vertical-align: top;
    max-width: 240px;
}
.t_dj > img {
    display: inline-block;
    vertical-align: top;
}
.t_dj > span {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    font-family: "roboto-bold";
    color: #ff0000;
}

.t_item {
    float: left;
    max-width: 670px;
    width: 100%;
    border-left: 5px solid #FF0000;
    padding: 24px 60px 20px 45px;
    box-shadow: 10px 10px 30px #000;
    background: rgba(0, 0, 0, 0.7);
    text-align: left;
    margin-bottom: 110px;
}
.t_item:nth-child(2) {
    float: right;
    border-right: 5px solid #FF0000;
    border-left: none;
    text-align: right;
    padding: 24px 45px 20px 60px;
}
.t_item:nth-child(4) {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
}

.ti_head {
    font-size: 24px;
    line-height: 26px;
    font-family: "Roboto-Medium";
    margin-bottom: 10px;
}

.ti_text {
    font-size: 14px;
    line-height: 17px;
    color: #eaeaea;
}

.ti_more {
    font-size: 14px;
    line-height: 16px;
    color: #ff0000;
}
.ti_more:hover {
    text-decoration: underline;
}

.ti_imgs {
    margin-top: 10px;
}
.ti_imgs > a {
    display: block;
    max-width: 32%;
    float: left;
    vertical-align: top;
    margin-right: 2%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}
.ti_imgs > a:nth-child(3) {
    margin-right: 0;
}
.ti_imgs > a > img {
    display: block;
}

.dancer {
    display: block;
    position: absolute;
    max-width: 380px;
    width: 100%;
    bottom: 20px;
    right: 20px;
}
.dancer > img {
    display: block;
}

.video_wrap {
    padding: 50px 0;
    background: #190001;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #190001), color-stop(50%, #570009), color-stop(50%, #570009), color-stop(100%, #190001));
    background: linear-gradient(to bottom, #190001 0%, #570009 50%, #570009 50%, #190001 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#190001", endColorstr="#190001", GradientType=0 );
}

/*party slider*/
.party_slider {
    max-width: 1020px;
    margin: 0 auto;
}

.ps_content {
    width: 100%;
    max-width: 320px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    overflow: hidden;
}
.ps_content .video {
    width: 320px;
    height: 200px;
}
.ps_content .video > a {
    display: block;
    position: relative;
}
.ps_content .video > a > span {
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.ps_content .video > a > span:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 22px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-40%, -50%, 0);
}

.owl-prev, .owl-next {
    display: block;
    width: 32px;
    height: 32px;
    background: #fff url(/images/arrow_l.png?619ec5c6806eb81e7ab2db70afe9c62c) center no-repeat !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border: none;
    position: absolute;
    top: 42%;
    transition: 0.3s;
}
.owl-prev:hover, .owl-next:hover {
    filter: alpha(Opacity=70);
    opacity: 0.7;
}
.owl-prev > span, .owl-next > span {
    display: none !important;
}

.owl-prev {
    left: -55px;
}

.owl-next {
    transform: rotate(180deg);
    right: -55px;
}

.owl-dots {
    display: none;
}

.owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    margin: 0 2px;
    border: none;
}
.owl-dot.active {
    background: #5BADD5;
}

.video {
    max-width: 100%;
    width: 100%;
    position: relative;
}

.video_push_16_9 {
    padding-top: 65.25%;
}

.video_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video_cover {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.gray {
    padding: 30px 0 5px;
    background: #48484B;
}

.g_content {
    padding: 0 95px;
}
.g_content h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
}
.g_content p {
    font-size: 14px;
    line-height: 17px;
    color: #eaeaea;
    margin-bottom: 13px;
}
.g_content p > a {
    color: #ff0000;
    font-size: 14px;
    line-height: 17px;
}
.g_content p > a:hover {
    text-decoration: underline;
}

#player {
    display: block;
    margin: 9px auto 50px;
}

.g_items {
    text-align: center;
}

.g_item {
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    overflow: hidden;
    width: 236px;
    height: 150px;
    margin: 0 12px 30px;
}

.map {
    padding: 0;
    height: 500px;
    filter: grayscale(100%);
}

.bot {
    min-height: 451px;
    background: url(/images/bot.jpg?2f644313fd9af6ef9f42028a1b980ce4) center top no-repeat;
    background-size: cover;
    padding: 30px 10px 10px;
}

.b_head {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    font-family: "roboto-bold";
}
.b_head > span {
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
}

.partners {
    text-align: center;
    margin-top: 38px;
}
.partners > a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 30px;
}
.partners > a > img {
    display: block;
}

.info_partners {
    max-width: 750px;
    margin: 30px auto 0;
    text-align: center;
}
.info_partners > a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 10px;
}
.info_partners > a > img {
    display: block;
}

.tel {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 26px;
    margin: 15px 0 0 40px;
}

/*cards*/
.side {
    background: url(/images/bg_side.jpg?b65d1583c9e43af19bbaaee717d33f7a) center top no-repeat;
    background-size: cover;
    padding: 90px 10px 10px;
}
.side h1, .side .t_text {
    text-align: center;
}

.cards {
    display: block;
    margin: 0 auto;
}

.s_head {
    display: inline-block;
    vertical-align: top;
    background: #000;
    padding: 10px 80px;
    font-size: 22px;
    line-height: 24px;
    font-family: "Roboto-Medium";
    text-transform: uppercase;
    margin-bottom: 25px;
    transform: translateX(-10px);
}

.s_text {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
    padding: 0 70px;
}

.form {
    max-width: 390px;
    margin-left: 70px;
}

/*	styles for select*/
.city {
    width: 180px;
    float: left;
    text-align: left;
}
.city .selectbox .select {
    width: 180px;
    padding-left: 10px;
    border: none;
}
.city .selectbox .select:after {
    display: none;
}
.city .selectbox .select:before {
    display: block;
    content: "";
    width: 17px;
    height: 11px;
    background: url(/images/city_arrow.png?7c0a575cc48ca9038c74c81c782bb5ea) 0 0 no-repeat;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.selectbox {
    width: 100%;
    vertical-align: middle;
    cursor: pointer;
}

.selectbox .select {
    width: 100%;
    height: 58px;
    padding: 0 0 0 18px;
    border: 2px solid #fff;
    position: relative;
}
.selectbox .select:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-color: #ff1a1e transparent transparent transparent;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.selectbox .select .text {
    display: block;
    font-size: 18px;
    line-height: 54px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.selectbox ul.dropdown {
    top: 56px;
    width: 100%;
    margin: 0;
    border: 2px solid #fff;
    background: #000;
}

.selectbox li {
    font-size: 18px;
    padding: 5px 10px 6px;
}

.selectbox li:hover, .selectbox li.selected {
    background: #E6E6E6;
    color: #000000;
}

.selectbox li.disabled {
    color: #AAA;
}

/*	end of styles for select*/
::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.f_input {
    display: block;
    width: 100%;
    height: 58px;
    border: 2px solid #fff;
    background: none;
    padding: 0 18px;
    font-size: 18px;
    margin: 18px 0 8px;
    color: #fff;
}

.f_text {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.5px;
    color: #b2b2b2;
}

.f_submit {
    display: block;
    width: 100%;
    height: 58px;
    background: #FF1A1F;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    margin-top: 17px;
    transition: 0.3s;
}
.f_submit:hover {
    filter: alpha(Opacity=70);
    opacity: 0.7;
}

/*schedule*/
.schedule .s_head {
    max-width: 400px;
    width: 100%;
    margin-top: 40px;
}

.tabs_block {
    padding-bottom: 100px;
}

.tabs {
    float: left;
    max-width: 390px;
    width: 100%;
    margin-left: 55px;
}
.tabs .tab {
    display: block;
    width: 100%;
    padding: 7px 15px 0;
    line-height: 39px;
    cursor: pointer;
}
.tabs .tab > span {
    display: block;
    padding-bottom: 7px;
    border-bottom: 1px solid #000;
    font-size: 14px;
    line-height: 16px;
    font-family: "Roboto-Medium";
}
.tabs .tab > span > span {
    display: block;
    font-size: 23px;
    line-height: 25px;
    color: #FF1A1F;
    margin-top: 7px;
}
.tabs .tab.active {
    border: 1px solid #ff1a1f;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    margin: -1px -1px 0;
}
.tabs .tab.active > span {
    border-bottom: none;
}

.tab_content {
    float: right;
    width: calc(100% - 460px);
    max-width: 600px;
    transform: translateY(-70px);
}

.ti_block {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    position: relative;
    padding: 10px 30px 20px;
    margin-bottom: 13px;
}

.tib_city {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 230px;
    background: #FF1A1F;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    padding: 7px 5px 7px 40px;
    font-size: 20px;
    line-height: 22px;
    font-family: "Roboto-Medium";
    transform: translateX(-35px);
}

.tib_text {
    font-size: 14px;
    line-height: 17px;
    margin: 8px 0 15px;
}

.tib_more {
    border-bottom: 1px solid #FF1A1F;
    margin-bottom: 14px;
    padding-bottom: 4px;
}
.tib_more > a {
    color: #FF1A1F;
    font-size: 14px;
    line-height: 16px;
    font-family: "roboto-bold";
}

.tib_pics > img {
    display: block;
    float: left;
    max-width: 32%;
    margin-right: 2%;
    border: 1px solid #FF1A1F;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    overflow: hidden;
}
.tib_pics > img:nth-child(3n+3) {
    margin-right: 0;
}

/*fancybox*/
.fancybox-skin {
    position: relative;
    color: #444;
    padding: 0 !important;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8040;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    overflow: hidden;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

.fancybox-close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 8040;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.fancybox-close:hover {
    filter: alpha(Opacity=50);
    opacity: 0.5;
}
.fancybox-close:before {
    display: block;
    content: "";
    width: 25px;
    height: 4px;
    background: #666;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    right: 0;
}
.fancybox-close:after {
    display: block;
    content: "";
    width: 25px;
    height: 4px;
    background: #666;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    cursor: pointer;
    z-index: 8040;
    background: url(/images/fancy_arrow.png?b69f46e8f7bb311a4cf3ffa321003f67) 0 0 no-repeat;
    filter: alpha(Opacity=40);
    opacity: 0.4;
}
.fancybox-nav span:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}

.fancybox-prev span {
    left: 10px;
    transform: rotate(180deg);
}

.fancybox-next span {
    right: 10px;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8030;
    background: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/*end of fancybox*/
/*стили модальных окон*/
.mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.boxes .window {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.boxes .v_popup {
    max-width: 800px;
    width: 100%;
}
.boxes .v_popup video {
    width: 100%;
}

.close {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 3;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.close:hover {
    filter: alpha(Opacity=80);
    opacity: 0.8;
}
.close:before {
    display: block;
    content: "";
    width: 25px;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.close:after {
    display: block;
    content: "";
    width: 25px;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

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

img {
    max-width: 100%;
    height: auto;
}

/* MEDIA QUERIES*/
@media only screen and (max-width: 1180px) {
    .party_slider {
        max-width: 1017px;
    }

    .owl-prev {
        left: 0px;
    }

    .owl-next {
        right: 0px;
    }
}
@media only screen and (max-width: 1080px) {
    .h_left {
        max-width: 250px;
    }

    .h_info {
        float: none;
        max-width: 100%;
    }
    .h_info > br {
        display: block;
    }

    .h_center {
        max-width: 180px;
    }

    .h_buy {
        margin: 10px auto 0;
    }

    .tel {
        font-size: 21px;
        line-height: 26px;
        margin: 10px 0;
    }

    footer .h_socials {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    footer .h_socials > a {
        display: inline-block;
        vertical-align: top;
        float: none;
        margin: 0 6px;
    }

    .t_djs {
        margin: 100px 0;
    }

    .t_item {
        margin-bottom: 50px;
    }
    .t_item:nth-child(4) {
        position: static;
    }

    .dancer {
        bottom: 0;
    }
}
@media only screen and (max-width: 1000px) {
    .s_head {
        padding: 7px 10px 7px 10px;
    }

    .s_text {
        padding: 0;
    }

    .form {
        margin-left: 0;
    }

    .tabs {
        margin-left: 0;
        max-width: 300px;
    }

    .tab_content {
        width: calc(100% - 320px);
    }

    .schedule .s_head {
        max-width: 310px;
    }
}
/*1000*/
@media only screen and (max-width: 760px) {
    header, footer {
        padding-bottom: 50px;
    }

    .h_socials {
        float: none;
        margin: 0;
        position: absolute;
        left: 15px;
        bottom: 5px;
    }

    .h_lang {
        float: none;
        margin: 0;
        position: absolute;
        right: 15px;
        bottom: 5px;
    }

    .tabs {
        max-width: 100%;
        float: none;
    }
    .tabs .tab {
        padding: 5px 10px 0;
    }
    .tabs .tab > span > span {
        display: inline-block;
        margin-left: 6px;
        font-size: 14px;
        line-height: 16px;
        margin-top: 0;
    }

    .tab_content {
        width: calc(100% - 320px);
    }

    .schedule .s_head {
        max-width: auto;
        width: auto;
        padding-left: 20px;
        padding-right: 30px;
    }

    .tab_content {
        float: none;
        width: 100%;
        max-width: 100%;
        transform: translateY(0);
        margin-top: 20px;
    }
}
/*760*/
@media only screen and (max-width: 670px) {
    .top {
        height: auto;
        background: #000 url(/images/top_bg_670.jpg?ff28a8ce471f8d2b61ab3d1091e7f63f) center top no-repeat;
    }

    h1 {
        font-size: 50px;
        line-height: 52px;
    }

    .t_djs {
        margin-top: 15px;
    }

    .t_item {
        float: none !important;
        padding: 15px 20px !important;
        margin: 250px 0 0 0 !important;
    }
    .t_item:nth-child(4) {
        margin-top: 100px !important;
    }

    .dancer {
        position: static;
        padding: 0 5px;
        margin: 150px auto 0;
    }

    .t_dj {
        max-width: 49%;
    }

    .video_wrap {
        padding: 25px 0;
    }

    /*.party_slider{
        max-width: 280px;
    }*/
    /*.ps_content{
        max-width: 140px;
        .video{
            width: 140px;
            height: 90px;
        }
    }*/
    .video > a > span {
        width: 40px;
        height: 40px;
    }
    .video > a > span:after {
        border-width: 5px 0 5px 10px;
    }

    /*.owl-prev, .owl-next{
      width: 20px;
      height: 20px;
      background: #fff url(../images/arrow_l_mob.png) center no-repeat !important;
      top: 38%;
    }*/
    .g_content {
        padding: 0 10px;
    }

    .side {
        padding-top: 30px;
    }
}
/*670*/
@media only screen and (max-width: 550px) {
    #player {
        margin: 25px auto 25px;
    }

    .g_items {
        max-width: 350px;
        margin: 0 auto;
    }

    .g_item {
        width: 140px;
        height: 90px;
        margin: 0 6px 14px;
    }

    .b_head {
        font-size: 24px;
        line-height: 26px;
    }
    .b_head > span {
        font-size: 12px;
        line-height: 14px;
    }

    .bot {
        min-height: auto;
        padding-bottom: 20px;
    }

    .partners {
        margin: 25px 0 15px;
    }
    .partners > a {
        margin: 0 7px 12px;
    }
    .partners > a:nth-child(1) > img {
        width: 120px;
    }
    .partners > a:nth-child(2) > img {
        width: 120px;
    }
    .partners > a:nth-child(3) > img {
        width: 45px;
    }
    .partners > a:nth-child(4) > img {
        width: 160px;
    }

    .info_partners {
        max-width: 750px;
        margin: 30px auto 0;
    }
    .info_partners > a {
        margin: 0 5px 10px;
    }
    .info_partners > a:nth-child(1) > img {
        width: 80px;
    }
    .info_partners > a:nth-child(2) > img {
        width: 90px;
    }
    .info_partners > a:nth-child(3) > img {
        width: 90px;
    }
    .info_partners > a:nth-child(4) > img {
        width: 95px;
    }
    .info_partners > a:nth-child(5) > img {
        width: 120px;
    }

    .ti_block {
        padding: 10px;
    }
}
/*550*/
@media only screen and (max-width: 470px) {
    header, footer {
        padding-bottom: 5px;
    }

    .h_left, .h_right, .h_center {
        float: none;
        max-width: 100%;
        text-align: center;
    }

    .logo {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .logo > img {
        display: block;
        margin: 0 auto 6px;
    }
    .logo > span {
        padding-top: 0;
    }

    .h_info {
        text-align: center;
        margin: 17px auto 16px;
    }

    .h_date_block {
        max-width: 180px;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .h_buy {
        float: none;
        margin: 15px 0 25px;
    }

    .h_socials {
        position: static;
        display: inline-block;
        vertical-align: top;
    }

    .h_lang {
        position: static;
        display: inline-block;
        vertical-align: top;
        margin-left: 11px;
    }

    .city {
        float: none;
        margin: 0 auto;
    }

    h1 {
        font-size: 36px;
        line-height: 38px;
        font-weight: bold;
        -webkit-text-stroke: 1px #fff;
    }

    .t_text {
        font-size: 13px;
        line-height: 15px;
    }

    .t_dj > span {
        font-size: 17px;
        line-height: 20px;
    }
}
/*470*/

/*# sourceMappingURL=style.css.map */

@font-face {
    font-family: 'Roboto-Regular';
    src: url(/fonts/Roboto-Regular.eot?709f18fbe50b3cd4b6f5ad786fe7796c);
    src: local('☺'), url(/fonts/Roboto-Regular.woff?199510aa41088398b193baf7c973ab27) format('woff'), url(/fonts/Roboto-Regular.ttf?d08b3cc873089fdba7fbf04e11611883) format('truetype'), url(/fonts/Roboto-Regular.svg?d6ded33461aa6b92df8cd232a69b4327) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url(/fonts/Roboto-Medium.eot?26c0d3ec009cb80cc631ec8fd236e078);
    src: local('☺'), url(/fonts/Roboto-Medium.woff?559bf25b78a854aa1fb9f214e3332ee0) format('woff'), url(/fonts/Roboto-Medium.ttf?58a88fefc100ccf3cf595c5664de6291) format('truetype'), url(/fonts/Roboto-Medium.svg?74b34f8ddcc65f8af46b2fb7e6a0dfed) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-bold';
    src: url(/fonts/roboto-bold.eot?2ce94b08b006de14dba92817e402f0e9);
    src: local('☺'), url(/fonts/roboto-bold.woff?f9576f24df32472921ede2950bee69a0) format('woff'), url(/fonts/roboto-bold.ttf?aaff98a54d8a9a6cb717cb7c0a6bb384) format('truetype'), url(/fonts/roboto-bold.svg?e060c4567a0a222307a4746331776151) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url(/fonts/MyriadPro-Regular.eot?7f3550d48c7c4e95c9eae1b98518b14f);
    src: local('☺'), url(/fonts/MyriadPro-Regular.woff?3e5eee4879132e1c49aa82185e415ed7) format('woff'), url(/fonts/MyriadPro-Regular.ttf?33dc0e2c20eaa54de867c9c1367bc0b2) format('truetype'), url(/fonts/MyriadPro-Regular.svg?6c518fcde55bd3397d56a8e5dfeff47d) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesquemedium';
    src: url(/fonts/brandon_grotesque_medium-webfont.eot?6ad97b9c2a108b1452eea4722ddde8a5);
    src: url(/fonts/brandon_grotesque_medium-webfont.eot?6ad97b9c2a108b1452eea4722ddde8a5?#iefix) format('embedded-opentype'),
    url(/fonts/brandon_grotesque_medium-webfont.woff2?fa9197e94bdb80e8539508095879c111) format('woff2'),
    url(/fonts/brandon_grotesque_medium-webfont.woff?185d5e5ea985d6f8b965b5b572df76a0) format('woff'),
    url(/fonts/brandon_grotesque_medium-webfont.ttf?a8cd62f811eb91d0a81a27294d46d23f) format('truetype'),
    url(/fonts/brandon_grotesque_medium-webfont.svg?808c6d88265f296f9764f3a915b66cea#brandon_grotesquemedium) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playbold';
    src: url(/fonts/play-bold-webfont.eot?48ed2b5089ed94e19c5295f8b57168e3);
    src: url(/fonts/play-bold-webfont.eot?48ed2b5089ed94e19c5295f8b57168e3?#iefix) format('embedded-opentype'),
    url(/fonts/play-bold-webfont.woff2?e7e16ea3ace7af73d5a941ca50a921f3) format('woff2'),
    url(/fonts/play-bold-webfont.woff?c8a0f0f69f1e423cea5f6677a443646c) format('woff'),
    url(/fonts/play-bold-webfont.ttf?ebdb4eb583b5d2f37d112d2a71ce9a40) format('truetype'),
    url(/fonts/play-bold-webfont.svg?e36de598f6006692e01a3570c81d0b88#playbold) format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -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;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    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 {
    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 */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.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; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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(/images/vendor/owl.carousel/dist/owl.video.play.png?7f01b07148f205f6e8258e92bbf652d9) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

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




