.button_theme_secondary {
    border: 1px solid #222;
    text-transform: uppercase;
    background-color: #222;
    color: #fff;
}

.button_theme_secondary:hover {
    color: #222;
    background-color: #fff;
}

.button {
    width: 100%;
    padding: 0.9em 1.5em;
    font-size: 16px;
    cursor: pointer;
    transition: color .1s, background-color .1s;
}

.bg-silver {
    background: #f3f3f3;
}

.mobile .bclock-header {
    font-size: 16px;
}

.mobile .bclock-clock-stat {
    margin: 3px;
}

.mobile .bclock-clock-stat__value {
    font-size: 24px;
    width: 28px;
    height: 36px;

}

.tablet .main-container {
    background-size: 100% 100%;
    width: auto;
    flex-direction: column;
    z-index: 1;
    max-width: 1400px;
    margin: 35px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

.bclock-clock-stat__value {
    font-size: 32px;
    width: 38px;
    height: 46px;

}

.block-clock__text {
    text-align: center;
    color: #222222;
}

a.block-clock__phone-link.phone {
    color: #222222;
}

.bclock-item {
    padding: 20px 15px;
}

.block-clock-container {
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: space-between;
    width: 100%;
}

.block-clock-container a {
    text-decoration: none;
}

.bclock-header {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 8px;
}


.bclock-clock {
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.bclock-clock-stat {
    margin: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bclock-clock-stat__value-container {
    display: flex;
    flex-direction: row;
}

.bclock-clock-stat__value {
    font-size: 40px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 46px;
    height: 58px;
    margin-right: 3px;
    margin-left: 3px;
    border: 1px solid #000;
}

.separator {
    font-size: 60px;
    font-weight: bold;
    align-self: center;
    margin-left: 10px;
    height: 70px;
}

.bclock-clock-stat__name {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
}

.instruction {
    font-size: 18px;
    text-align: center;
    margin: 30px 0 30px;
}

.instruction p {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .block-clock-container {
        display: block;
    }
}