.window_holder{
	position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.newsletter_module.popup{
	width: 400px;
    margin: 0 auto;
    position: relative;
    top: 20%;
    background: #fff;
    padding: 10px 20px;
    text-align: center;
}
.popup_close{
	position: absolute;
    top: 10px;
    right: 10px
}

.bordered_content {
    
  

}

.newsletter-input {
    display: flex;
    gap: 10px;

    /* margin-bottom: 32px; */
    margin-left: -28px;
}
.btn-newsletter {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: #E5B949;
    padding: 5px 73px 5px 73px;
}
.newsletter-image {
    flex-grow: 1;
    position: static;
    width: 242px;
}

.newsletter-description > .newsletter-description2 {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
}
.newsletter-description > .newsletter-title {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0px;
}
.newsletter-description {
    margin-left: 20px;
    /* padding: 20px; */
}
.newsletter-input > input {
    border-radius: 0;
    border: 1px solid #ccc;
    flex: 1 0 65%;
}
.newsletter_image_description {
    display: flex;
    align-items: center;
}
.newsletter_image_description2 {
    display: flex;
}
.bordered_content2 {
    display: none;
    /* flex-wrap: wrap; */
    align-items: center;
    gap: 28px;
    padding: 0 16px;
    margin-bottom: 4px;
    background-image: url(/catalog/view/theme/default/image/footer_img.png),url(/catalog/view/theme/default/image/footer_img.png);
    background-color: #0372d9;
}
.bordered_content2 .newsletter_image_description2 {
    flex: 1;
    align-items: center;
}
.bordered_content2 .newsletter_image_description2 .newsletter-image {
    flex: 1 0 34%;
    height: auto;
}
.bordered_content2 .newsletter_image_description2 .newsletter-description {
    flex: 1 0 49%;
    padding: 0;
}
@media screen and (max-width: 1200px) {
    .btn-newsletter {
        padding: 5px 34px 5px 34px;
    }
    .bordered_content {
        padding: 0 10px;
    }
}


@media screen and (max-width: 768px) {
    .bordered_content2 {
        display: flex;
    }
    .bordered_content {
        gap: 0;
    }
    /* .newsletter_image_description2 {
        display: flex;
    } */
    .bordered_content {
        padding: 20px 4px;
    }
    .newsletter-input {
        margin-left: 0;
    }
    .newsletter-input > input, .newsletter-input > #button-subscribe {
        flex: 1 0 34%;
    }
    .newsletter-image > img {
        top: -80px;
        left: 40px;
    }
    .newsletter-image {
        flex: 1 0 19%;
    }
    .newsletter-description {
        flex: 1 0 74%;
    }
    .newsletter_image_description {
        display: none;
    }
    
}
@media screen and (max-width: 425px) {
    .newsletter-image {
        margin: 0;
    }
    .bordered_content2 {
        height: 47px;
    }
    /* .bordered_content2 .newsletter_image_description2 .newsletter-image > img {
        width: 61%;
    } */
    .bordered_content2 .newsletter_image_description2 .newsletter-description .newsletter-title {
        color: #FFF;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }
    .bordered_content2 .newsletter_image_description2 .newsletter-description .newsletter-description2 {
        color: #FFF;
        font-family: Roboto;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        margin: 0;
    }
    .bordered_content2 .newsletter_image_description2 .newsletter-image {
        align-self: flex-end;
    }
    .newsletter-image > img {
        top: 0;
        left: 0;
    }
    .newsletter-image > img {
        position: inherit;
    }

}
@media screen and (max-width: 320px) {
    .bordered_content2 .newsletter_image_description2 .newsletter-image {
        flex: 1 0 10%;
    }
    .bordered_content2 .newsletter_image_description2 .newsletter-image > img {
        width: 91%;
    }
}
@media screen and (min-width: 1920px) {
    .bordered_content {
        padding: 0 350px 0 350px;
    }
}

@media screen and (min-width: 2560px) {
    .bordered_content {
        padding: 0 700px 0 650px;
    }
}

