.b-weekend-balloon * {
    /*font-family: 'Roboto Mono', sans-serif;*/
    box-sizing: border-box;
}


/* Stretch */

.b-weekend-balloon-stretch {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background-color: #BBDEFF;
    z-index: 4200;
    display: none;
}

.b-weekend-balloon-stretch__wrapper {
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 70px;
    overflow: hidden;
    background-color: #BBDEFF;
}

.b-weekend-balloon-stretch__caption {
    position: absolute;
    left: 460px;
    top: 8px;
    width: 340px;
    height: 54px;
    color: #1A3B58;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
}

.b-weekend-balloon-stretch__timer-caption {
    position: absolute;
    right: 1034px;
    top: 24px;
    width: 100px;
    height: 27px;
    text-align: right;
    color: #1A3B58;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
}

.b-weekend-balloon-stretch__half-balloon {
    position: absolute;
    left: 1114px;
    top: -76px;
    width: 105px;
    height: 186px;
    background: url("../img/balloon_default.png") 0 0 / 100%;
}

.b-weekend-balloon-stretch__button {
    display: block;
    position: absolute;
    left: 1252px;
    top: 15px;
    width: 139px;
    height: 40px;
    background: #E6443A;
    border-radius: 6px;
    padding-top: 8px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: none;
    cursor: pointer;
}

.b-weekend-balloon-stretch__timer {
    position: absolute;
    left: 904px;
    top: 7px;
    width: 198px;
    height: 50px;
    letter-spacing: 0;
    font-size: 0;
}
.b-weekend-balloon-stretch__plate {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #2CA6E9;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 3px;
    padding-top: 4px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18.9px;
}

.b-weekend-balloon-stretch__del {
    display: inline-block;
    width: 24px;
    color: #1A3B58;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.b-weekend-balloon-stretch__time-type {
    display: inline-block;
    height: 20px;
    width: 40px;
    text-align: center;
    color: #1A3B58;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 20px;
    margin-right: 24px;
}

#b-weekend-balloon__cloud-stretch1 {
    width: 43px;
    height: 20px;
    left: 47px;
    top: 33px;
    animation-delay: 0s;
}
#b-weekend-balloon__cloud-stretch2 {
    width: 43px;
    height: 20px;
    left: 148px;
    top: 17px;
    animation-delay: -3s;
}
#b-weekend-balloon__cloud-stretch3 {
    width: 43px;
    height: 20px;
    left: 264px;
    top: 31px;
    animation-delay: 0s;
}
#b-weekend-balloon__cloud-stretch4 {
    width: 43px;
    height: 20px;
    left: 361px;
    top: 15px;
    animation-delay: -3s;
}
#b-weekend-balloon__cloud-stretch5 {
    width: 43px;
    height: 20px;
    left: 1508px;
    top: 32px;
    animation-delay: -1.5s;
}
#b-weekend-balloon__cloud-stretch6 {
    width: 43px;
    height: 20px;
    left: 1597px;
    top: 15px;
    animation-delay: -4.5s;
}
#b-weekend-balloon__cloud-stretch7 {
    width: 43px;
    height: 20px;
    left: 1718px;
    top: 33px;
    animation-delay: -1.5s;

}
#b-weekend-balloon__cloud-stretch8 {
    width: 43px;
    height: 20px;
    left: 1831px;
    top: 17px;
    animation-delay: -4.5s;
}

.b-weekend-balloon-stretch__close {
    position: absolute;
    left: 1440px;
    top: 27px;
    width: 16px;
    height: 16px;
    background: url(../img/close.svg) 0 0 / 100%;
    cursor: pointer;
}


/* Popup */

.b-weekend-balloon-popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4200;
    background: rgba(14, 16, 18, 0.5);
}

.b-weekend-balloon-popup-jslider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.b-weekend-balloon-popup__body {
    width: 720px;
    height: 507px;
    background-color: #BBDEFF;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: left;
    transform: translate(-50%, -50%);
}

.b-weekend-balloon-popup__close {
    position: absolute;
    background: url(../img/close.svg);
    width: 16px;
    height: 16px;
    z-index: 4400;
    cursor: pointer;
    top: 24px;
    right: 24px;
}

.b-weekend-balloon-popup__text-first {
    position: absolute;
    z-index: 4202;
    top: 0;
    left: 40px;
    width: 305px;
    height: 100%;
    text-align: left;
    transition-property: opacity;
    transition-duration: 2.5s;
}
.b-weekend-balloon-popup__strong {
    margin-top: 40px;
    width: 305px;
    height: 104px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 52px;
    color: #113B61;
}
.b-weekend-balloon-popup__normal {
    width: 305px;
    height: 24px;
    margin-top: 15px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #1A3B58;
}
.b-weekend-balloon-popup__normal .red-strong {
    color: #E5443A;
    font-weight: 700;
}

.b-weekend-balloon-popup__timer-caption {
    position: absolute;
    left: 0;
    top: 338px;
    width: 100px;
    height: 27px;
    color: #1A3B58;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
}
.b-weekend-balloon-popup__timer {
    position: absolute;
    left: 0;
    top: 375px;
    width: 261px;
    height: 92px;
    letter-spacing: 0;
    font-size: 0;
}
.b-weekend-balloon-popup__plate {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #2CA6E9;
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    padding-top: 6px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
}

.b-weekend-balloon-popup__del {
    display: inline-block;
    width: 27px;
    color: #1A3B58;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.b-weekend-balloon-popup__time-type {
    display: inline-block;
    height: 27px;
    width: 60px;
    text-align: center;
    color: #1A3B58;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 27px;
    margin-right: 27px;
}

.b-weekend-balloon-popup__text-second {
    position: absolute;
    z-index: 4201;
    top: 0;
    left: 40px;
    width: 305px;
    height: 100%;
    opacity: 0;
    text-align: left;
    transition-property: opacity;
    transition-duration: 2.5s;
}

.b-weekend-balloon-popup__prize-title {
    position: absolute;
    left: 0;
    top: 60px;
    color: #1A3B58;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 54px;
}
.b-weekend-balloon-popup__prize-text {
    position: absolute;
    left: 0;
    top: 134px;
    color: #1A3B58;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
}
.b-weekend-balloon-popup__prize-text b {
    color: #E5443A;
}

.b-weekend-balloon-popup__button {
    position: absolute;
    left: 0;
    top: 312px;
    width: 210px;
    height: 60px;
    border-radius: 5px;
    padding-top: 12px;
    color: #FFFFFF;
    background: #E6443A;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    text-decoration: none;
    cursor: pointer;
}

.b-weekend-balloon-popup__button-save {
    position: absolute;
    left: 0;
    top: 387px;
    width: 210px;
    height: 60px;
    border-radius: 5px;
    padding-top: 12px;
    color: #113B61;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid #113B61;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    cursor: pointer;
}

.b-weekend-balloon-popup__container-cloud{
    position: absolute;
    left:0;
    top:0;
    z-index: 4201;
    width: 375px;
    height: 100%;
    transition-property: opacity;
    transition-duration: 2.5s;
}
.b-weekend-balloon__cloud{
    position: absolute;
    background: url("../img/cloud.png") 0 0 / 100%  no-repeat;
    /*animation: b-weekend-balloon__animation_cloud 6s linear infinite;*/

    /*opacity: 0.8;*/
    /*filter: blur(2px);*/
}

@keyframes b-weekend-balloon__animation_cloud {
    0%, 50%, 100% {
        margin-top:  0;
        margin-left: 0;
    }
    5%, 45% {
        margin-top: 0;
        margin-left: -6px;
    }
    10%,40% {
        margin-top: -1px;
        margin-left:-11px;
    }
    15%,35% {
        margin-top: -3px;
        margin-left:-15px;
    }
    20%,30% {
        margin-top: -6px;
        margin-left:-18px;
    }
    25% {
        margin-top: -10px;
        margin-left:-20px;
    }
    55%,95% {
        margin-top: 0;
        margin-left: 6px;
    }
    60%,90% {
        margin-top: -1px;
        margin-left: 11px;
    }
    65%,85% {
        margin-top: -3px;
        margin-left: 15px;
    }
    70%,80% {
        margin-top: -6px;
        margin-left: 18px;
    }
    75% {
        margin-top: -10px;
        margin-left: 20px;
    }
}
#b-weekend-balloon__cloud-popup1{
    left: 10px;
    top: 36px;
    width: 58px;
    height: 26px;
    animation-delay: 0s;
}
#b-weekend-balloon__cloud-popup2{
    left: 258px;
    top: 49px;
    width: 70px;
    height: 31px;
    animation-delay: -3s;
}
#b-weekend-balloon__cloud-popup3{
    left: 23px;
    top: 210px;
    width: 70px;
    height: 31px;
    animation-delay: 0s;
}
#b-weekend-balloon__cloud-popup4{
    left: 138px;
    top: 384px;
    width: 58px;
    height: 26px;
    animation-delay: 0s;
}
/*#b-weekend-balloon__cloud-popup5{
    left: 306px;
    top: 305px;
    width: 43px;
    height: 20px;
    animation-delay: -4.5s;
}*/

/*
#b-weekend-balloon__cloud-prize1{
    left: 17px;
    top: -66px;
    width: 54px;
    height: 25px;
    animation-delay: 0s;
    animation-play-state: paused;
}
#b-weekend-balloon__cloud-prize2{
    left: 168px;
    top: -57px;
    width: 68px;
    height: 31px;
    animation-delay: -5s;
    animation-play-state: paused;
}
#b-weekend-balloon__cloud-prize3{
    left: 17px;
    top: 195px;
    width: 68px;
    height: 31px;
    animation-delay: -2.5s;
    animation-play-state: paused;
}
#b-weekend-balloon__cloud-prize4{
    left: 168px;
    top: 186px;
    width: 54px;
    height: 25px;
    animation-delay: -7.5s;
    animation-play-state: paused;
}
*/

.b-weekend-balloon__discount {
    position: absolute;
    width: 62px;
    height: 32px;
    background: #E6443A;
    border-radius: 35px;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
}
#b-weekend-balloon__discount-1 {
    left: 3px;
    top:102px;
    transform: rotate(-16.48deg);

}
#b-weekend-balloon__discount-2 {
    left: 246px;
    top:124px;
    transform: rotate(7.04deg);
    content: "-42%";
}
#b-weekend-balloon__discount-3 {
    left: 132px;
    top:269px;
    transform: rotate(-11.49deg);
}
#b-weekend-balloon__discount-4 {
    left: 211px;
    top:434px;
    transform: rotate(6.58deg);
}

.b-weekend-balloon-popup__container-sky {
    position: absolute;
    left: 345px;
    top: 0;
    width: 375px;
    height: 507px;
    overflow: hidden;
    /*overflow: visible;*/
}
.b-weekend-balloon-popup__container-sky-move{
    position: absolute;
    z-index: 4203;
    /*top: 0px; /*default*/
    top: -507px; /*start*/
    width: 375px;
    height: 1014px;
    animation: 10s linear infinite sky-move;
}

@keyframes sky-move {
    0% {
        top: -507px;
    }
    100% {
        top: 0;
    }
}

.b-weekend-balloon__sky-balloon {
    position: absolute;
    width: 105px;
    height: 186px;
    background: url("../img/balloon_default.png") 0 0 / 100%;
}
.b-weekend-balloon__sky-balloon:hover {
    background-image: url("../img/balloon_hover.png");
    cursor: pointer;
}
.b-weekend-balloon__TEST{
    position: absolute;
    top: -1000px;
    z-index: 4205;
    width: 105px;
    height: 186px;
    background: url("../img/balloon_default.png") 0 0 / 100%;
}

.b-weekend-balloon__BOOM {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 4205;
    width: 5px;
    height: 5px;
}
.b-weekend-balloon__piece {
    position: absolute;
    width: 5px;
    height: 5px;
    /*background-color: #4D0000;*/
}

.b-weekend-balloon-popup__prize-cloud {
    display: none;
    background: url("../img/prize_cloud.png") 0 0 / 100%;
    padding-top: 64px;
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 54px;
    position: absolute;
    z-index: 4204;
    left: 51px;
    top: 85px;
    width: 284px;
    height: 178px;
    color: #113B61;
    transition: transform 1500ms ease-in 0ms;
}

.b-weekend-balloon-popup__prize-sky {
    position: absolute;
    left: 329px;
    top: 0;
    width: 391px;
    height: 507px;
}

.b-weekend-balloon-popup__prize-boxes {
    position: absolute;
    z-index: 4201;
    left: -15px;
    top: 302px;
    background: url("../img/boxes.png") 0 0 / 100%;
    width: 335px;
    height: 160px;
    opacity: 0;
    transition: opacity 2500ms ease-in 0ms;
}

.b-weekend-balloon-popup__prize-boxes {
    position: absolute;
    z-index: 4201;
    left: 1px;
    top: 302px;
    background: url("../img/boxes.png") 0 0 / 100%;
    width: 335px;
    height: 160px;
    opacity: 0;
    transition: opacity 2500ms ease-in 0ms;
}

.b-weekend-balloon-popup__solar{
    position: absolute;
    left: 0;
    top: 45px;
    background: radial-gradient(50% 50% at 50% 50%, #FFEDCB 0%, #FFD057 100%);
    width: 210px;
    height: 210px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 1500ms ease-in 0ms;
}

.b-weekend-balloon-popup__solar-inside{
    position: absolute;
    left: 30px;
    top: 30px;
    background-color: #FDBC14;
    border: #FFCA41 16px solid;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

/*Save discount popup*/
.b-weekend-balloon-save {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(15,26,36,0.7);
    top: 0;
    left: 0;
}

.b-weekend-balloon-save {
    width: 480px;
    height: 544px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -272px 0 0 -240px;
    background: url(../img/save_popup.png) no-repeat;
    text-align: center;
}
.b-weekend-balloon-save__name {
    font-family: 'Open Sans', sans-serif;
    width: 250px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    position: absolute;
    text-transform: uppercase;
    text-align: left;
    top: 37px;
    left: 110px;
}

.b-weekend-balloon-save__description {
    width: 480px;
    font-family: 'Open Sans', sans-serif;
    padding: 0 90px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: center;
    color: #0a557b;
    box-sizing: border-box;
    margin-top: 140px;
}

.b-weekend-balloon-save__email {
    width: 400px;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
    border: solid 1px #8eaac6;
    background-color: #ffffff;
    margin-top: 27px;
    box-sizing: border-box;
    padding: 14px 30px 14px 14px;
    position: relative;
}
.b-weekend-balloon-save__email::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #516a85;
}
.b-weekend-balloon-save__email-icon {
    position: absolute;
    top: 274px;
    right: 55px;
    width: 14px;
    height: 11px;
    background: url("../img/mail.png");
}
.b-weekend-balloon-save__email_error {
    border: solid 1px #ff1a37;
    background-color: #ffe9eb;
}
.b-weekend-balloon-save__email_valid {
    border: solid 1px #00d158;
    background-color: #e6fbef;
}
.b-weekend-balloon-save__email-icon_error {
    background: url("../img/mailRed.png");
}
.b-weekend-balloon-save__email-icon_valid {
    background: url("../img/mailGreen.png");
}
.b-weekend-balloon-save__newsletter {
    width: 375px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: normal;
    color: #516a85;
    text-align: left;
    margin: 23px 0 0 65px;
}
.b-weekend-balloon-save__checkbox {
    position: absolute;
    top: 330px;
    left: 40px;
    width: 16px;
    height: 16px;
    background: url("../img/check.png");
    cursor: pointer;
}
.b-weekend-balloon-save__checkbox_off {
    background: url("../img/uncheck.png");
}
.b-weekend-balloon-save__print {
    width: 190px;
    height: 50px;
    border: solid 1px #bcc8d6;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: normal;
    text-align: center;
    color: #0f1a24;
    text-transform: uppercase;
    position: absolute;
    bottom: 50px;
    left: 40px;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
}
.b-weekend-balloon-save__print:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 20px;
    background: url("../img/pdf-icon.png");
    top: 15px;
    left: 24px;
}
.b-weekend-balloon-save__print:hover {
    border: solid 1px #0f1a24;
}
.b-weekend-balloon-save__send {
    width: 190px;
    height: 50px;
    box-shadow: 0 2px 13px 0 rgba(0, 134, 238, 0.49);
    background-color: #0086ee;
    display: block;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    bottom: 50px;
    left: 145px;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    cursor: pointer;
}
.b-weekend-balloon-save__send:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 13px;
    background: url("../img/send-icon.png");
    top: 19px;
    left: 37px;
}
.b-weekend-balloon-save__send:hover {
    box-shadow: 0 2px 13px 0 rgba(0, 134, 238, 0.49);
    background-color: #25a0ff;
}
.b-weekend-balloon-save__send.b-weekend-balloon-save__send_disabled {
    cursor: default;
}

.b-weekend-balloon-save__send.b-weekend-balloon-save__send_disabled:hover {
    box-shadow: 0 2px 13px 0 rgba(0, 134, 238, 0.49);
    background-color: #0086ee;
}

.b-weekend-balloon-save__close {
    position: absolute;
    width: 17px;
    height: 17px;
    background: url("../img/close.png");
    top: -21px;
    right: -21px;
    cursor: pointer;
}

.b-weekend-balloon-save__success {
    background: #ffffff;
    width: 480px;
    height: 400px;
    position: absolute;
    top: 120px;
    left: 0;
    display: none;
}
.b-weekend-balloon-save__success-icon {
    position: relative;
    display: block;
    margin: 94px auto 0;
    width: 66px;
    height: 61px;
}
.b-weekend-balloon-save__success-text {
    width: 300px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: center;
    color: #0a557b;
    margin: 36px auto 0;
    display: block;
}
.b-weekend-balloon-save__success-close {
    width: 130px;
    height: 50px;
    border: solid 1px #bcc8d6;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #0f1a24;
    display: block;
    margin: 66px auto 0;
    cursor: pointer;
}
.b-weekend-balloon-save__spinner {
    position: absolute;
    bottom: 60px;
    right: 50px;
    width: 30px;
    height: 30px;
    display: none;
}
.b-weekend-balloon-save__send-error {
    position: absolute;
    bottom: 15px;
    right: 40px;
    font-size: 12px;
    color: #ff4444;
    display: none;
}

.b-step_win__name_popup {
    color: #1010C8;
    cursor: pointer;
}

@media (max-width: 720px) {
    .b-weekend-balloon-popup__body {
        left: 0;
        transform: translateY(-50%);
    }
}

@media (max-height: 507px) {
    .b-weekend-balloon-popup__body {
        top: 0;
        transform: translateX(-50%);
    }
}

@media (max-width: 720px) and (max-height: 507px) {
    .b-weekend-balloon-popup__body {
        top: 0;
        left: 0;
        transform: none;
    }
}
