* {
    box-sizing: border-box;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: 'SF Pro Display';
}

html, body {
    height: 100%;
    overflow: hidden;
}

body {
    position: relative;
    background: url('../images/bg/main.jpg') center no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0;
    height: 100%;
    touch-action: none;
}

a {
    color: #f0047f;
    text-decoration: none;
}

a:hover {
    color: #fff;
}

a:link, a:visited {
    color: #f0047f;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

#header {
    background: #0a0a0a;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

#header .container {
    text-align: center;
}

#header .logo {
    height: 70px;
    margin: 15px 0;
    float: left;
}

ul.menu {
    display: inline-block;
    list-style: none;
    vertical-align: top;
}

ul.menu li {
    display: inline-block;
}

ul.menu li a {
    display: inline-block;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    padding: 0 35px;
    color: #fff;
}

ul.menu li a.active {
    font-weight: bold;
    color: #f0047f;
}

ul#langMenu {
    float: right;
    font-size: 18px;
}

ul#langMenu li a {
    padding: 0 10px;
}

#mainContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400%;
    text-align: left;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: top 300ms;
    transition: top 300ms;
}

.sItem {
    padding-top: 100px;
    display: inline-block;
    width: 100%;
    height: 25%;;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
}

.sItem:after {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sItem .body {
    display: inline-block;
    vertical-align: middle;
    width: 99%;
}

#mainItem {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#mainItem .body {
    vertical-align: top;
    text-aligN: left;
}

#mainItem .time {
    height: 100%;
    z-index: 50;
    position: absolute;
    top: 0;
    left: 50%;
    left: -webkit-calc(50% - 50px);
    left: -moz-calc(50% - 50px);
    left: calc(50% - 50px);
}

#mainItem .cheaper {
    width: 347px;
    height: 278px;
    background: url('../images/ico/cheaper.svg') center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    left: -webkit-calc(50% - 250px);
    left: -moz-calc(50% - 250px);
    left: calc(50% - 250px);
    bottom: 10px;
    z-index: 80;
}

#mainItem .t {
    font-weight: 800;
    font-size: 38px;
    text-shadow: 3px 3px black;
    z-index: 100;
    position: relative;
}

#mainItem .t1 {
    font-size: 74px;
    margin-top: 30px;
}

#mainItem .t2 {
    margin-top: 70px;
}

#mainItem .t2 img {
    width: 670px;
}

#mainItem .t3 {
    margin-top: 20px;
    font-weight: bold;
}

#mainItem .t4 {
    margin-top: 15px;
}

#mainItem .t4 img {
    width: 350px;
}

#videoItem {
    position: relative;
}

#videoItem #videoFile {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 3;
}

#rulesItem {
    background: url('../images/bg/rules.png') center no-repeat;
    background-size: cover;

}

#rulesItem .body {
    vertical-align: top;
}

#videoItem .play {
    position: relative;
    cursor: pointer;
    z-index: 5;
}

#rulesItem .title {
    font-weight: bold;
    font-size: 50px;
    color: #f0047f;
    text-transform: uppercase;
}

#rulesItem .desc {
    font-size: 20px;
    margin-top: 20px;
    max-width: 700px;
    display: inline-block;
}

#rulesItem .social {
    margin-top: 60px;
    /* height: 167px;*/
    height: 150px;
}

#rulesItem .social:after {
    content: " ";
    /* display: inline-block;*/
    vertical-align: middle;
    height: 100%;
}

#rulesItem .social .socIcoMain {
    width: 40%;

}

#rulesItem .social .socIco {
    width: 100px;
    margin: 0 10px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    animation-duration: 3000ms;
    transition: all;
}

#rulesItem .social .socIco:nth-child(1) {
    animation-delay: 700ms;
}

#rulesItem .social .socIco:nth-child(2) {
    animation-delay: 900ms;
}

#rulesItem .social .socIco:nth-child(3) {
    animation-delay: 1100ms;
}

#rulesItem .social .socIco:nth-child(4) {
    animation-delay: 1300ms;
}

#rulesItem .social .socIco:nth-child(5) {
    animation-delay: 1500ms;
}

#rulesItem .social .socIco:nth-child(6) {
    animation-delay: 1700ms;
}

#rulesItem .social .socIco:nth-child(odd) {
    top: 50px;
    vertical-align: top;
    -webkit-animation-name: amimateIcoOdd;
    animation-name: amimateIcoOdd;
}

#rulesItem .social .socIco:nth-child(even) {
    top: 0;
    vertical-align: top;
    -webkit-animation-name: amimateIco;
    animation-name: amimateIco;
}


@keyframes amimateIco {
    0%, 100% {
        margin-top: 0;
    }
    50% {
        margin-top: 50px;
    }
}
@keyframes amimateIcoOdd {
    0%, 100% {
        margin-top: 50px;
    }
    50% {
        margin-top: 0;
    }
}

#contactsItem {
    background: black;
}

.slides {
    margin-top: 60px;
    position: relative;
    width: 800px;
    height: 300px;
    display: inline-block;
}

.slides .slide {
    transition: opacity 300ms;
    display: none;
    moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slides .slide img {
    width: 100%;
}

.slides .slide.active {
    display: block;
}

.slides .slide .text {
    margin-top: 50px;
    font-size: 18px;
}

.slides .slide .text .big {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: all 300ms;
}

.slides .cntrl {
    position: absolute;
    top: 50%;
    background-position: center;
    background-repeat: no-repeat;
    width: 55px;
    height: 100px;
    margin-top: -50px;
    cursor: pointer;
    opacity: 0.8;
}

.slides .cntrl:hover {
    opacity: 1;
}

.slides .cntrl.left {
    left: -75px;
    background-image: url('../images/arrow_left_on.svg');
}

.slides .cntrl.right {
    right: -75px;
    background-image: url('../images/arrow_right_on.svg');
}

.btn {
    color: #fff !important;
    padding: 10px 30px;
    border: 2px solid #f0047f;
    text-transform: uppercase;
    font-size: 18px;
}

.modal {
    position: absolute;
    top: -100%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 400ms;
    overflow: hidden;
    z-index: 190;
    background-color: rgba(0, 0, 0, .6);
}

.modal.active {
    top: 0%;
}

.modal .cnt {
    display: block;
    width: 900px;
    height: 75%;
    margin: 150px auto;
    padding: 50px 70px 50px 100px;
    background: #1e1e1e;
    position: relative;
}

.modal .cnt .title {
    font-size: 28px;
    color: #f0047f;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.modal .cnt .body {
    color: #969696;
    line-height: 16px;
    overflow-y: auto;
    max-height: 90%;
    padding-right: 30px;
}

.nurScroll ::-webkit-scrollbar {
    width: 10px;
    background: url("../images/scrollBg.png") center repeat-y;
}

.nurScroll ::-webkit-scrollbar-track {
    background: none;
}

.nurScroll ::-webkit-scrollbar-thumb {
    width: 10px;
    border: 1px solid #f0047f;
    background: #1e1e1e
}

.modal .close {
    color: #f0047f;
    cursor: pointer;
    background: url("../images/x.svg") center no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 30px;
    right: 20px;
}

#contactsItem .body {
    width: 99%;
}

#contactsItem .title {
    font-size: 42px;
    font-weight: bold;
    color: #f0047f;
    text-transform: uppercase;
}

#contactsItem .desc {
    font-size: 24px;
}

#map {
    background: #1f1f1f;
    max-height: 400px;
    width: 100%;
    margin: 20px 0;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    white-space: normal;
}

img[usemap] {
    max-height: 400px;
}

.copyright {
    display: inline-block;
    width: 60%;
}

.footer .social {
    display: inline-block;
    width: 38%;
}

.footer .social img {
    margin: 0 10px;
}

.fancybox-inner * {
    color: #000 !important;
    font-size: 14px;
}

.fancybox-inner h2 {
    font-size: 28px;
    color: #f0047f !important;
    font-weight: bold;
}

.menu-btn {
    display: none;
    position: absolute;
    top: 15px;
    right: 16px;
    z-index: 16;
}

.menu-btn .burger-icon {
    display: block;
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 20px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.burger-icon:before, .burger-icon:after {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    position: absolute;
    content: "";
}

.burger-icon:before {
    top: -8px;
}

.burger-icon:after {
    top: 8px;
}

.menu-btn.active .burger-icon {
    background-color: transparent;
}

.menu-btn.active .burger-icon:before {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.menu-btn.active .burger-icon:after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.mobile {
    display: none;
}

@media screen and (max-width: 1200px) {

    #header {
        height: 50px;
    }

    #header .container {
        padding: 0;
    }

    #header .logo {
        height: 40px;
        margin: 5px 0;
        padding-left: 10px;
    }

    ul.menu {
        background: #000;
        width: 100%;
        display: none;
    }

    ul.menu.active {
        display: block;
    }

    #mainMenu li {
        display: block;
    }

    #mainMenu li a {
        width: 100%;
    }

    .menu-btn {
        display: block;
    }

    #langMenu {
        border-bottom: 2px solid #f0047f;
    }

    .container {
        width: 100%;
    }

    .footer {
        width: 100%;
    }

    #rulesItem .social .socIcoMain {
        width: 40%;
    }

}

@media screen and (min-height: 900px) {
    #rulesItem .title{
        margin-top: 20px;
    }
}
@media screen and (max-height: 768px) {

    .desk {
        display: none;
    }

    .mobile {
        display: inline;
    }

    body {
        background-image: url(../images/bg/mob-main.jpg);
    }

    #rulesItem .title {
        font-size: 32px;
    }

    #rulesItem .desc {
        font-size: 18px;
        margin-top: 10px;
    }

    #rulesItem .social {
        margin-top: 30px;
        height: 84px;
    }

    #rulesItem .social .socIco {
        width: 61px;
        margin: 0 5px;
    }

    #rulesItem .social .socIco:nth-child(odd) {
        margin-top: 30px;
    }

    #rulesItem .social .socIcoMain {
        width: 30%;
    }

    .slides {
        margin-top: 10px;
        width: 400px;
        height: 150px;
    }
    .slides .slide .text {
        margin-top: 20px;
    }

    #contactsItem .title {
        font-size: 28px;
    }

    #contactsItem .desc {
        font-size: 20px;
    }

    #map {
        max-height: 300px;
    }

    #mydiv {
        max-height: 300px;
    }

    img[usemap] {
        max-height: 300px;
    }
    @keyframes amimateIco {
        0%, 100% {
            margin-top: 0;
        }
        50% {
            margin-top: 25px;
        }
    }
    @keyframes amimateIcoOdd {
        0%, 100% {
            margin-top: 25px;
        }
        50% {
            margin-top: 0;
        }
    }
}

@media screen and (max-width: 720px) {
    .sItem {
        padding-top: 50px;
        height: 25%;
    }

    #mainItem {
        background: url('../images/bg/mob-mainpage.jpg') center no-repeat;
        background-size: cover;
    }

    #mainItem .t {
        text-align: center;
        font-size: 20px;
    }

    #mainItem .t1 {
        font-size: 24px;
        margin-top: 5px;
    }

    #mainItem .t2 {
        margin-top: 10px;
    }

    #mainItem .t2 img {
        width: 60%;
    }

    #mainItem .t3 {
        margin-top: 0px;
    }

    #mainItem .t4 img {
        width: 50%;
    }

    #mainItem .time {
        display: none;
    }

    #mainItem .cheaper {
        width: 150px;
        height: 150px;
        left: 50%;
        left: -webkit-calc(50% + 30px);
        left: -moz-calc(50% + 30px);
        left: calc(50% + 30px);
        bottom: 130px;
    }

    #videoItem #videoFile {
        position: absolute;
        height: auto;
        margin: auto 0;
    }

    #rulesItem .title {
        /*font-size: 22px;*/
    }

    #rulesItem .desc {
        font-size: 14px;
    }

    #rulesItem .social {
        margin-top: 10px;
        height: 80px;
    }

    #rulesItem .social .socIco {
        width: 12%;
    }

    #rulesItem .social .socIcoMain {
        width: 70%;
    }

    .slides {
        width: 75%;
        height: auto;
    }

    .slides .cntrl {
        height: 50px;
        width: 27px;
        margin-top: -25px;
        background-size: contain
    }

    .slides .cntrl.left {
        left: -40px;
    }

    .slides .cntrl.right {
        right: -40px;
    }

    .slides .slide .text {
        margin-top: 10px;
        font-size: 14px;
    }

    .slides .slide .text .big {
        font-size: 22px;
    }
    .slides .slide .text .sm{
        font-size: 11px;
    }

    #contactsItem .title {
        font-size: 24px;
    }

    #contactsItem .desc {
        font-size: 16px;
    }

    #map {
        max-height: 200px;
    }

    #mydiv {
        max-height: 200px;
    }

    img[usemap] {
        max-height: 200px;
    }

    .footer .copyright {
        width: 100%;
        font-size: 10px;
    }

    .footer .social {
        margin-top: 20px;
        width: 100%;
    }
    .footer .social img{
        width: 20px;
        height: 20px;
    }


    @keyframes amimateIco {
        0%, 100% {
            margin-top: 0;
        }
        50% {
            margin-top: 30px;
        }
    }
    @keyframes amimateIcoOdd {
        0%, 100% {
            margin-top: 30px;
        }
        50% {
            margin-top: 0;
        }
    }
}