body {font: 13px Helmet, Freesans, sans-serif;}

body, select, input, textarea {color: #333;}

a {color: #fff;}
a:hover {color: #fff;}

/*::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}*/

a:link {-webkit-tap-highlight-color: rgba(255,255,255,.2);}

input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

blockquote {padding: 16px; background: #eee;}

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    font-weight:inherit;
}
strong {
    font-weight:500;
}
b {
    font-weight:500;
}

a, button, input {
    outline: none;
}

/*---------------*/

html {
    height:100%;
}

body {
    font-family: 'Rubik', sans-serif;
    font-size:14px;
    font-weight:300;
    line-height: 1.3;
    color:#fff;
    height:100%;
    /*min-height:420px;*/
    /*background: #1a1a1a;*/
    background: #1b3c65;
}

body.touch-nav-on {
    overflow-y: hidden;
}

@media (max-width:767px) {
    html {
        height:100%;
    }
    body {
        /*height:auto;*/
        min-height:100%;
        background-color: #233243;
        font-size: 4.3vw;
    }
}
.wrapper {
    min-height:100%;
    position: relative;
    padding-bottom:10px;
}

.container {
    width:1000px;
    margin:0 auto;
}
@media (min-width:1200px) {
    .container {
        width: 1200px;
    }
}
@media (max-width:1023px) {
    .container {
        width:auto;
    }
}

.page-header {
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    width: 100vw;
    z-index:600;
    padding-top:15px;
    height: 107px;
    transition: all 120ms ease;
}
.fix-header .page-header {
    background: rgba(0,0,0,.5);
    padding-top:9px;
    height: 68px;
}
.page-header .logo {
    float:left;
    width: 180px;
    height: 70px;
    margin:0 0 0 0;
    font:0/0 a;
    background: url(../img/logo.png) no-repeat center center;
    background-size: contain;
    transition: all 120ms ease;
    /*-webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
}
.page-header .logo.lbl{
    background-image: url(../img/logo-lbl.png);
    width: 75px;
}
.page-header .logo.mos{
    background-image: url(../img/logo-mos.png);
    width: 185px;
}
.fix-header .page-header .logo.lbl{
    width: 60px;
    height: 53px;
}
.fix-header .page-header .logo.mos {
    width: 155px;
    height: 53px;
}

.page-header .logo.en{
    background-image: url(../img/logo_en.png);
}
.fix-header .page-header .logo {
    width: 175px;
    height: 53px;
}
.page-header .logo img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.page-header .nav {
    text-align:right;
    font-size:15px;
    font-weight: 300;
    padding:15px 0 0; /*29*/
    transition: padding-top 120ms ease;
}
.fix-header .page-header .nav {
    padding:5px 0 0;/*13*/
}
.page-header .nav ul {
    list-style: none;
}
.page-header .nav ul li {
    display: inline-block;
    padding:0 6px 0 3px;
}
.page-header .nav ul li:first-child {
    border-left:none;
    margin-left:0;
}
.page-header .nav ul li a {
    color:#fff;
    text-decoration: none;
    border-bottom:1px solid transparent;
}
.page-header .nav ul li.active a {
    /*text-decoration:underline;*/
    border-bottom:1px solid #fff;
}
.page-header .nav ul li a:hover {
    border-bottom:1px solid #fff;
}
.page-header .nav ul li.lang a {
    color:#28b3de;
}
.page-header .nav ul li.lang a:hover {
    border-color:#28b3de;
}
.page-header .nav ul li.lang .fa {
    font-size:90%;
    margin-right:3px;
}

@media (min-width:1200px) {
    .page-header .nav {
        font-size:17px; /*18*/
    }
}

@media (max-height:850px) and (orientation: landscape) {

}

@media (max-width:1023px) {

}
@media (max-width:767px) {
    .fix-header .page-header {
        padding-top: 6px;
        height: fit-content;
    }

    .page-header, .fix-header .page-header {
       /* padding:1vw 0 0;*/
        /*height:auto;*/
    }
    .page-header .logo {
        width: 28vw;
        height: 15.3vw;
        margin:.6vw 1vw 1vw 2vw;
    }

    .page-header .logo.lbl{
        width: 13vw;
        height: 15.3vw;
    }
    .page-header .logo.mos{
        width: 33vw;
        height: 15.3vw;
    }

    .fix-header .page-header .logo {
        width: 28vw;
        height: 15.3vw;
        margin:.6vw 1vw 1vw 2vw;
    }

    .fix-header .page-header .logo.lbl{
        width: 13vw;
        height: 15.3vw;
    }
    .fix-header .page-header .logo.mos{
        width: 33vw;
        height: 15.3vw;
    }



}

.touch-nav-toggle {
    display: none;
    position: absolute;
    right: 4vw;
    top: 4vw;
    border-style: solid;
    border-color: #fff;
    border-width: .6vw 0 .6vw;
    height: 8vw;
    width: 10vw;
    padding: 3.2vw 0 0;
    z-index: 1200;
    transition: all 90ms ease-out;
}
.touch-nav-toggle:before {
    content: ' ';
    display: block;
    height: .6vw;
    background: #fff;
}

.fix-header .touch-nav-toggle {
    right: 4vw;
    top: 4vw;
    border-width: .6vw 0 .6vw;
    height: 8vw;
    width: 10vw;
    padding: 3.2vw 0 0;
}


.touch-nav-on .touch-nav-toggle {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media (max-width: 1023px) {
    .touch-nav-toggle {
        display: block;
    }

    .page-header .nav,
    .homepage .page-header .nav {
        display: block;
    }

    .page-header .nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        height: 100vh;
        background: rgba(0,0,0,.8);
        margin: -100% 0 0;
        margin: -100vmax 0 0;
        padding: 11vh 4vw 0;
        /*font-family: 'Tatlin', sans-serif;*/
        font-weight:500;
        text-transform:uppercase;
        font-size: 4.7vw;
        z-index: 1000;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        transition: all 130ms ease;
        overflow-y: auto;
        text-align: center;
    }
    .touch-nav-on .page-header .nav  {
        margin-top: 0;
    }

    .page-header .nav ul li {
        display: block;
        margin:0 0 5vh;
        padding:0;
    }
    .page-header .nav ul li:before {
        display: none;
    }
    .page-header .nav ul li a {
        color:#fff;
        padding: 1vw;
    }
    .page-header .nav ul li.active a {
        border-bottom: 2px solid #fff;
    }

}

@media (max-width:767px) {
    .touch-nav-toggle {
        right: 3vw;
        top: 3.9vw;
        border-width: 1vw 0 1vw;
        height: 11vw;
        width: 13vw;
        padding: 4vw 0 0;
    }
    .touch-nav-toggle:before {
        height: 1vw;
    }
    .page-header .nav {
        font-size: 5.5vw;
    }
    .page-header .nav ul {
        /*padding-bottom: 20vw;*/
    }
}

/*------------------------------*/

.page-footer {
    text-align: center;
    padding:15px 0 20px;
    position: relative;
    z-index:300;
}
.page-main .page-footer {
    background: #000f31;
    padding-top:22px;
}
.page-footer h4 {
    font-size:20px;
    font-weight:300;
    text-transform: uppercase;
    margin:0 0 18px;
}




/*-----------------------------------------------*/

.main {
    position: relative;
    z-index:300;
    padding-top:138px;
    min-height:200px;
}
.touch-nav-on .main {
    z-index:1;
}

.main h2 {
    font-size:40px;
    font-weight:500;
    text-transform: uppercase;
    margin:0 0 22px;
}

@media (max-width:1023px) and (min-width:768px) {
    .main {
        padding-left:7px;
        padding-right:7px;
    }
}

@media (max-width:767px) {
    .main {
        padding:24vw 2.5vw 1vw;
    }
    .main h2 {
        font-size:11vw;
        margin:0 0 4vw;
    }
}

.video-background {
    position: fixed;
    z-index:100;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: #0b0b0b;
}

.video-background .placeholder-image {
    position: absolute;
    left:0;
    top:0;
    z-index:50;
    width:100%;
    height:100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.video-background .video {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:150;
}
.video-background .video video {
    width:100%;
    height:100%;
}
.video-background:after {
    content:' ';
    display: block;
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background: rgba(0,0,0,.5);
    z-index:200;
}

.section {
    position: relative;
    z-index:300;
}

.section-main {
    height:100%;
    /*padding:150px 0 0;
    padding:30vh 0 0;*/
    display: flex;
    flex-direction: column;
}

@media (orientation: landscape) and (max-height:600px) {
    .section-main {
        height:auto;
    }
    .content .entry ul {padding: 0 10% 0 0;}
}

.entry {
    line-height: 1.5;
}
.entry p {
    margin:0 0 26px;
}

@media (max-height:850px) and (orientation: landscape) {

}
@media (max-width:1023px) {

}

.content .entry ul {
    margin: 1vw 0 0 5px;
    list-style-type: none;
    padding: 0 32% 0 0;
}
@media (max-width:767px) {
    .entry {
        line-height: 1.35;
    }
    .entry p {
        margin:0 0 5vw;
    }
    .content .entry ul {padding: 0 10% 0 0;}
}

.content {
    padding:0 0 10px;
}

.content h2 {
    /*margin:0 0 18px;*/
}

.content .entry {
    font-size:17px;
    line-height: 1.35;
}
.content .entry p {
    margin:0 0 21px;
}

.content .entry a {
    text-decoration: underline;
}
.content .entry a:hover {
    text-decoration: none;
}
.content .content-properties {
    float:left;
    width:70%;
    margin:0 0 7px;
}
.content .register-link {
    float:right;
}
.content .register-link a {
    display: inline-block;
    padding: 4px 37px 0;
    background: #cc8f15;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.content .register-link a img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 3px -3px;
    width:38px;
    height:auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.content .content-properties .back-link {
    font-size:15px;
    font-weight:400;
    margin:0 0 28px;
}
.content .content-properties .back-link a {
    display: inline-block;
    padding:6px 22px 5px;
    border:1px solid #fff;
    text-decoration: none;
}
.content .content-properties .back-link a:hover {
    background: #fff;
    color:#333;
}
.content .content-properties .back-link a .fa {
    margin: 0 4px 0 -6px;
}
.content .content-properties .date {
    color:#fff;
    font-size:15px;
    opacity:.7;
    margin:0 0 10px;
}
.content .content-properties .date .fa {
    margin:-2px 5px 0 3px;
    font-size:123%;
    vertical-align: middle;
}

@media (max-width:767px) {
    .content h2 {
        font-size: 7.2vw;
        margin:0 0 5vw;
    }
    .content .entry {
        font-size:4.9vw;
        line-height: 1.3;
    }
    .content .entry p {
        margin:0 0 6vw;
    }
    .content .content-properties {
        float:none;
    }
    .content .content-properties .back-link {
        margin:0 0 5vw;
    }
    .content .register-link {
        float:none;
        text-align: center;
        margin:0 0 3.5vw
    }
    .content .register-link a {
        font-size:4vw;
        padding:1vw 1vw .5vw;
        display: block;
    }
}

/*-------------------------*/

.main-promo {
    flex: 0.2 0 auto;
}
.main-contests {
    /*min-height: 150px;*/
}

.announcement {
    text-align: center;
    font-size:18px;
    font-weight:100;
    padding:190px 24% 0;
    padding:16vh 24% 0;
    margin:0 0 20px;
}
.announcement .date {
    font-size:50px;
    font-weight:500;
    margin:0 0 20px;

}
@media (orientation: landscape) and (max-height:600px) {
    .announcement {
        padding-top:26vh;
        margin-bottom:10vh;
    }
}
@media (orientation: landscape) and (min-height:850px) {
    .announcement {
        font-size:22px;
        padding-left:18%;
        padding-right:18%;
    }
    .announcement .date {
        font-size:65px;
    }
}
@media (min-width:1024px) and (max-width:1199px) {
    .announcement {
        padding-left:18%;
        padding-right:18%;
    }
}
@media (min-width:1199px) {
    .main-promo {
        flex: 0.7 0 auto;
    }
    .announcement{
        padding: 17vh 18% 0;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .announcement {
        font-size:22px;
        padding-left:18%;
        padding-right:18%;
    }
}
@media (max-width:767px) {
    .announcement {
        padding:48vw 3vw 0;
        margin:0 0 15vw;
        font-size:5vw;
    }
    .announcement .date {
        font-size:11vw;
        margin:0 0 8vw;
    }
}

.section-main .news-block {
    border-top:1px solid rgba(255,255,255,.5);
    border-bottom:1px solid rgba(255,255,255,.5);
    text-align: center;
    margin:2.5vh 0;
}
.section-main .news-block .item {
    padding:13px 0;
    line-height: 1.1;
}
.section-main .news-block .item .date {
    display: inline-block;
    vertical-align: middle;
    font-size:13px;
    width:14%;
    text-align: right;
}
.section-main .news-block .item .date span {
    display: inline-block;
    vertical-align: middle;
    border:1px solid #fff;
    border-radius:20px;
    padding:8px 12px 7px 9px;
}
.section-main .news-block .item .date .fa {
    font-size:16px;
    vertical-align: middle;
    margin:-3px 3px 0 0;
}
.section-main .news-block .item .title {
    display: inline-block;
    vertical-align: middle;
    max-width:70%;
    padding:0 20px;
    font-size:15px;
    font-weight:400;
}
.section-main .news-block .item .more {
    display: inline-block;
    vertical-align: middle;
    font-size:13px;
    font-weight:400;
    width:14%;
}
.section-main .news-block .item .more a {
    display: inline-block;
    border:2px solid #fff;
    text-decoration: none;
    color:#fff;
    padding:7px 13px 6px;
}
.section-main .news-block .item .more a:hover {
    background: #fff;
    color:#000;
}

@media (min-width:768px) and (max-width:1023px) {
    .section-main .news-block .item .date {
        width:17%
    }
    .section-main .news-block .item .more {
        width:23%;
    }
    .section-main .news-block .item .title {
        max-width:58%;
    }
}
@media (max-width:767px) {
    .section-main .news-block {
        display: none;
    }
}

.section-main .partners {
    text-align: center;
    padding:20px 0;
    padding:3.1vh 0;
}
.section-main .partners .item {
    display: inline-block;
    vertical-align: middle;
    margin:1% 2%;
}

.section-main .partners .item .subtitle {
    font-size: 12px;
    display: block;
    max-width:280px;
}

@media (min-width:1024px) and (max-width:1199px) {
    .section-main .partners .item {
        margin:0 1%;
        max-width:18%;
    }
}
@media (min-width:768px) and (max-width:1023px) {
    .section-main .partners .item {
        margin:0 1%;
        max-width:18%;
    }
}
@media (max-width:767px) {
    .section-main .partners {
        display: none;
    }
}

/*----------------------------------------------*/

.section-locations {
    min-height:677px;
    background: #094b83;
}
.section-locations .header {

    padding:36px 0 0;
    z-index:300;
    position: absolute;
    left:0;
    top:0;
    width:100%;
}
.section-locations .header .inner {
    max-width:1000px;
    margin:0 auto;
}
.section-locations .header h2 {
    display: block;
    text-align: center;
    font-size:31px;
    font-weight:500;
    text-transform: uppercase;
    margin:0 0 45px;
}
.section-locations .header .controls {
    padding:0 50% 0 0;
}
.section-locations .header .controls ul {
    list-style: none;
    text-transform: uppercase;
    font-size:14px;
    font-weight:700;
}
.section-locations .header .controls ul li {
    display: inline-block;
    margin:0 2px 14px;
}
.section-locations .header .controls ul li a {
    display: inline-block;
    color:#fff;
    text-decoration: none;
    padding:6px 8px 3px;
    border:1px dashed #fff;
    transition: all 70ms ease;
}
.section-locations .header .controls ul li.active a,
.section-locations .header .controls ul li a:hover {
    background: #fff;
    color:#000;
}

@media (min-width:768px) and (max-width:1023px) {
    .section-locations {
        height: 735px;
    }
    .section-locations .header h2 {
        font-size: 43px;
        margin: 0 0 25px;
    }
    .section-locations .header .controls {
        padding:0 55px 0 15px;
    }
    .section-locations .header .controls ul {
        font-size: 15px;
    }
}

@media (max-width:767px) {
    .section-locations .header {
        padding:10vw 0 0;
    }
    .section-locations .header h2 {
        font-size: 8.5vw;
        margin: 0 0 6vw;
    }
    .section-locations .header .controls {
        padding:0 1vw 0;
    }
    .section-locations .header .controls ul {
        font-size: 4vw;
    }
    .section-locations .header .controls ul li {
        margin:0 1vw 2vw 0;
    }
    .section-locations .header .controls ul li a {
        padding:1.5vw 2vw;
    }
}

.section-locations .location {
    position: absolute;
    width:100%;
    height:100%;
    z-index:1;
    left:0;
    top:0;
    overflow: hidden;
    clip: rect(0,0,1000px,0);

    -moz-transition: clip 1s cubic-bezier(.58,.14,.09,.99);
    -o-transition: clip 1s cubic-bezier(.58,.14,.09,.99);
    -webkit-transition: clip 1s cubic-bezier(.58,.14,.09,.99);
    transition: clip 1s cubic-bezier(.58,.14,.09,.99);

    min-height:677px;
}
.section-locations .location.active {
    clip: rect(0,2000px,1000px,0);
    position: absolute;
    z-index:10;
}
.section-locations .location.previous {
    position: relative;
    z-index:7;
    /*height:100%;*/
    /*clip: rect(0,2000px,1000px,0);*/
}
@media (min-width:1550px) {
    .section-locations .location.active {
        clip: rect(0, 3200px, 1000px, 0);
    }
}

.section-locations .location .cover-background {
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;


}
.section-locations .location.active .cover-background,
.section-locations .location.previous .cover-background{
    -moz-transition-duration: 12s;
    -o-transition-duration: 12s;
    -webkit-transition-duration: 12s;
    transition-duration: 12s;
    -moz-transform: scaleX(1.1) scaleY(1.1) translateZ(-1px);
    -ms-transform: scaleX(1.1) scaleY(1.1) translateZ(-1px);
    -webkit-transform: scaleX(1.1) scaleY(1.1) translateZ(-1px);
    transform: scaleX(1.1) scaleY(1.1) translateZ(-1px);
}
.section-locations .location .inner {
    position:relative;
    z-index: 2;
    padding:245px 0 0;
    max-width:1000px;
    margin:0 auto 0;
}
.section-locations .location .info {
    float: left;
    width:50%;
    font-size:15px;
    font-weight:400;
    padding-right:75px;
    padding-bottom:20px;
}
.section-locations .location h3 {
    font-size:50px;
    font-weight:700;
    line-height: 1.05;
    text-transform: uppercase;
    margin:0 0 18px;
}
.section-locations .location p {
    margin:0 0 18px;
}
.section-locations .location .schedule {
    float: left;
    width:50%;
    position: relative;
    min-height:250px;
    line-height:250px;
    margin-top:-8px;
    margin-bottom:50px;
    text-align: center;
}
.section-locations .location .schedule .items {
    /*display: inline-block;*/
    display: none;
    vertical-align: middle;
    line-height: 1.15;
    width:242px;
    position: relative;
    z-index:100;
}
.section-locations .location .schedule .items .item {
    text-align: left;
    font-size:24px;
    font-weight:500;
    text-transform: uppercase;
    margin: 29px 0 26px;
}
.section-locations .location .schedule .items .item strong {
    float:left;
    font-size:44px;
    padding:3px 10px;
    margin-right:8px;
    border:5px solid #fff;
    line-height: 1;
    position: relative;
}
.section-locations .location .schedule .items .item strong:before {
    content:' ';
    display:block;
    width:6px;
    height:14px;
    background: #fff;
    position: absolute;
    top:-24px;
    left:50%;
    margin:0 0 0 -3px;
}
.section-locations .location .schedule .items .item:first-child strong:before {
    display: none;
}
.section-locations .location .schedule .items .item .time {
    font-size:25px;
    font-weight:400;
}
.section-locations .location .schedule .circle {
    background: url(../img/circle.png) no-repeat center center;
    width:486px;
    height:486px;
    position: absolute;
    left:50%;
    top:50%;
    margin:-243px 0 0 -243px;

    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -moz-animation-name: rotateCircle;
    -webkit-animation-name: rotateCircle;
    animation-name: rotateCircle;
    -moz-animation-duration: 95s;
    -webkit-animation-duration: 95s;
    animation-duration: 95s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes rotateCircle {
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
}
@-moz-keyframes rotateCircle {
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
}
@keyframes rotateCircle {
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
}

@media (min-width:768px) and (max-width:1023px) {
    .section-locations .location .inner {
        padding: 230px 0 0 15px;
    }
    .section-locations .location .info {
        padding-right: 33px;
        font-size: 17px;
    }
    .section-locations .location h3 {
        font-size: 43px;
    }
    .section-locations .location .schedule {
        float: right;
        width: 35%;
        margin-top: 53px;
        margin-bottom:70px;
    }
}
@media (max-width:767px) {
    .section-locations {
        min-height: 245vw;
    }
    .section-locations .location {
        /*position: static;*/
        min-height: 245vw;
    }
    .section-locations .location .inner {
        padding: 82vw 0 0 4vw;
    }
    .section-locations .location .info {
        float:none;
        width:auto;
        padding-right: 5vw;
        padding-bottom:0;
        font-size: 3.6vw;
    }
    .section-locations .location h3 {
        font-size:10.5vw;
        margin:5vw 0 3vw;
    }
    .section-locations .location p {
        margin:0 0 8vw;
    }

    .section-locations .location .schedule {
        float:none;
        width:auto;
        margin:0 0 5vw;
        line-height: 1.2;
        min-height:0;
    }
    .section-locations .location .schedule .circle {
        opacity:.5;
        display:none;
    }
    .section-locations .location .schedule .items .item {
        font-size: 6vw;
        margin:2vw 0 6vw;
    }
    .section-locations .location .schedule .items .item strong {
        font-size: 11vw;
        padding: 1vw 4vw;
        margin-right: 3vw;
    }
    .section-locations .location .schedule .items .item .time {
        font-size: 6vw;
    }

    .section-locations .location .schedule .items {
        width:260px;
    }
}

.section-locations .location .links {

}
.section-locations .location .links a {
    display: inline-block;
    font-size:15px;
    font-weight:500;
    line-height: 1.2;
    text-transform: uppercase;
    padding:9px 13px 8px;
    margin-right:14px;
    border:2px solid #fff;
    text-decoration: none;
    position: relative;
    transition: all 70ms ease;
}
.section-locations .location .links a:hover {
    background: #fff;
    color:#000;
}
.section-locations .location .links a.calendar-link {
    background: #fff;
    color:#000;
}
.section-locations .location .links a.calendar-link:hover {
    background: transparent;
    color:#fff;
}
@media (max-width:767px) {
    .section-locations .location .links {
        padding-right:3vw;
    }
    .section-locations .location .links a {
        display: block;
        width:100%;
        padding:2vw 3vw;
        margin:0 0 2vw;
        font-size:4vw;
        text-align: center;
    }
}


/*-----------------------------------------------*/

.section-art-vision {
    background: #000 url(../img/start7.jpg) no-repeat center top;
    background-size: cover;
}
.section-art-vision:before {
    content:' ';
    display: block;
    position: absolute;
    z-index:1;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: -moz-linear-gradient(top, rgba(60,34,107,0.7) 0%, rgba(37,11,56,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(60,34,107,0.7) 0%,rgba(37,11,56,0.7) 100%);
    background: linear-gradient(to bottom, rgba(60,34,107,0.7) 0%,rgba(37,11,56,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3c226b', endColorstr='#cc250b38',GradientType=0 );
}

.atr-vision-inner {
    padding:115px 90px 120px 100px;
    position: relative;
    z-index:300;
}

.atr-vision-inner .info {
    float:left;
    width:50%;
    padding-right:58px;
    font-size:18px;
}
.atr-vision-inner h2 {
    font-size:82px;
    line-height: 1.2;
    font-weight:500;
    text-transform: uppercase;
    margin:0 0 80px;
}
.atr-vision-inner .info p {
    margin:0 0 25px;
}
.atr-vision-inner .info .more {
    display: inline-block;
    font-size:15px;
    font-weight:500;
    line-height: 1;
    text-transform: uppercase;
    padding:13px 12px 10px;
    border:2px solid #fff;
    text-decoration: none;
}
.atr-vision-inner .info .more:hover {
    background: #fff;
    color:#000;
}
.atr-vision-inner .request {
    float:left;
    width:50%;
    text-align: right;
    font-size:17px;
    padding-right:12px;
}
.atr-vision-inner .request .btn {
    display: inline-block;
    padding:18px 21px;
    height:auto;
    margin-bottom:23px;
    margin-right:-12px;
    border-radius: 15px;
    text-transform: uppercase;
    font-size:21px;
    font-weight: 500;
    background: #ffa800;
    color:#000;
    text-decoration: none;
    text-align: center;
}
.atr-vision-inner .request .fa {
    font-size:35px;
    vertical-align: middle;
    margin:-3px 6px 0 0;
}
.atr-vision-inner .request strong {
    font-weight:500;
}

@media (min-width:768px) and (max-width:1023px) {
    .atr-vision-inner {
        padding:5vw 2vw 7vw;
    }
    .atr-vision-inner h2 {
        font-size:7vw;
        margin:0 0 4vw;
        text-align: center;
    }
    .atr-vision-inner .info {
        /*width:60%;*/
        padding:0;
        /*float:none;
        width:auto;
        margin-bottom:5vw;*/
    }
    .atr-vision-inner .request {
        /*width:40%;*/
        padding:0 0 0 3vw;
        text-align: center;
    }
    .atr-vision-inner .request .btn {
        margin:0 0 2vw;
        /*display: block;
        width:100%;
        text-align: center;*/
    }
}

@media (max-width:767px) {
    .atr-vision-inner {
        padding:9vw 2vw 2vw;
    }
    .atr-vision-inner h2 {
        font-size:12vw;
        margin:0 0 8vw;
        text-align: center;
    }
    .atr-vision-inner .info {
        float:none;
        width:auto;
        padding:3vw 2vw 0;
        font-size:5.3vw;
    }
    .atr-vision-inner .info p {
        margin:0 0 3vw;
    }
    .atr-vision-inner .request {
        float:none;
        width:auto;
        padding:6vw 0 1vw;
        text-align: center;
        font-size:4.5vw;
    }
    .atr-vision-inner .request .fa {
        font-size:150%;
    }
    .atr-vision-inner .request .btn {
        font-size:5vw;
        padding:3vw 5vw;
        margin:0 0 6vw;
        border-radius:4vw;
    }
}

/*---------------*/


.smi-block {
    background-image: linear-gradient(to bottom, rgba(5,41,147,.3) 0%, rgba(5,41,147,.3) 100%), url(../img/smi-block.jpg);
    background-repeat: repeat-y, no-repeat;
    background-position: center center;
    background-size: cover;
    padding:54px 0 47px;
}
.smi-block-inner {
    max-width:1000px;
    margin:0 auto;
}
.smi-block h3 {
    font-size:35px;
    font-weight:500;
    text-decoration: underline;
    text-transform: uppercase;
    margin:0 0 23px;
    text-align: center;
}
.smi-block .links {
    margin:0 -10px;
    font-size:17px;
    font-weight:500;
}
.smi-block .links .item {
    float:left;
    width:50%;
    padding:0 10px;
    text-align: center;
}
.smi-block .links .item a {
    display: block;
    padding:9px 10px 8px;
    border:2px solid #fff;
    text-decoration: none;
    background: rgba(0,0,60,.1);
    transition:all 40ms ease;
}
.smi-block .links .item a:hover {
    background: #fff;
    color:#0b457d;
}
.smi-block .links .item.inverse a {
    background: #fff;
    color:#0b457d;
}
.smi-block .links .item.inverse a:hover {
    background: rgba(0,0,60,.1);;
    color:#fff;
}
.smi-block .links .item a .fa {
    font-size:135%;
    vertical-align: middle;
    margin:-4px 5px 0 0;
}

@media (min-width:768px) and (max-width:1023px) {
    .smi-block .links {
        margin:0;
    }
}

@media (max-width:767px) {

    .smi-block h3 {
        text-align: center;
        font-size:11vw;
        margin:0 0 7vw;
    }
    .smi-block .links{
        margin:0 0 1vw;
    }
    .smi-block .links .item {
        float: none;
        width: auto;
        margin:0 0 2vw;
        padding:0 4vw;
    }
}

.gallery-block {
    background: #000;
    padding:40px 0 0;
}
.gallery-block h3 {
    font-size:35px;
    font-weight:500;
    text-decoration: underline;
    text-transform: uppercase;
    margin:0 0 15px;
    text-align: center;
}

.gallery-block .items {

}
.gallery-block .items .item {
    float:left;
    width:11.1%;
}
.gallery-block .items .item .link {
    display: block;
    height:0;
    padding-bottom:64%;
    background-size: cover;
    background-position: center;
}

@media (max-width:767px) {
    .gallery-block {
        padding:7vw 0 0;
    }
    .gallery-block h3 {
        font-size:9vw;
        margin:0 0 7vw;
    }
    .gallery-block .items .item {
        width:25%;
    }
}

/*----------------------------------------------*/

.partners-block {

}

.partners-block .inform-partners {
    float:left;
    width:50%;
    background: #393242;
    padding:23px 0 0;
}

.partners-block .tech-partners {
    float:left;
    width:50%;
    background: #1a284d;
    padding:23px 0 0;
}

.partners-block h4 {
    font-size:35px;
    font-weight:500;
    text-transform: uppercase;
    margin:0 0 23px;
    text-align: center;
}

.partners-block .items {
    background:rgba(255,255,255,.2);
    text-align: center;
    font-size:14px;
    font-weight:400;
}
.partners-block .items .item {
    float: left;
    width: 33.3%;
    padding: 10px 10px 10px;
    min-height: 190px;
}
.partners-block .items .last{
    margin-left: 33.3%;
}
/*.partners-block .items .item:nth-child(odd) {
    background:rgba(255,255,255,.1);
}*/
.partners-block .tech-partners .items .item {
    /*width:50%;*/
}

.partners-block .items .item .logo {
    height: 120px;
    width:100%;
    display: table;
    margin:0 0 3px;
}
.partners-block .items .item .logo > span {
    display: table-cell;
    vertical-align: middle;
    padding:0 5px;
    height: 120px;
}
.partners-block .items .item .logo img {
    display: block;
    margin:0 auto;
}

.partners-block .items .item h5 {
    font-size:15px;
    font-weight:400;
    margin:0 auto;
    max-width:342px;
}

@media (min-width:1400px) {
    .partners-block .items .item h5 {
        font-size:14px;
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .partners-block h4 {
        font-size: 30px;
    }
    .partners-block .inform-partners {
        width:56%;
    }
    .partners-block .tech-partners {
        width:44%;
    }
    .partners-block .items .item {

    }
    .partners-block .items .item h5 {
        font-size:11px;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .partners-block .inform-partners,
    .partners-block .tech-partners {
        padding-top:2.9vw;
    }
    .partners-block h4 {
        font-size: 3.9vw;
        margin:0 0 2vw;
    }
    .partners-block .inform-partners {
        float:none;
        width:auto;
    }
    .partners-block .tech-partners {
        float:none;
        width:auto;
    }
    .partners-block .items .item {

    }
    .partners-block .items .item .logo {
        height: 16.3vw;
        margin:0;
    }
    .partners-block .items .item h5 {
        font-size:2vw;
    }
}

@media (max-width:767px) {
    .partners-block h4 {
        font-size:5.5vw;
        margin:0 0 6vw;
    }
    .partners-block .inform-partners {
        float:none;
        width:auto;
    }
    .partners-block .tech-partners {
        float:none;
        width:auto;
    }
    .partners-block .items .item {
        float:none;
        width:auto;
        text-align: left;
        padding:6vw 0 4vw 23vw;
        min-height:0;
    }
    .partners-block .tech-partners .items .item {
        width:auto;
    }
    .partners-block .items .item:after {
        content:' ';
        display: table;
        width:100%;
        clear:both;
    }
    .partners-block .items .item .logo {
        display: block;
        float:left;
        width:50vw;
        height:auto;
        margin:0 3vw 0 -23vw;
    }
    .partners-block .items .item .logo > span {
        display: block;
        height:auto;
    }
    .partners-block .items .item h5 {
        font-size:12px;
        font-weight:400;
        margin: 8vw auto 0;
        max-width:342px;
    }

    .partners-block .items .last{
        margin-left: unset;
    }


}

/*----------------------------------------------*/

.tabs-controls {
    text-align: center;
    font-size:18px;
    text-transform: uppercase;
    margin:0 0 10px;
}
.tabs-controls ul {
    list-style: none;
}
.tabs-controls ul li {
    display: inline-block;
    margin:0 5px 8px;
}
.tabs-controls ul li span,
.tabs-controls ul li a {
    display: inline-block;
    padding:12px 18px 10px;
    border:1px solid #fff;
    color:#fff;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    opacity:.6;
    transition: all 130ms ease-out;
}
.tabs-controls ul li.active span,
.tabs-controls ul li.active a,
.tabs-controls ul li span:hover,
.tabs-controls ul li a:hover {
    box-shadow:inset 0 0 0 1px #fff;
    opacity:1;
}
.tabs-controls ul li.active span:after,
.tabs-controls ul li.active a:after {
    content:' ';
    display: block;
    border-top:8px solid #fff;
    border-left:9px solid transparent;
    border-right:9px solid transparent;
    position: absolute;
    top:100%;
    left:50%;
    margin-left:-5px;
}

.tabs {

}

.tab {

}

@media (max-width:767px) {
    .tabs-controls {
        text-align: center;
        font-size:4vw;
        text-transform: uppercase;
        margin:0 -2.5vw 7vw;
    }
    .tabs-controls ul li {
        margin:0 1vw 2vw;
    }
    .tabs-controls ul li span, .tabs-controls ul li a {
        padding:3vw 3vw;
    }
}

/*---------------------------*/

body.page-art-vision {
    background-image: linear-gradient(to bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%), url(../img/art-vision-main.jpg);
    background-repeat: repeat-y, no-repeat;
    background-size: cover;
    background-color:#000;
}
body.page-art-vision-classic {
    background-image: linear-gradient(to bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%), url(../img/art-vision-classic.jpg);
    background-size: cover;
    background-repeat: repeat-y, no-repeat;
    background-position: center top;
    background-color:#000;
}
body.page-art-vision-modern {
    background-image: linear-gradient(to bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%), url(../img/art-vision-modern.jpg);
    background-size: cover;
    background-repeat: repeat-y, no-repeat;
    background-position: center top;
    background-color:#000;
}
body.page-art-vision-vj {
    background-image: linear-gradient(to bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%), url(../img/art-vision-vj.jpg);
    background-size: cover;
    background-repeat: repeat-y, no-repeat;
    background-position: center top;
    background-color:#000;
}
body.page-art-vision-jury {
    background-image: linear-gradient(to bottom, rgba(60,34,107,0.8) 0%,rgba(37,11,56,0.8) 100%), url(../img/art-vision-jury.jpg);
    background-size: cover;
    background-repeat: repeat-y, no-repeat;
    background-position: center top;
    background-color:#000;
}
/*body.page-art-vision:before {
    content:' ';
    display: block;
    position: fixed;
    z-index:1;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: -moz-linear-gradient(top, rgba(60,34,107,0.8) 0%, rgba(37,11,56,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(60,34,107,0.8) 0%,rgba(37,11,56,0.8) 100%);
    background: linear-gradient(to bottom, rgba(60,34,107,0.8) 0%,rgba(37,11,56,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3c226b', endColorstr='#cc250b38',GradientType=0 );
}*/

.art-vision {
    font-size:15px;
}

.art-vision .descr {
    padding:18px 18px 10px 450px;
    font-size:17px;
    min-height: 160px;
    margin-bottom:30px;

}
.art-vision .descr h3 {
    float:left;
    width:440px;
    margin:0 0 0 -450px;
    font-size:49px;
    font-weight:700;
    line-height: 1.06;
    text-transform: uppercase;
}
.art-vision .descr p {
    margin:0 0 20px;
}

@media (max-width:767px) {
    .art-vision {
        font-size:4.2vw;
    }

    .art-vision .descr {
        padding:4vw 0 2vw;
        font-size:4.5vw;
    }
    .art-vision .descr h3 {
        float:none;
        width:auto;
        margin:0 0 3vw;
        font-size:9.6vw;
        font-weight:500;
        line-height: 1.2;
    }
    .art-vision .descr p {
        margin:0 0 3vw;
    }
}

.art-vision .filter {
    padding:8px 0 0;
    margin:0 0 17px;
}
.art-vision .filter ul {
    list-style: none;
    text-transform: uppercase;
    font-size:14px;
    font-weight:700;
}
.art-vision .filter ul li {
    display: inline-block;
    margin:0 5px 14px 0;
}
.art-vision .filter ul li a {
    display: inline-block;
    color:#fff;
    text-decoration: none;
    padding:6px 10px 3px;
    border:1px dashed #fff;
    transition: all 70ms ease;
}
.art-vision .filter ul li.active a,
.art-vision .filter ul li a:hover {
    background: #fff;
    color:#000;
}

@media (max-width:767px) {
    .art-vision .filter {
        padding:2vw 0 0;
        margin:0 0 1vw;
    }
    .art-vision .filter ul {
        font-size: 4vw;
    }
    .art-vision .filter ul li {
        margin:0 1vw 2vw 0;
    }
    .art-vision .filter ul li a {
        padding:1.5vw 2vw;
    }
}

.award-card {
    font-size:15px;
    padding:25px 25px 24px 412px;
    margin:0 0 28px;
    min-height:267px;
    background: #333;
    background-size: contain;
}
.award-card.classical {
    background: #24272e url(../img/award-classical-bg.jpg) no-repeat left top;
    background-size: contain;
}
.award-card.modern {
    background: #1e1916 url(../img/award-modern-bg.jpg) no-repeat left top;
    background-size: contain;
}
.award-card.vj {
    background: #21384b url(../img/award-vj-bg.jpg) no-repeat left top;
    background-size: contain;
}

.award-card  h3 {
    font-size:30px;
    font-weight:500;
    text-transform: uppercase;
    margin:0 0 22px;
}

@media (min-width:768px) and (max-width:1023px) {
    .award-card {
        font-size: 15px;
        padding: 4vw 4vw 4vw 46vw;
    }
}

@media (max-width:767px) {
    .award-card {
        font-size:4.2vw;
        padding: 34vw 4vw 4vw 4vw;
        background-size: 100% auto;
        margin:0 -2.5vw 4vw;
    }
    .award-card h3 {
        font-size:8vw;
        margin:0 0 3vw;
    }
}

.art-vision .conditions {
    margin:0 0 32px;
}
.art-vision .conditions h4 {
    font-size:15px;
    text-transform: uppercase;
    font-weight:500;
    margin:0 0 10px;
}
.art-vision .conditions ul {
    padding:0 0 0 25px;
}
.art-vision .conditions ul li {
    margin:0 0 6px;
}
.art-vision .conditions ul li:before {
    content:' ';
    display: block;
    width:7px;
    height:7px;
    border-radius:50%;
    background: #fff;
    float:left;
    margin:6px 0 0 -17px;
}


.applying-process {
    line-height: 1.4;
}
.applying-process h4 {
    font-size:25px;
    text-transform: uppercase;
    font-weight:500;
    margin:0 0 24px;
}
.applying-process .stage {
    padding:0 0 0 103px;
    margin:0 0 38px;
}
.applying-process .stage h5 {
    float:left;
    width:100px;
    margin:0 0 0 -100px;
    font-size:25px;
    line-height: 1.3;
    font-weight:700;
}
.applying-process .stage ul {
    padding:5px 0 0;
}
.applying-process .stage ul li {
    margin:0 0 18px;
}

@media (max-width:767px) {
    .applying-process h4 {
        font-size: 6vw;
        margin:0 0 3vw;
    }
    .applying-process .stage {
        padding:1vw 0 1vw;
        margin:0 0 2vw;
    }
    .applying-process .stage h5 {
        float:none;
        width: auto;
        margin:0 0 3vw;
        font-size:6vw;
    }
    .applying-process .stage ul li {
        margin:0 0 3vw;
    }
}

.art-vision .contact-info {
    font-size:14px;
    text-align: center;
    background: rgba(255,255,255,.2);
    padding:25px 20px 16px;
    margin:0 0 25px;
}
.art-vision .contact-info p {
    margin:0 0 26px;
}
.art-vision .contact-info p.contacts {
    margin:0 0 5px;
    padding:5px 0 0;
}
.art-vision .contact-info p.contacts .item {
    margin:0 18px;
}

@media (max-width:767px) {
    .art-vision .contact-info {
        font-size:4.4vw;
        padding:6vw 3vw 4vw;
    }
    .art-vision .contact-info p.contacts .item {
        display: block;
    }
    .art-vision .contact-info p {
        margin:0 0 8vw;
    }
}

.art-vision .related-links {
    margin:0 0 25px;
}
.art-vision .related-links ul {
    list-style: none;
}
.art-vision .related-links ul li {
    display: inline-block;
    vertical-align: top;
    margin-right:9px;
    margin-bottom:9px;
}
.art-vision .related-links ul li a {
    display: inline-block;
    vertical-align: top;
    min-height:45px;
    line-height: 45px;
    background: rgba(255,255,255,.2);
    padding:8px 19px 8px 57px;
    font-size:18px;
}
.art-vision .related-links ul li a:hover {
    background: rgba(255,255,255,.3);
}
.art-vision .related-links ul li.application a {
    background: rgba(255,168,0,.5);
}
.art-vision .related-links ul li.application a:hover {
    background: rgba(255,168,0,.6);
}
.art-vision .related-links ul li .icon {
    float:left;
    font-size:25px;
    margin:0 0 0 -39px;
}
.art-vision .related-links ul li .title {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    max-width:130px;
}
.art-vision .related-links ul li.application .title {
    max-width:200px;
}
@media (max-width:767px) {
    .art-vision .related-links {
        margin:0 0 8vw;
    }
    .art-vision .related-links ul li {
        margin:0 0 1.7vw;
        padding:0 0 0;
        display: block;
    }
    .art-vision .related-links ul li.application {
        width:100%;
    }
    .art-vision .related-links ul li a {
        font-size:4.8vw;
        display: block;
        width:100%;
        padding:2.1vw 2.7vw 2.9vw 14.5vw;
        min-height: 8vw;
        line-height: 8vw;
    }
    /*.art-vision .related-links ul li.application a {
        padding-left:31vw;
    }*/
    .art-vision .related-links ul li .icon {
        margin:.4vw 0 0 -10.4vw;
        font-size:6.5vw;
    }
    .art-vision .related-links ul li .title {
        max-width: none;
    }
}


.art-vision .past-winners {
    margin: 0 0 20px;
}
.art-vision .past-winners h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 24px;
}
.art-vision .past-winners ul {
    list-style: none;
}
.art-vision .past-winners ul li {
    display: inline-block;
    vertical-align: top;
    font-size:21px;
    font-weight:400;
    text-transform: uppercase;
    margin-right:9px;
    margin-bottom:9px;
}
.art-vision .past-winners ul li a {
    display: inline-block;
    vertical-align: top;
    padding:10px 17px 6px;
    text-decoration: none;
    background: rgba(255,168,0,.58);
}
.art-vision .past-winners ul li .icon {
    display: inline-block;
    vertical-align: middle;
    font-size:25px;
    margin:-3px 5px 0 0;
}

@media (max-width:767px) {
    .art-vision .past-winners {
        margin: 0 -.5vw 6vw;
    }
    .art-vision .past-winners h4 {
        font-size: 5.9vw;
        margin: 0 0 6vw;
        text-align: center;
    }
    .art-vision .past-winners ul li {
        font-size:4.1vw;
        margin:0 .5vw 1vw;
    }
    .art-vision .past-winners ul li a {
        padding:2vw 2.5vw 1vw;
    }
    .art-vision .past-winners ul li .icon {
        font-size: 6vw;
        margin:-.9vw 1.7vw 0 0;
    }
}

.art-vision .related-gallery {
    margin:0 0 20px;
}
.art-vision .related-gallery h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 14px;
}
.art-vision .related-gallery ul {
    list-style: none;
    margin:0 -7px 0;
}
.art-vision .related-gallery ul li {
    float:left;
    width:16.6%;
    padding:7px;
}
.art-vision .related-gallery ul li img {
    display: block;
}

@media (max-width:767px) {
    .art-vision .related-gallery {
        margin: 0 0 6vw;
    }

    .art-vision .related-gallery h4 {
        font-size: 6.3vw;
        margin: 0 0 6vw;
        text-align: center;
    }
    .art-vision .related-gallery ul {
        margin:0 -2vw 0;
    }
    .art-vision .related-gallery ul li {
        width:33.3%;
        padding:0 1vw;
        margin:0 0 2vw;
    }
}

.jury {
    padding:11px 0 0;
    margin:0 0 20px;
}
.jury h3 {

    font-size:49px;
    font-weight: 500;
    margin:0 0 40px;
    text-transform: uppercase;
}
.jury .jury-group {
    padding:0 0 0 257px;
}
.jury .jury-group h4 {
    float:left;
    width:250px;
    margin:0 0 0 -257px;
    font-size:25px;
    font-weight: 700;
    text-transform: uppercase;
}

.jury .jury-group .person {
    padding:0 0 0 152px;
    margin:0 0 20px;
}
/*.jury .jury-group .person:before,*/
.jury .jury-group .person:after {
    content:' ';
    display: table;
    width:100%;
    clear:both;
}
.jury .jury-group .person .image {
    float:left;
    width:125px;
    margin:2px 0 0 -152px;
}
.jury .jury-group .person p {
    margin:0 0 22px;
}

@media (min-width:768px) and (max-width:1023px) {
    .jury h3 {
        margin: 0 0 17px;
    }
    .jury .jury-group {
        padding:0 0 0 0;
    }
    .jury .jury-group h4 {
        float:none;
        width:auto;
        margin:0 0 20px;
        font-size:25px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }
}

@media (max-width:767px) {
    .jury {
        padding:5vw 0 0;
        margin:0 0 3vw;
    }
    .jury h3 {
        font-size: 7.2vw;
        font-weight: 500;
        margin:0 0 4vw;
    }
    .jury .jury-group {
        padding:0 0 0 0;
    }
    .jury .jury-group h4 {
        float:none;
        width:auto;
        font-size: 6.0vw;
        margin: 0 0 4vw;
        text-align: center;
    }
    .jury .jury-group .person {
        padding:0 0 0 0;
        margin:0 0 2vw;
    }
    .jury .jury-group .person .image {
        width: 39vw;
        margin: 0 4.5vw .5vw -1.8vw;
    }
    .jury .jury-group .person p {
        margin:0 0 3vw;
    }
}

/*----------------------------------*/

.page-location {
    background-position: center top;
    background-repeat: repeat-y, no-repeat;
    background-color: #000;
    background-size: cover;
    /*background-attachment: fixed;*/
}

.page-location-digital-october {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.7) 0%,rgba(0,0,0,.7) 100%), url(/src/location-octoberfest.jpg);
}
.page-location-tsaritsino {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.4) 0%,rgba(0,0,0,.4) 100%), url(/src/location-tsaritsino-1.jpg);
}
.page-location-theater-square {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 100%), url(/src/location-teathre.jpg);
    /* background-color: #00186f;*/
}
.page-location-patriarchs-ponds {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.05) 0%,rgba(0,0,0,.05) 100%), url(../img/location-patriarchs-ponds.jpg);
}
.page-location-ostankino {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 100%), url(../img/location-ostankino.jpg);
}
.page-location-strogino {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 100%), url(../img/location-strogino.jpg);
}
.page-location-mir {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.4) 0%,rgba(0,0,0,.4) 100%), url(/src/location-mir-2.jpg);
}
.page-location-rowing-channel {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.7) 0%,rgba(0,0,0,.7) 100%), url(/src/location-greb-open.jpg);
}
.page-location-rowing-channel-closing {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.7) 0%,rgba(0,0,0,.7) 100%), url(/src/location-greb-close.jpg);
}
.page-location-poklonka {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.7) 0%,rgba(0,0,0,.7) 100%), url(/src/location-poklonka.jpg);
}
.page-location-kolom {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.7) 0%,rgba(0,0,0,.7) 100%), url(/src/location-kolomen.jpg);
}

.location-box {

}

.location-box .filter {
    padding:8px 0 0;
    margin:0 0 17px;
}
.location-box .filter ul {
    list-style: none;
    text-transform: uppercase;
    font-size:14px;
    font-weight:700;
}
.location-box .filter ul li {
    display: inline-block;
    margin:0 2px 14px;
}
.location-box .filter ul li a {
    display: inline-block;
    color:#fff;
    text-decoration: none;
    padding:6px 8px 3px;
    border:1px dashed #fff;
    transition: all 70ms ease;
}
.location-box .filter ul li.active a,
.location-box .filter ul li a:hover {
    background: #fff;
    color:#000;
}

@media (max-width:767px) {
    .location-box .filter {
        padding:2vw 0 0;
        margin:0 0 1vw;
    }
    .location-box .filter ul {
        font-size: 4vw;
    }
    .location-box .filter ul li {
        margin:0 1vw 2vw 0;
    }
    .location-box .filter ul li a {
        padding:1.5vw 2vw;
    }
}

.location-box .descr {
    padding:18px 135px 10px 450px;
    font-size:17px;
    min-height: 170px;
}
.page-location-mir .location-box .descr {
    /*padding-left:211px;*/
}
.location-box .descr h3 {
    float:left;
    width:440px;
    margin:0 0 0 -450px;
    font-size:49px;
    font-weight:700;
    line-height: 1.06;
    text-transform: uppercase;
}
.page-location-mir .location-box .descr h3 {
    /* width:200px;*/
    /* margin:0 0 0 -211px;*/
}
.location-box .descr p {
    margin:0 0 22px;
}

.link-to-register {
    display: inline-block;
    padding:6px 42px 1px;
    background: #cc8f15;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size:20px;
    font-weight: 700;
}
.link-to-register img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 5px -6px;
}

@media (max-width:767px) {
    .location-box .descr {
        padding:4vw 0 2vw;
        font-size:4.5vw;
    }
    .location-box .descr h3 {
        float:none;
        width:auto;
        margin:0 0 3vw;
        font-size:9.6vw;
        font-weight:500;
        line-height: 1.2;
    }
    .location-box .descr p {
        margin:0 0 3vw;
    }

}

.timetable {
    padding:10px 0 0;
    margin:0 0 35px;
}
.timetable .item {
    margin:0 0 12px;
}
.timetable .item .heading {
    background: #fff;
    color:#000;
    padding:5px 16px 3px;
    cursor: pointer;
}
.timetable .item .heading:hover {
    background:rgba(255,255,255,.9);
    color:#111;
}
.timetable .item .heading .icon {
    width:31px;
    height:31px;
    display: inline-block;
    vertical-align: middle;
    padding-left:4px;
    font-size:31px;
    line-height: 1;
    text-align: center;
    transition: transform 200ms ease-out 100ms;
}
.timetable .item .heading.active .icon {
    transform:rotate(90deg);
}
.timetable .item .heading h4 {
    display: inline-block;
    vertical-align: middle;
    font-size:25px;
    font-weight:500;
    line-height: 1.1;
    text-transform: uppercase;
    padding:2px 0 0 8px;
}
.timetable .item .heading h4 strong {
    font-size:40px;
    display: inline-block;
    vertical-align: middle;
    margin:-3px 3px 0 0;
}
.timetable .item .heading .day-of-week {
    float:right;
    font-size:20px;
    font-weight:300;
    text-transform: uppercase;
    padding:4px 12px 3px;
    border:1px solid #000;
    margin-top:3px;
}

.timetable .item .item-content {
    max-height: 0;
    overflow: hidden;
    /*opacity:0.6;*/
    transition: all 420ms ease-out 0.1s;
}
.timetable .item .item-content.open {
    max-height: 2000px;
    opacity:1;
}

.timetable .item .place {
    font-size:20px;
    font-weight:700;
    color:#35c7ff;
    text-transform: uppercase;
    text-align: center;
    padding:5px 4px 4px;
    border:2px solid #35c7ff;
    margin:15px 0 15px;
}
.timetable .item .place .fa {
    margin-right:5px;
}

.timetable .item .event {
    padding:6px 0 5px 180px;
}
.timetable .item .event:first-child {
    padding-top:27px;
}
.timetable .item .event .event-info {
    float:left;
    width:158px;
    margin:0 0 0 -180px;
    padding:0 0 0 13px;
    text-align: right;
}
.timetable .item .event .time {
    font-size:20px;
    font-weight: 700;
    color:#ffb400;
    margin-right:-20px;
    text-align: left;
}
.timetable .item .event .time .fa {
    margin-right:2px;
}
.timetable .item .event .note {
    text-align: right;
    font-size:12px;
    font-weight: 700;
    line-height: 1.2;
    color:#ffb400;
    margin:0 0 5px;
}
.timetable .item .event .live-flag {
    display: inline-block;
    width:55px;
    height:33px;
    background: url(../img/icon-live.png) no-repeat center center;
    background-size: contain;
    margin-top:3px;
}
.timetable .item .event .event-info .status {
    display: block;
    background: #ffb400;
    text-align: center;
    font-size:14px;
    font-weight: 700;
    line-height: 1.1;
    color:#000;
    text-transform: uppercase;
    padding:9px 3px 7px;
    margin-top:3px;
}
.timetable .item .event h5 {
    font-size:17px;
    font-weight:700;
    text-transform: uppercase;
    margin:0 0 12px;
    padding:1px 0 0;
}
.timetable .item .event p {
    margin:0 0 18px;
}

.timetable .break {
    background: url(../img/break-bg.png) repeat;
    border:1px solid rgba(255,255,255,.6);
    padding: 24px 0 22px 180px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin:-2px 0 19px;
    position: relative;
}
.timetable .break .time {
    float: left;
    width: 158px;
    margin: 0 0 0 -180px;
    padding: 0 0 0 13px;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    color: #ffb400;
}
.timetable .break:after {
    content:' ';
    display: block;
    width:52px;
    height:53px;
    background: url(../img/icon-coffee.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top:8px;
    right:26px;
}

@media (max-width:767px) {
    .timetable .item {
        margin:0 0 2vw;
    }
    .timetable .item .heading {
        margin:0 -2vw 0vw;
        padding:3.5vw 1.5vw 3.1vw;
    }
    .timetable .item .heading .icon {
        width:6.5vw;
        height:6.5vw;
        font-size:6.5vw;
        padding:.5vw 0 0;
    }
    .timetable .item .heading h4 {
        font-size:4.5vw;
    }
    .timetable .item .heading h4 strong {
        font-size:7vw;
        margin:-1vw .5vw 0 0;
    }
    .timetable .item .heading .day-of-week {
        padding:0;
        border:none;
        font-size:6vw;
        margin-top:.1vw;
    }
    .timetable .item .item-content.open {
        max-height: 800vh;
    }
    .timetable .item .event {
        padding:2vw 0 0;
    }
    .timetable .item .event:first-child {
        padding-top:4vw;
    }
    .timetable .item .event .event-info {
        float:none;
        width:auto;
        margin:0 0 1vw;
        padding:0;
    }
    .timetable .item .event .time {
        font-size:5.3vw;
        margin:0 0 2vw;
        padding:0;
    }
    .timetable .item .event h5 {
        font-size:5vw;
        margin:0 0 3vw;
    }
    .timetable .item .event p {
        margin: 0 0 4vw;
    }
}

.location-links {
    margin:0 0 30px;
    font-size:18px;
    line-height: 1.2;
}
.location-links ul {
    list-style: none;
    margin:0 -11px;
}
.location-links ul li {
    float:left;
    width:50%;
    padding:0 11px;
}
.location-links ul li a,
.location-links ul li > span {
    display: block;
    color:#fff;
    text-decoration: none;
    text-align: center;
    padding:6px;
}
.location-links ul li.location-map-link a,
.location-links ul li.location-map-link > span {
    background: #cc8f15;
}
.location-links ul li.road-blocking-map-link a,
.location-links ul li.road-blocking-map-link > span {
    background: #009fd9;
}
.location-links ul li.location-address a,
.location-links ul li.location-address > span {
    padding-top:10px;
    padding-bottom:10px;
    background: url(../img/location-address-bg.jpg) no-repeat center center;
    background-size: cover;
}
.location-links ul li.event-register a,
.location-links ul li.event-register > span {
    padding-top:10px;
    padding-bottom:10px;
    background: url(../img/event-register-bg.jpg) no-repeat center center;
    background-size: cover;
}
.location-links ul li.download-google a,
.location-links ul li.download-google > span {
    padding-top:10px;
    padding-bottom:10px;
    background: url(../img/download-google.jpg) no-repeat center center;
    background-size: cover;
    text-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.61);
}

.location-links ul li.download-appstore a,
.location-links ul li.download-appstore > span {
    padding-top:10px;
    padding-bottom:10px;
    background: url(../img/download-appstore.jpg) no-repeat center center;
    background-size: cover;
    text-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.61);
}


.location-links ul li.qr{
    text-align: center;
}
.location-links ul li.qr img{
    width: 100px;
}

.location-links ul li.title{
    font-weight: 500;
    text-align: center;
}

.location-links ul li .icon {
    display: inline-block;
    vertical-align: middle;
    margin:0 14px 0 5px;
}
.location-links ul li .icon img {
    display: block;
}
.location-links ul li .title {
    display: inline-block;
    vertical-align: middle;
    max-width:305px;
    text-align: left;
    padding:1px 0 0;
}
.location-links ul li .title h5 {
    font-size:31px;
    font-weight:300;
    margin:0 0 0;
    padding:2px 0 0;
}

@media (max-width:767px) {
    .location-links {
        font-size:4.8vw;
    }
    .location-links ul {
        margin:0 0 0;
    }
    .location-links ul li {
        float: none;
        width: auto;
        padding:0;
        margin:0 0 4vw;
    }
    .location-links ul li a, .location-links ul li > span {
        padding:1.4vw 2vw 1.4vw 4vw;
        text-align: left;
    }
    .location-links ul li .icon {
        width:13vw;
        margin:0 3.5vw 0 0;
    }
    .location-links ul li .title {
        max-width:71vw;
    }
    .location-links ul li.qr{
        display: none;
    }
}

/*-----------------------------------*/

.page-news {
    background-color: #4c2159;
    background-image:linear-gradient(to right, rgba(59,33,105,0.85) 0%,rgba(33,8,48,0.75) 100%), url(../img/news-bg.jpg);
    background-repeat:repeat-y, no-repeat;
    background-size: cover;
}

.news-list {
    border-bottom:1px solid rgba(255,255,255,.5);
    margin:0 0 14px;
}
.news-list .row {
    margin:0 -20px 0;

}
.news-list .row:after {
    content:' ';
    display: table;
    width:100%;
    height:1px;
    clear:both;
}
.news-list .item {
    float:left;
    width:33.3%;
    padding:25px 20px 8px;
    font-size:15px;
    border-top:1px solid rgba(255,255,255,.5);
}
.news-list .row:first-child .item {
    border-top:none;
}
.news-list .item a {
    text-decoration: none;
    color:#fff;
}
.news-list .item .date {
    opacity:.7;
    margin:0 0 11px;

}
.news-list .item h3 {
    font-size:18px;
    font-weight:500;
    text-transform: uppercase;
    margin:0 0 10px;
}
.news-list .item p {
    margin:0 0 15px;
}
@media (max-width:767px) {
    .news-list .row {
        margin:0 0 1vw;
    }
    .news-list .item {
        float: none;
        width: auto;
        padding:1vw 0 0;
        margin:0 0 4vw;
        border-top:none;
    }
    .news-list .item .date {
        margin:0 0 .5vw;
    }
    .news-list .item h3 {
        font-size:4.9vw;
        margin:0 0 2vw;
    }
}

/*---------------------------------------*/

.pagination {
    font-size:15px;
    padding:12px 0 0 3px;
    margin:0 0 13px;
}
.pagination ul {
    list-style: none;
}
.pagination ul li {
    display: inline;
}
.pagination ul li a {
    display: inline-block;
    border:1px solid transparent;
    min-width:33px;
    padding:8px 8px 5px;
    text-align: center;
    text-decoration: none;
}
.pagination ul li.active a,
.pagination ul li a:hover {
    border-color:#fff;
}

@media (max-width:767px) {
    .pagination {
        text-align: center;
    }
}

/*---------------------------------------*/

.page-registration-digital-october {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.55) 0%,rgba(0,0,0,.55) 100%), url(../img/registration-digital-october.jpg);
    background-position: center top;
    background-repeat: repeat-y, no-repeat;
    background-size: cover;
    background-color: #000;
}

/*-----------------------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="password"] {
    border:1px solid #fff;
    font-size:19px;
    font-weight:300;
    height:40px;
    padding:0 12px;
    background: rgba(0,0,0,.4);
    color:#fff;
    font-family: 'Rubik', sans-serif;
}
.form-control input[type="text"],
.form-control input[type="email"],
.form-control input[type="password"] {
    width:100%;
}

.register-form {
    padding:15px 0 12px;
    border-bottom:1px solid rgba(255,255,255,.5);
}
.register-form-inner {
    margin:0 auto;
    width:385px;
}
.register-form .form-row {
    margin:0 0 22px;
}
.register-form .form-control {
    position: relative;
}
.register-form .form-label {
    font-size:20px;
    font-weight:700;
    margin:0 0 5px;
    display: block;
}
.register-form .form-label.outside {
    position: absolute;
    right:100%;
    top:0;
    margin:7px 14px 0 0;
    white-space: nowrap;
}

.register-form .note {
    font-size:15px;
    margin-top:-5px;
}

@media (max-width:767px) {
    .register-form-inner {
        width:auto;
    }

    .register-form .form-label.outside {
        position: initial;
    }
}

.btn {
    background: #cc8f15;
    color:#fff;
    border:none;
    height:46px;
    padding:4px 20px 3px;
    font-family: 'Rubik', sans-serif;
    font-size:16px;
    font-weight:700;
    text-transform: uppercase;
}
.form-control .btn {
    width:100%;
}

.checkbox {
    font-size:15px;
}
.checkbox label {
    cursor: pointer;
    display: inline-block;
}
.checkbox .check {
    position: relative;
}
.checkbox .check input[type="checkbox"] {
    width:0;
    height:0;
    opacity:0;
    position: absolute;
}
.checkbox .check input[type="checkbox"] + i {
    display: inline-block;
    vertical-align: middle;
    margin:-2px 11px 0 0;
    width:22px;
    height:22px;
    border:1px solid #fff;
    border-radius:4px;
    position: relative;
}
.checkbox .check input[type="checkbox"] + i:before {
    content:' ';
    display:block;
    width:60%;
    height:60%;
    position: absolute;
    left:50%;
    top:50%;
    margin:-30% 0 0 -30%;
    border-radius:2px;
}
.checkbox .check input[type="checkbox"]:checked + i:before {
    background: #cc8f15;
}

/*--------------------------------*/

.page-about {
    background-image: linear-gradient(to bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%), url(../img/about-bg.jpg);
    background-size: cover;
    background-repeat: repeat-y, no-repeat;
    background-position: center top;
    background-color:#230c19;
}

.fest-components {
    background: #27232d;
    padding:22px 0 2px;
    margin:0 0 33px;
}

.fest-components h3 {
    font-size:20px;
    font-weight:300;
    text-transform: uppercase;
    margin:0 85px 8px;
    text-align: center;
}

.fest-components .item {
    float:left;
    width:33.3%;
    min-height:190px;
    line-height: 190px;

}

.fest-components .item.item-classic {
    width:35%;
    color:#7ad0fd;
}
.fest-components .item.item-modern {
    color:#bcafe9;
    width:30.5%;
}
.fest-components .item.item-vj {
    color:#e49dd8;
    width:34.5%;
}

.fest-components .item .number {
    /*float:left;*/
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    width: 237px;
    height: 190px;
    /*margin: 10px 0 0;*/
    padding: 55px 52px 0 70px;
    font-size: 59px;
    text-align: center;
}
.fest-components .item.item-classic .number {
    background: url(../img/circle-light-blue.jpg) no-repeat right top;
    padding-right:63px;
}
.fest-components .item.item-modern .number {
    background: url(../img/circle-blue.jpg) no-repeat right top;
}
.fest-components .item.item-vj .number {
    background: url(../img/circle-red.jpg) no-repeat right top;
}

.fest-components .item .title {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    font-size:21px;
    font-weight:700;
    max-width:42%;
    margin:0 0 11px -5px;

}
.fest-components .item.item-modern .title,
.fest-components .item.item-vj .title {
    text-transform: uppercase;
}

@media (max-width:767px) {
    .fest-components {
        padding:5vw 2vw 3vw;
        margin:0 0 6vw;
    }
    .fest-components h3 {
        font-size:4.4vw;
        font-weight:400;
        line-height: 1.45;
        margin:0 3vw 3vw;
        text-align: left;
        text-transform: none;
    }
    .fest-components .item.item-classic,
    .fest-components .item.item-modern,
    .fest-components .item.item-vj {
        float:none;
        width:auto;
        line-height: 20vw;
        min-height: 20vw;
        padding:0 0 0 0;
    }
    .fest-components .item.item-classic .number,
    .fest-components .item.item-modern .number,
    .fest-components .item.item-vj .number {
        width:19vw;
        height:auto;
        padding:0;
        background: none;
        font-size:14vw;
        float:left;
        margin:.7vw 2vw 0 1vw;
    }
    .fest-components .item .title {
        width: 69vw;
        max-width: none;
        font-weight:400;
        font-size:6vw;
        /*display:inline;*/
        margin:0;
    }
}

.achievements {
    background: url(../img/achievements-bg.jpg) no-repeat center top;
    background-size: cover;
    padding:33px 40px 33px;
    margin:30px 0 42px;
}
.achievements h3 {
    font-size:29px;
    font-weight:700;
    margin:0 0 28px;
}
.achievements ul {
    list-style: none;
    padding:0 50% 0 13px;
}
.achievements ul li {
    min-height:50px;
    line-height: 35px;
    margin:0 0 20px;
    padding:0 0 0 66px;
}
.achievements ul li:before {
    content:' ';
    display: block;
    width:44px;
    height:44px;
    margin:0 0 0 -66px;
    float:left;
    background: url(../img/circle-icon.png) no-repeat center center;
    background-size: contain;
}



.achievements ul li:before {
    content:' ';
    display: block;
    width:44px;
    height:44px;
    margin:-5px 0 0 -66px;
    float:left;
}

.achievements ul li .inner {
    display: inline-block;
    vertical-align: middle;
    line-height: 21px;
    font-size: 15px;
    padding-top: 5px;
    min-height: 0;
        margin-top: -15px;
}

.content .entry ul li .inner ul li {
    min-height: 0;
        padding: 0;


}

.achievements ul li .inner ul li {
        content:'-';
        background: none;
        padding: 0;
        margin: 0 0 0 -15px;
        line-height: 25px;
            min-height: 0;

}
.achievements ul li .inner ul li:before {
        content:'-';
        background: none;
        width: 0;
        height: 0;
        margin: 0 0 0 -15px;
        padding:0;
            min-height: 0;


}

.content .entry ul li .inner ul {padding:0 0 0 25px;     min-height: 0;}


.achievements ul li h4 {
    font-weight:500;
    text-transform: uppercase;
    margin:0;
}



@media (max-width:767px) {
    .achievements {
        padding:5.7vw 2vw 3vw;
        margin:0 0 6vw;
    }
    .achievements h3 {
        font-size:6.6vw;
        font-weight:500;
        margin:0 0 6vw;
    }
    .achievements ul {
        padding:0;
    }
}

/*--------------------------*/

.page-media {
    background-image: linear-gradient(to bottom, rgba(0,0,0,.3) 0%,rgba(0,0,0,.3) 100%), url(../img/media-bg.jpg);
    background-size: cover;
    background-repeat: repeat-y, no-repeat;
    background-position: center top;
    background-color:#0a0405;
    background-attachment: fixed;
}


.media-links {
    margin:0 0 12px;
}
.media-links ul {

}
.media-links ul li {
    display: inline-block;
    margin-right:22px;
    margin-bottom:11px;
}
.media-links ul li a {
    display: inline-block;
    padding:9px 26px 5px;
    color:#fff;
    text-decoration: none;
    font-size:20px;
    font-weight:500;
}
.media-links ul li.press-release a {
    background: #d29307;
}
.media-links ul li.contacts a {
    background: #03a7db;
}
.media-links ul li a img {
    display: inline-block;
    vertical-align: middle;
    margin:-2px 11px 0 0;
}

.accreditation {
    padding:26px 34px 12px 215px;
    background: rgba(255,255,255,.2);
    font-size:17px;
}
.accreditation .icon {
    float:left;
    margin:3px 0 0 -165px;
}
.accreditation h3 {
    font-size:25px;
    font-weight:500;
    text-transform: uppercase;
    margin:0 0 14px;
}
.accreditation p {
    margin:0 0 19px;
}
.accreditation .info {
    margin:0 0 25px;
    padding:18px 20px 19px 70px;
    background: rgba(255,255,255,.2);
}
.accreditation .info .icon {
    float:left;
    margin:4px 0 0 -48px;
}
.accreditation .app-link {
    display: inline-block;
    padding:10px 20px 11px;
    font-size:20px;
    font-weight:500;
    background: #03a7db;
    color:#fff;
    text-decoration: none;
}

@media (max-width:767px) {
    .media-links {
        margin-bottom:1vw;
    }
    .media-links ul {
        margin-right:-2vw;
    }
    .media-links ul li {
        margin-right:1vw;
        margin-bottom: 2vw;
    }
    .media-links ul li a {
        font-size:4.8vw;
        padding:4vw 4.4vw;
    }
    .media-links ul li a img {
        display: none;
    }
    .accreditation {
        padding:4vw 2vw 3vw;
        font-size:4.9vw;
    }
    .accreditation > .icon {
        display:none;
    }
    .accreditation .app-link {
        display: block;
        font-size:5.0vw;
        padding:4vw 1vw;
        text-align: center;
    }
}

/*---------------------------------------------------*/

.page-gallery {
    background-image: linear-gradient(to bottom, rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 100%), url(../img/gallery-bg.jpg);
    background-repeat: repeat-y, no-repeat;
    background-size: cover;
    background-color:#000;
    background-attachment: fixed;
}

.gallery {

}
.gallery .filter {
    float:left;
    font-size:23px;
    font-weight:300;
    text-transform: uppercase;
    margin:0 0 40px;
}
.gallery .filter ul {
    list-style: none;
}
.gallery .filter ul li {
    display: inline-block;
    vertical-align: middle;
}
.gallery .filter ul li a {
    display: inline-block;
    padding:11px 44px 3px 44px;
    text-decoration: none;
    border-width:1px;
    border-style: dashed;
    min-height:55px;
    position: relative;
    text-align: center;
}
.gallery .filter ul li.photo a {
    border-color:#cc8f15;
    color:#cc8f15;
}
.gallery .filter ul li.photo a:hover,
.gallery .filter ul li.photo.active a {
    background: #cc8f15;
    color:#fff;
}
.gallery .filter ul li.video a {
    border-color:#35c7ff;
    color:#35c7ff;
}
.gallery .filter ul li.video a:hover,
.gallery .filter ul li.video.active a {
    background: #35c7ff;
    color:#fff;
}

.gallery .filter ul li.active a:after {
    content:' ';
    display: block;
    position: absolute;
    left:50%;
    top:100%;
    border-top:16px solid transparent;
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    margin-left:-15px;
}
.gallery .filter ul li.photo.active a:after {
    border-top-color: #cc8f15;
}
.gallery .filter ul li.video.active a:after {
    border-top-color: #35c7ff;
}
.gallery .filter ul li a i {
    display:inline-block;
    vertical-align: middle;
    width:38px;
    height:42px;
    margin:-5px 12px 0 -12px;
    background-position: left top;
    background-repeat: no-repeat;
}
.gallery .filter ul li a:hover i {
    background-position: left bottom;
}
.gallery .filter ul li.active a i {
    background-position: left bottom;
}
.gallery .filter ul li.photo a i {
    background-image: url(../img/icon-photo.png);
    margin-left:-19px;
}
.gallery .filter ul li.video a i {
    width:56px;
    height:41px;
    background-image: url(../img/icon-video.png);
}

@media (max-width:767px) {
    .gallery .filter {
        float: none;
        width:auto;
        font-size:6vw;
        margin:0 0 4vw;
    }
    .gallery .filter ul li a {
        padding: 2.2vw 1vw 1.5vw;
        min-height: 19vw;
        width:46vw;
    }
    .gallery .filter ul li.active a:after {
        border-top-width:12px;
    }
    .gallery .filter ul li a i,
    .gallery .filter ul li.photo a i,
    .gallery .filter ul li.video a i {
        margin: -0.5vw 0vw 0 -2vw;
        transform: scale(.8);
    }
}
/*------------------------------------*/

.gallery .archive-nav {
    float:right;
    font-size:27px;
    font-weight:500;
    text-transform: uppercase;
    margin:0 0 40px;
    padding:9px 0 0;
}
.gallery .archive-nav ul {
    list-style: none;
}
.gallery .archive-nav ul li {
    display: inline-block;
    margin-left:6px;
}
.gallery .archive-nav ul li a {
    display: inline-block;
    padding:7px 25px 5px;
    text-decoration: none;
    background: rgba(255,255,255,.1);
}
.gallery .archive-nav ul li a:hover {
    background: rgba(255,255,255,.2);
}
.gallery .archive-nav ul li.active a {
    background: #fff;
    color:#000;
}
@media (max-width:767px) {
    .gallery .archive-nav {
        float: none;
        width:auto;
        font-size:5vw;
        margin:0 0 5vw;
        padding:0;
        text-align: right;
    }

    .gallery .archive-nav ul li {
        margin-top: 10px;
    }

    .gallery .archive-nav ul li a {
        padding:2vw 3vw;
    }
}


/*----------------------------------------------*/

.gallery .albums {
    padding:12px 0 20px;
}
.gallery .albums .album {
    padding:0 0 0 291px;
    margin:0 0 31px;
    position: relative;
}
.gallery .albums .album:before {
    content:' ';
    display: block;
    background: rgba(255,255,255,.1);
    width:291px;
    height:100%;
    position: absolute;
    left:0;
    top:0;
}
.gallery .albums .album:after {
    content:' ';
    display: table;
    width:100%;
    clear:both;
}
.gallery .albums .album h3 {
    float:left;
    width:264px;
    text-align: right;
    font-size:25px;
    font-weight:500;
    margin:26px 0 15px -291px;
    padding:0 0 0 32px;
}
.gallery .albums .album .item {
    float:left;
    width:16.4%;
    position: relative;
    text-align: center;
}
.gallery .albums .album .item a {
    display: block;
    height:0;
    padding-bottom:100%;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.gallery .albums .album .item a:before {
    content:' ';
    display: block;
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.6);
    background-size: 45px 45px;
    opacity:0;
    transition: opacity 180ms ease;
}
.gallery .albums .album .item a:hover:before {
    opacity:1;
}
.gallery .albums .album .item a:after {
    content:' ';
    display: block;
    position: absolute;
    width:100%;
    height:100%;
    background: url(../img/zoom.svg) no-repeat center center;
    background-size: 45px 45px;
    opacity:0;
    transform: scale(.9);
    transition: all 180ms ease-out;
}
.gallery .albums .album .item a:hover:after {
    opacity:.8;
    transform: scale(1);
}

.gallery .albums .album .item.more a:before {
    background: rgba(0,0,0,.7);
    opacity:.8;
}
.gallery .albums .album .item.more a:hover:before {
    opacity:1;
}
.gallery .albums .album .item.more a:after {
    display: none;
}
.gallery .albums .album .item .more-qty {
    display:block;
    position: absolute;
    top:50%;
    left:0;
    width:100%;
    font-size:40px;
    font-weight:400;
    margin:-20px 0 0;
    z-index:100;
}
.gallery .albums .album .item .more-qty small {
    display: inline-block;
    vertical-align: middle;
    margin-top:-6px;
    margin-left:-8px;
    font-size:77%;
}

@media (max-width:767px) {
    .gallery .albums {
        padding: 0;
    }
    .gallery .albums .album {
        margin:0 0 3.5vw;
        padding:3vw 0 0;
        /*background: rgba(255,255,255,.1);*/
    }
    .gallery .albums .album:before {
        display: none;
    }
    .gallery .albums .album h3 {
        float:none;
        margin:0 0 3vw;
        padding:0;
        width:auto;
        text-align: left;
        font-size:6vw;
    }
    .gallery .albums .album .item {
        width:25%;
    }
}
.section-mob-sponsors{
    display: none;
}

@media (max-width:767px) {
    .section-mob-sponsors{
        display: block;
    }

    .sponsors .item{
        float: none;
        width: auto;
        margin: 0 0 10vw;
        padding: 0 4vw;
        text-align: center;
        display: block;
    }

    .section-mob-sponsors .sponsors-head h4{
        font-size: 9.5vw;
    }
    .sponsors-head .sponsors{
        height: fit-content;
    }

    .sponsors .item .subtitle {
        font-size: 12px;
        display: block;
    }

}
.partners-block.art .item{
    min-height: fit-content;
}
.partners-block.art  .item.x2{
    width: 50%;
}

@media (max-width:767px) {

    .partners-block.art .item.x2{
        width: 100%;
    }

    .partners-block.art .items .item{
        padding: 2vw 0 2vw 23vw;
    }
    .partners-block.art .items .item .logo{

        margin: 0 0 0 0;
    }
}
@media (max-width: 1023px) and (min-width: 768px) {
    .partners-block.art .items .item .logo {
        height: initial;
        margin: 0;
    }
}


body.page-live {
    background-image: linear-gradient(to bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%), url(../img/live-bg.jpg);
    background-repeat: repeat-y, no-repeat;
    background-size: cover;
    background-color:#000;
}
.live-stream {
    min-height: 400px;
    width: 75%;
    margin: 0 0 0 12%;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: linear-gradient(to bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%), url(../img/live-block.jpg);
    background-repeat: repeat-y, no-repeat;
    background-size: cover;
}
.live-stream .text{
    text-align: center;
    font-size: 29px;
    line-height: 50px;
    font-weight: 500;
    padding: 6vw 22% 0;
    margin: 0 0 20px;
}

.youtube{
    text-align: center;
}
.youtube iframe{
    width: 640px;
    height: 360px;
}

@media (max-width:767px) {
    .youtube iframe{
        width: 100%;
        height: auto;
    }
}

@media (max-width:767px) {
    .live-stream {
        min-height: inherit;
        width: inherit;
        margin: inherit;
        background-color: rgba(0, 0, 0, 0.7);
        background-image: linear-gradient(to bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%), url(../img/live-block.jpg);
        background-repeat: repeat-y, no-repeat;
        background-size: cover;
    }

    .live-stream .text{
        padding: 6vh 14% 3vh;

    }
}
.float-button{
    position: fixed;
    right: 3%;
    bottom: 10%;
    z-index: 1000;
}

.float-button .inner{
    position: absolute;
    left: 40%;
    top: 30%;
    font-size: 30px;
    z-index: 1100;
}


.float-button .text{
    position: absolute;
    right: 110%;
    top: 25%;
    font-weight: 500;
    padding: 5px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.float-button:hover .text {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.float-button .circle-button {
    background: url(../img/circle-button.png) no-repeat center center;
    width: 90px;
    height: 90px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-animation-name: rotateCircle;
    -webkit-animation-name: rotateCircle;
    animation-name: rotateCircle;
    -moz-animation-duration: 20s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.location-box .descr .left{
    float: left;
    width: 440px;
    margin: 0 0 0 -450px;
}
.location-box .descr .left h3{
    float: left;
    width: auto;
    margin: auto;
}

.location-box .descr .left .location-links {
    margin: 0px 0 10px;
}

.location-box .descr .left .location-links ul li {
    float: left;
    width: 96%;
    padding: 14px 11px 0 11px;
}


.location-box .descr .left .location-links ul li a,
.location-box .descr .left .location-links ul li > span {
    text-align: left;
    padding:6px 6px 6px 12px;
}


@media (max-width:767px) {
    .location-box .descr .left{
        float: left;
        width: auto;
        margin: auto;
    }
    .location-box .descr .left .location-links ul li {
        float: left;
        width: 96%;
        padding: 11px 2px;
        margin: 0 0 0 0;
    }

    .location-links ul li .icon {
        width: 13vw;
        margin: 0 0 0 0;
    }


}

@media (min-width:768px) and (max-width:1023px) {
    .location-box .descr {
        padding:18px 55px 10px 455px;
        font-size:17px;
        min-height: 170px;
    }

    .location-box .descr .left .location-links ul li {
        width: 90%;
    }



}

.video-section{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

@media (max-width: 768px) {

}

.video-background .blueimp-gallery .prev,
.video-background .blueimp-gallery .next{
    z-index: 1000;
    display: block;
}

.video-background .blueimp-gallery .title{
    display: block;
    top: 15vh;
    left: 4vh;
    font-size: 4vh;
    z-index: 1000;
    opacity: 1;
}

.blueimp-gallery > .description {
    position: absolute;
    top: 19vh;
    left: 4vh;
    font-size: 3vh;
    z-index: 1000;
    opacity: 1;
    color: #fff;
    display: block;
}

@media (max-width: 768px) {
    .video-background .blueimp-gallery .title{
        top: 15vh;
        left: 4vh;
        font-size: 4vh;
        line-height: 2.3vh;
        line-height: 4vh;

    }

    .blueimp-gallery > .description {
        position: relative;
        top: 27vh;
        left: 4vh;
        font-size: 2vh;
        line-height: 2.3vh;

    }
}

.section-main-gallery{
    background-image: linear-gradient(to bottom, rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 100%), url(/assets/img/gallery-bg.jpg);
    background-repeat: repeat-y, no-repeat;
    background-size: cover;
    background-color: #000;
    padding-top: 23px;
    height: fit-content;
}
.section-main-gallery h3{
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 23px;
    text-align: center;
}


@media only screen and (min-width: 320px) and (max-width: 725px) {
.content .entry ul {padding: 0 13% 0 0;}
.achievements ul li .inner {margin-top: -5px;}

}
.cont_go_translation {
	font-size: 24px;
	text-align: center;
}
.cont_go_translation a, .cont_go_translation a:hover {
	text-decoration: none;
}
.key_go_translation {
	height: 50px;
    background: url(/local/templates/minimal_black/images/play_main_page_500.png) no-repeat center;
	background-size: contain;
	border-radius: 50%;
    width: 50px;
    text-align: center;
    line-height: 50px;
	display: inline-block;
	margin-right: 20px;
}
body {font: 13px Helmet, Freesans, sans-serif;}

body, select, input, textarea {color: #333;}

a {color: #fff;}
a:hover {color: #fff;}

/*::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}*/

a:link {-webkit-tap-highlight-color: rgba(255,255,255,.2);}

input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

blockquote {padding: 16px; background: #eee;}

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    font-weight:inherit;
}
strong {
    font-weight:500;
}
b {
    font-weight:500;
}

a, button, input {
    outline: none;
}

/*---------------*/

html {
    height:100%;
}

body {
    font-family: 'Rubik', sans-serif;
    font-size:14px;
    font-weight:300;
    line-height: 1.3;
    color:#fff;
    height:100%;
    /*min-height:420px;*/
    /*background: #1a1a1a;*/
    background: #1b3c65;
}

body.touch-nav-on {
    overflow-y: hidden;
}

@media (max-width:767px) {
    html {
        height:100%;
    }
    body {
        /*height:auto;*/
        min-height:100%;
        background-color: #233243;
        font-size: 4.3vw;
    }
}
.wrapper {
    min-height:100%;
    position: relative;
    padding-bottom:10px;
}

.container {
    width:1000px;
    margin:0 auto;
}
@media (min-width:1200px) {
    .container {
        width: 1200px;
    }
}
@media (max-width:1023px) {
    .container {
        width:auto;
    }
}

.page-header {
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    width: 100vw;
    z-index:600;
    padding-top:15px;
    height: 107px;
    transition: all 120ms ease;
}
.fix-header .page-header {
    background: rgba(0,0,0,.5);
    padding-top:9px;
    height: 68px;
}
.page-header .logo {
    float:left;
    width: 180px;
    height: 70px;
    margin:0 0 0 0;
    font:0/0 a;
    background: url(../img/logo.png) no-repeat center center;
    background-size: contain;
    transition: all 120ms ease;
    /*-webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
}
.page-header .logo.lbl{
    background-image: url(../img/logo-lbl.png);
    width: 75px;
}
.page-header .logo.mos{
    background-image: url(../img/logo-mos.png);
    width: 185px;
}
.fix-header .page-header .logo.lbl{
    width: 60px;
    height: 53px;
}
.fix-header .page-header .logo.mos {
    width: 155px;
    height: 53px;
}

.page-header .logo.en{
    background-image: url(../img/logo_en.png);
}
.fix-header .page-header .logo {
    width: 175px;
    height: 53px;
}
.page-header .logo img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.page-header .nav {
    text-align:right;
    font-size:15px;
    font-weight: 300;
    padding:15px 0 0; /*29*/
    transition: padding-top 120ms ease;
}
.fix-header .page-header .nav {
    padding:5px 0 0;/*13*/
}
.page-header .nav ul {
    list-style: none;
}
.page-header .nav ul li {
    display: inline-block;
    padding:0 6px 0 3px;
}
.page-header .nav ul li:first-child {
    border-left:none;
    margin-left:0;
}
.page-header .nav ul li a {
    color:#fff;
    text-decoration: none;
    border-bottom:1px solid transparent;
}
.page-header .nav ul li.active a {
    /*text-decoration:underline;*/
    border-bottom:1px solid #fff;
}
.page-header .nav ul li a:hover {
    border-bottom:1px solid #fff;
}
.page-header .nav ul li.lang a {
    color:#28b3de;
}
.page-header .nav ul li.lang a:hover {
    border-color:#28b3de;
}
.page-header .nav ul li.lang .fa {
    font-size:90%;
    margin-right:3px;
}

@media (min-width:1200px) {
    .page-header .nav {
        font-size:17px; /*18*/
    }
}

@media (max-height:850px) and (orientation: landscape) {

}

@media (max-width:1023px) {

}
@media (max-width:767px) {
    .fix-header .page-header {
        padding-top: 6px;
        height: fit-content;
    }

    .page-header, .fix-header .page-header {
       /* padding:1vw 0 0;*/
        /*height:auto;*/
    }
    .page-header .logo {
        width: 28vw;
        height: 15.3vw;
        margin:.6vw 1vw 1vw 2vw;
    }

    .page-header .logo.lbl{
        width: 13vw;
        height: 15.3vw;
    }
    .page-header .logo.mos{
        width: 33vw;
        height: 15.3vw;
    }

    .fix-header .page-header .logo {
        width: 28vw;
        height: 15.3vw;
        margin:.6vw 1vw 1vw 2vw;
    }

    .fix-header .page-header .logo.lbl{
        width: 13vw;
        height: 15.3vw;
    }
    .fix-header .page-header .logo.mos{
        width: 33vw;
        height: 15.3vw;
    }



}

.touch-nav-toggle {
    display: none;
    position: absolute;
    right: 4vw;
    top: 4vw;
    border-style: solid;
    border-color: #fff;
    border-width: .6vw 0 .6vw;
    height: 8vw;
    width: 10vw;
    padding: 3.2vw 0 0;
    z-index: 1200;
    transition: all 90ms ease-out;
}
.touch-nav-toggle:before {
    content: ' ';
    display: block;
    height: .6vw;
    background: #fff;
}

.fix-header .touch-nav-toggle {
    right: 4vw;
    top: 4vw;
    border-width: .6vw 0 .6vw;
    height: 8vw;
    width: 10vw;
    padding: 3.2vw 0 0;
}


.touch-nav-on .touch-nav-toggle {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media (max-width: 1023px) {
    .touch-nav-toggle {
        display: block;
    }

    .page-header .nav,
    .homepage .page-header .nav {
        display: block;
    }

    .page-header .nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        height: 100vh;
        background: rgba(0,0,0,.8);
        margin: -100% 0 0;
        margin: -100vmax 0 0;
        padding: 11vh 4vw 0;
        /*font-family: 'Tatlin', sans-serif;*/
        font-weight:500;
        text-transform:uppercase;
        font-size: 4.7vw;
        z-index: 1000;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        transition: all 130ms ease;
        overflow-y: auto;
        text-align: center;
    }
    .touch-nav-on .page-header .nav  {
        margin-top: 0;
    }

    .page-header .nav ul li {
        display: block;
        margin:0 0 5vh;
        padding:0;
    }
    .page-header .nav ul li:before {
        display: none;
    }
    .page-header .nav ul li a {
        color:#fff;
        padding: 1vw;
    }
    .page-header .nav ul li.active a {
        border-bottom: 2px solid #fff;
    }

}

@media (max-width:767px) {
    .touch-nav-toggle {
        right: 3vw;
        top: 3.9vw;
        border-width: 1vw 0 1vw;
        height: 11vw;
        width: 13vw;
        padding: 4vw 0 0;
    }
    .touch-nav-toggle:before {
        height: 1vw;
    }
    .page-header .nav {
        font-size: 5.5vw;
    }
    .page-header .nav ul {
        /*padding-bottom: 20vw;*/
    }
}

/*------------------------------*/

.page-footer {
    text-align: center;
    padding:15px 0 20px;
    position: relative;
    z-index:300;
}
.page-main .page-footer {
    background: #000f31;
    padding-top:22px;
}
.page-footer h4 {
    font-size:20px;
    font-weight:300;
    text-transform: uppercase;
    margin:0 0 18px;
}




/*-----------------------------------------------*/

.main {
    position: relative;
    z-index:300;
    padding-top:138px;
    min-height:200px;
}
.touch-nav-on .main {
    z-index:1;
}

.main h2 {
    font-size:40px;
    font-weight:500;
    text-transform: uppercase;
    margin:0 0 22px;
}

@media (max-width:1023px) and (min-width:768px) {
    .main {
        padding-left:7px;
        padding-right:7px;
    }
}

@media (max-width:767px) {
    .main {
        padding:24vw 2.5vw 1vw;
    }
    .main h2 {
        font-size:11vw;
        margin:0 0 4vw;
    }
}

.video-background {
    position: fixed;
    z-index:100;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: #0b0b0b;
}

.video-background .placeholder-image {
    position: absolute;
    left:0;
    top:0;
    z-index:50;
    width:100%;
    height:100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.video-background .video {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:150;
}
.video-background .video video {
    width:100%;
    height:100%;
}
.video-background:after {
    content:' ';
    display: block;
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background: rgba(0,0,0,.5);
    z-index:200;
}

.section {
    position: relative;
    z-index:300;
}

.section-main {
    height:100%;
    /*padding:150px 0 0;
    padding:30vh 0 0;*/
    display: flex;
    flex-direction: column;
}

@media (orientation: landscape) and (max-height:600px) {
    .section-main {
        height:auto;
    }
    .content .entry ul {padding: 0 10% 0 0;}
}

.entry {
    line-height: 1.5;
}
.entry p {
    margin:0 0 26px;
}

@media (max-height:850px) and (orientation: landscape) {

}
@media (max-width:1023px) {

}

.content .entry ul {
    margin: 1vw 0 0 5px;
    list-style-type: none;
    padding: 0 32% 0 0;
}
@media (max-width:767px) {
    .entry {
        line-height: 1.35;
    }
    .entry p {
        margin:0 0 5vw;
    }
    .content .entry ul {padding: 0 10% 0 0;}
}

.content {
    padding:0 0 10px;
}

.content h2 {
    /*margin:0 0 18px;*/
}

.content .entry {
    font-size:17px;
    line-height: 1.35;
}
.content .entry p {
    margin:0 0 21px;
}

.content .entry a {
    text-decoration: underline;
}
.content .entry a:hover {
    text-decoration: none;
}
.content .content-properties {
    float:left;
    width:70%;
    margin:0 0 7px;
}
.content .register-link {
    float:right;
}
.content .register-link a {
    display: inline-block;
    padding: 4px 37px 0;
    background: #cc8f15;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.content .register-link a img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 3px -3px;
    width:38px;
    height:auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.content .content-properties .back-link {
    font-size:15px;
    font-weight:400;
    margin:0 0 28px;
}
.content .content-properties .back-link a {
    display: inline-block;
    padding:6px 22px 5px;
    border:1px solid #fff;
    text-decoration: none;
}
.content .content-properties .back-link a:hover {
    background: #fff;
    color:#333;
}
.content .content-properties .back-link a .fa {
    margin: 0 4px 0 -6px;
}
.content .content-properties .date {
    color:#fff;
    font-size:15px;
    opacity:.7;
    margin:0 0 10px;
}
.content .content-properties .date .fa {
    margin:-2px 5px 0 3px;
    font-size:123%;
    vertical-align: middle;
}

@media (max-width:767px) {
    .content h2 {
        font-size: 7.2vw;
        margin:0 0 5vw;
    }
    .content .entry {
        font-size:4.9vw;
        line-height: 1.3;
    }
    .content .entry p {
        margin:0 0 6vw;
    }
    .content .content-properties {
        float:none;
    }
    .content .content-properties .back-link {
        margin:0 0 5vw;
    }
    .content .register-link {
        float:none;
        text-align: center;
        margin:0 0 3.5vw
    }
    .content .register-link a {
        font-size:4vw;
        padding:1vw 1vw .5vw;
        display: block;
    }
}

/*-------------------------*/

.main-promo {
    flex: 0.2 0 auto;
}
.main-contests {
    /*min-height: 150px;*/
}

.announcement {
    text-align: center;
    font-size:18px;
    font-weight:100;
    padding:190px 24% 0;
    padding:16vh 24% 0;
    margin:0 0 20px;
}
.announcement .date {
    font-size:50px;
    font-weight:500;
    margin:0 0 20px;

}
@media (orientation: landscape) and (max-height:600px) {
    .announcement {
        padding-top:26vh;
        margin-bottom:10vh;
    }
}
@media (orientation: landscape) and (min-height:850px) {
    .announcement {
        font-size:22px;
        padding-left:18%;
        padding-right:18%;
    }
    .announcement .date {
        font-size:65px;
    }
}
@media (min-width:1024px) and (max-width:1199px) {
    .announcement {
        padding-left:18%;
        padding-right:18%;
    }
}
@media (min-width:1199px) {
    .main-promo {
        flex: 0.7 0 auto;
    }
    .announcement{
        padding: 17vh 18% 0;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .announcement {
        font-size:22px;
        padding-left:18%;
        padding-right:18%;
    }
}
@media (max-width:767px) {
    .announcement {
        padding:48vw 3vw 0;
        margin:0 0 15vw;
        font-size:5vw;
    }
    .announcement .date {
        font-size:11vw;
        margin:0 0 8vw;
    }
}

.section-main .news-block {
    border-top:1px solid rgba(255,255,255,.5);
    border-bottom:1px solid rgba(255,255,255,.5);
    text-align: center;
    margin:2.5vh 0;
}
.section-main .news-block .item {
    padding:13px 0;
    line-height: 1.1;
}
.section-main .news-block .item .date {
    display: inline-block;
    vertical-align: middle;
    font-size:13px;
    width:14%;
    text-align: right;
}
.section-main .news-block .item .date span {
    display: inline-block;
    vertical-align: middle;
    border:1px solid #fff;
    border-radius:20px;
    padding:8px 12px 7px 9px;
}
.section-main .news-block .item .date .fa {
    font-size:16px;
    vertical-align: middle;
    margin:-3px 3px 0 0;
}
.section-main .news-block .item .title {
    display: inline-block;
    vertical-align: middle;
    max-width:70%;
    padding:0 20px;
    font-size:15px;
    font-weight:400;
}
.section-main .news-block .item .more {
    display: inline-block;
    vertical-align: middle;
    font-size:13px;
    font-weight:400;
    width:14%;
}
.section-main .news-block .item .more a {
    display: inline-block;
    border:2px solid #fff;
    text-decoration: none;
    color:#fff;
    padding:7px 13px 6px;
}
.section-main .news-block .item .more a:hover {
    background: #fff;
    color:#000;
}

@media (min-width:768px) and (max-width:1023px) {
    .section-main .news-block .item .date {
        width:17%
    }
    .section-main .news-block .item .more {
        width:23%;
    }
    .section-main .news-block .item .title {
        max-width:58%;
    }
}
@media (max-width:767px) {
    .section-main .news-block {
        display: none;
    }
}

.section-main .partners {
    text-align: center;
    padding:20px 0;
    padding:3.1vh 0;
}
.section-main .partners .item {
    display: inline-block;
    vertical-align: middle;
    margin:1% 2%;
}

.section-main .partners .item .subtitle {
    font-size: 12px;
    display: block;
    max-width:280px;
}

@media (min-width:1024px) and (max-width:1199px) {
    .section-main .partners .item {
        margin:0 1%;
        max-width:18%;
    }
}
@media (min-width:768px) and (max-width:1023px) {
    .section-main .partners .item {
        margin:0 1%;
        max-width:18%;
    }
}
@media (max-width:767px) {
    .section-main .partners {
        display: none;
    }
}

/*----------------------------------------------*/

.section-locations {
    min-height:677px;
    background: #094b83;
}
.section-locations .header {

    padding:36px 0 0;
    z-index:300;
    position: absolute;
    left:0;
    top:0;
    width:100%;
}
.section-locations .header .inner {
    max-width:1000px;
    margin:0 auto;
}
.section-locations .header h2 {
    display: block;
    text-align: center;
    font-size:31px;
    font-weight:500;
    text-transform: uppercase;
    margin:0 0 45px;
}
.section-locations .header .controls {
    padding:0 50% 0 0;
}
.section-locations .header .controls ul {
    list-style: none;
    text-transform: uppercase;
    font-size:14px;
    font-weight:700;
}
.section-locations .header .controls ul li {
    display: inline-block;
    margin:0 2px 14px;
}
.section-locations .header .controls ul li a {
    display: inline-block;
    color:#fff;
    text-decoration: none;
    padding:6px 8px 3px;
    border:1px dashed #fff;
    transition: all 70ms ease;
}
.section-locations .header .controls ul li.active a,
.section-locations .header .controls ul li a:hover {
    background: #fff;
    color:#000;
}

@media (min-width:768px) and (max-width:1023px) {
    .section-locations {
        height: 735px;
    }
    .section-locations .header h2 {
        font-size: 43px;
        margin: 0 0 25px;
    }
    .section-locations .header .controls {
        padding:0 55px 0 15px;
    }
    .section-locations .header .controls ul {
        font-size: 15px;
    }
}

@media (max-width:767px) {
    .section-locations .header {
        padding:10vw 0 0;
    }
    .section-locations .header h2 {
        font-size: 8.5vw;
        margin: 0 0 6vw;
    }
    .section-locations .header .controls {
        padding:0 1vw 0;
    }
    .section-locations .header .controls ul {
        font-size: 4vw;
    }
    .section-locations .header .controls ul li {
        margin:0 1vw 2vw 0;
    }
    .section-locations .header .controls ul li a {
        padding:1.5vw 2vw;
    }
}

.section-locations .location {
    position: absolute;
    width:100%;
    height:100%;
    z-index:1;
    left:0;
    top:0;
    overflow: hidden;
    clip: rect(0,0,1000px,0);

    -moz-transition: clip 1s cubic-bezier(.58,.14,.09,.99);
    -o-transition: clip 1s cubic-bezier(.58,.14,.09,.99);
    -webkit-transition: clip 1s cubic-bezier(.58,.14,.09,.99);
    transition: clip 1s cubic-bezier(.58,.14,.09,.99);

    min-height:677px;
}
.section-locations .location.active {
    clip: rect(0,2000px,1000px,0);
    position: absolute;
    z-index:10;
}
.section-locations .location.previous {
    position: relative;
    z-index:7;
    /*height:100%;*/
    /*clip: rect(0,2000px,1000px,0);*/
}
@media (min-width:1550px) {
    .section-locations .location.active {
        clip: rect(0, 3200px, 1000px, 0);
    }
}

.section-locations .location .cover-background {
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;


}
.section-locations .location.active .cover-background,
.section-locations .location.previous .cover-background{
    -moz-transition-duration: 12s;
    -o-transition-duration: 12s;
    -webkit-transition-duration: 12s;
    transition-duration: 12s;
    -moz-transform: scaleX(1.1) scaleY(1.1) translateZ(-1px);
    -ms-transform: scaleX(1.1) scaleY(1.1) translateZ(-1px);
    -webkit-transform: scaleX(1.1) scaleY(1.1) translateZ(-1px);
    transform: scaleX(1.1) scaleY(1.1) translateZ(-1px);
}
.section-locations .location .inner {
    position:relative;
    z-index: 2;
    padding:245px 0 0;
    max-width:1000px;
    margin:0 auto 0;
}
.section-locations .location .info {
    float: left;
    width:50%;
    font-size:15px;
    font-weight:400;
    padding-right:75px;
    padding-bottom:20px;
}
.section-locations .location h3 {
    font-size:50px;
    font-weight:700;
    line-height: 1.05;
    text-transform: uppercase;
    margin:0 0 18px;
}
.section-locations .location p {
    margin:0 0 18px;
}
.section-locations .location .schedule {
    float: left;
    width:50%;
    position: relative;
    min-height:250px;
    line-height:250px;
    margin-top:-8px;
    margin-bottom:50px;
    text-align: center;
}
.section-locations .location .schedule .items {
    /*display: inline-block;*/
    display: none;
    vertical-align: middle;
    line-height: 1.15;
    width:242px;
    position: relative;
    z-index:100;
}
.section-locations .location .schedule .items .item {
    text-align: left;
    font-size:24px;
    font-weight:500;
    text-transform: uppercase;
    margin: 29px 0 26px;
}
.section-locations .location .schedule .items .item strong {
    float:left;
    font-size:44px;
    padding:3px 10px;
    margin-right:8px;
    border:5px solid #fff;
    line-height: 1;
    position: relative;
}
.section-locations .location .schedule .items .item strong:before {
    content:' ';
    display:block;
    width:6px;
    height:14px;
    background: #fff;
    position: absolute;
    top:-24px;
    left:50%;
    margin:0 0 0 -3px;
}
.section-locations .location .schedule .items .item:first-child strong:before {
    display: none;
}
.section-locations .location .schedule .items .item .time {
    font-size:25px;
    font-weight:400;
}
.section-locations .location .schedule .circle {
    background: url(../img/circle.png) no-repeat center center;
    width:486px;
    height:486px;
    position: absolute;
    left:50%;
    top:50%;
    margin:-243px 0 0 -243px;

    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -moz-animation-name: rotateCircle;
    -webkit-animation-name: rotateCircle;
    animation-name: rotateCircle;
    -moz-animation-duration: 95s;
    -webkit-animation-duration: 95s;
    animation-duration: 95s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes rotateCircle {
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
}
@-moz-keyframes rotateCircle {
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
}
@keyframes rotateCircle {
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
}

@media (min-width:768px) and (max-width:1023px) {
    .section-locations .location .inner {
        padding: 230px 0 0 15px;
    }
    .section-locations .location .info {
        padding-right: 33px;
        font-size: 17px;
    }
    .section-locations .location h3 {
        font-size: 43px;
    }
    .section-locations .location .schedule {
        float: right;
        width: 35%;
        margin-top: 53px;
        margin-bottom:70px;
    }
}
@media (max-width:767px) {
    .section-locations {
        min-height: 245vw;
    }
    .section-locations .location {
        /*position: static;*/
        min-height: 245vw;
    }
    .section-locations .location .inner {
        padding: 82vw 0 0 4vw;
    }
    .section-locations .location .info {
        float:none;
        width:auto;
        padding-right: 5vw;
        padding-bottom:0;
        font-size: 3.6vw;
    }
    .section-locations .location h3 {
        font-size:10.5vw;
        margin:5vw 0 3vw;
    }
    .section-locations .location p {
        margin:0 0 8vw;
    }

    .section-locations .location .schedule {
        float:none;
        width:auto;
        margin:0 0 5vw;
        line-height: 1.2;
        min-height:0;
    }
    .section-locations .location .schedule .circle {
        opacity:.5;
        display:none;
    }
    .section-locations .location .schedule .items .item {
        font-size: 6vw;
        margin:2vw 0 6vw;
    }
    .section-locations .location .schedule .items .item strong {
        font-size: 11vw;
        padding: 1vw 4vw;
        margin-right: 3vw;
    }
    .section-locations .location .schedule .items .item .time {
        font-size: 6vw;
    }

    .section-locations .location .schedule .items {
        width:260px;
    }
}

.section-locations .location .links {

}
.section-locations .location .links a {
    display: inline-block;
    font-size:15px;
    font-weight:500;
    line-height: 1.2;
    text-transform: uppercase;
    padding:9px 13px 8px;
    margin-right:14px;
    border:2px solid #fff;
    text-decoration: none;
    position: relative;
    transition: all 70ms ease;
}
.section-locations .location .links a:hover {
    background: #fff;
    color:#000;
}
.section-locations .location .links a.calendar-link {
    background: #fff;
    color:#000;
}
.section-locations .location .links a.calendar-link:hover {
    background: transparent;
    color:#fff;
}
@media (max-width:767px) {
    .section-locations .location .links {
        padding-right:3vw;
    }
    .section-locations .location .links a {
        display: block;
        width:100%;
        padding:2vw 3vw;
        margin:0 0 2vw;
        font-size:4vw;
        text-align: center;
    }
}


/*-----------------------------------------------*/

.section-art-vision {
    background: #000 url(../img/start7.jpg) no-repeat center top;
    background-size: cover;
}
.section-art-vision:before {
    content:' ';
    display: block;
    position: absolute;
    z-index:1;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: -moz-linear-gradient(top, rgba(60,34,107,0.7) 0%, rgba(37,11,56,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(60,34,107,0.7) 0%,rgba(37,11,56,0.7) 100%);
    background: linear-gradient(to bottom, rgba(60,34,107,0.7) 0%,rgba(37,11,56,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3c226b', endColorstr='#cc250b38',GradientType=0 );
}

.atr-vision-inner {
    padding:115px 90px 120px 100px;
    position: relative;
    z-index:300;
}

.atr-vision-inner .info {
    float:left;
    width:50%;
    padding-right:58px;
    font-size:18px;
}
.atr-vision-inner h2 {
    font-size:82px;
    line-height: 1.2;
    font-weight:500;
    text-transform: uppercase;
    margin:0 0 80px;
}
.atr-vision-inner .info p {
    margin:0 0 25px;
}
.atr-vision-inner .info .more {
    display: inline-block;
    font-size:15px;
    font-weight:500;
    line-height: 1;
    text-transform: uppercase;
    padding:13px 12px 10px;
    border:2px solid #fff;
    text-decoration: none;
}
.atr-vision-inner .info .more:hover {
    background: #fff;
    color:#000;
}
.atr-vision-inner .request {
    float:left;
    width:50%;
    text-align: right;
    font-size:17px;
    padding-right:12px;
}
.atr-vision-inner .request .btn {
    display: inline-block;
    padding:18px 21px;
    height:auto;
    margin-bottom:23px;
    margin-right:-12px;
    border-radius: 15px;
    text-transform: uppercase;
    font-size:21px;
    font-weight: 500;
    background: #ffa800;
    color:#000;
    text-decoration: none;
    text-align: center;
}
.atr-vision-inner .request .fa {
    font-size:35px;
    vertical-align: middle;
    margin:-3px 6px 0 0;
}
.atr-vision-inner .request strong {
    font-weight:500;
}

@media (min-width:768px) and (max-width:1023px) {
    .atr-vision-inner {
        padding:5vw 2vw 7vw;
    }
    .atr-vision-inner h2 {
        font-size:7vw;
        margin:0 0 4vw;
        text-align: center;
    }
    .atr-vision-inner .info {
        /*width:60%;*/
        padding:0;
        /*float:none;
        width:auto;
        margin-bottom:5vw;*/
    }
    .atr-vision-inner .request {
        /*width:40%;*/
        padding:0 0 0 3vw;
        text-align: center;
    }
    .atr-vision-inner .request .btn {
        margin:0 0 2vw;
        /*display: block;
        width:100%;
        text-align: center;*/
    }
}

@media (max-width:767px) {
    .atr-vision-inner {
        padding:9vw 2vw 2vw;
    }
    .atr-vision-inner h2 {
        font-size:12vw;
        margin:0 0 8vw;
        text-align: center;
    }
    .atr-vision-inner .info {
        float:none;
        width:auto;
        padding:3vw 2vw 0;
        font-size:5.3vw;
    }
    .atr-vision-inner .info p {
        margin:0 0 3vw;
    }
    .atr-vision-inner .request {
        float:none;
        width:auto;
        padding:6vw 0 1vw;
        text-align: center;
        font-size:4.5vw;
    }
    .atr-vision-inner .request .fa {
        font-size:150%;
    }
    .atr-vision-inner .request .btn {
        font-size:5vw;
        padding:3vw 5vw;
        margin:0 0 6vw;
        border-radius:4vw;
    }
}

/*---------------*/


.smi-block {
    background-image: linear-gradient(to bottom, rgba(5,41,147,.3) 0%, rgba(5,41,147,.3) 100%), url(../img/smi-block.jpg);
    background-repeat: repeat-y, no-repeat;
    background-position: center center;
    background-size: cover;
    padding:54px 0 47px;
}
.smi-block-inner {
    max-width:1000px;
    margin:0 auto;
}
.smi-block h3 {
    font-size:35px;
    font-weight:500;
    text-decoration: underline;
    text-transform: uppercase;
    margin:0 0 23px;
    text-align: center;
}
.smi-block .links {
    margin:0 -10px;
    font-size:17px;
    font-weight:500;
}
.smi-block .links .item {
    float:left;
    width:50%;
    padding:0 10px;
    text-align: center;
}
.smi-block .links .item a {
    display: block;
    padding:9px 10px 8px;
    border:2px solid #fff;
    text-decoration: none;
    background: rgba(0,0,60,.1);
    transition:all 40ms ease;
}
.smi-block .links .item a:hover {
    background: #fff;
    color:#0b457d;
}
.smi-block .links .item.inverse a {
    background: #fff;
    color:#0b457d;
}
.smi-block .links .item.inverse a:hover {
    background: rgba(0,0,60,.1);;
    color:#fff;
}
.smi-block .links .item a .fa {
    font-size:135%;
    vertical-align: middle;
    margin:-4px 5px 0 0;
}

@media (min-width:768px) and (max-width:1023px) {
    .smi-block .links {
        margin:0;
    }
}

@media (max-width:767px) {

    .smi-block h3 {
        text-align: center;
        font-size:11vw;
        margin:0 0 7vw;
    }
    .smi-block .links{
        margin:0 0 1vw;
    }
    .smi-block .links .item {
        float: none;
        width: auto;
        margin:0 0 2vw;
        padding:0 4vw;
    }
}

.gallery-block {
    background: #000;
    padding:40px 0 0;
}
.gallery-block h3 {
    font-size:35px;
    font-weight:500;
    text-decoration: underline;
    text-transform: uppercase;
    margin:0 0 15px;
    text-align: center;
}

.gallery-block .items {

}
.gallery-block .items .item {
    float:left;
    width:11.1%;
}
.gallery-block .items .item .link {
    display: block;
    height:0;
    padding-bottom:64%;
    background-size: cover;
    background-position: center;
}

@media (max-width:767px) {
    .gallery-block {
        padding:7vw 0 0;
    }
    .gallery-block h3 {
        font-size:9vw;
        margin:0 0 7vw;
    }
    .gallery-block .items .item {
        width:25%;
    }
}

/*----------------------------------------------*/

.partners-block {

}

.partners-block .inform-partners {
    float:left;
    width:50%;
    background: #393242;
    padding:23px 0 0;
}

.partners-block .tech-partners {
    float:left;
    width:50%;
    background: #1a284d;
    padding:23px 0 0;
}

.partners-block h4 {
    font-size:35px;
    font-weight:500;
    text-transform: uppercase;
    margin:0 0 23px;
    text-align: center;
}

.partners-block .items {
    background:rgba(255,255,255,.2);
    text-align: center;
    font-size:14px;
    font-weight:400;
}
.partners-block .items .item {
    float: left;
    width: 33.3%;
    padding: 10px 10px 10px;
    min-height: 190px;
}
.partners-block .items .last{
    margin-left: 33.3%;
}
/*.partners-block .items .item:nth-child(odd) {
    background:rgba(255,255,255,.1);
}*/
.partners-block .tech-partners .items .item {
    /*width:50%;*/
}

.partners-block .items .item .logo {
    height: 120px;
    width:100%;
    display: table;
    margin:0 0 3px;
}
.partners-block .items .item .logo > span {
    display: table-cell;
    vertical-align: middle;
    padding:0 5px;
    height: 120px;
}
.partners-block .items .item .logo img {
    display: block;
    margin:0 auto;
}

.partners-block .items .item h5 {
    font-size:15px;
    font-weight:400;
    margin:0 auto;
    max-width:342px;
}

@media (min-width:1400px) {
    .partners-block .items .item h5 {
        font-size:14px;
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .partners-block h4 {
        font-size: 30px;
    }
    .partners-block .inform-partners {
        width:56%;
    }
    .partners-block .tech-partners {
        width:44%;
    }
    .partners-block .items .item {

    }
    .partners-block .items .item h5 {
        font-size:11px;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .partners-block .inform-partners,
    .partners-block .tech-partners {
        padding-top:2.9vw;
    }
    .partners-block h4 {
        font-size: 3.9vw;
        margin:0 0 2vw;
    }
    .partners-block .inform-partners {
        float:none;
        width:auto;
    }
    .partners-block .tech-partners {
        float:none;
        width:auto;
    }
    .partners-block .items .item {

    }
    .partners-block .items .item .logo {
        height: 16.3vw;
        margin:0;
    }
    .partners-block .items .item h5 {
        font-size:2vw;
    }
}

@media (max-width:767px) {
    .partners-block h4 {
        font-size:5.5vw;
        margin:0 0 6vw;
    }
    .partners-block .inform-partners {
        float:none;
        width:auto;
    }
    .partners-block .tech-partners {
        float:none;
        width:auto;
    }
    .partners-block .items .item {
        float:none;
        width:auto;
        text-align: left;
        padding:6vw 0 4vw 23vw;
        min-height:0;
    }
    .partners-block .tech-partners .items .item {
        width:auto;
    }
    .partners-block .items .item:after {
        content:' ';
        display: table;
        width:100%;
        clear:both;
    }
    .partners-block .items .item .logo {
        display: block;
        float:left;
        width:50vw;
        height:auto;
        margin:0 3vw 0 -23vw;
    }
    .partners-block .items .item .logo > span {
        display: block;
        height:auto;
    }
    .partners-block .items .item h5 {
        font-size:12px;
        font-weight:400;
        margin: 8vw auto 0;
        max-width:342px;
    }

    .partners-block .items .last{
        margin-left: unset;
    }


}

/*----------------------------------------------*/

.tabs-controls {
    text-align: center;
    font-size:18px;
    text-transform: uppercase;
    margin:0 0 10px;
}
.tabs-controls ul {
    list-style: none;
}
.tabs-controls ul li {
    display: inline-block;
    margin:0 5px 8px;
}
.tabs-controls ul li span,
.tabs-controls ul li a {
    display: inline-block;
    padding:12px 18px 10px;
    border:1px solid #fff;
    color:#fff;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    opacity:.6;
    transition: all 130ms ease-out;
}
.tabs-controls ul li.active span,
.tabs-controls ul li.active a,
.tabs-controls ul li span:hover,
.tabs-controls ul li a:hover {
    box-shadow:inset 0 0 0 1px #fff;
    opacity:1;
}
.tabs-controls ul li.active span:after,
.tabs-controls ul li.active a:after {
    content:' ';
    display: block;
    border-top:8px solid #fff;
    border-left:9px solid transparent;
    border-right:9px solid transparent;
    position: absolute;
    top:100%;
    left:50%;
    margin-left:-5px;
}

.tabs {

}

.tab {

}

@media (max-width:767px) {
    .tabs-controls {
        text-align: center;
        font-size:4vw;
        text-transform: uppercase;
        margin:0 -2.5vw 7vw;
    }
    .tabs-controls ul li {
        margin:0 1vw 2vw;
    }
    .tabs-controls ul li span, .tabs-controls ul li a {
        padding:3vw 3vw;
    }
}

/*---------------------------*/

body.page-art-vision {
    background-image: linear-gradient(to bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%), url(../img/art-vision-main.jpg);
    background-repeat: repeat-y, no-repeat;
    background-size: cover;
    background-color:#000;
}
body.page-art-vision-classic {
    background-image: linear-gradient(to bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%), url(../img/art-vision-classic.jpg);
    background-size: cover;
    background-repeat: repeat-y, no-repeat;
    background-position: center top;
    background-color:#000;
}
body.page-art-vision-modern {
    background-image: linear-gradient(to bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%), url(../img/art-vision-modern.jpg);
    background-size: cover;
    background-repeat: repeat-y, no-repeat;
    background-position: center top;
    background-color:#000;
}
body.page-art-vision-vj {
    background-image: linear-gradient(to bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%), url(../img/art-vision-vj.jpg);
    background-size: cover;
    background-repeat: repeat-y, no-repeat;
    background-position: center top;
    background-color:#000;
}
body.page-art-vision-jury {
    background-image: linear-gradient(to bottom, rgba(60,34,107,0.8) 0%,rgba(37,11,56,0.8) 100%), url(../img/art-vision-jury.jpg);
    background-size: cover;
    background-repeat: repeat-y, no-repeat;
    background-position: center top;
    background-color:#000;
}
/*body.page-art-vision:before {
    content:' ';
    display: block;
    position: fixed;
    z-index:1;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: -moz-linear-gradient(top, rgba(60,34,107,0.8) 0%, rgba(37,11,56,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(60,34,107,0.8) 0%,rgba(37,11,56,0.8) 100%);
    background: linear-gradient(to bottom, rgba(60,34,107,0.8) 0%,rgba(37,11,56,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3c226b', endColorstr='#cc250b38',GradientType=0 );
}*/

.art-vision {
    font-size:15px;
}

.art-vision .descr {
    padding:18px 18px 10px 450px;
    font-size:17px;
    min-height: 160px;
    margin-bottom:30px;

}
.art-vision .descr h3 {
    float:left;
    width:440px;
    margin:0 0 0 -450px;
    font-size:49px;
    font-weight:700;
    line-height: 1.06;
    text-transform: uppercase;
}
.art-vision .descr p {
    margin:0 0 20px;
}

@media (max-width:767px) {
    .art-vision {
        font-size:4.2vw;
    }

    .art-vision .descr {
        padding:4vw 0 2vw;
        font-size:4.5vw;
    }
    .art-vision .descr h3 {
        float:none;
        width:auto;
        margin:0 0 3vw;
        font-size:9.6vw;
        font-weight:500;
        line-height: 1.2;
    }
    .art-vision .descr p {
        margin:0 0 3vw;
    }
}

.art-vision .filter {
    padding:8px 0 0;
    margin:0 0 17px;
}
.art-vision .filter ul {
    list-style: none;
    text-transform: uppercase;
    font-size:14px;
    font-weight:700;
}
.art-vision .filter ul li {
    display: inline-block;
    margin:0 5px 14px 0;
}
.art-vision .filter ul li a {
    display: inline-block;
    color:#fff;
    text-decoration: none;
    padding:6px 10px 3px;
    border:1px dashed #fff;
    transition: all 70ms ease;
}
.art-vision .filter ul li.active a,
.art-vision .filter ul li a:hover {
    background: #fff;
    color:#000;
}

@media (max-width:767px) {
    .art-vision .filter {
        padding:2vw 0 0;
        margin:0 0 1vw;
    }
    .art-vision .filter ul {
        font-size: 4vw;
    }
    .art-vision .filter ul li {
        margin:0 1vw 2vw 0;
    }
    .art-vision .filter ul li a {
        padding:1.5vw 2vw;
    }
}

.award-card {
    font-size:15px;
    padding:25px 25px 24px 412px;
    margin:0 0 28px;
    min-height:267px;
    background: #333;
    background-size: contain;
}
.award-card.classical {
    background: #24272e url(../img/award-classical-bg.jpg) no-repeat left top;
    background-size: contain;
}
.award-card.modern {
    background: #1e1916 url(../img/award-modern-bg.jpg) no-repeat left top;
    background-size: contain;
}
.award-card.vj {
    background: #21384b url(../img/award-vj-bg.jpg) no-repeat left top;
    background-size: contain;
}

.award-card  h3 {
    font-size:30px;
    font-weight:500;
    text-transform: uppercase;
    margin:0 0 22px;
}

@media (min-width:768px) and (max-width:1023px) {
    .award-card {
        font-size: 15px;
        padding: 4vw 4vw 4vw 46vw;
    }
}

@media (max-width:767px) {
    .award-card {
        font-size:4.2vw;
        padding: 34vw 4vw 4vw 4vw;
        background-size: 100% auto;
        margin:0 -2.5vw 4vw;
    }
    .award-card h3 {
        font-size:8vw;
        margin:0 0 3vw;
    }
}

.art-vision .conditions {
    margin:0 0 32px;
}
.art-vision .conditions h4 {
    font-size:15px;
    text-transform: uppercase;
    font-weight:500;
    margin:0 0 10px;
}
.art-vision .conditions ul {
    padding:0 0 0 25px;
}
.art-vision .conditions ul li {
    margin:0 0 6px;
}
.art-vision .conditions ul li:before {
    content:' ';
    display: block;
    width:7px;
    height:7px;
    border-radius:50%;
    background: #fff;
    float:left;
    margin:6px 0 0 -17px;
}


.applying-process {
    line-height: 1.4;
}
.applying-process h4 {
    font-size:25px;
    text-transform: uppercase;
    font-weight:500;
    margin:0 0 24px;
}
.applying-process .stage {
    padding:0 0 0 103px;
    margin:0 0 38px;
}
.applying-process .stage h5 {
    float:left;
    width:100px;
    margin:0 0 0 -100px;
    font-size:25px;
    line-height: 1.3;
    font-weight:700;
}
.applying-process .stage ul {
    padding:5px 0 0;
}
.applying-process .stage ul li {
    margin:0 0 18px;
}

@media (max-width:767px) {
    .applying-process h4 {
        font-size: 6vw;
        margin:0 0 3vw;
    }
    .applying-process .stage {
        padding:1vw 0 1vw;
        margin:0 0 2vw;
    }
    .applying-process .stage h5 {
        float:none;
        width: auto;
        margin:0 0 3vw;
        font-size:6vw;
    }
    .applying-process .stage ul li {
        margin:0 0 3vw;
    }
}

.art-vision .contact-info {
    font-size:14px;
    text-align: center;
    background: rgba(255,255,255,.2);
    padding:25px 20px 16px;
    margin:0 0 25px;
}
.art-vision .contact-info p {
    margin:0 0 26px;
}
.art-vision .contact-info p.contacts {
    margin:0 0 5px;
    padding:5px 0 0;
}
.art-vision .contact-info p.contacts .item {
    margin:0 18px;
}

@media (max-width:767px) {
    .art-vision .contact-info {
        font-size:4.4vw;
        padding:6vw 3vw 4vw;
    }
    .art-vision .contact-info p.contacts .item {
        display: block;
    }
    .art-vision .contact-info p {
        margin:0 0 8vw;
    }
}

.art-vision .related-links {
    margin:0 0 25px;
}
.art-vision .related-links ul {
    list-style: none;
}
.art-vision .related-links ul li {
    display: inline-block;
    vertical-align: top;
    margin-right:9px;
    margin-bottom:9px;
}
.art-vision .related-links ul li a {
    display: inline-block;
    vertical-align: top;
    min-height:45px;
    line-height: 45px;
    background: rgba(255,255,255,.2);
    padding:8px 19px 8px 57px;
    font-size:18px;
}
.art-vision .related-links ul li a:hover {
    background: rgba(255,255,255,.3);
}
.art-vision .related-links ul li.application a {
    background: rgba(255,168,0,.5);
}
.art-vision .related-links ul li.application a:hover {
    background: rgba(255,168,0,.6);
}
.art-vision .related-links ul li .icon {
    float:left;
    font-size:25px;
    margin:0 0 0 -39px;
}
.art-vision .related-links ul li .title {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    max-width:130px;
}
.art-vision .related-links ul li.application .title {
    max-width:200px;
}
@media (max-width:767px) {
    .art-vision .related-links {
        margin:0 0 8vw;
    }
    .art-vision .related-links ul li {
        margin:0 0 1.7vw;
        padding:0 0 0;
        display: block;
    }
    .art-vision .related-links ul li.application {
        width:100%;
    }
    .art-vision .related-links ul li a {
        font-size:4.8vw;
        display: block;
        width:100%;
        padding:2.1vw 2.7vw 2.9vw 14.5vw;
        min-height: 8vw;
        line-height: 8vw;
    }
    /*.art-vision .related-links ul li.application a {
        padding-left:31vw;
    }*/
    .art-vision .related-links ul li .icon {
        margin:.4vw 0 0 -10.4vw;
        font-size:6.5vw;
    }
    .art-vision .related-links ul li .title {
        max-width: none;
    }
}


.art-vision .past-winners {
    margin: 0 0 20px;
}
.art-vision .past-winners h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 24px;
}
.art-vision .past-winners ul {
    list-style: none;
}
.art-vision .past-winners ul li {
    display: inline-block;
    vertical-align: top;
    font-size:21px;
    font-weight:400;
    text-transform: uppercase;
    margin-right:9px;
    margin-bottom:9px;
}
.art-vision .past-winners ul li a {
    display: inline-block;
    vertical-align: top;
    padding:10px 17px 6px;
    text-decoration: none;
    background: rgba(255,168,0,.58);
}
.art-vision .past-winners ul li .icon {
    display: inline-block;
    vertical-align: middle;
    font-size:25px;
    margin:-3px 5px 0 0;
}

@media (max-width:767px) {
    .art-vision .past-winners {
        margin: 0 -.5vw 6vw;
    }
    .art-vision .past-winners h4 {
        font-size: 5.9vw;
        margin: 0 0 6vw;
        text-align: center;
    }
    .art-vision .past-winners ul li {
        font-size:4.1vw;
        margin:0 .5vw 1vw;
    }
    .art-vision .past-winners ul li a {
        padding:2vw 2.5vw 1vw;
    }
    .art-vision .past-winners ul li .icon {
        font-size: 6vw;
        margin:-.9vw 1.7vw 0 0;
    }
}

.art-vision .related-gallery {
    margin:0 0 20px;
}
.art-vision .related-gallery h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 14px;
}
.art-vision .related-gallery ul {
    list-style: none;
    margin:0 -7px 0;
}
.art-vision .related-gallery ul li {
    float:left;
    width:16.6%;
    padding:7px;
}
.art-vision .related-gallery ul li img {
    display: block;
}

@media (max-width:767px) {
    .art-vision .related-gallery {
        margin: 0 0 6vw;
    }

    .art-vision .related-gallery h4 {
        font-size: 6.3vw;
        margin: 0 0 6vw;
        text-align: center;
    }
    .art-vision .related-gallery ul {
        margin:0 -2vw 0;
    }
    .art-vision .related-gallery ul li {
        width:33.3%;
        padding:0 1vw;
        margin:0 0 2vw;
    }
}

.jury {
    padding:11px 0 0;
    margin:0 0 20px;
}
.jury h3 {

    font-size:49px;
    font-weight: 500;
    margin:0 0 40px;
    text-transform: uppercase;
}
.jury .jury-group {
    padding:0 0 0 257px;
}
.jury .jury-group h4 {
    float:left;
    width:250px;
    margin:0 0 0 -257px;
    font-size:25px;
    font-weight: 700;
    text-transform: uppercase;
}

.jury .jury-group .person {
    padding:0 0 0 152px;
    margin:0 0 20px;
}
/*.jury .jury-group .person:before,*/
.jury .jury-group .person:after {
    content:' ';
    display: table;
    width:100%;
    clear:both;
}
.jury .jury-group .person .image {
    float:left;
    width:125px;
    margin:2px 0 0 -152px;
}
.jury .jury-group .person p {
    margin:0 0 22px;
}

@media (min-width:768px) and (max-width:1023px) {
    .jury h3 {
        margin: 0 0 17px;
    }
    .jury .jury-group {
        padding:0 0 0 0;
    }
    .jury .jury-group h4 {
        float:none;
        width:auto;
        margin:0 0 20px;
        font-size:25px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }
}

@media (max-width:767px) {
    .jury {
        padding:5vw 0 0;
        margin:0 0 3vw;
    }
    .jury h3 {
        font-size: 7.2vw;
        font-weight: 500;
        margin:0 0 4vw;
    }
    .jury .jury-group {
        padding:0 0 0 0;
    }
    .jury .jury-group h4 {
        float:none;
        width:auto;
        font-size: 6.0vw;
        margin: 0 0 4vw;
        text-align: center;
    }
    .jury .jury-group .person {
        padding:0 0 0 0;
        margin:0 0 2vw;
    }
    .jury .jury-group .person .image {
        width: 39vw;
        margin: 0 4.5vw .5vw -1.8vw;
    }
    .jury .jury-group .person p {
        margin:0 0 3vw;
    }
}

/*----------------------------------*/

.page-location {
    background-position: center top;
    background-repeat: repeat-y, no-repeat;
    background-color: #000;
    background-size: cover;
    /*background-attachment: fixed;*/
}

.page-location-digital-october {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.7) 0%,rgba(0,0,0,.7) 100%), url(/src/location-octoberfest.jpg);
}
.page-location-tsaritsino {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.4) 0%,rgba(0,0,0,.4) 100%), url(/src/location-tsaritsino-1.jpg);
}
.page-location-theater-square {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 100%), url(/src/location-teathre.jpg);
    /* background-color: #00186f;*/
}
.page-location-patriarchs-ponds {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.05) 0%,rgba(0,0,0,.05) 100%), url(../img/location-patriarchs-ponds.jpg);
}
.page-location-ostankino {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 100%), url(../img/location-ostankino.jpg);
}
.page-location-strogino {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 100%), url(../img/location-strogino.jpg);
}
.page-location-mir {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.4) 0%,rgba(0,0,0,.4) 100%), url(/src/location-mir-2.jpg);
}
.page-location-rowing-channel {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.7) 0%,rgba(0,0,0,.7) 100%), url(/src/location-greb-open.jpg);
}
.page-location-rowing-channel-closing {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.7) 0%,rgba(0,0,0,.7) 100%), url(/src/location-greb-close.jpg);
}
.page-location-poklonka {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.7) 0%,rgba(0,0,0,.7) 100%), url(/src/location-poklonka.jpg);
}
.page-location-kolom {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.7) 0%,rgba(0,0,0,.7) 100%), url(/src/location-kolomen.jpg);
}

.location-box {

}

.location-box .filter {
    padding:8px 0 0;
    margin:0 0 17px;
}
.location-box .filter ul {
    list-style: none;
    text-transform: uppercase;
    font-size:14px;
    font-weight:700;
}
.location-box .filter ul li {
    display: inline-block;
    margin:0 2px 14px;
}
.location-box .filter ul li a {
    display: inline-block;
    color:#fff;
    text-decoration: none;
    padding:6px 8px 3px;
    border:1px dashed #fff;
    transition: all 70ms ease;
}
.location-box .filter ul li.active a,
.location-box .filter ul li a:hover {
    background: #fff;
    color:#000;
}

@media (max-width:767px) {
    .location-box .filter {
        padding:2vw 0 0;
        margin:0 0 1vw;
    }
    .location-box .filter ul {
        font-size: 4vw;
    }
    .location-box .filter ul li {
        margin:0 1vw 2vw 0;
    }
    .location-box .filter ul li a {
        padding:1.5vw 2vw;
    }
}

.location-box .descr {
    padding:18px 135px 10px 450px;
    font-size:17px;
    min-height: 170px;
}
.page-location-mir .location-box .descr {
    /*padding-left:211px;*/
}
.location-box .descr h3 {
    float:left;
    width:440px;
    margin:0 0 0 -450px;
    font-size:49px;
    font-weight:700;
    line-height: 1.06;
    text-transform: uppercase;
}
.page-location-mir .location-box .descr h3 {
    /* width:200px;*/
    /* margin:0 0 0 -211px;*/
}
.location-box .descr p {
    margin:0 0 22px;
}

.link-to-register {
    display: inline-block;
    padding:6px 42px 1px;
    background: #cc8f15;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size:20px;
    font-weight: 700;
}
.link-to-register img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 5px -6px;
}

@media (max-width:767px) {
    .location-box .descr {
        padding:4vw 0 2vw;
        font-size:4.5vw;
    }
    .location-box .descr h3 {
        float:none;
        width:auto;
        margin:0 0 3vw;
        font-size:9.6vw;
        font-weight:500;
        line-height: 1.2;
    }
    .location-box .descr p {
        margin:0 0 3vw;
    }

}

.timetable {
    padding:10px 0 0;
    margin:0 0 35px;
}
.timetable .item {
    margin:0 0 12px;
}
.timetable .item .heading {
    background: #fff;
    color:#000;
    padding:5px 16px 3px;
    cursor: pointer;
}
.timetable .item .heading:hover {
    background:rgba(255,255,255,.9);
    color:#111;
}
.timetable .item .heading .icon {
    width:31px;
    height:31px;
    display: inline-block;
    vertical-align: middle;
    padding-left:4px;
    font-size:31px;
    line-height: 1;
    text-align: center;
    transition: transform 200ms ease-out 100ms;
}
.timetable .item .heading.active .icon {
    transform:rotate(90deg);
}
.timetable .item .heading h4 {
    display: inline-block;
    vertical-align: middle;
    font-size:25px;
    font-weight:500;
    line-height: 1.1;
    text-transform: uppercase;
    padding:2px 0 0 8px;
}
.timetable .item .heading h4 strong {
    font-size:40px;
    display: inline-block;
    vertical-align: middle;
    margin:-3px 3px 0 0;
}
.timetable .item .heading .day-of-week {
    float:right;
    font-size:20px;
    font-weight:300;
    text-transform: uppercase;
    padding:4px 12px 3px;
    border:1px solid #000;
    margin-top:3px;
}

.timetable .item .item-content {
    max-height: 0;
    overflow: hidden;
    /*opacity:0.6;*/
    transition: all 420ms ease-out 0.1s;
}
.timetable .item .item-content.open {
    max-height: 2000px;
    opacity:1;
}

.timetable .item .place {
    font-size:20px;
    font-weight:700;
    color:#35c7ff;
    text-transform: uppercase;
    text-align: center;
    padding:5px 4px 4px;
    border:2px solid #35c7ff;
    margin:15px 0 15px;
}
.timetable .item .place .fa {
    margin-right:5px;
}

.timetable .item .event {
    padding:6px 0 5px 180px;
}
.timetable .item .event:first-child {
    padding-top:27px;
}
.timetable .item .event .event-info {
    float:left;
    width:158px;
    margin:0 0 0 -180px;
    padding:0 0 0 13px;
    text-align: right;
}
.timetable .item .event .time {
    font-size:20px;
    font-weight: 700;
    color:#ffb400;
    margin-right:-20px;
    text-align: left;
}
.timetable .item .event .time .fa {
    margin-right:2px;
}
.timetable .item .event .note {
    text-align: right;
    font-size:12px;
    font-weight: 700;
    line-height: 1.2;
    color:#ffb400;
    margin:0 0 5px;
}
.timetable .item .event .live-flag {
    display: inline-block;
    width:55px;
    height:33px;
    background: url(../img/icon-live.png) no-repeat center center;
    background-size: contain;
    margin-top:3px;
}
.timetable .item .event .event-info .status {
    display: block;
    background: #ffb400;
    text-align: center;
    font-size:14px;
    font-weight: 700;
    line-height: 1.1;
    color:#000;
    text-transform: uppercase;
    padding:9px 3px 7px;
    margin-top:3px;
}
.timetable .item .event h5 {
    font-size:17px;
    font-weight:700;
    text-transform: uppercase;
    margin:0 0 12px;
    padding:1px 0 0;
}
.timetable .item .event p {
    margin:0 0 18px;
}

.timetable .break {
    background: url(../img/break-bg.png) repeat;
    border:1px solid rgba(255,255,255,.6);
    padding: 24px 0 22px 180px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin:-2px 0 19px;
    position: relative;
}
.timetable .break .time {
    float: left;
    width: 158px;
    margin: 0 0 0 -180px;
    padding: 0 0 0 13px;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    color: #ffb400;
}
.timetable .break:after {
    content:' ';
    display: block;
    width:52px;
    height:53px;
    background: url(../img/icon-coffee.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top:8px;
    right:26px;
}

@media (max-width:767px) {
    .timetable .item {
        margin:0 0 2vw;
    }
    .timetable .item .heading {
        margin:0 -2vw 0vw;
        padding:3.5vw 1.5vw 3.1vw;
    }
    .timetable .item .heading .icon {
        width:6.5vw;
        height:6.5vw;
        font-size:6.5vw;
        padding:.5vw 0 0;
    }
    .timetable .item .heading h4 {
        font-size:4.5vw;
    }
    .timetable .item .heading h4 strong {
        font-size:7vw;
        margin:-1vw .5vw 0 0;
    }
    .timetable .item .heading .day-of-week {
        padding:0;
        border:none;
        font-size:6vw;
        margin-top:.1vw;
    }
    .timetable .item .item-content.open {
        max-height: 800vh;
    }
    .timetable .item .event {
        padding:2vw 0 0;
    }
    .timetable .item .event:first-child {
        padding-top:4vw;
    }
    .timetable .item .event .event-info {
        float:none;
        width:auto;
        margin:0 0 1vw;
        padding:0;
    }
    .timetable .item .event .time {
        font-size:5.3vw;
        margin:0 0 2vw;
        padding:0;
    }
    .timetable .item .event h5 {
        font-size:5vw;
        margin:0 0 3vw;
    }
    .timetable .item .event p {
        margin: 0 0 4vw;
    }
}

.location-links {
    margin:0 0 30px;
    font-size:18px;
    line-height: 1.2;
}
.location-links ul {
    list-style: none;
    margin:0 -11px;
}
.location-links ul li {
    float:left;
    width:50%;
    padding:0 11px;
}
.location-links ul li a,
.location-links ul li > span {
    display: block;
    color:#fff;
    text-decoration: none;
    text-align: center;
    padding:6px;
}
.location-links ul li.location-map-link a,
.location-links ul li.location-map-link > span {
    background: #cc8f15;
}
.location-links ul li.road-blocking-map-link a,
.location-links ul li.road-blocking-map-link > span {
    background: #009fd9;
}
.location-links ul li.location-address a,
.location-links ul li.location-address > span {
    padding-top:10px;
    padding-bottom:10px;
    background: url(../img/location-address-bg.jpg) no-repeat center center;
    background-size: cover;
}
.location-links ul li.event-register a,
.location-links ul li.event-register > span {
    padding-top:10px;
    padding-bottom:10px;
    background: url(../img/event-register-bg.jpg) no-repeat center center;
    background-size: cover;
}
.location-links ul li.download-google a,
.location-links ul li.download-google > span {
    padding-top:10px;
    padding-bottom:10px;
    background: url(../img/download-google.jpg) no-repeat center center;
    background-size: cover;
    text-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.61);
}

.location-links ul li.download-appstore a,
.location-links ul li.download-appstore > span {
    padding-top:10px;
    padding-bottom:10px;
    background: url(../img/download-appstore.jpg) no-repeat center center;
    background-size: cover;
    text-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.61);
}


.location-links ul li.qr{
    text-align: center;
}
.location-links ul li.qr img{
    width: 100px;
}

.location-links ul li.title{
    font-weight: 500;
    text-align: center;
}

.location-links ul li .icon {
    display: inline-block;
    vertical-align: middle;
    margin:0 14px 0 5px;
}
.location-links ul li .icon img {
    display: block;
}
.location-links ul li .title {
    display: inline-block;
    vertical-align: middle;
    max-width:305px;
    text-align: left;
    padding:1px 0 0;
}
.location-links ul li .title h5 {
    font-size:31px;
    font-weight:300;
    margin:0 0 0;
    padding:2px 0 0;
}

@media (max-width:767px) {
    .location-links {
        font-size:4.8vw;
    }
    .location-links ul {
        margin:0 0 0;
    }
    .location-links ul li {
        float: none;
        width: auto;
        padding:0;
        margin:0 0 4vw;
    }
    .location-links ul li a, .location-links ul li > span {
        padding:1.4vw 2vw 1.4vw 4vw;
        text-align: left;
    }
    .location-links ul li .icon {
        width:13vw;
        margin:0 3.5vw 0 0;
    }
    .location-links ul li .title {
        max-width:71vw;
    }
    .location-links ul li.qr{
        display: none;
    }
}

/*-----------------------------------*/

.page-news {
    background-color: #4c2159;
    background-image:linear-gradient(to right, rgba(59,33,105,0.85) 0%,rgba(33,8,48,0.75) 100%), url(../img/news-bg.jpg);
    background-repeat:repeat-y, no-repeat;
    background-size: cover;
}

.news-list {
    border-bottom:1px solid rgba(255,255,255,.5);
    margin:0 0 14px;
}
.news-list .row {
    margin:0 -20px 0;

}
.news-list .row:after {
    content:' ';
    display: table;
    width:100%;
    height:1px;
    clear:both;
}
.news-list .item {
    float:left;
    width:33.3%;
    padding:25px 20px 8px;
    font-size:15px;
    border-top:1px solid rgba(255,255,255,.5);
}
.news-list .row:first-child .item {
    border-top:none;
}
.news-list .item a {
    text-decoration: none;
    color:#fff;
}
.news-list .item .date {
    opacity:.7;
    margin:0 0 11px;

}
.news-list .item h3 {
    font-size:18px;
    font-weight:500;
    text-transform: uppercase;
    margin:0 0 10px;
}
.news-list .item p {
    margin:0 0 15px;
}
@media (max-width:767px) {
    .news-list .row {
        margin:0 0 1vw;
    }
    .news-list .item {
        float: none;
        width: auto;
        padding:1vw 0 0;
        margin:0 0 4vw;
        border-top:none;
    }
    .news-list .item .date {
        margin:0 0 .5vw;
    }
    .news-list .item h3 {
        font-size:4.9vw;
        margin:0 0 2vw;
    }
}

/*---------------------------------------*/

.pagination {
    font-size:15px;
    padding:12px 0 0 3px;
    margin:0 0 13px;
}
.pagination ul {
    list-style: none;
}
.pagination ul li {
    display: inline;
}
.pagination ul li a {
    display: inline-block;
    border:1px solid transparent;
    min-width:33px;
    padding:8px 8px 5px;
    text-align: center;
    text-decoration: none;
}
.pagination ul li.active a,
.pagination ul li a:hover {
    border-color:#fff;
}

@media (max-width:767px) {
    .pagination {
        text-align: center;
    }
}

/*---------------------------------------*/

.page-registration-digital-october {
    background-image:linear-gradient(to bottom, rgba(0,0,0,.55) 0%,rgba(0,0,0,.55) 100%), url(../img/registration-digital-october.jpg);
    background-position: center top;
    background-repeat: repeat-y, no-repeat;
    background-size: cover;
    background-color: #000;
}

/*-----------------------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="password"] {
    border:1px solid #fff;
    font-size:19px;
    font-weight:300;
    height:40px;
    padding:0 12px;
    background: rgba(0,0,0,.4);
    color:#fff;
    font-family: 'Rubik', sans-serif;
}
.form-control input[type="text"],
.form-control input[type="email"],
.form-control input[type="password"] {
    width:100%;
}

.register-form {
    padding:15px 0 12px;
    border-bottom:1px solid rgba(255,255,255,.5);
}
.register-form-inner {
    margin:0 auto;
    width:385px;
}
.register-form .form-row {
    margin:0 0 22px;
}
.register-form .form-control {
    position: relative;
}
.register-form .form-label {
    font-size:20px;
    font-weight:700;
    margin:0 0 5px;
    display: block;
}
.register-form .form-label.outside {
    position: absolute;
    right:100%;
    top:0;
    margin:7px 14px 0 0;
    white-space: nowrap;
}

.register-form .note {
    font-size:15px;
    margin-top:-5px;
}

@media (max-width:767px) {
    .register-form-inner {
        width:auto;
    }

    .register-form .form-label.outside {
        position: initial;
    }
}

.btn {
    background: #cc8f15;
    color:#fff;
    border:none;
    height:46px;
    padding:4px 20px 3px;
    font-family: 'Rubik', sans-serif;
    font-size:16px;
    font-weight:700;
    text-transform: uppercase;
}
.form-control .btn {
    width:100%;
}

.checkbox {
    font-size:15px;
}
.checkbox label {
    cursor: pointer;
    display: inline-block;
}
.checkbox .check {
    position: relative;
}
.checkbox .check input[type="checkbox"] {
    width:0;
    height:0;
    opacity:0;
    position: absolute;
}
.checkbox .check input[type="checkbox"] + i {
    display: inline-block;
    vertical-align: middle;
    margin:-2px 11px 0 0;
    width:22px;
    height:22px;
    border:1px solid #fff;
    border-radius:4px;
    position: relative;
}
.checkbox .check input[type="checkbox"] + i:before {
    content:' ';
    display:block;
    width:60%;
    height:60%;
    position: absolute;
    left:50%;
    top:50%;
    margin:-30% 0 0 -30%;
    border-radius:2px;
}
.checkbox .check input[type="checkbox"]:checked + i:before {
    background: #cc8f15;
}

/*--------------------------------*/

.page-about {
    background-image: linear-gradient(to bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%), url(../img/about-bg.jpg);
    background-size: cover;
    background-repeat: repeat-y, no-repeat;
    background-position: center top;
    background-color:#230c19;
}

.fest-components {
    background: #27232d;
    padding:22px 0 2px;
    margin:0 0 33px;
}

.fest-components h3 {
    font-size:20px;
    font-weight:300;
    text-transform: uppercase;
    margin:0 85px 8px;
    text-align: center;
}

.fest-components .item {
    float:left;
    width:33.3%;
    min-height:190px;
    line-height: 190px;

}

.fest-components .item.item-classic {
    width:35%;
    color:#7ad0fd;
}
.fest-components .item.item-modern {
    color:#bcafe9;
    width:30.5%;
}
.fest-components .item.item-vj {
    color:#e49dd8;
    width:34.5%;
}

.fest-components .item .number {
    /*float:left;*/
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    width: 237px;
    height: 190px;
    /*margin: 10px 0 0;*/
    padding: 55px 52px 0 70px;
    font-size: 59px;
    text-align: center;
}
.fest-components .item.item-classic .number {
    background: url(../img/circle-light-blue.jpg) no-repeat right top;
    padding-right:63px;
}
.fest-components .item.item-modern .number {
    background: url(../img/circle-blue.jpg) no-repeat right top;
}
.fest-components .item.item-vj .number {
    background: url(../img/circle-red.jpg) no-repeat right top;
}

.fest-components .item .title {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    font-size:21px;
    font-weight:700;
    max-width:42%;
    margin:0 0 11px -5px;

}
.fest-components .item.item-modern .title,
.fest-components .item.item-vj .title {
    text-transform: uppercase;
}

@media (max-width:767px) {
    .fest-components {
        padding:5vw 2vw 3vw;
        margin:0 0 6vw;
    }
    .fest-components h3 {
        font-size:4.4vw;
        font-weight:400;
        line-height: 1.45;
        margin:0 3vw 3vw;
        text-align: left;
        text-transform: none;
    }
    .fest-components .item.item-classic,
    .fest-components .item.item-modern,
    .fest-components .item.item-vj {
        float:none;
        width:auto;
        line-height: 20vw;
        min-height: 20vw;
        padding:0 0 0 0;
    }
    .fest-components .item.item-classic .number,
    .fest-components .item.item-modern .number,
    .fest-components .item.item-vj .number {
        width:19vw;
        height:auto;
        padding:0;
        background: none;
        font-size:14vw;
        float:left;
        margin:.7vw 2vw 0 1vw;
    }
    .fest-components .item .title {
        width: 69vw;
        max-width: none;
        font-weight:400;
        font-size:6vw;
        /*display:inline;*/
        margin:0;
    }
}

.achievements {
    background: url(../img/achievements-bg.jpg) no-repeat center top;
    background-size: cover;
    padding:33px 40px 33px;
    margin:30px 0 42px;
}
.achievements h3 {
    font-size:29px;
    font-weight:700;
    margin:0 0 28px;
}
.achievements ul {
    list-style: none;
    padding:0 50% 0 13px;
}
.achievements ul li {
    min-height:50px;
    line-height: 35px;
    margin:0 0 20px;
    padding:0 0 0 66px;
}
.achievements ul li:before {
    content:' ';
    display: block;
    width:44px;
    height:44px;
    margin:0 0 0 -66px;
    float:left;
    background: url(../img/circle-icon.png) no-repeat center center;
    background-size: contain;
}



.achievements ul li:before {
    content:' ';
    display: block;
    width:44px;
    height:44px;
    margin:-5px 0 0 -66px;
    float:left;
}

.achievements ul li .inner {
    display: inline-block;
    vertical-align: middle;
    line-height: 21px;
    font-size: 15px;
    padding-top: 5px;
    min-height: 0;
        margin-top: -15px;
}

.content .entry ul li .inner ul li {
    min-height: 0;
        padding: 0;


}

.achievements ul li .inner ul li {
        content:'-';
        background: none;
        padding: 0;
        margin: 0 0 0 -15px;
        line-height: 25px;
            min-height: 0;

}
.achievements ul li .inner ul li:before {
        content:'-';
        background: none;
        width: 0;
        height: 0;
        margin: 0 0 0 -15px;
        padding:0;
            min-height: 0;


}

.content .entry ul li .inner ul {padding:0 0 0 25px;     min-height: 0;}


.achievements ul li h4 {
    font-weight:500;
    text-transform: uppercase;
    margin:0;
}



@media (max-width:767px) {
    .achievements {
        padding:5.7vw 2vw 3vw;
        margin:0 0 6vw;
    }
    .achievements h3 {
        font-size:6.6vw;
        font-weight:500;
        margin:0 0 6vw;
    }
    .achievements ul {
        padding:0;
    }
}

/*--------------------------*/

.page-media {
    background-image: linear-gradient(to bottom, rgba(0,0,0,.3) 0%,rgba(0,0,0,.3) 100%), url(../img/media-bg.jpg);
    background-size: cover;
    background-repeat: repeat-y, no-repeat;
    background-position: center top;
    background-color:#0a0405;
    background-attachment: fixed;
}


.media-links {
    margin:0 0 12px;
}
.media-links ul {

}
.media-links ul li {
    display: inline-block;
    margin-right:22px;
    margin-bottom:11px;
}
.media-links ul li a {
    display: inline-block;
    padding:9px 26px 5px;
    color:#fff;
    text-decoration: none;
    font-size:20px;
    font-weight:500;
}
.media-links ul li.press-release a {
    background: #d29307;
}
.media-links ul li.contacts a {
    background: #03a7db;
}
.media-links ul li a img {
    display: inline-block;
    vertical-align: middle;
    margin:-2px 11px 0 0;
}

.accreditation {
    padding:26px 34px 12px 215px;
    background: rgba(255,255,255,.2);
    font-size:17px;
}
.accreditation .icon {
    float:left;
    margin:3px 0 0 -165px;
}
.accreditation h3 {
    font-size:25px;
    font-weight:500;
    text-transform: uppercase;
    margin:0 0 14px;
}
.accreditation p {
    margin:0 0 19px;
}
.accreditation .info {
    margin:0 0 25px;
    padding:18px 20px 19px 70px;
    background: rgba(255,255,255,.2);
}
.accreditation .info .icon {
    float:left;
    margin:4px 0 0 -48px;
}
.accreditation .app-link {
    display: inline-block;
    padding:10px 20px 11px;
    font-size:20px;
    font-weight:500;
    background: #03a7db;
    color:#fff;
    text-decoration: none;
}

@media (max-width:767px) {
    .media-links {
        margin-bottom:1vw;
    }
    .media-links ul {
        margin-right:-2vw;
    }
    .media-links ul li {
        margin-right:1vw;
        margin-bottom: 2vw;
    }
    .media-links ul li a {
        font-size:4.8vw;
        padding:4vw 4.4vw;
    }
    .media-links ul li a img {
        display: none;
    }
    .accreditation {
        padding:4vw 2vw 3vw;
        font-size:4.9vw;
    }
    .accreditation > .icon {
        display:none;
    }
    .accreditation .app-link {
        display: block;
        font-size:5.0vw;
        padding:4vw 1vw;
        text-align: center;
    }
}

/*---------------------------------------------------*/

.page-gallery {
    background-image: linear-gradient(to bottom, rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 100%), url(../img/gallery-bg.jpg);
    background-repeat: repeat-y, no-repeat;
    background-size: cover;
    background-color:#000;
    background-attachment: fixed;
}

.gallery {

}
.gallery .filter {
    float:left;
    font-size:23px;
    font-weight:300;
    text-transform: uppercase;
    margin:0 0 40px;
}
.gallery .filter ul {
    list-style: none;
}
.gallery .filter ul li {
    display: inline-block;
    vertical-align: middle;
}
.gallery .filter ul li a {
    display: inline-block;
    padding:11px 44px 3px 44px;
    text-decoration: none;
    border-width:1px;
    border-style: dashed;
    min-height:55px;
    position: relative;
    text-align: center;
}
.gallery .filter ul li.photo a {
    border-color:#cc8f15;
    color:#cc8f15;
}
.gallery .filter ul li.photo a:hover,
.gallery .filter ul li.photo.active a {
    background: #cc8f15;
    color:#fff;
}
.gallery .filter ul li.video a {
    border-color:#35c7ff;
    color:#35c7ff;
}
.gallery .filter ul li.video a:hover,
.gallery .filter ul li.video.active a {
    background: #35c7ff;
    color:#fff;
}

.gallery .filter ul li.active a:after {
    content:' ';
    display: block;
    position: absolute;
    left:50%;
    top:100%;
    border-top:16px solid transparent;
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    margin-left:-15px;
}
.gallery .filter ul li.photo.active a:after {
    border-top-color: #cc8f15;
}
.gallery .filter ul li.video.active a:after {
    border-top-color: #35c7ff;
}
.gallery .filter ul li a i {
    display:inline-block;
    vertical-align: middle;
    width:38px;
    height:42px;
    margin:-5px 12px 0 -12px;
    background-position: left top;
    background-repeat: no-repeat;
}
.gallery .filter ul li a:hover i {
    background-position: left bottom;
}
.gallery .filter ul li.active a i {
    background-position: left bottom;
}
.gallery .filter ul li.photo a i {
    background-image: url(../img/icon-photo.png);
    margin-left:-19px;
}
.gallery .filter ul li.video a i {
    width:56px;
    height:41px;
    background-image: url(../img/icon-video.png);
}

@media (max-width:767px) {
    .gallery .filter {
        float: none;
        width:auto;
        font-size:6vw;
        margin:0 0 4vw;
    }
    .gallery .filter ul li a {
        padding: 2.2vw 1vw 1.5vw;
        min-height: 19vw;
        width:46vw;
    }
    .gallery .filter ul li.active a:after {
        border-top-width:12px;
    }
    .gallery .filter ul li a i,
    .gallery .filter ul li.photo a i,
    .gallery .filter ul li.video a i {
        margin: -0.5vw 0vw 0 -2vw;
        transform: scale(.8);
    }
}
/*------------------------------------*/

.gallery .archive-nav {
    float:right;
    font-size:27px;
    font-weight:500;
    text-transform: uppercase;
    margin:0 0 40px;
    padding:9px 0 0;
}
.gallery .archive-nav ul {
    list-style: none;
}
.gallery .archive-nav ul li {
    display: inline-block;
    margin-left:6px;
}
.gallery .archive-nav ul li a {
    display: inline-block;
    padding:7px 25px 5px;
    text-decoration: none;
    background: rgba(255,255,255,.1);
}
.gallery .archive-nav ul li a:hover {
    background: rgba(255,255,255,.2);
}
.gallery .archive-nav ul li.active a {
    background: #fff;
    color:#000;
}
@media (max-width:767px) {
    .gallery .archive-nav {
        float: none;
        width:auto;
        font-size:5vw;
        margin:0 0 5vw;
        padding:0;
        text-align: right;
    }

    .gallery .archive-nav ul li {
        margin-top: 10px;
    }

    .gallery .archive-nav ul li a {
        padding:2vw 3vw;
    }
}


/*----------------------------------------------*/

.gallery .albums {
    padding:12px 0 20px;
}
.gallery .albums .album {
    padding:0 0 0 291px;
    margin:0 0 31px;
    position: relative;
}
.gallery .albums .album:before {
    content:' ';
    display: block;
    background: rgba(255,255,255,.1);
    width:291px;
    height:100%;
    position: absolute;
    left:0;
    top:0;
}
.gallery .albums .album:after {
    content:' ';
    display: table;
    width:100%;
    clear:both;
}
.gallery .albums .album h3 {
    float:left;
    width:264px;
    text-align: right;
    font-size:25px;
    font-weight:500;
    margin:26px 0 15px -291px;
    padding:0 0 0 32px;
}
.gallery .albums .album .item {
    float:left;
    width:16.4%;
    position: relative;
    text-align: center;
}
.gallery .albums .album .item a {
    display: block;
    height:0;
    padding-bottom:100%;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.gallery .albums .album .item a:before {
    content:' ';
    display: block;
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.6);
    background-size: 45px 45px;
    opacity:0;
    transition: opacity 180ms ease;
}
.gallery .albums .album .item a:hover:before {
    opacity:1;
}
.gallery .albums .album .item a:after {
    content:' ';
    display: block;
    position: absolute;
    width:100%;
    height:100%;
    background: url(../img/zoom.svg) no-repeat center center;
    background-size: 45px 45px;
    opacity:0;
    transform: scale(.9);
    transition: all 180ms ease-out;
}
.gallery .albums .album .item a:hover:after {
    opacity:.8;
    transform: scale(1);
}

.gallery .albums .album .item.more a:before {
    background: rgba(0,0,0,.7);
    opacity:.8;
}
.gallery .albums .album .item.more a:hover:before {
    opacity:1;
}
.gallery .albums .album .item.more a:after {
    display: none;
}
.gallery .albums .album .item .more-qty {
    display:block;
    position: absolute;
    top:50%;
    left:0;
    width:100%;
    font-size:40px;
    font-weight:400;
    margin:-20px 0 0;
    z-index:100;
}
.gallery .albums .album .item .more-qty small {
    display: inline-block;
    vertical-align: middle;
    margin-top:-6px;
    margin-left:-8px;
    font-size:77%;
}

@media (max-width:767px) {
    .gallery .albums {
        padding: 0;
    }
    .gallery .albums .album {
        margin:0 0 3.5vw;
        padding:3vw 0 0;
        /*background: rgba(255,255,255,.1);*/
    }
    .gallery .albums .album:before {
        display: none;
    }
    .gallery .albums .album h3 {
        float:none;
        margin:0 0 3vw;
        padding:0;
        width:auto;
        text-align: left;
        font-size:6vw;
    }
    .gallery .albums .album .item {
        width:25%;
    }
}
.section-mob-sponsors{
    display: none;
}

@media (max-width:767px) {
    .section-mob-sponsors{
        display: block;
    }

    .sponsors .item{
        float: none;
        width: auto;
        margin: 0 0 10vw;
        padding: 0 4vw;
        text-align: center;
        display: block;
    }

    .section-mob-sponsors .sponsors-head h4{
        font-size: 9.5vw;
    }
    .sponsors-head .sponsors{
        height: fit-content;
    }

    .sponsors .item .subtitle {
        font-size: 12px;
        display: block;
    }

}
.partners-block.art .item{
    min-height: fit-content;
}
.partners-block.art  .item.x2{
    width: 50%;
}

@media (max-width:767px) {

    .partners-block.art .item.x2{
        width: 100%;
    }

    .partners-block.art .items .item{
        padding: 2vw 0 2vw 23vw;
    }
    .partners-block.art .items .item .logo{

        margin: 0 0 0 0;
    }
}
@media (max-width: 1023px) and (min-width: 768px) {
    .partners-block.art .items .item .logo {
        height: initial;
        margin: 0;
    }
}


body.page-live {
    background-image: linear-gradient(to bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%), url(../img/live-bg.jpg);
    background-repeat: repeat-y, no-repeat;
    background-size: cover;
    background-color:#000;
}
.live-stream {
    min-height: 400px;
    width: 75%;
    margin: 0 0 0 12%;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: linear-gradient(to bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%), url(../img/live-block.jpg);
    background-repeat: repeat-y, no-repeat;
    background-size: cover;
}
.live-stream .text{
    text-align: center;
    font-size: 29px;
    line-height: 50px;
    font-weight: 500;
    padding: 6vw 22% 0;
    margin: 0 0 20px;
}

.youtube{
    text-align: center;
}
.youtube iframe{
    width: 640px;
    height: 360px;
}

@media (max-width:767px) {
    .youtube iframe{
        width: 100%;
        height: auto;
    }
}

@media (max-width:767px) {
    .live-stream {
        min-height: inherit;
        width: inherit;
        margin: inherit;
        background-color: rgba(0, 0, 0, 0.7);
        background-image: linear-gradient(to bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%), url(../img/live-block.jpg);
        background-repeat: repeat-y, no-repeat;
        background-size: cover;
    }

    .live-stream .text{
        padding: 6vh 14% 3vh;

    }
}
.float-button{
    position: fixed;
    right: 3%;
    bottom: 10%;
    z-index: 1000;
}

.float-button .inner{
    position: absolute;
    left: 40%;
    top: 30%;
    font-size: 30px;
    z-index: 1100;
}


.float-button .text{
    position: absolute;
    right: 110%;
    top: 25%;
    font-weight: 500;
    padding: 5px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.float-button:hover .text {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.float-button .circle-button {
    background: url(../img/circle-button.png) no-repeat center center;
    width: 90px;
    height: 90px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-animation-name: rotateCircle;
    -webkit-animation-name: rotateCircle;
    animation-name: rotateCircle;
    -moz-animation-duration: 20s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.location-box .descr .left{
    float: left;
    width: 440px;
    margin: 0 0 0 -450px;
}
.location-box .descr .left h3{
    float: left;
    width: auto;
    margin: auto;
}

.location-box .descr .left .location-links {
    margin: 0px 0 10px;
}

.location-box .descr .left .location-links ul li {
    float: left;
    width: 96%;
    padding: 14px 11px 0 11px;
}


.location-box .descr .left .location-links ul li a,
.location-box .descr .left .location-links ul li > span {
    text-align: left;
    padding:6px 6px 6px 12px;
}


@media (max-width:767px) {
    .location-box .descr .left{
        float: left;
        width: auto;
        margin: auto;
    }
    .location-box .descr .left .location-links ul li {
        float: left;
        width: 96%;
        padding: 11px 2px;
        margin: 0 0 0 0;
    }

    .location-links ul li .icon {
        width: 13vw;
        margin: 0 0 0 0;
    }


}

@media (min-width:768px) and (max-width:1023px) {
    .location-box .descr {
        padding:18px 55px 10px 455px;
        font-size:17px;
        min-height: 170px;
    }

    .location-box .descr .left .location-links ul li {
        width: 90%;
    }



}

.video-section{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

@media (max-width: 768px) {

}

.video-background .blueimp-gallery .prev,
.video-background .blueimp-gallery .next{
    z-index: 1000;
    display: block;
}

.video-background .blueimp-gallery .title{
    display: block;
    top: 15vh;
    left: 4vh;
    font-size: 4vh;
    z-index: 1000;
    opacity: 1;
}

.blueimp-gallery > .description {
    position: absolute;
    top: 19vh;
    left: 4vh;
    font-size: 3vh;
    z-index: 1000;
    opacity: 1;
    color: #fff;
    display: block;
}

@media (max-width: 768px) {
    .video-background .blueimp-gallery .title{
        top: 15vh;
        left: 4vh;
        font-size: 4vh;
        line-height: 2.3vh;
        line-height: 4vh;

    }

    .blueimp-gallery > .description {
        position: relative;
        top: 27vh;
        left: 4vh;
        font-size: 2vh;
        line-height: 2.3vh;

    }
}

.section-main-gallery{
    background-image: linear-gradient(to bottom, rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 100%), url(/assets/img/gallery-bg.jpg);
    background-repeat: repeat-y, no-repeat;
    background-size: cover;
    background-color: #000;
    padding-top: 23px;
    height: fit-content;
}
.section-main-gallery h3{
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 23px;
    text-align: center;
}


@media only screen and (min-width: 320px) and (max-width: 725px) {
.content .entry ul {padding: 0 13% 0 0;}
.achievements ul li .inner {margin-top: -5px;}

}
.cont_go_translation {
	font-size: 24px;
	text-align: center;
}
.cont_go_translation a, .cont_go_translation a:hover {
	text-decoration: none;
}
.key_go_translation {
	height: 50px;
    background: url(/local/templates/minimal_black/images/play_main_page_500.png) no-repeat center;
	background-size: contain;
	border-radius: 50%;
    width: 50px;
    text-align: center;
    line-height: 50px;
	display: inline-block;
	margin-right: 20px;
}