.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: 10px 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    background: #005BFF;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    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: 40px;
    height: 40px;
    background: #005BFF;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 10px 10px;
    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;
}

.btn-fixed__links a.socwp {
    background: #2cb742;
}

.btn-fixed__links a.soctg {
      background: #0088cc;
}



.refers1 svg {
    margin-right: 5px;
}

.refers1 em {
    font-weight: bold;
    color: #fff;
    background: #005bff;
    padding: 1px 2px;
       margin-right: 5px;
}

.refers1 span {
    transform: skew(-10deg); /* Задаёт наклон в 20 градусов по оси X */
  /* Дополнительные стили для кнопки */
    background-color: #ffa800;
    color: white;
    padding: 1px 4px;
    border: none;
    display: block;
      font-weight: bold;
    margin-left: 5px;
      margin-right: 5px;
    color: #545454;
    border-radius: 5px;
}

.refers1 {
    display: flex;
    align-content: center;
    margin-bottom: 10px;
}




.refers2 {
    display: flex;
    align-content: center;
    margin-bottom: 10px;
}

.refers2 svg {
    margin-right: 5px;
}





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

.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), #wrapper:has(.add-review-sale__aside){
        overflow: visible;
    }
    .page-content:has(.filters){
        float: none;
    }
    .row:has(.add-review-sale__aside){
        float: inline-start;
    }
    .filters{
        display: flex;
        flex-direction: column;
        
        position: sticky;
        top: 90px;
        margin-bottom: 0px;
        max-height: calc(100vh - 220px);
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
    }
    
    .filters__footer{
        margin-top: auto;
    }
    
    #wrapper:has(.header.scrolling) .filters{
        
        max-height: calc(100vh - 120px);
    }
}

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


.sale-title {
  max-width: fit-content;
  margin-bottom: 60px;
}
.sale-title p {
  color: #fff;
  padding: 12px 20px;
  max-width: fit-content;
  border-radius: 8px;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 48px;
  line-height: 83%;
}
.sale-title p span {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #ff7a2f;
}
.sale-title > p {
  display: inline-flex;
  align-items: flex-start;
  color: #005bff;
  background: #c2d8ff;
}
.sale-title__background {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
}
.sale-title__text {
  position: relative;
  top: -6px;
  padding: 12px 20px;
  margin-left: 38px;
  background: #ff7a2f;
  border-radius: 8px;
}
.sale-title__text p {
  position: relative;
  z-index: 2;
  padding: 0px;
}

.popup-sale__row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.popup-sale__info {
  padding-top: 18px;
}
.popup-sale__info .form__submit {
  max-width: 300px;
}
.popup-sale__info .sale-title__text {
  background: none;
}
.popup-sale__img {
  position: relative;
  width: 335px;
  height: auto;
  aspect-ratio: 1/1;
}
.popup-sale__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.popup:has(.popup-sale__row) ._block {
  padding: 70px 40px 40px;
  overflow: hidden;
  background: #e4eeff;
}
.popup:has(.popup-sale__row) ._block::after {
  content: "";
  position: absolute;
  height: 120%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  top: 50%;
  right: -50%;
  background: #ff7a2f;
  transform: translate(-25%, -50%);
}
.popup:has(.popup-sale__row) .fancybox-close__btn {
  color: #fff;
}
.popup:has(.popup-sale__row) .fancybox-close__btn ._icon {
  border-color: #fff;
}
.popup:has(.popup-sale__row) .form__body {
  max-width: 300px;
}
.popup:has(.popup-sale__row) .form__row:last-child {
  margin-bottom: 0px;
}
.popup:has(.popup-sale__row) .form__row:has(.form__submit) {
  margin-top: 4px;
}
.popup:has(.popup-sale__row) .form__label {
  margin-bottom: 12px;
}
.free-delivery{
    padding:0px 0px 24px;
}
.free-delivery__row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #e4eeff;
  border-radius: 12px;
  padding: 38px 38px 38px 50px;
  position: relative;
  overflow: hidden;
  
}
.free-delivery__row::after {
  content: "";
  position: absolute;
  height: 200%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  top: 50%;
  right: -50%;
  background: #ff7a2f;
  transform: translate(-25%, -50%);
}
.free-delivery__info, .free-delivery__img {
  position: relative;
  z-index: 2;
}
.free-delivery__img {
  flex: 0 0 370px;
  aspect-ratio: 370/229;
}
.free-delivery__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.free-delivery__info .sale-title {
  margin-bottom: 28px;
}
.free-delivery__footer {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.free-delivery__footer a.button {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  justify-content: center;
  min-width: fit-content;
  font-size: 24px;
  line-height: 58%;
  height: auto;
}
.free-delivery__footer > p {
  display: flex;
  align-items: flex-start;
  gap: 3px;
  font-weight: 700;
  font-size: 12px;
  line-height: 125%;
  color: #7d879e;
  margin-bottom: 0px;
}
.free-delivery__footer > p span {
  font-weight: 700;
  font-size: 15px;
  color: #ff7a2f;
}

.add-review-sale__row {
  display: flex;
  gap: 20px;
}
.add-review-sale__aside {
    display: flex;
    flex-direction: column;
    gap: 20px;
  flex: 0 0 270px;
}
.add-review-sale__sale {
  position: sticky;
  left: 0px;
  top: 90px;
  border-radius: 12px;
  background: #e4eeff;
  overflow: hidden;
  padding: 24px;
}
.add-review-sale__sale::after {
  content: "";
  position: absolute;
  width: 200%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  left: 50%;
  background: #ff7a2f;
  transform: translate(-50%, -25%);
}
.add-review-sale__sale .sale-title {
  margin-bottom: 17px;
}
.add-review-sale__sale .sale-title p {
  font-size: 24px;
}
.add-review-sale__sale .sale-title__text {
  background: none;
}
.add-review-sale__sale > img {
  margin-bottom: 17px;
}
.add-review-sale__sale .button {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.add-review-sale__sale .sale-title, .add-review-sale__sale > img,
.add-review-sale__sale .button {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1110px) {
  .sale-title p {
    font-size: 24px;
   
  }
  .sale-title > p {
 padding: 8px 16px;
   
  }
  .sale-title .sale-title__text {
    top: -4px;
     padding: 8px 22px;
  }

  .free-delivery__footer a.button {
    font-size: 14px;
    padding: 12px;
  }
  .popup:has(.popup-sale__row) ._block {
    padding: 24px;
  }
  .popup-sale__row,
  .free-delivery__row,
  .add-review-sale__row {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .free-delivery__row {
    padding: 24px;
  }
  .free-delivery__info .sale-title__text {
    top: -4px;
    background: none;
    max-width: 190px;
     margin-left: 20px;
  }
  .free-delivery__info .sale-title__text p {
    line-height: 1;
  }
  .free-delivery__footer {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .free-delivery__footer a.button {
    width: 100%;
    line-height: 1;
  }
  .free-delivery__img {
    flex: 1 1 auto;
  }
  .popup:has(.popup-sale__row) ._block::after,
  .free-delivery__row::after {
    bottom: 0px;
    top: auto;
    height: auto;
    width: 200%;
    left: 50%;
    transform: translate(-50%, 90%);
  }
  .add-review-sale__sale {
    position: relative;
    left: auto;
    top: auto;
  }
  .add-review-sale__aside {
    flex: 1 1 auto;
  }
  .add-review-sale__sale{
    order: -1;
      
  }
  .add-review-sale__sale .sale-title{
      
      max-width: 100%;
  }
  .add-review-sale__sale .sale-title__text{
      top: -6px;
      padding: 8px 16px;
      margin-left: auto;
      max-width: fit-content;
  }
.popup:has(.popup-sale__row) .fancybox-close__btn ._icon{
    border-color: #9BAABC;
}
.popup:has(.popup-sale__row) .fancybox-close__btn{
    
    color: #9BAABC;
}
}
@media only screen and (max-width: 450px) {
  .popup-sale__img {
    flex: 1 1 auto;
    width: 100%;
  }
  .popup:has(.popup-sale__row) ._block::after,
  .free-delivery__row::after {
    transform: translate(-50%, 75%);
  }
}