.cartProducts_item {
	padding-bottom: 30px;
}


#loading_screen img{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
}

.filter a.active{
	background: var(--grey-color-dark)!important;
	border: 1px solid var(--grey-color-dark)!important;
	color: #fff!important;
}

.popup-window.popup-window-with-titlebar {
    padding: 40px 27px 30px 27px;
    border-radius: 25px;
    border: none;
}

.popup-window.popup-window-with-titlebar p{
    margin-top:30px;
}

.popup-window-titlebar-text, .popup-window-titlebar-text-version {
    overflow: visible;
	white-space: nowrap;
	padding: 0;
}
.popup-window-close-icon {
    width: 55px;
    height: 55px;
    right: 27px;
    top: 27px;
	background: var(--grey-color-light);
	box-sizing: border-box;
    border-radius: 72px;
    text-align: center;
}
.popup-window-close-icon:after {
    width: 0;
    height: 0;
    background-image: none;
}
.popup-window-close-icon:before {
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(/local/templates/my_step/img/icons/icon-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    filter: grayscale(1) brightness(0);
    background-size: 10px auto;
}
@media only screen and (min-width: 768px) {
    .popup-window-close-icon:before {
        background-size: 18px auto;
    }
}
@media (min-width: 576px) {
    .popup-window.popup-window-with-titlebar {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
@media only screen and (min-width: 768px) {
    .popup-window.popup-window-with-titlebar {
        max-width: 782px;
        width: 94%;
    }
}
.popup-window-titlebar-text {
    margin: 0;
    font-size: 1.667rem;
    margin-bottom: 0;
    color: var(--default-color);
	font-family: Wix-Regular, Arial, sans serif;
}
@media only screen and (min-width: 1620px) {
    .popup-window-titlebar-text {
        font-size: 1.94444rem;
    }
}
@media only screen and (min-width: 768px) {
    .popup-window-titlebar-text {
        font-size: 2.1875rem;
    }
}


.page_ProductDetaly .home_read_solutions {
    padding-bottom: 1.5rem;
    margin-top: 4rem;
}
@media only screen and (min-width: 1620px) {
    .page_ProductDetaly .home_read_solutions {
        margin-top: 5.5rem;
    }
}

.bx-authform {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;

}
.bx-authform .bx-authform-input-container input[type="text"], .bx-authform .bx-authform-input-container input[type="password"] {
    border: 1px solid var(--grey-color-light);
	font-size: 1rem;
    line-height: 55px;
    padding: 30px 30px;
	box-shadow: none;
    color: var(--default-color);
    font-family: Wix-Regular, Arial, sans serif;
    border-radius: 68px;
}
.bx-authform .bx-authform-content-container {
	font-size: 0.889rem;
	color: var(--grey3);
    font-weight: 400;
	margin: 0px 0px 25px 0;
    display: block;
}

.bx-authform .bx-authform-label-container {
	font-size: 0.889rem;
	color: var(--grey3);
    font-weight: 400;
	margin: -10px 0 5px 15px;
    display: block;
}

.bx-authform .bx-authform-link-container, .bx-authform .bx-authform-description-container {
	font-size: 0.889rem;
	color: var(--grey3);
    font-weight: 400;
	margin: 0px 0 15px 0px;
	padding-bottom: 0px;
    display: block;
}

.bx-authform .bx-authform-link-container a {
	font-size: 1rem;
	margin: 15px 0 15px 0px;
    display: block;
}

.bx-authform .bx-captcha {
	margin: 15px 0 15px 15px;
}

.bx-authform .bx-title {
    text-align: center;
	padding-bottom: 25px;
}

.bx_catalog-compare-list {
	display: none!important;
}


.header_buttons .btn.enter-btn {
	margin: 0 0px 0 10px;
	padding: 0 20px 0 20px;
}

.content_sertif .row div[id *='bx_incl_area_'] {
        justify-content: space-between;
}



.note {
    padding: 10px 20px;
    margin-bottom: 10px;
	text-align:center;
	padding-bottom: 50px;
}
.message-block {
	position: fixed;
	z-index: 1000000;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
	padding:20px;
	background-color: #8bc34a;
    color: white;
}
.message-block.error {
	background-color: #d53a3a;
	color: white;
}

.message-block.success {
	background-color: #238b30;
	color: white;
}