#j-lh-popup-container {
    display: none;
}

.b-luckyhour-cover{
	display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100002;
    min-width: 1000px;
}

.b-luckyhour-cover-2 {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100001;
    min-width: 1000px;
    background: rgba(0,0,0,0.75);
    display: none;
}

.b-luckyhour-confetti {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100001;
    background: rgba(22,22,33,0.9);
    display: none;
}

.b-luckyhour .b-popup__close{
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: -27px;
    background: url(../i/close.png) top left no-repeat;
}

.b-popup-lh {
    font-family: 'Open Sans';
    width: 840px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -250px 0px 0px -420px;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 2002;
}
.b-popup-lh__left {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 420px;
    height: 500px;
}
.b-popup-lh__right {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 420px;
    height: 500px;
    text-align: center;
}
.b-popup-lh__title {
    padding: 34px 0 16px;
    font-size: 25px;
    font-weight: bold;
}
.b-popup-lh__description {
    font-size: 15px;
    padding: 0 40px;
}
.b-popup-lh__timer {
    margin: 26px auto;
    position: relative;
    display: block;
    background: #f2f4f6;
    border-radius: 5px;
    width: 340px;
    height: 140px;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 2px 1px rgba(0,0,0,0.1);
    box-shadow: inset 1px 1px 2px 1px rgba(0,0,0,0.1);
    padding: 18px 0 0;
}
.b-popup-lh__btn {
    margin: 10px 0 8px;
}
.b-popup-lh__btn .b-btn {
    box-sizing: border-box;
    height: 64px;
    width: 304px;
    padding: 0;
    line-height: 64px;
    background: rgb(29,214,29);
    background: -moz-linear-gradient(top, rgba(29,214,29,1) 0%, rgba(5,170,5,1) 100%);
    background: -webkit-linear-gradient(top, rgba(29,214,29,1) 0%,rgba(5,170,5,1) 100%);
    background: linear-gradient(to bottom, rgba(29,214,29,1) 0%,rgba(5,170,5,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dd61d', endColorstr='#05aa05',GradientType=0 );
    -webkit-box-shadow: inset 0px 0px 2px 0px rgba(255,255,255,0.9);
    -moz-box-shadow: inset 0px 0px 2px 0px rgba(255,255,255,0.9);
    box-shadow: inset 0px 0px 2px 0px rgba(255,255,255,0.9);
    border: 2px solid #39d939;
    font-size: 17px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
    margin: 15px auto 5px;
}
.b-popup-lh__btn .b-btn:hover {
    background: rgb(29,94,29);
    background: -moz-linear-gradient(top, rgba(29,194,29,1) 0%, rgba(5,150,5,1) 100%);
    background: -webkit-linear-gradient(top, rgba(29,194,29,1) 0%,rgba(5,150,5,1) 100%);
    background: linear-gradient(to bottom, rgba(29,194,29,1) 0%,rgba(5,150,5,1) 100%);
}
.b-popup-lh__link {
    font-size: 14px;
    color: #1788a9;
    text-decoration: underline;
}
.b-popup-lh__link:hover {
    text-decoration: none;
}

.b-lh-timer__time {
    background: url("../i/timer.png") no-repeat;
    width: 279px;
    height: 84px;
    position: relative;
    display: block;
    margin: 0 auto 10px;
}
.b-lh-timer__numbers {
    display: inline-block;
    vertical-align: top;
    width: 75px;
    height: 80px;
    font-size: 44px;
    font-weight: bold;
    color: #282b32;
    margin: -3px 0 0;
    padding: 0px;
    line-height: 80px;
    text-align: center;
    position: relative;
}
.b-lh-timer__numbers span {
    color: #ff7b06;
}
.b-lh-timer__numbers:first-child {
    margin-right: 21px;
}
.b-lh-timer__numbers:last-child {
    margin-left: 21px;
    margin-right: 2px;
}
.b-lh-timer__numbers:after {
    content: "";
    position: absolute;
    width: 75px;
    height: 20px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.35) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.35) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59ffffff', endColorstr='#00ffffff',GradientType=0 );
    top: 43px;
    left: 0;
}
.b-lh-timer__units {
    position: absolute;
    width: 75px;
    text-align: center;
    font-size: 11px;
    color: #767c82;
    left: 0;
    top: 64px;
    line-height: 11px;
    font-weight: normal;
}

.b-popup-lh2 {
    font-family: 'Open Sans';
    width: 630px;
    height: 648px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -324px 0px 0px -315px;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: url("../i/popup2.jpg");
    text-align: center;
}
.b-popup-lh2__ribbon {
    position: absolute;
    background: url("../i/ribbon.png");
    width: 200px;
    height: 200px;
    top: -4px;
    left: -4px;
}
.b-popup-lh2__ribbon-text {
    transform: rotate(-45deg);
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.1px;
    text-align: center;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    right: 25px;
    top: 40px;
    position: absolute;
    width: 200px;
}
.b-popup-lh2__timer {
    width: 335px;
    height: 236px;
    background: #eef4f8;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-shadow: 7px 7px 24px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: 7px 7px 24px 0px rgba(0,0,0,0.29);
    box-shadow: 7px 7px 24px 0px rgba(0,0,0,0.29);
    position: relative;
    display: block;
    margin: 212px auto 82px;
    text-align: center;
}
.b-popup-lh2__timer .b-lh-timer__title {
    font-size: 16px;
    color: #ff4800;
    padding-top: 22px;
}
.b-popup-lh2__timer .b-lh-timer__time {
    background: url("../i/timer2.png");
    width: 303px;
    height: 108px;
    margin: 0 auto 0;
}
.b-popup-lh2__timer .b-lh-timer__numbers {
    margin: 2px 0 0;
}
.b-popup-lh2__timer .b-lh-timer__numbers:first-child {
    margin-right: 21px;
}
.b-popup-lh2__timer .b-lh-timer__numbers:last-child {
    margin-left: 21px;
    margin-right: -1px;
}
.b-popup-lh2__description {
    font-size: 14px;
    padding: 0 35px;
}
.b-popup-lh2__btn {
    margin: 0 auto;
    text-align: center;
}
.b-popup-lh2__link {
    font-size: 13px;
    color: #413011;
    text-decoration: underline;
}
.b-popup-lh2__link:hover {
    text-decoration: none;
}

.b-popup-lh3 {
    font-family: 'Open Sans';
    width: 880px;
    height: 470px;
    position: absolute;
    top:50%;
    left: 50%;
    margin: -280px 0 0 -440px;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.b-popup-lh3__left, .b-popup-lh3__right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 440px;
    height: 470px;
    text-align: center;
}
.b-popup-lh3__ribbon {
    position: absolute;
    background: url("../i/ribbon-sm.png");
    width: 152px;
    height: 152px;
    top: -4px;
    left: -4px;
}
.b-popup-lh3__ribbon-text {
    transform: rotate(-45deg);
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    width: 200px;
    text-align: center;
    right: -8px;
    top: 55px;
}
.b-popup-lh3__timer {
    margin: 26px auto;
    position: relative;
    display: block;
    background: #f2f4f6;
    border-radius: 5px;
    width: 340px;
    height: 117px;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 2px 1px rgba(0,0,0,0.1);
    box-shadow: inset 1px 1px 2px 1px rgba(0,0,0,0.1);
    padding: 18px 0 0;
}
.b-popup-lh3__timer-title {
    font-size: 14px;
    font-weight: bold;
    color: #ff4800;
    text-transform: uppercase;
}
.b-popup-lh3__link {
    font-size: 14px;
    color: #1788a9;
    text-decoration: underline;
}
.b-popup-lh3__link:hover {
    text-decoration: none;
}

.b-luckyhour .b-trust {
    position: absolute;
    bottom: -130px;
    left: 0;
    text-align: center;
    width: 880px;
}
.b-luckyhour .b-trust__item {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 220px;
    height: 100px;
    margin: 0 14px;
}
.b-luckyhour .b-trust__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 100px;
    opacity: 0.2;
    background: #000000;
    border-radius: 6px;
    border: 1px solid #ffffff;
}
.b-luckyhour .b-trust__img_1 {
    position: absolute;
    width: 180px;
    height: 60px;
    top: 20px;
    left: 20px;
}
.b-luckyhour .b-trust__img_2 {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 15px;
    left: 22px;
}
.b-luckyhour .b-trust__text-2 {
    position: absolute;
    width: 80px;
    top: 25px;
    left: 108px;
    color: #f0f0f5;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
}
.b-luckyhour .b-trust__img_3 {
    position: absolute;
    width: 150px;
    height: 53px;
    top: 25px;
    left: 35px;
}

.b-popup-lh4 {
    font-family: 'Open Sans';
    width: 580px;
    height: 496px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -248px 0px 0px -290px;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: url("../i/popup4.jpg");
    text-align: center;
    -webkit-box-shadow: 0px 14px 34px -13px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 14px 34px -13px rgba(0,0,0,0.6);
    box-shadow: 0px 14px 34px -13px rgba(0,0,0,0.6);
    display: none;
}
.b-popup-lh4__title {
    /*font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
    font-size: 26px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;
    margin-top: 208px;
}
.b-popup-lh4__description {
    /*font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
    font-size: 14px;
    color: #000000;
    width: 280px;
    display: inline-block;
    margin-top: 23px;
}
.b-popup-lh4__btn {
    max-width: 250px;
    display: block;
    margin: 16px auto 0;
}
.b-popup-lh4__btn .b-btn {
    color: #ffffff;
    margin: 0;
    white-space: nowrap;
    font-size: 20px;
    font-weight: normal;
    line-height: 18px;
    padding: 13px 34px;
    text-decoration: none;
    border-radius: 4px;
    background: rgb(215,66,0);
    background: -moz-linear-gradient(top, rgba(215,66,0,1) 0%, rgba(192,36,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(215,66,0,1) 0%,rgba(192,36,0,1) 100%);
    background: linear-gradient(to bottom, rgba(215,66,0,1) 0%,rgba(192,36,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74200', endColorstr='#c02400',GradientType=0 );
}
.b-popup-lh4__btn .b-btn:hover {
    background: rgb(201,63,0);
    background: -moz-linear-gradient(top, rgba(201,63,0,1) 0%, rgba(168,39,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(201,63,0,1) 0%,rgba(168,39,0,1) 100%);
    background: linear-gradient(to bottom, rgba(201,63,0,1) 0%,rgba(168,39,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c93f00', endColorstr='#a82700',GradientType=0 );
}

.b-popup-lh5 {
    font-family: 'Open Sans';
    width: 580px;
    height: 496px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -248px 0px 0px -290px;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: url("../i/popup5.jpg");
    text-align: center;
    -webkit-box-shadow: 0px 14px 34px -13px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 14px 34px -13px rgba(0,0,0,0.6);
    box-shadow: 0px 14px 34px -13px rgba(0,0,0,0.6);
    display: none;
}
.b-popup-lh5__title {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #000000;
    font-weight: 500;
    margin-top: 176px;
}
.b-popup-lh5__description {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    position: relative;
    display: block;
    margin: 22px auto 10px;
    width: 280px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}
.b-popup-lh5__timer {
    margin-top: 26px;
}
.b-popup-lh5__btn {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #ffffff;
    margin: 0;
    white-space: nowrap;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    padding: 13px 34px;
    text-decoration: none;
    border-radius: 4px;
    background: rgb(215,66,0);
    background: -moz-linear-gradient(top, rgba(215,66,0,1) 0%, rgba(192,36,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(215,66,0,1) 0%,rgba(192,36,0,1) 100%);
    background: linear-gradient(to bottom, rgba(215,66,0,1) 0%,rgba(192,36,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74200', endColorstr='#c02400',GradientType=0 );
    display: inline-block;
    max-width: 160px;
    width: 160px;
}
.b-popup-lh5__btn:hover {
    background: rgb(201,63,0);
    background: -moz-linear-gradient(top, rgba(201,63,0,1) 0%, rgba(168,39,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(201,63,0,1) 0%,rgba(168,39,0,1) 100%);
    background: linear-gradient(to bottom, rgba(201,63,0,1) 0%,rgba(168,39,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c93f00', endColorstr='#a82700',GradientType=0 );
}

.b-popup-lh5-timer__time {
    width: 231px;
    height: 45px;
    position: relative;
    display: inline-block;
    margin-top: 6px;
    text-align: left;
}
.b-popup-lh5-timer__numbers {
    display: inline-block;
    vertical-align: top;
    width: 66px;
    height: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #282b32;
    margin: 0 16px 0 0;
    padding: 0px;
    line-height: 26px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
.b-popup-lh5-timer__numbers span {
    color: #ff7b06;
}

.b-popup-lh5-timer__numbers:first-child {
    /*margin-right: 6px;*/
}
.b-popup-lh5-timer__numbers:last-child {
    margin-right: 0;
}
.b-popup-lh5-timer__units {
    position: absolute;
    width: 66px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #282b32;
    left: 0;
    top: 28px;
    line-height: 11px;
}
.b-popup-lh5 .b-popup__close {
    top: 10px;
    right: 10px;
}

.gradient{
    background: -moz-linear-gradient(top, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.35) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.35) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.b-lh-timer__title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff8d00;
}

.j-popup-lh-1, .j-popup-lh-2, .j-popup-lh-3 {
    display: none;
}

.b-lh-stretch {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 64px;
    width: 100%;
    min-width: 1000px;
    margin: auto;
    background: transparent;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.7);
    z-index: 100000;
    display: none;
}
.b-lh-stretch__left {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    height: 64px;
    background: url(../i/stretch-bg-left.jpg);
}
.b-lh-stretch__right {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    height: 64px;
    background: url(../i/stretch-bg-right.jpg);
}
.b-lh-stretch__center {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 64px;
    background: url(../i/stretch-bg.jpg) no-repeat 50% 50%;
}
.b-lh-stretch__center_2 {
    background: url(../i/stretch-bg2.jpg) no-repeat 50% 50%;
}
.b-lh-stretch__wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 1000px;
    min-width: 1000px;
    height: 64px;
}
.b-lh-stretch__offer {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 23px;
    line-height: 23px;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.16);
    position: absolute;
    width: 442px;
    top: 10px;
    left: 195px;
}
.b-lh-stretch__center_2 .b-lh-stretch__offer {
    left: 325px;
}
.b-lh-stretch__chance {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #721f00;
    font-size: 18px;
    line-height: 20px;
    text-shadow: 0px 1px 0px rgba(255,191,65,1);
    font-weight: bold;
    width: 117px;
    text-align: right;
    position: absolute;
    top: 14px;
    right: 343px;
}
.b-lh-stretch__timer {
    position: absolute;
    width: 178px;
    height: 64px;
    top: 0;
    right: 160px;
    text-align: center;
}
.b-lh-stretch__btn {
    position: absolute;
    right: 38px;
    top: 12px;
}
.b-lh-stretch__btn {
    position: absolute;
    top: 12px;
    right: 17px;
    color: #ffffff;
    margin: 0;
    white-space: nowrap;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 4px;
    background: rgb(215,66,0);
    background: -moz-linear-gradient(top, rgba(215,66,0,1) 0%, rgba(192,36,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(215,66,0,1) 0%,rgba(192,36,0,1) 100%);
    background: linear-gradient(to bottom, rgba(215,66,0,1) 0%,rgba(192,36,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74200', endColorstr='#c02400',GradientType=0 );
    width: 133px;
    max-width: 133px;
}
.b-lh-stretch__btn .b-btn:hover {
    background: rgb(201,63,0);
    background: -moz-linear-gradient(top, rgba(201,63,0,1) 0%, rgba(168,39,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(201,63,0,1) 0%,rgba(168,39,0,1) 100%);
    background: linear-gradient(to bottom, rgba(201,63,0,1) 0%,rgba(168,39,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c93f00', endColorstr='#a82700',GradientType=0 );
}

.b-lhs-timer__time {
    background: url("../i/timer3.png") no-repeat;
    width: 178px;
    height: 55px;
    position: absolute;
    display: block;
    margin-top: 6px;
}
.b-lhs-timer__numbers {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #282b32;
    margin: 8px 0 0;
    padding: 0px;
    line-height: 26px;
    text-align: center;
    position: relative;
}
.b-lhs-timer__numbers span {
    color: #ff7b06;
}
.b-lhs-timer__numbers:first-child {
    margin-right: 7px;
    margin-left: 2px;
}
.b-lhs-timer__numbers:last-child {
    margin-left: 7px;
    margin-right: 1px;
}
.b-lhs-timer__units {
    position: absolute;
    width: 50px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #282b32;
    left: 0;
    top: 26px;
    line-height: 11px;
}

.b-lh-stretch__close {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 24px;
    right: 4px;
    background: url(../i/close-sm.png);
    cursor: pointer;
}
