﻿@font-face {
    font-family: HelveticaNeueCyr-Light;
    src: url("/Fonts/helveticaneuecyr-light.otf");
}

@font-face {
    font-family: HelveticaNeueCyr-Bold;
    src: url("/Fonts/helveticaneuecyr-bold.otf");
}

@font-face {
    font-family: HelveticaNeueCyr-Roman;
    src: url("/Fonts/helveticaneuecyr-roman.otf");
}

textarea { padding: 0 }

.root-container { background-image: url(/Images/bg_white-min.png); background-size: cover; font-family: HelveticaNeueCyr-Light; display: flex; flex-direction: column; align-items: center;
                  position: absolute; top: 0; bottom: 0; left: 0; right: 0; }

.logo { width: 421px; min-height: 278px; margin-top: 75px; background-image: url(/Images/logo.png); background-size: contain; background-repeat: no-repeat; background-position: 50% 50% }

.email-form { width: 700px; margin-top: 75px; font-size: 24px; }
.email-form__label { color: #61628C; margin-bottom: 15px; text-align: center; text-shadow: 0 1px #ffffff; }
.email-form__wrap { display: flex; }

.email-form__row { border: 1px solid #61628C; height: 65px; display: flex; flex-grow: 1; align-items: center; }
.email-form__row_email { border-radius: 4px 0 0 4px; margin-right: 5px; }
.email-form__row_message { border-radius: 4px; margin-top: 10px; }

.email-form__ico { min-width: 75px; height: 35px; border-right: 1px solid #61628C; background-repeat: no-repeat; background-position: 50% 0; }
.email-form__ico_mail { background-image: url(/Images/mail.svg); }
.email-form__ico_message { background-image: url(/Images/writing.svg); }

.email-form__txt { flex-grow: 1; color: #61628C; background-color: transparent; border: none; margin: 0 15px 0 15px; outline: none; }
.email-form__txt-wrap { width: 100%; flex-grow: 1; }
.email-form__txt-message { resize: none; overflow-y: hidden; width: 90%; }

.email-form__btn { width: 130px; min-height: 100%; background-color: #5DAF61; border: 1px solid #3A9243; border-radius: 0 4px 4px 0; color: #ffffff; font-family: HelveticaNeueCyr-Bold; cursor: pointer;
                   display: flex; justify-content: center; align-items: center }

#g-recaptcha { margin-top: 10px; display: flex; justify-content: center; }

.comming-soon-label { margin-top: 20px; color: #61628C; font-family: HelveticaNeueCyr-Roman; font-size: 42px; }
.comming-soon-dots { width: 48px; display: flex; justify-content: space-around; }
.comming-soon-dot { width: 8px; height: 8px; margin: 25px 0 10px 0; background-color: #5DAF61; }

.copyright-label { color: #797979; margin-top: 80px; font-size: 22px; font-family: HelveticaNeueCyr-Roman; }

/* 910 >= height > 667 */
@media (max-height: 910px) {
    .logo { min-height: 230px; margin-top: 65px; }
    .email-form { margin-top: 60px; font-size: 20px; width: 585px; }
    .email-form__row { height: 53px; }
    .email-form__ico { height: 30px; }
    .email-form__btn { width: 106px; }
    .email-form__txt-wrap { margin-top: 3px; }
    .comming-soon-label { margin-top: 6px; font-size: 36px; }
    .comming-soon-dot { margin-top: 20px }
	.copyright-label { margin-top: 30px }
}

/* 667 >= height > 414  iPhone 6 portrait*/
@media (max-height: 667px) {
    .root-container { position: static }
    .logo { min-height: 185px; margin-top: 50px; }
    .email-form { margin-top: 45px; }
    .email-form__ico { height: 25px; }
    .email-form__txt-email { margin-top: 3px; }
    #g-recaptcha { margin-top: 5px; }
    .comming-soon-label { margin-top: 5px; font-size: 28px }
    .comming-soon-dot { margin-top: 15px }
}

/* 414 >= height > 375 */
@media (max-height: 414px) {
    .email-form__txt-message { margin: 0 15px 0 15px; }
}

/* 375 >= height iPhone 6 landscape */
@media (max-height: 375px) {
    .email-form__txt-message { margin: 0 22px 0 22px; }
}

/* 600 >= width > 440 */
@media (max-width: 600px) {
    .email-form { width: 90% }
    .email-form__txt-email { flex-grow: 0; width: 68% }
}

/* 440 >= width > 414 */
@media (max-width: 440px) {
    .logo { width: 100%; }
    .email-form { width: 400px; }
    .email-form__txt-email { margin-top: 2px; }
    .email-form__txt-message { margin: 0 15px 0 15px; }
}

/* 414 >= width > 315 */
@media (max-width: 414px) {
    .root-container { padding: 0 10px }
    .email-form { width: 305px }
    .email-form__row_email { width: 200px }
    .email-form__btn { width: 65px; font-size: 18px }
    .email-form__txt { font-size: 18px }
    .email-form__txt-email { margin-top: 6px; flex-grow: 0; width: 125px }
    .email-form__txt-message { margin: 0 20px 0 20px; width: 82% }
    .comming-soon-label { font-size: 26px }
}

@media (max-width: 315px) {
    .root-container { min-width: 315px }
    .email-form { width: 95% }
}

.visibility_hidden { visibility: hidden }