/* Copyright 1999-2017. Parallels IP Holdings GmbH. All Rights Reserved. */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,800&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);

html {
    font: normal 15px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #414042;
}

html,
body {
    height: 100%;
    min-height: 100%;
    font-weight: 300;
}

body {
    margin: 0;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

a {
    color: #414042;
    text-decoration: none;
    cursor: pointer;
    transition: all 300ms ease;
}

a:hover {
    color: #414042;
    text-decoration: underline;
}

img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.designous-credits,
.designous-credits a {
    color: #414042 !important;
    text-align: center;
}

.designous-credits img {
    width: 14px;
    margin: 0 4px;
}

.designous-credits .pulse {
    -webkit-animation: pulse 700ms linear infinite;
    -moz-animation: pulse 700ms linear infinite;
    -ms-animation: pulse 700ms linear infinite;
    animation: pulse 700ms linear infinite;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes pulse {
    0% {
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.loading {
    color: #414042;
    font-size: 40px;
    font-weight: 300;
}

.loading:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {

    0%,
    20% {
        color: rgba(0, 0, 0, 0);
        text-shadow:
            .25em 0 0 rgba(0, 0, 0, 0),
            .5em 0 0 rgba(0, 0, 0, 0);
    }

    40% {
        color: #414042;
        text-shadow:
            .25em 0 0 rgba(0, 0, 0, 0),
            .5em 0 0 rgba(0, 0, 0, 0);
    }

    60% {
        text-shadow:
            .25em 0 0 #414042,
            .5em 0 0 rgba(0, 0, 0, 0);
    }

    80%,
    100% {
        text-shadow:
            .25em 0 0 #414042,
            .5em 0 0 #414042;
    }
}

/* body {
    background-image: url(/img/underconstruction.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

* {
    box-sizing: border-box;
}

h1 {
    font-size: 40px;
    font-weight: 400;
}

.the__button {
    display: inline-block;
    background: #fff;
    padding: 15px 30px;
    color: #414042;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .05em;
    text-decoration: none;
    transition: all 300ms ease;
}

.the__button:hover {
    background: #414042;
    color: #fff;
    text-decoration: none;
}

.the__content {
    margin-bottom: 30px;
}

.coming-soon-page {
    min-height: 100vh;
    display: flex;
    flex-direction: row-reverse;
}

.csp-left {
    background: #fff;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
}

.green-separator {
    width: 2px;
    height: 50%;
    background: #7bccc1;
}

.csp-left__links a {
    margin-bottom: 10px;
    color: #414042;
    font-size: 18px;
}

.csp-left__links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.csp-right {
    width: 50%;
    background-image: url(/img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: flex-end;
    padding: 50px;
    position: relative;
}

.csp-right:after {
    content: "";
    background: #7bccc1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .8;
}

.csp-right__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
}

.csp-left__content {
   text-align: center;
   color: #414042;
   font-size: 20px;
   max-width: 500px;
}

.csp-left__logo img {
    width: 100%;
}

.csp-left__logo {
    width: 100%;
    max-width: 250px;
}

.csp-footer {
    width: 100%;
    padding: 30px;
    background: #fff;
    display: none;
}

.social-links a {
    width: 20px;
    height: 20px;
    margin: 10px 5px;
    display: inline-block;
}

.social-links svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 1024px) {
    .csp-right__content {
        flex-direction: column;
        justify-content: center;
    }

    .csp-right__content > * {
        margin-top: 40px;
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 30px;
        font-weight: 400;
    }

    .coming-soon-page {
        flex-direction: column;
    }

    .csp-left,
    .csp-right {
        width: 100%;
    }

    .hide-mobile {
        display: none;
    }

    .csp-footer {
        display: block;
    }

    .csp-left__logo {
        width: 100%;
        max-width: 120px;
    }
}