.grecaptcha-badge { 
  opacity: 0; 
  transform: translateX(-100vw); 
}
.btn-fixed button {
  padding: 12px 24px;
  font-size: 16px;
  background-color: #005bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgb(0 91 255);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(76, 175, 80, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
  }
}

.header .logo img {
	width: 100%;
	max-width: 216px;
}
.homepage-intro__row .intro-catalog__nav .item {
	height: auto;
	padding: 8px 0;
}
.haz_zoom {
	position: relative;
	cursor: pointer;
}
.haz_zoom .zoom {
	width: 40px;
	height: 40px;
	background-color: #E4EEFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	color: #005BFF;
	transform: scale(0);
	transition: all 0.2s ease;
}
.haz_zoom:hover .zoom {
	transform: scale(1);
}

.mobile-nav__menu .menus .menu ul.menu__catalog a.parent__link {
	height: auto;
	line-height: 1.2;
	padding-top: 12px;
	padding-bottom: 12px;
}

.comparison-block .comparison-link {
	position: relative;
	border: none !important;
	line-height: 13px;
	padding-top: 4px;
	padding-left: 26px;
	color: #1C2230 !important;
}

.comparison-block .comparison-link .icon {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0px;
	left: 0;
	background: #fff;
	border: 2px solid #E4EEFF;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	pointer-events: none;
}

.comparison-block .comparison-link.comparison-remove .icon {
	border-color: #005BFF;
	background: #005BFF;
}
.comparison-block .comparison-link.comparison-remove .icon:after {
	content: " ";
	position: relative;
	float: left;
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	background: transparent;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	opacity: 0;
	-webkit-transform: scale(0) rotate(-45deg);
	-moz-transform: scale(0) rotate(-45deg);
	-ms-transform: scale(0) rotate(-45deg);
	transform: scale(0) rotate(-45deg);
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.comparison-block .comparison-link.comparison-remove .icon:after {
	opacity: 1;
	-webkit-transform: scale(1) rotate(-45deg);
	-moz-transform: scale(1) rotate(-45deg);
	-ms-transform: scale(1) rotate(-45deg);
	transform: scale(1) rotate(-45deg);
}

.city-list-container .search-block__input ._icon {
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #9BAABC;
}
.city-list .city-list__item {
	font-size: 16px;
	cursor: pointer;
	transition: all .2s ease;
}
.city-list .city-list__item:hover {
	color: #FF7A2F;
}
.comparison-table .comparison-head,
.comparison-table .comparison-head .comparison-head__img {
	position: relative;
}
.comparison-table .comparison-head .comparison-head__img {
	margin-bottom: 12px;
}
.comparison-table .comparison-head .comparison-head__img img {
	min-height: unset;
}
.comparison-table .comparison-head .comparison-head__img {
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 12px;
	padding: 12px;
	border: 2px solid #E4EEFF;
}
.comparison-table .comparison-head .comparison-remove {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 16px;
	height: 16px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	color: #9BAABC;
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	border: 2px solid #9BAABC;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 6px;
	margin: 0;
}
.comparison-table .comparison-head .comparison-remove:hover {
	border-color: #FF7A2F;
	color: #FF7A2F;
}

.comparison-row-tr {
	border-bottom: 1px solid #E2E8F0;
}


.catalog-burger-menu {
	position: absolute;
	top: 124px;
	left: 0;
	width: 100%;
	display: none;
}
.catalog-burger-menu._show {
	display: block;
}

.catalog-burger-menu .homepage-intro__row {
	display: block;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(234, 234, 234, 0.8);
	box-shadow: 0px 2px 8px 0px rgba(234, 234, 234, 0.8);
	padding: 24px 30px;
	background: #fff;
	border-radius: 12px;
}
.catalog-burger-menu .homepage-intro__row .intro-catalog {
	display: flex;
}
.catalog-burger-menu .homepage-intro__row .intro-catalog__nav {
	flex-shrink: 0;
	width: 280px;
}
.catalog-burger-menu .homepage-intro__row .intro-catalog__content {
	position: relative;
	flex-grow: 1;
	float: left;
	top: auto;
	left: auto;
	min-height: unset;
	box-shadow: none;
	border-radius: 0;
	width: auto;
	background: transparent;
	padding: 0 0 0 24px;
}
.catalog-burger-menu .homepage-intro__row .intro-catalog__content-list {
	padding: 0;
}
@media only screen and (max-width : 992px) {
	.catalog-burger-menu {
		display: none !important;
	}
}

.custom-content {}
.custom-content__head {
	border-bottom: 2px solid #E4EEFF;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.custom-content__head-nav {
	margin-top: 40px;
}
.custom-content__head-nav li {
	color: #005BFF;
	cursor: pointer;
	transition: all .2s ease;
}
.custom-content__head-nav li:hover {
	color: #FF3427;
}
.page-migx-content .page-migx-content-block:not(:last-child) {
	margin-bottom: 46px;
}
.page-migx-content .js-slider__block {
	margin-top: 30px;
}
.slider-news .slide .slide__img {
	height: 0;
	padding-top: 70%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.ajax_form .error span.warning_mess {
    display: block;
}
.custom-file {
    display: flex;
    gap: 28px;
    align-items: center;
    border: 2px solid #e4eeff;
border-radius: 8px;
padding: 13px 12px;
}
.custom-file-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 12.5px;
    transition: all 300ms ease;
    min-width: fit-content;

}
.custom-file-button span{
color: #005bff;

}
.custom-file-button:hover {
        opacity: 0.7;
    }

.custom-file-button input {
        display: none;
    }
    

.btn-fixed {
    position: fixed;
    bottom: 120px;
    right: 40px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.btn-fixed img{
    position: relative;
    z-index: 2;
}
.btn-fixed button {
       padding: 16px 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    background: #005BFF;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    border: none;
}

.btn-fixed button.active{
    background: #fff;
    border-radius: 50%;
}
.btn-fixed button.active::before{
    display: none;
}
.btn-fixed button:before {
    inset: 0px;
    position: absolute;
  }

.btn-fixed__links {
    display: none;
}
.btn-fixed__links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 12px;
    width: 55px;
    height: 55px;
    background: #005BFF;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 18px 16px;
    border-radius: 50%;
    aspect-ratio: 1/1;
}
.btn-fixed__links a svg, .btn-fixed__links a svg rect{
    display: block;
    width: 100%;
    height: 100%;
}

button.btn-fixed__btn.active>img {
    display: none;
}

img.btn-fixed-active {
    display: none;
}

button.btn-fixed__btn.active>img.btn-fixed-active {
    display: block;
}
#check-question .popup__inner {
    background: #3498db;
    color: #fff;
    text-align: center;
}
 

#check-question   #form-message-8u46f8b496d84vb0b {
    display: flex;
}

#check-question #form-message-8u46f8b496d84vb0b input.form__input {
    margin-right: 6px;
}

#check-question #form-message-8u46f8b496d84vb0b input.form__submit {
    background: #1775b4;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#check-question  p.h2 {
    font-size: 24px;
    font-weight: 100;
}
#check-question  p.h5 {
    font-size: 13px;
    font-weight: 100;
}
 

#check-question {
    opacity: 1;
}

#check-question .fancybox-close-small {
    left: 50%;
    transform: translate(-50%, 0%);
}
#check-question .fancybox-close-small:after,#check-question .fancybox-close-small:before {
    background: #fff;
  
}
 

.row.filters-block__values.mse2_number_inputs {
    display: flex;
}

#mse2_filters .mse2_number_inputs label {
    display: flex!important;
    align-items: center;
    font-size: 12px;
}

#mse2_filters .mse2_number_inputs label input {
    margin: 0 5px;
    font-size: 13px;
}
.product-labels .label__new {
    background-color: #30b3ff
}

.sort-block__item .sort-block__value {
    border: none;
    outline: none;
  
}
b {}b {}

.row.props-list__row {
}

.detail-options-list-tpl2 {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.row.props-list__row.props-list__row_vendor {
    margin-bottom: 15px;
}

.detail-options-list-tpl2 p {
    margin-bottom: 0;
}

.detail-options-list-tpl2 p b {
    font-size: 16px;
    font-weight: bold;
}
@media only screen and (min-width: 992px) {
    #wrapper:has(.filters){
        overflow: visible;
    }
    .page-content:has(.filters){
        float: none;
    }
    .filters{
        position: sticky;
        top: 90px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width : 660px) {
	.catalog-tabs__head {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.catalog-tabs__nav {
		margin-left: 0;
		margin-top: 20px;
	}
}