.hidden {
  display: none;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* Video block */
.js-video {
  margin-top: 30px;
}
.js-video__button {
  z-index: 10;
}
.js-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  outline-width: 0;
  border-width: 0;
}
.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-size: cover;
}
@media (max-width: 1999px) {
  .js-video {
    margin-top: 0;
  }
}
/* Video block */

.pagination {
  display: block !important;
}
.i-catalog__layout #pdopage .pagination {
  margin-top: 28px;
}
.i-catalog__layout .rows {
  display: -ms-grid;
  display: grid;

  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 16px;
}
.i-catalog__layout.i-catalog__layout_search .rows {
  display: -ms-grid;
  display: grid;

  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (min-width: 1199px) {
  .i-catalog__layout.i-catalog__layout_search .rows {
    gap: 12px;
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1400px) {
  .i--catalog--home {
    -ms-grid-columns: 4fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1200px) {
  .i-catalog__layout.i-catalog__layout_search .rows {
    gap: 12px;
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .i-catalog__layout.i-catalog__layout_search .rows {
    gap: 12px;
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.ui-slider {
  margin-bottom: 30px;
}
.price_values .ajax-disabled {
  max-width: 100px;
}
@media (min-width: 1350px) {
  .i-catalog__layout .rows {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1500px) {
  .i-catalog__layout .rows {
    gap: 20px;
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
.i-catalog__layout .show-more,
.i-catalog__layout .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
}
.field__inner .error {
  position: relative;
  bottom: 0;
  left: 0;
  border: 1px solid #e42c27;
}
.email-label .error {
  position: relative;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #e42c27;
}
.error_text {
  position: absolute;
  bottom: -24px;
  left: 0;
  color: #e42c27;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
}
.ajax-filter-count {
  margin-top: 12px;

  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: -2;
  grid-column-end: -1;
  -ms-grid-column-align: center;
  justify-self: center;
}
.i-catalog__layout.ajax-container {
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
}
.i-catalog__layout_fav {
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1500px) {
  .i-catalog__layout_fav {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .i-catalog__layout_fav {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product__content {
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .product__content {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.testemonials {
  margin-top: 48px;
}
@media (min-width: 1100px) {
  .testemonials {
    margin-top: 100px;
  }
}
.support a {
  color: #3996f7;
  text-decoration: none;
}

/* .card {
    height: max-content;
} */
@media (max-width: 767px) {
  .card {
    height: 100%;
  }
}
.card__info {
  min-height: 68px;
}
@media (min-width: 768px) {
  .card__info {
    min-height: 105px;
  }
}
.i-favorites-layout {
  display: grid;

  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}

@media (min-width: 1140px) {
  .i-favorites-layout {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1500px) {
  .i-favorites-layout {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Centering language dropdown text */
@media (min-width: 768px) {
  .language-dropdown__menu li {
    padding-right: 6px;
  }
}

/* Product page - text "add to cart"  */
@media (min-width: 768px) {
  .to-cart__first-text,
  .to-cart__second-text {
    font-size: 16px;
  }
}

/*  */
.description__wrapper {
  max-width: 1000px;
}

.description__inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;

  gap: 20px;
}

@media (min-width: 768px) {
  .description__inner {
    flex-direction: row;
  }
}

.open-product-video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 424px;
  width: 100%;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .open-product-video {
    margin: 0;
  }
}
.open-product-video:hover {
  opacity: 0.6;
}

.open-product-video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* product-info block */

/* .product-info {
    margin-bottom: 50px;
}
@media (min-width: 992px) {
    .product-info {
        margin-bottom: 100px;
    }
} */

.product-info__wrapper {
  display: grid;

  gap: 18px;
}

@media (min-width: 992px) {
  .product-info__wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}

.product-info__item {
  display: flex;
  align-items: flex-start;
  padding-top: 18px;
  border-top: 2px solid #8ca6ff;

  gap: 16px;
}

@media (min-width: 992px) {
  .product-info__item {
    padding-top: 0;
    padding-left: 18px;
    border-top: unset;
    border-left: 2px solid #8ca6ff;
  }
}

@media (min-width: 992px) {
  .product-info__item:first-child {
    padding-left: 0;
    border: unset;
  }
}

.product-info__inner {
  display: flex;
  flex-direction: column;

  gap: 8px;
}
.product-info__title {
  margin: 0;
  color: var(--black);
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
}
.product-info__text {
  margin: 0;
  padding: 0;
  color: var(--black);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

/* // product-info block */

/* Video modal */

.video-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: var(--modal-index);
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  transform: translate(-50%, -50%);
}

.video-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  padding: 16px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 6, 26, 0.25);
  transform: translate(-50%, -50%);

  gap: 16px;
}

@media (min-width: 768px) {
  .video-modal__inner {
    padding: 24px;
  }
}

.video-modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: var(--overlay-index);
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-modal__close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-left: auto;
  padding: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: 0.3s;
}
.video-modal__close-btn:hover {
  opacity: 0.6;
}

.video-modal__video {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .video-modal__video {
    width: 90%;
  }
}
.video-modal__video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-modal__body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* // Video modal */

/* Gallery modal */

.gallery-modal__body {
  position: relative;
  width: 100%;
  height: 100%;
}
.fotorama__thumb {
  background-color: transparent;
}
.fotorama__thumb-border {
  margin-top: 32px !important;
  border-color: transparent;
  border-bottom-color: var(--black);
  background-image: unset;
}

@media (max-width: 768px) {
  .fotorama__arr {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .fotorama__arr {
    width: 56px;
    height: 56px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 56 56'%3E%3Cpath fill='%2300061A' d='M37.172 26.735 17.667 8.15a1.75 1.75 0 0 0-2.416 0l-.02.021a1.61 1.61 0 0 0 0 2.335l18.367 17.5-18.367 17.493a1.61 1.61 0 0 0 0 2.334l.02.021a1.75 1.75 0 0 0 2.415 0L37.172 29.27a1.75 1.75 0 0 0 0-2.534Z'/%3E%3C/svg%3E");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .fotorama__arr--prev {
    transform: rotate(180deg) !important;
  }
  .fotorama__arr--next {
  }
}

/* // Gallery modal */

@media (min-width: 768px) {
  .card__column {
    max-width: 70px;
  }
}

.add-to-favorites .icon-rem {
  display: none;
}
.add-to-favorites .icon-rem-hover {
  display: none;
}
.add-to-favorites .icon-heart-hover {
  display: none;
}
.add-to-favorites:hover .icon-heart-hover {
  display: block;
}
.add-to-favorites:hover .icon-heart {
  display: none;
}
.add-to-favorites svg {
  transition: 0.3s;
}
.add-to-favorites._active_ .icon-rem {
  display: block;
  /*transform: scale(0.8);*/
}
.add-to-favorites._active_:hover .icon-rem {
  display: none;
}
.add-to-favorites._active_:hover .icon-heart-hover {
  display: none;
}
.add-to-favorites._active_:hover .icon-rem-hover {
  display: block;
}
.add-to-favorites._active_ .icon-heart {
  display: none;
}
.add-to-favorites:hover svg path {
  /*fill: var(--black);*/
}

@media (max-width: 1150px) {
  .i-catalog_head {
    display: grid;

    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .select2-container {
    width: 100% !important;
  }
}

body {
  overflow-x: hidden;
}
/*.active_fav path {
	fill: #fff;
}
*/
@media (min-width: 768px) {
  .support__text {
    font-size: 18px;
    line-height: 30px;
  }
}
.support__text a {
  color: rgba(57, 150, 247, 1);
  text-decoration: none;
}
.support__text a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .card:hover .card__img img {
    border-radius: 13px;
    transform: scale(1.05) translateY(-2px);
  }
  .card:hover .card__inner,
  .card:focus .card__inner {
  }
}

.badge {
  width: max-content;
}

#msOrder {
  margin-top: 0 !important;
}

.product-list__img a {
  display: flex;
  justify-content: center;
}
.product-list__img a img {
  object-fit: contain;
}

.product-item__inner {
  width: 100%;
}

@media (max-width: 768px) {
  .product-item__img {
    min-width: unset;
    max-width: 132px;

    aspect-ratio: auto;
  }
}

.checkbox-label {
  width: auto;
}

@media (min-width: 1100px) {
  .product-list {
    padding-bottom: 0;
    min-height: 110px;
    max-height: 350px;
  }
}

.i-favorites-page .i-catalog__wrapper {
  gap: 40px;
}

@media (min-width: 768px) {
  .card__descr {
    font-size: 14px;
    line-height: 16px;
  }
}

/* New categories */

.i-categories {
  display: grid;

  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}
@media (min-width: 768px) {
  .i-categories {
    gap: 20px;
  }
}

.i-category {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #8ca6ff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;

  aspect-ratio: 154/60;
}
@media (min-width: 768px) {
  .i-category {
    aspect-ratio: 868/220;
  }
  .i-category:hover {
    transform: scale(0.9);
  }
  .i-category:hover .i-category__text {
    transform: scale(1.1);
  }
}
.i-category::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  transform: translate(-50%, -50%);
}

.i-category__text {
  position: relative;
  z-index: 2;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  transition: 0.3s;
}
@media (min-width: 1100px) {
  .i-category__text {
    font-size: 61px;
  }
}

.brands-layout {
  display: grid;

  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}

@media (min-width: 1100px) {
  .brands-layout {
    grid-template-columns: repeat(3, 1fr);
    gap: 26px 20px;
  }
}

.brands-layout .brands-card__image img {
  aspect-ratio: unset;
}

.brands-layout .brand-card__wrapper {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.brands-layout .brand-card__arrow {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (max-width: 768px) {
  .brands-layout .brand-card__wrapper {
    padding-left: 12px;
    width: 96px;
  }
  .brands-layout .brand-card__arrow {
    width: 25px;
  }
  .brands-layout .brand-card__arrow img {
    width: 10px;
    height: 10px;
  }
  .brands-layout .brand-card__link {
    height: 42px;
  }
  .brand-card__tooltip {
    display: none;
  }
}

.i-catalog--custom,
.brands-layout {
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .i-catalog--custom,
  .brands-layout {
    padding-bottom: 56px;
  }
}

/* // New categories */

.carousel .owl-dots {
  height: 22px;
}

@media (min-width: 768px) {
  .carousel .owl-dots {
    height: 25px;
  }
}

/* RECALL widget */
.recall-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: rgba(0, 6, 26, 0.5);
}
@media (min-width: 768px) {
  .recall-overlay {
    display: none !important;
  }
}

.recall {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  display: flex;
  flex-direction: column-reverse;

  gap: 8px;
}
@media (max-width: 767px) {
  .recall {
    z-index: 21;
  }
}

.recall-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8ca6ff;
  border-radius: 50%;
  background-color: #fff;
}
.recall-trigger img {
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .recall-trigger {
    width: 86px;
    height: 86px;
  }
  .recall-trigger img {
    width: 48px;
    height: 48px;
  }
}

.recall-trigger img:nth-child(1) {
  display: block;
}
.recall-trigger img:nth-child(2) {
  display: none;
}

.recall-trigger.active img:nth-child(1) {
  display: none;
}
.recall-trigger.active img:nth-child(2) {
  display: block;
}
.recall-trigger.active {
  border-color: transparent;
}
.recall-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

  gap: 8px;
}
@media (max-width: 767px) {
  .recall-content {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 16px;
    max-width: calc(100% - 32px);
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: #fff;
    transform: translate(-50%, -50%);

    gap: 16px;
  }
}

.recall__item,
.recall-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  border-radius: 50%;
  background-color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.recall-phone img:nth-child(1) {
  display: block;
}
.recall-phone img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .recall-phone {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  .recall__item,
  .recall__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 8px;
    width: 100%;
    height: auto;
    border: 1px solid #a6acc6;
    border-radius: 5px;

    gap: 16px;
  }
  .recall-phone img:nth-child(1) {
    display: none;
  }
  .recall-phone img:nth-child(2) {
    display: block;
  }
  .recall__inner {
    order: 999;
  }
}
@media (max-width: 767px) {
  .recall__item img,
  .recall-phone img {
    width: 40px;
    height: 40px;
  }
}

.recall__item span {
  color: #00061a;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .recall__item img {
    transform: translateY(4px);
  }
  .recall__item span {
    display: none;
  }
  .recall__item:hover,
  .recall-phone:hover {
    opacity: 0.8;
  }
}
.recall__inner {
  position: relative;
}

.recall-phone-content {
  position: absolute;
  top: 50%;
  right: 74px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 4px 24px;
  width: max-content;
  height: 80px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: #fff;
  transform: translateY(-50%);

  gap: 4px;
}
@media (max-width: 767px) {
  .recall-phone-content {
    position: relative;
    top: auto;
    right: auto;
    display: block !important;
    padding: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    transform: unset;
  }
  .recall-phone-content span {
    display: none;
  }
}

.recall-phone-content a {
  color: #00061a;
  text-decoration: none;
  font-weight: 400;
  font-size: 25px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .recall-phone-content a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .recall-phone-content a {
    color: #00061a;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
  }
}

.recall-phone-content span {
  color: #436dff;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
}

.recall-phone.active {
  border-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

/* // RECALL widget */

/* SCROLL PANEL block */

.scroll-panel {
  position: fixed;
  bottom: 16px;
  left: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 33px 80px rgba(0, 6, 26, 0.14),
    0px 13.7866px 33.4221px rgba(0, 6, 26, 0.10064),
    0px 7.37098px 17.869px rgba(0, 6, 26, 0.083455),
    0px 4.13211px 10.0172px rgba(0, 6, 26, 0.07),
    0px 2.19453px 5.32008px rgba(0, 6, 26, 0.056545),
    0px 0.913195px 2.21381px rgba(0, 6, 26, 0.0393604);
}
@media (min-width: 920px) {
  .scroll-panel {
    padding: 16px;
    max-width: calc(100% - 150px);
    width: 100%;
    border-radius: 10px;

    gap: 48px;
  }
}
@media (min-width: 1100px) {
  .scroll-panel {
    left: 50%;
    max-width: calc(100% - 300px);
    transform: translateX(-50%);
  }
}
@media (min-width: 1700px) {
  .scroll-panel {
    max-width: 1460px;
  }
}

.scroll-panel__left {
  display: none;
}

@media (min-width: 920px) {
  .scroll-panel__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    gap: 20px;
  }
}
.scroll-panel__img {
  flex-shrink: 0;
}
.scroll-panel__img img {
  display: block;
  max-height: 83px;
  width: auto;
  height: 100%;
  border-radius: 7px;
}

.scroll-panel__content {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  justify-content: space-between;
  height: 100%;

  gap: 8px;
}

.scroll-panel__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  flex-shrink: 1;
  color: #00061a;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;

  -webkit-line-clamp: 2;
}

.scroll-panel__code {
  color: #00061a;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}

.scroll-panel__right {
  display: flex;
  align-items: center;
  flex-shrink: 0;

  gap: 24px;
}
.scroll-panel__price {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;

  gap: 4px;
}
.scroll-panel__price .price {
  font-size: 24px;
  line-height: 1;
}
@media (min-width: 920px) {
  .scroll-panel__price .price {
    font-size: 40px;
  }
}
.scroll-panel__price .old-price {
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 920px) {
  .scroll-panel__price .old-price {
    font-size: 20px;
  }
}

/*@media (max-width: 920px) {
	.add-to-favorites {
		display: none;
	}
}*/

/* // SCROLL PANEL block */

.carousel .owl-dots {
  flex-wrap: wrap;

  gap: 12px;
}
.ajax-container {
  display: block;
}

.i-catalog__layout {
  display: block;
}
.i-catalog__layout .ajax-filter-count:empty {
  display: none;
}
.recall.hide {
  display: none;
}

@media (max-width: 767px) {
  .card__info {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;

    gap: 4px;
  }
  .card__column {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    max-width: 100%;

    gap: 10px;
  }
  .card__footer {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;

    gap: 8px;
  }
  .card__footer .card__action {
    /* margin-top: -44px; */
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
  }
  .card__footer .add-to-cart {
    max-width: 100%;
    width: 100%;
    height: 40px;
  }
  .card__footer .add-to-favorites {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
  }
  .card__footer .card__price {
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 40px;
    min-height: 40px;
    width: 100%;
  }
  .card__footer .price {
    font-size: 18px;
    line-height: 26px;
  }
  .card__footer .old-price {
    font-size: 12px;
    line-height: 14px;
  }
  .card .add-to-cart {
    color: #fff;
  }
  .card .add-to-cart::before {
    transform: translateX(0) !important;
  }
  .card .add-to-cart.active::before {
    -webkit-transform: translateX(-100%) !important;
    transform: translateX(-100%) !important;
  }
}
.card.noactive .card__inner {
  border-color: #e4ecf7;
}
.card.noactive .price {
  color: var(--gray--500);
}
.card.noactive a.add-to-cart {
  position: relative;
  border-color: var(--gray--100);
  background-color: var(--gray--100);
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.card.noactive a.add-to-cart:hover {
  border-color: #d2ddeb;
  background-color: #d2ddeb;
}
.card.noactive .add-to-cart::before {
  display: none;
}
.card.noactive .add-to-cart svg,
.card.noactive .add-to-cart .add-to-cart__text {
  display: none;
}
.card.noactive .add-to-cart::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 24px;
  height: 24px;
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23505780' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 8v5m0 9c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10Z'/%3E%3Cpath stroke='%23505780' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 16h.009'/%3E%3C/svg%3E");*/
  background-image: url("/templates/img/infoo.svg");
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transform: translate(-50%, -50%);
}

.add-to-favorites {
  border-color: #505780;
  color: #505780;
}

.product__info {
  position: relative;
}
@media (min-width: 768px) {
  .product__info {
    border: 1px solid #505780;
    border-radius: 10px;
  }

  .product__carousel .owl-item img {
    border-radius: 10px;
  }
}

.product__badge {
  align-self: self-start;
  margin-bottom: 8px;
  padding: 4px 8px;
  border-radius: 3px;
  background: #e4ecf7;
  color: #505780;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.product__with-content {
  display: none;
}
@media (min-width: 768px) {
  .product__with-content {
    position: absolute;
    top: 32px;
    right: 32px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .product__with-content span {
    color: #8ca6ff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
  }

  .product__title {
    margin-right: 70px;
  }
}

.product__info.noactive .price {
  color: #505780;
}

.product__info.noactive .add-to-favorites {
  border-color: #e4ecf7;
}
.product__info.noactive .to-cart {
  border-color: #e4ecf7;
  background-color: #e4ecf7;
  color: #505780;
  opacity: 1;
}
.scroll-panel .to-cart[disabled="disabled"] {
  border-color: #e4ecf7;
  background-color: #e4ecf7;
  color: #505780;
  opacity: 1;
}
.scroll-panel .to-cart[disabled="disabled"]:hover {
  border-color: #e4ecf7;
  background-color: #e4ecf7;
  color: #505780;
  opacity: 1;
}

.product__price {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.product__price .product__code {
  margin: 0;
  font-size: 14px;
  line-height: 1;
}
.product__price .product__code {
  color: #505780;
}
.product__mobile-badge {
  display: none;
}
@media (max-width: 767px) {
  .product__carousel {
    position: relative;
  }

  .product__mobile-badge {
    position: absolute;
    bottom: 8px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    pointer-events: none !important;

    gap: 16px;
  }
  .product__mobile-badge img {
    width: 32px;
    height: 32px;
  }
  .product__mobile-badge span {
    color: #8ca6ff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
  }
}

.carousel button.owl-dot.active {
  background-color: #a6acc6;
}
.product__info .to-cart {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 254px;
  height: 64px;
  border: 1px solid var(--black);
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;

  gap: 16px;
}
.product__info .to-cart::before {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: var(--black);
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.product__info.noactive .to-cart::before {
  opacity: 0;
}
.product__info .to-cart.active::before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.product__info .to-cart[disabled="disabled"]::before {
  display: none;
}
.product__info .to-cart:hover:before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.product__info .to-cart:hover {
  background-color: #fff;
  color: var(--black);
}
.product__info .to-cart[disabled="true"]:hover {
  border-color: #e4ecf7;
  background-color: #e4ecf7;
  color: #505780;
}
@media (max-width: 767px) {
  .scroll-panel__price {
    -ms-flex-negative: initial;
    flex-shrink: initial;
  }
  .product__info .to-cart {
    width: 100%;
  }
  .product .product__info .to-cart {
    width: 254px;
  }
  .product__info .product__price {
    min-height: 64px;
  }
  .product__info .product__price .product__code {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
  }
  .product__info .product__action-row {
    position: relative;
    align-items: flex-start;
    flex-direction: column;

    gap: 16px;
  }
  .product__info .product__action-row .add-to-favorites {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    border-width: 2px;
    border-color: #505780;
    border-radius: 5px;
  }
  /* .product__info .product__action-row span {
	    font-weight: 400;
	    font-size: 20px;
	    line-height: 1;
	} */
  .product__info .product__action {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 100%;
  }
  .product__info .to-cart__first-text,
  .product__info .to-cart__first-text .to-cart__second-text {
    display: block;
  }
  .product__info .to-cart.active .to-cart__second-text,
  .product__info .to-cart.active .icon-checked {
    display: block;
  }
  .product__info .to-cart.active .to-cart__first-text,
  .product__info .to-cart.active .icon-cart {
    display: none;
  }
  .product__info .ms2_form {
    width: 100%;
  }
}

.product__action button {
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .scroll-panel {
    padding: 11px 16px;
  }
  .scroll-panel .add-to-favorites {
    display: none;
  }
  .scroll-panel .to-cart {
    width: 64px;
    height: 64px;
    border-radius: 5px;
    background-color: #00061a;
    color: #fff;
  }
  .scroll-panel .to-cart.active {
    border-color: var(--success--500);
    background-color: var(--success--500);
    color: #fff;
  }
  .scroll-panel .to-cart.noactive,
  .to-cart[disabled="true"],
  .to-cart[disabled="true"]:hover {
    border-color: #e4ecf7;
    background-color: #e4ecf7;
    color: #505780;
  }
}

.scroll-panel__price .scroll-panel__title {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 919px) {
  .scroll-panel {
    right: 16px;
  }
  .scroll-panel__right {
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 920px) {
  .scroll-panel__price .scroll-panel__title {
    display: none;
  }
}

.get-email__result {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 24px;
}
.get-email__result img {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}
@media (min-width: 768px) {
  .get-email__result img {
    width: 128px;
    height: 128px;
  }
}
.get-email__result span {
  color: #8ca6ff;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
}
@media (min-width: 768px) {
  .get-email__result span {
    font-size: 111px;
  }
}

.btn-slide-to-bottom {
  position: absolute;
  bottom: -54px;
  left: 50%;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: -o-linear-gradient(266.18deg, #93aaff 3.13%, #d88fee 96.87%);
  background: linear-gradient(183.82deg, #93aaff 3.13%, #d88fee 96.87%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transform: translateX(-50%);
}
.btn-slide-to-bottom:hover svg,
.btn-slide-to-bottom:focus svg {
  transform: scale(1.1);
}
.s-benefits {
  margin-bottom: 24px;
}
@media (min-width: 1100px) {
  .s-benefits {
    margin-bottom: 48px;
  }
}

.s-benefits__wrapper {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;

  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
/* @media (min-width: 768px) {
    .s-benefits__wrapper {
        gap: 16px;
        grid-template-columns: repeat(2, 1fr)
    }
} */
@media (min-width: 1200px) {
  .s-benefits__wrapper {
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
  }
}

.s-benefits__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  padding: 20px 8px 8px 8px;
  border: 2px solid #505780;
  border-radius: 5px;

  gap: 8px;
}
@media (min-width: 768px) {
  .s-benefits__item {
    padding: 42px 16px 16px 16px;
    border-width: 3px;
    border-radius: 10px;

    gap: 16px;
  }
}
.s-benefits__item img {
  display: block;
  flex-shrink: 0;
  max-width: 40px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .s-benefits__item img {
    max-width: 80px;
  }
}
.s-benefits__item span {
  color: #505780;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (min-width: 768px) {
  .s-benefits__item span {
    font-size: 40px;
  }
}
.defects {
  margin: 60px 0;
}
.details__table a {
  color: #3996f7;
  text-decoration: none;
}
.details__table a:hover,
.details__table a:focus {
  text-decoration: underline;
}
/*  */

/* About page */

.about .i-catalog__nav-wrapper {
  margin-bottom: 0;
}

.about__promo {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 64px;
  padding-bottom: 24px;
  height: 250px;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.about__promo::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 6, 26, 0) 0%,
    rgba(0, 6, 26, 0.75) 100%
  );
  content: "";
  filter: drop-shadow(0px 137px 55px rgba(0, 6, 26, 0.01))
    drop-shadow(0px 77px 46px rgba(0, 6, 26, 0.03))
    drop-shadow(0px 34px 34px rgba(0, 6, 26, 0.04))
    drop-shadow(0px 9px 19px rgba(0, 6, 26, 0.05))
    drop-shadow(0px 0px 0px rgba(0, 6, 26, 0.05));
  pointer-events: none;
}
@media (min-width: 1024px) {
  .about__promo {
    margin-bottom: 120px;
    padding-bottom: 120px;
    height: 780px;
  }
}

.about__title {
  position: relative;
  z-index: 3;
  margin: 0;
  padding-right: 16px;
  padding-left: 16px;
  color: #8ca6ff;
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .about__title {
    font-size: 82px;
  }
}
@media (min-width: 1280px) {
  .about__title {
    font-size: 128px;
  }
}

.about__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  max-width: 1750px;
}

.about__wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  /*filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 214px 86px rgba(80, 87, 128, 0.01)) drop-shadow(0px 120px 72px rgba(80, 87, 128, 0.05)) drop-shadow(0px 54px 54px rgba(80, 87, 128, 0.09)) drop-shadow(0px 13px 29px rgba(80, 87, 128, 0.1)) drop-shadow(0px 0px 0px rgba(80, 87, 128, 0.1));*/
}

@media (min-width: 1024px) {
  .about__wrapper img {
    border-radius: 5px;
    filter: drop-shadow(0px 33px 13px rgba(0, 0, 0, 0.01))
      drop-shadow(0px 19px 11px rgba(0, 0, 0, 0.05))
      drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.09))
      drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1))
      drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
  }
}

.about__subtitle {
  margin: 0;
  margin-bottom: 16px;
  color: #00061a;
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .about__subtitle {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 1;
  }
}

.about__text {
  margin: 0;
  color: #00061a;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}

@media (min-width: 1024px) {
  .about__text {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 48px;
  }
}

.about__box {
  display: grid;

  gap: 16px;
}

@media (min-width: 1024px) {
  .about__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 56px;
  }
}

.about__content {
  color: #00061a;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.about__content p {
  margin: 0;
}

.about__copyright {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: auto;
}

.about__copyright span {
  color: #00061a;
  text-align: left;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 180%;
}
@media (min-width: 1024px) {
  .about__copyright span {
    font-weight: 300;
    font-size: 24px;
    line-height: 165%;
  }
}

@media (min-width: 1024px) {
  .about__content {
    align-self: center;
    font-size: 24px;
    line-height: 165%;
  }
}

.who-we-are__slider {
  position: relative;
  display: flex !important;
  flex-direction: column-reverse;
  max-width: calc(100vw - 32px);
  max-height: 600px;
  opacity: 0;
}
.who-we-are__slider.owl-loaded {
  max-height: 100%;
  opacity: 1;
}
@media (min-width: 1200px) {
  .who-we-are__slider {
    margin-right: auto;
    margin-left: auto;
    max-width: 1075px;
  }
}

.who-we-are__slider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-bottom: 16px;

  gap: 12px;
}

@media (min-width: 1024px) {
  .who-we-are__slider .owl-dots {
    padding-right: 30px;
    padding-left: 30px;

    gap: 40px;
  }
}

@-webkit-keyframes progressBar {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes progressBar {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.who-we-are__slider .owl-dots .owl-dot {
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  width: 100%;
  height: 8px;
  /*background-color: #505780;*/
  border: 1px solid #a6acc6;
  border-radius: 50px;
}
.who-we-are__slider .owl-dots .owl-dot::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  border-radius: 20px;
  background-color: #a6acc6;
  content: "";
  transform: translateY(-50%);
}
.who-we-are__slider .owl-dots .owl-dot.active::before {
  width: 100%;
  animation: progressBar 8s linear;
}

@media (min-width: 1024px) {
  .who-we-are__slider .owl-dots .owl-dot {
    height: 12px;
  }
}

.who-we-are__title {
  margin: 0;
  margin-bottom: 16px;
  color: #00061a;
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .who-we-are__title {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 1;
  }
}

.who-we-are__content {
  margin: 0;
  margin-bottom: 24px;
  color: #00061a;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
}
@media (min-width: 1024px) {
  .who-we-are__content {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 165%;
  }
}

.who-we-are__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: calc(100vw - 32px);

  gap: 16px;
}

@media (min-width: 1024px) {
  .who-we-are__item {
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;

    gap: 24px;
  }
}
@media (max-width: 1023px) {
  .who-we-are__item img {
    filter: none;
  }
}

/*  */

.who-we-are__descr {
  margin: 0;
  color: #00061a;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
}
@media (min-width: 1024px) {
  .who-we-are__descr {
    font-size: 24px;
    line-height: 165%;
  }
}

/* Team */
.team {
  margin-top: 40px;
  margin-bottom: 110px;
}
@media (min-width: 1024px) {
  .team {
    margin-top: 80px;
    margin-bottom: 160px;
  }
}

.team__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

  gap: 40px;
}
@media (min-width: 1024px) {
  .team__wrapper {
    gap: 80px;
  }
}

.team__title {
  margin: 0;
  color: #8ca6ff;
  text-align: center;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .team__title {
    font-size: 128px;
  }
}

.team__inner {
  display: grid;

  gap: 32px;
}
@media (min-width: 1024px) {
  .team__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
  }
}

.team__card {
  display: flex;
  flex-direction: column;

  gap: 16px;
}
@media (max-width: 1024px) {
  .team__card {
    margin-right: auto;
    margin-left: auto;
    max-width: 65%;
  }
}

.team__img {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 300px;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 18px 7px rgba(0, 6, 25, 0.01),
    0px 10px 6px rgba(0, 6, 25, 0.03), 0px 5px 5px rgba(0, 6, 25, 0.04),
    0px 1px 3px rgba(0, 6, 25, 0.05), 0px 0px 0px rgba(0, 6, 25, 0.05);
}
@media (min-width: 1024px) {
  .team__img {
    border-radius: 5px;
  }
}
.team__img::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    144.9deg,
    #8ca6ff 0%,
    rgba(255, 255, 255, 0) 58.33%
  );
  content: "";
  pointer-events: none;
}

.team__img img {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: auto;
}
.team__name {
  margin: 0;
  color: #00061a;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .team__name {
    font-size: 32px;
  }
}

/* Utils */
.mb-40 {
  margin-bottom: 40px;
}

.mb-80 {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .mb-80 {
    margin-bottom: 80px;
  }
}

.mb-120 {
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .mb-120 {
    margin-bottom: 120px;
  }
}
.hide,
.corporate-row,
.diff_addres {
  display: none;
}
.corporate-row {
  margin-top: 0;
}
.corporate-row.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.radio_bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}
/* sss */

.email-input.error {
  border-bottom: 1px solid #e42c27;
}
.doc-page {
  padding-top: 20px;
}
.copyright-prod {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .doc-page {
    padding-top: 60px;
  }
  .copyright-prod {
    margin-bottom: 100px;
  }
}
.product__carousel .owl-item a:hover,
.product__carousel .owl-item a:hover:focus {
  cursor: zoom-in;
}
.step-4 + .checkout__wrapper {
  display: none;
}

/* Select inside catalog */

.i-catalog_head
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
  line-height: 1;
}

/* // Select inside catalog */
.payment-list {
  margin: 7px 0 0;
}
.payment-list-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 16px;

  gap: 16px;
}
.payment-list-it p {
  margin: 0;
}
.agree_whith_agb .radio_bl .input-parent {
  margin-right: 15px;
  margin-left: 0;
}
.agree_whith_agb .field__label {
  font-size: 18px;
}
.agree_whith_agb .error {
  position: inherit;
}
.agree_whith_agb .error .fake-checkbox {
  border: none;
}
.checkout__next[disabled="disabled"],
.checkout__next[disabled="disabled"]:hover {
  border-color: #e4ecf7;
  background-color: #e4ecf7;
  color: #505780;
  opacity: 1;
  cursor: default;
  pointer-events: none;
}

.row-reverse {
  flex-direction: row-reverse;
}

/* Spinner */

.is-loading {
  position: relative;
  color: transparent;
  opacity: 0.6;
  cursor: default;
  transition: 0.3s;
  pointer-events: none;

  user-select: none;
}

.is-loading::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23fff' viewBox='0 0 24 24'%3E%3Cstyle%3E@keyframes spinner_zKoa%7Bto%7Btransform:rotate(360deg)%7D%7D@keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25,to%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C/style%3E%3Cg style='transform-origin:center;animation:spinner_zKoa 2s linear infinite'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' style='stroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transform: translate(-50%, -50%);
}

/* // Spinner */
.firm-col .field,
.confirm_firm_bl.hidden {
  display: none;
}
.firm-col .field.show {
  display: -ms-grid;
  display: grid;
}
.confirm_firm_bl.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_end {
  margin: 40px 0 0;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  line-height: 20px;
}
.text_prod_bottom {
  margin: 16px 0 0;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.delivery_prod {
  color: #00061a;
}
.out_stock {
  color: var(--gray--500);
}
@media (max-width: 767px) {
  .text_prod_bottom {
    margin: 10px 0 0;
    font-size: 13px;
  }
  .card__inner {
    padding-bottom: 10px;
  }
}
.sl-discount__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sl-discount__wrapper {
  padding: 15px 20px 0 80px;
  border-top: 1px solid #b7b9cb;
}
.sl-discount__close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  outline: none;
  border: none;
  background: url("../img/close.svg") no-repeat;
  background-size: contain;
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s;
}

.sl-discount__form {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  margin: 0 auto;
  width: 100%;

  -ms-grid-columns: auto 128px;
  grid-template-columns: auto 128px;
}

.sl-discount__title {
  display: none;
  margin: 0 0 15px;
  width: 100%;
}

.sl-discount__respond {
  margin: 0;
  width: 100%;
  color: #0052ea;
  font-weight: 300;
  font-size: 14px;
}

.sl-discount__input {
  padding: 16px;
  width: 100%;
  height: 52px;
  border: 1px solid #b7b9cb;
  border-radius: 5px;
  background: #fff;
  color: var(--black);
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}

.sl-discount__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 15px 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  border: 1px solid var(--black);
  border-radius: 5px;
  background-color: var(--black);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sl-discount__button.noactive {
  border: 1px solid #b7b9cb;
  background-color: #b7b9cb;
}
.sl-discount__button:hover {
  opacity: 0.6;
}
.sl-discount__button:hover {
  background-color: var(--black);
  color: #fff;
}
.sl-discount__full-price {
  display: none;
}
.plan_wrapp.plan_wrapp_form .plan_item-header {
  border-bottom: 0px solid #d3d3db;
}
.discount_item {
  margin-top: 32px;
}
.discount_item .name {
  margin-bottom: 8px;
  color: #171245;
  font-weight: 500;
  font-size: 28px;
}
.discount_item .price {
  position: relative;
  margin-bottom: 10px;
  color: #27ae60;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
}
.discount_item .price.sale span {
  display: block;
  margin-bottom: 16px;
  color: #d3d3db;
  font-size: 24px;
  line-height: 1;
}
.wrap_inp {
  margin-right: 20px;
}
.error_form .sl-discount__input {
  border-color: #e42c27;
}
.error__field {
  color: #e42c27;
}
.field__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}
.error_form input {
  color: #e42c27;
}
.error_form .sl-discount__input::placeholder {
  color: #e42c27;
}
.error_form .sl-discount__input::-webkit-input-placeholder {
  color: #e42c27;
}
.error_form .sl-discount__input::-moz-placeholder {
  color: #e42c27;
}
.error_form .sl-discount__input:-ms-input-placeholder {
  color: #e42c27;
}
.error_form .sl-discount__input::-ms-input-placeholder {
  color: #e42c27;
}
.error_form .sl-discount__input::placeholder {
  color: #e42c27;
}
.error_form .sl-discount__button {
  border: 1px solid #e42c27;
  background-color: #e42c27;
  color: #fff;
}
.success_form .sl-discount__input {
  border-color: #46a62c;
  color: #46a62c;
}
.success_form .field__text {
  color: #46a62c;
}

.sl-discount__input::placeholder {
  color: #b7b9cb;
}
.sl-discount__input::-webkit-input-placeholder {
  color: #b7b9cb;
}
.sl-discount__input::-moz-placeholder {
  color: #b7b9cb;
}
.sl-discount__input:-ms-input-placeholder {
  color: #b7b9cb;
}
.sl-discount__input::-ms-input-placeholder {
  color: #b7b9cb;
}
.sl-discount__input::placeholder {
  color: #b7b9cb;
}
.success_form .sl-discount__input::placeholder {
  color: #46a62c;
}
.success_form .sl-discount__input::-webkit-input-placeholder {
  color: #46a62c;
}
.success_form .sl-discount__input::-moz-placeholder {
  color: #46a62c;
}
.success_form .sl-discount__input:-ms-input-placeholder {
  color: #46a62c;
}
.success_form .sl-discount__input::-ms-input-placeholder {
  color: #46a62c;
}
.success_form .sl-discount__input::placeholder {
  color: #46a62c;
}
@media (max-width: 1099px) {
  .sl-discount__wrapper {
    padding: 15px 0;
    border-top: none;
    border-bottom: 1px solid #b7b9cb;
  }
}
@media (max-width: 767px) {
  .sl-discount__form {
    display: block;
  }
  .wrap_inp {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.summary_promocode.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.reviews__bl {
  margin-bottom: 70px;
}

@media (min-width: 1200px) {
  .reviews__bl {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .shipping-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    gap: 20px;
  }
}
@media (max-width: 767px) {
  .shipping-content div + div {
    margin-top: 20px;
  }
  .shipping-content img {
    width: 100%;
    height: auto;
  }
}
.seo__text {
  position: relative;
  padding: 120px 0;
  background-color: #fff;
  color: #505780;
  text-align: left;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: 18px;
  font-family: Fira Sans Condensed;
  line-height: 28px;
}
.seo-text__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  max-width: 852px;
}
.seo__text:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 265px;
  background: linear-gradient(transparent, #fff);
  content: "";
  pointer-events: none;
}
.seo__text h1,
.seo__text .h1 {
  margin: 0 0 16px;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.3;
}
.seo__text h2,
.seo__text .h2 {
  margin: 0 0 16px;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
}
.seo__text h1,
.seo__text .h1,
.seo__text h2,
.seo__text .h2,
.seo__text h3,
.seo__text .h3,
.seo__text h4,
.seo__text .h4 {
  color: #00061a;
}
.seo__text h3,
.seo__text .h3 {
  margin: 5px 0 10px;
}
.seo__text h4,
.seo__text .h4 {
  margin: 5px 0 10px;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
}
.seo__text ul,
.seo__text ol {
  margin: 0 0 20px;
  padding: 0 0 0 46px;
}
.seo__text ul li {
  margin: 0 0 15px;
}
.seo__text ol li {
  margin: 0 0 15px;
}
.seo__text ul li:last-child,
.seo__text ol li:last-child {
  margin: 0;
}
.seo__text p {
  margin: 0 0 18px;
}

.seo__text blockquote {
  margin: 0 0 20px;
  padding-top: 0;
  padding-left: 18px;
  border-top: unset;
  border-left: 2px solid #8ca6ff;
  text-align: left;
  letter-spacing: 0em;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
}
.seo__text blockquote p {
  color: #00061a;
}
.seo__text blockquote {
  color: #505780;
}
.seo__text img {
  max-width: 100%;
  height: auto;
}
.seo__text table tr {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .seo__text table tr {
    padding: 0;
  }
  .seo__text table th {
    padding: 22px 40px;
  }
  .seo__text table td {
    padding: 22px 15px;
  }
  .seo__text table th {
    padding-left: 0;
    width: 35%;
  }
  .seo__text table td {
    padding-right: 0;
    width: 65%;
  }
}

.seo__text table tr {
  border-top: 1px solid #e8e8e8;
}
.seo__text table tr:last-child {
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
  .seo__text table tr {
    border: unset;
  }
  .seo__text table th,
  .seo__text table td {
    border-top: 1px solid #e8e8e8;
  }
  .seo__text table th {
    border-right: 1px solid #e8e8e8;
  }
  .seo__text table tr:last-child th,
  .seo__text table tr:last-child td {
    border-bottom: 1px solid #e8e8e8;
  }
}

.seo__text table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  gap: 2px;
}
@media (min-width: 768px) {
  .seo__text table tr {
    display: table-row;
  }
}

@media (max-width: 767px) {
  .seo__text table tr {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

    gap: 4px 8px;
  }
  .seo__text {
    padding: 60px 0;
  }
}

.seo__text table th {
  margin: 0;
  color: var(--black);
  vertical-align: baseline;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .seo__text table th {
    font-size: 20px;
    line-height: 30px;
  }
}

.seo__text table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 5px 0 0;
}
.seo__text table td {
  margin: 0;
  color: #505780;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .table__inner {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .seo-text__wrapp {
    max-height: 625px;
  }
  .seo__text {
    padding: 80px 0;
  }
  .seo__text h1,
  .seo__text .h1 {
    font-size: 36px;
  }
  .seo__text h2,
  .seo__text .h2 {
    font-size: 29px;
  }
  .seo__text h3,
  .seo__text .h3 {
    font-size: 26px;
  }
  .seo__text h4,
  .seo__text .h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .seo__text table td {
    font-size: 16px;
  }
  .seo__text {
    font-size: 16px;
  }
  .seo__text {
    padding: 60px 0;
  }
  .seo__text h1,
  .seo__text .h1 {
    font-size: 32px;
  }
  .seo__text h2,
  .seo__text .h2 {
    font-size: 25px;
  }
  .seo__text h3,
  .seo__text .h3 {
    font-size: 22px;
  }
  .seo__text h4,
  .seo__text .h4 {
    font-size: 18px;
  }
}
.seo-text__wrapp {
  overflow-y: auto;
  padding-right: 8px;
  max-height: 625px;
}
.seo-text__wrapp::-webkit-scrollbar {
  width: 8px;
}
.seo-text__wrapp::-webkit-scrollbar-track {
  border-radius: 0px;
}
.seo-text__wrapp::-webkit-scrollbar-thumb {
  width: 1px;
  border-radius: 6px;
  background-color: #d2ddeb;
}

.seo-text__wrapp::before,
.seo-text__wrapp::after {
  position: absolute;
  left: 50%;
  max-width: 100vw;
  width: calc(100% + 32px);
  height: 1px;
  background-color: #d2ddeb;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.seo-text__wrapp::before {
  top: 0;
}
.seo-text__wrapp::after {
  bottom: 0;
}

.mb44 {
  margin-bottom: 44px;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.i-catalog__nav-link.purple,
.i-catalog__nav-link.purple:hover,
.i-catalog__nav-link.purple:focus {
  color: #5925dc;
}
.i-catalog__nav-link.active.purple::before,
.i-catalog__nav-link.purple:hover::before,
.i-catalog__nav-link.purple:focus::before {
  background-color: #5925dc;
}
.badge--second {
  padding: 6px 12px;
  border-radius: 3px;
  background-color: var(--violet--500);
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
}
.badges.badges_prod {
  position: absolute;
  top: 4px;
  right: 4px;
  left: inherit;
}
@media (min-width: 768px) {
  .badges.badges_prod {
    top: 12px;
    right: 12px;
    left: inherit;
  }
}
.badge__list_product .badge--second {
  padding: 4px 8px;
  border-radius: 3px;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
}
.badge__list_product {
  margin-bottom: 8px;
}

.i-catalog_second_chance {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.text__block_second_chance {
  position: relative;
  margin-bottom: 30px;
  border: 2px solid transparent;
  border-radius: 15px;
  background: #fff;
  background-clip: padding-box;
  color: #505780;
  text-align: left;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.text__block_second_chance::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  z-index: 1;
  margin: -2px;
  border-radius: 15px;
  background: -o-linear-gradient(266.18deg, #cdd6f7 3.13%, #f7eafb 96.87%),
    -o-linear-gradient(bottom, #ffffff, #ffffff);
  background: linear-gradient(183.82deg, #cdd6f7 3.13%, #f7eafb 96.87%),
    linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  content: "";
  pointer-events: none;
}
.text__block_second_chance h2 {
  margin: 0 0 15px;
  color: #00061a;
  letter-spacing: 0em;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
}
.second_chance_wrapp {
  position: relative;
  z-index: 9999;
  z-index: 2;
  padding: 16px;
  border-radius: 15px;
  background: #fff;
}
.second_chance_wrapp img {
  display: none;
}
.second_chance_wrapp p {
  margin: 0;
}
@media (min-width: 993px) {
  .second_chance_wrapp img {
    display: block;
    margin: 16px auto 40px;
  }
}
.i-catalog_head_second_chance .i-catalog__title {
  margin-right: 8px;
  min-width: 360px;
  white-space: nowrap;
}
@media (min-width: 1700px) {
  .i-catalog_head_second_chance .i-catalog__title {
    margin-right: 64px;
  }
}
@media (max-width: 992px) {
  .text__block_second_chance::before {
    border-radius: 15px;
  }
  .second_chance_wrapp {
    padding: 16px;
    border-radius: 15px;
  }
  .text__block_second_chance h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .text__block_second_chance {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1150px) {
  .inner_left_text {
    display: -ms-grid;
    display: grid;

    -ms-grid-columns: 360px auto;
    grid-template-columns: 360px auto;
  }
  .filter__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
#sort_category {
  display: none;
}
#sort_category + .select2 {
  display: none;
}
.category__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  gap: 8px;
}
@media (max-width: 1149px) {
  #sort_category + .select2 {
    display: inline-block;
  }
  .i-catalog_head.i-catalog_head_second_chance {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
  #sort_category {
    display: block;
  }
  .category__filter {
    display: none;
  }
}
.i-catalog__nav-link.orange,
.i-catalog__nav-link.orange:hover,
.i-catalog__nav-link.orange:focus {
  color: #fb6514;
}
.i-catalog__nav-link.orange.active::before,
.i-catalog__nav-link.orange:hover::before,
.i-catalog__nav-link.orange:focus::before {
  background-color: #fb6514;
}
.i-catalog__nav-link.green,
.i-catalog__nav-link.green:hover,
.i-catalog__nav-link.green:focus {
  color: var(--green);
}
.i-catalog__nav-link.green.active::before,
.i-catalog__nav-link.green:hover::before,
.i-catalog__nav-link.green:focus::before {
  background-color: var(--green);
}
.badge--oranges {
  padding: 6px 12px;
  border-radius: 3px;
  background-color: #fb6514;
  text-transform: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}
.badge__list_product .badge--oranges {
  margin-left: 10px;
  padding: 4px 8px;
  font-size: 16px;
}
.badge--green {
  padding: 6px 12px;
  border-radius: 3px;
  background-color: var(--success--500);
  text-transform: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}
.badge__list_product .badge--green {
  margin-left: 10px;
  padding: 4px 8px;
  font-size: 16px;
}
.sorting-checkbox {
  position: relative;
}
.sorting-checkbox__input {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  white-space: nowrap;
}
.sorting-checkbox__text {
  display: inline-block;
  padding: 7px 16px;
  min-width: 80px;
  border: 1px solid #505780;
  border-radius: 3px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-family: Fira Sans Condensed;
  line-height: 16px;
}
.sorting-checkbox__input:checked + .sorting-checkbox__text,
.sorting-checkbox__text:hover,
.sorting-checkbox__text:focus {
  border-color: #5925dc;
  background-color: #5925dc;
  color: #fff;
}
.category__filter_orange
  .sorting-checkbox__input:checked
  + .sorting-checkbox__text,
.category__filter_orange .sorting-checkbox__text:hover,
.sorting-checkbox__text:focus {
  border-color: #fb6514;
  background-color: #fb6514;
}
.category__filter_green
  .sorting-checkbox__input:checked
  + .sorting-checkbox__text,
.category__filter_green .sorting-checkbox__text:hover,
.sorting-checkbox__text:focus {
  border-color: var(--green);
  background-color: var(--green);
}
.sorting-checkbox__text:hover,
.sorting-checkbox__text:focus {
  cursor: pointer;
}
.deals_info_wrapp {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.deals_info_wrapp img {
  margin-bottom: 2px;
  margin-left: 4px;
  vertical-align: middle;
}
.deals_info_wrapp:hover,
.deals_info_wrapp:focus {
  cursor: pointer;
}
.deals_info_wrapp_text {
  position: absolute;
  bottom: 32px;
  left: 64px;
  z-index: 2;
  display: none;
  padding: 12px;
  width: 320px;
  border-radius: 8px;
  background: #101828;
  color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.deals_info_wrapp_text:before {
  position: absolute;
  bottom: -6px;
  left: 19px;
  width: 0;
  height: 0;
  border-top: 6px solid #101828;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
}
.deals_info_wrapp_text .title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
.deals_info_wrapp_text p {
  margin: 0;
}
.deals_info_wrapp:hover .deals_info_wrapp_text,
.deals_info_wrapp:focus .deals_info_wrapp_text {
  display: block;
}
@media (max-width: 767px) {
  .deals_info_wrapp_text,
  .deals_info_wrapp_text:before {
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.product-info-home {
  margin: 80px 0;
}
.banner_wrapp {
  position: relative;
}
.banners__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;

  gap: 16px;
}
/*@media(min-width: 1100px) {
    .banners__inner{padding-top: 155px}
}
.banners__inner{padding-top: 100px;}*/
@media (min-width: 768px) {
  .banners__inner {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.banners-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .banners-card {
    width: 390px;
  }
  .banners-card:hover,
  .banners-card:focus {
    -webkit-box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.banners-card__image {
  width: 100%;
  height: 100%;
}
.banners-card__image img {
  display: block;
  max-width: 100%;
}
.banners__inner .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -25px;
  -webkit-transform: translateY(41px);
  transform: translateY(41px);

  gap: 24px;
}
.banners__inner .owl-dots {
  margin: 0;
  margin-top: 8px;
  min-height: 22px;
  transform: unset;

  gap: 16px;
}

.banners__inner button.owl-dot {
  width: 8px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banners__inner button.owl-dot {
  background-color: var(--gray);
}

.banners__inner button.owl-dot.active {
  width: 12px;
  height: 22px;
  border-radius: 10px;
  background-color: var(--black);
}

@media (min-width: 768px) {
  .banners__inner button.owl-dot.active {
    height: 25px;
  }
}
.elfsight-app-580b7cb2-d10b-4795-b539-afb9fba52657 {
  margin-top: 36px;
}
.LayoutSidebar__Inner-sc-16gej7u-1 .isXSqH {
  padding: 16px;
  border-radius: 16px;
  background: #ffffff;
}
#eapps-google-reviews-580b7cb2-d10b-4795-b539-afb9fba52657
  .BadgeContainer__Inner-sc-1s0biz7-0
  .kXZOYs {
  margin-top: 8px;
  color: #4285f4;
  text-decoration: none;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
}
.Rating__Container-sc-bk54oq-0 .es-rating-value {
  color: #00061a;
  letter-spacing: 0em;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
}
.footer__icons_wrap {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 24px;
}
@media (max-width: 767px) {
  .footer__icons_wrap {
    display: block;
  }
  .elfsight-app-580b7cb2-d10b-4795-b539-afb9fba52657 {
    margin-top: 20px;
  }
  .review,
  .product-review {
    padding: 0 16px;
  }
}
.review {
  margin: 0 0 110px;
}
.product-review {
  margin: 80px 0 0;
}
@media (min-width: 1024px) {
  .review {
    margin: 0 0 160px;
  }
  .product-review {
    margin: 200px 0 0;
  }
}
.card_recommend .add-to-cart {
  margin-top: 16px;
  width: 100%;
}
.catalog_recommend {
  margin-bottom: 120px;
  background-color: transparent;
}
@media (min-width: 993px) {
  .catalog_recommend .catalog__layout {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1450px) {
  .catalog_recommend .catalog__layout {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 768px) {
  .catalog_recommend .card__title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
  }
}
.section-name_recommend {
  min-height: 100%;
}
@media (max-width: 992px) {
  .card_recommend .add-to-cart {
    margin-top: 0;
  }
  .catalog_recommend {
    margin-bottom: 48px;
    padding: 0;
  }
}

/* Cart modifications */

.product-item__mobile-row,
.product-list__item-mobile-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  gap: 8px;
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (min-width: 768px) {
  .product-item__mobile-row {
    display: none;
  }
}
@media (min-width: 1100px) {
  .product-list__item-mobile-row {
    display: none;
  }
}
.product-list__item-mobile-row .product-list__item-code {
  width: 100%;
}

.product-item__ed-mob,
.product-item__sale-mob,
.product-list__item-ed-mob,
.product-list__item-sale-mob {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  padding: 8px;
  width: 132px;
  border-radius: 3px;
  background-color: #5925dc;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
}
.product-list__item-ed-mob,
.product-list__item-sale-mob {
  width: 96px;
}
.product-list__item-sale-mob,
.product-item__sale-mob {
  background-color: #fb6514;
}

.product-item__desktop-pricing,
.product-list__price--desktop {
  display: none;
}
@media (min-width: 768px) {
  .product-item__desktop-pricing {
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: flex-end;

    gap: 8px;
  }
}
@media (min-width: 1100px) {
  .product-list__price--desktop {
    display: block;
  }
}

.product-item__mobile-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 8px;

  gap: 8px;
  grid-column-end: 3;
}
@media (min-width: 768px) {
  .product-item__mobile-price {
    display: none;
  }
}

.product-item__old-price {
  color: #b7c4d9;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 768px) {
  .product-item__old-price {
    font-size: 24px;
  }
}

.product-item__column .ms-remove {
  width: auto !important;
}

.product-item__info-row,
.product-list__item-info-row {
  display: none;
}
@media (min-width: 768px) {
  .product-item__info-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;

    gap: 18px;
  }
}

@media (min-width: 1100px) {
  .product-list__item-info-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;

    gap: 16px;
  }
}

.product-item__ed-desktop,
.product-item__sale-desktop,
.product-list__item-ed-desktop,
.product-list__item-sale-desktop {
  display: none;
}
@media (min-width: 768px) {
  .product-item__ed-desktop,
  .product-item__sale-desktop {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    padding: 4px 8px;
    padding-left: 12px;
    min-height: 26px;
    border-radius: 3px;
    background-color: #5925dc;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;

    gap: 4px;
  }
  .product-item__sale-desktop {
    padding-left: 8px;
    background-color: #fb6514;
  }
}
@media (min-width: 1100px) {
  .product-list__item-ed-desktop,
  .product-list__item-sale-desktop {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 3px;
    background-color: #5925dc;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;

    gap: 4px;
  }
  .product-list__item-sale-desktop {
    background-color: #fb6514;
  }
}

.product-item__code,
.product-list__item-code {
  color: #505780;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.product-list__item-code {
  font-size: 12px;
}
@media (min-width: 768px) {
  .product-item__code {
    font-size: 16px;
    line-height: 1;
  }
  .product-list__item-code {
    font-size: 13px;
    line-height: 1;
  }
}

.product-item__content {
  display: flex;
  flex-direction: column;
}

.product-item__img-inner {
  position: relative;
}

.product-item__remove-mob {
  position: absolute;
  top: 8px;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .product-item__remove-mob {
    display: none;
  }
}

.product-item__remove-desk {
  display: none;
}
@media (min-width: 768px) {
  .product-item__remove-desk {
    display: flex;
  }
}

.product-item__remove-mob {
  border-color: var(--gray--800);
  background-color: var(--gray--800);
  color: #fff;
}

.tippy-box {
  padding: 12px;
  border-radius: 8px;
  background-color: #101828;
}
.tippy-content {
  padding: 0;
}

.tippy-box[data-placement^="top"] > .tippy-arrow::before {
  border-top-color: #101828;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow::before {
  border-bottom-color: #101828;
}
.tippy-box[data-placement^="left"] > .tippy-arrow::before {
  border-left-color: #101828;
}
.tippy-box[data-placement^="right"] > .tippy-arrow::before {
  border-right-color: #101828;
}

.tippy-content {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
}
.tippy-content p {
  margin-bottom: 8px;
}
.tippy-content p:last-child {
  margin-bottom: 0;
}
.hint-content__title {
  margin: 0;
  margin-bottom: 4px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
/* // Cart modifications */

.product-list__item-body {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product-item__descripiton {
  margin: 0;
  padding: 0;
  color: #505780;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .product-item__descripiton {
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
  }
}

.product-item__descripiton--mobile {
  display: flex;
  flex-direction: column;

  grid-column-start: 1;
  grid-column-end: 3;
}
@media (min-width: 768px) {
  .product-item__descripiton--mobile {
    display: none;
  }
}

.product-item__descripiton--desktop {
  display: none;
}
@media (min-width: 768px) {
  .product-item__descripiton--desktop {
    display: flex;
    flex-direction: column;
  }
}

#msMiniCart,
.msMiniCart {
  font-size: inherit !important;
}
.cart__link.noclick,
.cart__link.noclick:hover {
  border-color: #e4ecf7;
  background-color: #e4ecf7;
  color: #505780;
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
.menu__link.orange {
  color: var(--warning--500);
}
.menu__link.purple {
  color: var(--violet--500);
}
.menu__link.green {
  color: var(--success--500);
}
.red {
  color: #e42c27;
}
.compare_btn {
  display: block;
}
.i--catalog--custom {
  padding: 50px 0 32px;
}

.i--categories {
  display: -ms-grid;
  display: grid;
  margin-bottom: 24px;

  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 8px;
}
.i--podcategories {
  display: -ms-grid;
  display: grid;

  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.i--catalog--home .i--podcategories {
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}
.i--catalog--home .i--podcategories.i--podcategories_top {
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .i--catalog--custom {
    padding: 45px 0;
  }
  .i--podcategories {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.i--podcategories .i--category_29 svg,
.i--podcategories .i--category_30 svg,
.i--podcategories .i--category_779 svg {
  margin-right: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.i--category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: #f4f6fa;
  color: var(--gray--800);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -o-transition: 0.3s;
  -o-transition: background 0.3s, box-shadow 0.3s;
  transition: 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}
.i--podcategories .i--category {
  max-height: 112px;
}
.i--catalog--home .i--category {
  background: #fff;
}
.i--category:hover {
  color: #fff;
}
.i--catalog--home .i--category svg,
.i--category svg {
  transition: transform 0.3s ease;
}
.i--podcategories .i--category {
  padding: 20px 24px;
}
@media (min-width: 768px) {
  .i--categories,
  .i--podcategories {
    gap: 24px;
  }
  .i--podcategories .i--category {
    padding: 20px;
  }
  .i--category {
    padding: 42px 40px;
  }
}
.i--category:hover {
  background: -o-linear-gradient(297.08deg, #293144 0%, #08080a 100%);
  background: linear-gradient(152.92deg, #293144 0%, #08080a 100%);
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
}
.i--category_29:hover {
  background: var(--success--500);
}
.i--category_30:hover {
  background: var(--warning--500);
}
.i--category_779:hover {
  background: var(--violet--500);
}
.i--category:hover .i--category__text {
  color: #fff;
}
@media (min-width: 768px) {
  .i--category:hover svg {
    width: auto;
    height: auto;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
  .i--podcategories .i--category:hover svg {
    width: auto;
    height: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.i--category__text {
  position: relative;
  z-index: 2;
  color: var(--gray--800);
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  font-family: Fira Sans Condensed;
  line-height: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1100px) {
  .i--category__text {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .i--podcategories .i--category {
    max-height: 59px;
  }
  .i--podcategories .i--category {
    padding: 20px 10px;
  }
  .i--podcategories_top {
    margin-bottom: 8px;
  }
  .i--podcategories svg {
    display: none;
  }
  .i--catalog--custom {
    padding: 20px 0 32px;
  }
  .i--categories {
    margin-bottom: 10px;
  }
  .i--category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .i--categories .i--category {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    height: 94px;
  }
  .i--category svg {
    position: absolute;
    top: 10px;
    width: auto;
    height: auto;
    -webkit-transform: scale(0.42);
    -ms-transform: scale(0.42);
    transform: scale(0.42);
  }
}
@media (max-width: 991px) {
  .i--category:after {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: "";
  }
  .i--category_29:after {
    background: var(--success--500);
  }
  .i--category_30:after {
    background: var(--warning--500);
  }
  .i--category_779:after {
    background: var(--violet--500);
  }
}
.catalog_wrapp {
  padding-top: 24px;
}
.i--catalog--home .i--category__text {
  white-space: nowrap;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.i--catalog--home {
  display: -ms-grid;
  display: grid;
  padding: 0 0 24px;

  gap: 0;
}
@media (max-width: 1200px) {
  .i--catalog--home {
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .catalog_wrapp {
    padding-top: 116px;
  }
}
@media (min-width: 1401px) {
  .i--catalog--home .i--category__text {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.1;
  }
  .i--catalog--home .i--category {
    max-height: 62px;
  }
  .i--catalog--home .i--category svg {
    position: relative;
    right: -16px;
    -webkit-transform: scale(0.45);
    -ms-transform: scale(0.45);
    transform: scale(0.45);
  }
}
@media (min-width: 1740px) {
  .i--catalog--home .i--category__text {
    font-size: 28px;
    line-height: 1.1;
  }
  .i--catalog--home .i--category svg {
    position: relative;
    right: -9px;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@media (min-width: 1601px) and (max-width: 1739px) {
  .i--catalog--home .i--category__text {
    font-size: 23px;
    line-height: 1.1;
  }
  .i--catalog--home .i--category svg {
    right: -12px;
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .i--catalog--home .i--category__text {
    font-size: 19px;
    line-height: 26px;
  }
  .i--catalog--home .i--category svg {
    position: relative;
    right: -16px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@media (min-width: 1400px) {
  .i--catalog--home {
    display: -ms-grid;
    display: grid;
    padding: 0 0 40px;

    -ms-grid-columns: (1fr) [7];
    grid-template-columns: repeat(7, 1fr);
    gap: 24px;
  }
  .i--catalog--home .i--category {
    padding: 15px;
    max-height: 80px;
  }
}
@media (max-width: 767px) {
  .i--catalog--home.visible-lg {
    display: none;
  }
  .i--catalog--home {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
@media (min-width: 768px) {
  .i--catalog--home.visible-md {
    display: none;
  }
}
.card::before {
  width: calc(100% + 8px);
  height: calc(100% + 8px);
}
.section-name-home {
  padding: 110px 0 56px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-name-home {
    padding: 110px 0 80px;
  }
}
.i--catalog--home .i--category {
  padding: 15px;
  max-height: 80px;
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .i--catalog--home .i--category {
    max-height: 62px;
  }
}
@media (max-width: 1200px) {
  .i--catalog--home .i--category__text {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .i--catalog--home .i--category__text {
    font-size: 17px;
    line-height: 24px;
  }
  .i--catalog--home {
    gap: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .i--catalog--home .i--category__text {
    font-size: 22px;
    line-height: 1.1;
  }
  .i--catalog--home {
    gap: 18px;
  }
}
.title_first {
  margin: 0 0 8px;
  color: var(--gray--700);
  font-weight: 400;
  font-size: var(--desktop--text-6xl);
  line-height: 1.1;
}
.title_second {
  color: var(--gray--900);
  font-weight: 700;
  font-size: var(--desktop--text-7xl);
  line-height: 1.1;
}
@media (max-width: 767px) {
  .title_first,
  .title_second {
    font-size: var(--desktop--text-3xl);
  }
}
@media (max-width: 1400px) {
  .i--catalog--home .i--category svg {
    position: relative;
    right: -13px;
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }
}
.title_first,
.title_second {
  opacity: 0;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transform: translateX(-100%);
}

.title_first.visible {
  opacity: 1;
  transform: translateX(0);
}

.title_second {
  transform: translateX(100%);
}

.title_second.visible {
  opacity: 1;
  transform: translateX(0);
}
.i--category_pagetitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--gray--800);
}
.i--category_pagetitle span {
  font-weight: 500;
  font-size: var(--desktop--text-5xl);
  line-height: 1.1;
}
.new_title {
  color: var(--success--500);
}
.sale_title {
  color: var(--warning--500);
}
.deals_title {
  color: var(--violet--500);
}
.catalog--home {
  padding-top: 28px;
  padding-bottom: 28px;
}
@media (min-width: 768px) {
  .catalog--home {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .i--category_pagetitle span {
    font-size: var(--desktop--text-3xl);
  }
  .i--category_pagetitle svg {
    -webkit-transform: scale(0.64);
    -ms-transform: scale(0.64);
    transform: scale(0.64);
  }
}
.news-pages-home {
  padding-top: 154px;
  background: transparent;
}
.news-pages-home .news-pages__title {
  margin: 0 0 24px;
  color: var(--gray--900);
  font-weight: 500;
}
.news-pages__descr {
  max-width: 424px;
  color: var(--gray--950);
  font-weight: 400;
  font-size: var(--desktop--text-xl);
  line-height: 1.1;
}
@media (max-width: 767px) {
  .news-pages-home .news-pages__title {
    font-size: var(--desktop--text-3xl);
  }
  .news-pages-home .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .news-pages-home {
    padding-top: 40px;
  }
}
.news-pages-home .i-news__inner {
  margin-top: 56px;
}
.news-pages-home .news-pages__inner {
  padding: 24px 50px;
}
@media (min-width: 1201px) {
  .news-pages-home .news-pages__inner {
    padding: 48px 222px;
  }
}
@media (max-width: 767px) {
  .news-pages-home .news-pages__inner {
    padding: 24px 16px;
  }
}
@media (min-width: 778px) {
  .news-pages-home .news-pages__inner {
    border-radius: 20px;
  }
}
.news-pages-home .news-pages__inner {
  max-width: 100%;
  background: #fff;
}
.i-search-page {
  color: var(--gray--950);
}
.i-search-page .simplesearch-results {
  margin: 24px 0 72px;
  font-weight: 400;
  font-size: var(--desktop--text-3xl);
  line-height: 1.1;
}
.i-search-page .title_no_results {
  margin: 0;
  font-weight: 400;
  font-size: var(--desktop--text-3xl);
  line-height: 1.1;
}
.no_results_info {
  color: var(--gray--500);
  text-align: center;
  font-weight: 500;
  font-size: var(--desktop--text-base);
  line-height: 1.1;
}
.no_results_info p {
  margin: 40px 0 0;
}
@media (max-width: 1149px) {
  .i-search-page .i-catalog__title {
    display: block;
    font-size: var(--desktop--text-5xl);
  }
}
@media (max-width: 767px) {
  .i-search-page .simplesearch-results {
    margin: 16px 0 24px;
    font-size: var(--desktop--text-lg);
  }
  .i-search-page .title_no_results {
    font-size: var(--desktop--text-lg);
  }
  .i-search-page .i-catalog__title {
    font-size: var(--desktop--text-3xl);
  }
  .no_results_info {
    margin: 24px 0 0;
  }
}
.i-search-page .i-catalog__wrapper {
  gap: 0;
}
.vendor {
  padding: 72px 0;
}
@media (max-width: 767px) {
  .vendor {
    padding: 56px 0;
  }
}
/*.c-catalog__layout_home .marquee, .c-catalog__layout_home .reverse{
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    display: -ms-grid;
    display: grid;
    gap: 10px;
    }
    */
.c-catalog__item_home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 276px;
  height: 88px;
  text-align: center;

  gap: 8px;
}
.items-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.items-wrap:before,
.items-wrap:after {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 10%;
  height: 100%;
  content: "";
  pointer-events: none;
}
.items-wrap:before {
  left: 0;
}
.items-wrap:after {
  right: 0;
}
.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  min-width: 100%;
  counter-reset: item;
}
.item {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.marquee {
  -webkit-animation: scroll 160s linear infinite;
  animation: scroll 160s linear infinite;
}
.reverce {
  -webkit-animation: scroll 160s linear infinite reverse;
  animation: scroll 160s linear infinite reverse;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 20px));
    transform: translateX(calc(-100% - 20px));
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 20px));
    transform: translateX(calc(-100% - 20px));
  }
}
.menu__link {
  position: relative;
}
.new_menu__link {
  position: absolute;
  right: -37px;
  bottom: 8px;
  width: 32px;
  height: 16px;
  border: 1px solid var(--error--500);
  border-radius: 3px;
  color: var(--error--500);
  content: "";
  text-align: center;
  font-weight: 400;
  font-size: var(--desktop--text-xs);
  line-height: 15px;
}
.i-catalog__nav-link .new_menu__link {
  right: -10px;
  bottom: 18px;
}
@media (max-width: 767px) {
  .i-catalog__nav-link .new_menu__link {
    right: -33px;
    bottom: 13px;
  }
}
.action_product_document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.action_product_document .btn-compare {
  margin-right: 24px;
}
@media (max-width: 1380px) {
  .action_product_document .btn-compare {
    margin-right: 12px;
  }
}
.wrapper_empty {
  padding-top: 40px;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .wrapper_empty {
    padding-top: 20px;
    padding-bottom: 32px;
  }
}

.comparison-wrappe .comparisions {
  display: block;
}
.comparison-wrapper {
  position: relative;
}
.icon-mob {
  display: none;
}
@media (min-width: 768px) {
  .icon-mob {
    display: none;
  }
  .comparisions {
    position: relative;
    top: 2px;
  }
}
.comparisions .counter_header {
  top: -13px;
  left: 12px;
}
.btn-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgb(92, 103, 153);
  border-radius: 10px;
  background-color: #fff;
  color: rgb(92, 103, 153);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .btn-compare {
    position: absolute;
    top: 0;
    right: 60px;
    width: 64px;
    height: 64px;
    border-width: 2px;
    border-color: #505780;
    border-radius: 5px;
  }
}
@media (min-width: 768px) {
  .btn-compare {
    width: 64px;
    height: 64px;
  }
}
.card .btn-compare {
  position: absolute;
  top: 64px;
  right: 16px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-color: var(--gray--100);
  color: var(--gray--900);
}
.btn-compare.active {
  color: var(--warning--500);
}
.btn-compare:hover,
.btn-compare:focus {
  color: var(--warning--500);
}
.btn-compare.active:hover,
.btn-compare.active:focus {
  color: var(--error--500);
}
.icon-compare-hover,
.icon-compare-active,
.icon-compare-active-hover {
  display: none;
}
.btn-compare:hover .icon-compare-hover,
.btn-compare:focus .icon-compare-hover {
  display: block;
}
.btn-compare:hover .icon-compare,
.btn-compare:focus .icon-compare {
  display: none;
}
.btn-compare.active .icon-compare {
  display: none;
}
.btn-compare.active .icon-compare-active {
  display: block;
}
.btn-compare.active:hover .icon-compare-active-hover,
.btn-compare.active:focus .icon-compare-active-hover {
  display: block;
}
.btn-compare.active:hover .icon-compare-active,
.btn-compare.active:focus .icon-compare-active,
.btn-compare.active:hover .icon-compare-hover,
.btn-compare.active:focus .icon-compare-hover {
  display: none;
}
.old_price_info_wrapp {
  position: relative;
  display: flex;
  align-items: center;

  gap: 8px;
}
.old_price_wrapp_text {
  position: absolute;
  bottom: 27px;
  left: 58px;
  z-index: 2;
  display: none;
  padding: 12px;
  width: 95px;
  border-radius: 8px;
  background: #101828;
  color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.old_price_wrapp_text:before {
  position: absolute;
  bottom: -5px;
  left: 19px;
  width: 0;
  height: 0;
  border-top: 6px solid #101828;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
}
.old_price_info_wrapp:hover,
.old_price_info_wrapp:focus {
  cursor: pointer;
}
.old_price_info_wrapp:hover .old_price_wrapp_text,
.old_price_info_wrapp:focus .old_price_wrapp_text {
  display: block;
}
@media (min-width: 768px) {
  .product .d-inline-block.compare_btn {
    margin-top: -18px;
  }
}

.product-form {
  display: flex;
}

.o-newsletters .i-input {
  --input-wrapper-y-gap: 6px;
  --input-bg: #fff;
  --input-border-color: #b7b9cb;
  --input-border-radius: 10px;
  --input-border-width: 1px;
  --input-font-size: 20px;
  --input-font-weight: 400;
  --input-height: 56px;
  --input-paddings-x: 16px;
  --input-placeholder-color: #b7b9cb;
  --input-text-color: #222;
  --input-hover-border-color: #12b76a;
  --input-focus-outline-width: 4px;
  --input-focus-outline-style: solid;
  --input-focus-outline-color: transparent;
  --input-focus-outline-offset: 0px;
  --input-focus-border-color: #12b76a;
  --input-error-border-color: red;
  --input-error-outline-color: transparent;
  --input-error-font-size: 16px;
  --input-error-font-weight: 400;
  --input-error-text-color: red;
  --input-disabled-bg: #fff;
  --input-notice-font-size: 16px;
  --input-notice-font-weight: 400;
  --input-notice-text-color: #b7b9cb;
  --textarea-height: 140px;
}
/* 
.i-input.i-error .i-input__field,
.error.i-input__field,#msOrder .error {
  position: relative;
  bottom: 0;
  left: 0;
  border-color: var(--input-error-border-color) !important;
} */

.done .newsletter_show_success {
  display: block;
  color: #12b76a;
}
.done .newsletter_hide_success {
  display: none;
}