@font-face {
    font-family: 'FuturaPT-Book';
    src: url('fonts/FuturaPT-Book/font.woff2') format('woff2'), url('fonts/FuturaPT-Book/font.woff') format('woff');
}

@font-face {
    font-family: 'FuturaPT-Medium';
    src: url('fonts/FuturaPT-Medium/font.woff2') format('woff2'), url('fonts/FuturaPT-Medium/font.woff') format('woff');
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    justify-content: center;
    height: 100%;
}

.container {
    width: 877px;
    height: 466px;
    display: flex;
    padding-left: 35px;
    padding-right: 25px;
}

.logo {
    margin-top: 46px;
    margin-bottom: 66px;
}

.clock {
    position: absolute;
    width: 143px;
    height: 194px;
    left: 234px;
    top: 14px;
}

.header {
    font-family: FuturaPT-Medium;
    font-style: normal;
    font-weight: bold;
    font-size: 39px;
    line-height: 123%;
    margin-bottom: 30px;
}

.sub-header {
    font-family: FuturaPT-Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    color: #EB5757;
    margin-bottom: 35px;
}

.text-main {
    font-family: FuturaPT-Book;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    margin-bottom: 43px;
}

.button {
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #fff;
    -webkit-appearance: none;
    text-align: center;
    border: 0;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 8px;
    box-shadow: 0px 4px 9px rgba(125, 146, 204, 0.24);
    -webkit-box-shadow: 0px 4px 9px rgba(125, 146, 204, 0.24);
    font: 600 18px/21px 'Myriad Pro Cond', Arial, Helvetica, sans-serif;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 1;
    font-size: 16px;
    padding: 7px 20px 7px 20px;
    background: #1CC266;
    width: 220px;
}

a {
    text-decoration: none;
    color: #fff;
    font-family: FuturaPT-Medium;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

@media screen and (min-width:768px) {
    body {
        align-items: center;
    }

    .container {
        padding-left: 90px;
    }

    .logo {
        margin-top: 0;
        margin-bottom: 75px;
    }

    .header {
        font-size: 54px;
        margin-bottom: 18px;
    }

    .sub-header {
        font-size: 18px;
        margin-bottom: 0;
    }

    .text-main {
        margin-bottom: 75px;
        width: 500px
    }

    .clock {
        width: 342px;
        height: 466px;
        left: 565px;
        top: 167px;
    }

    .button {
        width: 110px;
        margin: 0;
    }
}

@media screen and (min-width:1024px) {
    .logo {
        margin-bottom: 60px;
    }

    .header {
        margin-bottom: 32px;
    }

    .sub-header {
        margin-bottom: 25px;
    }

    .text-main {
        margin-bottom: 60px;
    }

    .clock {
        position: inherit;
        width: 342px;
        height: 466px;
    }
}