#j-mbox-unit-container {
    display: none;
}

.b-mystery-box-popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100003;
    min-width: 1000px;
    background: rgba(15, 26, 36, 0.9);
}

.b-mystery-box-stretch {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 1000px;
    margin: auto;
    background: #0f1a24 url("../i/stretch-bg.png") no-repeat 50% 50%;
    z-index: 10000;
    display: none;
    height: 70px;
}

.b-mbox-unit-stretch__wrapper {
    min-width: 1000px;
    width: 1000px;
    position: relative;
    margin: 0 auto;
    height: 70px;
}

.b-mystery-box-stretch__close {
    position: absolute;
    background: url("../i/close.png") no-repeat;
    width: 24px;
    height: 24px;
    top: 23px;
    right: 21px;
    cursor: pointer;
}

.b-mbox-unit-stretch__logo {
    position: absolute;
    top: 0px;
    left: 60px;
    width: 227px;
    height: 70px;
    background: url("../i/stretch-logo.png") no-repeat 0 0;
}

.b-mbox-unit-stretch__description {
    display: table;
    font-family: 'Baloo', cursive;
    width: 430px;
    text-shadow: -3px 3px 0 rgba(15, 26, 36, 0.32);
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
    position: absolute;
    top: 0;
    height: 70px;
    left: 305px;
}

.b-mbox-unit-stretch__description > div {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
}

.b-mbox-unit-stretch__btn {
    display: table;
    position: absolute;
    width: 156px;
    height: 39px;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(33, 49, 67, 0.25);
    box-shadow: 0 6px 34px 0 rgba(0, 111, 208, 0.46);
    border: solid 2px #009eff;
    background-image: linear-gradient(to bottom, #00a8ea, #006fd0);
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    top: 13px;
    right: 70px;
}

.b-mbox-unit-stretch__btn > div {
    display: table-cell;
    vertical-align: middle;
    height: 39px;
}

.b-popup-mystery-box {
    background: url("../i/bg.png");
    width: 694px;
    height: 494px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -247px 0 0 -347px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.b-popup-mystery-box__close {
    background: url("../i/x.png") !important;
    width: 23px !important;
    height: 23px !important;
    position: absolute;
    top: -28px !important;
    right: -28px !important;
    cursor: pointer;
}

.b-mbox-unit-popup__logo {
    background: url("../i/logo.png");
    width: 403px;
    height: 107px;
    position: relative;
    margin: 26px auto 0;
}

.b-mbox-unit-popup__description {
    font-family: 'Baloo', cursive;
    text-shadow: -3px 3px 0 rgba(15, 26, 36, 0.32);
    font-size: 27px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.26;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    width: 320px;
    position: absolute;
    top: 167px;
    right: 34px;
}

.b-mystery-box .b-unit-popup__content {
    position: unset;
    min-width: auto;
    min-height: auto;
}

.b-mbox-unit-timer {
    position: absolute;
    width: 246px;
    text-align: center;
    top: 270px;
    right: 68px;
}

.b-mbox-unit-timer__name {
    width: 200px;
    text-shadow: -3px 3px 0 rgba(15, 26, 36, 0.32);
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.42;
    letter-spacing: normal;
    text-align: center;
    color: #ff196d;
    position: relative;
    margin: 0 auto;
    text-transform: uppercase;
}

.b-mbox-unit-timer__numbers {
    width: 62px;
    height: 66px;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(35, 49, 68, 0.3);
    background-color: #ffffff;
    position: relative;
    display: inline-block;
}

.b-mbox-unit-hours__value {
    font-size: 31px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2c3b4f;
    position: absolute;
    top: 10px;
    left: 0;
    width: 62px;
}

.b-mbox-unit-hours__value span {
    color: #ff2856;
}

.b-mbox-unit-timer__shadow {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../i/timer.png");
    width: 62px;
    height: 64px;
}

.b-mbox-unit-timer__units {
    position: absolute;
    width: 62px;
    top: 45px;
    left: 0;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #707b89;
}

.b-mbox-unit-popup__btn {
    width: 246px;
    height: 54px;
    border-radius: 7px;
    box-shadow: 0 6px 34px 0 rgba(0, 111, 208, 0.46);
    border: solid 3px #009eff;
    background-image: linear-gradient(to bottom, #00a8ea, #006fd0);
    position: absolute;
    top: 390px;
    right: 68px;
    text-shadow: 0 1px 1px rgba(33, 49, 67, 0.25);
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}
