.b-september-cooldown-2022  {
    font-family: 'Poppins', 'Open Sans' !important;
    font-style: normal;
}

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

.b-september-cooldown-2022-popup__banner-body {
    position: absolute;
    width: 600px;
    height: 400px;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 24px 95px 0;
    background: url("../img/banner_bg.png") 0 0 / 600px 400px no-repeat;
    text-align: center;
    color: #FFFFFF;
}

.b-september-cooldown-2022-popup__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background:  #FF4C15 url(../img/cross.svg) center / 12px no-repeat;
    border-radius: 16px;
    cursor: pointer;
}
.b-september-cooldown-2022-popup__close:hover {
}
.b-september-cooldown-2022-popup__close:active {
}
.b-september-cooldown-2022-popup__title {
    font: 600 36px/48px 'Poppins';
    color: #621811;
    text-transform: uppercase;
}
.b-september-cooldown-2022-popup__caption {
    position: relative;
    margin: 4px 0 16px;
    font: 400 18px/29px 'Poppins';
    text-align: center;
    color: #621811;
}
.b-september-cooldown-2022-popup__caption span {
    font: 600 24px/36px 'Poppins';
    color: #DF2200;
}
.b-september-cooldown-2022-popup__btn {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 190px;
    height: 60px;
    padding: 15px 0;
    box-sizing: border-box;
    background: #FF6E00;
    border-radius: 20px;

    font:600 18px/30px 'Poppins';
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}
.b-september-cooldown-2022-popup__btn:hover {
    background-color: #FF8A32;
    border: none;
}
.b-september-cooldown-2022-popup__btn:active {
    background-color: #FF8A32;
    border: none;
}
.b-september-cooldown-2022-popup__offer {
    margin: 8px 0 0;
    font: 12px/18px 'Poppins';
    color: #621811;
}

.b-september-cooldown-2022-stretch {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    min-width: 1000px;
    background: #F7E7D9 url("../img/stretch_bg.png") center top / 1920px 70px;
    margin: auto;
    z-index: 10000;
}
.b-september-cooldown-2022-stretch__content {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 70px;
}
.b-september-cooldown-2022-stretch__title {
    position: absolute;
    left: 0;
    top: 14px;
    font: 600 27px/40px 'Poppins';
    color: #621811;
}
.b-september-cooldown-2022-stretch__caption {
    position: absolute;
    left: 415px;
    top: 24px;
    font: 14px / 21px 'Poppins';
    color: #621811;
}

.b-september-cooldown-2022-stretch__sale {
    position: absolute;
    left: 542px;
    top: 19px;
    width: 86px;
    height: 31px;
    padding: 3px;
    background: #DF2200;
    border-radius: 5px;
    font: 500 16px/25px 'Poppins';
    color: #FFFFFF;
    text-align: center;
}
.b-september-cooldown-2022-stretch__offer {
    position: absolute;
    left: 660px;
    top: 24px;
    font: 14px/21px 'Poppins';
    color: #621811;
}

.b-september-cooldown-2022-stretch__btn {
    display: block;
    position: absolute;
    left: 845px;
    top: 13px;
    width: 160px;
    height: 45px;
    box-sizing: border-box;
    padding: 10px;
    background: #FF6E00;
    border-radius: 10px;
    font:600 16px/24px 'Poppins';
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}
.b-september-cooldown-2022-stretch__btn:hover {
    background-color: #FF8A32;
}
.b-september-cooldown-2022-stretch__btn:active {
    background-color: #FF8A32;
}

.b-september-cooldown-2022-stretch__close {
    position: absolute;
    right: 24px;
    top: 23px;
    width: 24px;
    height: 24px;
    background: #FF4C15 url(../img/cross.svg) center / 12px no-repeat;
    border-radius: 12px;
    cursor: pointer;
}

@media (max-height: 400px) {
    .b-september-cooldown-2022-popup__banner-body {
        top: 0;
        transform: translateX(-50%);
        position: absolute;
    }
}

@media (max-width: 600px) {
    .b-september-cooldown-2022-popup__banner-body {
        left: 0;
        transform: translateY(-50%);
        position: absolute;
    }
}

@media (max-width: 600px) and (max-height: 200px) {
    .b-september-cooldown-2022-popup__banner-body {
        top: 0;
        left: 0;
        transform: none;
        position: absolute;
    }
}

@media (max-width: 1050px) {
    .b-september-cooldown-2022-stretch {
        background: #F7E7D9 url("../img/stretch_bg_1024.png") left 9px / 344px 83px no-repeat;
    }
    .b-september-cooldown-2022-stretch__offer {
        display: none;
    }
    .b-september-cooldown-2022-stretch__btn {
        left: 789px;
        top: 13px;
    }
}
