.timer-container {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1400px;
    margin-top: 50px;
}

.timer-common-block {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}

.timer-common-block p {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: white;
    font-size: 15px;
    margin: 0;
}

.timer {
    display: flex;
    width: 100%;
    justify-content: center;
}

.timer p {
    font-size: 55px;
}

.timer .timer-seconds {
    font-size: 30px;
    padding-left: 10px;
    color: #e6b460;
    text-decoration: underline;
    margin: 10px 0;
}

.timer-common-block .header-patch-name {
    font-size: 50px;
    color: #713242;
    text-shadow: 0 0 1px white;
    filter: drop-shadow(0 0 0 white)
    drop-shadow(0 0 0 white)
    drop-shadow(0 0 0 white)
    drop-shadow(0 0 0 white);
}

.timer-common-block .header-date-title {
    font-weight: 700;
    font-size: 30px;
}

.timer-common-block .header-date {
    color: #e6b460;
    font-size: 30px;
    padding: 0;
}

.header-line {
    height: 120px;
    width: 2px;
    background-color: #e6b460;
    margin: 0 20px;
}

.header-line-for-time {
    width: 2px;
    background-color: #e6b460;
    height: 40px;
    margin: 23px 20px;
}

.header-motto {
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*width: 100%;*/
}

.header-button {
    top: 0;
    position: relative;
    left: 40%;
    width: 20%;
    border: none;
    padding: 8px 0;
    font-family: "Lineage", sans-serif;
    font-size: 28px;
    color: white;
    background: linear-gradient(90deg, #C75F00 0%, #F4982C 100%);
    border-radius: 12px;
}

@media(max-width: 1220px) {
    .timer-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 1400px;
        margin-top: 20px;
        padding-bottom: 180px;
    }

    .header-line {
        width: 84%;
        background-color: #e6b460;
        height: 2px;
        margin: 4px 20px;
    }

    .timer-common-block {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        width: 73%;
    }

    .timer {
        display: flex;
        width: 100%;
        justify-content: end;
    }
}

@media(max-width: 729px) {
    .timer-common-block p {
        font-size: 10px;
    }

    .timer p {
        font-size: 45px;
    }

    .timer .timer-seconds {
        font-size: 20px;
    }

    .timer-common-block .header-patch-name {
        font-size: 40px;
    }

    .timer-common-block .header-date-title {
        font-size: 20px;
    }

    .timer-common-block .header-date {
        font-size: 20px;
    }

    .header-button {
        font-size: 18px;
    }
}

@media(max-width: 500px) {
    .timer-common-block p {
        font-size: 8px;
    }

    .timer p {
        font-size: 25px;
    }

    .timer .timer-seconds {
        font-size: 10px;
    }

    .timer-common-block .header-patch-name {
        font-size: 20px;
    }

    .timer-common-block .header-date-title {
        font-size: 10px;
    }

    .timer-common-block .header-date {
        font-size: 10px;
    }

    .header-line-for-time {
        margin: 0 10px;
    }
}

@media(max-height: 900px) {
    .header-content {
        margin-top: 0;
    }
    .header-button {
        font-size: 18px;
    }

    .timer-container {
        margin-top: 0;
    }
}

@media(max-height: 750px){
    .header-logo {
        max-width: 200px;
    }

    .cta-block {
        height: 115px;
    }
}

@media(max-height: 900px) and (max-width: 1220px){
    .timer-container {
        margin-top: 0;
    }

    .header-logo {
        max-width: 200px;
    }
}