@font-face {
    font-family: 'Muller-Regular';
    src: url("../fonts/Muller-Regular.eot");
    src: url("../fonts/Muller-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller-Regular.woff") format("woff"), url("../fonts/Muller-Regular.ttf") format("truetype"), url("../fonts/Muller-Regular.otf") format("opentype"), url("../fonts/Muller-Regular.svg#Muller-Regular") format("svg");
}

@font-face {
    font-family: 'Muller-Black';
    src: url("../fonts/Muller-Black.eot");
    src: url("../fonts/Muller-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller-Black.woff") format("woff"), url("../fonts/Muller-Black.ttf") format("truetype"), url("../fonts/Muller-Black.otf") format("opentype"), url("../fonts/Muller-Black.svg#Muller-Regular") format("svg");
}
@font-face {
    font-family: 'Muller-Medium';
    src: url("../fonts/Muller-Medium.eot");
    src: url("../fonts/Muller-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller-Medium.woff") format("woff"), url("../fonts/Muller-Medium.ttf") format("truetype"), url("../fonts/Muller-Medium.otf") format("opentype"), url("../fonts/Muller-Medium.svg#Muller-Medium") format("svg");
}
@font-face {
    font-family: 'Muller-Light';
    src: url("../fonts/Muller-Light.eot");
    src: url("../fonts/Muller-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller-Light.woff") format("woff"), url("../fonts/Muller-Light.ttf") format("truetype"), url("../fonts/Muller-Light.otf") format("opentype"), url("../fonts/Muller-Light.svg#Muller-Regular") format("svg");
}
body {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #636b6f;
    background-color: #f5f8fa;
    margin: 0;
}
* {
    box-sizing: border-box;
}
.coming_soon-left-column {
    background: #121212;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: calc(100% - 45%);
}
.coming_soon-logo {
    max-width: 650px;
}
.h1-coming_soon {
    margin: 3vw 0 3vw;
    font-family: 'Muller-Black';
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    max-width: 555px;
    font-size: 56px;
    line-height: 90px;
}
.pink-color {
    color: #d11754;
}
.logo-h1-coming_soon {
    width: 83px;
    height: 95px;
    display: inline-block;
    background: url("../images/logo-h1.png");
    margin-left: 10px;
    margin-bottom: -5px;
    background-repeat: no-repeat;
}
.coming_soon-right-column {
    max-width: 45%;
    width: 100%;
    float: left;
    min-height: 100vh;
    background-image: url("../images/coming_soon_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.coming_soon-text {
    font-size: 18px;
    color: #fff;
    margin-bottom: 3vw;
    font-family: 'Muller-Light';
}
.form__coming_soon {
    max-width: 449px;
    position: relative;
}
.input__coming_soon {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #d11754;
    background: transparent;
    padding: 0 170px 0 30px;
    outline: none;
    font-family: 'Muller-Regular';
    font-size: 18px;
    color: #fff;
}
.input__coming_soon::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.input__coming_soon:-ms-input-placeholder {
    color: #fff;
}
.input__coming_soon::-webkit-input-placeholder {
    color: #fff;
}
.button__coming_soon {
    width: 160px;
    height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    background: #d11754;
    border: 0;
    outline: 0;
    position: absolute;
    top: 0;
    right:0;
    font-family: 'Muller-Regular';
    font-size: 18px;
    line-height: 60px;
    cursor: pointer;
}
.popup-emails-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
}
.popup-emails-body {
    width: 620px;
    height: 410px;
    background: #d11654;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 130px 54px;
}
.popup-emails-head {
    text-transform: uppercase;
    font-family: 'Muller-Medium';
    font-size: 48px;
    margin-bottom: 5px;
}
.popup-emails-text {
    font-family: 'Muller-Regular';
    font-size: 24px;
}
.popup-emails-close {
    width: 27px;
    height: 27px;
    background-image: url("../images/popup-close.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
@media only screen and (max-width: 1366px) {
    .h1-coming_soon {
        margin: 1vw 0 1vw;
    }
}
@media only screen and (max-width: 1024px) {
    .coming_soon-left-column {
        width: 100%;
        background-image: url("../images/coming_soon_bg-tablet.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: block;
    }
    .h1-coming_soon {
        font-size: 60px;
        line-height: 70px;
        max-width: 465px;
        margin: 0 auto;
    }
    .logo-h1-coming_soon {
        width: 64px;
        height: 74px;
        background-size: 64px;
    }
    .coming_soon-right-column {
        display: none;
    }
    .coming_soon-logo-image {
        display: block;
        margin: 50px auto 40px;
    }
    .coming_soon-logo {
        max-width: 530px;
        margin: 0 auto;
    }
    .form__coming_soon {
        max-width: 100%;
    }
    .coming_soon-text {
        max-width: 465px;
        margin: 135px auto 40px;
        font-size: 21px;
    }
}
@media only screen and (max-width: 768px) {
    .coming_soon-logo-image {
        margin: 80px auto 55px;
    }
    .coming_soon-text {
        margin: 270px auto 40px;
    }
}
@media only screen and (max-width: 767px) {
    .coming_soon-logo-image {
        width: 70px;
        margin: 28px auto 33px;
    }
    .h1-coming_soon {
        max-width: 240px;
        font-size: 30px;
        line-height: 35px;
    }
    .logo-h1-coming_soon {
        width: 32px;
        height: 39px;
        background-size: 32px;
    }
    .coming_soon-text {
        font-size: 16px;
        max-width: 260px;
        margin: 100px auto 20px;
    }
    .form__coming_soon {
        max-width: 280px;
        margin: 0 auto;
    }
    .input__coming_soon {
        font-size: 14px;
        height: 50px;
        padding: 0 125px 0 15px;
    }
    .button__coming_soon {
        font-size: 16px;
        width: 120px;
        height: 50px;
        line-height: 50px;
    }
    .popup-emails-body {
        width: 280px;
        height: 280px;
        padding: 70px 30px;
    }
    .popup-emails-head {
        font-size: 36px;
    }
    .popup-emails-text {
        font-size: 18px;
    }
    .popup-emails-close {
        top: 15px;
        right: 15px;
    }
}


