.ya-share2__copied-tooltip{display: none !important}
ul.ya-share2__list {
	display: flex !important;
	list-style-type: none;
	margin:0;
}
ul.ya-share2__list li {
	margin:0;
}

.ya-share2__link {
	display: flex;
}
li.ya-share2__item  a{
    border-radius: 100px;
    background: var(--invert-color);
    border: 1px solid var(--invert-color);
    align-items: center;
    justify-content: center;
}

.ya-share2__title {
	display:none;
}
ul.ya-share2__list .ya-share2__item a {
	 margin-right: 8px;
}

ul.ya-share2__list .ya-share2__item a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    border-radius: 50%;
    background: var(--border-color);
}


/*
ul.ya-share2__list .ya-share2__item a:hover{
	background: var(--brand-color);
	border-color: var(--brand-color);
}
ul.ya-share2__list .ya-share2__item a:hover *{
	filter: grayscale(1) brightness(1000%);
}

li.ya-share2__item_service_vkontakte .ya-share2__link {
   color: var(--navy-color);
}
li.ya-share2__item_service_whatsapp .ya-share2__link {
   color: #25D366;
}
li.ya-share2__item_service_telegram .ya-share2__link {
	color: var(--brand-blue);
}

li.ya-share2__item a:hover {
    background: none;
}
*/

ul.ya-share2__list .ya-share2__item .ya-share2__icon {
    filter: grayscale(1) brightness(1000%);
}

.ya-share2__icon {
	display:block;
    height: 19px;
    width: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
li.ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("/local/assets/images/share-vk.svg");
}
li.ya-share2__item_service_telegram .ya-share2__icon {
    background-image: url("/local/assets/images/share-tg.svg");
}
li.ya-share2__item_service_whatsapp .ya-share2__icon {
    background-image: url("/local/assets/images/share-wh.svg");
}
li.ya-share2__item_service_dzen .ya-share2__icon {
    background-image: url("/local/assets/images/share-dzen.svg");
}
li.ya-share2__item_service_max .ya-share2__icon {
    background-image: url("/local/assets/images/share-max.svg");
}

#cookie_notification.show {
	display: block;
}

#cookie_notification {
    display: none;
}

.cookie_wrap{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	padding: 16px 0;
}
@media only screen and (min-width: 1200px) {
    .cookie_wrap {
        right: 50%;
        transform: translateX(50%);
    }
}

@media only screen and (min-width: 768px) {
    .cookie_wrap {
        /*width: 484px;*/
    }
}
.cookie_wrap .container{
	/*max-width: inherit;
	width: calc(100% - 48px);*/
	padding: 20px;
	margin: 0 auto;
	border-radius: 20px;
	position: relative;
}
.cookie_wrap .container:before{
	position: absolute; 
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	border-radius: 10px; 
	background: rgb(255, 227, 195, 0.64);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.cookie_content{
	position: relative;
}
.cookie_content h3{
	color: var(--brand-dark);
	margin-top: 0;
}
.cookie_content p{
	color: var(--default-color);
}
.cookie_content .text .close{
	right: -14px;
	top: -14px;
	width: 14px;
	height: 14px;
}
.cookie_content .text a{
	text-decoration: underline;
}
.cookie_content .text a:hover{
	text-decoration: none;
	color: var(--brand-dark);
}
.cookie_content .close img{
	width: 14px;
}

.cookie_content .btn-wrap{
	margin-top: 8px;
}
.cookie_wrap .close{cursor: pointer;}

#cookie_notification button{
	float: right;
}

@media only screen and (max-width: 992px) {
	#cookie_notification button{
		float: left;
		margin-top: 10px;
	}
}

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

.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/assets/images/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;
}
.note.error {
	background-color: #d53a3a;
	color: white;
}

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

.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;
}