html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ''
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: 'Uni Sans Heavy CAPS';
    src: url("/dist/fonts/UniSansHeavyCAPS.eot");
    src: local("UniSans"), local("UniSans"), url("/dist/fonts/UniSansHeavyCAPS.eot?#iefix") format("embedded-opentype"), url("/dist/fonts/UniSansHeavyCAPS.woff") format("woff"), url("/dist/fonts/UniSansHeavyCAPS.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Source Sans Pro - Regular';
    src: url("/dist/fonts/SourceSansPro-Regular.eot");
    src: local("SourceSansProRegular_UTF8"), local("SourceSansProRegular_UTF8"), url("/dist/fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("/dist/fonts/SourceSansPro-Regular.woff") format("woff"), url("/dist/fonts/SourceSansPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Source Sans Pro - Bold';
    src: url("/dist/fonts/SourceSansPro-Bold.eot");
    src: local("SourceSansProBold_UTF8"), local("SourceSansProBold_UTF8"), url("/dist/fonts/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("/dist/fonts/SourceSansPro-Bold.woff") format("woff"), url("/dist/fonts/SourceSansPro-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Kelson Sans - Regular RU';
    src: url("/dist/fonts/Kelson_Sans_RU.eot");
    src: local("Kelson_Sans_RU"), local("Kelson_Sans_RU"), url("/dist/fonts/Kelson_Sans_RU.eot?#iefix") format("embedded-opentype"), url("/dist/fonts/Kelson_Sans_RU.woff") format("woff"), url("/dist/fonts/Kelson_Sans_RU.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

* {
    box-sizing: border-box
}

@media screen and (orientation: landscape) {
    #page-content {
        background: url("/dist/images/main-background-h.png") no-repeat;
        background-size: cover;
        height: 100vh;
        min-width: 320px;
        position: relative;
        width: 100vw
    }

    #logo {
        position: absolute;
        right: calc(100vw / 1920 * 60);
        bottom: calc(100vh / 1920 * 80);
        width: calc(100vw / 1920 * 365);
        height: calc(100vw / 1920 * 140)
    }

    #logo img {
        height: 100%;
        width: 100%
    }

    input[type="checkbox"] {
        width: calc(100vw / 1920 * 20);
        height: calc(100vw / 1920 * 20);
        min-height: 15px;
        min-width: 15px;
        border: 1px solid #000000;
        background-color: #ffffff;
        border-radius: 50%;
        vertical-align: middle;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: inline-block;
        position: absolute;
        top: calc(100vh / -1080 * 3)
    }

    input[type="checkbox"]:checked:after {
        content: '\2714';
        font-size: calc(100vh / 1080 * 14);
        position: absolute;
        top: calc(100vh / 1080);
        left: calc(100vw / 1920 * 3);
        color: #003267
    }
}

@media screen and (orientation: portrait) {
    #page-content {
        background: url("/dist/images/main-background-v.png") no-repeat;
        background-size: cover;
        height: 100vh;
        min-width: 320px;
        position: relative;
        width: 100vw
    }

    #logo {
        position: absolute;
        bottom: 3vh;
        margin-left: calc(50vw - (calc(100vw / 1080 * 400) / 2))
    }

    img {
        width: calc(100vw / 1080 * 400)
    }

    input[type="checkbox"] {
        width: calc(100vh / 1920 * 35);
        height: calc(100vh / 1920 * 35);
        border: 1px solid #000000;
        background-color: #ffffff;
        border-radius: 50%;
        vertical-align: middle;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: inline-block;
        position: absolute;
        top: calc(100vh / -1080 * 3)
    }

    input[type="checkbox"]:checked:after {
        content: '\2714';
        font-size: calc(100vh / 1080 * 13);
        position: absolute;
        top: calc(100vh / 1920);
        left: calc(100vw / 1080 * 7);
        color: #003267
    }
}

@media (min-width: 1500px) {
    input[type="checkbox"] {
        top: 0
    }
}

@media (max-width: 768px) and (orientation: portrait), (max-width: 1024px) and (orientation: landscape) {
    html, body {
        overflow: hidden
    }

    #logo {
        bottom: calc(3vh)
    }

    input[type="checkbox"]:checked:after {
        content: '\2714';
        font-size: 0.6rem;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        color: #003267
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    #logo {
        right: calc(100vw / 1920 * 60);
        width: calc(100vw / 1920 * 300);
        height: calc(100vw / 1920 * 115)
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2.75), only screen and (min-resolution: 264dpi), only screen and (min-resolution: 2dppx) {
    html, body {
        overflow: hidden
    }

    #logo {
        bottom: calc(3vh)
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (-webkit-min-device-pixel-ratio: 2.75) and (orientation: portrait), only screen and (min-resolution: 264dpi) and (orientation: portrait), only screen and (min-resolution: 2dppx) and (orientation: portrait) {
    input[type="checkbox"]:checked:after {
        top: calc(100vh / 1920);
        left: calc(100vw / 1080 * 4)
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (-webkit-min-device-pixel-ratio: 2.75) and (orientation: landscape), only screen and (min-resolution: 264dpi) and (orientation: landscape), only screen and (min-resolution: 2dppx) and (orientation: landscape) {
    input[type="checkbox"]:checked:after {
        top: calc(100vh / -1920);
        left: calc(100vw / 1080)
    }
}

@media (max-width: 420px) and (orientation: portrait) and (orientation: portrait), (max-width: 900px) and (orientation: landscape) and (orientation: portrait) {
    input[type="checkbox"]:checked:after {
        top: calc(100vh / 1920);
        left: calc(100vw / 1080)
    }
}

.text {
    position: absolute;
    top: calc(100vh / 1080 * 175);
    left: calc(100vw / 1920 * 1050)
}

.text h1 {
    color: #003267;
    font-family: "Source Sans Pro - Bold", serif;
    font-size: calc(100vw / 1920 * 51);
    font-weight: 400;
    font-style: normal;
    text-align: left;
    letter-spacing: calc(100vw / 1920 * 1.47);
    text-transform: uppercase;
    margin-bottom: calc(100vh / 1080 * 75)
}

.text h2 {
    color: #000000;
    font-family: "Source Sans Pro - Regular", serif;
    font-size: calc(100vw / 1920 * 39);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: calc(100vh / 1080 * 75)
}

.text form > div {
    position: relative;
    margin-bottom: calc(100vh / 1080 * 75)
}

.text form > div span {
    display: inline-block;
    color: #000000;
    font-family: "Source Sans Pro - Regular", serif;
    font-size: calc(100vw / 1920 * 20);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    padding-left: calc(20px + 1vw)
}

.text form > div span a {
    text-decoration: none;
    color: #003267
}

.text form > div span a:hover, .text form > div span a:active {
    text-decoration: none
}

.text form button {
    background: none;
    border: 0;
    cursor: pointer
}

@media (max-width: 1024px) and (orientation: landscape) {
    .text {
        top: calc(100vh / 1080 * 100)
    }
}

@media screen and (orientation: portrait) {
    .text {
        position: absolute;
        width: 86vw;
        top: calc(100vh / 1080 * 90);
        left: 7vw
    }

    .text h1 {
        font-size: 7vw;
        text-align: left;
        margin-bottom: calc(100vw / 1920 * 150)
    }

    .text h2 {
        font-size: 5.5vw;
        text-align: left;
        margin-bottom: calc(100vw / 1920 * 120)
    }

    .text form > div {
        position: relative;
        margin-bottom: calc(100vw / 1920 * 140)
    }

    .text form > div span {
        font-size: 2.7vw;
        padding-left: calc(calc(100vh / 1920 * 40) + 2vw)
    }
}

@media screen and (orientation: landscape) {
    #buttons {
        display: -webkit-box;
        display: flex;
        position: relative;
        z-index: 1
    }

    #buttons li {
        margin: 0 calc(100vw / 1920 * 7.5)
    }

    #buttons img {
        width: calc(100vw / 1920 * 120)
    }
}

@media screen and (orientation: portrait) {
    #buttons {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        position: relative;
        z-index: 1
    }

    #buttons li {
        margin: 0 calc(100vw / 1080 * 10);
        box-sizing: border-box
    }

    #buttons img {
        width: calc(100vw / 1080 * 200)
    }
}

.popup-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    z-index: 99999
}

.popup {
    z-index: 999999;
    background: #fff
}

.popup-email, .popup-email-check {
    padding: 40px 0px;
    font-family: "Source Sans Pro - Regular", serif;
    font-size: calc(100vw / 1920 * 16);
    color: #4d4d4d;
    min-height: 200px;
    width: 90%;
    margin: auto;
    max-width: 500px;
    position: relative
}

.popup-email .p-header, .popup-email-check .p-header {
    padding: 0 0 4% 0;
    text-align: center
}

.popup-email .p-body, .popup-email-check .p-body {
    width: 80%;
    margin: auto
}

.popup-email-container, .popup-container {
    height: 100%;
    display: -webkit-box;
    display: flex
}

.p-close, .p-close:hover, .p-close:focus {
    position: absolute;
    top: 5%;
    right: 3%;
    color: #4d4d4d;
    text-decoration: none
}

.popup-email .p-body input, .popup-email-check .p-body input {
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    border: solid 1px #e6e6e6;
    border-radius: 2px;
    padding: 0 15px
}

.popup-email .p-body button, .popup-email-check .p-body button {
    width: 100%;
    height: 40px;
    background-color: #d9031f;
    border-radius: 2px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    margin-top: 4%;
    border: 0;
    cursor: pointer
}

.popup-email .p-extra-header, .popup-email-check .p-extra-header {
    width: 80%;
    text-align: center;
    padding-bottom: 10%;
    font-weight: bold
}

.popup-email, .popup-email-check {
    padding: 40px 0px;
    font-family: "Source Sans Pro - Regular", serif;
    font-size: calc(100vw / 1920 * 16);
    color: #4d4d4d;
    min-height: 200px;
    width: 90%;
    margin: auto;
    max-width: 500px
}

.popup-email .p-header, .popup-email-check .p-header {
    padding: 0 0 4% 0;
    text-align: center
}

.popup-email .p-extra-header, .popup-email-check .p-extra-header {
    width: 80%;
    text-align: center;
    padding-bottom: 10%;
    font-weight: bold;
    margin: auto
}

.popup-email .p-body, .popup-email-check .p-body {
    width: 80%
}

.popup-email .p-body input, .popup-email-check .p-body input {
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    border: solid 1px #e6e6e6;
    border-radius: 2px;
    padding: 0 15px
}

.popup-email .p-body button, .popup-email-check .p-body button {
    font-family: "Source Sans Pro - Regular", serif;
    font-size: calc(100vw / 1920 * 14);
    width: 100%;
    height: 40px;
    background-color: #d9031f;
    border-radius: 2px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    margin-top: 4%;
    border: 0
}

/*# sourceMappingURL=style.min.css.map */
