.a-categories-grid__inner {
	display: flex;
	flex-wrap: wrap;
    margin: 0 auto;
    width: fit-content;
  	overflow: visible;
    gap: 15px;
}
.a-categories-grid__inner .swiper-wrapper {
	justify-content: center;
  	flex-wrap: wrap;
}
.a-categories-grid__inner .swiper-slide {
	width: 150px;
}
@media (max-width: 430px) {
.js-filter-count {
	display: block;
    font-size: 14px;
}
}
.a-categories-grid__inner .a-categories-grid__item {
	display: flex;
  	align-items: flex-start;
  	justify-content: center;
  	padding: 0;
    max-width: none;
  	flex: auto;
	min-width: 150px;
    width: 150px;
    max-width: 150px;
}
.btn.dropdown-toggle {
	border-radius: 6px;
}

.a-categories-grid .container {
	padding: 0;
}

.deliveryInfo>img {
  	width: 85px;
  	height: 35px;
  	margin-left: 10px;
}

.boxberry-show-pvz {
 position: relative;
  overflow: hidden;
}

.boxberry-show-pvz:after {
  content: "";
  display: block;
  width: 20px;
  height: 200px;
  margin-left: 50px;
  background: #fff;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0.5) 100%
  );
  left: -40px;
  top: -100px;
  z-index: 1;
  transform: rotate(45deg);
  position: absolute;
  animation: movingFlare 3s ease-in-out 0.05s infinite;
}
 
@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

.a-categories-grid__inner .a-categories-grid__item:hover {
	text-decoration: none;
}

.a-categories-grid__inner .a-category-banner__inner {
	display: flex;
  	flex-direction: column;
  	align-items: center;
  	background: none;
  	justify-content: flex-start;
}

.a-categories-grid__inner .a-category-banner__img {
	border-radius: 50%;
    object-position: center;
    width: 90px;
    height: 90px;
  	transition: all 0.5s linear;
  	display: block;
  	margin-top: 20px;
}

.a-categories-grid__inner .a-category-banner__inner:hover .a-category-banner__img {
	transform: none;
  	width: 128px;
  	height: 128px;
  	margin-top: 0;
}

@media (max-width: 768px) {
  .a-categories-grid__inner .a-category-banner__inner:hover .a-category-banner__img {
  	width: 90px;
  	height: 90px;
  }
  .a-category-banner__inner {
  	height: auto !important;
  }
}


.a-categories-grid__inner .a-category-banner__title {
	display: block;
  	padding: 10px 0 0;
  	background: none;
  	color: var(--main-text-color);
  	text-transform: none;
  	position: static;
  	transform: none;
  	border: none;
  	text-align: center;
  	font-weight: 400;
}

.a-categories-grid__inner .a-category-banner__inner:hover .a-category-banner__title {
	background: none;
  	color: var(--main-text-color);
}

@media (max-width: 539px) {
  .a-categories-grid__inner .a-category-banner__img {
  	width: 90px;
    height: 90px;
  }
  .a-categories-grid__inner .a-category-banner__inner:hover .a-category-banner__img {
  	width: 90px;
    height: 90px;
  }

  .a-categories-grid__inner .a-category-banner__title {
  	font-size: 12px;
  }
}
@media (max-width: 321px) {
  .a-categories-grid__inner {
  	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
  }
  .a-categories-grid__inner .a-category-banner__img {
  	width: 80px;
    height: 80px;
  }
  .a-categories-grid__inner .a-category-banner__inner:hover .a-category-banner__img {
  	width: 80px;
    height: 80px;
  }
  .a-categories-grid__inner .a-categories-grid__item {
  	margin: 0;
    width: 100px;
    min-width: 120px;
    max-width: 120px;
  }
  .a-categories-grid__inner .a-category-banner__title {
  	font-size: 12px;
  }
}

/* iPhones adaptive: 12promax + 10 */
@media (width: 428px) {
.a-categories-grid__inner {
    gap: 20px;
    font-size: 12px;
}
.a-categories-grid__inner .a-categories-grid__item {
	min-width: 115px;
    width: 115px;
    max-width: 115px;
}
}
@media (width: 375px) {
.a-categories-grid__inner {
    gap: 5px;
    font-size: 12px;
}
.a-categories-grid__inner .a-categories-grid__item {
	min-width: 113px;
    width: 113px;
    max-width: 113px;
}
}
@media (width: 320px) {
.a-categories-grid__inner {
  	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    font-size: 12px;
  }
.a-categories-grid__inner .a-categories-grid__item {
	min-width: 110px;
    width: 110px;
    max-width: 110px;
}
}
@media (width: 430px) {
.a-categories-grid__inner .a-categories-grid__item {
	min-width: 115px;
    width: 115px;
    max-width: 115px;
}
}

.double-card .card__description {
      display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  	overflow: hidden;
  	margin-bottom: 5px;
  	max-height: 63px;
}

/* brands carousel */
* {
  box-sizing: border-box;
}

@keyframes rotate-slider-link-animation {
  0% {
  	transform: translateY(0px);
  }
  25% {
  	transform: translateY(-50%);
  }
  50% {
  	transform: translateY(0px);
  }
  75% {
  	transform: translateY(-20%);
  }
  100% {
  	transform: translateY(0px);
  }
}

@keyframes rotate-slider-link-animation-loop {
  0% {
  	transform: translateY(0px);
  }
  86% {
  	transform: translateY(0px);
  }
  89.5% {
  	transform: translateY(-50%);
  }
  93% {
  	  	transform: translateY(0px);
  }
  96.5% {
      	transform: translateY(-20%);
  }
  100% {
  	transform: translateY(0px);
  }
}

.rotate-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px;
  opacity: 0;
}

.rotate-slider .a-brand__bg {
	display: none;
}

.rotate-slider_loaded {
	opacity: 1;
}
.rotate-slider .a-brand__inner {
	margin: 0;
  	padding: 0;
  	height: 100%;
}
.rotate-carousel {
  width: calc(100% - 40px);
  border-radius: 50%;
  border: none;
  position: absolute;
}

.rotate-slider__link-container {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 0.2s ease;
}

.rotate-slider__link-container img {
 	border-radius: 50%;
	width: 100%;
  	height: 100%;
  	object-fit: cover;
}

.rotate-slider__link {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 15px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-weight: 600;
}

.rotate-slider__link:hover {
	color: #2d4d88;
}

.rotate-slider__link img{
	-webkit-animation: rotate-slider-link-animation-loop 5s forwards infinite; /* for less modern browsers */
        animation: rotate-slider-link-animation-loop 5s forwards infinite;
}

.rotate-slider__link:hover img{
	-webkit-animation: rotate-slider-link-animation 0.7s forwards; /* for less modern browsers */
        animation: rotate-slider-link-animation 0.7s forwards;
}

.rotate-carousel__item {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  transform: translate(0,0);
  z-index: 0;
}
.rotate-carousel__item .a-brand__logo {
  width:100%;
  height:100%;
  object-fit:contain;
  padding: 10px;
}
@media (max-width:991px) {
  .rotate-carousel__item .a-brand__logo {
  padding: 6px;
  }
}

@media (max-width:600px) {
  .rotate-carousel__item .a-brand__logo {
  padding: 4px;
  }
}
@media (max-width:400px) {
  .rotate-carousel__item .a-brand__logo {
  padding: 3px;
  }
}


.rotate-carousel__item .item__container {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rotate-carousel__item.active {
  opacity: 1;
  z-index: 1;
}

.rotate-slider__nav {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  z-index: 1;
}

.rotate-slider__nav-prev {
  position: absolute;
  left: 20px;
  width: 40px;
  height: 40px;
  border:none;
  background: #b37eb4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: #FFF;
}

.rotate-slider__nav-next {
  position: absolute;
  right: 20px;
  width: 40px;
  height: 40px;
  border:none;
  background: #b37eb4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: #FFF;
}

.rotate-slider__link:hover {
  	text-decoration: none;
}
.rotate-slider__nav-next:hover,
.rotate-slider__nav-prev:hover {
  background: #2e4e87;
}

@media (max-width: 600px) {
  .rotate-slider__nav {
  	top: 66%;
    display: none;
  }

  .rotate-slider {
  	padding: 30px 20px;
  }
  .rotate-slider__link {
  	font-size: 13px;
  }
}
.rotate-slider  .a-brand__inner {
	position: relative;
  	background: none;

}
.rotate-slider .rotate-carousel__item_white .a-brand__inner:before {
  content: '';
  width: 100%;
  height:100%;
  position: absolute;
  top: 0;
  left:0;
  border-radius: 50%;
  z-index:2;
  background: rgba(255, 255, 255, 0.2);
}

.rotate-slider .rotate-carousel__item_black {
	opacity: 0.7;
}

.rotate-slider .rotate-carousel__item_black .a-brand__inner:before {
  content: '';
  width: 100%;
  height:100%;
  position: absolute;
  top: 0;
  left:0;
  border-radius: 50%;
  z-index:2;
  background: rgba(255, 255, 255, 0.4);
}

/* buttons to top and photo nav */
.mg-scrollTop {
  	background-image: none !important;
    background-color: #b37eb1 !important;
	font-family: icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: sub;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  	text-indent: 0;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	color: #FFF;
  	transform: rotate(90deg);
  	position: static;
  	margin-top: 10px;
}
.mg-scrollTop:before {
	content: "\e90d";
}
.mg-scrollTop:hover {
    background-color: #2d4d89 !important;
  color: #FFF;
  text-decoration: none;
}
@media (max-width:539px) {
.mg-scrollTop {
bottom: 60px;
}
}
.a-carousel__arrow {
	background-color: #b37eb1 !important;
}
.a-carousel__arrow:hover {
    background-color: #2d4d89 !important;
}


.item__container {
	pointer-events: none;
  	visibility: hidden;
  	z-index: 0;
}
.active .item__container {
	pointer-events: all;
    visibility: visible;
  	z-index: 1;
  
}

@media (max-width:539px) {
  .a-categories-grid__inner {
  	display:flex;
  }
}


.a-categories-grid__inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: fit-content;
    overflow: visible;
    gap: 15px;
    grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
    width: 95%;
    margin: 0 auto;
    justify-content: center;
    justify-items: center;
}




@media (max-width: 539px) {
  .a-category-banner__inner {
        height: auto !important;
  }
}

@media (max-width:539px) {
  .a-categories-grid__inner {
  	margin-bottom: 30px;
  }
}


  /* Анимэция */

.a-category-banner__inner {
	overflow: visible;
}
.a-category-banner__image-container {
	position: relative;
  	margin-top: 10px;
}
@keyframes category-item {
  0% {
  	transform: scale(1);
      	opacity: 0.6;
  }
  100% {
  transform: scale(1.4);
   	opacity: 0
  }
}
.a-category__animation {
	position: absolute;
  	width: 100%;
  	height: 100%;
  	border-radius: 50%;
  	border: 1px solid var(--border-color);
  	box-shadow: 0px 0px 5px #7777778f;
  	transform: scale(1);
  	opacity: 0;
}
/*
.a-category__animation-1 {
	-webkit-animation: category-item 2s infinite; 
    animation: category-item 2s infinite;
}

.a-category__animation-2 {
	-webkit-animation: category-item 2s 0.8s infinite; 
        animation: category-item 2s 0.8s infinite;
}

.a-category__animation-3 {
	-webkit-animation: category-item 2s 1.6s infinite; 
        animation: category-item 2s 1.6s infinite;
}
*/


.a-categories-grid__inner .a-category-banner__img {
	margin: 0;
}

.swiper-slide:first-of-type .a-category-banner__img {
	border: 5px solid #9499cb82;
}
.swiper-slide:nth-of-type(2) .a-category-banner__img {
	border: 5px solid #95449970;
}
.swiper-slide:nth-of-type(3) .a-category-banner__img {
	border: 5px solid #9fc5bbb0;
}
.swiper-slide:nth-of-type(4) .a-category-banner__img {
	border: 5px solid #e9c7b7b3;
}

/* sticky nav */
@media (max-width:605px) {
#sticky-nav.sticky-t {
position: fixed;
top: 0;
z-index: 100;
width: 100%;
}
.navbarOffsetMargin-s {
  padding-top: 42px;
}
}

#recently-target {
  	margin: 0 auto;
}

.a-filter {
    margin-top: var(--container-indent,30px);
    margin-bottom: var(--container-indent,50px);
}

.double-card .card {
	margin-bottom: 0px !important;
}
/* слайдер на странице товара */

.a-carousel__images .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  
}
@media (max-width: 575px) {

.a-carousel__images .owl-nav.disabled{
	display: flex;
}
}
.a-thumbs-slider__item {
	border: none;
}

.a-thumbs-slider__item img {
	    border: 1px solid var(--bg-blocks-color,#f7f8fa);
}

.a-carousel__images {
	padding-right: 45px;
}
/* Карты + страница контактов */

@media (min-width: 576px) {
.phone-hide-pc {
display: none;
}
}

@media (max-width: 576px) {
.phone-hide-m {
display: none !important;
}
  .map-hide-m #map > ymaps > ymaps,
.map-hide-m #map > ymaps,
  .map-hide-m #map {
 max-height: 400px;
  height: 400px !important; 
}
.adress-dropdown__btn {
text-align: center !important;
}
}

@media (max-width: 576px) {
.phone-hide-m {
display: none;
}
}

.pc-pos-fix {
display: flex;
justify-content: center;
}

.adress-dropdown__btn {
	cursor: pointer;
  	background: none;
  	border: none;
  	width: 100%;
  	text-align: left;
}

.adress-dropdown__container {
	display:none;
}

.c-modal__button-wrap {
	align-items: flex-end;
}

.a-carousel__images .owl-nav i {
	color: var(--hovered-text-color,#fff);
}

/* sticky */
.a-header__bottom .a-header__icons,
.a-header__bottom .container_top {
	display: none;
}

@media (max-width: 991px) {
	.a-header .container_top {
		display:none;
	}
  .a-filter {
  	margin-top: 5px;
  }
  .a-header__icons {
  	display: none;
  }
  .a-header__bottom .a-header__icons,
  .a-header .a-header__bottom .container_top {
	display: flex;
}
  .container-flex {
  	display:flex;
    justify-content: space-between;
    max-width: 720px;
    margin: 0 auto;
  }
  .container-right-mobile {
  	display: flex;
  }
  .container-right-mobile .container_top {
  	position: static;
  }
  .container-right-mobile .a-header__icons {
  	margin-bottom: 0;
  }
}

@media (max-width: 768px) {
	.container-flex {
    max-width: 540px;
  }
}
@media (max-width: 576px) {
		.container-flex {
    max-width: none;
	padding: 0 10px;
  }
}
#search-target {
	position: relative;
}
#sticky-nav {
	background: #FFF;
}

@media (max-width: 719px) {
  .a-search__input {
  	left: -50px;
  }
  .a-search__close {
  	left: 175px;
  }
}

/* upsale block */
.c-carousel__title {
    display: block !important;
}

/* flag */
.rotate-slider__img-container {
	width: 60px;
  	height: 60px;
  	position: absolute;
  	left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.rotate-slider__img-container img {
	width: 100%;
  	height: 100%;
  	object-fit: cover;
}
@media (max-width: 1199px) {
  .rotate-slider__img-container {
  		width: 50px;
  	height: 50px;
  }
}
@media (max-width: 991px) {
	.rotate-slider__img-container {
  		width: 45px;
  		height: 45px;
  }
}

@media (max-width: 767px) {
	.rotate-slider__img-container {
  		width: 36px;
  		height: 36px;
  }	
}

@media (max-width: 600px) {
		.rotate-slider__img-container {
  		width: 60px;
  		height: 60px;
  		top: 0;
        left: 0;
        transform: none;
  }	
}
@media (max-width: 400px) {
		.rotate-slider__img-container {
  		width: 40px;
  		height: 40px;
  }	
}

.a-image-box__sticker {
	z-index: 1;
}
#latest,
#recommended {
	    -webkit-box-ordinal-group: 7;
    order: 6;
}

.carousel-desctop .c-carousel--index {
	visibility: visible;
  	opacity: 1;
}

.js-catalog-mini-item {
	border-radius: 10px;

}

.js-catalog-top-carousel-desc .js-catalog-item {
	border-radius: 10px;
  	width: 100%;
  	    box-shadow: 0 0 10px #0000001a;
}

.carousel-desctop {
	display: block;

}

.carousel-mobile {
	display: none;
}

@media (max-width: 600px) {
.carousel-desctop {
	display: none;

}

.carousel-mobile {
	display: block;
}

}

.double-card .a-favourites-btns__item .a-icon-btn__title {
	display: none;
}

.a-image-box__btns {
	z-index: 2;
}

.card__quick-buttons {
	display: flex;
  	flex-direction: column;
}

.card__stickers div {
	color: #FFF;

}

.double-card .card__details {
	width: 50%;
}
.mini-card__container {
	width: 50%;
}

.double-card .card {
	height: 100%;
}

.mini-card__images-container {
	padding: 0 30px;
}

.mini-card__images-container .owl-stage-outer {
    	overflow: hidden;
}

.visually-hidden {
position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);

}
.double-card .card__title a {
	color: var(--main-text-color);
  	font-weight: 600;
}

.c-carousel__title--left a{
	color: var(--main-text-color);
  	  	font-weight: 600;
}
.banners-slider .a-carousel__arrow,
.mg-slider-products .a-carousel__arrow,
.product__slider .a-carousel__arrow {
	border-radius: 50%;
  	border: none;
  	width: 24px;
  	height: 24px;
  	padding: 0;
  	display: flex;
  	align-items: center;
    justify-content: center;
  	transition: all 0.2s ease;
  color: var(--hovered-text-color,#fff);
}
.banners-slider .owl-next,
.banners-slider .owl-prev {
	top: 25px;
  	
}

.banners-slider .owl-next {
	right: 0px;
}
.banners-slider .owl-prev {
	right: 35px;
  	
}
.mg-slider-products .owl-stage-outer {
	padding-top: 32px;
}
.banners-slider .owl-next,
.banners-slider .owl-prev,
.mg-slider-products .owl-next,
.mg-slider-products .owl-prev,
.product__slider .owl-prev,
.product__slider .owl-next{
	height: auto;
}
.mg-slider-products .owl-prev {
	left: auto;
}
.mg-slider-products .owl-item  {
	padding: 0 10px;
}
.mg-slider-products .owl-prev,
.product__slider .owl-prev {
	right: 47px;
}

.product__slider .mini-card__images-container .owl-prev {
	left: 6px;
}

.product__slider .mini-card__images-container .owl-next,
.product__slider .mini-card__images-container .owl-prev {
  color: var(--hovered-text-color,#fff);
	top: 35%;
  	display:block;
  width: fit-content;
}

.mini-card__wrapper .c-variant__title-selected {
	display: none;
}

.a-catalog-item {
border-radius: 10px;
box-shadow: 0 0 10px #9499cd75 !important;
}
.c-carousel__content--related .c-goods__item .c-ribbon .c-ribbon__sale,
.double-card .card__discount,
.a-catalog-item .a-stickers__item_sale {
  background: #ed3b77 !important;
}
@media (max-width: 767px) {
  .a-categories-grid__inner .swiper-wrapper {
  	justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .a-categories-grid__inner {
    	display:flex;
    	justify-content: flex-start;
    	flex-wrap: nowrap;
    	
    	padding-bottom: 10px;
    margin-right:0;
    overflow: hidden;
    margin-left: 0;
    width: 100%;
    gap: 0;
	}
  .a-categories-grid__inner .swiper-slide {
  	width: 149px;
  }	
  .a-categories-grid__inner .a-categories-grid__item {
  	min-width: 129px;
    width: 129px;
    max-width: 129px;
  }
}
.c-carousel__content--related .c-goods__item .c-ribbon .c-ribbon__new,
.a-catalog-item .a-stickers__item_new,
.double-card .a-stickers__item_new {
	background: #1a8bbe !important;
    border: 4px solid #8CBEBD;
}


.double-card .card__stickers .a-stickers__item,
.double-card .card__stickers .card__discount,
.c-carousel__content--related .c-goods__item  .c-ribbon div,
.a-catalog-item .a-stickers__item {
  border-radius: 11px;
  padding: 3px 6px 2px;
  font-size: 15px;
}
.a-product-video {
margin-bottom: 20px !important;
}
.c-carousel {
margin-bottom: 5px;
}
.a-video-block {
box-shadow: 10px 10px 10px #0000001a !important;
}

.ymaps-2-1-79-map {
width: 100% !important;
margin-right: 0 !important;
}

.product__slider .mini-card__images-container .owl-prev {

}

/* фикс отступов в карточке на мобилке */

.double-card .card__container {
	display:flex;
  	flex-direction: column;
  height: 100%;
}

.double-card .mini-card__wrapper {
	height: 100%;
}
.double-card .card__details {
	height: 100%;
}

.double-card .actionBuy {
	justify-self: flex-end;
    display: flex;
  	height: auto;
    flex-direction: column;
    justify-content: space-between;
  	margin-top: auto;
}
}

.double-card .card {
	margin-bottom: 0px !important;
}

.double-card .c-variant {
	margin-bottom: 5px;
}

.double-card .card__buttons {
	margin-bottom: 10px;
}

/* comments fix */
.comments .comment-post {
    background: #b37eb1 !important;
}
@media (max-width: 600px) {
.comments-dropZone {
    display: inline-block;
    width: 300px;
    height: 45px;
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 10px;
}
}

/* font fix */
@media (max-width: 1005px) {
.c-carousel__title--left {
    font-size: 18px !important;
}
}
@media (max-width: 600px) {
.a-video-block__title {
    font-size: 18px !important;
}
.a-brands-grid__subtitle {
    font-size: 18px !important;
}
}
@media screen and (max-width: 768px) {
.a-product-video-desc__title-link {
    font-size: 18px !important;
    line-height: 28px !important;
}
}
@media (max-width: 539px) {
.a-categories-grid__inner .a-category-banner__title {
    font-size: 15px !important;
}
}
@media (max-width: 1005px) {
.card__price-box {
    font-size: 14px !important;
	font-weight: 800 !important;
}
}

.card:hover .card__stickers div {
	opacity: 1;
}

.double-card .card__discount {
  background-color: var(--alt-accent-color);
  border-radius: 2px;
  text-transform: none;
}

.card__stickers div {
	  text-transform: none;
}

/* mega menu */
.a-mega-menu-submenu-level-deep__item:hover {
    width: 100%;
}
.a-mega-menu-submenu__item {
	border-right: 1px #00000024 solid !important;
}
.a-mega-menu-item__submenu .col-md-3:last-of-type .a-mega-menu-submenu__item {
  border: none !important;
}
.a-mega-menu-submenu-level-deep__link {
font-weight: 500;
}
.a-mega-menu-submenu-level-deep__link:hover {
font-weight: 800;
}

/*
.a-mega-menu-submenu-level-deep__item:hover {
	background: #00000024;
    width: 100%;
}
.a-mega-menu-submenu__item {
box-shadow: 0 0 10px #0000001a !important;
border-radius: 10px;
text-align: center;
}
*/

.a-mega-menu-submenu__link {
	display: flex;
  	align-items: center;
}

.a-mega-menu-submenu__icon {
	width: 20px;
  	height: 20px;
  	margin-right: 10px;
}

.h-triggers {
    margin-bottom: 30px;
    border: 2px solid #f6f6f6;
    border-radius: 10px;
    padding: 15px 0
}

.h-triggers__inner {
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.h-trigger {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    flex: 1;
    max-width: 25%;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.advantage {
    margin-bottom: 10px;
  -webkit-box-ordinal-group: 4;
  order: 4;
}
.advantage__wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    opacity: 0;
}

.advantage__wrapper.owl-loaded {
    opacity: 1;
}

.advantage__wrapper .owl-stage {
    display: flex;
    margin: 0 auto;
}

.advantage__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0 auto;
}

.advantage__card:hover .advantage__image {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    transition: all 0.4s ease-in-out;
}

@media (max-width: 991px) {
  .advantage__card:hover .advantage__image {
    -webkit-transform: rotateY(0);
  	transform: rotateY(0);
  }
}

.advantage__wrapper {
	background: #b37eb1;
  	padding: 5px;
  	border-radius: 5px;
}

.advantage__image {
    background: none !important;
    border-radius: 5px;
    margin-right: 10px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advantage__image img {
    object-fit: contain;
    object-position: center;
}

.advantage__title {
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 1.83;
    text-transform: uppercase;
}

.advantage__subtitle span {
    color: #FFF !important;
    text-align: center;
}

.advantage__subtitle h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

@media (max-width: 1005px) {
    .advantage__subtitle h3 {
        font-size: 13px;
    }
}

.advantage__subtitle p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: var(--third-text-color);

}
.advantage__wrapper .owl-nav.disabled {
    display: none;
}

@media (min-width: 480px) {
    .advantage__card {
        position: relative;
    }
    .advantage__image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (max-width:1200px) {
    .h-trigger {
        max-width: 50%
    }
}

@media (min-width:310px) and (max-width:767px) {
    .h-trigger {
        max-width: 100%
    }
}

.h-trigger:hover .h-trigger__icon {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.h-trigger--1 {
    max-width: 100%
}

@media (max-width:1200px) {
    .h-trigger--1 {
        max-width: 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%
    }
}

@media (min-width:310px) and (max-width:767px) {
    .h-trigger--1 {
        max-width: 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%
    }
}

.h-trigger--2 {
    max-width: 50%
}

@media (max-width:1200px) {
    .h-trigger--2 {
        max-width: 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%
    }
}

.h-trigger--3 {
    max-width: 33.333%
}

@media (max-width:1200px) {
    .h-trigger--3 {
        max-width: 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%
    }
}

@media (min-width:310px) and (max-width:767px) {
    .h-trigger--3 {
        max-width: 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%
    }
}

.h-trigger--4 {
    max-width: 25%
}

@media (max-width:1200px) {
    .h-trigger--4 {
        max-width: 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%
    }
}

@media (min-width:310px) and (max-width:767px) {
    .h-trigger--4 {
        max-width: 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%
    }
}

.h-trigger:last-child::after {
    display: none
}

.h-trigger::after {
    content: '';
    display: block;
    width: 2px;
    height: 100px;
    right: 0;
    top: calc(50% - 50px);
    background: #eee;
    position: absolute
}

@media (min-width:310px) and (max-width:767px) {
    .h-trigger::after {
        display: none
    }
}

.h-trigger_icon_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.h-trigger_icon_top .h-trigger__text-content {
    text-align: center;
    -webkit-box-align: center;
    align-items: center
}

.h-trigger_icon_top .h-trigger__icon {
    margin-right: 0
}

.h-trigger__icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    -webkit-perspective: 400px;
    perspective: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.h-trigger__icon i {
    font: normal normal normal 14px/1 FontAwesome;
    color: var(--butoon-color)
}

.h-trigger__icon img {
    max-width: 55px;
    max-height: 55px;
    -o-object-fit: contain;
    object-fit: contain
}

.h-trigger__text-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center
}

.h-trigger__text-content h1,
.h-trigger__text-content h2,
.h-trigger__text-content h3,
.h-trigger__text-content h4,
.h-trigger__text-content h5 {
    padding: 0;
    margin: 0 0 7px;
    font-size: 16px;
    letter-spacing: .02em;
    font-weight: 500;
    color: var(--main-text-color, #191919);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-transform: uppercase
}

.h-trigger__text-content p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0
}

@media (min-width: 980px) {
    .advantage__card:nth-child(n+2) {
        padding-left: 0;
    }
    .advantage__title {
        font-size: 11px;
        letter-spacing: 0.3px;
    }
}

@media (min-width: 1450px) {
    .advantage__title {
        letter-spacing: 0.6px;
        line-height: 22px;
        font-size: 12px;
    }
}

.c-carousel__content--related {
	display: flex;
  	margin-top: 20px;
  	overflow: hidden;
  	padding: 0 50px;
}

@media (max-width: 1200px) {
  .c-carousel__content--related {
  padding: 0;
  }
}

.c-carousel__content--related .mg-remove-to-favorites,
.c-carousel__content--related .mg-add-to-favorites {
  	display: none;
}

.c-carousel__content--related .c-goods__img {
	height: 180px;
  	min-height: 180px;
  	max-height: 180px;
  display: block;
  	width: 180px;
  	max-width: 180px;
  margin: 0 auto;
  position: relative;
}

.c-carousel__content--related .c-goods__item  {
  width: 200px;
  max-width:200px;
}
.c-carousel__content--related .c-goods__img img {
	object-fit: contain;
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
}
.c-carousel__content--related .c-goods__img .c-ribbon {
	position: absolute;
  	left: 0;
  	top: 0;
  	z-index: 2;
}

.c-carousel__content--related .c-goods__title {
	color: var(--main-text-color);
  	text-decoration: none;
  	text-align: center;
  	transition: all 0.3s ease;
  	font-size: 12px;
  	margin: 10px 0;
}
.c-carousel__content--related .c-goods__title:hover {
  text-decoration: underline;
}

.c-carousel__content--related .c-goods__price--current {
	font-size: 15px;
    font-weight: 600;
  	text-align: center;
}

.c-carousel__content--related .rating-wrapper {
	display: flex;
  	flex-direction:column;
  	align-items: center;
}





.c-carousel__content--related .default-btn {
	    -webkit-appearance: none;
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    background-color: var(--accent-color,#2879fe);
    border: 1px solid var(--accent-color);
    color: #fff;
    border-radius: var(--border-radius);
    min-height: 35px;
    letter-spacing: .04em;
    padding: 0 15px;
    line-height: 1;
    transition: .3s all;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
}

.c-carousel__content--related .c-goods__right {
  display: flex;
  flex-direction: column-reverse;
}

.c-carousel__content--related .default-btn:hover {
	text-decoration: none;
}

.c-carousel__content--related .c-goods__description {
  display: none;
}

.c-carousel__content--related .c-goods__footer {
  display: none;

}

.c-carousel__content--related .owl-nav {
	width: 100%;
  	position: absolute;
  	top: 50%;
  	left: 0;
  	height: 0;
}

.c-carousel__content--related .owl-next {
	right: 0;
}
.c-carousel .c-carousel__content--related .a-carousel__arrow:first-child {
	margin: 0;
}

.catalog-slider-link {
	position: relative;
  	opacity: 0;
  padding: 0 48px;
}

.catalog-slider-link.owl-loaded {
	opacity: 1;
}

.catalog-slider-link .owl-stage {
	display:flex;
}


.catalog-slider-link .owl-item {
	  box-shadow: 0 0 10px #9499cd75 !important;
    border-radius: 5px;
  	display: flex;
  	align-items: center;
  	justify-content: center;

}
.catalog-slider-link .owl-item a {
  padding: 5px 10px;
  color: #aaa;
  text-align: center;
      white-space: nowrap;
}

@media (max-width: 777px) {
  .catalog-slider-link .owl-item a {
  	font-size: 12px;
  }
  .catalog-slider-link {
  	padding: 0 60px;
  }
}

@media (max-width: 396px) {
  .catalog-slider-link .a-carousel__arrow {
  	box-shadow: -10px 0px 20px 10px #FFF !important;
    padding: 10px 4px;
    border-radius: 0 !important;
  }
  
  .catalog-slider-link {
  	padding: 0 28px;
  }
}

.catalog-slider-link .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
	
}

.catalog-slider-link .a-carousel__arrow {
	position: absolute;
  	top: 0;
  border-radius: 50%;
  background: #FFF !important;
  border: none;
  box-shadow: 0 0 10px 20px #FFF;
  transform: translateY(-50%);
}

@media (max-width: 764px) {
  .catalog-slider-link .a-carousel__arrow {
  	box-shadow: 0 0 10px 20px #FFF;
  }
}

.catalog-slider-link .a-carousel__arrow--left {
	left: 0;
}

.catalog-slider-link .a-carousel__arrow--right {
	right: 0;
}

.mg-recently-viewed-plugin .property-form {
	display: none;
}

.c-carousel__content--related .a-carousel__arrow {
  width: 30px;
  height: 30px;
  color: #FFF !important;
}

.c-carousel__content--related .a-carousel__arrow:hover {
	background-color: #2d4d89 !important;
}

.c-carousel__content--related .owl-next.disabled, .c-carousel__content--related .owl-prev.disabled {
	display: flex;
}

.c-carousel__content--related .c-goods__price--old {
	display: none;
}

.c-carousel__content--related .owl-item {
	display: flex;
  	justify-content: center;
  	width: 200px !important;
}

.mg-recently-viewed-plugin .bx-next:hover {
	    background-position: center !important;
}

@media (max-width: 500px) {
.c-table__total {
    margin-top: 7px !important;
	margin-left: 0 !important;
}
}

.mg-recently-viewed-plugin .bx-next, .mg-recently-viewed-plugin .bx-prev {
	background-image: none !important;
      font-family: icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: sub;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  	text-indent: 0;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	color: #FFF;
  	background-color: #b37eb4;
}

.mg-recently-viewed-plugin .bx-next:hover, .mg-recently-viewed-plugin .bx-prev:hover {
  background-color: #2e4e87;
  text-decoration: none;
}

.mg-recently-viewed-plugin .bx-prev {
	transform: rotate(0);
}

.mg-recently-viewed-plugin .bx-next::before {
	    content: "\e90e";

}
 .mg-recently-viewed-plugin .bx-prev::before {
		content: "\e90d";
}

.c-carousel__content--related .c-ribbon .c-ribbon__hit {
	padding: 3px 4px 2px;
  	color: #fff;
      font-weight: 600;
     line-height: 1;
      border-radius: 2px;
      font-size: 12px;
  	width: fit-content;

}

.c-carousel__content--related .c-ribbon .c-ribbon__new {
  	padding: 3px 4px 2px;
    background: var(--alt3-accent-color) !important;
  	color: #fff;
      font-weight: 600;
     line-height: 1;
      border-radius: 2px;
      font-size: 12px;
  	width: fit-content;
}
.c-carousel__content--related .c-goods__img:hover {
    text-decoration: none;
}

.c-carousel__content--related .a-carousel__arrow {
  display: flex;
    align-items: center;
    justify-content: center;
  padding: 0;
}


.mg-recently-viewed-slider {
	    overflow: hidden;
    padding: 0 50px;
}




@media (max-width: 1200px) {
.mg-recently-viewed-slider {
    padding: 0;
}

}

.mg-recently-viewed-slider .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.mg-recently-viewed-slider .owl-stage {
	display: flex;
}
.mg-recently-viewed-slider .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
}

.mg-recently-viewed-slider .a-carousel__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  width: 30px;
    height: 30px;
    color: #FFF !important;
      border: none;
    border-radius: 50%;
    font-weight: 500;
    line-height: 0;
    cursor: pointer;
    -webkit-appearance: button;
}

.c-carousel .mg-recently-viewed-slider .a-carousel__arrow:first-child {
	    margin: 0;
}

.mg-recently-viewed-slider .owl-next, .mg-recently-viewed-slider .owl-prev {
    position: absolute;
    z-index: 9;
    top: 0;
    display: flex;
    height: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: center;
}
.mg-recently-viewed-slider .owl-next {
    right: 0;
}

.mg-recently-viewed-slider .owl-item {
	    display: flex;
    justify-content: center;
}

.chd-show-more-button-wrapper {
      background-color: var(--accent-color,#2879fe);
    border: 1px solid var(--accent-color);
    color: #fff;
    border-radius: var(--border-radius);
    min-height: 35px;
    letter-spacing: .04em;
    padding: 0 15px;
    line-height: 1;
    transition: .3s all;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    max-width: 50%;
    margin: 20px auto 40px auto;
    display: flex;
  	cursor: pointer;
}
.chd-show-more-button-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    padding-top: 0;
    border-radius: 100%;
    background-color: var(--accent-color);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}
.chd-show-more-button-wrapper:hover::before {
    width: 120%;
    padding-top: 120%;
    transition: width .2s ease-out,padding-top .2s ease-out;
    -webkit-filter: brightness(.85);
    filter: brightness(.85);
}
#chd-show-more-button {
	max-width:none !important;
  	margin: 0;
  	z-index: 2;
  	background: none;
  	border: none;
  	margin: 0 !important;
}
#chd-show-more-button:hover {
	background: none;
  	color: #FFF;
  	
  border: none;
}
.a-thumbs-slider__item {
	height: 110px;
}

.a-carousel__images .owl-stage{
	margin: 0 auto;
}

.mini-card__container .card__image-box {
	width: 100% !important;
  	height: 100% !important;
}
.mini-card__container .card__image-box img {
	padding: 0;
}
.double-card .card__image {
	object-position: bottom;
}
.double-card .mini-card__image-container .card__image {
	object-position: center;
}
@media (min-width:0px) {
.card__image-box {
	height: 240px;
  	min-height: 240px;
  	max-height: 240px;
}


}

.c-carousel__link-all {
	color: #fff;
    background: #b37eb4;
  	font-size: 15px;
  	padding: 8px 10px;
  	border-radius: 5px;
  	transition: all 0.2s ease-in-out;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.c-carousel__link-all:hover {
	color: #fff;
   	text-decoration: none;
  	background: var(--accent-color);
}
.c-carousel__link-container {
	text-align: center;
  	margin-top: 10px;
}


.product-tabs_storm {
	order: 5;
    -webkit-box-ordinal-group: 6;
}
.product-tabs_storm .product-tabs-storm__contents.row {
	margin: 0;
}
@media (max-width: 575px) {
  .product-tabs_storm .podlojka {
  	padding-right: 15px;
  }
  .product-tabs_storm .a-product-tabs-storm {
  	margin-right: 0;
  }
}

@media (max-width: 450px) {
  .c-carousel__title--left {
  	margin-left: 0;
  }
}

/* PRELOADER */
@media (max-width: 450px) {
.k-preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #fff;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
  height: 120vh;
}

.k-preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.k-preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-image: url("https://kidsbik.ru/uploads/photo_2022-12-04_14-07-52.webp");
  background-color: #337ab7;
  background-size: contain;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  animation: preloader-bounce 2s infinite ease-in-out;
}
.k-preloader__item2 {
  position: relative;
  top: 40%;
  left: 50%;
  margin-top: -57px;
  margin-left: -105px;
  background-image: url("https://kidsbik.ru/uploads/logo_svg-1.svg?rev=1671917825");
  background-size: contain;
  width: 200px;
  height: 82px;
}

.k-preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .k-preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .k-preloader {
  display: none;
}
}
/* PRELOADER END */

.product-tabs_storm .a-tabs-storm__link {
	margin: 5px;
  	border-radius: 5px;
  	width: calc(100% - 10px);
  	transition: all 0.2s ease-in-out;
}

.product-tabs_storm .a-tabs-storm__link.active {
	background: var(--accent-color);
  	color: #FFF;
}
.product-tabs_storm .a-tabs-storm__link:hover {
	background: var(--accent-color);
  	color: #FFF;
}
.product-tabs_storm .a-tabs-storm__link {
	background: #eff0fb;
}

.advantage__card {
    border-radius: 5px;
    height: 100%;
  	margin-left: 2px;
  	margin-right: 2px;
}
.a-mega-menu-item__link {
    border-radius: 5px;
  	margin: 0 auto;
}

/* VISUAL */
.a-brands-grid__subtitle {
    text-transform: none !important;
    font-weight: 550 !important;
    font-size: 26px !important;
    letter-spacing: 0.5px !important;
}
.a-product-tabs-storm__title {
    text-transform: none !important;
    font-weight: 550 !important;
    font-size: 26px !important;
    letter-spacing: 0.5px !important;
}
@media (max-width: 1005px) {
.a-brands-grid__subtitle {
    font-weight: 600 !important;
    font-size: 18px !important;
}
.a-product-tabs-storm__title {
    font-weight: 600 !important;
    font-size: 18px !important;
}
}
/*
.a-product-video {
    box-shadow: 0px 0px 50px rgb(0 0 0 / 10%);
}
*/
.a-footer__bottom {
    box-shadow: 0px 0px 50px rgb(0 0 0 / 10%);
}

@media (max-width: 450px) {
.product-tabs_storm .a-product-tabs-storm {
	margin-bottom: 5px;
}
.a-product-video {
    margin-bottom: 10px !important;
}
}


/* NEW TEST VISUAL LIKE YANDEX MARKET */
@media (min-width: 1024px) {
.a-mega-menu-item__link-main {
    border-radius: 24px !important;
    height: 169px !important;
    width: 169px !important;
}
}
.advantage__wrapper {
    border-radius: 24px !important;
}
.navbar-hover .dropdown:hover>.dropdown-menu, .navbar-hover .nav-item:hover>.dropdown-menu {
    border-radius: 24px;
}
.swiper-container-1.mg-slider-wrap {
    border-radius: 24px;
}
.a-product-video {
    background: none !important;
}
.a-product-video__inner {
    background: #fff !important;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 10%);
    border-radius: 24px;
}
.product-tabs_storm .a-tabs-storm__link {
    width: calc(100% - 60px) !important;
    min-height: 144px !important;
    border-radius: 24px;
	margin: 5px auto !important;
}
@media (min-width: 1200px) {
.y-undercover {
  position: absolute;
    max-width: 30%;
  background: purple;
  border-radius: 24px;
  height: 350px;
}
}
.podlojka {
	    width: 100%;
    padding: 20px 30px;
  	position: relative;
}

.a-order__count {
	display: none;
}

.sber-info-alert__container {
  		width: 100%;
    	padding: 12px 20px;
  		position: relative;
  		border-radius: 24px;
      	margin: 15px auto;
  		background: #fff;
box-shadow: 0px 0px 10px #9499cb75;
}

.sber-info-alert__container img {
	margin-top: 0 !important;
}

.sber-btn__container {
      color: inherit;
    font: inherit;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 56px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 22px;
    border-radius: 8px;
    outline: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .12s linear;
	position: relative;
    color: #fff;
    background-image: linear-gradient(241.57deg, #00aded -8.4%, #42e3b4 29.3%, #00d900 60.42%, #faed00 85.41%);
    background-position: -180px 0;
    background-size: 180% auto;
    transition: all .5s ease;
  	min-width: 300px;
}

.sber-btn__container:hover {
	color: #fff;
    background-position: -120px 0;
    cursor: pointer;
}

.sber-btn__container::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    content: "";
    top: 5px;
    background-image: linear-gradient(241.57deg, #00aded -8.4%, #42e3b4 29.3%, #00d900 60.42%, #faed00 85.41%);
    background-position: -180px 0;
    background-size: 200% auto;
    opacity: .55;
    -webkit-filter: blur(16px);
    filter: blur(16px);
    transition: all .3s ease;
}

.sber-btn__container:hover::before {
    background-image: linear-gradient(241.57deg, #00aded -8.4%, #42e3b4 29.3%, #00d900 60.42%, #faed00 85.41%);
    background-position: -120px 0;
    opacity: .95;
    -webkit-filter: blur(17px);
    filter: blur(17px);
}

.sber-btn {
	position: relative;
  	background: none;
 	border: none;
  	font-size: 16px;
  	color: #fff;
  	display: flex;
  	align-items: center;
  width: 100%;
  justify-content: space-between;
}

.sber-btn svg {
	margin-right: 10px;
}

@media (min-width: 1024px) {
  .a-order__count {
  	position: absolute;
    left: 10px;
    top: 10px;
    width: 75px;
    height: 75px;
    display: block;
  }
  .a-order__count img {
  	width: 100%;
    height: 100%;
    object-fit: contain;
  }
	.podlojka-v2 {
		width: calc(100% - 30px);
    	padding: 10px;
  		position: relative;
  		height: calc(100% - 20px);
  		border-radius: 24px;
      	margin: 0 auto;
	}
  
	.podlojka-v2.podlojka-v2__color-1 {
		background: #fff;
box-shadow: 0px 0px 10px #9499cb75;
	}
	
	.podlojka-v2.podlojka-v2__color-2 {
		background: #fff;
box-shadow: 0px 0px 10px #9499cb75;
	}
	
	.podlojka-v2.podlojka-v2__color-3 {
		background: #fff;
box-shadow: 0px 0px 10px #9499cb75;
	}
  .a-order-form__item {
  	border: none;
    padding: 20px;
    padding-top: 0;
  }
  .a-order.checkout-form-wrapper {
  	width: 100%;
  }
.a-order__title {
    text-align: center;
	margin-bottom: 0.8rem;
}
.txt-center {
	text-align: center;
  }
.boxberry-courier li {
margin-left: -10px;
margin-right: 10px;
  }
}

.a-order-form__item {
	background: none;
}

.podlojka::before {
	content: '';
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 24px;
  position: absolute;
}

.podlojka-description {
	width: 100%;
    padding: 20px 25px;
  	position: relative;
	margin-left: 75px;
	margin-bottom: 15px;
}
@media (max-width: 450px) {
.podlojka-description {
	width: 100%;
    padding: 20px 25px;
  	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
}
}
.podlojka-description::before {
  content: '';
  width: 30%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 24px;
  background: #b37eb1;
  position: absolute;
}
.podlojka_right::before {
	left: auto;
  	right: 0;
}
.a-page-description__inner {
  border-radius: 24px;
  box-shadow: 0px 0px 50px rgb(0 0 0 / 10%);
  margin-bottom: 0 !important;
}

.a-page-description {
  margin-bottom: 10px;
}
.relative {
	position: relative;
}
.relative-2 {
	position: relative;
  	z-index: 2;
}

.advantage__wrapper {
    box-shadow: 0px 0px 50px rgb(0 0 0 / 3%);
}

.carousel-desctop,
.carousel-mobile {
 	margin-bottom: 40px; 
  
}

.carousel-desctop .c-carousel,
.carousel-mobile .c-carousel {
	margin-bottom: 0;
  	background: #FFF;
  	border-radius: 24px;
  	box-shadow: 0px 0px 50px rgb(0 0 0 / 10%);
  	padding: 10px;
  	margin-left: -10px;
  	margin-right: -10px;
  	width: auto;
}

.a-categories-grid {
  margin-top: 5px;
  margin-bottom: 5px !important;
}
.product-tabs_storm {
    margin-top: 2px !important;
}
.a-mega-menu-item__link {
	border-radius: 12px !important;
}
.a-mega-menu-item__link:hover {
    background-color: #b37eb1 !important;
}
.a-category__animation {
    border-radius: 33px !important;
}
.a-categories-grid__item .a-category-banner__img {
    border-radius: 33px;
}

.podlojka-color-1:before {
	background: #eeeafb !important;
}
.podlojka-color-2:before {
	background: #e0f4fb !important;
}
.podlojka-color-3:before {
	background: #fcebe3 !important;
}
.podlojka-color-4:before {
	background: #dcf7f0 !important;
}
.podlojka-color-5:before {
	background: #fcf3cc !important;
}
.podlojka-color-6:before {
	background: #def6fa !important;
}
.a-header__middle {
    border-bottom: 1px solid #eee !important;
}
.podlojka-desc-pad {
	padding: 20px 20px !important;
}
@media (max-width: 991px) {
.a-header__bottom {
    border-bottom: 1px solid #eee;
}
}
@media (max-width: 450px) {
.a-header__middle {
    padding: 0 0 !important;
}
.a-logo {
    padding: 0 0 !important;
}
}

@media (max-width: 450px) {
.product-tabs_storm .a-tabs-storm__link {
    min-width: 164px !important;
}
.a-tabs-storm__item {
	margin-right: 10px;
}
.product-tabs_storm .a-tabs-storm__link {
    font-size: 13px;
}
}

@media (max-width: 991px) {
.a-logo__link {
    height: 88px !important;
}
}

@media (max-width: 539px) {
.a-stickers {
    padding: 10px 0 !important;
}
}



.news-block .news-item {
	flex: 0 1 auto;
  	border-radius: 10px;
  	overflow: hidden;
  	background: #FFF;
      box-shadow: 0 0 10px #0000001a !important;
}
.news-block .news-item .news-details .news-text {
	border: none;
  	color: #111;
  	font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-block .news-item .news-details .news-text:hover {
	text-decoration: none; 
}
.news-block .news-item .news-img {
  	height: 100%;
  	  border: none;
}

.news-header {
	border: none;
}

.news-block {
	box-shadow: 0px 0px 50px rgb(0 0 0 / 10%);
  	border-radius: 10px;
  	margin-left: -10px;
  	margin-right: -10px;
  	padding: 10px;
  	margin-bottom: 0;
  	margin-top: 0;
  	width: auto;
}

.plugin-news {
	margin-bottom: 40px;
}

.news-block .news-item .news-img img {
	width:100%;
  	height: 100%;
  	max-height: none;
  	object-fit: cover;
}

.news-date {
  	margin-top: 10px;
	background:none;
  	position: static;
  	text-align: left;
  	color: #777;
  	font-size: 14px;
  	pointer-events: none;
}
.news-block .a-carousel__arrow {
    border-radius: 50%;
    border: none;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    color: var(--hovered-text-color,#fff);
}
.news-block .owl-prev,
.news-block .owl-next {
	height: auto;
}

.news-block .owl-prev {
	right: 47px;
}

.news-footer {
	background: none;
}

.news-footer .show-all {
    color: #fff;
    background: #b37eb4;
    font-size: 15px;
    padding: 8px 10px;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.news-footer .show-all:hover {
	color: #fff;
    text-decoration: none;
    background: var(--accent-color);
}
.news-header {
	margin-bottom: -27px;
}
.news-header>h2 {
  	text-transform: none;
	text-align: left;
  	font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.5px;
    margin-left: 16px;
}

.boxberry-info-courier {
    color: #28a745 !important;
}
.boxberry-show-pvz {
	color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    cursor: pointer;
    border: 1px solid;
    border-radius: var(--border-radius);
    min-height: 35px;
    letter-spacing: .04em;
    padding: 0 15px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
}
.boxberry-show-pvz:hover {
	color: #fff;
	background-color: #2d4d89;
}
.payment-option .row {
	margin: 0;
}
.payment-option .col-md,
.payment-option .col-md-6 {
  padding: 0;
}
@media (max-width: 430px) {
  .a-filter {
  	margin-bottom: 0;
  }

.promo-form span {
  margin-left:0px;
}
.input-coupon {
}
}
@media (max-width: 375px) {
.input-coupon {
    width: 158px !important;
}
}
@media (max-width: 320px) {
.input-coupon {
    width: 130px !important;
}
.promo-form .default-btn {
    padding: 0px 5px !important;
}
.promo-form {
    font-size: 14px !important;
}
}
.scroll-top__wrapper {
	display: flex;
    flex-direction: column-reverse;
    position: fixed;
    bottom: 115px;
    right: 15px;
    z-index: 1000;
}

@media (max-width: 1024px) {
  .scroll-top__wrapper {
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .scroll-top__wrapper {
    bottom: 80px;
  }
}
.chaport-container.chaport-container-positioned {
	display: none;
}
.scroll-top__wrapper .chaport-container.chaport-container-positioned {
	position: relative;
  	height: auto;
  	display: block;
}
.scroll-top__wrapper .chaport-container .chaport-launcher {
	position: relative;
  	height: auto;
}
.scroll-top__wrapper .chaport-container .chaport-launcher .chaport-launcher-button {
	position: static;
  	width: 51px;
  	height: 51px;
}

.scroll-top__wrapper .chaport-container .chaport-launcher .chaport-launcher-button .chaport-launcher-chat-icon {
	width; 30px;
  	height: 30px;
  	left: 10px;
}
.scroll-top__wrapper .chaport-container .chaport-launcher .chaport-launcher-button .chaport-launcher-close-icon {
	width: 100%;
  	height: 100%;
}
.scroll-top__wrapper .chaport-container .chaport-launcher .chaport-launcher-button .chaport-launcher-close-icon::before,
.scroll-top__wrapper .chaport-container .chaport-launcher .chaport-launcher-button .chaport-launcher-close-icon::after {
	top: 17px;
  	right: 25px;
}
.news-page-container .main-news-block {
	display: grid;
  	grid-template-columns: 1fr 1fr;
  	gap: 20px;
}

.news-page-container .main-news-item {
	padding: 0;
  	border-radius: 15px;
  	overflow: hidden;
  	box-shadow: 0 0 10px #0000001a;
}

.news-page-container .main-news-item {
	width: 100%;
    display: block;
  	margin: 0;
}
.news-page-container .main-news-item img {
	margin: 0;
  	object-fit: cover;
  	width: 100%;
} 
.news-page-container .news-date,
.news-page-container .news-title,
.news-page-container .news-main-desc,
.news-page-container .read-more {
	padding: 0 10px;
  	display: block
}

.news-page-container .news-main-desc {
	margin-top: 15px;
  	max-height: 100px;
  	overflow: hidden;
}

.news-page-container .news-date {
	margin-top: 10px;
}
.news-page-container .news-title a {
	font-size: 21px;
	color: #000;
}
.news-page-container .news-title a:hover {
	color: var(--accent-color);
  	text-decoration: none;
}
.rss {
	padding: 0;
  	margin: 20px auto;
  	display: block;
  	float: none;
}
.pvz-info {
    background: #eff0fb;
    border-radius: 6px;
    padding: 20px;
}
.pvz-span {
	font-size: 17px;
	font-weight: 600;
}
@media (max-width: 400px) {
.news-page-container .main-news-block {
  	grid-template-columns: 1fr;
}
}
.item-image-slider__container {
    width: 100%;
    height: 100%;
    position: relative;
  	display:flex;
  	justify-content: center;
  	padding-top: 40px;
}
.item-image-slider__img {
    position: absolute;
    width: 100% !important;
    height: calc(100% - 40px) !important;
    object-fit: contain;
    object-position: center;
    opacity: 0;
    padding: 0;
}

.item-image-slider__img_active {
    opacity: 1;
}
.double-card .card__stickers .card__discount,
.double-card .card__stickers .a-stickers__item {
	min-width: 52px;
  	max-width: 52px;
  display: flex;
  	align-items: center;
  	justify-content: center;
}
.item-image-slider__dots {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-image-slider__dot {
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 50%;
    margin-right: 3px;
}
.item-image-slider__dot_active { 
    background-color: var(--accent-color);
}

.main-news-wrapper {
  	border-radius: 24px;
    overflow: hidden;
      box-shadow: 0px 0px 50px rgb(0 0 0 / 10%);
  	background-color: #fff;
  	padding-right: 20px;
}

.main-news-wrapper .main-news-img {
  	margin: 20px;
  flex: 1 1 30%;
  float: left;
  max-width: 30%;
}

.main-news-wrapper .main-news-img img {
	border-radius: 24px;
}

.main-news-wrapper .news-title {
 font-size: 20px;
}
.js-transition-news {
	margin-left: 20px;
}

.main-news-content hr {
	max-width: calc(70% - 40px);
  	margin-left: calc(30% + 40px);
}

@media (max-width: 1200px) {
  .main-news-content hr {
  	max-width: none;
    margin-left: auto;
  }
  .main-news-wrapper {
    display: flex;
  	flex-direction: column;
    padding-right: 0;
  }
  .main-news-wrapper .main-news-img {
  	margin: 0;
    max-width: none;
   	    width: 100%;

  }
  .js-transition-news {
	margin-left: 0;
}
  .main-news-wrapper .main-news-content {
  	padding: 0 15px 15px;
  }
  .main-news-wrapper .main-news-img img {
  	border-radius: 24px 24px 0 0;
    width: 100%;
  }
}

.banners-slider {
	order: 5;
    -webkit-box-ordinal-group: 6;
}

.banners-slider .a-product-tabs-storm__title {
	margin-left: 40px;
}

.banners-slider a:hover {
	text-decoration: none;
}

@media (max-width: 768px) {
  .main-news-item .podlojka::before {
  	width: 68%;
  }
  .main-news-item .podlojka {
  	padding: 20px 0 20px 20px !important;
  }
  .main-news-item {
  	padding: 26px 0 16px;
  }
  .main-news-block {
  	padding: 15px;
  }
}
.big-title {
	font-size: 30px;
}
.newsheader {
	font-size: 30px;
}
.rss {
	margin: 20px -10px;
}
.big-title {
    margin-bottom: 20px!important;
}
.rss-block {
    padding: var(--grid-gutter-width,20px);
    margin-bottom: 10px!important;
}
.rss-block .rss {
	margin: 20px 0px;
}
.big-title {
	padding-bottom: 5px!important;
}
@media (min-width: 1024px) {
.big-title, .main-news-block, .newsheader, .rss, .rss-block {
    max-width: 960px;
}
.go-back-link {
	padding-left: 17px;
}
.newsheader {
	padding: 20px 20px 5px 0px;
}
}
@media (min-width: 1440px) {
.newsheader {
	padding-right: 10px;
}
}
@media (max-width: 768px) {
.rss {
    margin: 20px 5px;
}
}
@media (min-width: 768px) {
.big-title {
	padding: 20px 20px 5px 16px;
}
}
@media (max-width: 430px) {
.news-block-wrapper {
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000001a;
}
.big-title {
    margin-bottom: 5px!important;
}
.rss {
    padding-left: 1px;
}
.go-back-link {
    padding-left: 10px;
}
.banners-slider__wrapper {
    margin-bottom: 15px !important;
}
.news-page-container .news-title {
	font-size: 17px;
}
.newsheader {
	font-size: 28px;
	padding: 20px 20px 5px 15px;
}
.big-title {
	font-size: 28px;
}
}
@media (max-width: 430px) {
.news-header h2 {
	text-align: center !important;
}
.news-header {
	margin-bottom: -2px !important;
}
}
@media (max-width: 1005px) {
.news-header h2 {
	font-size: 18px !important;
    font-weight: 600;
}
}
.adress-dropdown__btn {
    cursor: pointer;
    background-color: #B37EB1;
    border: 1px solid #B37EB1;
    color: #fff;
    border-radius: var(--border-radius);
    min-height: 35px;
    letter-spacing: .04em;
    padding: 0 15px;
    line-height: 1;
    transition: .3s all;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.adress-dropdown__btn:hover {
	background-color: #218838;
    border-color: #1e7e34;
}
.a-accordion-item__header {
	border-bottom: 1px solid #f7f8fa;
}
.a-accordion-item__header:hover {
	background-color: #f7f8fa;
}
.a-accordion-item__btn-collapse {
	padding-left: 5px;
}
.a-accordion-item__btn-collapse .arr-down {
	transition: all 0.2s ease-in-out;
  	transform: rotate(180deg);
}
.a-accordion-item__btn-collapse.collapsed .arr-down {
	transform: rotate(0deg);
}
.arr-flex {
	display: flex;
}
.arr-down {
    background-image: none !important;
    background-color: #F0F1F3 !important;
    font-family: icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: sub;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-indent: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    width: 25px;
    height: 25px;
	border-radius: 50%;
    margin: 0 5px;
}
.arr-down:before {
	content: "\e90c";
}
.a-accordion-item__content {
    padding: 20px;
    border-radius: 10px;
    /* width: 100%; */
	box-shadow: 0 0 10px #9499cb75;
}
.a-storage {
    background: none !important;
}

/* START iPhone slider border-radius test fix */
.mg-slide__image {
	border-radius: 24px !important;
}
.mg-slide__image source {
	border-radius: 24px !important;
}
.mg-slide__image img {
	border-radius: 24px !important;
}
/* END iPhone slider border-radius test fix */

/* START order form promo-code row + spacing */
@media (max-width: 430px) {
.promo-form {
    flex-direction: row;
  position: relative;
  padding-top: 34px;
  justify-content: center;
  width: 100%;
}
  .promo-form span {
  	width: 100%;
    text-align: left;
        font-size: 20px;
    line-height: 1.2;
    letter-spacing: .03em;
    font-weight: 600;
    text-transform: uppercase;
    color: #191919;
    position: absolute;
    top: 0;
    left: 0;
  }
.promo-form button {
    margin-bottom: 10px !important;
}
.c-table__total {
    margin-top: 12px !important;
}
.a-order-form__item {
	padding-top: 10px !important;
	padding-bottom: 5px !important;
	margin-bottom: 10px !important;
}
}
/* END order form promo-code row */

.banners-slider__container {
    border-radius: 24px !important;
}

/* START index spacing */
@media (max-width: 430px) {
.a-header {
	margin-bottom: 15px !important;
}
.a-slider {
	margin-bottom: 5px !important;
}
.advantage {
    margin-bottom: 10px !important;
}
.a-categories-grid {
    margin-top: 10px !important;
}
.a-categories-grid__inner {
    margin-bottom: 0 !important;
}
.product-tabs_storm {
    margin-bottom: 25px;
}
.banners-slider .a-product-tabs-storm__title {
	text-align: center;
	margin-left: 0;
}
.c-carousel {
    margin-bottom: 10px;
}
.podlojka .c-carousel {
    margin-bottom: 0;
}
.plugin-news {
    padding-top: 0;
}
.plugin-news {
    margin-bottom: 20px;
}
}
@media (max-width: 375px) {
.a-header {
	margin-bottom: 0 !important;
}
}

.a-slider {
    margin-bottom: 10px;
}
.banners-slider__wrapper {
    margin-bottom: 35px !important;
}
/* END index spacing */

.chaport-container.chaport-window-dark-gray .chaport-launcher .chaport-launcher-button, .chaport-content.chaport-window-dark-gray .chaport-launcher .chaport-launcher-button, .chaport-faq-container.chaport-window-dark-gray .chaport-launcher .chaport-launcher-button {
    background-color: #A795D3 !important;
}

/* START mobile logo */
.m-s-logo {
	display: none;
}
@media (max-width: 430px) {
.a-header__icons {
    width: 235px;
}
.m-s-logo {
	display: flex;
    float: left;
	margin-top: 7px;
	margin-right: 28px;
}
.m-s-logo img {
	height: 25px;
}
.a-auth__link {
    padding: 5px 12px;
}
.a-icon-link {
    padding: 5px 4px;
}
.container-right-mobile .container_top {
	margin-right: 10px;
}
}
@media (max-width: 390px) {
.m-s-logo {
    margin-right: 23px;
}
}
@media (max-width: 375px) {
.m-s-logo {
	margin-right: 22px;
}
.a-auth__link {
    padding: 5px 8px;
}
.a-icon-link {
    padding: 5px 2px;
}
.a-header__icons {
    width: 215px;
}
}
@media (max-width: 354px) {
.a-header__icons {
    width: 196px;
}
.m-s-logo {
    margin-right: 25px;
	margin-top: 7px;
}
.a-auth__link {
    padding: 5px 8px !important;
}
.a-icon-link {
    padding: 5px 2px !important;
}
}
@media (max-width: 340px) {
.a-header__icons {
    width: 167px;
}
.m-s-logo {
	margin-top: 8px;
	margin-right: 7px;
}
.a-auth__link {
    padding: 5px 8px !important;
}
.a-icon-link {
    padding: 5px 5px !important;
}
}
/* END mobile logo */

/* START mobile video block */
@media (max-width: 430px) {
article .a-video-block {
	border-radius: 24px;
}
.a-video-block__desc {
	text-align: center;
}
.a-product-video__img-link {
	display: none;
}
.a-product-video__desc {
	display: none;
}
.a-video-block {
    margin-bottom: 0;
    border-radius: 24px;
}
.a-product-video__inner {
    padding: 0;
}
.a-product-video__inner .col-12 {
    padding: 0 !important;
}
}
/* END mobile video block */

/* START PRELOADER 2 */
.k-preloader-2 {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #fff;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}

.k-preloader__row-2 {
  position: relative;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

@media (max-width: 430px) {
.k-preloader__row-2 {
  position: relative;
  top: 90%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}
}

.k-preloader__item-2 {
  position: absolute;
  display: inline-block;
  top: 0;
  background-image: url("https://kidsbik.ru/uploads/photo_2022-12-04_14-07-52.webp");
  background-color: #337ab7;
  background-size: contain;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.k-preloader__item-2:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}
/* END PRELOADER 2 */

/* START catalog beautifier */
.a-product-info__footer {
	display: none;
}

@media screen and (min-width: 992px) {
.a-catalog-item:hover .a-product-info {
    margin-top: 0 !important;
}
}

/*
.a-sizes-n-colors__size {
    border-radius: 33px;
}

.a-sizes-n-colors__size.active, .a-sizes-n-colors__size:focus, .a-sizes-n-colors__size:hover {
    background: #f9f9f9;
    color: #777;
}
.a-sizes-n-colors__size {
    padding: 10px 12px 10px 12px !important;
    box-shadow: 0 0 4px #0000001a;
    font-size: 14px !important;
}
*/
.a-sizes-n-colors__size {
    border: 1px solid var(--accent-color);
    margin-top: 1px;
}
.a-sizes-n-colors {
    margin-bottom: 10px !important;
}
.c-variant {
    margin-bottom: 0 !important;
}
/* END catalog beautifier */
.product-tabs_storm .a-tabs-storm__link .tab-category-storm-image {
	transition: all 0.2s;
  background: #fff;
}
  .product-tabs_storm .a-tabs-storm__link.active .tab-category-storm-image {
    padding:4px;
  }
/* START product tabs beautifier */
@media (max-width: 430px) {
  .a-categories-grid-level-3 .a-category-banner__img {
  	border: none !important;
  }
.a-tabs-storm__link {
	display: block !important;
    text-align: center;
    vertical-align: middle;
}
.product-tabs_storm .a-tabs-storm__link.active {
    background: #2D4D89;
    color: #fff;
    border: 2px solid #E5E1F2;
      padding: 8px 16px!important;
  transition: none;
}
.product-tabs_storm .a-tabs-storm__link {
    min-width: 130px !important;
}
.product-tabs_storm .a-tabs-storm__link {
    width: calc(100% - 70px) !important;
    min-height: 120px !important;
    border-radius: 33px;
    margin: 5px auto !important;
  	height: calc(100% - 10px);
}
.a-tabs-storm__link img {
	box-shadow: unset !important;
    margin-top: 10px;
}
.tab-title-storm {
	margin-top: 5px;
}
.product-tabs_storm .tab-category-storm-image {
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
}
.product-tabs_storm .tab-category-storm-image {
    margin-right: 0 !important;
}

.product-tabs_storm .product-tabs-storm__contents {
	min-height: 450px;
  	padding-bottom: 5px;
}
}
@media (max-width: 350px) { 
.product-tabs_storm .product-tabs-storm__contents {
	min-height: 490px;
}
}
/* END product tabs beautifier */

/* START size table test */

.a-sizes-n-colors__size.active, .a-sizes-n-colors__size:focus, .a-sizes-n-colors__size:hover {
	background: var(--bg-blocks-color) !important;
    color: var(--muted-text-color) !important;
}
.a-product-page__form .a-sizes-n-colors__size.active {
    background: #2D4D89 !important;
    color: #ffffff !important;
    box-shadow: 0 0 6px #2D4D89 !important;
}
.a-product-page__form .a-sizes-n-colors__size:focus {
    background: #2D4D89 !important;
    color: #ffffff !important;
}
.a-product-page__form .a-sizes-n-colors__size:hover {
    background: #2D4D89 !important;
    color: #ffffff !important;
}
@media (max-width: 430px) { 
.carousel-mobile .a-sizes-n-colors__size.active {
    background: #2D4D89 !important;
    color: #ffffff !important;
    box-shadow: 0 0 6px #2D4D89 !important;
}
.carousel-mobile .a-sizes-n-colors__size:focus {
    background: #2D4D89 !important;
    color: #ffffff !important;
}
.carousel-mobile .a-sizes-n-colors__size:hover {
    background: #2D4D89 !important;
    color: #ffffff !important;
}
}
@media (max-width: 600px) {
.a-tabs-storm-loader .a-sizes-n-colors__size.active {
	    background: var(--accent-color) !important;
    color: var(--hovered-text-color) !important;
}
.a-tabs-storm-loader .a-sizes-n-colors__size:focus {
	    background: var(--accent-color) !important;
    color: var(--hovered-text-color) !important;
}
.a-tabs-storm-loader .a-sizes-n-colors__size:hover {
	    background: var(--accent-color) !important;
    color: var(--hovered-text-color) !important;
}
}
.a-sizes-n-colors__size {
    border: 2px solid #ffffff !important;
    font-weight: 500 !important;
}
.a-sizes-n-colors__size {
    padding: 5px 6px 5px 6px;
    border-radius: 7px;
}
/* END size table test */
@media (max-width: 430px) { 
.a-bread-crumbs {
    margin-top: -15px !important;
}
.a-sizes-n-colors {
    margin-bottom: 11px !important;
}
}
@media (max-width: 375px) { 
.a-bread-crumbs {
    margin-top: 0 !important;
}
}


/* START stickers user.css:999 + 985 */
.double-card .card__stickers .a-stickers__item, .double-card .card__stickers .card__discount, .c-carousel__content--related .c-goods__item .c-ribbon div, .a-catalog-item .a-stickers__item {
	border-radius: 14px;
    padding: 6px 6px 6px 6px;
    font-size: 15px;
    min-width: 49px;
    max-width: 49px;
    min-height: 35px;
    text-align: center;
}
.a-stickers__item_new {
    border: 4px solid #8CBEBD;
}
.a-stickers__item_hit {
    background: #B57BB5 !important;
    border: 4px solid #BEE095;
}
.a-stickers__item_sale {
    border: 4px solid #F0ACC5;
    padding: 6px 4px 6px 6px !important;
    font-size: 14px !important;
}
@media (max-width: 430px) { 
.c-ribbon__sale {
    border: 4px solid #F0ACC5;
    margin-right: 2px !important;
}
.a-stickers__item {
    margin-right: 2px !important;
}
.card__stickers {
    flex-direction: row !important;
    left: 0 !important;
}
  .double-card .card__image {
  	object-position: center;
  }
  
.double-card .card__stickers .a-stickers__item, .double-card .card__stickers .card__discount, .c-carousel__content--related .c-goods__item .c-ribbon div, .a-catalog-item .a-stickers__item {
	border-radius: 14px;
    padding: 6px 3px 6px 3px;
    font-size: 15px;
    min-width: 47px;
    max-width: 47px;
    min-height: 35px;
    text-align: center;
}
}
.c-ribbon .c-ribbon__hit {
	border-radius: 14px !important;
    padding: 6px 6px 6px 6px !important;
    font-size: 15px !important;
    min-width: 47px !important;
    max-width: 47px !important;
    min-height: 35px !important;
    text-align: center;
    background: #B57BB5 !important;
    border: 4px solid #BEE095;
}
@media (max-width: 380px) { 
.card__stickers {
    flex-direction: column !important;
}
}
/* END stickers */

/* START product page beautifier */
@media (min-width: 1024px) {
.product-styling {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 13px;
}
.a-bread-crumbs {
    color: #fff !important;
	background: #fff;
    margin-top: -10px !important;
}
.a-bread-crumbs .container {
    color: #fff !important;
	background: #9499cd;
    box-shadow: 0 0 10px #9499cd75;
    border-radius: 8px;
}
.a-bread-crumbs .container span {
    color: #fff !important;
}
.a-bread-crumbs .bread-crumbs__item {
    color: #fff !important;
}
}
.a-product-page__title {
    font-size: 21px;
}

@media (max-width: 539px) {
  .a-categories-grid__inner .swiper-slide {
  	width: 120px;
  }
  .a-categories-grid__inner .a-categories-grid__item {
  	margin: 0;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }
}
@media (max-width: 430px) {
.a-product-page__title {
    font-size: 20px;
}
}
/* END product page beautifier */

.js-fast-view-content .c-modal__button-wrap {
	align-items: center;
}
.js-fast-view-content .c-modal__button-wrap button {
	display: flex;
  	align-items: center;
  	justify-content: center;
  	width: 35px;
  	height: 35px;
  	background:#b37eb1;
  	border-radius: 50%;
  	padding: 0;
}
.js-fast-view-content .c-modal__button-wrap button:hover {
	background: #2d4d89;
}
.js-fast-view-content .c-modal__button-wrap button svg {
	fill: #FFF;
  	display: block;
  	width: 16px;
  	height: 20px;
}

.a-catalog-main__desc .spoiler {
	box-shadow: 0 0 10px #ffffff75;
    border-radius: 13px;
    padding: 10px 10px;
    background: #eff0fb;
}
.c-modal__title {
    font-size: 20px !important;
}
@media (max-width: 430px) {
.c-modal__descripiton {
	display: none !important;
}
.c-modal__title {
    font-size: 16px;
}
}

.c-modal__variants {
	display: flex;
  	flex-wrap: wrap;
}

.c-modal__variant-item {
    border: 2px solid #ffffff !important;
    margin: 4px 4px !important;
    font-weight: 500 !important;
	padding: 5px 6px 5px 6px;
    border-radius: 7px;
  	margin-left: 5px;
  	margin-bottom: 5px;
  	background: var(--bg-blocks-color) !important;
    color: var(--muted-text-color) !important;
    cursor: pointer;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}

/* */
@media (min-width: 1024px) {
.a-mega-menu-item__link-main {
    border-radius: 33px !important;
    height: 120px !important;
    width: 120px !important;
	border: 5px solid #9499cb82;
    background: #eff0fb;
}
.mg-slider-wrap {
    margin-top: 20px;
}
.a-header__middle {
    margin-bottom: 10px;
}
.a-header {
    margin-bottom: 20px;
}
.a-categories-grid__item {
    margin-bottom: 0;
}
.navbar {
    padding: 25px 1rem !important;
}
}



.a-mega-menu-item__title {
    font-size: 14px !important;
}


/* START footer buy cover (product-bar) */
.a-product-bar {
    background: #cfd6eb !important;
}
.a-product-bar-info__title {
    color: #000 !important;
}
.a-product-bar .btn-gray {
    background: #ffffff;
    border-color: #ffffff;
    color: #000 !important;
}
.a-product-bar-info__price {
    color: #000 !important;
}
.a-product-bar .a-amount {
    background-color: #ffffff;
	border-radius: 10px;
}
.a-product-bar .a-amount__btn, .a-product-bar .a-amount__input {
    color: #000;
}
.a-product-bar .a-button {
    background-color: #b37eb1;
    border: 3px solid #fff !important;
	border-radius: 10px;
}
.a-product-bar-info__title {
    font-size: 14px !important;
}
.a-product-bar {
    padding: 10px 0 20px !important;
}
/* END footer buy cover */

.a-apply__form {
    border-radius: 13px !important;
}
.a-catalog-main__title {
    font-size: 20px !important;
  margin-bottom: 0;
}

.btn.dropdown-toggle {
	border-radius: 6px !important;
}
@media (max-width: 430px) {
.a-catalog-main__title {
    font-size: 17px !important;
}
.card__discount {
    line-height: 1 !important;
}
.a-catalog__side_position_left {
    padding-right: 10px !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: underline !important;
    background-color: #eff0fb;
}
.a-filter__btn_toggle {
	border-radius: 6px;
}
.dropdown-toggle {
	border-radius: 10px;
}
.a-catalog-main__title {
    margin: 0px 0 0px !important;
  text-align: center;
}
.a-catalog-main__title-spec {
    margin: 9px 0 0px !important;
}
}

@media (max-width: 375px) {
.a-catalog-main__sort .dropdown {
	width: 220px !important;
}
.dropdown-menu {
	width: 230px !important;
	font-size: 14px;
}
.filter-option-inner-inner {
	font-size: 14px;
}
}

.a-product-page__buy-block a.addToCart {
    border-radius: 10px !important;
}
.a-product-page__buy-block .a-amount {
    border-radius: 10px !important;
}


.a-catalog-options__inner .a-filter__btn_toggle {
	display: none !important; 
}

.a-catalog-options__inner {
	margin-bottom: 0px;
}

.a-catalog-main__sort {
	margin-right: 0;
}

@media (max-width: 767px) {
  .a-categories-grid__inner .a-categories-grid__item:hover .a-category-banner__img {
  padding: 3px;
    transition: none;
    background: #edf1f0;
}
}

@media (max-width:430px) {

.a-categories-grid__inner .a-category-banner__img {
    transition: unset !important;
  border-radius: 22px;
}
  .a-filter .a-filter__btn_toggle {
  	display: none !important;
  }
  .a-catalog-options__inner {
  	width: 100%;
    gap: 10px;
    justify-content: space-between;
  }
  .a-catalog-options__inner .a-filter__btn_toggle {
  	display: block !important;
    margin-bottom: 0 !important;
    
  }
  .a-catalog-main__sort .filter-option-inner-inner {
    font-size: 12px !important;
  }
  .a-catalog-main__sort .popover-header,
  .a-catalog-main__sort .dropdown-menu {
    font-size: 12px !important;
  }
    .a-catalog-options__inner .a-filter__btn_toggle .a-button__title::before {
    font-size: 14px;
  }
    .a-catalog-options__inner .a-filter__btn_toggle {
  	font-size: 10px;
    padding: 0 8px;
  }
  .a-catalog-main__sort {
  	margin-right: 0;
  }
  .a-catalog-main__options {
  	flex-direction: column;
  }
  .a-catalog-main__sort .bootstrap-select>select {
  	display: none !important;
  }
  
}

@media (max-width:407px) {
	.a-catalog-main__sort .bootstrap-select {
  		width: 181px !important;
  	}
	  .a-catalog-main__sort .bootstrap-select .filter-option-inner-inner {
        font-size: 12px;
  }

}

@media (max-width:374px) {

  .a-catalog-options__inner .a-filter__btn_toggle {
    margin-bottom: 10px;
  }
  .a-catalog-main__sort .bootstrap-select {
  }
  .a-catalog-main__sort {
  	margin: 0;
    
  }
}

/* START PRODUCT PAGE FIXES */
.a-sizes-n-colors__size {
    line-height: 1 !important;
}
@media (min-width: 1024px) {
.a-product-page {
	padding-top: 10px;
}
}
/* END PRODUCT PAGE FIXES */

@media (max-width: 539px) {
.a-product-btns {
    top: 0 !important;
}
}
.c-modal__variants {
    margin-bottom: 10px;
}

/* START Preview fixes */
@media (max-width: 430px) {
.fv-bind .modal-header {
    padding: 5px 10px 0px 8px !important;
	border-bottom: none !important;
}
.fv-bind .modal-body {
    padding-top: 0 !important;
}
#c-modal__photo {
    height: 300px;
}
.a-product-wrapper {
	padding-right: 5px !important;
    padding-left: 5px !important;
}
.a-catalog-item {
    margin-bottom: 0px !important;
	height: calc(100% - 10px) !important;
  	padding: 7px;
}
.modal-header .close {
    padding: 3px 7px 0px 7px !important;
    margin: 2px -4px 0px auto !important;
    color: #fff;
    opacity: 1;
    text-shadow: none;
}
.modal-header button.close {
    background-color: #2d4d89;
    border-radius: 50%;
}
}
.modal-content {
    border-radius: 13px !important;
}
/* END Preview fixes */

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
}
}


@media (max-width: 430px) {
.banners-slider__wrapper {
    margin-bottom: 15px !important;
}
.a-mega-menu-item__title {
    text-transform: uppercase;
}
}

@media (max-width: 450px) {
.a-logo__link {
    max-width: 145px;
}
}
@media (max-width: 400px) {
.a-logo__link {
    max-width: 135px;
}
}
@media (max-width: 320px) {
.a-logo__link {
    max-width: 125px;
}
}
.c-modal__variant-item span {
	font-size: 12px;
	line-height: 12px;
	text-align: center;
}
@media (max-width: 767px) {
  .a-cart-popup__table .c-table__img {
  	display: table-cell;
    min-width: 80px;
  }
  .c-table__counter {
  	display: none;
  }
  .a-cart-popup__table tbody tr:nth-of-type(n) {
  	background: none;
  }
}
@media (max-width: 1024px) {
.a-cart__dropdown {
    display: none !important;
}
}
.js-catalog-slider-link .spoiler-title,
.a-catalog-main__desc-title {
	width: 100%;
  	padding: 5px 0;
  	font-size: 16px;
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  cursor: pointer;
  margin: 0;
}

.a-catalog-main__desc-title {
	cursor: auto;
}

.js-catalog-slider-link .spoiler-title {
	font-size: 20px;
  flex-direction: row-reverse;
}
.js-catalog-slider-link .spoiler-toggle,
 .a-catalog-main__desc-icon {
  width:24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.js-catalog-slider-link .spoiler-title._active .spoiler-toggle,
.a-catalog-main__desc-title._active .a-catalog-main__desc-icon {
	transform: rotate(180deg);
}
.owl-stage {
display: flex;
}
.js-catalog-slider-link .spoiler-toggle::before,
.a-catalog-main__desc-icon::before {
	font-family: icons!important;
  	content: "\e90d";
  	speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: sub;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    transform: rotate(-90deg);
	background: #9499cd;
    border-radius: 50%;
    padding: 3px 4px 3px 2px;
}

.js-catalog-slider-link .spoiler-content,
.a-catalog-main__desc-text {
	display: none;
}

@media (max-width: 767px) {

  .a-categories-grid__inner .a-categories-grid__item {
  	margin-right: 10px;
    margin-left: 10px;
  }


}

@media (max-width: 430px) {
  .a-bread-crumbs {
  	margin-bottom: 10px;
  }
.a-catalog-main__options-spec {
    margin: 0px 0 0px;
}
.a-catalog-options__inner-spec {
    margin: 0 0 0px;
}
.spoiler-content p {
  	margin-bottom: 0px;
  }
}

.a-catalog-main__desc {
	overflow: hidden;
  padding: 6px 0;
}

.a-catalog-seo__desc {
overflow: hidden;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 10px #9499cd75 !important;
      margin: 0 0 20px;
    color: var(--muted-text-color,#777);
}

@media (max-width: 430px) {
.a-bread-crumbs .bread-crumbs__item {
    padding: 4px 0px 4px 0px !important;
}
}
.mg-geolation-view .mg-geolocation-popup {
    top: 20% !important;
}

/* PRODUCT PAGE MINIMIZER*/
.c-variant__title-selected {
	display: none;
}
.a-product-page__title {
    margin-top: 0 !important;
}
/*.a-list .a-list__item:nth-of-type(2) {
	display: none !important;
}*/
.a-list {
	margin-bottom: 5px;
}
.a-product-page-modals {
    display: flex;
    margin-bottom: 10px !important;
}
.a-product-page__form .a-sizes-n-colors__title {
    display: inline !important;
	padding-right: 5px;
}
.a-amount__wrap {
	display: none !important;
}
.a-product-page__form .addToCart {
    width: 40%;
	flex-grow: 0;
}
.a-sizes-n-colors__size {
    font-size: 14px;
}
.a-product-page__buy-block {
    margin-top: 8px;
}
@media (max-width: 430px) {
.a-product-page-modals__item {
    padding: 1px 12px 8px 0;
}
.a-product-page__form .a-sizes-n-colors__size {
    margin-top: 4px;
}
.a-sizes-n-colors__size {
    font-size: 13px;
}
.a-product-page__buy-block {
    margin-top: 8px;
}
}
.a-product-page-modals__item_right {
    margin-left: 0 !important;
}
.fav-righter {
    display: contents;
}
.fav-righter .a-favourites-btns {
	display: inline-flex;
    right: 8px;
    position: absolute;
}
.a-list__item:not(:last-of-type) {
    margin-bottom: 10px;
}
.a-product-bar {
	display: none !important;
}

/* main page optimizer*/
.product-tabs_storm .product-tabs-storm__contents {
    padding: 50px 8px 10px 10px !important;
}
.a-product-page__images .owl-carousel .owl-stage-outer {
	padding-left: 2px;
}

/* DELIVERY TOOLTIPS - product page */
.tooltip-wrapper{
  display: inline-flex;
}
.tooltip-wrapper .tooltip {
  min-width: 283px;
}
.tooltip-wrapper .icon{
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.tooltip-wrapper .icon span{
  display: block;
  height: 23px;
  width: 23px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.tooltip-wrapper .icon span i{
  line-height: 60px;
  font-size: 25px;
}
.tooltip-wrapper .icon .tooltip{
  position: absolute;
  top: 0;
  z-index: 1;
  background: #fff;
  color: #fff;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 11px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
}
.tooltip-wrapper .icon.showing._active .tooltip,
.tooltip-wrapper .icon:hover .tooltip{
  opacity: 1;
  pointer-events: auto;
}
.tooltip-wrapper .icon:hover .tooltip1{
  top: -180px;
}

.tooltip-wrapper .icon:hover .tooltip3{
  top: -222px;
}
.icon .tooltip:before{
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #fff;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%) rotate(45deg);
}
.tooltip-wrapper .icon.showing._active span,
.tooltip-wrapper .icon:hover span{
  color: #fff;
}
.tooltip-wrapper .toola._active .tooltip1,
.tooltip-wrapper .icon:hover span,
.tooltip-wrapper .icon:hover .tooltip{
  text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}
.tooltip-wrapper .toola.showing._active span,
.tooltip-wrapper .toola._active .tooltip:before,
.tooltip-wrapper .toola._active .tooltip,
.tooltip-wrapper .toola:hover span,
.tooltip-wrapper .toola:hover .tooltip,
.tooltip-wrapper .toola:hover .tooltip:before{
  background: #2d4d89;
}
.mg-geomargin {
    line-height: 2 !important;
}
@media (max-width: 768px) {
.icon .tooltip:before {
    left: 89.5%;
}
.tooltip-wrapper .icon:hover .tooltip {
    right: -20px;
}
.tooltip-wrapper{
  display: none;
}
}

.geo-text-color {
	color: #2d4d89;
	padding-left: 2px;
	cursor: pointer;
}
.geo-text-color-q {
	color: #2d4d89;
	cursor: pointer;
	line-height: 1.9;
}
.geo-text-color:hover {
	color: #000;
}
.tooltip-wrapper img {
    vertical-align: sub;
}
.tooltip-wrapper .icon._active .tooltip1,
.tooltip-wrapper .icon:hover .tooltip1 {
    top: -37px;
    left: 40px;
}
.tooltip-wrapper .icon._active .tooltip2,
.tooltip-wrapper .icon:hover .tooltip2 {
    top: -47px;
    left: 115px;
}
.tooltip-wrapper .icon._active .tooltip3,
.tooltip-wrapper .icon:hover .tooltip3 {
    top: -93px;
    left: 34px;
}

.icon .tooltip1:before {
    left: 1% !important;
    top: 41px !important;
}
.icon .tooltip2:before {
    left: 1% !important;
    bottom: 63px !important;
}
.icon .tooltip3:before {
    left: 1% !important;
    bottom: 33px !important;
}
.tooltip-wrapper .tooltip2 {
    min-width: 269px;
}

@media (min-width: 768px) {
.product-tabs_storm .product-tabs-storm__links {
    margin: 50px 0 10px;
}
.c-carousel .owl-stage {
    padding: 8px 0 0;
}
.c-carousel__link-container {
    margin-top: 0px;
}
}

/*   MOBILE DELIVERY ACCORDION */
@media (max-width: 1025px) {
.mg-geomargin {
	display: none;
}
}
@media (min-width: 1025px) {
.mg-geomargin-m {
	display: none;
}
}
.geo-mob .geo-text-color-q {
	transition: all 0.2s ease-in-out;
}
.geo-mob._active .geo-text-color-q {
	transform: rotate(-180deg);
}
.adress-dropdown__btn-geo {
    cursor: pointer;
    background-color: #ffffff !important;
    border: 0px !important;
    color: #fff;
    border-radius: var(--border-radius);
    min-height: 35px;
    letter-spacing: 0;
    padding: 0 15px;
    line-height: 1;
    transition: .3s all;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: start !important;
    font-size: 14px;
    text-transform: none !important;
    margin-bottom: 3px;
}

@media (max-width: 1025px) {
.adress-dropdown__btn-geo {
    min-height: 37px;
}
.adress-dropdown__container-geo {
    background: #2d4d89;
    color: #ffffff;
    max-width: 340px;
    width: 340px;
    padding: 10px;
    border-radius: 12px;
}
.adress-dropdown__btn-geo .icon span {
    display: block;
    height: 23px;
    width: 23px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	top: -4px;
}
}
@media (max-width: 769px) {
.adress-dropdown__container-geo {
    max-width: 340px;
    width: 340px;
}
}
@media (max-width: 450px) {
.adress-dropdown__container-geo {
    max-width: 390px;
    width: 390px;
	font-size: 14px !important;
}
}
@media (max-width: 412px) {
.adress-dropdown__container-geo {
    max-width: 370px;
    width: 370px;
	font-size: 14px !important;
}
}
@media (max-width: 400px) {
.adress-dropdown__container-geo {
    max-width: 360px;
    width: 360px;
	font-size: 14px !important;
}
}
@media (max-width: 375px) {
.adress-dropdown__container-geo {
    max-width: 340px;
    width: 340px;
	font-size: 14px !important;
}
}
@media (max-width: 360px) {
.adress-dropdown__container-geo {
    max-width: 330px;
    width: 330px;
	font-size: 14px !important;
}
}
@media (max-width: 320px) {
.adress-dropdown__container-geo {
    max-width: 288px;
    width: 288px;
	font-size: 14px !important;
}
}

 .q-circle::after, .circle::before {
	 content: "";
	 display: block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 23px;
	 height: 23px;
	 background: rgba(45, 77, 137, 0.5);
	 border-radius: 50%;
	 z-index: -1;
	 animation: grow 3s ease-in-out infinite;
}
 .q-circle::after {
	 background: rgba(45, 77, 137, 0.5);
}
 .q-circle::after::before {
	 content: "";
	 display: block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 23px;
	 height: 23px;
	 background: #5f84ff;
	 border-radius: 50%;
	 z-index: -1;
	 animation: grow 3s ease-in-out infinite;
}
 .q-circle::before {
	 background: rgba(45, 77, 137, .5);
	 animation-delay: 4s;
}
 @keyframes grow {
	 0% {
		 transform: scale(1, 1);
		 opacity: 0.7;
	}
	 100% {
		 transform: scale(1.8, 1.8);
		 opacity: 0;
	}
}
@media (max-width: 1025px) {
 @keyframes grow {
	 0% {
		 transform: scale(1, 1);
		 opacity: 0.7;
	}
	 100% {
		 transform: scale(1.3, 1.3);
		 opacity: 0;
	}
}
}
 
 

/* MOBILE MENU */
@media (max-width: 991px) {
.a-simple-menu__link {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 30px!important;
    position: relative;
    transition: all .2s linear;
    width: auto;
    height: auto;
    flex-grow: 1;
	background-color: var(--menu-items-background);
	border-radius: 12px !important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #fff !important;
}
.navbar-dark .navbar-nav .nav-link {
	color: #000 !important;
}
.a-mega-menu-submenu-level-deep__item .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
    background-color: #b37eb1 !important;
	color: #fff !important;
	text-decoration: solid !important;
    font-weight: 600 !important;
}
.a-mega-menu-item__link:active {
    box-shadow: unset !important;
}
.a-mega-menu-submenu-level-deep__item .dropdown-toggle {
    border-radius: 12px !important;
    margin: 0 5px !important;
}
.a-mega-menu-submenu-level-deep__item .a-mega-menu-submenu-level-deep__link {
    font-weight: 500;
    border-radius: 12px;
    margin: 0 5px;
}
.a-simple-menu__item {
    margin: 0 5px !important;
}
.a-mega-menu-item {
    margin: 0 5px !important;
}
.a-simple-menu__link:hover {
    background-color: #b37eb1 !important;
	color: #fff !important;
	text-decoration: solid;
    font-weight: 600;
}
.a-simple-menu__list {
    padding-left: 0px !important;
}
.a-simple-menu__item:first-of-type .a-simple-menu__link {
	padding-left: 30px !important;
}
}
.modal-dialog {
	flex-direction:column;
  	margin: 3.75rem auto;
  	
}
.modal-dialog-centered {
	    min-height: calc(100% - 7.75rem) !important;
}
.modal-related-slider .owl-stage {
	display: flex;
}

.modal-related {
	margin-top: 15px;
    background: #FFF;
    border-radius: 13px;
  	opacity: 0;
}

.modal-related._active {
	opacity: 1;
}

.modal-related-slider {
	width: 100%;
    overflow: hidden;
    padding: 1px 50px 1px 50px;
    position: relative;
	border-top: 2px solid #dee2e6;
}

.modal-related-slider .owl-stage-outer {
	overflow: hidden;
}

.related-cart__image img {
	width:100%;
  	height: 100%;
 	object-fit: contain;
}

.related-cart__image {
	display: block;
}

.cart-related__title {
	text-align: center;
  display: block;
  width: 100%;
        color: #444;
    font-size: 12px;
    text-decoration: none;
}
.cart-related__title:hover {
        color: #444;

}

.cart-related__price {
	text-align: center;
  font-size: 15px;
    font-weight: 600;
    color: var(--main-text-color);
	text-transform: uppercase;
}

.related-cart {
	height: 100%;
  	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
}

.related-cart__image {
	height: 180px;
}

.modal-related-slider .owl-prev {
	position: absolute;
  	left: 10px;
  	top: 50%;
}
.modal-related-slider .owl-next {
	position: absolute;
  	right: 10px;
  	top: 50%;
}

.modal-related-slider .a-carousel__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 30px;
    height: 30px;
    color: #FFF !important;
    border: none;
    border-radius: 50%;
    font-weight: 500;
    line-height: 0;
    cursor: pointer;
    -webkit-appearance: button;
}

.modal-related-title {
	font-size: 1.25rem;
  	margin: 16px 16px 15px;
}

.related-cart .addToCart {
	width: 100%;
}

.a-cart-popup .modal-header {
    background: #FFF;
    border-radius: 13px 13px 0 0;
}

.a-cart-popup .modal-body {
	background: #FFF;
}

.a-cart-popup .modal-footer {
	background: #FFF;
  border-radius: 0 0 13px 13px;
  padding: 7px 12px 12px 12px;
  align-items: flex-start;
}
.a-cart-popup .modal-content {
	background: none;
}

@media (max-width: 575px) {
  .a-cart-popup .modal-footer .modal-footer__btn {
  	margin-top: 3px !important;
  }
  .a-cart-popup {
	padding-left: 9px;
}
}

.c-history__table-img {
  	width: 50px;
  	height: 50px;
  	object-fit: contain;
  	margin-right: 8px; 
}

.c-history__table--title {
	display: flex;
  	align-items: center;
}

.c-history__table td {
	    vertical-align: middle;
}
@media (max-width: 767px) {
  .c-history__table td {
  	display: flex;
    align-items: center
  }
}

.mg-geomargin-m .adress-dropdown__container.adress-dropdown__container-geo  {
	padding: 0;
}

.mg-geomargin-m .adress-dropdown__container.adress-dropdown__container-geo span {
	display: block;
  	padding: 10px;
}

/* PERSONAL + ORDER FORM mobile */
.c-history__list--total {
    font-size: 1rem !important;
}
.c-history__item {
    border-radius: 10px !important;
}
.btn-sm {
    border-radius: 10px !important;
}
.order-settings .c-button {
    border-radius: 10px !important;
}
.c-history__status {
    border-radius: 10px !important;
}
.btn {
    border-radius: 10px !important;
}
.change-payment-btn {
    border-radius: 10px !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff !important;
}
.a-tabs-personal__link {
	border-radius: 10px !important;
    border: 1px solid #dadada !important;
}
.a-tabs-personal__link--active {
    border: 1px solid #2d4d89 !important;
	background: #2d4d89;
    color: #fff !important;
}
.a-tabs-personal__link--logout {
	line-height: 2.2 !important;
	margin: 0 0 0 auto !important;
    padding: 1px 10px 0 !important;
    height: 40px !important;
	font-size: 16px !important;
    font-weight: 600 !important;
    border: 1px solid #dc3545 !important;
	border-radius: 10px !important;
}
.name-mob-size {
	font-size: 23px !important;
}
.a-cart-page__title {
    font-size: 23px !important;
	padding: 0 0 5px 0 !important;
}
@media (max-width: 375px) {
.c-history__header--left {
	font-size: 14px;
}
}
@media screen and (max-width: 430px) {
.c-history__content--left {
    width: 100%!important;
    margin-bottom: 5px;
}
.c-history__content--left .btn, .c-history__content--right, .order-total {
    width: 100%;
}
}
@media (max-width: 767px) {
.c-table tr {
    border: 1px solid #dadada;
    border-radius: 10px !important;
}
.c-table {
    box-shadow: unset !important;
}
.c-table caption, .c-table td, .c-table th {
    border-bottom: 0 !important;
}
}
@media (max-width: 430px) {
.a-order-form__item {
    padding: 32px 15px 35px !important;
}
.a-tabs-personal__link {
	border-radius: 10px !important;
    border: 1px solid #dadada !important;
}
.a-tabs-personal__link--active {
    border: 1px solid #2d4d89 !important;
}
.a-tabs-personal {
    margin-top: 10px !important;
}
.a-cart-page__title {
    padding: 0 0 0 15px !important;
    margin-top: 16px !important;
    margin-bottom: 10px !important;
	text-align: start  !important;
}
.a-cart-page .a-cart-table__td {
    padding: 10px 0px !important;
}
.remove-cell {
	justify-content: center;
}
.table-countprice-hider {
	display: none !important;
}
.table-mob-justif1 {
	width: 100% !important;
	padding-bottom: 5px !important;
	border-top: 0 !important;
}
.table-mob-justif2 {
	justify-content: center;
	width: 33% !important;
	border-top: 0 !important;
}
.c-history__list {
	padding: 0 !important;
}
.c-history__content--top {
    margin-bottom: 1px !important;
}
.a-cart-table__item-title {
	padding: 10px 5px 0 5px;
    text-align: center;
}
.a-cart-page__title {
    font-size: 20px !important;
}
.name-mob-size {
    font-size: 20px !important;
}
.a-tabs-personal__link--logout {
	line-height: 2.2 !important;
	margin: 0 0 0 auto !important;
    padding: 1px 10px 0 !important;
    height: 40px !important;
	font-size: 16px !important;
    font-weight: 600 !important;
    border: 1px solid #dc3545 !important;
	border-radius: 10px !important;
}
}
@media (max-width: 393px) {
.a-tabs-personal__link {
    margin-right: 3px !important;
}
}
@media (max-width: 376px) {
.a-cart-table__item-title {
	padding: 5px 5px 0 5px;
}
.c-history__table--title {
    font-size: 15px !important;
}
.c-history__list--item {
    font-size: 15px !important;
}
}
@media (max-width: 336px) {
.a-tabs-personal__link {
    margin-right: 3px !important;
}
.c-history__list--item {
    font-size: 13px !important;
	padding: 3px 4px !important;
}
.a-cart-table__item-title {
	padding: 0 5px 0 5px;
}
}

.a-order-storage .a-order__title,
.order-adress-table {
	margin-top: 10px;
}
.a-order-list {
	margin-bottom: 0;
}
@media (max-width: 430px) {
  .cart-page .a-bread-crumbs {
  	margin-bottom: 0;
  }
  .a-cart-page {
  	padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .a-cart-page,
  .a-order-page-wrapper {
  	background: #f4f4f4;
  }
  .a-cart-page__wrapper,
  .a-order-page-wrapper .a-cart-page__form,
  .a-cart-page__footer,
  .a-order-page-wrapper .a-order-form__item {
  	background: #fff;
    border-radius: 15px;
    overflow: hidden;
  }
  .a-order-page-wrapper .a-order-form__item {
  	margin-left: 10px;
    margin-right: 10px;
  }
  .a-cart-page__footer {
  	padding: 15px;
    margin-top: 10px;
  }
  .a-cart-page__wrapper {
  	padding-top: 15px;
  }
  .a-order-page-wrapper .a-cart-table__row {
  	background: #FFF;
    overflow: hidden;
    border-radius: 6px;
  }
  .a-order-page-wrapper .a-cart-table__td_price {
      border-left: 1px solid #dee2e6;
    border-radius: 0 0 0 6px;
    text-align: center;
    justify-content: center;
  }
  
  .a-cart-page .a-amount__wrap,
  .a-order-page-wrapper .a-amount__wrap {
  	display: flex !important;
    justify-content: center;
  }
  .a-cart-page .a-amount__btn,
  .a-order-page-wrapper .a-amount__btn {
    border: none!important;
    background: 0 0!important;
    -webkit-appearance: none!important;
    font-size: 20px;
    line-height: 0em;
    width: 25px;
    height: 100%;
    color: #d8d8d8;
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
}
  .a-order-page-wrapper .a-amount,
  .a-cart-page .a-amount {
    background-color: var(--bg-blocks-color);
    border-radius: var(--border-radius,6px);
    height: 30px;
    display: flex;
    max-width: 80px;
    min-width: 80px;
    position: relative;
}
  
  .a-cart-page .a-amount__btn .a-icon,
  .a-order-page-wrapper .a-amount__btn .a-icon {
  	height: 100%;
    display: flex;
    align-items: center;
  }

  .a-order-page-wrapper .a-cart-page {
  	margin-bottom: -10px;
  }
.a-order-page-wrapper .a-footer {
  	margin-top: 20px;
  }
  .a-cart-page .input-coupon,
  .a-order-page-wrapper .input-coupon {
  	width: calc(100% - 137px) !important;
  }
  .a-order-page-wrapper .promo-form span {
}
.a-order-page-wrapper .a-cart-page {
  	padding: 0;
}
}

.a-cart-page__wrapper .empty-cart-block {
  	margin-left: 15px;
    margin-right: 15px;
}

.subcat.a-categories-grid__inner {
	display: none;
}

.subcat.a-categories-grid__inner._active {
	display:flex;
}
.subcat__container {
	display: flex;
}

.a-categories-grid__inner .a-categories-grid__item {
    border: none;
    background: none;
}


.subcat.a-categories-grid__inner .a-categories-grid__item {
  min-width: 110px;
    width: 110px;
    max-width: 110px;
}
.subcat.a-categories-grid__inner .a-category-banner__inner .a-category-banner__img {
	      width: 80px;
    height: 80px;
}
.subcat.a-categories-grid__inner .a-category-banner__inner:hover .a-category-banner__img {
      width: 110px;
    height: 110px;
}

@media (min-width: 431px) {
  .subcat {
   display: none !important;
  }
}
@media (max-width: 430px) {
  .a-categories-grid__inner .a-category-banner__inner:hover .a-category-banner__img,
  .a-categories-grid__inner .a-category-banner__img {
  	width: 83px;
    height: 83px;
  }
  .a-categories-grid__inner .swiper-slide {
   width: 108px;
  }
  .a-categories-grid__inner .a-categories-grid__item {
  	margin: 0 4px;
  }
  .a-categories-grid.a-categories-grid_buttons .swiper-slide {
  	width: 25%;
  }
  .a-categories-grid .subcat .swiper-slide {
   width: 84px; 
  }
  .a-categories-grid_buttons .subcat.a-categories-grid__inner {
  	overflow: hidden;
  }
  .a-categories-grid__item_button.a-categories-grid__item .a-category-banner__img {
	border-radius: 22px;
}
  .a-body__index .a-categories-grid .container {
    margin: 0 10px;
        width: calc(100% - 20px);
  }
  .a-categories-grid__inner .a-categories-grid__item {
  	margin: 0 7px;
  }
  .a-catalog-main__desc {
        margin: 0 -3px 20px;
  }
  .a-categories-grid {
  	margin-bottom: 10px !important;
  }
  .a-categories-grid__inner .a-categories-grid__item_button.a-categories-grid__item .a-category-banner__img {
  	    transition: all 0s;
  }
  .a-categories-grid__inner .a-categories-grid__item_button.a-categories-grid__item:not(._active) .a-category-banner__img {
  	border: none !important;
  }
  .a-categories-grid_buttons nav.a-categories-grid__inner {
  	margin-bottom: 0px!important;
  }
  .a-categories-grid_buttons .a-categories-grid__inner {
  	margin-bottom: 0px!important;
  }
    .a-categories-grid_buttons .a-categories-grid__inner {
  	justify-content: center;
  }
    .a-categories-grid_buttons .subcat.a-categories-grid__inner {
  	justify-content: flex-start;
  }
  .subcat.a-categories-grid__inner .a-categories-grid__item {
  	min-width: 85px;
    width: 85px;
    max-width: 85px;
  }
  .a-categories-grid__inner .a-categories-grid__item_button.a-categories-grid__item {
  	margin: 0 7px;
  }
  .a-categories-grid_buttons .container {
  	border-radius: 10px;
  }
  .a-categories-grid__inner .a-categories-grid__item_button.a-categories-grid__item {
  	width: calc(100% - 14px);
    min-width: auto;
    max-width: none;
  }
  .a-categories-grid__inner .a-categories-grid__item_button.a-categories-grid__item .a-category-banner__inner {
  	width: 100%;
  }

  .a-categories-grid__inner .a-categories-grid__item_button.a-categories-grid__item .a-category-banner__img {
    width: 100%;
    height: 100%;
}
  
  .a-categories-grid__inner .a-categories-grid__item_button.a-categories-grid__item .a-category-banner__inner:hover .a-category-banner__img {
    width: 100%;
    height: 100%;
  }
  .subcat.a-categories-grid__inner .a-categories-grid__item .a-category-banner__img,
  .subcat.a-categories-grid__inner .a-categories-grid__item .a-category-banner__inner:hover .a-category-banner__img {
  	width: 74px;
    height: 74px;
  }
.a-categories-grid__inner .a-category-banner__inner .a-category-banner__img.clicked {
border: 5px solid #9499cb82 !important;
  }
  
.a-categories-devochki .a-categories-grid__inner .a-category-banner__inner .a-category-banner__img.clicked {
	border: 5px solid #95449975 !important;
}
.subcat.a-categories-grid__inner .a-category-banner__inner .a-category-banner__img.clicked {
border: 5px solid #9499cb82 !important;
  }
  .a-categories-devochki .subcat.a-categories-grid__inner .a-category-banner__inner .a-category-banner__img.clicked {
    	border: 5px solid #95449975 !important;
  }

.subcat.a-categories-grid__inner .a-category-banner__inner .a-category-banner__img {
border-radius: 22px;
border: unset !important;
  }

  .subcat.a-categories-grid__inner .a-categories-grid__item .a-category-banner__title,
  .a-categories-grid__inner .a-categories-grid__item_button.a-categories-grid__item .a-category-banner__title {
  	font-size: 12px !important;
  }
  .a-categories-grid .container {
      margin: 0 7px;
    padding: 5px 0 3px;
    width: calc(100% - 14px);
    border-radius: 10px;
    box-shadow: 0 0 10px #9499cd75 !important;

  }
  .subcat.a-categories-grid__inner .a-categories-grid__item {
  	margin: 0 1px;
  }
}

@media (max-width: 424px) {

  .subcat.a-categories-grid__inner .a-categories-grid__item {
  	min-width: 74px;
    width: 74px;
    max-width: 74px;
    margin: 0 5px;
  }

  .subcat .a-categories-grid__item .a-category-banner__img {
    border-radius: 23px;
  }
}

.sticker-leather {
	    border-radius: 14px;
    padding: 6px 6px 6px 6px;
    font-size: 15px;
    min-width: 49px;
    max-width: 49px;
    min-height: 35px;
    text-align: center;

}

.a-images .stickers-imgs {
	top: 20px;
  	bottom: auto;
  left: auto;
  right: 20px;
}
.stickers-imgs {
	display: flex;
    	position: absolute;
  	bottom: 5px;
  	left: 5px;
  z-index: 9;
}
.sticker-leather img {
	object-fit: contain;
  	width: 100%;
  	height: 100%;
}

.sticker-leather__text {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    bottom: 100%;
    background: #fff;
    border-radius: 5px;
    z-index: 99;
    width: max-content;
    padding: 1px 8px;
  transition: all 0.2s;
  pointer-events: none;
  box-shadow: 0 0 10px #9499cd75;
  color: #222;
}
.a-images .sticker-leather__text {
	right: 0;
  	left: auto;
}
.sticker-leather__text::before {
	content: '';
  	width: 5px;
  	height: 5px;
  	bottom: -2px;
  	left: 21px;
  	  box-shadow: 0 0 10px #9499cd75;
 	position: absolute;
  	transform: rotate(45deg);
  	background: #fff;
}
.a-images .sticker-leather__text::before {
	left: auto;
  	right: 21px;
}
.sticker-leather:hover .sticker-leather__text {
	    opacity: 0.85;
    visibility: visible;
  	  pointer-events: all;
}
.a-product-tabs-storm .js-catalog-mini-item {
	display: none;
}
@media (max-width: 600px) {
  .a-product-tabs-storm .js-catalog-mini-item {
	display: block;
  }
  .a-product-tabs-storm .js-card-slider {
  	display: none;
  }
  .a-product-tabs-storm {
  
  }
  .a-product-tabs-storm .mini-card__images-container .owl-nav {
  	position: static;
  }
    .a-product-tabs-storm .mini-card__images-container .owl-prev {
  	  	position: absolute;
          top: 40%;
    left: 0px;
  }
      .a-product-tabs-storm .mini-card__images-container .owl-next {
  	position: absolute;
            top: 40%;
    right: 0px;
        left: auto;
  }
  .a-product-tabs-storm .mini-card__images-container {
    padding-top: 10px;
  }
}

.tab-pane-storm {
	display: none;
}

.tab-pane-storm.active {
	display: block;
}

@media (max-width: 600px) {
  .product-tabs_storm .product-tabs-storm__contents {
  	min-height: 300px;
  }
} 

@media (max-width: 374px) {
  .subcat.a-categories-grid__inner .a-categories-grid__item {
  	min-width: 64px;
    width: 64px;
    max-width: 64px;
    margin: 0 5px;
  }
        .a-categories-grid_buttons .subcat.a-categories-grid__inner {
      margin-left: 0px;
  }
  
    .subcat.a-categories-grid__inner .a-categories-grid__item .a-category-banner__img,
  .subcat.a-categories-grid__inner .a-categories-grid__item .a-category-banner__inner:hover .a-category-banner__img {
  	width: 64px;
    height: 64px;
  }
  
}
.a-categories-grid *::-webkit-scrollbar{width:0px;height:0px}

/* PAGE TITLER */
.page-titler {
    color: #fff !important;
    background: #fff;
    margin-bottom: 30px !important;
}
.page-titler .container {
    color: #fff !important;
    background: #9499cd;
    box-shadow: 0 0 10px #9499cd75;
    border-radius: 8px;
}
.page-titler .container span {
    color: #fff !important;
}
.page-titler .bread-crumbs__item {
    color: #fff !important;
}
.page-titler .bread-crumbs__item:first-child {
    padding: 4px 6px 4px 2px;
}
.page-titler .bread-crumbs__item {
	font-size: 12px;
    padding: 4px 6px 4px 11px;
}
.page-titler .bread-crumbs__item a:hover{
	text-decoration: none;
}
@media (max-width: 430px) {
  .page-titler {
    margin-bottom: 10px;
  }
}
.page-podlojka-pad {
	padding: 20px 20px !important;
}
@media (max-width: 430px) {
.cart-page .page-titler {
    margin-bottom: 0;
}
  .a-sizes-table-default tbody {
	display: flex;
  }
  .a-sizes-table-default tbody tr {
  	display: flex;
    flex-direction: column;
  }
  .a-sizes-table-default tbody tr th,
  .a-sizes-table-default tbody tr td {
  	white-space: nowrap;
  }
  .a-sizes-table-default tbody tr th {
  	padding: 12px;
  }
  .a-sizes-table-default tbody tr td {
  	display: flex;
    justify-content: center;
    padding: 12px;
  }
  .a-sizes-table-default tbody tr th br{
  	display: none;
  }
  #sizeGuideModal {
  	padding-right: 0 !important;
  }
  #sizeGuideModal .modal-dialog {
  	margin: 0;
  }
  #sizeGuideModal .modal-dialog-centered {
  	height: 100%;
    justify-content: flex-end;
  }
  #sizeGuideModal .modal-content {
  	border-radius: 13px 13px 0 0 !important;
  }
}

.a-product-page__shadow {
	padding: 20px 20px 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px #9499cb75;
}

.a-product-page__badges {
	display: flex;
}
.a-product-page__badges-container {
	display: flex;
  align-items: center;
  font-size: 14px;
}
.a-product-page__badges-container svg {
	width: 15px;
  	height: 15px;
  	margin-right: 8px;
}
.a-product-page__delivery {
	padding: 10px;
  	border-radius: 10px;
  	border: 1px solid #ddd;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 212px;
}
.a-product-page__brand {
	padding: 10px;
  	border-radius: 10px;
  	border: 1px solid #ddd;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 212px;
}
.a-product-page__brand {
	margin: 10px 0;
}
.a-product-page__delivery {
	margin: 10px 10px 10px 0;
}

.a-product-page__s a {
	color: #2d4d89;
  transition: all 0.2s;
  font-weight: 600;
}

.a-product-page__s a:hover {
	color: #000;
  text-decoration: none;
}
@media (max-width: 768px) {
.a-product-page__badges-container {
    font-size: 13px;
}
.a-product-page__brand {
  width: 60%;
}
}
@media (max-width: 430px) {
.a-product-page__badges-container {
    font-size: 13px;
}
.a-product-page__brand {
  width: 90%;
}
}
@media (max-width: 375px) {
.a-product-page__brand {
  width: 65%;
}
}
.a-product-page .color-swiper .swiper-wrapper,
.a-product-page .size-swiper .swiper-wrapper {
	display: flex;
}

.a-product-page .size-swiper .a-sizes-n-colors__size {
	padding: 10px 11px;
}

.a-product-page .size-block,
.a-product-page .color-block{
	display: flex;
      align-items: center;
}
.a-product-page .swiper-slide {
	width: auto;
}

.size-swiper .swiper-wrapper {
	flex-wrap: wrap;
  	justify-content:center;
  display: flex;
  	
}
.a-product-page .size-swiper .swiper-wrapper {
	flex-wrap: nowrap;
  justify-content: flex-start;
}
.size-swiper .swiper-wrapper .swiper-slide{
	width: auto;
}

.a-product-page .c-variant .a-sizes-n-colors__title {
	margin-bottom: 0;
}
.a-product-page .size-swiper__wrapper {
  position: relative;
  padding: 0 30px;
  width: calc(100% - 65px);
}
.a-product-page .color-swiper,
.a-product-page .size-swiper {
	padding: 5px;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  position: relative;
}

.size-arrow {
	display: none;
  	width: 26px;
  	height: 26px;
  	position: absolute;
  	top: 12px;
  	border-radius: 50%;
  	font-size: 14px;
  	align-items: center;
  	justify-content: center;
  	background: #b37eb1;
  	color: #fff;
  	cursor: pointer;
  	transition: all 0.2s;
}

.a-product-page .size-arrow._active {
	display: flex;
}

.a-product-page .size-arrow.swiper-button-disabled {
	display: none;
}

@media (max-width: 430px) {
  .a-product-page .size-arrow {
  	display: none;
  }
}

.size-arrow:hover {
	background: #2d4d89;
}
.size-arrow_next {
	right: 0px;
}
.size-arrow_prev {
	left: 0px;
}
.scroll-top__wrapper.init {
	display: none;
}
@media (max-width: 430px) {
  #sizeGuideModal .modal-body {
    margin-bottom: 10px;
  }
  .scroll-top__wrapper.init {
	display: none;
}
}
.gif-container {
	display: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform:translateY(-50%);
    width: 273px;
	height: auto;
}
.gif-container.gif-rocket {
	width: 160px;
    top: -10px;
    left: 20px;
    transform: none;
}
.gif-container.gif-leto {
  top: -27px;
  width: 203px;
  transform: none;
}
.gif-container.gif-heart {
    top: -13px;
    width: 160px;
    transform: none;
    left: 20px;
}

.gif-container.gif-leto {
    top: -13px;
    width: 160px;
    transform: none;
    left: 20px;
}

.gif-container.gif-autumn {
	    top: -13px;
    width: 160px;
    transform: none;
  left: -20px;
}

@media (max-width: 1199px) {
  .gif-container.gif-leto {
  	left: -8px;
  }
  .gif-container.gif-autumn {

  left: -90px;
}
}

@media (max-width: 1103px) {
  .gif-container.gif-autumn {
  	display: none;
  }
}

.a-categories-grid  .container {
	position: relative;
}

@media (min-width: 1024px) {
  .gif-container {
  	display: block;
  }
}

@media (max-width: 1199px) {
  .gif-container {
  	left: -59px;
  }
}
 
.a-product-page .size-swiper .size-swiper-container {
  margin: 0 9px 0 0;
}

/* ORDER CONFIRM PAGE STYLING START */
.payment-form-block .alert-success {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000;
    box-shadow: 0 0 10px #9499cb75;
 	font-size: 16px;
	border-radius: 10px;
}
.payment-form-block .alert-info {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
    box-shadow: 0 0 10px #9499cb75;
    font-size: 16px;
    border-radius: 10px;
}
.a-order-page-wrapper .container .l-row .l-col .l-col .alert-primary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
    box-shadow: 0 0 10px #9499cb75;
    font-size: 16px;
    border-radius: 10px;
}
.a-order-page-wrapper .container .l-row .l-col .c-title {
	font-size: 20px;
    padding: 5px 15px 12px 15px;
	font-weight: 600;
	text-transform: uppercase;
    letter-spacing: 0.69px;
}
.sber-order-confirm {
	background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
    box-shadow: 0 0 10px #9499cb75;
    font-size: 16px;
    border-radius: 10px;
    padding: 15px;
	margin-bottom: 30px;
}
@media (min-width: 768px) {
.a-cart-page__wrapper .empty-cart-block {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
    box-shadow: 0 0 10px #9499cb75;
    font-size: 16px;
    border-radius: 10px;
}
}
.a-order-page-wrapper {
    padding-bottom: 30px;
}
@media (max-width: 430px) {
.sber-order-confirm {
	margin-bottom: 5px;
}
.a-order-page-wrapper {
    padding-bottom: 5px;
}
.a-order-page-wrapper {
    min-height: 20vh;
}
}
.sber-order-btn {
    padding: 0;
    border: none;
    font: inherit;
    color: #fff;
    cursor: pointer;
    background-color: #2d4d89;
    border: 1px solid var(--accent-color);
    border-radius: var(--border-radius);
    min-height: 35px;
    letter-spacing: .04em;
    padding: 0 15px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
}
.sber-order-btn:hover {
    background-color: #294471;
}
@media (max-width: 430px) {
.a-cart-page__wrapper, .a-cart-page__footer, .a-order-page-wrapper .a-order-form__item {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px #9499cb75;
}
}
.promo-form .default-btn {
    background-color: #2d4d89;
    color: #fff;
    border: 1px solid #2d4d89;
  width: fit-content;
}
.promo-form .default-btn:hover {
    background-color: #294471;
    color: #fff;
}
@media (max-width: 430px) {
.promo-form span {
left: 0;
}
}

.gif-mobile {
    position: fixed;
    right: -40px;
    bottom: 127px;
    width: 300px;
    z-index: 9999;
}
.gif-mobile img {
	width: 100%;
  	height: auto;
  	object-fit: contain;
}

.gif-mobile.gif-mobile_leto {
	right: -10px;
    width: 171px;
}

.gif-mobile.gif-mobile_malchiki,
.gif-mobile.gif-mobile_devochki {
	right: 2px;
    width: 130px;
}
.gif-mobile.gif-mobile_devochki1,
.gif-mobile.gif-mobile_malchiki1 {
  right: 2px;
	width: 170px;
}


@media (min-width: 431px) {
  .gif-mobile {
  	display: none !important;
  }
}

.contacts-map-container {
	display: flex;
  	
}

.contacts-map-marks {
  	display: flex;
  	flex-direction: column;
  	max-height: 570px;
  	overflow: auto;
  	width: 100%;
  	max-width: 350px;
    padding-right: 18px;
  	flex: 1 0 auto;
  	margin-top: 1rem;
  	padding: 10px;
}

.map-mark-addres {

    line-height: 20px;
    margin-bottom: 24px;
	font-size: 16px;
}

.contacts-map-mark {
	display: flex;
  	flex-direction: column;
  	font-size: 14px;
  	padding: 18px;
  	border-bottom: 1px solid #41454b21;
   box-shadow: 0 0 10px #9499cb75;
    border-radius: 10px;
    margin-bottom: 10px;
  
}
.map-mark-title {
	color: #005eb8;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    font-style: normal;
}

.map-mark-footer {
	display: flex;
  justify-content: space-between;
  margin-top: auto;
}

.map-hide-m {
	width: 100%;
}

.map-mark-footer .map-mark-container:first-of-type {
	margin-right: 15px;
}

.map-mark-subtitle {
    color: #41454b;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;

}
.map-mark-text {
color: #41454b;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
  text-decoration: none;
  transition: all 0.2s;
}
.map-mark-text:hover {
	text-decoration: none;
}

.map-mark-footer .map-marks-container:last-of-type {
	max-width: 97px;
}

.gif-group {
	width: 145px;
  	display: block;
}


@media (max-width: 991px) {
  .gif-group {
  	display:none;
  }

  .contacts-map-mark {
  	margin-bottom: 0;
    margin-right: 10px;
  }
}

.alert-full-cart {
    padding: 7.5px 10px;
    text-align: center;
    background: #ffcece;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #ff2e2e;
    border: 1px solid #ff2121;
}
@media (max-width: 460px) {
	.alert-full-cart {
      margin: 4px auto;
  }
}
@media (max-width: 991px) {
  .contacts-map-container {
  	flex-direction: column;
  }
  .map-mark-footer .map-marks-container:last-of-type {
	max-width: 111px;
}

  .contacts-map-marks {
  	max-width: none;
    flex-direction: row;
  }
  .contacts-map-mark {
  	min-width: 300px;
    border-bottom: none;
    border-right: 1px solid #41454b21;
  }
}
@media (max-width: 440px) {
.contacts-map-marks {
    margin-top: 1px;
}
}

.group-title-section {
	width: calc(100%);
  	display: flex;
  	justify-content: space-between;
}
.group-main-desc {
	margin: 0;
}
.group-title-container {
	width: calc(100% - 145px);
  display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%;
}
.group-options {
	align-items: stretch;
}

@media (max-width: 991px) {
  .group-title-container {
  	width: 100%;
  }
}

@media (max-width: 575px) {
  .group-title-section .a-catalog-options__inner {
  	display: none;
  }
}
@media (max-width: 430px) {
  .group-main-desc {
  	margin: 20px 0;
  }
}
.c-history__item {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-color: var(--bg-blocks-color);

}

.c-history__item .c-history__header {
    background-color: var(--bg-blocks-color);
}

.promo-form .default-btn,
.chd-show-more-button-wrapper,
.a-button,
.payment-form-block .btn {
}

.promo-form .default-btn:hover,
.chd-show-more-button-wrapper:hover,
.a-button:hover,
.payment-form-block .btn:hover  {
	background: #b37eb1;
  	border-color: #b37eb1;
}
.btn-primary:hover {
	opacity: 1;
}
.promo-form .default-btn:hover::before {
	opacity: 0;
}	
.btn-primary:focus,.btn-primary:target,
.btn-primary:not(:disabled):not(.disabled):active,
#chd-show-more-button:focus,#chd-show-more-button:target,
#chd-show-more-button:hover,.promo-form .default-btn:hover::before,
.chd-show-more-button-wrapper:hover::before,
.btn-primary:hover,
.a-button:hover:before,
.payment-form-block .btn:hover:before {
	background: #b37eb1;
  	border-color: #b37eb1;
}
.chd-show-more-button-wrapper {
    padding: 0 0;
}
.slider-index__title,
.slider-index__price {
	color: #222;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.slider-index__price {
	text-align: left;
  padding: 0 40px 0 30px;
  position: relative;
  top: 6px;
  z-index: 99;
}
.slider-index__title {
  padding: 8px 10px;

}

.slider-index__item:hover {
	text-decoration: none;
}
.slider-index__img {
	width: 95%;
    max-height: 190px;
  	height: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.slider-index__img img {
  	object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 190px;
}

.ticker-slider-wrapper {
  display: flex;
}

.ticker-slider {
  overflow: hidden;
  user-select: none;
  opacity: 0;
  visibility: hidden;
}

.ticker-slider.ticker-slider-init {
  opacity: 1;
  visibility: visible;
}

.slider-background-img {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: none;
}

.slider-background-img img {
	width: 100%;
 	height: 100%;
  	object-fit: cover;
}
.slider-index__item {
	position: relative;
  cursor: grab;
}
.slider-index__item:hover .slider-background-img {
	display: block;
}
.slider-index__title {
	    margin: 0;
    font-size: 26px;
    line-height: normal;
    display: block;
    color: var(--main-text-color);
    font-weight: 550;
    margin-left: 20px;
  text-align: left;
}
.slider-index__item {
  display: block;
}
.slider-index__price {
	opacity: 0;
  	visibility: hidden;
}
.ticker-slide__item:hover .slider-index__price {
	opacity: 1;
  visibility: visible;
}

.slider-index__item .a-sizes-n-colors__title {
	display: none;
}
.slider-index {
	background: #fff;
  border-radius: 24px;
  position: relative;
  z-index: 2;
  margin-left: -10px;
  margin-right: -10px;
  box-shadow: 0px 0px 50px rgb(0 0 0 / 10%);
}
.slider-index__item .c-variant {
	opacity: 0;
  visibility: hidden;
}
.ticker-slide__item:hover .c-variant {
	opacity: 1;
  visibility: visible;
}
@media (max-width: 1005px) {
  .slider-index__title {
  	font-size: 18px;
    text-align: center;
  }
}
.c-carousel.banners-slider {
margin-bottom: 0;
}

.ticker-slide__item {
	position:relative;
}
.ticker-slide__item:hover .a-product-btns__item {
	display: block;
}
.ticker-slide__item .a-product-btns__item {
  position: absolute;
	width: 30px;
  	height: 30px;
  right: 30px;
  top: 0;
  display: none;
  z-index: 100;
}
.ticker-slide__item .a-product-btns__item .a-product-btns__icon_quick-view:after {
	font-size: 18px;
  position: relative;
  top: -1px;
}
.ticker-slide__item .a-product-btns__item:focus {
	box-shadow: none;
}

@media(min-width: 431px) {
  .ticker-slide__item .a-product-btns__item {
  	right: 20px;
  }
  .slider-index__price {
  	padding: 0;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .ticker-slide__item .a-product-btns__item {
  	right: 20%;
  }
  .slider-index__price {
  	padding: 0;
    text-align: center;
  }
}



@media (max-width: 430px) {
  .ticker-slide__item .a-product-btns__item {
  	right: 15px;
  }
  .slider-index__price {
    padding: 0;
    padding-right: 0;
    text-align: center;
  }

}

@media (max-width: 400px) {
  .ticker-slide__item .a-product-btns__item {
  	right: 0;
  }
}

.catalog-main__options-container {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 430px ){
  .catalog-main__options-container {
  	margin-bottom: 10px;
  } 
}

.ui-slider-horizontal {
	height: 6px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -5px;
}

.a-filter-tags__name {
	    white-space: nowrap;
}

@media (max-width: 407px) {
  .a-catalog-options__inner .dropdown-menu {
	  left: auto !important;
    	right: -12px !important;
  }
}

@media (max-width: 374px) {
  .a-catalog-options__inner .dropdown-menu {
	  left: 0 !important;
    	right: auto !important;
  }
}

.c-alert--green {
	padding: 10px !important;
    border-radius: 10px !important;
}