/* ����� ����� */
:root {
  --color-primary  : #6f5794;
  --color-primary-light: #8b72ad;
  --color-red: #fb3541;
  --transition: .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
small {
  font-size: 8pt;
}
.main-title.related {
  margin-top: 30px;
}
.product-main-box .info-text-block {
  margin: 5px 0px;
}
#redalert {
  font-size: 1.5em;
}
/* ������ ����������� */
body .tabs-box {
  clear: both;
}
#tab02 {
  clear: both;
}
#tab02 .images a {
  width: 95px;
  height: 95px;
  display: block;
  float: left;
  overflow: hidden;
  margin: 2px;
}

#tab02 .images img {
  height: 100%;
}

.clear {
  clear: both;
}

.red {
  color: var(--color-red);
}

#redalert {
  width: 425px;
}

.product-main-box {
  margin-bottom: 5px;
}

.info-text-block + * {
  margin-top: 10px;
}
.advert:after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
}
.advert {
  text-align: justify;
  height: 30px;
  margin: 5px 0px;
  overflow: hidden;
}
.page p img {
  margin: 4px;
}
.catalog-box {
  clear: both;
}

/*autocomplete*/
.autocomplete-suggestions {
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  overflow-y: auto;
}
.autocomplete-suggestions .autocomplete-suggestion {
  cursor: default;
}
.autocomplete-suggestions .selected {
  background: #f0f0f0;
}
.autocomplete-suggestions div {
  padding: 2px 5px;
  white-space: nowrap;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}

img[data-src]:not(.loaded) {
  display: none;
}
.sku {
  color: #ae6daa;
  margin-bottom: 5px;
}
html {
  scroll-behavior: smooth;
}
.chars-block__content {
  margin-top: 10px;
  min-height: 160px;
}
.chars-block-text {
  border-top: 1px solid grey;
  margin-top: 10px;
  padding-top: 5px;
  font-size: 13px;
}
.chars-block {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 0;
}
.chars-block__header-text span {
  font-weight: bold;
}
.chars-block__header {
  display: flex;
  padding-bottom: 10px;
  justify-content: space-between;
  /* background: #ccc; */
  border-bottom: 1px solid #ccc;
}
.chars-list li {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  margin-top: 5px;
}

.chars-list__name,
.chars-list__coast,
.chars-list__date-chars {
  background: #fff;
  padding-bottom: 0;
  position: relative;
  top: 2px;
}
.chars-list__name {
  padding-right: 5px;
  font-size: 13px;
  margin-right: 1px;
  min-width: 90px;
  display: inline-flex;
}
.chars__params-display {
  max-width: 280px;
  flex-grow: 1;
  border-bottom: 1px dotted #ccc;
}
.chars-list__date-chars {
  font-size: 11px;
  padding-left: 5px;
  right: 5px;
}
.chars-list__coast {
  padding-left: 5px;
  font-size: 14px;
  min-width: 61px;
  text-align: right;
}
.product_type__value {
  font-size: 18px;
  font-weight: bold;
}

.chars-through {
  color: #868686;
  padding-left: 21px;
}

.tabs-container {
  width: 100%;
  height: auto;
  /* background-color: white; */
  /* border-radius: 4px; */
  /* margin: 20px 0; */
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */
  overflow: hidden;
  position: relative;
}

.tabs {
  padding: 10px 0 15px 0;
}

.tab-links {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
}

.tab-link {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 30px; /* Increased padding for spacing */
  color: #ccc;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
  line-height: 1;
}

.tab-link.active {
    color: #775696;
}
.tab-link:hover {
  color: #fff;
}

.tab-link i {
  margin-right: 10px;
}

.tab-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -1px;
  left: 50%;
  background: #775696;
  transition: all 0.4s ease;
}

.tab-link.active::after {
  width: 100%;
  left: 0;
}

.tab-content {
  display: none;
  animation: fadeInUp 0.5s ease;
  padding: 15px 10px 15px 10px;
}

.tab-content.active {
  display: block;
}

.product-main-box .info-block {
    margin-bottom: 20px;
}
.section-product-position .delivery-list li:nth-child(n + 7) {
  display: none;
}
.header .position-phone__box a {
  font-family: 'SegoeUIBold', sans-serif;
}
.btn-reset {
  padding: 0;
  background: none;
  color: var(--color-primary);
  text-transform: none;
  line-height: 1;
  border: none;
  font-family: inherit;
  font-size: 13px;
  text-decoration: underline;
  height: auto;
}
.btn-reset:hover {
  background: none;
  text-decoration-color: transparent;
}
.header-btn-callback {
  display: block;
  margin: auto;
}

.item-col__logo,
.footer-logo {
  border: 0px solid white;
  position: relative;
  overflow: hidden;
  transition: all 1s;
}
.item-col__logo > span,
.footer-logo span {
  position: absolute;
  pointer-events: none;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
  transform: translate(-100%,0px);
  background: -moz-linear-gradient(left,  rgba(240, 235, 242,0) 0%, rgba(240, 235, 242,0.49) 50%, rgba(240, 235, 242,0.5) 51%, rgba(240, 235, 242,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(240, 235, 242,0)), color-stop(50%,rgba(240, 235, 242,0.49)), color-stop(51%,rgba(240, 235, 242,0.5)), color-stop(100%,rgba(240, 235, 242,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(240, 235, 242,0) 0%,rgba(240, 235, 242,0.49) 50%,rgba(240, 235, 242,0.5) 51%,rgba(240, 235, 242,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(240, 235, 242,0) 0%,rgba(240, 235, 242,0.49) 50%,rgba(240, 235, 242,0.5) 51%,rgba(240, 235, 242,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(240, 235, 242,0) 0%,rgba(240, 235, 242,0.49) 50%,rgba(240, 235, 242,0.5) 51%,rgba(240, 235, 242,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(240, 235, 242,0) 0%,rgba(240, 235, 242,0.49) 50%,rgba(240, 235, 242,0.5) 51%,rgba(240, 235, 242,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.item-col__logo:hover > span,
.footer-logo:hover span {
  transform: translate(100%,0px);
}
.site-menu li.active a {
  padding: 5px;
  background-color: var(--color-primary-light);
  color: #fff;
  display: inline-block;
}
.inner-btn.btn-default,
.inner-btn.btn-danger {
  transition: all var(--transition);
}
.inner-btn.btn-default:hover {
  color: #fff;
  background-color: var(--color-primary);
}
.inner-btn.btn-danger:hover {
  border: 1px solid var(--color-red);
  color: #151515;
  background-color: transparent;
}
.main-page-icons-block__item {
  padding-top: 10px;
  transition: box-shadow var(--transition);
}
.main-page-icons-block__item:hover {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(111, 87, 148, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(111, 87, 148, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(111, 87, 148, 0.2);
}
.main-page-icons-block__item:hover img {
  transform: scale(1.05);
}
.main-page-icons-block__item img {
  transition: transform var(--transition);
}
.main-page-icons-block__icon-wrap > a {
  display: block;
  height: 100%;
}
.main-page-icons-block__item .main-page-icons-block__link-wrap a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: all var(--transition);
}
.main-page-icons-block__item:hover .main-page-icons-block__link-wrap a {
  color: var(--color-primary-light);
  text-decoration-color: currentColor;
}
.wrapper-image-and-props {
  height: 255px;
}
.catalog-box .item {
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.2);
  transition: all var(--transition);
}
.catalog-box .item:hover {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(111, 87, 148, 0.75);
  -moz-box-shadow: 0px 5px 10px 2px rgba(111, 87, 148, 0.75);
  box-shadow: 0px 5px 10px 2px rgba(111, 87, 148, 0.75);
}
.catalog-box {
  gap: 0 5px;
}
.catalog-box .item {
  width: calc(25% - 5px);
}
.page-bottom {
  clear: both;
}
.catalog-box.slider.slider--home {
  width: 100%;
}
section.home-comments {
  background-color: #f2f2f2;
  padding: 20px;
}
footer .box-flex-row .menu-items li.current a {
  text-decoration: underline;
  text-underline-offset: 6px;
  color: #888;
}
.tag-filter-container__item {
  transition: all var(--transition);
}
.tag-filter-container__item:hover {
  background-color: var(--color-primary-light);
  color: #fff;
}
.expanded-text__body {
  position: relative;
  max-height: 60px;
  overflow: hidden;
  transition: max-height var(--transition);
}
.expanded-text__body:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: calc(100% - 10px);
  height: 87px;
  background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#ffffff));
  background: linear-gradient(transparent,#ffffff);
}
.expanded-text__body.expanded-text-show {
  max-height: 999999px;
}
.expanded-text__body.expanded-text-show:after {
  display: none;
}
.expanded-text__btn {
  background: none;
  color: var(--color-primary);
  text-transform: none;
  font-size: 14px;
  padding: 0;
  border: none;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all var(--transition);
}
.expanded-text__btn:hover {
  background: none;
  padding: 0;
  text-decoration-color: transparent;
}
.catalog-box .price-block .old {
  text-decoration: none;
  position: relative;
}
.catalog-box .price-block .old:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: red;
  width: 110%;
  left: -10%;
  transform: rotate(-13deg) translateY(calc(50% - 0px));
}
.product-page .item .wrapper-image-and-props {
  height: 220px;
}
.product-page .flynalich {
  display: flex;
  flex-direction: column;
}
.articles__item {
  display: grid;
  padding: 15px;
  grid-template-columns: 1fr;
  gap: 15px;
  align-items: start;
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.2);
  transition: all var(--transition);
}
.articles__item--wi {
  grid-template-columns: 250px 1fr;
}
.articles__img img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.articles__item:hover {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(111, 87, 148, 0.75);
  -moz-box-shadow: 0px 5px 10px 2px rgba(111, 87, 148, 0.75);
  box-shadow: 0px 5px 10px 2px rgba(111, 87, 148, 0.75);
}
.articles__item:not(:last-child) {
  margin-bottom: 20px;
}
.catalog-box.product-page .item {
  width: calc(33% - 5px);
}
/* Responsive Design */
@media (max-width: 1450px) {
  .catalog-box {
    gap: 10px 5px;
  }
  .catalog-box .item {
    width: calc(33.3333% - 5px);
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  .catalog-box .item {
    width: calc(50% - 5px);
    margin: 0;
  }
  .nav>div>ul>li.d-none-dm {
    order: 10;
  }
  .nav>div>ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
  }
  .catalog-box.product-page .item {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .catalog-box .price-block .old {
    display: inline-block;
  }
  table td.st-key {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .tab-links {
    flex-direction: column;
    align-items: center;
  }

  .tab-link {
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }

}
@media screen and (max-width: 575px) {
  .main_comment_url {
    height: auto;
    width: auto;
    max-width: 300px;
  }
  .nav>div>ul {
    padding-top: 5px;
  }
  .main-page-icons-block__item {
    border: 1px solid var(--color-primary-light);
  }
  .main-page-icons-block {
    gap: 0 10px;
  }
  .main-page-icons-block__item {
    width: calc(50% - 5px);
  }
  .wrapper-image-and-props {
    height: 250px;
  }
  .catalog-box.slider .item {
    min-height: 320px;
  }
  footer .footer-logo {
    padding: 10px;
    display: inline-block;
    border: 2px solid var(--color-primary-light);
  }
  .footer .footer-popular__list,
  .footer .main-menu ul {
    justify-content: center;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  footer .box-flex-row .menu-items li {
    padding: 5px;
    border: 1px solid var(--color-primary-light);
  }
  .product-page .item .wrapper-image-and-props {
    height: 185px;
  }
  .catalog-box.product-page .item {
    min-height: 430px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper-image-and-props {
    height: 270px;
  }
}
@media (max-width: 375px) {
  .catalog-box .item {
    width: 100%;
    margin: 0;
  }
  .catalog-box.product-page .item {
    width: 100%;
  }
}

@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }