.page-content .content {
  padding-top: 0 !important;
}
.page-content article {
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}
.page-content article h1 {
  padding-top: 0 !important;
}

.underlined {
  text-decoration-line: underline;
  text-underline-offset: 3px;
}

.title-bigger {
  text-align: left;
  font-size: 35px;
  text-transform: none;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 992px) {
  .title-bigger {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .title-bigger {
    font-size: 50px;
  }
}
@media (min-width: 1401px) {
  .title-bigger {
    font-size: 75px;
    line-height: 0.95;
  }
}

.linecamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  overflow: hidden;
}
.linecamp--2 {
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
}
.linecamp--3 {
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
}
.linecamp--4 {
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
}

.detail-text {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 992px) {
  .detail-text {
    font-size: 16px;
  }
}
.detail-text *:not(h1):not(h2):not(h3):not(h4) {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 992px) {
  .detail-text *:not(h1):not(h2):not(h3):not(h4) {
    font-size: 16px;
  }
}
.detail-text h1, .detail-text h2, .detail-text h3, .detail-text h4 {
  font-size: 30px;
  color: #000000;
  font-style: normal;
  font-weight: 600;
  line-height: 1.05;
  margin: 40px 0 20px;
}
.detail-text h1:first-child, .detail-text h2:first-child, .detail-text h3:first-child, .detail-text h4:first-child {
  margin-top: 0;
}
.detail-text b,
.detail-text strong {
  font-weight: 600 !important;
}
.detail-text a {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.2s ease;
}
.detail-text a:hover {
  opacity: 0.5;
}
.detail-text p {
  margin: 0 0 15px !important;
}
.detail-text p:last-child {
  margin-bottom: 0 !important;
}
.detail-text ol,
.detail-text ul {
  margin: 0 0 15px;
}
.detail-text ol:last-child,
.detail-text ul:last-child {
  margin-bottom: 0;
}
.detail-text ol li,
.detail-text ul li {
  margin: 0 0 10px;
}
.detail-text ol li:last-child,
.detail-text ul li:last-child {
  margin-bottom: 0;
}
.detail-text > br:last-child {
  display: none;
}
.detail-text img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  margin: 40px auto;
  vertical-align: middle;
  border-radius: 5px;
}
.detail-text img:first-child {
  margin-top: 0;
}

.img-res img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  object-fit: cover;
  margin: 0 auto;
}

.img-rel {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-rel img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.svg-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.svg-icon svg {
  display: block;
}
.svg-icon svg rect,
.svg-icon svg circle,
.svg-icon svg path {
  transition: all 0.2s ease;
}

.absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.opacity {
  opacity: 0 !important;
  visibility: hidden !important;
}

.scrollbar {
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.scrollbar::-webkit-scrollbar-track {
  border-radius: 5px;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #C4C6C7;
  border: 1px solid #FFFFFF;
}
.scrollbar::-webkit-scrollbar-thumb:window-inactive-thumb {
  background: #C4C6C7;
  border: 2px solid #FFFFFF;
}
.scrollbar.scrollbar--horizontal {
  overflow: hidden;
  overflow-x: auto;
  overscroll-behavior: auto;
}

.swiper:not(.swiper-initialized) .slider-nav,
.swiper:not(.swiper-initialized) .slider-buttons,
.swiper:not(.swiper-initialized) .swiper-pagination {
  display: none !important;
}
.swiper .swiper-pagination-bullet {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  opacity: 1;
  background-color: #EEEEEE;
  margin: 0 2.5px !important;
  transition: all 0.65s ease;
}
.swiper .swiper-pagination-bullet-active {
  width: 21px;
}
.swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  border-radius: 0;
  background: #EEEEEE;
}
.swiper .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  border-radius: 0;
  background: #000000;
}
.swiper .swiper-scrollbar.swiper-scrollbar-horizontal.swiper-scrollbar--white {
  background-color: #FFFFFF;
}
.swiper .swiper-scrollbar.swiper-scrollbar-horizontal.swiper-scrollbar--white .swiper-scrollbar-drag {
  background: #B10404;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: inline-flex;
  width: auto;
  height: 7px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  transition: all 0.2s ease;
}

.slider-nav {
  position: absolute;
  width: 45px;
  height: 45px;
  margin-top: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.slider-nav.swiper-button-next {
  right: 10px;
}
.slider-nav.swiper-button-prev {
  left: 10px;
  transform: translateY(-50%) scale(-1);
}
.slider-nav.swiper-button-disabled {
  opacity: 0;
}
.slider-nav--desktop {
  display: none;
}
.slider-nav svg {
  width: 100%;
  height: 100%;
}
.slider-nav:after {
  display: none;
}
.slider-nav:hover svg circle {
  fill: #000000;
}
.slider-nav:hover svg path {
  fill: #FFFFFF;
}
@media (min-width: 769px) {
  .slider-nav--desktop {
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .slider-nav.swiper-button-next {
    right: 20px;
  }
  .slider-nav.swiper-button-prev {
    left: 20px;
  }
}

.button-block-center {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.button-block-center .button {
  width: 100%;
  min-width: 180px;
}
@media (min-width: 576px) {
  .button-block-center .button {
    width: auto;
  }
}

.anim-scale {
  overflow: hidden;
}
.anim-scale__item {
  overflow: hidden;
}
.anim-scale__image {
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.36, 0, 0, 0.99);
}
.anim-scale:hover .anim-scale__image {
  transform: scale(1.15);
}

.title-hidden {
  position: absolute !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
}

.color-black {
  color: #000000;
}

.color-white {
  color: #FFFFFF;
}

#bx-panel, #bx-panel div {
  display: none !important;
}

.menu-content {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  max-height: 650px;
  padding: 21px 0 40px;
}
.menu-content-item {
  display: none;
  width: 100%;
}
.menu-content-item.active {
  display: flex;
}
.menu-content .js-menu-item {
  transform: translateY(-5px);
  opacity: 0;
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.6, 1), opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1);
}
.menu-content .js-menu-item.is-active {
  opacity: 1;
  transform: translateY(0);
}
.menu-content .js-menu-item.is-disabled {
  transform: translateY(-5px);
  opacity: 0;
}
.menu-content .menu-header-title,
.menu-content .menu-header-item {
  display: block;
  width: fit-content;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .menu-content .menu-header-title,
  .menu-content .menu-header-item {
    font-size: 13px;
  }
}
.menu-content .menu-header-title > a,
.menu-content .menu-header-item > a {
  display: block;
  width: fit-content;
  color: inherit;
}
.menu-content .menu-header-title {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .menu-content .menu-header-title {
    font-size: 18px;
  }
}

/*.menu-open {
  .menu-content {
    .js-menu-item {
      opacity: 1;
      transform: translateY(0);
    }
  }
}*/
.menu-catalog {
  width: 100%;
  display: flex;
  gap: 25px 45px;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 590px;
}
@media (min-width: 1200px) {
  .menu-catalog {
    gap: 30px 80px;
  }
}
.menu-catalog .menu-column {
  width: calc((100% - 180px) / 5);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1200px) {
  .menu-catalog .menu-column {
    width: calc((100% - 320px) / 5);
  }
}
.menu-catalog .menu-column__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu-brands {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 45px;
}
@media (min-width: 1200px) {
  .menu-brands {
    gap: 80px;
  }
}
.menu-brands__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.menu-brands__list--top {
  width: auto;
  min-width: 150px;
}
.menu-brands__list--top .menu-brands__column {
  width: 100%;
}
.menu-brands__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 45px;
}
@media (min-width: 1200px) {
  .menu-brands__row {
    gap: 80px;
  }
}
.menu-brands__column {
  width: calc((100% - 135px) / 4);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1200px) {
  .menu-brands__column {
    width: calc((100% - 240px) / 4);
  }
}

/*# sourceMappingURL=style.css.map */
