@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.eot');
    src: local('SF Pro Display Medium'), local('SFProDisplay-Medium'),
    url('../fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
    url('../fonts/SFProDisplay-Medium.woff') format('woff'),
    url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Semibold.eot');
    src: local('SF Pro Display Semibold'), local('SFProDisplay-Semibold'),
    url('../fonts/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay-Semibold.woff2') format('woff2'),
    url('../fonts/SFProDisplay-Semibold.woff') format('woff'),
    url('../fonts/SFProDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body, html {
    font-family: 'SF Pro Display';
    padding: 0!important;
    margin: 0!important;
}

img {
    display: block;
}

.section-develop {
    height: calc(100vh - 88px);
    background: url("../images/develop_bg.jpg") no-repeat center 26%;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.section-develop:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.26);
}
.section-develop h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}
.section-develop h2 br {
    display: none;
}
.section-develop__content {
    position: relative;
    z-index: 20;
}
.section-develop p {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}
.section-timer {
    padding: 0 48px;
    background: #36BDC8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 88px;
    position: relative;
}
.section-timer p {
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
}
.countdown {
    display: flex;
    justify-content: center;
    font-family: sans-serif;
    color: white;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.countdown-item {
    text-align: center;
    margin: 0 15px;
    display: flex;
    align-items: flex-end;
}

.countdown-item span {
    font-family: 'SF Pro Text';
    font-weight: 500;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    display: block;
    width: 86px;

}
.countdown-item small {
    font-family: 'SF Pro Text';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
}
.section-timer__logo {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .section-develop {
        height: calc(100vh - 254px);
    }
    .section-timer {
        height: 254px;
    }
    .countdown {
        left: auto;
        right: 48px;
        top: 20px;
        transform: none;
    }
    .section-timer {
        align-items: flex-start;
    }
    .section-timer p {
        margin-top: 35px;
    }
    .section-timer__logo {
        position: absolute;
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 800px) {
    .countdown {
        position: relative;
        top: auto;
        right: auto;
    }
    .section-timer {
        flex-direction: column;
        align-items: center;
    }
    .section-timer__logo {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        margin-bottom: 16px;
    }
    .countdown-item {
        flex-direction: column;
        align-items: center;
        padding-bottom: 16px;
    }
    .section-timer p {
        margin-top: 26px;

    }
    .countdown-item span {
        font-size: 44px;
        line-height: 100%;
        text-transform: uppercase;
        width: 57px;
    }
    .countdown-item small {
        font-size: 15px;
        line-height: 26px;
    }
    .section-develop h2 {
        font-weight: 600;
        font-size: 28px;
        line-height: 34px;
        text-align: center;
        text-transform: uppercase;
    }
    .section-develop p {
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
    }
    .section-develop {
        background-size: cover;
    }
    .section-develop__content {
        padding: 0 33px;
    }
    .section-develop h2 br {
        display: block;
    }

}