.header-special-offer {
    text-align: right;
}

.header-special-offer-divider::after {
    position: relative;
}

.header-special-offer-divider::after {
    position: absolute;
    display: block;
    right: -18px;
    top: 17px;
    height: 26px;
    background-color: #e4e8f0;
    width: 1px;
    content: " ";
}

.header-special-offer-title {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 60px;
    color: #000;
    letter-spacing: -0.34px;
    vertical-align: sub;
    display: inline-block;
}

.header-special-offer-timer {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 60px;
    color: #000;
    padding-left: 15px;
    padding-right: 20px;
    letter-spacing: -0.43px;
    vertical-align: sub;
    display: inline-block;
}

.header-special-offer-btn {
    border-width: 1px;
    font-size: 12px !important;
    height: 41px;
    outline: none;
    display: inline-block;
    float: right;
    margin-top: 9px;
}

.special-offer-modal {
    background-color: #2e80d5;
    padding: 35px 40px 45px;
    width: 620px !important;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    color: #fff;
    position: relative;
}

.special-offer-modal-content {
    text-align: center;
    font-weight: 500;
}

.special-offer-modal-close {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    float: right;
    text-transform: uppercase;
    padding: 0.5em 1em;
}

.special-offer-modal-close:hover {
    color: #fff;
    opacity: .7;
}

.special-offer-modal-badge {
    border-radius: 3px;
    border: solid 1px #ffffff;
    background-color: transparent;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.special-offer-modal-title {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 15px;
}

.special-offer-modal-text {
    margin: 10px 0;
    padding: 0;
}

.special-offer-modal-timer {
    font-size: 72px;
    font-weight: bold;
    letter-spacing: -1.73px;
    margin: 0 0 60px;
    padding: 0;
}

.special-offer-modal-subtitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22;
    letter-spacing: -0.43px;
}

.special-offer-modal-timer-label {
    margin-bottom: 20px !important;
}

