/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #343434;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: none;
    border-bottom: 1px solid #343434;
    margin-bottom: 32px;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-container-input input[type="text"]::placeholder{
    color: #000;
    font-size: 17px;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}
.popup-window-titlebar-close-icon {
	top: 18px;
	right: 20px;
}
.popup-window-close-icon::after{
    width: 24px;
    height: 24px;
}
.popup-window-titlebar{
    display: flex;
    align-items: center;
}
.popup-window-content{
    padding: 20px 20px 0px 20px !important;
    margin-top: 12px;
}
.popup-window-buttons{
    margin-bottom: 25px;
}
.popup-window-titlebar-text{
    width: 100%;
    max-width: 459px;
    text-align: center;
    position: relative;
    background-color: rgba(134, 224, 44, 0.2);
    color: #000;
    margin-top: 12px;
    border-radius: 4px;
}
.popup-window-titlebar-text::after{
	content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.00016 16.1701L4.83016 12.0001L3.41016 13.4101L9.00016 19.0001L21.0002 7.00009L19.5902 5.59009L9.00016 16.1701Z' fill='%23262626'/%3e%3c/svg%3e");
	position: absolute;
    width: 24px;
    height: 24px;
    left: 24%;
    top: 12%;
}
.bx-catalog-subscribe-description-message{
    color: #343434;
    opacity: 0.4;
    font-size: 14px;
    margin-bottom: 22px;
}
/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}

.product__subscribe .subscribe__wrapper {
	display: flex;
	margin-top: 15px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
}

.product__subscribe .subscribe__wrapper .bx-catalog-subscribe-button {
	margin: 0;
	padding: 5px 20px;
	flex: 1 1 auto;
	width: unset;
	max-width: unset;
	height: 65px;
    display: flex;
    align-self: center;
    background-color: #E02C38;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: all .3s;
}

.product__subscribe .subscribe__wrapper .bx-catalog-subscribe-button:hover {
	background-color: #B11621;
}

.product__subscribe .subscribe__wrapper .bx-catalog-subscribe-button.disabled {
	background-color: #E02C38;
	cursor: default;
}

.product__subscribe .subscribe__wrapper .bx-catalog-subscribe-button span {
	position: relative;
	font-family: HelveticaNeueCyr !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	line-height: 18px !important;
	display: flex;
	align-items: center;
	text-align: center;
    text-transform: uppercase;
	color: rgb(255, 255, 255) !important;
}

.product__subscribe .subscribe__wrapper .bx-catalog-subscribe-button.disabled span {
	font-weight: bold !important;
	color: #FFFFFF !important;
}

.product__subscribe .subscribe__wrapper .favorite_conteiner {
	width: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	flex: 0 0 auto;
}

.popup-window{
    max-width: 544px !important;
    width: 100%;
}
@media screen and (max-width: 447px) {
    .popup-window-titlebar-text{
        font-size: 13px;
    }
    .popup-window-titlebar-text::after{
        left: 3%;
        
    }
    .popup-window-buttons span{
        font-size: 12px;
    }
}
@media screen and (max-width:1548px) {
    .bx-catalog-subscribe-button span{
        font-size: 13px;
    }
}