html {
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100%;
    margin:0;
    padding:0;
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.landingContainer {
    width: 1100px;
    max-width: 80vw;
}

.header {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:30px;
}

.header .xxss {
    text-align: center;
}

.header .xxss a {
    margin: 0 10px;
}

.header .menu {
    display: flex;
    justify-content: flex-end;
}

.header .menu > a {
    color:white;
    font-width: bold;
    margin-right:20px;
    font-size: 20px;
}

.header .menu .langs,
.header .menu .langs a {
    color:white;
    font-width: bold;
    font-size: 20px;
}

#menu-btn {
    display:none;
}

.whiteBlock {
    background-color: rgba(255,255,255,.5);
    padding: 100px 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.whiteBlock .leftBlock {
    color:white;
    text-align: center;
}

.leftBlock .title {
    font-size: 68px;
    font-weight: bold;
    line-height: 75px;
}

.leftBlock .title span {
    font-size: 58px;
}

a.trailerButton {
    display: inline-block;
    margin-top:40px;
    background-color: black;
    color:white;
    background-image: url(../images/ico_play.svg);
    background-position: 30px center;
    background-repeat: no-repeat;
    background-size: 50px;
    padding: 15px 30px 15px 100px;
    border-radius: 12px;
    font-size: 32px;
    font-weight: bold;
}

a.trailerButton:hover,
a.trailerButton:focus,
a.trailerButton:active {
    background-color: darkred;
    color:white;
    background-image: url(../images/ico_play.svg);
    text-decoration: none;
}

.whiteBlock .rightBlock {
    color:black;
    text-align: center;
}




.dateBlock {
    font-size: 48px;
    font-weight:bold;
    position: relative;
    margin-bottom:0;
    padding-bottom:20px;
}

.dateBlock:after {
    content: '';
    position: absolute;
    bottom:0;
    left:50%;
    border-bottom: 1px solid black;
    width: 60%;
    transform: translateX(-50%);
}

.countdown-s1 .countdown-section {
    width: 22%;
    display: inline-block;
    background: rgba(255,255,255,0);
    margin: 0 1%;
    margin-top: 10px;
    padding: 18px 0 20px 0;
}

.countdown-s1 .countdown-amount {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    color: black;
}

.countdown-s1 .countdown-period {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 70px;
    margin: 0 auto;
    margin-top: 5px;
    color: black;
    font-size: 14px;
}

.countdown-s1 .countdown-section:first-child .countdown-amount,
.countdown-s1 .countdown-section:first-child .countdown-period {
    color: white !important;
}


a.joinButton {
    display: inline-block;
    margin-top:40px;
    background-color: white;
    color:black;
    padding: 15px 30px 15px 30px;
    border-radius: 12px;
    font-size: 32px;
    font-weight: bold;
    border: 1px solid #000;
}


a.joinButton:hover,
a.joinButton:focus,
a.joinButton:active {
    background-color: rgba(173,0,10,1);
    color:white;
    text-decoration: none;
}

.black-popup {
    position: relative;
    background: #000;
    padding: 20px 20px 60px 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 15px;
    color:white;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: white;
    opacity: 0.85;
    filter: alpha(opacity=90);
}

.popupContainer {
    text-align: left;

}

h2.title {
    font-weight: bold;
    margin-top:20px;
    margin-bottom:30px;
    font-size: 24px;
}


.error {
    clear:both;
    display: none;
    color: #e7505a;
    padding-top:20px;
}
.success {
    clear:both;
    display: none;
    color: #96c346;
    padding-top:20px;
}
.error img {
    vertical-align: top;
}
.full {
    width: 98%;
}
#contact_form textarea {
    height: 195px;
}
#contact_form.s2 textarea {
    height: 180px;
}


.form-underline input[type=text], .form-underline textarea, .form-underline input[type=email], .form-underline select {
    padding: 10px 0 10px 0;
    margin-bottom: 20px;
    border: none;
    border-bottom: solid 2px #bbbbbb;
    background: none;
    background-color:white;
    border-radius: 0;
    height: auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.form-underline select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/ui/arrow-down-form.png') no-repeat 98% 60%;
    background-color:white;

}
.form-underline select:focus {
    background: url('../images/ui/arrow-down-form-hover.png') no-repeat 98% 60%;
}
.form-underline input[type=text], .form-underline textarea, .form-underline input[type=email], .form-underline select {
    color: #333;
    border-bottom: solid 1px #bbb;
}

.form-default input[type=text], .form-default textarea, .form-default input[type=email], .form-default select {
    padding: 5px 10px;
    margin-bottom: 20px;
    background:rgba(255,255,255,.5);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    height: auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-weight:400;
    font-size:13px;
}

#contact_form.form-default textarea{
    padding: 10px;
    height:175px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#form_subscribe input[type=text]{
    padding:8px 12px 9px 12px;
    width:80%;
    float:left;
    display:table-cell;
    border-radius:60px 0 0 60px;
    -moz-border-radius:60px 0 0 60px;
    -webkit-border-radius:60px 0 0 60px;
    border:none;
    background:rgba(255,255,255,.7);
    -webkit-box-shadow: 2px 2px 20px 0px rgba(20,20,20, 0.05);
    -moz-box-shadow: 2px 2px 20px 0px rgba(20,20,20, 0.05);
    box-shadow: 2px 2px 20px 0px rgba(20,20,20, 0.05);
}

.form-dark input[type=text], .form-dark textarea, .form-dark input[type=email], .form-dark select {
    border-color:rgba(255,255,255,.2);
    background:#FFF;
    color:#000;
    border-radius: 8px;
}

#form_subscribe input[type=text]:focus{
    background:#ffffff;
}

#form_subscribe #btn-submit i{
    text-align:center;
    font-size:30px;
    float:left;
    width:20%;
    background:#171A21;
    color:#ffffff;
    display:table-cell;
    padding:5px 0 6px 0;
    border-radius:0 60px 60px 0 ;
    -moz-border-radius:0 60px 60px 0 ;
    -webkit-border-radius:0 60px 60px 0 ;
}
.form-default input[type=text]:focus, .form-default textarea:focus, .form-default input[type=email]:focus, .form-default select:focus{
    background:#f6f6f6;
}

.form-dark input[type=text]:focus, .form-dark textarea:focus, .form-dark input[type=email]:focus, .form-dark select:focus {
    background:rgba(255,255,255,.8);
    color:#000;
}

.error_input {
    border-bottom: solid 1px #ff0000 !important;
    background-color: rgba(255,225,225,1) !important;
}


.mfp-close-btn-in .mfp-close {
    color: white;
    opacity: 1;
}

.sendButton {
    display: inline-block;
    margin-top: 20px;
    background-color: rgba(173,0,10,1);
    color:white;
    padding: 5px 30px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: bold;
    border: none;
}


.sendButton:hover,
.sendButton:focus,
.sendButton:active {
    background-color: rgba(173,0,10,1);
    opacity: 0.8;
    color:white;
    text-decoration: none;
}

h3.subtitle a {
    font-size: 20px;
    color: white;
}

h3.subtitle a:hover {
    font-size: 20px;
    color: white;
    text-decoration:underline;
}


#submenuLanding {
    position:fixed;
    width:100%;
    background-color: darkred;
    color: white;
    height: 101vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    top:0;
    bottom:0;
}

#submenuLanding > a,
#submenuLanding > div {
    width: 100%;
    text-align: center;
}

#menu-btn {
    display: none;
    float: right;
    margin-top: -3px;
    width: 32px;
    height: 32px;
    padding: 4px;
    text-align: center;
    cursor: pointer;
    color:#fff;
    margin-left:20px;
}
#menu-btn:before {
    font-family: FontAwesome;
    content: "\f0c9";
    font-size: 20px;
    color: #ffffff;
}
#menu-btn:hover:before {
    color: #ffffff;
}

#close-btn {
    display: none;
    float: right;
    margin-top: -3px;
    width: 32px;
    height: 32px;
    padding: 4px;
    text-align: center;
    cursor: pointer;
    color:#fff;
    margin-left:20px;
    z-index: 1000;
}
#close-btn:before {
    font-family: FontAwesome;
    content: "\f00d";
    font-size: 20px;
    color: #ffffff;
}
#close-btn:hover:before {
    color: #ffffff;
}

#submenuLanding .xxss a {
    margin:20px;
}

#submenuLanding .menu .contactButton {
    display:block;
    margin: 20px;
    color:white;
}

#submenuLanding .menu .langs a {
    color:white;
}

._2tga._8j9v {
    display: none;
}



@media screen and (max-width:1199.98px){
    .leftBlock .title {
        font-size: 50px;
        line-height: 60px;
    }
    .leftBlock .title span {
        font-size: 40px;
    }

    a.trailerButton {
        margin-top: 40px;
        background-position: 20px center;
        background-size: 40px;
        padding: 15px 20px 15px 80px;
        border-radius: 12px;
        font-size: 25px;
    }

    .dateBlock {
        font-size: 30px;
        padding-bottom: 20px;
    }

    a.joinButton {
        margin-top: 40px;
        padding: 15px 20px 15px 20px;
        font-size: 25px;
    }


    .countdown-s1 .countdown-section {
        margin-top: 10px;
        padding: 5px 0 20px 0;
    }

    .countdown-s1 .countdown-amount {
        font-size: 42px;
    }

    .countdown-s1 .countdown-period {
        margin-top: 5px;
        font-size: 10px;
    }


}

@media (min-width: 200px){
    .modal-dialog {
        width: 1080px;
        max-width: 95vh;
    }
}

@media (min-width: 992px){
    .modal-dialog {
        width: 1080px;
        max-width: 90vh;
    }
}


@media screen and (max-width:1023.98px) {
    .header {
        margin-bottom: 20px;
    }

    .header .logo img {
        width: 150px;
        height: auto;
    }

    .header .xxss img {
        width: 20px;
        height: auto;
    }

    #menu-btn {
        display: block;
    }

    .header .xxss {
        display: none;
    }

    .header .menu {
        display: none;
    }

    .leftBlock .title br{
        display: none;
    }

    .whiteBlock {
        padding: 50px 50px;
        flex-wrap: wrap;
    }

    .whiteBlock .leftBlock {
        width: 100%;
    }

    .whiteBlock .rightBlock {
        width: 100%;
        padding-top:30px;
    }

    .header .menu {
        align-items: baseline;
    }

    .header .menu > a {
        margin-right: 20px;
        font-size: 14px;
    }

    header .menu .langs, .header .menu .langs a {
        font-size: 14px;
    }

}

@media screen and (max-width:767.98px) {

    .whiteBlock {
        padding: 30px 20px;
    }

    .leftBlock .title {
        font-size: 40px;
        line-height: 45px;
    }

    .leftBlock .title span {
        font-size: 25px;
    }

    a.trailerButton {
        margin-top: 30px;
        background-position: 16px center;
        background-size: 30px;
        padding: 15px 20px 15px 61px;
        font-size: 16px;
    }

    a.joinButton {
        margin-top: 10px;
        padding: 15px 30px 15px 30px;
        font-size: 16px;
    }

    .dateBlock {
        font-size: 25px;
     }
}

@media screen and (max-width:400px) {

    body {
        padding-top: 0px;
    }

    .whiteBlock {
        padding: 10px 20px;
    }

    .leftBlock .title {
        font-size: 30px;
        line-height: 35px;
    }

    .leftBlock .title span {
        font-size: 20px;
    }

    a.trailerButton {
        margin-top: 15px;
        background-position: 16px center;
        background-size: 30px;
        padding: 15px 20px 15px 61px;
        font-size: 14px;
    }

    a.joinButton {
        margin-top: 10px;
        padding: 15px 20px 15px 20px;
        font-size: 14px;
    }

    .dateBlock {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .countdown-s1 .countdown-section {
        margin-top: 10px;
        padding: 5px 0 10px 0;
    }

    .countdown-s1 .countdown-amount {
        font-size: 35px;
    }

    .countdown-s1 .countdown-period {
        margin-top: 5px;
        font-size: 9px;
    }
}