@charset "UTF-8";
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/Manrope-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Manrope", sans-serif;
  background-color: #ededed;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

section {
  padding-bottom: 20px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.breadcrumbs .breadcrumb-link {
  color: white;
  font-size: 14px;
  font-weight: 300;
  line-height: 15.4px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.breadcrumbs .breadcrumb-link:hover {
  opacity: 0.7;
}
.breadcrumbs .breadcrumb-separator {
  color: white;
  font-size: 14px;
  font-weight: 300;
  line-height: 15.4px;
}
.breadcrumbs .breadcrumb-separator--last {
  color: rgba(255, 255, 255, 0.4);
}
.breadcrumbs .breadcrumb-current {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-weight: 300;
  line-height: 15.4px;
}
.breadcrumbs--dark .breadcrumb-link {
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.breadcrumbs--dark .breadcrumb-link:hover {
  opacity: 0.7;
}
.breadcrumbs--dark .breadcrumb-separator {
  color: rgba(49, 49, 49, 0.4);
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
}
.breadcrumbs--dark .breadcrumb-separator--last {
  color: rgba(49, 49, 49, 0.4);
}
.breadcrumbs--dark .breadcrumb-current {
  color: rgba(49, 49, 49, 0.4);
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
}

@media (max-width: 1199px) {
  .breadcrumbs {
    margin-bottom: 20px !important;
  }
  .breadcrumbs--dark .breadcrumb-link,
  .breadcrumbs--dark .breadcrumb-separator,
  .breadcrumbs--dark .breadcrumb-current, .breadcrumbs--light .breadcrumb-link,
  .breadcrumbs--light .breadcrumb-separator,
  .breadcrumbs--light .breadcrumb-current {
    font-size: 13px;
    line-height: 14.4px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs {
    margin-bottom: 20px;
  }
  .breadcrumbs--dark .breadcrumb-link,
  .breadcrumbs--dark .breadcrumb-separator,
  .breadcrumbs--dark .breadcrumb-current, .breadcrumbs--light .breadcrumb-link,
  .breadcrumbs--light .breadcrumb-separator,
  .breadcrumbs--light .breadcrumb-current {
    font-size: 12px;
    line-height: 13.4px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    gap: 2px;
    margin-bottom: 25px;
  }
  .breadcrumbs--dark .breadcrumb-link,
  .breadcrumbs--dark .breadcrumb-separator,
  .breadcrumbs--dark .breadcrumb-current, .breadcrumbs--light .breadcrumb-link,
  .breadcrumbs--light .breadcrumb-separator,
  .breadcrumbs--light .breadcrumb-current {
    font-size: 11px;
    line-height: 12.4px;
  }
}
@media (max-width: 480px) {
  .breadcrumbs--dark .breadcrumb-link,
  .breadcrumbs--dark .breadcrumb-separator,
  .breadcrumbs--dark .breadcrumb-current, .breadcrumbs--light .breadcrumb-link,
  .breadcrumbs--light .breadcrumb-separator,
  .breadcrumbs--light .breadcrumb-current {
    font-size: 10px;
    line-height: 11.4px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #ededed;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
}
.header__logo img {
  height: 30px;
}
.header__nav {
  display: flex;
  align-items: center;
  background: #f8f8f8;
  border-radius: 500px;
  padding: 5px;
  width: auto;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__search, .header__login {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #313131;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}
.header__search svg {
  height: 14px;
  width: 14px;
}
.header__login svg {
  height: 14px;
  width: 12px;
}
.header__mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-link {
  padding: 10px 20px;
  color: #313131;
  font-size: 13px;
  font-weight: 400;
  border-radius: 500px;
  transition: background-color 0.3s;
}
.nav-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.nav-link.selected {
  background-color: rgba(0, 0, 0, 0.05);
}

.dropdown-toggle::after {
  margin-left: 5px;
}

.dropdown-menu {
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  top: 10px !important;
}

.dropdown-item {
  padding: 8px 20px;
  font-size: 13px;
}

.navbar-toggler {
  border: none;
  background: transparent;
  padding: 0;
}

.offcanvas-end {
  width: 336px !important;
  border-left: none;
  background-color: transparent;
}
.offcanvas-end .accordion-button::after {
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.offcanvas-end .mobile-menu .accordion-item {
  border-bottom: 0;
}
.offcanvas-end .offcanvas-header {
  padding: 0 30px;
  border-bottom: none;
  position: relative;
}
.offcanvas-end .offcanvas-header .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
  opacity: 1;
  z-index: 200;
}
.offcanvas-end .offcanvas-header .btn-close:focus {
  box-shadow: none;
}
.offcanvas-end .offcanvas-body {
  padding: 0;
  overflow: hidden;
  background: radial-gradient(ellipse 171.12% 211.58% at 114.73% -69.1%, #d2859c 0%, #531628 100%);
  border-radius: 10px 0 0 10px;
}

.mobile-menu {
  padding: 25px 30px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.mobile-menu__section {
  margin-bottom: 30px;
}
.mobile-menu__section:last-child {
  margin-bottom: 0;
}
.mobile-menu__title {
  color: white;
  font-size: 14px;
  font-family: Manrope;
  font-weight: 400;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease;
}
.mobile-menu__title:hover {
  color: rgba(255, 255, 255, 0.8);
}
.mobile-menu__title.collapsed .mobile-menu__arrow {
  transform: rotate(0deg);
}
.mobile-menu__arrow {
  width: 6px;
  height: 4px;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
}
.mobile-menu__arrow path {
  fill: white;
}
.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu__item {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-family: "Manrope";
  font-weight: 400;
  padding: 5px 0;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}
.mobile-menu__item:hover {
  color: white;
}
.mobile-menu__link {
  color: white;
  font-size: 14px;
  font-family: "Manrope";
  font-weight: 400;
  padding: 8px 0;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}
.mobile-menu__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.mobile-menu .accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
}
.mobile-menu .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .accordion-item:last-child {
  border-bottom: none;
}
.mobile-menu .accordion-button {
  background: transparent;
  color: white;
  font-size: 14px;
  font-family: "Manrope";
  font-weight: 300;
  padding: 7px 0;
  border: none;
  padding-right: 20px;
  /* Используем inline-flex если нужно сохранить inline-поведение */
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mobile-menu .accordion-button:not(.collapsed) {
  background: transparent;
  color: white;
  box-shadow: none;
}
.mobile-menu .accordion-button::after {
  transform: rotate(0deg);
  transform-origin: center;
  width: 12px;
  height: 6px;
  background-image: url("/assets/icons/arrdown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-left: 10px;
}
.mobile-menu .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.mobile-menu .accordion-body {
  padding: 0 0 0 10px;
  background: transparent;
}
.mobile-menu .accordion-collapse {
  background: transparent;
}

.nav-links {
  margin-top: 7px;
}
.nav-links__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.nav-links__item {
  color: white;
  font-size: 14px;
  font-family: Manrope;
  font-weight: 300;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}
.nav-links__item:hover {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 375px) {
  .offcanvas-end {
    width: 100% !important;
  }
  .mobile-menu {
    padding: 20px 25px;
  }
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

main {
  padding: 70px 0 0;
}
@media (max-width: 1200px) {
  main {
    padding-top: 52px;
  }
}

.hero-section {
  display: flex;
}
.hero-section__container {
  background: #cfcbc5;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 660px;
  width: 100%;
  display: flex;
  align-items: center;
}
.hero-section__background {
  background: radial-gradient(ellipse 51.8% 51.81% at 67.36% 44.13%, #d2859c 0%, #531628 100%);
  border-radius: 20px;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-section__image {
  position: absolute;
  right: 34px;
  top: 62%;
  transform: translateY(-50%);
  height: 187%;
  width: auto;
  max-width: 100%;
  object-fit: cover;
  z-index: 2;
}
.hero-section__content {
  position: relative;
  z-index: 3;
  padding: 40px 40px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.hero-section__text-container {
  max-width: 50%;
}
.hero-section__title {
  color: white;
  font-size: clamp(1.5rem, 4vw, 2.75rem);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 35px;
}
.hero-section__title span {
  color: rgba(255, 255, 255, 0.4);
}
.hero-section__description {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.5;
  margin-bottom: 15px;
  max-width: 440px;
  font-weight: 300;
}
.hero-section__description:last-of-type {
  margin-bottom: 0;
}
.hero-section__button-container {
  margin-top: 20px;
}
.hero-section__button {
  display: inline-flex;
  padding: 20px 30px;
  border-radius: 500px;
  outline: 1px white solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13.2px;
  transition: all 0.3s;
}
.hero-section__button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  transform: translateY(-3px);
}
.hero-section__logo {
  margin-top: auto;
  width: 100%;
}
.hero-section__logo img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
.hero-section__mobile-logo {
  display: none;
}

.product-swiper {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.product-swiper .swiper-wrapper {
  align-items: stretch;
}
.product-swiper .swiper-slide {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.slide-content {
  display: grid;
  grid-template-columns: auto 500px;
  gap: 60px;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 10px;
}

.slide-image {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(179deg, #9ba2ab 0%, #f3f3f3 86%);
  border-radius: 12px;
  overflow: hidden;
}
.slide-image .image-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
}
.slide-image .image-container img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  height: 100%;
}

.slide-info {
  width: 500px;
  padding: 35px 0 0;
  margin-bottom: 100px;
}
.slide-info .slide-category {
  color: #a7a7a7;
  font-size: 16px;
  font-weight: 500;
  line-height: 17.6px;
  margin-bottom: 50px;
}
.slide-info .slide-title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
}
.slide-info .slide-description {
  color: #626262;
  font-size: 16px;
  font-weight: 300;
  line-height: auto;
  margin-bottom: 40px;
  max-width: 423px;
}
.slide-info .slide-description p {
  margin-bottom: 10px;
}
.slide-info .slide-description p:last-child {
  margin-bottom: 0;
}
.slide-info .slide-button {
  display: inline-flex;
  padding: 15px 30px;
  height: 52px;
  border-radius: 500px;
  outline: 1px #415729 solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #415729;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13.2px;
  transition: all 0.3s;
}
.slide-info .slide-button:hover {
  background-color: #415729;
  color: white;
}

.product-slider-navigation {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0 50px 0 0;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 83px;
  width: 460px;
  margin-left: auto;
}

.slider-pagination {
  display: flex;
  align-items: center;
  gap: 4px;
}
.slider-pagination .slider-current {
  color: #878787;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
}
.slider-pagination .slider-separator {
  color: rgba(138.22, 138.22, 138.22, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
}
.slider-pagination .slider-total {
  color: rgba(138.22, 138.22, 138.22, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
}

.slider-prev-btn,
.slider-next-btn {
  width: 73px;
  height: 21px;
  border-radius: 5px;
  border: 1px #581B2D  solid;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  transition: all 0.3s;
}
.slider-prev-btn:hover,
.slider-next-btn:hover {
  background-color: #531628;
}
.slider-prev-btn:hover svg path,
.slider-next-btn:hover svg path {
  fill: white;
}
.slider-prev-btn svg,
.slider-next-btn svg {
  width: 10px;
  height: 8px;
}

.slider-next-btn {
  background: #531628;
}
.slider-next-btn svg path {
  fill: white;
}
.slider-next-btn:hover {
  background: #844759;
}

.cooperation-section {
  overflow: hidden;
}
.cooperation-section__inner {
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 50px 50px 20px;
}
.cooperation-section__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 30px 60px;
  grid-template-areas: "logo ." "main-title text1" "main-title text2" "link .";
  position: relative;
}
.cooperation-section__logo {
  grid-area: logo;
}
.cooperation-section__logo img {
  height: 30px;
  width: auto;
}
.cooperation-section__main-title {
  grid-area: main-title;
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  line-height: 33px;
  max-width: 555px;
}
.cooperation-section__text {
  color: #313131;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.cooperation-section__text.text-1 {
  grid-area: text1;
  max-width: 453px;
}
.cooperation-section__text.text-2 {
  grid-area: text2;
  max-width: 432px;
}
.cooperation-section__link {
  grid-area: link;
}
.cooperation-section__more-link {
  color: #313131;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13.2px;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.cooperation-section__more-link:hover {
  color: #313131;
}
.cooperation-section__link-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #313131;
}

.carousel-container {
  position: relative;
}

.carousel {
  height: 550px;
}

.custom-carousel .carousel-item {
  transition: all 0.4s ease;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #313131;
}
.product-card img {
  width: auto;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-info {
  padding: 15px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-name {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
}

.product-description {
  font-size: 14px;
  color: rgba(49, 49, 49, 0.7);
  line-height: 1.4;
}

@media (max-width: 1500px) {
  .hero-section__container {
    height: 554px;
  }
}
@media (max-width: 1350px) {
  .hero-section__image {
    height: 150%;
  }
  .slide-info .slide-title {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .hero-section__title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .hero-section__text-container {
    max-width: 525px;
  }
  .hero-section__container {
    height: 455px;
  }
  .hero-section__content {
    padding: 30px 30px 0;
  }
  .hero-section__description {
    font-size: 14px;
  }
  .hero-section__image {
    height: 140%;
    top: 60%;
  }
  .cooperation-section__grid {
    gap: 25px 40px;
  }
  .cooperation-section__main-title {
    font-size: 26px;
    line-height: 1.3;
  }
  .cooperation-section__text {
    font-size: 16px;
  }
  .slide-content {
    gap: 40px;
    grid-template-columns: auto 430px;
  }
  .slider-controls {
    width: 410px;
  }
  .slide-info {
    width: 450px;
  }
  .slide-info .slide-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .slide-info .slide-category {
    margin-bottom: 30px;
  }
  .slide-info .slide-description {
    font-size: 13px;
    max-width: 400px;
  }
  .product-slider-navigation {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  section {
    padding-bottom: 15px;
  }
  .hero-section__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .hero-section__description {
    font-size: 13px;
    max-width: 265px;
  }
  .hero-section__container {
    height: 376px;
  }
  .hero-section__text-container {
    max-width: 359px;
  }
  .hero-section__description {
    margin-bottom: 10px;
  }
  .hero-section__image {
    right: 20px;
    height: 140%;
  }
}
@media (max-width: 991px) {
  .breadcrumbs {
    max-width: 260px;
  }
  .breadcrumb-link,
  .breadcrumb-separator,
  .breadcrumb-current {
    font-size: 12px;
  }
  .cooperation-section__inner {
    padding: 30px 30px 10px;
  }
  .cooperation-section__logo img {
    height: 15px;
  }
  .cooperation-section__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "logo ." "main-title text1" "link text2";
    gap: 10px;
    margin-bottom: 30px;
  }
  .cooperation-section__main-title {
    max-width: 320px;
    font-size: 20px;
  }
  .cooperation-section__link {
    display: flex;
    height: 100%;
    align-items: end;
  }
  .cooperation-section__more-link {
    font-size: 10px;
  }
  .cooperation-section__text {
    max-width: 100%;
    font-size: 13px;
  }
  .cooperation-section__text.text-1 {
    max-width: 316px;
  }
  .cooperation-section__text.text-2 {
    max-width: 219px;
  }
  .cooperation-section .product-title2 {
    font-size: 14px;
  }
  .cooperation-section .product-description2 {
    font-size: 11px;
  }
  .product-swiper {
    min-height: 430px;
  }
  .slide-content {
    grid-template-columns: auto 350px;
    gap: 30px;
  }
  .slide-image .image-container img {
      
  }
  .slide-info {
    width: 100%;
    max-width: 500px;
    margin-bottom: 60px;
    order: 1;
    padding: 15px 0 0;
  }
  .slide-info .slide-button {
    padding: 15px 20px;
    font-size: 10px;
    height: 41px;
  }
  .slide-info .slide-category {
    margin-bottom: 25px;
    font-size: 12px;
  }
  .slide-info .slide-title {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .slide-info .slide-description {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .slider-prev-btn,
  .slider-next-btn {
    height: 16px;
    width: 52px;
  }
  .product-slider-navigation {
    bottom: 20px;
  }
  .product-slider-navigation {
    margin-top: 25px;
    padding: 0 30px 0 0;
    left: auto;
    width: 360px;
    height: 30px;
  }
  .product-slider-navigation .slider-current,
  .product-slider-navigation .slider-separator,
  .product-slider-navigation .slider-total {
    font-size: 12px;
  }
  .slider-controls {
    width: 100%;
    justify-content: space-between;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .header__logo img {
    height: 13px;
  }
  .header__right {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .header__search, .header__login {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
  }
  .header__search svg {
    height: 10px;
    width: 10px;
  }
  .header__login svg {
    height: 10px;
    width: 9px;
  }
  .header {
    padding: 14px 0;
  }
}
@media (max-width: 768px) {
  .cooperation-section__logo {
    margin-bottom: 15px;
  }
  .cooperation-section__main-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .cooperation-section__text.text-2 {
    margin-bottom: 15px;
  }
  .cooperation-section__inner {
    padding: 15px;
  }
  .hero-section__title {
    font-size: 20px;
  }
  .hero-section__description {
    font-size: 12px;
  }
  .hero-section__container {
    min-height: 564px;
    height: 750px;
    border-radius: 10px;
    flex-direction: column;
    display: flex;
  }
  .hero-section__background {
    border-radius: 10px;
  }
  .hero-section__content {
    padding: 28px 15px 0;
    height: auto;
    order: 1;
    flex: 0 0 auto;
    justify-content: flex-start;
  }
  .hero-section__text-container {
    max-width: 100%;
  }
  .hero-section__logo {
    margin-top: 2rem;
    order: 3;
  }
  .hero-section__mobile-logo {
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    z-index: 4;
    text-align: center;
  }
  .hero-section__mobile-logo img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
  }
  .hero-section__button {
    padding: 15px 25px;
    font-size: 11px;
    width: 100%;
  }
  .hero-section__container {
    display: flex;
    flex-direction: column;
  }
  .hero-section__content {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .hero-section__image {
    position: relative;
    width: 400px;
    max-width: 100%;
    height: 114%;
    transform: none;
    top: auto;
    right: auto;
    order: 2;
    margin-top: 0;
  }
  .cooperation-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 10px;
    grid-template-areas: "logo" "main-title" "text1 " "text2 " "link";
    position: relative;
  }
  .cooperation-section__text {
    font-size: 14px;
  }
  .cooperation-section__text.text-1, .cooperation-section__text.text-2 {
    max-width: 100%;
  }
  .cooperation-section__logo img {
    height: 24px;
  }
  .product-slider-section .product-slider-navigation {
    position: absolute;
    top: 0;
    margin-top: 25px;
    padding: 0 30px 0 0;
    left: auto;
    width: 360px;
  }
  .product-slider-section .swiper {
    min-height: 500px;
    height: auto;
    background: #fff;
  }
  .product-slider-section .slide-content {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .slide-image {
    order: 2;
    height: 270px;
  }
  .slide-info {
    margin-bottom: 0;
  }
  .slide-info .slide-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .slide-info .slide-description {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .slide-info .slide-button {
    width: 100%;
  }
  .slide-info .slide-navigation {
    width: 100%;
    flex-direction: column;
    gap: 20px;
    height: auto;
  }
  .slider-controls {
    gap: 20px;
    justify-content: end;
  }
  .slider-prev-btn,
  .slider-next-btn {
    width: 60px;
    height: 18px;
  }
}
.recommended-container {
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 50px;
}

.recommended-title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 30px;
}

.recommended-navigation {
  position: absolute;
  top: 50px;
  right: 50px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.recommended-prev-btn,
.recommended-next-btn {
  width: 73px;
  height: 21px;
  border-radius: 5px;
  border: 1px #531628 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  transition: all 0.3s;
}
.recommended-prev-btn:hover,
.recommended-next-btn:hover {
  background-color: #531628;
}
.recommended-prev-btn:hover svg path,
.recommended-next-btn:hover svg path {
  fill: white;
}
.recommended-prev-btn svg,
.recommended-next-btn svg {
  width: 10px;
  height: 8px;
}

.recommended-next-btn {
  background: #531628;
}
.recommended-next-btn svg path {
  fill: white;
}
.recommended-next-btn:hover {
  background: #844759;
}

.recommended-swiper {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.recommended-swiper .swiper-slide {
  height: auto;
}

.product-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  width: 100%;
}
.product-card-link:hover .product-image {
  border-color: rgba(49, 49, 49, 0.41);
}
.product-card-link:hover .product-img-default {
  opacity: 0;
}
.product-card-link:hover .product-img-hover {
  opacity: 1;
  transform: scale(1.1);
}

.product-card {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s ease;
  border: 1px solid transparent;
}

.product-image {
  position: relative;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 20px;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 255/275;
}
.product-image img {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  object-fit: contain;
}
.product-image .product-img-default {
  position: absolute;
  max-width: 70%;
  max-height: 70%;
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.product-image .product-img-hover {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: scale(1);
  z-index: 1;
  object-fit: cover;
  object-position: bottom right;
  width: auto;
  height: auto;
}

.product-info {
  padding: 25px 20px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 180px;
  padding-bottom: 0;
}

.product-name {
  color: #313131;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 48px;
}

.product-description {
  color: rgba(49, 49, 49, 0.7);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 59px;
}

.product-volume {
  color: rgba(49, 49, 49, 0.7);
  font-size: 14px;
  font-weight: 400;
  margin-top: auto;
}

.recommended-footer {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.catalog-link {
  display: inline-flex;
  padding: 20px 30px;
  border-radius: 500px;
  outline: 1px #531628 solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #531628;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13.2px;
  transition: all 0.3s;
}
.catalog-link:hover {
  background-color: #531628 ;
  color: white;
}

@media (max-width: 1419px) {
  .product-name {
    font-size: 18px;
    min-height: 50px;
    margin-bottom: 7px;
  }
  .product-description,
  .product-volume {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .recommended-container {
    padding: 40px 30px;
    height: auto;
  }
  .recommended-swiper {
    height: auto;
  }
  .product-info {
    min-height: 160px;
  }
}
@media (max-width: 991px) {
  .recommended-container {
    padding: 25px 30px;
  }
  .recommended-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .recommended-navigation {
    top: 28px;
    right: 30px;
  }
  .recommended-swiper {
    margin-bottom: 30px;
  }
  .product-info {
    min-height: 140px;
    padding: 20px 0;
  }
  .product-name {
    font-size: 18px;
    min-height: 38px;
  }
  .product-description {
    font-size: 11px;
    min-height: 45px;
  }
  .recommended-prev-btn,
  .recommended-next-btn {
    width: 52px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .recommended-container {
    padding: 20px 15px;
  }
  .recommended-container .swiper-slide {
    width: auto;
  }
  .recommended-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .recommended-prev-btn,
  .recommended-next-btn {
    width: 60px;
    height: 18px;
  }
  .product-info {
    min-height: 130px;
    padding: 15px 10px;
  }
  .product-name {
    font-size: 16px;
  }
  .product-description {
    font-size: 12px;
    min-height: 50px;
  }
  .catalog-link {
    padding: 15px 25px;
    font-size: 11px;
  }
  .product-card-link {
    width: 230px;
  }
}
@media (max-width: 480px) {
  .product-info {
    min-height: 100px;
  }
  .product-name {
    font-size: 14px;
  }
  .product-description {
    font-size: 11px;
    min-height: 25px;
    margin-bottom: 10px;
  }
  .product-volume {
    font-size: 12px;
    margin-top: 0;
  }
}
.recommended-swiper .swiper-wrapper {
  align-items: stretch;
}

.recommended-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.product-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.advantages-container {
  background: white;
  border-radius: 20px;
  padding: 50px;
  height: 748px;
}

.advantages-title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 2fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
  height: 600px;
}

.advantage-card {
  background: #f8f8f8;
  border-radius: 20px;
  overflow: hidden;
  padding: 25px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.advantage-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.advantage-title {
  color: #313131;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
  width: 100%;
  min-height: 50px;
}
.advantage-title-4 {
  min-height: 70px;
}

.advantage-description {
  color: rgba(49, 49, 49, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  width: 100%;
}

.advantage-number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  position: relative;
  border-radius: 100%;
  border: 1px solid rgba(65, 87, 41, 0.5);
  width: 40px;
  height: 40px;
}
.advantage-number .number-text {
  color: #415729;
  font-size: 14px;
  font-weight: 400;
  z-index: 2;
}

.advantage-main-card {
  grid-column: 3;
  grid-row: 1/span 2;
  position: relative;
}

.advantage-main-card__cont {
  background: radial-gradient(ellipse 74.07% 74.08% at 67.36% 44.83%, #d2859c 0%, #531628 100%);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 25px;
  height: 100%;
}

.advantage-main-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.advantage-main-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.advantage-main-title {
  color: white;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.3;
  margin-bottom: 20px;
  width: 217px;
}

.advantage-main-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: auto;
  width: 328px;
}

.advantage-main-number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  position: relative;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 40px;
  height: 40px;
}
.advantage-main-number .number-text {
  color: #fff;
  font-weight: 200;
  font-size: 14px;
}

.advantage-main-visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse 74.07% 74.08% at 67.36% 44.83%, #d2859c 0%, #531628 100%);
  z-index: 1;
}

.shadow-effect {
  position: absolute;
  background: rgba(49, 49, 49, 0.47);
  box-shadow: 25px 25px 25px;
  border-radius: 9999px;
  filter: blur(12.5px);
  z-index: 2;
}
.shadow-effect.shadow-1 {
  width: 497.61px;
  height: 109px;
  left: 161.24px;
  top: 366.6px;
  transform: rotate(8deg);
}
.shadow-effect.shadow-2 {
  width: 102px;
  height: 31px;
  left: 472px;
  top: 573px;
}

.main-image-1 {
  position: absolute;
  right: -15px;
  bottom: 17px;
  z-index: 3;
  object-fit: cover;
  width: 529px;
}

.main-image-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  object-fit: cover;
  width: 204px;
}

@media (max-width: 1500px) {
  .advantage-title {
    min-height: 70px;
  }
}
@media (max-width: 1419px) {
  .advantages-container {
    height: auto;
    padding: 40px 30px;
  }
  .advantages-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 20px;
    height: auto;
  }
  .advantage-title {
    font-size: 15px;
    margin-bottom: 15px;
    min-height: 40px;
  }
  .advantage-description {
    font-size: 13px;
  }
  .advantage-main-card {
    grid-column: 3/span 2;
    grid-row: 1/span 2;
    min-height: 400px;
  }
  .main-image-1,
  .main-image-2 {
    transform: scale(0.8);
    transform-origin: right center;
  }
  .main-image-1 {
    left: auto;
    margin-bottom: -50px;
  }
  .main-image-2 {
    left: auto;
    bottom: -90px;
    width: 240px;
  }
}
@media (max-width: 1350px) {
  .advantage-title-4 {
    min-height: 60px;
  }
}
@media (max-width: 1199px) {
  .advantages-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 20px;
    height: auto;
  }
  .advantage-title {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .advantage-title-4 {
    min-height: 40px;
  }
  .advantage-description {
    font-size: 13px;
  }
  .advantage-main-card {
    grid-column: 2/span 2;
    grid-row: 2;
    min-height: 400px;
  }
  .main-image-1 {
    width: 440px;
    margin-bottom: -40px;
  }
  .main-image-2 {
    width: 190px;
    bottom: -70px;
  }
}
@media (max-width: 991px) {
  .advantages-container {
    padding: 30px 20px;
  }
  .advantages-title {
    font-size: 26px;
  }
  .advantages-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .advantage-main-card {
    grid-column: 1/span 2;
    grid-row: auto;
    min-height: 350px;
  }
  .advantage-title,
  .advantage-main-title {
    font-size: 16px;
  }
  .advantage-description,
  .advantage-main-description {
    font-size: 13px;
  }
  .main-image-1 {
    width: 400px;
    right: -15px;
    margin-bottom: -30px;
  }
  .main-image-2 {
    width: 170px;
    bottom: -55px;
  }
  .advantage-title-4 {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .advantages-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .advantage-main-card {
    grid-column: 1;
    min-height: 350px;
  }
  .advantages-container {
    padding: 20px 15px;
  }
  .advantages-title {
    font-size: 18px;
    margin-bottom: 20px;
    min-height: 0;
  }
  .advantage-title {
    font-size: 13px;
    min-height: 0;
  }
  .advantage-description {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .advantage-card {
    padding: 15px;
    min-height: 200px;
  }
  .advantage-main-card {
    min-height: 411px;
  }
  .advantage-main-card__cont {
    padding: 15px;
  }
  .advantage-main-title {
    width: 100%;
  }
  .advantage-main-description {
    width: 100%;
  }
  .main-image-1 {
    width: 270px;
    top: auto;
    bottom: 30px;
  }
  .main-image-2 {
    width: 100px;
    bottom: -28px;
    right: 0;
  }
  .shadow-effect.shadow-1 {
    width: 300px;
    height: 80px;
    left: 50%;
    transform: translateX(-50%) rotate(8deg);
  }
  .shadow-effect.shadow-2 {
    width: 80px;
    height: 25px;
    left: 60%;
    top: 500px;
  }
}
.advantage-card {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}
.advantage-card:nth-child(1) {
  animation-delay: 0.1s;
}
.advantage-card:nth-child(2) {
  animation-delay: 0.2s;
}
.advantage-card:nth-child(3) {
  animation-delay: 0.3s;
}
.advantage-card:nth-child(4) {
  animation-delay: 0.4s;
}

.advantage-main-card {
  opacity: 0;
  transform: translateX(30px);
  animation: fadeInRight 0.8s ease 0.5s forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.community-section {
  position: relative;
}
.community-section_container {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.community-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "logo-left logo-right" "text-left button-right";
  align-items: center;
  height: 520px;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  background: white;
  padding: 0 20px;
  gap: 22px 0;
}

.community-text {
  grid-area: text-left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.community-visual {
  grid-area: button-right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  position: relative;
}

.logo-container {
  grid-area: logo-left;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
}
.logo-container svg {
  width: 546px;
  height: 122px;
}
.logo-container.right-logo {
  grid-area: logo-right;
  justify-content: flex-end;
}
.logo-container.right-logo svg {
  width: 547px;
  height: 121px;
}

.text-content {
  max-width: 387px;
}
.text-content .text-pr {
  color: #313131;
  font-size: 18px;
  font-weight: 400;
  line-height: 19.8px;
}
.text-content .text-secondary {
  color: rgba(49, 49, 49, 0.4);
  font-size: 18px;
  font-weight: 400;
  line-height: 19.8px;
}

.community-button-container {
  grid-area: button-right;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}

.community-button {
  display: inline-flex;
  height: 52px;
  padding: 15px 30px;
  border-radius: 500px;
  outline: 1px #531628 solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #531628;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13.2px;
  text-decoration: none;
}
.community-button.absolute {
  position: absolute;
  z-index: 3;
  background: white;
  top: 50%;
  right: 20px;
}
.community-button:hover {
  background-color: #531628;
  color: white;
}

.community-image {
  position: absolute;
  bottom: 0;
  left: 54%;
  transform: translateX(-50%);
  width: 777px;
  height: 512px;
  z-index: 2;
  pointer-events: none;
}
.community-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mob-col {
  display: none !important;
}

@media (max-width: 1419px) {
  .community-content {
    height: 400px;
  }
  .logo-container svg {
    width: 450px;
    height: 100px;
  }
  .logo-container.right-logo svg {
    width: 451px;
    height: 99px;
  }
  .community-image {
    width: 588px;
    height: 382px;
  }
}
@media (max-width: 1199px) {
  .community-content {
    height: 400px;
  }
  .logo-container svg {
    width: 380px;
    height: 85px;
  }
  .logo-container.right-logo svg {
    width: 381px;
    height: 84px;
  }
  .text-content {
    max-width: 320px;
  }
  .community-image {
    width: 550px;
    height: 367px;
  }
}
@media (max-width: 991px) {
  .community-content {
    display: none;
  }
  .mob-col {
    display: flex !important;
  }
  .community-image {
    position: relative;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 500px;
    height: 333px;
    margin: 40px auto 0;
  }
  .text-content {
    max-width: 100%;
    display: block;
  }
  .community-section_container {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 15px 15px 0;
  }
}
@media (max-width: 767px) {
  .mob-col {
    gap: 20px !important;
  }
  .mob-col .text-content .text-pr,
  .mob-col .text-content .text-secondary {
    font-size: 16px;
    line-height: 18px;
  }
  .mob-col .community-button {
    padding: 12px 25px;
    font-size: 11px;
  }
  .mob-col svg {
    width: 270px;
    height: 29px;
  }
  .community-image {
    max-width: 400px;
    height: 267px;
    margin: 30px auto 0;
  }
}
@media (max-width: 480px) {
  .advantage-main-content {
    height: auto;
    gap: 30px;
  }
  .main-image-1 {
    width: 290px;
  }
  .main-image-2 {
    width: 90px;
    bottom: -25px;
  }
  .logo-container svg {
    width: 240px;
    height: 54px;
  }
  .logo-container.right-logo svg {
    width: 241px;
    height: 53px;
  }
  .community-image {
    max-width: 320px;
    height: 213px;
    margin: 25px auto 0;
  }
}
.community-text {
  animation-delay: 0.2s;
}

.community-visual {
  animation-delay: 0.4s;
}

.blog-container {
  background: white;
  border-radius: 20px;
  padding: 50px;
  height: auto;
  overflow: hidden;
}

.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.blog-title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  max-width: 488px;
  margin: 0;
}
.blog-title--type2 {
  max-width: 986px;
}

.blog-all-button {
  display: inline-flex;
  padding: 20px 30px;
  border-radius: 500px;
  outline: 1px #531628 solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #531628;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13.2px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-all-button:hover {
  background-color: #531628;
  color: white;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.blog-swiper {
  display: none;
  width: 100%;
}
.blog-swiper .swiper-wrapper {
  display: flex;
}
.blog-swiper .swiper-slide {
  height: auto;
  display: flex;
  width: auto;
}
.blog-swiper .blog-article {
  width: 300px;
  height: 100%;
}

.blog-article {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.blog-article:hover {
  transform: translateY(-5px);
}
.blog-article:hover .article-image img {
  transform: scale(1.05);
}
.blog-article:hover .article-image::before {
  opacity: 1;
}
.blog-article:hover .article-link .link-underline {
  color: white;
}

.article-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 26px;
  aspect-ratio: 310/335;
}
.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.article-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  justify-content: space-between;
}

.article-title {
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0 0 20px 0;
  max-width: 310px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-link {
  color: #313131;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13.2px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}

.link-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98px;
  height: 1px;
  background-color: #313131;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.article-link:hover .link-underline {
  background-color: #415729;
  width: 100%;
}

.blog-swiper-nav {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.blog-swiper-nav .swiper-button-next,
.blog-swiper-nav .swiper-button-prev {
  position: static;
  margin: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #415729;
  background: white;
  transition: all 0.3s ease;
}
.blog-swiper-nav .swiper-button-next::after,
.blog-swiper-nav .swiper-button-prev::after {
  font-size: 14px;
  color: #313131;
  font-weight: bold;
}
.blog-swiper-nav .swiper-button-next:hover,
.blog-swiper-nav .swiper-button-prev:hover {
  background: #415729;
}
.blog-swiper-nav .swiper-button-next:hover::after,
.blog-swiper-nav .swiper-button-prev:hover::after {
  color: white;
}
.blog-swiper-nav .swiper-button-next.swiper-button-disabled,
.blog-swiper-nav .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.blog-swiper-nav .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.blog-swiper-nav .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #415729;
  opacity: 0.3;
  transition: all 0.3s ease;
  margin: 0;
}
.blog-swiper-nav .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #313131;
  transform: scale(1.2);
}

@media (max-width: 1419px) {
  .blog-container {
    height: auto;
    padding: 40px 30px;
  }
  .blog-title {
    max-width: 400px;
    font-size: 26px;
  }
  .article-title {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .blog-container {
    padding: 30px 20px;
  }
  .blog-header {
    margin-bottom: 20px;
  }
  .blog-title {
    font-size: 24px;
    max-width: 381px;
  }
  .blog-all-button {
    padding: 15px 25px;
    font-size: 11px;
  }
  .article-image {
    height: 212px;
    margin-bottom: 20px;
  }
  .article-title {
    font-size: 13px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .blog-container {
    padding: 20px 15px;
  }
  .blog-header {
    display: grid;
    grid-template-columns: 320px 116px;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .blog-title {
    max-width: 320px;
    font-size: 20px;
  }
  .blog-all-button {
    margin-top: 10px;
  }
  .blog-grid {
    display: none;
  }
  .blog-grid--full {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .article-link {
    font-size: 10px;
  }
  .link-underline {
    width: 100%;
  }
  .blog-swiper {
    display: block;
  }
  .blog-swiper-nav {
    display: flex;
  }
  .article-image {
    height: 324px;
  }
  .article-title {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .blog-swiper .blog-article .article-content {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .blog-container {
    padding: 20px 15px;
  }
  .blog-header {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
    gap: 15px;
  }
  .blog-title {
    font-size: 18px;
    line-height: 1.3;
  }
  .article-title {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .blog-swiper-nav {
    margin-top: 25px;
  }
  .blog-swiper-nav .swiper-button-next,
  .blog-swiper-nav .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .blog-grid--full {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .blog-grid--full .article-image {
    height: auto;
  }
}
@media (max-width: 575px) {
  .blog-container {
    padding: 15px 10px;
    border-radius: 15px;
  }
  .blog-title {
    font-size: 18px;
  }
  .blog-all-button {
    padding: 12px 20px;
    font-size: 10px;
  }
  .article-image {
    height: auto;
    margin-bottom: 15px;
    border-radius: 15px;
  }
  .article-title {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .article-link {
    font-size: 11px;
  }
}
.article-image {
  position: relative;
  overflow: hidden;
}
.article-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(128, 128, 128, 0.2), rgba(200, 200, 200, 0.2));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.article-image:hover::before {
  opacity: 1;
}

.telegram-container {
  background: linear-gradient(114deg, white 0%, #bdbdbd 100%);
  border-radius: 12px;
  height: 156px;
  padding: 0 50px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.telegram-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
}

.telegram-title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  line-height: 33px;
  margin: 0;
  max-width: 351px;
}

.tg-qr {
  display: flex;
  gap: 40px;
  align-items: center;
}
.tg-qr img {
  height: 100px;
}

.telegram-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 225px;
}

.telegram-description {
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  text-align: left;
  max-width: 175px;
}

.telegram-button {
  display: inline-flex;
  padding: 15px 30px;
  height: 52px;
  border-radius: 500px;
  outline: 1px #531628 solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #531628;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13.2px;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 225px;
}
.telegram-button:hover {
  background-color: #531628;
  color: white;
}

.telegram-graphics {
  position: absolute;
  top: 0;
  width: 100%;
  height: 135%;
  pointer-events: none;
  display: flex;
  justify-content: center;
}

.graphic {
  position: absolute;
}
.graphic.graphic-1 {
  left: 449.56px;
  top: 117.85px;
}
.graphic.graphic-1 svg {
  width: 302px;
  height: 39px;
}
.graphic.graphic-2 {
  left: 438px;
  top: -30px;
}
.graphic.graphic-2 svg {
  width: 524px;
  height: 156px;
}
.graphic.graphic-3 {
  left: 442.28px;
  top: 48.04px;
}
.graphic.graphic-3 svg {
  width: 436px;
  height: 108px;
}
.graphic.graphic-4 {
  width: 203.71px;
  height: 72.15px;
  left: 461.95px;
  top: 180.73px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

@media (max-width: 1419px) {
  .telegram-container {
    padding: 0 40px;
    height: 140px;
  }
  .telegram-title {
    font-size: 26px;
    line-height: 1.3;
    max-width: 300px;
  }
  .graphic.graphic-1 {
    left: 400px;
    top: 100px;
  }
  .graphic.graphic-1 svg {
    width: 250px;
    height: 32px;
  }
  .graphic.graphic-2 {
    left: 380px;
    top: -20px;
  }
  .graphic.graphic-2 svg {
    width: 450px;
    height: 134px;
  }
  .graphic.graphic-3 {
    left: 390px;
    top: 40px;
  }
  .graphic.graphic-3 svg {
    width: 380px;
    height: 94px;
  }
  .graphic.graphic-4 {
    width: 180px;
    height: 64px;
    left: 410px;
    top: 160px;
  }
}
@media (max-width: 1199px) {
  .telegram-container {
    padding: 0 30px;
    height: 130px;
  }
  .telegram-title {
    font-size: 24px;
    max-width: 280px;
  }
  .telegram-description {
    font-size: 15px;
    max-width: 175px;
  }
  .telegram-button {
    min-width: 200px;
    padding: 12px 25px;
    font-size: 11px;
    height: 43px;
  }
  .graphic.graphic-1 {
    left: 350px;
    top: 90px;
  }
  .graphic.graphic-1 svg {
    width: 220px;
    height: 28px;
  }
  .graphic.graphic-2 {
    left: 320px;
    top: -15px;
  }
  .graphic.graphic-2 svg {
    width: 400px;
    height: 120px;
  }
  .graphic.graphic-3 {
    left: 330px;
    top: 35px;
  }
  .graphic.graphic-3 svg {
    width: 340px;
    height: 84px;
  }
  .graphic.graphic-4 {
    width: 160px;
    height: 56px;
    left: 350px;
    top: 140px;
  }
}
@media (max-width: 991px) {
  .telegram-container {
    padding: 25px 20px;
    height: auto;
    min-height: 140px;
  }
  .telegram-content {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .telegram-title {
    max-width: 100%;
    font-size: 22px;
    line-height: 1.3;
  }
  .telegram-info {
    align-items: start;
  }
  .telegram-description {
    max-width: 145px;
    font-size: 13px;
  }
  .telegram-graphics {
    width: 541px;
    right: -170px;
    height: 150%;
  }
  .telegram-graphics img {
    object-fit: cover;
    height: 200%;
    width: 100%;
    height: auto;
    object-position: left;
  }
  .tg-qr {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .telegram-container {
    padding: 25px 30px;
    min-height: 120px;
  }
  .telegram-title {
    font-size: 20px;
  }
  .telegram-button {
    min-width: 0;
    padding: 10px 20px;
    font-size: 10px;
  }
  .telegram-content {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .telegram-container {
    padding: 15px 10px;
    min-height: 110px;
  }
  .telegram-title {
    font-size: 18px;
  }
  .telegram-description {
    font-size: 13px;
  }
  .telegram-content {
    gap: 12px;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.footer {
  padding-bottom: 20px;
}

.footer-container {
  background: radial-gradient(ellipse 123.98% 210.16% at -4.32% -11.01%, #d2859c 0%, #531628 100%);
  border-radius: 20px;
  padding: 50px 50px 0;
  position: relative;
  overflow: hidden;
}

.footer-brand {
  margin-bottom: 45px;
}

.footer-logo {
  position: relative;
  margin-bottom: 20px;
}

.logo-graphic {
  position: absolute;
}
.logo-graphic.graphic-1 {
  left: 0.66px;
  top: 8.79px;
}
.logo-graphic.graphic-2 {
  left: 0;
  top: 0;
}
.logo-graphic.graphic-3 {
  left: 0.25px;
  top: 4.64px;
}
.logo-graphic.graphic-4 {
  left: 1.37px;
  top: 12.53px;
}

.logo-letters {
  display: flex;
  gap: 16px;
  margin-left: 44px;
}

.letter {
  color: white;
  font-size: 10px;
  font-weight: 400;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(3, 170px) 310px;
  justify-content: space-between;
  align-items: start;
}

.footer-column-title {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.footer-products {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.product-category-title {
  color: white;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}

.product-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-list li {
  margin-bottom: 8px;
}
.product-list a {
  color: white;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.product-list a:hover {
  opacity: 0.7;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav a {
  color: white;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer-nav a:hover {
  opacity: 0.7;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 300;
}

.contact-value {
  color: white;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.contact-value:hover {
  opacity: 0.7;
}
.contact-value[href^=mailto] {
  text-transform: none;
  font-size: 20px;
}

.social-buttons {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

/* Первая строка */
.social-buttons > *:nth-child(1) {
  grid-column: 1/span 2;
  grid-row: 1;
}

.social-buttons > *:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}

/* Вторая строка */
.social-buttons > *:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}

.social-buttons > *:nth-child(4) {
  grid-column: 2/span 2;
  grid-row: 2;
}

.social-button {
  display: inline-flex;
  padding: 8.5px 0;
  border-radius: 500px;
  outline: 1px rgba(255, 255, 255, 0.3) solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13.2px;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 0;
}
.social-button:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.footer-bottom {
  grid-column: 1/-1;
}

.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.09);
  margin-bottom: 20px;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 200;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer-links a:hover {
  opacity: 0.7;
}

.footer-large-logo {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 90px;
  width: 100%;
}
.footer-large-logo img {
  width: 100%;
}

.large-letter {
  color: white;
  font-size: 117px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 1419px) {
  .footer-container {
    grid-template-columns: 264px 224px 167px 288px;
    justify-content: space-between;
    align-items: start;
    padding: 30px 20px 0;
  }
  .footer-large-logo {
    margin-top: 73px;
  }
}
@media (max-width: 1199px) {
  .footer-container {
    grid-template-columns: 207px 182px 126px 258px;
    justify-content: space-between;
    align-items: start;
    padding: 30px 20px 0;
  }
}
@media (max-width: 991px) {
  .footer-container {
    grid-template-columns: 165px 181px 258px;
    gap: 30px;
    padding: 25px 30px 0;
  }
  .footer-column__nav {
    grid-column: 2;
    grid-row: 2;
  }
  .footer-products {
    gap: 20px;
  }
  .footer-links {
    display: grid;
    grid-template-columns: auto auto auto;
  }
  .large-letter {
    font-size: 60px;
    gap: 15px;
  }
  .logo-graphic {
    display: none;
  }
  .logo-letters {
    margin-left: 0;
    justify-content: center;
  }
  .footer-large-logo {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .footer-container {
    grid-template-columns: 1fr;
    padding: 15px 15px 0;
    gap: 15px;
  }
  .footer-column__nav {
    grid-column: 1;
    grid-row: 3;
  }
  .footer-brand {
    margin-bottom: 0;
  }
  .footer-column-title {
    font-size: 12px;
    margin-bottom: 15px;
    display: none;
  }
  .product-category-title {
    font-size: 14px;
  }
  .product-list a,
  .footer-nav a {
    font-size: 14px;
  }
  .contact-value {
    font-size: 18px;
  }
  .social-button {
    padding: 12px;
    font-size: 11px;
  }
  .footer-links {
    grid-template-columns: 1fr;
  }
  .footer-links a {
    font-size: 12px;
  }
  .large-letter {
    font-size: 40px;
    gap: 10px;
  }
  .footer-copyright {
    font-size: 12px;
    display: none;
  }
}
@media (max-width: 480px) {
  .footer-products {
    gap: 15px;
  }
  .product-category-title {
    font-size: 13px;
  }
  .contact-value {
    font-size: 14px;
  }
  .social-button {
    padding: 10px;
    font-size: 10px;
  }
  .large-letter {
    font-size: 30px;
    gap: 8px;
  }
  .footer-links {
    gap: 8px;
  }
  .footer-links a {
    font-size: 11px;
  }
}
.carousel-container {
  width: 100%;
}

.swiper-slide-car {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
}

.product-image2 {
  transition: all 0.3s ease;
  margin-bottom: 10px;
  /* border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
  width: 100%;
}

.product-info2 {
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  max-width: 360px;
  margin: 0 auto;
}

.product-title2 {
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.product-description2 {
  color: rgba(49, 49, 49, 0.7);
  font-size: 14px;
  font-weight: 300;
}

.swiper-slide-active .product-info2 {
  opacity: 1;
}

.hero-about-section.hero-about-section--brand .hero-about-image img {
  scale: 1;
}
.hero-about-section.hero-about-section--brand .hero-title {
  max-width: 485px;
}
.hero-about-section.hero-about-section--brand .hero-title--colortec {
  max-width: 606px;
}
.hero-about-section.hero-about-section--brand .hero-title--colortec .title-secondary--col2 {
  max-width: 493px;
}
.hero-about-section.hero-about-section--brand .hero-title--colortec .title-secondary--col3 {
  max-width: 473px;
}
.hero-about-section.hero-about-section--brand .title-primary {
  margin-bottom: 30px;
}
.hero-about-section.hero-about-section--brand .title-secondary {
  font-size: 18px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 200;
  line-height: 1.3;
}
.hero-about-section.hero-about-section--brand .title-secondary:last-child {
  margin-bottom: 0;
}
.hero-about-section .hero-about-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: 620px;
}
.hero-about-section .hero-about-content {
  background: radial-gradient(ellipse 226.06% 257.2% at 168.77% -50.4%, #d2859c 0%, #531628 100%);
  border-radius: 20px;
  padding: 50px 30px 50px 50px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-about-section .hero-title {
  max-width: 609px;
  margin-top: auto;
  font-size: 44px;
}
.hero-about-section .title-primary {
  color: white;
  font-weight: 300;
  line-height: 1.1;
  display: block;
}
.hero-about-section .title-secondary {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
  line-height: 1.1;
  display: block;
}
.hero-about-section .hero-logo {
  width: 100px;
  margin-bottom: 25px;
}
.hero-about-section .hero-logo img {
  width: 100%;
  height: auto;
}
.hero-about-section .logo-letter {
  color: white;
  font-size: 10px;
  font-weight: 400;
}
.hero-about-section .hero-about-image {
  background: #f7f3f0;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.hero-about-section .hero-about-image img {
  width: 100%;
  height: 100%;
  scale: 1.2;
}
@media (max-width: 1419px) {
  .hero-about-section.hero-about-section--brand .title-primary {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .hero-about-section.hero-about-section--brand .title-secondary {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .hero-about-section .hero-about-container {
    height: 560px;
  }
  .hero-about-section .hero-about-content {
    padding: 40px;
  }
  .hero-about-section .hero-title {
    max-width: 525px;
    font-size: 40px;
  }
  .hero-about-section .hero-logo {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .hero-about-section.hero-about-section--brand .title-primary {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .hero-about-section.hero-about-section--brand .title-secondary {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .hero-about-section .hero-about-container {
    height: 500px;
    gap: 15px;
  }
  .hero-about-section .hero-about-content {
    padding: 30px;
  }
  .hero-about-section .hero-title {
    font-size: 35px;
    max-width: 427px;
  }
  .hero-about-section .breadcrumb-link,
  .hero-about-section .breadcrumb-separator,
  .hero-about-section .breadcrumb-current {
    font-size: 13px;
  }
  .hero-about-section .hero-logo {
    gap: 12px;
  }
}
@media (max-width: 991px) {
  .hero-about-section.hero-about-section--brand .title-primary {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .hero-about-section.hero-about-section--brand .title-secondary {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .hero-about-section.hero-about-section--brand .hero-about-content {
    height: 376px;
    padding: 25px;
  }
  .hero-about-section.hero-about-section--brand .hero-about-image {
    height: 100%;
  }
  .hero-about-section .hero-about-container {
    height: auto;
    gap: 20px;
  }
  .hero-about-section .hero-about-content {
    height: 400px;
    padding: 25px;
  }
  .hero-about-section .hero-about-image {
    height: 400px;
  }
  .hero-about-section .hero-title {
    max-width: 100%;
    font-size: 28px;
  }
  .hero-about-section .hero-logo {
    position: static;
    justify-content: center;
    margin-bottom: 20px;
  }
  .hero-about-section .logo-letter::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-about-section.hero-about-section--brand .title-primary {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .hero-about-section.hero-about-section--brand .title-secondary {
    font-size: 12px;
    margin-bottom: 10px;
    max-width: 300px;
  }
  .hero-about-section.hero-about-section--brand .hero-about-content {
    height: 376px;
    padding: 15px;
  }
  .hero-about-section.hero-about-section--brand .hero-about-image {
    height: 100%;
  }
  .hero-about-section .hero-about-container {
    grid-template-columns: 1fr;
    height: auto;
    gap: 20px;
  }
  .hero-about-section .hero-about-content {
    height: 350px;
    padding: 20px;
  }
  .hero-about-section .hero-about-image {
    height: auto;
    aspect-ratio: 300/250;
    width: 100%;
  }
  .hero-about-section .hero-title {
    font-size: 20px;
    max-width: 271px;
  }
  .hero-about-section .breadcrumb-link,
  .hero-about-section .breadcrumb-separator,
  .hero-about-section .breadcrumb-current {
    font-size: 12px;
  }
  .hero-about-section .hero-logo {
    gap: 10px;
    margin-bottom: 15px;
  }
  .hero-about-section .logo-letter {
    font-size: 9px;
  }
}
@media (max-width: 480px) {
  .hero-about-section .hero-about-content {
    height: 300px;
    padding: 15px;
  }
  .hero-about-section .breadcrumbs {
    gap: 5px;
  }
  .hero-about-section .breadcrumb-link,
  .hero-about-section .breadcrumb-separator,
  .hero-about-section .breadcrumb-current {
    font-size: 11px;
  }
  .hero-about-section .logo-letter {
    font-size: 8px;
  }
}
.hero-about-section .hero-about-content {
  opacity: 0;
  transform: translateX(-30px);
  animation: fadeInLeft 0.8s ease forwards;
}
.hero-about-section .hero-about-image {
  opacity: 0;
  transform: translateX(30px);
  animation: fadeInRight 0.8s ease 0.3s forwards;
}
@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.hero-about-section .hero-about-content {
  transition: transform 0.3s ease;
}
.hero-about-section .hero-about-content:hover {
  transform: translateY(-5px);
}
.hero-about-section .hero-about-image {
  transition: transform 0.3s ease;
}
.hero-about-section .hero-about-image img {
  transition: transform 0.5s ease;
}

.values-container {
  background: white;
  border-radius: 20px;
  padding: 50px;
}

.values-title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 250px 1fr;
  gap: 25px;
}

.value-card {
  background: #f8f8f8;
  border-radius: 20px;
  padding: 25px 10px 20px 20px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.value-card.large-card {
  grid-column: 2/span 2;
  grid-row: 2;
  position: relative;
  overflow: hidden;
}
.value-card.large-card .value-description {
  max-width: 383px;
}
.value-card.large-card .ce {
  position: absolute;
  right: 0;
  top: 0;
  width: 411px;
  height: 100%;
  background: url("/assets/img/CE.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.value-icon {
  margin-bottom: 60px;
}

.icon-circle {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(65, 87, 41, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-circle svg {
  width: 20px;
  height: 20px;
}

.value-title {
  color: #313131;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 15px;
}
.value-title .title-bold {
  font-weight: 600;
}

.value-description {
  color: rgba(49, 49, 49, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
.value-description:last-child {
  margin-bottom: 0;
}

.value-image-card {
  grid-column: 3/span 2;
  grid-row: 1;
  border-radius: 20px;
  overflow: hidden;
}
.value-image-card .value-description:nth-child(2) {
  margin-bottom: 0;
}
.value-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.value-image-card:hover img {
  transform: scale(1.05);
}

.value-card:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.value-card:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.value-card:nth-child(2) .value-description {
  max-width: 200px;
}

.value-card:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}
.value-card:nth-child(4) .value-description {
  max-width: 210px;
}

.value-card:nth-child(6) {
  grid-column: 4;
  grid-row: 2;
}

@media (max-width: 1500px) {
  .values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 270px 1fr;
    gap: 25px;
  }
}
@media (max-width: 1419px) {
  .values-container {
    padding: 40px 30px;
  }
  .value-icon {
    margin-bottom: 40px;
  }
  .values-grid {
    gap: 20px;
  }
  .value-title {
    font-size: 15px;
  }
  .values-title {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .value-description {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .values-container {
    padding: 30px 20px;
  }
  .values-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .values-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    grid-template-rows: auto auto;
  }
  .value-image-card {
    grid-column: 3;
  }
  .value-card:nth-child(1) .value-description {
    max-width: 222px;
  }
  .value-card:nth-child(2) .value-description,
  .value-card:nth-child(4) .value-description {
    max-width: 174px;
  }
  .value-card.large-card .ce {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 48px;
    height: 40px;
    background: url("/assets/img/CE-s.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .value-card:nth-child(5) {
    grid-column: 2;
  }
  .value-card:nth-child(6) {
    grid-column: 3;
  }
  .value-card {
    padding: 20px 20px 15px;
  }
  .value-icon {
    margin-bottom: 40px;
  }
  .value-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .value-description {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .values-container {
    padding: 20px 15px;
  }
  .values-title {
    font-size: 20px;
  }
  .values-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .value-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .value-card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .value-card:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }
  .value-card:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
  }
  .value-card.large-card {
    grid-column: 2;
  }
  .value-image-card {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (max-width: 767px) {
  .values-container {
    padding: 20px 15px;
  }
  .values-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .values-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    grid-template-rows: auto;
  }
  .value-card {
    padding: 15px;
  }
  .value-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .value-card:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .value-card:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
  }
  .value-card:nth-child(6) {
    grid-column: 1;
    grid-row: 5;
  }
  .value-card.large-card {
    grid-column: 1;
    grid-row: 3;
  }
  .value-image-card {
    grid-column: 1;
    grid-row: 6;
  }
  .value-icon {
    margin-bottom: 30px;
  }
  .value-title {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .value-description {
    font-size: 12px;
  }
  .value-image-card {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .values-grid {
    gap: 12px;
  }
  .value-icon {
    margin-bottom: 25px;
  }
  .value-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .value-description {
    font-size: 11px;
  }
  .value-image-card {
    height: 150px;
  }
}
.value-image-card {
  opacity: 0;
  animation: fadeIn 0.8s ease 0.3s forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.icon-circle {
  transition: all 0.3s ease;
}

.values-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 620px;
  gap: 20px;
}
@media (max-width: 1199px) {
  .values-tabs {
    height: 421px;
  }
  .values-tabs .values-tabs__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .values-tabs {
    min-height: 321px;
    height: 321px;
  }
  .values-tabs .values-tabs__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .values-tabs .values-tabs__content {
    min-height: 0;
  }
  .values-tabs .values-tab__name {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .values-tabs {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .values-tabs__container {
    background: white;
    border-radius: 20px;
    overflow: hidden;
  }
  .values-tabs {
    padding: 20px 15px;
    gap: 0;
  }
}
.values-tabs__visual {
  position: relative;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 767px) {
  .values-tabs__visual {
    order: 2;
  }
}
@media (max-width: 767px) {
  .values-tabs__visual {
    height: 300px;
    min-height: 300px;
  }
}

.values-tabs__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.values-tabs__content {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .values-tabs__content {
    padding: 25px 30px;
  }
}
@media (max-width: 991px) {
  .values-tabs__content {
    order: 1;
    padding: 30px 20px;
    height: auto;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .values-tabs__content {
    padding: 0;
    border-radius: 0;
  }
}

.values-tabs__title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
}
.values-tabs__title span {
  color: rgba(49, 49, 49, 0.4);
}
@media (max-width: 1199px) {
  .values-tabs__title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .values-tabs__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.values-tabs__navigation {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 590px;
}

.values-tab {
  display: flex;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}
.values-tab:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.values-tab:last-child {
  border-bottom: 0;
}
.values-tab.active .values-tab__name {
  color: #313131;
}
.values-tab:not(.active) .values-tab__name {
  color: rgba(49, 49, 49, 0.4);
}
.values-tab:hover:not(.active) .values-tab__name {
  color: rgba(49, 49, 49, 0.6);
}

.values-tab__name {
  font-size: 25px;
  font-weight: 400;
  line-height: 27.5px;
  transition: color 0.3s ease;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 1199px) {
  .values-tab__name {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .values-tab__name {
    font-size: 18px;
  }
}

.values-tabs-swiper {
  width: 100%;
  height: 100%;
}
.values-tabs-swiper .swiper-slide {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.values-tabs-swiper .swiper-slide-active {
  opacity: 1;
}
.values-tabs-swiper .swiper-pagination {
  display: none;
}

@media (max-width: 480px) {
  .values-tabs {
    height: auto;
    padding: 20px 15px;
  }
  .values-tabs__content {
    padding: 0;
    min-height: 350px;
    border-radius: 0;
  }
  .values-tabs__title {
    font-size: 20px;
  }
  .values-tab__name {
    font-size: 16px;
  }
  .values-tabs__navigation {
    max-width: 100%;
  }
}
.production-section .swiper-pagination.production-pagination {
  width: calc(50% - 10px);
  right: 0;
  left: auto;
  display: flex;
  justify-content: center;
  bottom: 30px;
}
.production-section .swiper-pagination.production-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 30px;
  height: 10px;
  border-radius: 500px;
  opacity: 1;
}
.production-section .swiper-pagination.production-pagination .swiper-pagination-bullet {
  background: rgb(255, 255, 255);
  opacity: 0.7;
}

.production-slider {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  min-height: 620px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .production-slider {
    grid-template-columns: 1fr;
  }
}

.production-content {
  background: white;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.production-content__logo {
  height: 25px;
  width: 48px;
  margin-bottom: 30px;
  position: absolute;
  top: 40px;
  left: 40px;
}
@media (max-width: 1199px) {
  .production-content {
    padding: 40px 30px;
  }
  .production-content__logo {
    height: 20px;
    width: 36px;
    margin-bottom: 30px;
    position: absolute;
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 991px) {
  .production-content {
    padding: 30px 20px;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .production-content__logo {
    height: 15px;
    width: 28px;
    margin-bottom: 30px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .production-content .scroll-hint {
    margin-top: 45px;
  }
}

.production-text {
  margin-bottom: 40px;
}

.production-title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
}
.production-title span {
  color: rgba(49, 49, 49, 0.4);
}
@media (max-width: 1199px) {
  .production-title {
    font-size: 26px;
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .production-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .production-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.production-subtitle {
  color: #313131;
  font-size: 15px;
  font-weight: 400;
  line-height: 16.5px;
}

.production-navigation {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .production-navigation {
    display: none;
  }
}

.production-prev,
.production-next {
  width: 73px;
  height: 21px;
  border-radius: 5px;
  border: 1px #531628 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  transition: all 0.3s ease;
}
.production-prev:hover,
.production-next:hover {
  background-color: #844759;
}
.production-prev:hover svg path,
.production-next:hover svg path {
  fill: white;
}
.production-prev svg,
.production-next svg {
  width: 10px;
  height: 8px;
}

.production-next {
  background: #531628;
}
.production-next svg path {
  fill: white;
}
.production-next:hover {
  background: #844759;
}

.production-visual {
  position: relative;
  background: #f8f8f8;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .production-visual {
    height: 400px;
  }
}

.production-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.production-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;

  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 10;
}
.collection-card--type2:nth-child(1) .card-l--type2 .card-description {
    max-width: 289px;
}
.collection-card--type2:nth-child(1) .card-image img {
    height: 240px;
}
 .col-xs-12 main{
		padding: 0px !important;
	}
  .bx-auth-serv-icons{
    display: none;
  }
@media (max-width: 767px) {
  .production-section .swiper-pagination.production-pagination {
    left: auto;
    right: auto;
    width: calc(100% - 10px);
  }
}

.production-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 9999px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.production-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background: white;
  border-radius: 500px;
}

.production-swiper {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.production-swiper .swiper-slide {
  display: grid;
  min-height: 620px;
}
@media (max-width: 991px) {
  .production-swiper .swiper-slide {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .production-slider {
    min-height: auto;
  }
  .production-swiper .swiper-slide {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .production-swiper {
    padding: 15px !important;
    background: white;
    border-radius: 20px;
    overflow: hidden;
  }
  .production-swiper .swiper-slide {
    background: white;
  }
  .production-content {
    padding: 0;
    min-height: 220px;
    border-radius: 0;
    justify-content: start;
  }
  .production-text {
    margin-bottom: 0;
    max-width: 277px;
  }
  .production-title {
    font-size: 18px;
  }
  .production-subtitle {
    font-size: 13px;
  }
  .production-prev,
  .production-next {
    width: 60px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  .production-visual {
    height: 250px;
  }
  .production-title {
    font-size: 18px;
  }
  .production-pagination {
    bottom: 20px;
  }
}
.cooperation-section__container {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.cooperation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  min-height: 600px;
  position: relative;
}
@media (max-width: 1419px) {
  .cooperation {
    grid-template-columns: 1fr 1fr;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .cooperation {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

.cooperation__visual {
  position: relative;
  background: #f8f8f8;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cooperation__visual {
    height: 300px;
    border-radius: 20px 20px 0 0;
  }
}

.cooperation__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cooperation__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}

.cooperation__title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 29px;
  max-width: 437px;
}
@media (max-width: 1199px) {
  .cooperation__title {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .cooperation__title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .cooperation__title {
    font-size: 22px;
    margin-bottom: 20px;
    max-width: 100%;
  }
}

.cooperation__description {
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
  max-width: 409px;
}
.cooperation__description:last-of-type {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .cooperation__description {
    font-size: 13px;
    margin-bottom: 10px;
    max-width: 277px;
  }
}
@media (max-width: 767px) {
  .cooperation__description {
    font-size: 12px;
    max-width: 100%;
  }
  .cooperation__description:last-of-type {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .cooperation__description {
    font-size: 14px;
  }
}

.cooperation__button {
  display: inline-flex;
  padding: 15px 30px;
  border-radius: 500px;
  outline: 1px #531628 solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #531628;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13.2px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
}
.cooperation__button:hover {
  background-color: #531628;
  color: white;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .cooperation__button {
    padding: 12px 25px;
    font-size: 11px;
    width: 100%;
  }
}

.cooperation__decoration {
  position: absolute;
  width: 1137.8px;
  height: 1162.14px;
  right: -789.8px;
  bottom: -873.14px;
  transform: rotate(180deg);
  border-radius: 20px;
  opacity: 0.1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .cooperation__decoration {
    display: none;
  }
}

@media (max-width: 991px) {
  .cooperation {
    gap: 40px;
  }
  .cooperation__content {
    padding: 22px 8px 21px 0;
  }
}
@media (max-width: 767px) {
  .cooperation {
    grid-template-columns: 1fr;
    padding: 15px;
    gap: 25px;
  }
  .cooperation__visual {
    order: 2;
    border-radius: 20px;
  }
  .cooperation__content {
    order: 1;
    padding: 0;
  }
  .cooperation__title {
    font-size: 20px;
  }
  .cooperation__description {
    font-size: 14px;
  }
  .cooperation__description:last-of-type {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .cooperation__content {
    padding: 30px 15px;
  }
  .cooperation__title {
    font-size: 18px;
  }
  .cooperation__description {
    font-size: 13px;
  }
  .cooperation__button {
    padding: 10px 20px;
    font-size: 10px;
  }
}
.certificates-section__container {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.certificates {
  padding: 45px 50px 50px 50px;
  position: relative;
}
@media (max-width: 1199px) {
  .certificates {
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .certificates {
    padding: 25px 30px;
  }
}
@media (max-width: 767px) {
  .certificates {
    padding: 30px 20px;
  }
}

.certificates__title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 56px;
  max-width: 574px;
}
@media (max-width: 1199px) {
  .certificates__title {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .certificates__title {
    font-size: 20px;
    margin-bottom: 20px;
    max-width: 375px;
  }
}
@media (max-width: 767px) {
  .certificates__title {
    font-size: 22px;
    margin-bottom: 30px;
    max-width: 100%;
  }
}

.certificates-swiper {
  width: 100%;
  overflow: hidden;
}
.certificates-swiper .swiper-wrapper {
  align-items: stretch;
}

.swiper-slide.certificate-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
  justify-content: center;
}

.certificate__image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 26px;
  transition: box-shadow 0.3s ease;
  aspect-ratio: 310/335;
}
.certificate__image img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.certificate__name {
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 14px;
  max-width: 240px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .certificate__name {
    font-size: 14px;
    min-height: 36px;
  }
}

.certificate__link {
  color: #313131;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13.2px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}
.certificate__link:hover {
  color: #415729;
}
.certificate__link:hover::after {
  background-color: #415729;
  width: 100%;
}
.certificate__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 91px;
  height: 1px;
  background-color: #313131;
  transition: all 0.3s ease;
}

.certificates-navigation {
  position: absolute;
  top: 85px;
  right: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
}
@media (max-width: 991px) {
  .certificates-navigation {
    display: none;
  }
}

.certificates-prev,
.certificates-next {
  width: 73px;
  height: 21px;
  border-radius: 5px;
  border: 1px #531628 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  transition: all 0.3s ease;
}
.certificates-prev:hover,
.certificates-next:hover {
  background-color: #531628;
}
.certificates-prev:hover svg path,
.certificates-next:hover svg path {
  fill: white;
}
.certificates-prev svg,
.certificates-next svg {
  width: 10px;
  height: 8px;
}
.certificates-prev.swiper-button-disabled,
.certificates-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.certificates-prev.swiper-button-disabled:hover,
.certificates-next.swiper-button-disabled:hover {
  background: transparent;
}
.certificates-prev.swiper-button-disabled:hover svg path,
.certificates-next.swiper-button-disabled:hover svg path {
  fill: #531628;
}

.certificates-next {
  background: #531628;
}
.certificates-next svg path {
  fill: white;
}
.certificates-next:hover:not(.swiper-button-disabled) {
  background: #844759;
}

@media (max-width: 1419px) {
  .certificates {
    padding: 45px 40px 50px 40px;
  }
}
@media (max-width: 1199px) {
  .certificates {
    padding: 25px 30px;
  }
  .certificates-navigation {
    top: 40px;
    right: 30px;
  }
  .certificate__image {
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .certificate__name {
    font-size: 14px;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .certificates {
    padding: 15px;
  }
  .swiper-slide.certificate-slide {
    width: 230px;
  }
  .certificates__title {
    max-width: 245px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .certificate__name {
    font-size: 13px;
    max-width: 180px;
  }
  .certificates-prev,
  .certificates-next {
    width: 60px;
    height: 18px;
  }
}
.faq-section__container {
  background: white;
  border-radius: 20px;
  overflow: hidden;
}

.faq {
  padding: 45px 50px 50px 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1199px) {
  .faq {
    padding: 40px 30px;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .faq {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .faq {
    padding: 30px 20px;
  }
}

.faq__title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  max-width: 275px;
}
@media (max-width: 1199px) {
  .faq__title {
    font-size: 26px;
    max-width: 240px;
  }
}
@media (max-width: 991px) {
  .faq__title {
    font-size: 20px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .faq__title {
    font-size: 22px;
  }
}

.faq-accordion {
  width: 100%;
  max-width: 670px;
}
.faq-accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.faq-accordion .accordion-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.faq-accordion .accordion-item.hidden {
  display: none;
}
.faq-accordion .accordion-header {
  margin-bottom: 0;
}
.faq-accordion .accordion-button {
  background: transparent;
  border: none;
  padding: 25px 40px 25px 0;
  color: #313131;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  transition: all 0.3s ease;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: #313131;
  background: transparent;
  box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_589_1622)'%3E%3Cpath d='M20.8062 10.4968H0.1875M10.4969 0.1875V20.8062' stroke='%23415729' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_589_1622'%3E%3Crect width='21' height='21' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.faq-accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.faq-accordion .accordion-button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_589_1622)'%3E%3Cpath d='M20.8062 10.4968H0.1875M10.4969 0.1875V20.8062' stroke='%23415729' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_589_1622'%3E%3Crect width='21' height='21' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.faq-accordion .accordion-button:hover {
  color: #415729;
}
.faq-accordion .accordion-body {
  padding: 0 40px 25px 0;
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.faq-accordion .accordion-body p {
  margin-bottom: 15px;
}
.faq-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion-body ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
.faq-accordion .accordion-body ul li {
  margin-bottom: 8px;
}

.faq__more {
  margin-top: 40px;
  display: flex;
  justify-content: start;
}
@media (max-width: 991px) {
  .faq__more {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .faq__more {
    text-align: center;
    justify-content: center;
  }
}

.faq__more-btn {
  display: inline-flex;
  padding: 15px 30px;
  border-radius: 500px;
  outline: 1px #531628 solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #531628;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13.2px;
  text-decoration: none;
  transition: all 0.3s ease;
  background: transparent;
  border: none;
  cursor: pointer;
}
.faq__more-btn:hover {
  background-color: #531628;
  color: white;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .faq__more-btn {
    padding: 12px 25px;
    font-size: 11px;
  }
}
.faq__more-btn.hidden {
  display: none;
}

@media (max-width: 1199px) {
  .faq-accordion .accordion-button {
    font-size: 16px;
    padding: 20px 40px 20px 0;
  }
  .faq-accordion .accordion-body {
    font-size: 15px;
    padding: 0 40px 20px 0;
  }
}
@media (max-width: 767px) {
  .faq-accordion .accordion-button {
    font-size: 15px;
    padding: 18px 35px 18px 0;
    padding-right: 35px;
  }
  .faq-accordion .accordion-body {
    font-size: 14px;
    padding: 0 35px 18px 0;
  }
  .faq-accordion .accordion-button::after {
    right: 5px;
  }
  .faq__more {
    margin-top: 30px;
    width: 100%;
  }
  .faq__more-btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .faq {
    padding: 25px 15px;
  }
  .faq__title {
    font-size: 20px;
  }
  .faq-accordion .accordion-button {
    font-size: 14px;
    padding: 15px 30px 15px 0;
  }
  .faq-accordion .accordion-body {
    font-size: 13px;
    padding: 0 30px 15px 0;
  }
}
.scroll-hint {
  width: 116px;
  height: 14px;
  opacity: 0.5;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scroll-hint__text {
  color: #313131;
  font-size: 10px;
  font-family: "Manrope";
  font-weight: 400;
  line-height: 11px;
  word-wrap: break-word;
}
.scroll-hint--dark .scroll-hint__text {
  color: #ffffff;
}
.scroll-hint--dark svg path {
  stroke: #ffffff;
}
.scroll-hint--large {
  width: 140px;
  height: 18px;
  transform: scale(1.2);
}
.scroll-hint--large .scroll-hint__text {
  font-size: 12px;
  line-height: 14px;
  top: 1px;
}
.scroll-hint--large .scroll-hint__svg-wrapper--circle {
  left: 115px;
}
.scroll-hint--large .scroll-hint__svg-wrapper--line {
  left: 120px;
  top: 8px;
}
.scroll-hint--large .scroll-hint__svg-wrapper--arrow {
  left: 126px;
  top: 5px;
}
.scroll-hint--high-opacity {
  opacity: 0.85;
}
.scroll-hint--pulse {
  animation: scrollHintPulse 2s infinite;
}
@keyframes scrollHintPulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
}
.scroll-hint--animated .scroll-hint__svg-wrapper--arrow {
  animation: scrollHintArrow 1.5s infinite;
}
@keyframes scrollHintArrow {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2px);
  }
}

.product-line-section__container {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  padding: 45px 50px 50px;
}
@media (max-width: 1419px) {
  .product-line-section__container {
    padding: 35px 40px;
  }
}
@media (max-width: 1199px) {
  .product-line-section__container {
    padding: 25px 30px;
  }
}
@media (max-width: 767px) {
  .product-line-section__container {
    padding: 20px 15px;
  }
}
.product-line-section__title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .product-line-section__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .product-line-section__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-line-section__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.product-line-section__filters {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-line-section__filters::-webkit-scrollbar {
  height: 0;
}
.product-line-section__filters {
  mask-image: linear-gradient(to right, transparent 0%, black 10px, black calc(100% - 10px), transparent 100%);
}
@supports (scrollbar-width: none) {
  .product-line-section__filters {
    mask-image: none;
  }
}
@media (max-width: 1199px) {
  .product-line-section__filters {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-line-section__filters {
    margin-bottom: 15px;
    overflow: auto;
  }
}
.product-line-section__filter {
  color: rgba(49, 49, 49, 0.4);
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: color 0.3s ease;
  flex-shrink: 0;
}
.product-line-section__filter:hover {
  color: rgba(49, 49, 49, 0.6);
}
.product-line-section__filter.active {
  color: #531628;
}
@media (max-width: 1419px) {
  .product-line-section__filter {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .product-line-section__filter {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .product-line-section__filter {
    font-size: 12px;
  }
}
.product-line-section__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.product-line-section__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}
.product-line-section__image-container {
  width: 100%;
  height: auto;
  background: #f8f8f8;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s ease;
  aspect-ratio: 310/335;
  position: relative;
}
.product-line-section .tag {
  padding: 5px 10px;
  border-radius: 7px;
  outline: 1px rgba(81, 20, 38, 0.2) solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  display: inline-flex;
  position: absolute;
  left: 15px;
  top: 15px;
}
.product-line-section .tag__text {
  color: #511426;
  font-size: 15px;
  font-family: "Manrope";
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
}
.product-line-section__image {
  width: 75%;
  height: auto;
  object-fit: contain;
}
.product-line-section__image.small {
  width: 162px;
  height: 162px;
}
.product-line-section__product-name {
  color: #313131;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 7px;
  max-width: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1419px) {
  .product-line-section__product-name {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .product-line-section__product-name {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .product-line-section__product-name {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-line-section__product-name {
    font-size: 16px;
  }
}
.product-line-section__description {
  color: rgba(49, 49, 49, 0.7);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 12px;
  max-width: 310px;
  min-height: 57px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .product-line-section__description {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .product-line-section__description {
    font-size: 12px;
  }
}
.product-line-section__volume {
  color: rgba(49, 49, 49, 0.7);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .product-line-section__volume {
    font-size: 13px;
  }
}

@media (max-width: 1419px) {
  .product-line-section__product-name {
    max-width: 280px;
  }
  .product-line-section__description {
    max-width: 280px;
  }
}
@media (max-width: 1199px) {
  .product-line-section__grid {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .product-line-section__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .product-line-section__product-name {
    font-size: 16px;
    max-width: 250px;
  }
  .product-line-section__description {
    font-size: 12px;
    max-width: 250px;
  }
  .product-line-section__volume {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .product-line-section__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0 auto;
  }
  .product-line-section__image-container {
    aspect-ratio: auto;
    height: 220px;
  }
  .product-line-section__image {
    width: 150px;
  }
  .product-line-section__product-name {
    font-size: 18px;
    max-width: 310px;
  }
  .product-line-section__description {
    font-size: 14px;
  }
  .product-line-section__volume {
    font-size: 14px;
  }
}
.production__container {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  padding: 50px;
}
@media (max-width: 1199px) {
  .production__container {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .production__container {
    padding: 30px 20px;
  }
}
.production__breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .production__breadcrumbs {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .production__breadcrumbs {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .production__breadcrumbs {
    margin-bottom: 10px;
  }
}
.production__breadcrumb-item {
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.production__breadcrumb-item:hover {
  opacity: 0.7;
}
.production__breadcrumb-item.active {
  color: rgba(49, 49, 49, 0.4);
}
.production__title {
  color: #313131;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
  max-width: 640px;
}
@media (max-width: 1419px) {
  .production__title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 25px;
    max-width: 743px;
  }
}
@media (max-width: 1199px) {
  .production__title {
    font-size: 35px;
    max-width: 516px;
  }
}
@media (max-width: 991px) {
  .production__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .production__title {
    font-size: 20px;
  }
}
.production__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.production__card {
  background: #f8f8f8;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.production__image-container {
  width: 100%;
  background: linear-gradient(179deg, #9ba2ab 0%, #f3f3f3 86%);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 400/264;
}
.production__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.production__card-content {
  padding: 20px 0 15px;
  text-align: center;
  max-width: 330px;
  height: 100%;
  flex: 1 0;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.production__text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.production__card-title {
  color: #313131;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1419px) {
  .production__card-title {
    font-size: 18px;
    margin-bottom: 7px;
  }
}
@media (max-width: 1199px) {
  .production__card-title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .production__card-title {
    font-size: 14px;
    min-height: 40px;
  }
}
@media (max-width: 767px) {
  .production__card-title {
    min-height: 0;
  }
}
.production__card-description {
  color: rgba(49, 49, 49, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 30px;
  min-height: 40px;
}
@media (max-width: 1419px) {
  .production__card-description {
    font-size: 13px;
    min-height: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .production__card-description {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.production__card-link {
  color: #313131;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13.2px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  transition: color 0.3s ease;
  width: min-content;
}
.production__card-link:hover {
  color: #415729;
}
.production__card-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 73px;
  height: 1px;
  background-color: #313131;
  transition: all 0.3s ease;
}

@media (max-width: 1419px) {
  .production__container {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .production__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .production__container {
    padding: 30px;
  }
  .production__card-description {
    font-size: 11px;
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .production__grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 0 auto;
  }
  .production__container {
    padding: 30px 20px;
  }
  .production__title {
    font-size: 20px;
    margin-bottom: 20px;
    max-width: 400px;
  }
  .production__breadcrumb-item {
    font-size: 13px;
  }
}
.collection-container {
  background: white;
  border-radius: 20px;
  padding: 50px;
}
@media (max-width: 1419px) {
  .collection-container {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .collection-container {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .collection-container {
    padding: 15px;
  }
}

.collection-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1199px) {
  .collection-grid {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .collection-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.collection-card {
  background: #f8f8f8;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.collection-card--type2 .card-title {
  max-width: 290px;
}
.collection-card--type2:nth-child(1) .card-l--type2 .card-description {
  max-width: 289px;
}
@media (max-width: 1419px) {
  .collection-card--type2:nth-child(1) .card-l--type2 .card-description {
    max-width: 281px;
  }
}
@media (max-width: 1199px) {
  .collection-card--type2:nth-child(1) .card-l--type2 .card-description {
    max-width: 218px;
  }
}
@media (max-width: 991px) {
  .collection-card--type2:nth-child(1) .card-l--type2 .card-description {
    max-width: 291px;
  }
}
@media (max-width: 767px) {
  .collection-card--type2:nth-child(1) .card-l--type2 .card-description {
    max-width: none;
  }
}
.collection-card--type2:nth-child(2) .card-l--type2 .card-description {
  max-width: 313px;
}
@media (max-width: 1419px) {
  .collection-card--type2:nth-child(2) .card-l--type2 .card-description {
    max-width: 232px;
  }
}
@media (max-width: 1199px) {
  .collection-card--type2:nth-child(2) .card-l--type2 .card-description {
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  .collection-card--type2:nth-child(2) .card-l--type2 .card-description {
    max-width: 229px;
  }
}
@media (max-width: 767px) {
  .collection-card--type2:nth-child(2) .card-l--type2 .card-description {
    max-width: none;
  }
}
.collection-card--type2:nth-child(3) .card-l--type2 .card-description {
  max-width: 284px;
}
@media (max-width: 1419px) {
  .collection-card--type2:nth-child(3) .card-l--type2 .card-description {
    max-width: 280px;
  }
}
@media (max-width: 1199px) {
  .collection-card--type2:nth-child(3) .card-l--type2 .card-description {
    max-width: 225px;
  }
}
@media (max-width: 991px) {
  .collection-card--type2:nth-child(3) .card-l--type2 .card-description {
    max-width: 287px;
  }
}
@media (max-width: 767px) {
  .collection-card--type2:nth-child(3) .card-l--type2 .card-description {
    max-width: none;
  }
}
.collection-card--type2:nth-child(4) .card-l--type2 .card-description {
  max-width: 326px;
}
@media (max-width: 1419px) {
  .collection-card--type2:nth-child(4) .card-l--type2 .card-description {
    max-width: 232px;
  }
}
@media (max-width: 1199px) {
  .collection-card--type2:nth-child(4) .card-l--type2 .card-description {
    max-width: 216px;
  }
}
@media (max-width: 991px) {
  .collection-card--type2:nth-child(4) .card-l--type2 .card-description {
    max-width: 215px;
  }
}
@media (max-width: 767px) {
  .collection-card--type2:nth-child(4) .card-l--type2 .card-description {
    max-width: none;
  }
}

.card-content {
  padding: 30px 35px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1419px) {
  .card-content {
    padding: 20px 25px;
    min-height: 238px;
  }
}
@media (max-width: 1199px) {
  .card-content {
    padding: 15px 20px;
    min-height: 219px;
  }
}
@media (max-width: 991px) {
  .card-content {
    min-height: 318px;
  }
}
@media (max-width: 767px) {
  .card-content {
    padding: 15px 15px;
    min-height: 381px;
    flex-direction: column;
  }
}

.card-l {
  flex: 0 0 auto;
  max-width: 314px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.card-l--type2 {
  max-width: none;
}
@media (max-width: 1419px) {
  .card-l--type2 {
    max-width: 290px;
  }
}
@media (max-width: 991px) {
  .card-l--type2 {
    height: auto;
  }
}
@media (max-width: 767px) {
  .card-l--type2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    max-width: none;
  }
}
@media (max-width: 991px) {
  .card-l {
    height: auto;
    max-width: none;
  }
}

.card-title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 23px 0;
}
.card-title:not([class*=uppercase]) {
  text-transform: none;
}
@media (max-width: 1419px) {
  .card-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .card-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .card-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .card-title {
    font-size: 18px;
  }
}

.card-description {
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 40px 0;
}
@media (max-width: 1419px) {
  .card-description {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .card-description {
    font-size: 12px;
  }
}

.card-button {
  display: inline-flex;
  padding: 20px 30px;
  border-radius: 500px;
  outline: 1px #531628 solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #531628;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  text-decoration: none;
  transition: all 0.3s ease;
  width: min-content;
}
.card-button:hover {
  background-color: #531628;
  color: white;
}
@media (max-width: 1419px) {
  .card-button {
    padding: 19px 30px;
  }
}
@media (max-width: 1199px) {
  .card-button {
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .card-button {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .card-button {
    width: 100%;
  }
}

.card-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
}
.card-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
  height: 280px;
  width: auto;
}
@media (max-width: 1419px) {
  .card-image img {
    height: 204px;
  }
}
@media (max-width: 1199px) {
  .card-image img {
    height: 182px;
  }
}
@media (max-width: 991px) {
  .card-image img {
    height: 202px;
  }
}
@media (max-width: 767px) {
  .card-image img {
    height: 175px;
  }
}
@media (max-width: 991px) {
  .card-image {
    position: absolute;
    align-self: center;
    bottom: 0;
    transform: none;
  }
}
@media (max-width: 767px) {
  .card-image {
    position: static;
    align-self: center;
  }
}

.collection-card--type2:nth-child(1) .card-image img {
  height: 240px;
}
@media (max-width: 1419px) {
  .collection-card--type2:nth-child(1) .card-image img {
    height: 160px;
  }
}
@media (max-width: 1199px) {
  .collection-card--type2:nth-child(1) .card-image img {
    height: 143px;
  }
}
@media (max-width: 991px) {
  .collection-card--type2:nth-child(1) .card-image img {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .collection-card--type2:nth-child(1) .card-image img {
    height: 178px;
  }
}

.collection-card--type2:nth-child(2) .card-image img {
  height: 291px;
}
@media (max-width: 1419px) {
  .collection-card--type2:nth-child(2) .card-image img {
    height: 213px;
  }
}
@media (max-width: 1199px) {
  .collection-card--type2:nth-child(2) .card-image img {
    height: 191px;
  }
}
@media (max-width: 991px) {
  .collection-card--type2:nth-child(2) .card-image img {
    height: 210px;
  }
}
@media (max-width: 767px) {
  .collection-card--type2:nth-child(2) .card-image img {
    height: 183px;
  }
}

.collection-card--type2:nth-child(3) .card-image img {
  height: 215px;
}
@media (max-width: 1419px) {
  .collection-card--type2:nth-child(3) .card-image img {
    height: 169px;
  }
}
@media (max-width: 1199px) {
  .collection-card--type2:nth-child(3) .card-image img {
    height: 136px;
  }
}
@media (max-width: 991px) {
  .collection-card--type2:nth-child(3) .card-image img {
    height: 177px;
  }
}

.collection-card--type2:nth-child(4) .card-image img {
  height: 291px;
}
@media (max-width: 1419px) {
  .collection-card--type2:nth-child(4) .card-image img {
    height: 213px;
  }
}
@media (max-width: 1199px) {
  .collection-card--type2:nth-child(4) .card-image img {
    height: 191px;
  }
}
@media (max-width: 991px) {
  .collection-card--type2:nth-child(4) .card-image img {
    height: 210px;
  }
}
@media (max-width: 767px) {
  .collection-card--type2:nth-child(4) .card-image img {
    height: 175px;
  }
}

.collection-title {
  color: #313131;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media (max-width: 1419px) {
  .collection-title {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .collection-title {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .collection-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .collection-title {
    font-size: 20px;
  }
}

.collection-card {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}
.collection-card:nth-child(1) {
  animation-delay: 0.1s;
}
.collection-card:nth-child(2) {
  animation-delay: 0.2s;
}
.collection-card:nth-child(3) {
  animation-delay: 0.3s;
}
.collection-card:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.login-container {
  background: white;
  border-radius: 20px;
  padding: 50px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1419px) {
  .login-container {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .login-container {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .login-container {
    padding: 20px 15px;
  }
}

.login-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1419px) {
  .login-content {
    max-width: 530px;
  }
}
@media (max-width: 1199px) {
  .login-content {
    max-width: 440px;
  }
}
@media (max-width: 991px) {
  .login-content {
    max-width: 326px;
  }
}
@media (max-width: 767px) {
  .login-content {
    max-width: none;
  }
}

.login-title {
  color: #313131;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 50px;
  text-align: left;
  width: 100%;
}
@media (max-width: 1419px) {
  .login-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .login-title {
    margin-bottom: 25px;
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .login-title {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .login-title {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: left;
  }
}

.login-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .form-label {
    font-size: 13px;
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .form-label {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.input-wrapper {
  position: relative;
  width: 100%;
}

.form-input {
  width: 100%;
  height: 52px;
  background: #f8f8f8;
  border: none;
  border-radius: 5px;
  padding: 0 20px;
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease;
}
.form-input::placeholder {
  color: rgba(49, 49, 49, 0.3);
  font-size: 14px;
  font-weight: 400;
}
.form-input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #531628 ;
  background: white;
}
.form-input:hover {
  background: #f0f0f0;
}

.form-remember {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.remember-checkbox {
  width: 15px;
  height: 15px;
  margin: 0;
  appearance: none;
  border: 1px solid #313131;
  border-radius: 3px;
  background: white;
  cursor: pointer;
  position: relative;
}
.remember-checkbox:checked {
  background: #313131;
}
.remember-checkbox:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 10px;
}

.remember-label {
  color: #313131;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
}

.form-actions {
  display: flex;
  gap: 25px;
  margin-top: 15px;
}
@media (max-width: 1999px) {
  .form-actions {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .form-actions {
    flex-direction: column;
  }
}

.login-button {
  flex: 1;
  padding: 20px;
  border-radius: 500px;
  border: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  white-space: nowrap;
}
.login-button.primary-button {
  background: transparent;
  outline: 1px #531628  solid;
  outline-offset: -1px;
  color: #531628 ;
}
.login-button.primary-button:hover {
  background: #531628 ;
  color: white;
  transform: translateY(-2px);
}
.login-button.primary-button:active {
  transform: translateY(0);
}
.login-button.secondary-button {
  background: #f8f8f8;
  color: #531628  ;
  width: 100%;
}
.login-button.secondary-button:hover {
  
  transform: translateY(-2px);
}
.login-button.secondary-button:active {
  transform: translateY(0);
}
@media (max-width: 1199px) {
  .login-button {
    padding: 15px 20px;
  }
}

@keyframes slideUpFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-input:invalid:not(:focus):not(:placeholder-shown) {
  border: 1px solid #ff5252;
  background: rgba(255, 82, 82, 0.05);
}

.form-input:valid:not(:focus):not(:placeholder-shown) {
  border: 1px solid #4caf50;
  background: rgba(76, 175, 80, 0.05);
}

.login-button.loading {
  position: relative;
  color: transparent !important;
}
.login-button.loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 0.8s linear infinite;
}
.login-button.loading.primary-button::after {
  border-color: white;
  border-top-color: transparent;
}
.login-button.loading.secondary-button::after {
  border-color: rgba(49.43, 49.43, 49.43, 0.5);
  border-top-color: transparent;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.product-detail {
  background: white;
  border-radius: 20px;
  padding: 50px;
}
@media (max-width: 1419px) {
  .product-detail {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .product-detail {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .product-detail {
    padding: 20px 15px;
  }
}
.product-detail .breadcrumbs {
  margin-bottom: 58px;
}
@media (max-width: 1419px) {
  .product-detail .breadcrumbs {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .product-detail .breadcrumbs {
    max-width: 330px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .product-detail .breadcrumbs {
    max-width: 300px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .product-detail .breadcrumbs {
    max-width: 270px;
    margin-bottom: 30px;
  }
}
.product-detail__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "slider description" "slider accordion";
  gap: 20px;
  row-gap: 65px;
}
@media (max-width: 1199px) {
  .product-detail__grid {
    gap: 20px;
    row-gap: 45px;
  }
}
@media (max-width: 991px) {
  .product-detail__grid {
    gap: 15px;
    row-gap: 35px;
    width: 100%;
    grid-template-areas: "slider description" "accordion accordion";
  }
}
@media (max-width: 767px) {
  .product-detail__grid {
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
    grid-template-areas: "slider" "description" "accordion";
  }
}
.product-detail__slider-section {
  grid-area: slider;
  overflow: hidden;
}
.product-detail__description-section {
  grid-area: description;
}
.product-detail__accordion-section {
  grid-area: accordion;
}
.product-detail {
  /* Слайдер */
}
.product-detail__main-slider {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .product-detail__main-slider {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .product-detail__main-slider {
    height: 300px;
  }
}
.product-detail__main-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #f8f8f8;
  border-radius: 20px;
  overflow: hidden;
}
.product-detail__main-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-detail__thumbs-slider {
  width: 100%;
  height: 90px;
}
@media (max-width: 1199px) {
  .product-detail__thumbs-slider {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .product-detail__thumbs-slider {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .product-detail__thumbs-slider {
    height: 50px;
  }
}
.product-detail__thumb-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 90px;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  background: white;
  transition: all 0.3s;
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .product-detail__thumb-slide {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .product-detail__thumb-slide {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .product-detail__thumb-slide {
    width: 50px;
  }
}
.product-detail__thumb-slide.swiper-slide-thumb-active {
  border-color: #521527;
  opacity: 1;
}
.product-detail__thumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.product-detail__nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.product-detail__nav-btn:hover {
  background: #f0f0f0;
}
.product-detail__nav-btn--prev {
  left: 10px;
}
.product-detail__nav-btn--next {
  right: 10px;
}
.product-detail__nav-icon {
  width: 10px;
  height: 16px;
  color: #521527;
}
.product-detail {
  /* Описание товара */
}
.product-detail__title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 1419px) {
  .product-detail__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .product-detail__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .product-detail__title {
    font-size: 20px;
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .product-detail__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.product-detail__subtitle {
  color: #313131;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
  max-width: 466px;
}
@media (max-width: 1419px) {
  .product-detail__subtitle {
    font-size: 16px;
    margin-bottom: 25px;
    max-width: 420px;
  }
}
@media (max-width: 1199px) {
  .product-detail__subtitle {
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 370px;
  }
}
@media (max-width: 991px) {
  .product-detail__subtitle {
    font-size: 12px;
    margin-bottom: 20px;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .product-detail__subtitle {
    margin-bottom: 15px;
    max-width: 210px;
  }
}
.product-detail__sku {
  color: rgba(49, 49, 49, 0.4);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 1419px) {
  .product-detail__sku {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .product-detail__sku {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .product-detail__sku {
    font-size: 10px;
  }
}
.product-detail__volume-section {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1419px) {
  .product-detail__volume-section {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .product-detail__volume-section {
    margin-bottom: 20px;
    gap: 10px;
  }
}
.product-detail__volume-box {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 5px;
  outline: 1px solid rgba(0, 0, 0, 0.5);
  outline-offset: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}
@media (max-width: 1199px) {
  .product-detail__volume-box {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 991px) {
  .product-detail__volume-box {
    width: 36px;
    height: 34px;
  }
}
.product-detail__volume-box-text {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1419px) {
  .product-detail__volume-box-text {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .product-detail__volume-box-text {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .product-detail__volume-box-text {
    font-size: 10px;
  }
}
.product-detail__volume-label {
  color: #313131;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1419px) {
  .product-detail__volume-label {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .product-detail__volume-label {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .product-detail__volume-label {
    font-size: 10px;
  }
}
.product-detail__results-section {
  margin-bottom: 40px;
}
@media (max-width: 1419px) {
  .product-detail__results-section {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .product-detail__results-section {
    margin-bottom: 20px;
  }
}
.product-detail__results-title {
  color: #313131;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 1419px) {
  .product-detail__results-title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .product-detail__results-title {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.product-detail__results-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .product-detail__results-list {
    gap: 5px;
  }
}
.product-detail__results-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #313131;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1419px) {
  .product-detail__results-item {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .product-detail__results-item {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .product-detail__results-item {
    font-size: 10px;
  }
}
.product-detail__results-item:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #313131;
  border-radius: 50%;
  flex-shrink: 0;
}
.product-detail__marketplaces-section {
  margin-bottom: 40px;
}
@media (max-width: 1419px) {
  .product-detail__marketplaces-section {
    margin-bottom: 30px;
  }
}
.product-detail__marketplaces-title {
  color: #313131;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1419px) {
  .product-detail__marketplaces-title {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .product-detail__marketplaces-title {
    font-size: 14px;
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .product-detail__marketplaces-title {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.product-detail__marketplaces-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-detail__marketplace-item {
  padding: 5px;
  background: #f8f8f8;
  border-radius: 500px;
  outline: 1px solid #e4e4e4;
  outline-offset: -1px;
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  transition: all 0.3s;
}
.product-detail__marketplace-item:hover {
  background: #f0f0f0;
}
@media (max-width: 991px) {
  .product-detail__marketplace-item {
    gap: 8px;
  }
}
.product-detail__marketplace-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.product-detail__marketplace-icon--wb {
  background: url("/assets/icons/wb.svg") center/contain;
}
.product-detail__marketplace-icon--ozon {
  background: url("/assets/icons/ozon.svg") center/contain;
}
.product-detail__marketplace-icon--ym {
  background: url("/assets/icons/ym.svg") center/contain;
}
@media (max-width: 991px) {
  .product-detail__marketplace-icon {
    width: 20px;
    height: 20px;
  }
}
.product-detail__marketplace-name {
  color: #531628;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  white-space: nowrap;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .product-detail__marketplace-name {
    font-size: 10px;
    padding-right: 2px;
  }
}
.product-detail__distributor-btn {
  width: 250px;
  height: 52px;
  padding: 15px 30px;
  border-radius: 500px;
  outline: 1px solid #531628;
  outline-offset: -1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #531628;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13.2px;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.product-detail__distributor-btn:hover {
  background: #531628;
  color: white;
}
@media (max-width: 767px) {
  .product-detail__distributor-btn {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .product-detail__distributor-btn {
    width: 100%;
  }
}
.product-detail {
  /* Аккордеон */
}
.product-detail__accordion {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.product-detail__accordion .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.product-detail__accordion .accordion-item:last-child {
  border-bottom: none;
}
.product-detail__accordion .accordion-item .accordion-button::after {
  background-image: url("/assets/icons/plus.svg");
}
.product-detail__accordion .accordion-button {
  padding: 25px 0;
  background: none;
  border: none;
  color: #313131;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
.product-detail__accordion .accordion-button:not(.collapsed) {
  color: #313131;
  background: none;
  box-shadow: none;
}
.product-detail__accordion .accordion-button:not(.collapsed):after {
  transform: rotate(135deg);
}
.product-detail__accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
@media (max-width: 1419px) {
  .product-detail__accordion .accordion-button {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .product-detail__accordion .accordion-button {
    font-size: 14px;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .product-detail__accordion .accordion-button {
    padding: 15px 0;
  }
}
.product-detail__accordion .accordion-body {
  margin-top: -5px;
  padding: 0 40px 25px 0;
  color: rgba(49, 49, 49, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 1419px) {
  .product-detail__accordion .accordion-body {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .product-detail__accordion .accordion-body {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .product-detail__accordion .accordion-body {
    padding: 0 70px 20px 0;
  }
}
@media (max-width: 767px) {
  .product-detail__accordion .accordion-body {
    padding: 0 13px 15px 0;
  }
}
.product-detail {
  /* Информационные блоки */
}
.product-detail__info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-detail__info-item {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  color: rgba(49, 49, 49, 0.7);
  font-size: 16px;
  font-weight: 400;
}
.product-detail__info-item:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #415729;
}
.product-detail__compatibility-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 10px;
}
.product-detail__compatibility-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(49, 49, 49, 0.7);
}
.product-detail__compatibility-item:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #521527;
}

.articlep {
  padding: 50px;
  background: white;
  border-radius: 20px;
}
@media (max-width: 767px) {
.image-column, .image-column img{max-width: 100%;}
.image-column{height: unset !important;}
.image-column img{height: auto !important;}
}
@media (max-width: 1419px) {
  .articlep {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .articlep {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .articlep {
    padding: 20px 15px;
  }
}
.articlep__group-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1419px) {
  .articlep__group-text {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .articlep__group-text {
    gap: 15px;
	flex-direction: column !important;
  }
}
@media (max-width: 767px) {
  .articlep__group-text {
    gap: 10px;
  }
}
.articlep__blocks-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 30px;
}
@media (max-width: 1419px) {
  .articlep__blocks-container {
    gap: 50px;
  }
}
@media (max-width: 1199px) {
  .articlep__blocks-container {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .articlep__blocks-container {
    gap: 30px;
    margin-top: 25px;
  }
}
.articlep__block-title {
  width: 100%;
  background: radial-gradient(ellipse 226.06% 257.2% at 168.77% -50.4%, #d2859c 0%, #531628 100%);
  border-radius: 20px;
  overflow: hidden;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
@media (max-width: 1419px) {
  .articlep__block-title {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .articlep__block-title {
    padding: 30px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .articlep__block-title {
    padding: 15px;
  }
}
.articlep .articlep-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.articlep .articlep-date {
  padding: 10px 20px;
  border-radius: 500px;
  outline: 1px white solid;
  outline-offset: -1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1419px) {
  .articlep .articlep-date {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .articlep .articlep-date {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .articlep .articlep-date {
    font-size: 11px;
  }
}
.articlep .articlep-tag {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1419px) {
  .articlep .articlep-tag {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .articlep .articlep-tag {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .articlep .articlep-tag {
    font-size: 11px;
  }
}
.articlep .articlep-title {
  color: white;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  width: 100%;
  max-width: 1115px;
}
@media (max-width: 1419px) {
  .articlep .articlep-title {
    font-size: 40px;
    max-width: 980px;
  }
}
@media (max-width: 1199px) {
  .articlep .articlep-title {
    font-size: 35px;
    max-width: 980px;
  }
}
@media (max-width: 991px) {
  .articlep .articlep-title {
    font-size: 28px;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .articlep .articlep-title {
    font-size: 20px;
    max-width: 600px;
  }
}
.articlep-list {
  list-style: disc;
  padding-left: 15px;
  margin-top: 15px;
}
.articlep-list-tit {
  margin-top: 0px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .articlep-list-tit {
    margin-bottom: 10px;
  }
}
.articlep-list li.text-regular {
  margin-bottom: 0;
}
.articlep__block-text--regular .articlep-text {
  color: #626262;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  max-width: 1160px;
}
.articlep__block-text--sim {
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  max-width: 1160px;
}
.articlep__block-text--highlight .articlep-text {
  color: #626262;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
  max-width: 618px;
}
@media (max-width: 1419px) {
  .articlep__block-text--highlight .articlep-text {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .articlep__block-text--highlight .articlep-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .articlep__block-text--highlight .articlep-text {
    font-size: 13px;
  }
}
.articlep__block-subtitle {
  width: max-content;
  background: #f8f8f8;
  border-radius: 5px;
  padding: 15px 20px 15px 23px;
  position: relative;
  margin-bottom: 25px;
  max-width: 100%;
}
.articlep__block-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #692a3c;
  border-radius: 1.5px;
}
.articlep__block-subtitle .subtitle-text {
  color: #626262;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}
@media (max-width: 1419px) {
  .articlep__block-subtitle .subtitle-text {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .articlep__block-subtitle .subtitle-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .articlep__block-subtitle .subtitle-text {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .articlep__block-subtitle {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .articlep__block-subtitle {
    margin-bottom: 15px;
  }
}
.articlep__block-text-with-image .block-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}
@media (max-width: 991px) {
  .articlep__block-text-with-image .block-content {
    display: flex;
    flex-direction: column;
  }
  .articlep__block-text-with-image .block-content--rev {
    flex-direction: column-reverse;
  }
  .articlep__block-text-with-image .block-content--st {
    flex-direction: row;
  }
}
.articlep__block-text-with-image .text-column {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.articlep__block-text-with-image .image-column {
  display: flex;
  justify-content: flex-end;
}
.articlep__block-text-with-image .image-column .articlep-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.articlep__block-three-images .images-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.articlep__block-three-images .images-row img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .articlep__block-three-images .images-row {
    grid-template-columns: 1fr 1fr;
  }
  .articlep__block-three-images .images-row img:last-child {
    grid-column: 1/span 2;
  }
}
.articlep .text-regular {
  color: #626262;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (max-width: 1419px) {
  .articlep .text-regular {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .articlep .text-regular {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .articlep .text-regular {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
.text-regular, .text-regular *, .text-bold, .text-bold *, .articlep-text, .articlep-text *{font-size: 14px !important; line-height: 21px !important;}
}
.articlep .text-bold {
  color: #626262;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 1419px) {
  .articlep .text-bold {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .articlep .text-bold {
    font-size: 12px;
  }
}
.articlep .text-large, .articlep .articlep__block-text--regular .articlep-text {
  color: #626262;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 1419px) {
  .articlep .text-large, .articlep .articlep__block-text--regular .articlep-text {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .articlep .text-large, .articlep .articlep__block-text--regular .articlep-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .articlep .text-large, .articlep .articlep__block-text--regular .articlep-text {
    font-size: 13px;
  }
}
.articlep .articlep__block-text--regular .articlep-text {
  margin: 0;
  max-width: 100%;
}
.articlep__block-fullwidth-image {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 270/104;
}
.articlep__block-fullwidth-image .fullwidth-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.articlep__block-fullwidth-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 50px;
}
@media (max-width: 1419px) {
  .articlep__block-fullwidth-image .image-overlay {
    padding: 33px 40px;
  }
}
@media (max-width: 1199px) {
  .articlep__block-fullwidth-image .image-overlay {
    padding: 25px 30px;
  }
}
@media (max-width: 767px) {
  .articlep__block-fullwidth-image .image-overlay {
    padding: 12px 15px;
  }
}
.articlep__block-fullwidth-image .image-text {
  color: #313131;
  font-size: 60px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
  max-width: 1115px;
}
@media (max-width: 1419px) {
  .articlep__block-fullwidth-image .image-text {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .articlep__block-fullwidth-image .image-text {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .articlep__block-fullwidth-image .image-text {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .articlep__block-fullwidth-image .image-text {
    font-size: 15px;
  }
}
.articlep__block-conclusion {
  width: 100%;
  max-width: 1060px;
}
.articlep__block-conclusion .conclusion-title {
  color: #626262;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 1419px) {
  .articlep__block-conclusion .conclusion-title {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .articlep__block-conclusion .conclusion-title {
    font-size: 14px;
  }
}
.articlep__block-conclusion .conclusion-text {
  color: #626262;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1419px) {
  .articlep__block-conclusion .conclusion-text {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .articlep__block-conclusion .conclusion-text {
    font-size: 12px;
  }
}
.articlep__block-back-button .back-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 500px;
  outline: 1px #531628 solid;
  outline-offset: -1px;
  text-decoration: none;
  color: #531628;
  font-size: 12px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13.2px;
  transition: all 0.3s ease;
  width: auto;
  height: auto;
}
.articlep__block-back-button .back-button:hover {
  background-color: #531628;
  color: white;
  transform: translateX(-5px);
}
.articlep__block-back-button .back-button:hover svg path {
  fill: white;
}
.articlep__block-back-button .back-button svg {
  width: 6px;
  height: 12px;
  transition: transform 0.3s ease;
}
.articlep__block-back-button .back-button:hover svg {
  transform: translateX(-3px);
}
@media (max-width: 767px) {
  .articlep__block-back-button .back-button {
    width: 100%;
    justify-content: center;
  }
}

.articlep__block-title {
  position: relative;
  overflow: hidden;
}
.articlep__block-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse 250.06% 280.2% at 168.77% -50.4%, #e295ac 0%, #631c38 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
  pointer-events: none;
}
.articlep__block-title:hover::before {
  opacity: 1;
}
.articlep__block-title .articlep-meta,
.articlep__block-title .articlep-title {
  position: relative;
  z-index: 2;
}

.key-features {
  background: white;
  padding: 45px 50px;
  border-radius: 20px;
}
.key-features__title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
}
.key-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.key-features__features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}
.key-features__feature-item {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 7px;
  position: relative;
  padding-left: 15px;
  max-width: 280px;
}
.key-features__feature-item .key-features__note-label {
  font-weight: 500;
}
.key-features__feature-item .key-features__note-text {
  font-weight: 200;
}
.key-features__feature-item:last-child {
  margin-bottom: 0;
}
.key-features__feature-item::before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.7);
}
.key-features__card {
  background: #F8F8F8;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px 16px 20px 25px;
}
.key-features__card--wide {
  grid-column: span 2;
}
.key-features__card--wide-right {
  grid-column: 3/span 2;
  grid-row: 2/span 2;
}
.key-features__card--featured {
  background: radial-gradient(ellipse 99.73% 113.3% at 105.16% 46.4%, #D2859C 0%, #531628 100%);
  position: relative;
  overflow: hidden;
  padding: 25px;
}
.key-features__card--featured .key-features__card-title {
  font-weight: 300;
}
.key-features__card--wide-right2 {
  grid-column: 3/5;
}
.key-features__card--wide-right3 {
  grid-column: 3/span 2;
  grid-row: 1/3;
}
.key-features__card--image {
  grid-column: 1;
  grid-row: 1/3;
  padding: 0;
  position: relative;
}
.key-features__card--image img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.key-features__card--oxy {
  grid-column: 2;
  grid-row: 2;
}
.key-features__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.key-features__card-title {
  color: #313131;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}
.key-features__card-title--white {
  color: white;
  max-width: 235px;
}
.key-features__card-title--white2 {
  color: white;
  max-width: 280px;
}
.key-features__card-title--col3 {
  max-width: 135px;
}
.key-features__card-text {
  color: rgba(49, 49, 49, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  list-style-type: disc;
  margin-bottom: 0;
}
.key-features__card-text--col5 {
  max-width: 262px;
}
.key-features__card-text--col8 {
  max-width: 230px;
}
.key-features__card-text p {
  margin-bottom: 10px;
}
.key-features__card-text p:last-child {
  margin-bottom: 0;
}
.key-features__card-text--white {
  color: rgba(255, 255, 255, 0.7);
}
.key-features ul.key-features__card-text {
  color: rgba(49, 49, 49, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  list-style-type: disc;
  margin-bottom: 0;
  max-width: 430px;
  padding-left: 20px;
}
.key-features ul.key-features__card-text li {
  margin-bottom: 10px;
}
.key-features ul.key-features__card-text li:last-child {
  margin-bottom: 0;
}
.key-features__featured-content {
  position: relative;
  z-index: 2;
  color: white;
}
.key-features__featured-list {
  margin-top: 20px;
}
.key-features__list-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 245px;
}
.key-features__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.key-features__list-item {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
  max-width: 330px;
}
.key-features__list-item:last-child {
  margin-bottom: 0;
}
.key-features__list-item::before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.7);
}
.key-features__featured-visual {
  position: absolute;
  top: -8px;
  left: -20px;
  width: 117%;
  height: 183%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.key-features__featured-visual--expert {
  width: 205px;
  left: auto;
  right: 30px;
  top: -50%;
  height: 322px;
  transform: rotate(-135deg);
}
.key-features__featured-visual--oksl {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.key-features__featured-visual--oksl .crem-oks {
  width: 100%;
}
.key-features__product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
}
.key-features__footer-card {
  grid-column: span 4;
  background: linear-gradient(120deg, white 0%, rgba(213.15, 213.15, 213.15, 0.6) 63%, #BDBDBD 100%);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 20px 24px;
}
.key-features__footer-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 2;
}
.key-features__footer-left {
  display: flex;
  align-items: center;
  max-width: 545px;
}
.key-features__footer-title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}
.key-features__footer-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 472px;
}
.key-features__footer-text {
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.key-features__footer-link {
  color: #531628;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.key-features__footer-link:hover {
  color: #531628;
}
.key-features__footer-buttons {
  display: flex;
  gap: 20px;
}
.key-features__button {
  display: inline-flex;
  padding: 15px 30px;
  border-radius: 500px;
  outline: 1px #531628 solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #531628;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13.2px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.key-features__button:hover {
  background-color: #531628;
  color: white;
}
.key-features__footer-decorations {
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 200%;
  z-index: 1;
  pointer-events: none;
  display: flex;
  justify-content: center;
}
.key-features__footer-decorations img {
  height: 100%;
  width: auto;
}

@media (max-width: 1419px) {
  .key-features {
    padding: 35px 40px;
  }
  .key-features__title {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .key-features__card-title {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .key-features__card--expert1 {
    padding: 20px 1px 20px 25px;
  }
  .key-features__card-text {
    font-size: 13px;
  }
  .key-features__card-text--col2 {
    max-width: 196px;
  }
  .key-features__card-text--col3 {
    max-width: 188px;
  }
  .key-features__card-text--col5 {
    max-width: 262px;
  }
  .key-features__card-text--col8 {
    max-width: 230px;
  }
  .key-features ul.key-features__card-text {
    font-size: 13px;
  }
  .key-features ul.key-features__card-text li {
    margin-bottom: 5px;
  }
  .key-features__feature-item {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 12px;
    max-width: 280px;
  }
  .key-features__feature-item .key-features__note-label {
    font-weight: 500;
  }
  .key-features__feature-item .key-features__note-text {
    font-weight: 200;
  }
  .key-features__list-item {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .key-features__list-item--li1 {
    max-width: 265px;
  }
  .key-features__list-item--li2 {
    max-width: 282px;
  }
  .key-features__list-item--li3 {
    max-width: 272px;
  }
  .key-features__footer-title {
    font-size: 26px;
  }
  .key-features__footer-text {
    font-size: 14px;
  }
  .key-features__footer-right {
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .key-features {
    padding: 25px 30px 30px;
  }
  .key-features__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .key-features__card-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .key-features__card-text {
    font-size: 12px;
  }
  .key-features__card--1 {
    grid-column: 1/2;
  }
  .key-features__card--2 {
    grid-column: 2/3;
  }
  .key-features__card--3 {
    grid-column: 3/4;
  }
  .key-features__card--r3 {
    grid-row: 3;
  }
  .key-features__card--r4 {
    grid-row: 4;
  }
  .key-features__card--wide-right {
    grid-column: 2/4;
    grid-row: 2/4;
  }
  .key-features__card--wide-right2 {
    grid-column: 3/4;
    padding: 15px 40px 15px 20px;
  }
  .key-features__card--expert .key-features__card-text {
    max-width: 160px;
  }
  .key-features__card--image {
    grid-row: 1/3;
    height: 161px;
  }
  .key-features__card--image img {
    top: -50px;
    height: auto;
    left: 0;
  }
  .key-features__card--oxy1 {
    grid-row: 3/4;
    grid-column: 1;
  }
  .key-features__card--oxy2 {
    grid-row: 4/5;
    grid-column: 1;
  }
  .key-features__card--wide-right3 {
    grid-column: 2/4;
    grid-row: 1/5;
  }
  .key-features__feature-item {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 12px;
    max-width: 240px;
  }
  .key-features__feature-item .key-features__note-label {
    font-weight: 500;
  }
  .key-features__feature-item .key-features__note-text {
    font-weight: 200;
  }
  .key-features__footer-card {
    grid-column: span 3;
  }
  .key-features__list-title {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .key-features__footer-content {
    display: grid;
    grid-template-columns: 455px auto;
    gap: 10px;
  }
  .key-features__footer-title {
    font-size: 24px;
  }
  .key-features__button {
    padding: 15px 20px;
  }
  .key-features__footer-text {
    font-size: 13px;
  }
  .key-features__list-item {
    font-size: 12px;
  }
  .key-features__list-item--li1 {
    max-width: 285px;
  }
  .key-features__featured-visual {
    /* height: auto;
    bottom: 0;
    top: auto;
    right: 0;
    left: auto; */
  }
  .key-features__featured-visual--expert {
    width: 100px;
    height: auto;
    bottom: -26px;
    top: auto;
    right: -27px;
    left: auto;
    transform: rotate(-147deg);
  }
  .key-features__decoration {
    width: 500px;
    height: 270px;
    left: -10px;
    top: 320px;
  }
}
@media (max-width: 991px) {
  .key-features {
    padding: 25px 30px 30px;
  }
  .key-features__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .key-features__footer-card {
    grid-column: span 2;
  }
  .key-features__card-text--col2 {
    max-width: none;
  }
  .key-features__card-text--col3 {
    max-width: none;
  }
  .key-features__card-text--col5 {
    max-width: none;
  }
  .key-features__card-text--col8 {
    max-width: none;
  }
  .key-features__card-text li {
    font-size: 12px;
  }
  .key-features__grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .key-features__card {
    padding: 15px 10px 15px 20px;
  }
  .key-features__card--1 {
    grid-column: 1/2;
  }
  .key-features__card--2 {
    grid-column: 2/3;
  }
  .key-features__card--3 {
    grid-column: 1/2;
  }
  .key-features__card--r3 {
    grid-row: 3;
  }
  .key-features__card--r4 {
    grid-row: 4;
  }
  .key-features__card--wide-right {
    grid-column: 2/3;
    grid-row: 3/6;
  }
  .key-features__card--rs2 {
    grid-row: 2;
  }
  .key-features__card--cs2 {
    grid-column: 2/3;
  }
  .key-features__card--cs1 {
    grid-column: 1/2;
  }
  .key-features__card--expert .key-features__card-text {
    max-width: none;
  }
  .key-features__card--wide-right2 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .key-features__card--wide-right2 .key-features__card-text {
    max-width: 156px;
  }
  .key-features__card--image {
    grid-row: 1/3;
    height: 219px;
  }
  .key-features__card--image img {
    top: -50px;
    height: auto;
    left: 0;
  }
  .key-features__featured-visual {
    height: auto;
    bottom: 0;
    top: auto;
    right: auto;
    left: 0;
    width: 100%;
  }
  .key-features__featured-visual--expert {
    width: 170px;
    right: -30px;
    left: auto;
    bottom: -25px;
  }
  .key-features__footer-title {
    font-size: 20px;
  }
  .key-features__footer-buttons {
    gap: 15px;
  }
  .key-features__button {
    text-align: center;
  }
  .key-features__footer-content {
    grid-template-columns: 1fr;
  }
  .key-features__footer-decorations {
    height: 150%;
    right: -50%;
    left: auto;
    top: 25px;
  }
}
@media (max-width: 767px) {
  .key-features {
    padding: 20px 15px 15px;
  }
  .key-features__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .key-features__footer-buttons {
    flex-direction: column;
  }
  .key-features__grid {
    display: flex;
    flex-direction: column;
  }
  .key-features__feature-item {
    max-width: 100%;
  }
  .key-features__footer-content {
    gap: 0;
  }
  .key-features__list-item--li1 {
    max-width: none;
  }
  .key-features__list-item--li2 {
    max-width: none;
  }
  .key-features__list-item--li3 {
    max-width: none;
  }
  .key-features__card {
    padding: 15px;
  }
  .key-features__card--featured {
    min-height: 480px;
    padding-bottom: 250px;
  }
  .key-features__card--wide-right2 {
    min-height: 0;
    padding: 15px 15px 15px 20px;
  }
  .key-features__card--image {
    aspect-ratio: 270/181;
    height: auto;
  }
  .key-features__card--image img {
    height: 110%;
    top: 0;
  }
  .key-features__card-title {
    font-size: 13px;
  }
  .key-features__featured-visual--expert {
    width: 90px;
    right: -10px;
    left: auto;
    bottom: -25px;
  }
  .key-features__decoration {
    width: 350px;
    height: 190px;
    left: -5px;
    top: 220px;
  }
  .key-features__footer-card {
    padding: 15px;
  }
  .key-features__footer-title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .key-features__footer-decorations {
    height: 63%;
    right: -50%;
    left: auto;
    top: auto;
    bottom: 0;
  }
  .key-features__footer-svg--1, .key-features__footer-svg--2, .key-features__footer-svg--3 {
    display: none;
  }
  .key-features__footer-overlay {
    display: none;
  }
}
@media (max-width: 480px) {
  .key-features__featured-visual {
    height: auto;
    bottom: 0;
    top: auto;
    right: auto;
    left: -20%;
    width: 136%;
  }
  .key-features__featured-visual--expert {
    width: 90px;
    right: -10px;
    left: auto;
    bottom: -25px;
  }
}
.productsSV-section .productsSV {
  background: white;
  border-radius: 20px;
  padding: 50px;
}
.productsSV-section .productsSV__title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
}
.productsSV-section .productsSV__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.productsSV-section .productsSV__card {
  background: #F8F8F8;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.productsSV-section .productsSV__card-image {
  position: relative;
  height: 264px;
  padding: 10px;
}
.productsSV-section .productsSV__image-bg {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  height: 264px;
  background: linear-gradient(179deg, #9BA2AB 0%, #F3F3F3 86%);
  border-radius: 12px;
  z-index: 1;
}
.productsSV-section .productsSV__product-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 278px;
  max-height: 264px;
  object-fit: contain;
  z-index: 2;
}
.productsSV-section .productsSV__card-content {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.productsSV-section .productsSV__product-title {
  color: #313131;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 7px;
}
.productsSV-section .productsSV__product-subtitle {
  color: rgba(49, 49, 49, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.productsSV-section .productsSV__features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}
.productsSV-section .productsSV__feature-item {
  color: rgba(49, 49, 49, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 7px;
  position: relative;
  padding-left: 15px;
}
.productsSV-section .productsSV__feature-item:last-child {
  margin-bottom: 0;
}
.productsSV-section .productsSV__feature-item::before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(49, 49, 49, 0.7);
}

@media (max-width: 1419px) {
  .productsSV-section .productsSV {
    padding: 40px 30px;
  }
  .productsSV-section .productsSV__title {
    font-size: 26px;
  }
  .productsSV-section .productsSV__grid {
    gap: 20px;
  }
  .productsSV-section .productsSV__card-content {
    padding: 20px 15px 15px;
  }
  .productsSV-section .productsSV__product-title {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .productsSV-section .productsSV__product-subtitle {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .productsSV-section .productsSV__feature-item {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .productsSV-section .productsSV {
    padding: 25px 30px;
  }
  .productsSV-section .productsSV__title {
    font-size: 24px;
  }
  .productsSV-section .productsSV__grid {
    gap: 15px;
  }
  .productsSV-section .productsSV__product-title {
    font-size: 16px;
  }
  .productsSV-section .productsSV__product-subtitle {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .productsSV-section .productsSV__feature-item {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .productsSV-section .productsSV {
    padding: 30px 20px;
  }
  .productsSV-section .productsSV__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .productsSV-section .productsSV__product-subtitle {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .productsSV-section .productsSV__feature-item {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .productsSV-section .productsSV__grid {
    gap: 15px;
  }
  .productsSV-section .productsSV__card-image {
    height: 240px;
  }
  .productsSV-section .productsSV__image-bg {
    height: 240px;
  }
  .productsSV-section .productsSV__product-img {
    max-width: 250px;
    max-height: 240px;
  }
}
@media (max-width: 767px) {
  .productsSV-section .productsSV {
    padding: 20px 15px;
  }
  .productsSV-section .productsSV__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .productsSV-section .productsSV__card-image {
    height: 165px;
  }
  .productsSV-section .productsSV__grid {
    grid-template-columns: 1fr;
  }
  .productsSV-section .productsSV__image-bg {
    height: 165px;
  }
  .productsSV-section .productsSV__product-img {
    max-width: 174px;
    max-height: 165px;
    top: 10px;
    transform: translate(-50%, 0);
  }
  .productsSV-section .productsSV__card-content {
    padding: 20px;
  }
  .productsSV-section .productsSV__product-title {
    font-size: 18px;
  }
  .productsSV-section .productsSV__product-subtitle {
    font-size: 13px;
  }
  .productsSV-section .productsSV__feature-item {
    font-size: 13px;
  }
}
.palette-section .palette {
  background: white;
  border-radius: 20px;
  padding: 50px;
}
.palette-section .palette__title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
}
.palette-section .palette__image-container {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.palette-section .palette__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.contacts-section .contacts {
  background: white;
  border-radius: 20px;
  padding: 50px;
}
.contacts-section .contacts__header {
  margin-bottom: 30px;
}
.contacts-section .contacts__title {
  color: #313131;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.1;
}
.contacts-section .contacts__tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.contacts-section .contacts__tab {
  color: rgba(49, 49, 49, 0.4);
  font-size: 16px;
  font-weight: 400;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color 0.3s ease;
}
.contacts-section .contacts__tab--active {
  color: #313131;
}
.contacts-section .contacts__tab:hover:not(.contacts-section .contacts__tab--active) {
  color: rgba(49, 49, 49, 0.7);
}
.contacts-section .contacts__content {
  display: flex;
  gap: 20px;
  margin-bottom: 70px;
}
.contacts-section .contacts__card {
  flex: 1;
  background: #F8F8F8;
  border-radius: 20px;
  overflow: hidden;
  min-height: 492px;
}
.contacts-section .contacts__card--map {
  padding: 0;
}
.contacts-section .contacts__card-content {
  padding: 45px 50px;
}
.contacts-section .contacts__card-title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
}
.contacts-section .contacts__info {
  margin-bottom: 40px;
}
.contacts-section .contacts__info-item {
  margin-bottom: 30px;
}
.contacts-section .contacts__info-item:last-child {
  margin-bottom: 0;
}
.contacts-section .contacts__info-label {
  color: rgba(49, 49, 49, 0.6);
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
.contacts-section .contacts__info-value {
  color: #313131;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}
.contacts-section .contacts__info-value--phone {
  text-transform: uppercase;
}
.contacts-section .contacts__info-value-schedule {
  font-size: 15px;
}
.contacts-section .contacts__social-label {
  color: rgba(49, 49, 49, 0.6);
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.contacts-section .contacts__social-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.contacts-section .contacts__social-btn {
  padding: 9px 30px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #531628;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  color: #531628;
  font-size: 12px;
}
.contacts-section .contacts__social-btn:hover {
  background-color: #531628;
  color: white;
  outline-color: #531628;
}
.agreement-checkbox:checked{
  background-color: #531628;
  border-color: #531628;
}
.contacts-section .contacts__map-container {
  width: 100%;
  height: 100%;
}
.contacts-section .contacts__map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts-section .contacts__requisites {
  margin-bottom: 80px;
}
.contacts-section .contacts__requisites-title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
}
.contacts-section .contacts__requisites-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.contacts-section .contacts__requisites-item {
  margin-bottom: 30px;
}
.contacts-section .contacts__requisites-item:last-child {
  margin-bottom: 0;
}
.contacts-section .contacts__requisites-label {
  color: rgba(49, 49, 49, 0.6);
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.contacts-section .contacts__requisites-value {
  color: #313131;
  font-size: 20px;
  font-weight: 400;
  display: block;
}
.contacts-section .contacts__form-title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
}
.contacts-section .contacts__form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contacts-section .contacts__form-col {
  display: flex;
  flex-direction: column;
}
.contacts-section .contacts__form-col--message {
  grid-row: 1;
  grid-column: 3;
}
.contacts-section .contacts__form-group {
  margin-bottom: 20px;
}
.contacts-section .contacts__form-group:last-child {
  margin-bottom: 0;
}
.contacts-section .contacts__form-label {
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.contacts-section .contacts__form-input, .contacts-section .contacts__form-textarea {
  width: 100%;
  background: #F8F8F8;
  border-radius: 5px;
  border: none;
  padding: 15px 20px;
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  font-family: inherit;
}
.contacts-section .contacts__form-input::placeholder, .contacts-section .contacts__form-textarea::placeholder {
  color: rgba(49, 49, 49, 0.3);
}
.contacts-section .contacts__form-input:focus, .contacts-section .contacts__form-textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(65, 87, 41, 0.2);
}
.contacts-section .contacts__form-textarea {
  height: 254px;
  resize: none;
}
.contacts-section .contacts__form-submit {
  display: inline-flex;
  padding: 20px 40px;
  border-radius: 500px;
  outline: 1px #415729 solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  color: #415729;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contacts-section .contacts__form-submit:hover {
  background-color: #415729;
  color: white;
}

@media (max-width: 1419px) {
  .contacts-section .contacts {
    padding: 40px;
  }
  .contacts-section .contacts__header {
    margin-bottom: 25px;
  }
  .contacts-section .contacts__title {
    font-size: 40px;
  }
  .contacts-section .contacts__tabs {
    margin-bottom: 25px;
  }
  .contacts-section .contacts__tab {
    font-size: 14px;
  }
  .contacts-section .contacts__content {
    margin-bottom: 50px;
  }
  .contacts-section .contacts__card {
    min-height: 453px;
  }
  .contacts-section .contacts__card-content {
    padding: 35px 40px;
  }
  .contacts-section .contacts__card-title {
    color: #313131;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 30px;
  }
  .contacts-section .contacts__info {
    margin-bottom: 40px;
  }
  .contacts-section .contacts__info-item {
    margin-bottom: 30px;
  }
  .contacts-section .contacts__info-item:last-child {
    margin-bottom: 0;
  }
  .contacts-section .contacts__info-label {
    color: rgba(49, 49, 49, 0.6);
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
  }
  .contacts-section .contacts__info-value {
    color: #313131;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    display: block;
  }
  .contacts-section .contacts__info-value--phone {
    text-transform: uppercase;
  }
  .contacts-section .contacts__info-value-schedule {
    font-size: 15px;
  }
  .contacts-section .contacts__social-label {
    font-size: 13px;
    margin-bottom: 1px;
  }
  .contacts-section .contacts__social-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .contacts-section .contacts__social-btn {
    padding: 9px 15px;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    color: #415729;
    font-size: 12px;
  }
  .contacts-section .contacts__requisites {
    margin-bottom: 60px;
  }
  .contacts-section .contacts__requisites-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .contacts-section .contacts__requisites-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .contacts-section .contacts__requisites-item {
    margin-bottom: 25px;
  }
  .contacts-section .contacts__requisites-item:last-child {
    margin-bottom: 0;
  }
  .contacts-section .contacts__requisites-label {
    font-size: 13px;
  }
  .contacts-section .contacts__requisites-value {
    font-size: 18px;
  }
  .contacts-section .contacts__form-title {
    font-size: 26px;
  }
  .contacts-section .contacts__form-grid {
    gap: 20px;
  }
  .contacts-section .contacts__form-col {
    display: flex;
    flex-direction: column;
  }
  .contacts-section .contacts__form-col--message {
    grid-row: 1;
    grid-column: 3;
  }
  .contacts-section .contacts__form-group:last-child {
    margin-bottom: 0;
  }
  .contacts-section .contacts__form-label {
    font-size: 14px;
  }
  .contacts-section .contacts__form-input, .contacts-section .contacts__form-textarea {
    width: 100%;
    padding: 13px 20px;
    font-size: 14px;
  }
  .contacts-section .contacts__form-textarea {
    height: 244px;
  }
}
@media (max-width: 1199px) {
  .contacts-section .contacts {
    padding: 40px;
  }
  .contacts-section .contacts__header {
    margin-bottom: 20px;
  }
  .contacts-section .contacts__title {
    font-size: 35px;
  }
  .contacts-section .contacts__tabs {
    margin-bottom: 20px;
  }
  .contacts-section .contacts__tab {
    font-size: 13px;
  }
  .contacts-section .contacts__content {
    margin-bottom: 50px;
  }
  .contacts-section .contacts__card {
    min-height: 453px;
  }
  .contacts-section .contacts__card-content {
    padding: 25px 30px;
  }
  .contacts-section .contacts__card-title {
    color: #313131;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 30px;
  }
  .contacts-section .contacts__info {
    margin-bottom: 20px;
  }
  .contacts-section .contacts__info-item {
    margin-bottom: 20px;
  }
  .contacts-section .contacts__info-item:last-child {
    margin-bottom: 0;
  }
  .contacts-section .contacts__info-label {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .contacts-section .contacts__info-value {
    font-size: 18px;
  }
  .contacts-section .contacts__info-value--phone {
    text-transform: uppercase;
  }
  .contacts-section .contacts__info-value-schedule {
    font-size: 15px;
  }
  .contacts-section .contacts__social-label {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .contacts-section .contacts__social-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 260px;
  }
  .contacts-section .contacts__social-btn {
    padding: 9px 15px;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    color: #415729;
    font-size: 12px;
  }
  .contacts-section .contacts__requisites {
    margin-bottom: 50px;
  }
  .contacts-section .contacts__requisites-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .contacts-section .contacts__requisites-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .contacts-section .contacts__requisites-item {
    margin-bottom: 25px;
  }
  .contacts-section .contacts__requisites-item:last-child {
    margin-bottom: 0;
  }
  .contacts-section .contacts__requisites-label {
    font-size: 13px;
  }
  .contacts-section .contacts__requisites-value {
    font-size: 18px;
  }
  .contacts-section .contacts__form-title {
    font-size: 24px;
  }
  .contacts-section .contacts__form-grid {
    gap: 15px;
  }
  .contacts-section .contacts__form-col {
    display: flex;
    flex-direction: column;
  }
  .contacts-section .contacts__form-col--message {
    grid-row: 1;
    grid-column: 3;
  }
  .contacts-section .contacts__form-group:last-child {
    margin-bottom: 0;
  }
  .contacts-section .contacts__form-label {
    font-size: 14px;
  }
  .contacts-section .contacts__form-input, .contacts-section .contacts__form-textarea {
    width: 100%;
    padding: 13px 20px;
    font-size: 14px;
  }
  .contacts-section .contacts__form-textarea {
    height: 242px;
  }
}
@media (max-width: 991px) {
  .contacts-section .contacts {
    padding: 30px;
  }
  .contacts-section .contacts__card {
    min-height: 0;
  }
  .contacts-section .contacts__map-container {
    height: 324px;
  }
  .contacts-section .contacts__header {
    margin-bottom: 25px;
  }
  .contacts-section .contacts__title {
    font-size: 28px;
  }
  .contacts-section .contacts__tab {
    font-size: 14px;
  }
  .contacts-section .contacts__content {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .contacts-section .contacts__card-title {
    color: #313131;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .contacts-section .contacts__info {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .contacts-section .contacts__info-item {
    margin-bottom: 20px;
  }
  .contacts-section .contacts__info-item:last-child {
    margin-bottom: 0;
    grid-column: 1/3;
  }
  .contacts-section .contacts__info-label {
    color: rgba(49, 49, 49, 0.6);
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
  }
  .contacts-section .contacts__info-value--phone {
    text-transform: uppercase;
  }
  .contacts-section .contacts__info-value-schedule {
    font-size: 15px;
  }
  .contacts-section .contacts__social-label {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .contacts-section .contacts__social-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: none;
  }
  .contacts-section .contacts__social-btn {
    padding: 9px 15px;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    color: #415729;
    font-size: 12px;
  }
  .contacts-section .contacts__requisites {
    margin-bottom: 60px;
  }
  .contacts-section .contacts__requisites-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .contacts-section .contacts__requisites-grid {
    display: grid;
    grid-template-columns: 290px 230px;
    gap: 20px;
    justify-content: space-between;
  }
  .contacts-section .contacts__requisites-item {
    margin-bottom: 25px;
  }
  .contacts-section .contacts__requisites-item:last-child {
    margin-bottom: 0;
  }
  .contacts-section .contacts__requisites-label {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .contacts-section .contacts__requisites-value {
    font-size: 16px;
  }
  .contacts-section .contacts__form-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .contacts-section .contacts__form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .contacts-section .contacts__form-col {
    display: flex;
    flex-direction: column;
  }
  .contacts-section .contacts__form-col--message {
    grid-row: 2;
    grid-column: 1/3;
    height: 170px;
  }
  .contacts-section .contacts__form-group:last-child {
    margin-bottom: 0;
  }
  .contacts-section .contacts__form-label {
    font-size: 14px;
  }
  .contacts-section .contacts__form-input, .contacts-section .contacts__form-textarea {
    width: 100%;
    padding: 13px 20px;
    font-size: 14px;
  }
  .contacts-section .contacts__form-textarea {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .contacts-section .contacts {
    padding: 20px 15px 15px;
  }
  .contacts-section .contacts__card {
    min-height: 0;
  }
  .contacts-section .contacts__map-container {
    height: 324px;
  }
  .contacts-section .contacts__header {
    margin-bottom: 20px;
  }
  .contacts-section .contacts__title {
    font-size: 20px;
  }
  .contacts-section .contacts__tabs {
    margin-bottom: 20px;
  }
  .contacts-section .contacts__tab {
    font-size: 12px;
  }
  .contacts-section .contacts__content {
    flex-direction: column;
    margin-bottom: 40px;
    gap: 15px;
  }
  .contacts-section .contacts__card-content {
    padding: 15px 20px;
  }
  .contacts-section .contacts__card-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .contacts-section .contacts__info {
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .contacts-section .contacts__info-item {
    margin-bottom: 15px;
  }
  .contacts-section .contacts__info-item:last-child {
    margin-bottom: 0;
    grid-column: 1/2;
  }
  .contacts-section .contacts__info-label {
    color: rgba(49, 49, 49, 0.6);
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
  }
  .contacts-section .contacts__info-value {
    color: #313131;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: block;
  }
  .contacts-section .contacts__info-value--phone {
    text-transform: uppercase;
  }
  .contacts-section .contacts__info-value-schedule {
    font-size: 15px;
  }
  .contacts-section .contacts__social-label {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .contacts-section .contacts__social-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: none;
  }
  .contacts-section .contacts__social-btn {
    padding: 9px 15px;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    color: #415729;
    font-size: 12px;
  }
  .contacts-section .contacts__requisites {
    margin-bottom: 60px;
  }
  .contacts-section .contacts__requisites-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .contacts-section .contacts__requisites-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-content: space-between;
  }
  .contacts-section .contacts__requisites-item {
    margin-bottom: 20px;
  }
  .contacts-section .contacts__requisites-item:last-child {
    margin-bottom: 0;
  }
  .contacts-section .contacts__requisites-label {
    font-size: 12px;
  }
  .contacts-section .contacts__requisites-value {
    font-size: 14px;
  }
  .contacts-section .contacts__form-title {
    font-size: 18px;
  }
  .contacts-section .contacts__form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .contacts-section .contacts__form-col {
    display: flex;
    flex-direction: column;
  }
  .contacts-section .contacts__form-col--message {
    grid-row: 3;
    grid-column: 1;
    height: 170px;
  }
  .contacts-section .contacts__form-group:last-child {
    margin-bottom: 0;
  }
  .contacts-section .contacts__form-label {
    font-size: 12px;
  }
  .contacts-section .contacts__form-input, .contacts-section .contacts__form-textarea {
    width: 100%;
    padding: 13px 12px;
    font-size: 14px;
  }
  .contacts-section .contacts__form-textarea {
    height: 140px;
  }
}
.fof__container {
  background: #fff;
  width: 100%;
  min-height: calc(100vh - 790px);
  border-radius: 20px;
  display: flex;
  justify-content: center;
}
.fof__items {
  display: flex;
  flex-direction: column;
  padding: 60px 0 120px;
  align-items: center;
}
.fof__img {
  width: 530px;
  aspect-ratio: 530/308;
}
.fof__text {
  text-align: center;
  color: #313131;
  font-size: 44px;
  font-family: "Manrope";
  font-weight: 400;
  line-height: 1.2;
}
.fof__button {
  margin-top: 40px;
  display: inline-flex;
  padding: 15px 30px;
  height: 52px;
  border-radius: 500px;
  outline: 1px #531628   solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #531628  ;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  transition: all 0.3s;
}
.fof__button:hover {
  background-color: #415729;
  color: white;
}
@media (max-width: 1419px) {
  .fof__container {
    min-height: calc(100vh - 750px);
  }
  .fof__items {
    padding: 43px 0 102px;
  }
  .fof__img {
    width: 530px;
    aspect-ratio: 530/308;
  }
  .fof__text {
    font-size: 40px;
    line-height: 1.2;
  }
  .fof__button {
    margin-top: 40px;
    padding: 15px 30px;
    height: 52px;
    font-size: 12px;
  }
  .fof__button:hover {
    background-color: #415729;
    color: white;
  }
}
@media (max-width: 1199px) {
  .fof__container {
    min-height: calc(100vh - 615px);
  }
  .fof__items {
    padding: 32px 0 80px;
  }
  .fof__img {
    width: 437px;
  }
  .fof__text {
    font-size: 35px;
  }
  .fof__button {
    margin-top: 30px;
    padding: 15px 20px;
    height: auto;
    font-size: 12px;
  }
  .fof__button:hover {
    background-color: #415729;
    color: white;
  }
}
@media (max-width: 991px) {
  .fof__container {
    min-height: calc(100vh - 800px);
  }
  .fof__items {
    padding: 39px 0 85px;
  }
  .fof__img {
    width: 437px;
  }
  .fof__text {
    font-size: 28px;
  }
  .fof__button {
    margin-top: 30px;
    padding: 15px 20px;
    height: auto;
    font-size: 10px;
  }
  .fof__button:hover {
    background-color: #415729;
    color: white;
  }
}
@media (max-width: 767px) {
  .fof__container {
    min-height: calc(100vh - 800px);
  }
  .fof__items {
    padding: 65px 0 93px;
  }
  .fof__img {
    width: 100%;
    max-width: 283px;
  }
  .fof__text {
    font-size: 20px;
    max-width: 192px;
  }
  .fof__button {
    margin-top: 30px;
    padding: 15px 20px;
    height: auto;
    font-size: 10px;
    width: 100%;
    max-width: 270px;
  }
  .fof__button:hover {
    background-color: #415729;
    color: white;
  }
}

.lk__container {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  padding: 45px 50px 50px;
}
@media (max-width: 1419px) {
  .lk__container {
    padding: 35px 40px;
  }
}
@media (max-width: 1199px) {
  .lk__container {
    padding: 25px 30px;
  }
}
@media (max-width: 767px) {
  .lk__container {
    padding: 20px 15px;
  }
}
.lk__maps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.lk__maps__map-container {
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1419px) {
  .lk__maps__map-container {
    height: 400px;
  }
}
@media (max-width: 1199px) {
  .lk__maps__map-container {
    height: 325px;
  }
}
@media (max-width: 991px) {
  .lk__maps__map-container {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .lk__maps__map-container {
    height: 165px;
  }
}
@media (max-width: 991px) {
  .lk__maps {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.lk__grid {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 40px;
}
@media (max-width: 1419px) {
  .lk__grid {
    grid-template-columns: 245px 1fr;
  }
}
@media (max-width: 1199px) {
  .lk__grid {
    grid-template-columns: 200px 1fr;
  }
}
@media (max-width: 991px) {
  .lk__grid {
    grid-template-columns: 190px 1fr;
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .lk__grid {
    grid-template-columns: 1fr;
  }
}

.lk-menu .mx-800 {
  max-width: 800px;
}
.lk-menu--left {
  border-radius: 20px;
  height: fit-content;
}
@media (max-width: 767px) {
  .lk-menu--left {
    gap: 30px;
    display: none;
  }
}
.lk-menu--right {
  display: flex;
  flex-direction: column;
}
.lk-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lk-menu__item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0 10px 0;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 5px;
}
.lk-menu__item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.lk-menu__item svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}
.lk-menu__item svg path {
  stroke: #313131;
}
.lk-menu__item span {
  color: #313131;
  font-size: 14px;
  font-weight: 400;
}
.lk-menu__item.active span {
  color: #692A3C;
  font-weight: 500;
}
.lk-menu__item.active svg path {
  stroke: #692A3C;
}
@media (max-width: 1199px) {
  .lk-menu__item span {
    font-size: 12px;
  }
}
.lk-menu__title {
  color: #313131;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  position: relative;
  margin-bottom: 45px;
}
.lk-menu__title--mb40 {
  margin-bottom: 40px;
}
.lk-menu__title--mb30 {
  margin-bottom: 40px;
}
@media (max-width: 1419px) {
  .lk-menu__title {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .lk-menu__title {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .lk-menu__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .lk-menu__title {
    font-size: 20px;
    margin-left: 22px;
    margin-bottom: 20px;
  }
}
.lk-menu__title .arr {
  position: absolute;
  left: -35px;
  top: 14px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .lk-menu__title .arr {
    left: -22px;
    height: 12px;
  }
  .lk-menu__title .arr svg {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .lk-menu__title .arr {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .lk-menu__title .arr {
    top: 5px;
    left: -22px;
    height: 12px;
  }
  .lk-menu__title .arr svg {
    height: 100%;
  }
}
.lk-menu__cards {
  display: grid;
  grid-template-columns: repeat(2, 310px);
  gap: 20px;
}
@media (max-width: 1199px) {
  .lk-menu__cards {
    grid-template-columns: repeat(2, 212px);
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .lk-menu__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.lk-card {
  display: block;
  text-decoration: none;
  transition: transform 0.3s;
}
.lk-card:hover .lk-card__content {
  background: radial-gradient(ellipse 188.4% 499.21% at 97.74% -16%, #D2859C 0%, #531628 100%);
}
.lk-card:hover .lk-card__title {
  color: white;
}
.lk-card:hover .lk-card__circle circle {
  fill: white;
}
.lk-card:hover .lk-card__icon path {
  stroke: #415729;
}
.lk-card:hover .lk-card__icon path[fill] {
  fill: #415729;
}
.lk-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #F8F8F8;
  border-radius: 20px;
  padding: 25px 20px;
  transition: background 0.3s;
  height: 100%;
}
@media (max-width: 1199px) {
  .lk-card__content {
    padding: 20px 5px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .lk-card__content {
    padding: 12px 5px;
    gap: 9px;
  }
}
.lk-card__image {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .lk-card__image {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .lk-card__image {
    width: 20px;
    height: 20px;
  }
}
.lk-card__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lk-card__circle circle {
  transition: fill 0.3s;
}
.lk-card__icon {
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
}
.lk-card__icon path {
  transition: stroke 0.3s, fill 0.3s;
}
@media (max-width: 1199px) {
  .lk-card__icon {
    height: 12px;
    width: 100%;
    padding-left: 1px;
  }
}
@media (max-width: 767px) {
  .lk-card__icon {
    height: 8px;
    width: 100%;
    padding-left: 1px;
  }
}
.lk-card__title {
  color: #313131;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  transition: color 0.3s;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .lk-card__title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .lk-card__title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .lk-card__title {
    font-size: 12px;
    max-width: 80px;
  }
}

.lk-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.lk-form__row {
  display: grid;
  grid-template-columns: 595px 1fr;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 1419px) {
  .lk-form__row {
    grid-template-columns: 550px 1fr;
  }
}
@media (max-width: 1199px) {
  .lk-form__row {
    grid-template-columns: 440px 1fr;
  }
}
@media (max-width: 991px) {
  .lk-form__row {
    grid-template-columns: 250px 1fr;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .lk-form__row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.lk-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lk-form__label {
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .lk-form__label {
    font-size: 12px;
  }
}
.lk-form__input-wrapper {
  position: relative;
  width: 100%;
}
.lk-form__input {
  width: 100%;
  height: 52px;
  background: #F8F8F8;
  border-radius: 5px;
  border: none;
  padding: 0 20px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #313131;
  transition: all 0.3s;
}
.lk-form__input::placeholder {
  color: rgba(49, 49, 49, 0.3);
}
.lk-form__input:focus {
  outline: 1px solid #415729;
}
.lk-form__input[value] {
  color: rgba(49, 49, 49, 0.3);
}
@media (max-width: 1199px) {
  .lk-form__input {
    font-size: 12px;
  }
}
.lk-form__calendar {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 21px;
  pointer-events: none;
  background: #F8F8F8;
}
.lk-form__hint {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 8px;
  display: flex;
  align-items: end;
  height: 100%;
  max-width: 210px;
  padding: 7px 0;
}
@media (max-width: 1199px) {
  .lk-form__hint {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .lk-form__hint {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .lk-form__hint {
    max-width: none;
  }
}
.lk-form__button {
  display: inline-flex;
  width: 100%;
  padding: 15px 30px;
  border-radius: 500px;
  outline: 1px #531628  solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #531628 ;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13.2px;
  transition: all 0.3s;
  background: transparent;
  border: none;
  cursor: pointer;
}
.lk-form__button:hover {
  background-color: #531628 ;
  color: white;
}

.lk-contacts {
  display: grid;
  grid-template-columns: auto 310px;
  gap: 40px;
  margin-bottom: 40px;
}
.lk-contacts__content {
  display: flex;
  gap: 20px;
}
.lk-contacts__info {
  margin-bottom: 20px;
}
.lk-contacts__info-item {
  margin-bottom: 20px;
}
.lk-contacts__info-item:last-child {
  margin-bottom: 0;
}
.lk-contacts__info-label {
  color: rgba(49, 49, 49, 0.6);
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
.lk-contacts__info-value {
  color: #313131;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}
.lk-contacts__info-value--phone {
  text-transform: uppercase;
}
.lk-contacts__info-value-schedule {
  font-size: 15px;
}
.lk-contacts__social {
  margin-bottom: 25px;
}
.lk-contacts__social-label {
  color: rgba(49, 49, 49, 0.6);
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.lk-contacts__social-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lk-contacts__social-btn {
  padding: 9px 30px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #531628 ;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  color: #531628 ;
  font-size: 12px;
}
.lk-contacts__social-btn:hover {
  background-color: #531628 ;
  color: white;
  outline-color: #531628 ;
}
.lk-contacts .contact-card__image {
  /* margin-bottom: 20px; */
  max-width: 310px;
  height: 330px;
  border-radius: 20px;
  width: 100%;
  object-fit: scale-down;
}
.lk-contacts .contact-card__position {
  /* margin-bottom: 10px; */
  color: rgba(49, 49, 49, 0.6);
  font-size: 13px;
  font-weight: 400;
}
.lk-contacts .contact-card__name {
  color: #313131;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1419px) {
  .lk-contacts__card-title {
    color: #313131;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 30px;
  }
  .lk-contacts__info-item {
    margin-bottom: 30px;
  }
  .lk-contacts__info-item:last-child {
    margin-bottom: 0;
  }
  .lk-contacts__info-label {
    color: rgba(49, 49, 49, 0.6);
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
  }
  .lk-contacts__info-value {
    color: #313131;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    display: block;
  }
  .lk-contacts__info-value--phone {
    text-transform: uppercase;
  }
  .lk-contacts__info-value-schedule {
    font-size: 15px;
  }
  .lk-contacts__social {
    margin-bottom: 20px;
  }
  .lk-contacts__social-label {
    font-size: 13px;
  }
  .lk-contacts__social-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .lk-contacts__social-btn {
    padding: 9px 15px;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    color: #531628;
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .lk-contacts {
    margin-bottom: 30px;
    grid-template-columns: auto 260px;
  }
  .lk-contacts__info {
    margin-bottom: 20px;
  }
  .lk-contacts__info-item {
    margin-bottom: 20px;
  }
  .lk-contacts__info-item:last-child {
    margin-bottom: 0;
  }
  .lk-contacts__info-label {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .lk-contacts__info-value {
    font-size: 18px;
  }
  .lk-contacts__info-value--phone {
    text-transform: uppercase;
  }
  .lk-contacts__info-value-schedule {
    font-size: 15px;
  }
  .lk-contacts__social-label {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .lk-contacts__social-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 260px;
  }
  .lk-contacts__social-btn {
    padding: 9px 15px;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    color: #531628;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .lk-contacts {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 25px;
  }
  .lk-contacts__info {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .lk-contacts__info-item {
    margin-bottom: 20px;
  }
  .lk-contacts__info-item:last-child {
    margin-bottom: 0;
    grid-column: 1/3;
  }
  .lk-contacts__info-label {
    color: rgba(49, 49, 49, 0.6);
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
  }
  .lk-contacts__info-value--phone {
    text-transform: uppercase;
  }
  .lk-contacts__info-value-schedule {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .lk-contacts {
    margin-bottom: 30px;
  }
  .lk-contacts__info {
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .lk-contacts__info-item {
    margin-bottom: 15px;
  }
  .lk-contacts__info-item:last-child {
    margin-bottom: 0;
    grid-column: 1/2;
  }
  .lk-contacts__info-label {
    color: rgba(49, 49, 49, 0.6);
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
  }
  .lk-contacts__info-value {
    color: #313131;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: block;
  }
  .lk-contacts__info-value--phone {
    text-transform: uppercase;
  }
  .lk-contacts__info-value-schedule {
    font-size: 15px;
  }
  .lk-contacts__social-label {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .lk-contacts__social-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: none;
  }
  .lk-contacts__social-btn {
    padding: 9px 15px;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    color: #531628;
    font-size: 12px;
  }
}

.lk-useful__filters {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 30px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.lk-useful__filters::-webkit-scrollbar {
  height: 0;
}
.lk-useful__filters {
  mask-image: linear-gradient(to right, transparent 0%, black 10px, black calc(100% - 10px), transparent 100%);
}
@supports (scrollbar-width: none) {
  .lk-useful__filters {
    mask-image: none;
  }
}
@media (max-width: 767px) {
  .lk-useful__filters {
    overflow: auto;
  }
}
.lk-useful__filter {
  color: rgba(49, 49, 49, 0.4);
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: color 0.3s ease;
  flex-shrink: 0;
}
.lk-useful__filter:hover {
  color: rgba(49, 49, 49, 0.6);
}
.lk-useful__filter.active {
  color: #313131;
}
@media (max-width: 1419px) {
  .lk-useful__filter {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .lk-useful__filter {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .lk-useful__filter {
    font-size: 12px;
  }
}
.lk-useful__grid {
  display: grid;
  grid-template-columns: repeat(3, 310px);
  gap: 30px;
}
@media (max-width: 1419px) {
  .lk-useful__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .lk-useful__grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .lk-useful__grid {
    gap: 25px;
  }
}
.lk-useful__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.3s ease;
}
@media (max-width: 1199px) {
  .lk-useful__card {
    width: 100%;
    height: auto;
  }
}
.lk-useful__card:hover {
  transform: translateY(-5px);
}
.lk-useful__card-image {
  width: 100%;
  height: auto;
  background: #F8F8F8;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 310/335;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .lk-useful__card-image {
    width: 100%;
    height: auto;
    aspect-ratio: 310/335;
    position: relative;
  }
}
.lk-useful__card-image {
  aspect-ratio: 270/220;
}
@media (max-width: 1199px) {
  .lk-useful__card-image {
    aspect-ratio: 270/220;
  }
}
.lk-useful__card-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.lk-useful__card-title {
  width: 100%;
  text-align: center;
  color: #313131;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
}
.lk-useful__card-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1199px) {
  .lk-useful__card-link {
    position: static;
    transform: none;
  }
}
.lk-useful__card-link-text {
  color: #313131;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13.2px;
  transition: color 0.3s ease;
}
.lk-useful__card-link-line {
  width: 0;
  height: 0;
  outline: 1px #313131 solid;
  outline-offset: -0.5px;
  transition: width 0.3s ease;
  width: 55px;
}
@media (max-width: 1419px) {
  .lk-useful__card-title {
    font-size: 18px;
    -webkit-line-clamp: 3;
    height: 65px;
    margin-bottom: 15px;
  }
  .lk-useful__filters {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .lk-useful__card-title {
    font-size: 16px;
    -webkit-line-clamp: 3;
    height: 58px;
    margin-bottom: 15px;
  }
  .lk-useful__filters {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .lk-useful__card-title {
    font-size: 16px;
    -webkit-line-clamp: 2;
    height: auto;
    margin-bottom: 15px;
  }
  .lk-useful__filters {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .lk-useful__card-title {
    font-size: 14px;
  }
  .lk-useful__filters {
    margin-bottom: 20px;
  }
}

.lk-useful-det__grid {
  display: grid;
  grid-template-columns: repeat(3, 310px);
  gap: 30px;
}
@media (max-width: 1419px) {
  .lk-useful-det__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .lk-useful-det__grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .lk-useful-det__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.lk-useful-det__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.3s ease;
}
@media (max-width: 1199px) {
  .lk-useful-det__card {
    width: 100%;
    height: auto;
  }
}
.lk-useful-det__card:hover {
  transform: translateY(-5px);
}
.lk-useful-det__card-image {
  width: 100%;
  height: auto;
  background: #F8F8F8;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 310/335;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .lk-useful-det__card-image {
    width: 100%;
    height: auto;
    aspect-ratio: 310/335;
    position: relative;
  }
}
.lk-useful-det__card-image {
  aspect-ratio: 270/220;
}
@media (max-width: 1199px) {
  .lk-useful-det__card-image {
    aspect-ratio: 270/220;
  }
}
.lk-useful-det__card-image img {
  object-fit: contain;
  width: 100%;
}
.lk-useful-det__card-title {
  width: 100%;
  text-align: center;
  color: #313131;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  height: 50px;
}
.lk-useful-det__card-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1199px) {
  .lk-useful-det__card-link {
    position: static;
    transform: none;
  }
}
.lk-useful-det__card-link-text {
  color: #313131;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13.2px;
  transition: color 0.3s ease;
}
.lk-useful-det__card-link-line {
  width: 0;
  height: 0;
  outline: 1px #313131 solid;
  outline-offset: -0.5px;
  transition: width 0.3s ease;
  width: 55px;
}
@media (max-width: 1419px) {
  .lk-useful-det__card-title {
    font-size: 18px;
    -webkit-line-clamp: 3;
    margin-bottom: 15px;
    height: 65px;
  }
  .lk-useful-det__filters {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .lk-useful-det__card-title {
    font-size: 16px;
    -webkit-line-clamp: 3;
    height: 58px;
    margin-bottom: 15px;
  }
  .lk-useful-det__filters {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .lk-useful-det__card-title {
    font-size: 16px;
    -webkit-line-clamp: 2;
    height: auto;
    margin-bottom: 15px;
  }
  .lk-useful-det__filters {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .lk-useful-det__card-title {
    font-size: 14px;
  }
  .lk-useful-det__filters {
    margin-bottom: 20px;
  }
}

.lk-cert {
  width: 100%;
}
.lk-cert__banner {
  width: 100%;
  padding: 35px 40px;
  background: radial-gradient(ellipse 188.4% 499.21% at 97.74% -16%, #D2859C 0%, #531628 100%);
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1419px) {
  .lk-cert__banner {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .lk-cert__banner {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .lk-cert__banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .lk-cert__banner {
    padding: 15px;
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .lk-cert__banner {
    padding: 20px;
  }
}
.lk-cert__content {
  width: 388px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1199px) {
  .lk-cert__content {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .lk-cert__content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lk-cert__content {
    gap: 10px;
  }
}
.lk-cert__title {
  color: white;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}
@media (max-width: 1419px) {
  .lk-cert__title {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .lk-cert__title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .lk-cert__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .lk-cert__title {
    font-size: 18px;
  }
}
.lk-cert__subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1419px) {
  .lk-cert__subtitle {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .lk-cert__subtitle {
    font-size: 12px;
  }
}
.lk-cert__action {
  width: 317px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1419px) {
  .lk-cert__action {
    width: auto;
  }
}
@media (max-width: 991px) {
  .lk-cert__action {
    width: 100%;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .lk-cert__action {
    width: 100%;
    flex-direction: column;
  }
}
.lk-cert__button {
  width: 100%;
  padding: 23px 30px;
  border-radius: 500px;
  outline: 1px white solid;
  outline-offset: -1px;
  border: none;
  background: transparent;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1419px) {
  .lk-cert__button {
    width: auto;
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .lk-cert__button {
    width: 100%;
    height: 55px;
    padding: 12px 25px;
  }
}
@media (max-width: 767px) {
  .lk-cert__button {
    height: 50px;
    font-size: 11px;
  }
}
.lk-cert__button:hover {
  background: white;
  color: #531628;
}
.lk-cert__note {
  max-width: 281px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 991px) {
  .lk-cert__note {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .lk-cert__note {
    font-size: 11px;
  }
}

.dist__container {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  padding: 45px 50px 50px;
  position: relative;
}
@media (max-width: 1419px) {
  .dist__container {
    padding: 35px 40px;
  }
}
@media (max-width: 1199px) {
  .dist__container {
    padding: 25px 30px;
  }
}
@media (max-width: 767px) {
  .dist__container {
    padding: 20px 15px;
  }
}
.dist__title {
  max-width: 900px;
  color: #313131;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media (max-width: 1419px) {
  .dist__title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 25px;
    max-width: 820px;
  }
}
@media (max-width: 1199px) {
  .dist__title {
    font-size: 35px;
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  .dist__title {
    font-size: 28px;
    margin-bottom: 20px;
    max-width: 570px;
  }
}
@media (max-width: 767px) {
  .dist__title {
    font-size: 20px;
  }
}
.dist__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .dist__header {
    gap: 15px;
    align-items: flex-start;
  }
}
.dist__city-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}
.dist__city-dropdown .dropdown-toggle::after {
  display: none;
}
.dist__city-dropdown .dropdown-toggle svg {
  transition: transform 0.3s;
}
.dist__city-dropdown .dropdown-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
@media (max-width: 1419px) {
  .dist__city-dropdown .dropdown-toggle {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .dist__city-dropdown .dropdown-toggle {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .dist__city-dropdown .dropdown-toggle {
    font-size: 12px;
  }
}
.dist__city-menu {
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  min-width: 150px;
}
.dist__city-menu .dropdown-item {
  padding: 8px 20px;
  font-size: 14px;
  color: #313131;
  transition: all 0.3s;
}
.dist__city-menu .dropdown-item:hover {
  background-color: #F8F8F8;
  color: #415729;
}
.dist__view-toggle {
  display: flex;
  gap: 20px;
}
.dist__view-option {
  color: rgba(49, 49, 49, 0.4);
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: color 0.3s;
}
.dist__view-option:hover {
  color: rgba(49, 49, 49, 0.6);
}
.dist__view-option.active {
  color: #313131;
}
@media (max-width: 1419px) {
  .dist__view-option {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .dist__view-option {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .dist__view-option {
    font-size: 12px;
  }
}
.dist__content {
  position: relative;
  width: 100%;
  height: 492px;
  margin-bottom: 70px;
}
@media (max-width: 1419px) {
  .dist__content {
    height: 457px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .dist__content {
    width: 100%;
    height: 452px;
  }
}
@media (max-width: 991px) {
  .dist__content {
    width: 100%;
    height: 324px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .dist__content {
    width: 100%;
    height: 502px;
  }
}
.dist__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  border-radius: 20px;
  overflow: hidden;
}
.dist__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dist__shops-list {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 406px;
  height: calc(100% - 20px);
  background: #692A3C;
  border-radius: 15px;
  display: flex;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .dist__shops-list {
    width: 380px;
  }
}
@media (max-width: 991px) {
  .dist__shops-list {
    width: 305px;
  }
}
@media (max-width: 767px) {
  .dist__shops-list {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 304px;
  }
}
.dist__shops-scroll {
  flex: 1;
  padding: 20px 0 0 30px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.dist__shops-scroll::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
@media (max-width: 1199px) {
  .dist__shops-scroll {
    padding: 15px 0 0 20px;
  }
}
.dist__shop-item {
  margin-right: 30px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dist__shop-item:first-child {
  padding-top: 0;
}
.dist__shop-item:last-child {
  border-bottom: none;
}
@media (max-width: 1199px) {
  .dist__shop-item {
    margin-right: 20px;
    padding: 15px 0;
  }
}
.dist__shop-title {
  color: white;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 15px 0;
}
@media (max-width: 1199px) {
  .dist__shop-title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .dist__shop-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .dist__shop-title {
    font-size: 14px;
  }
}
.dist__shop-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.dist__shop-address {
  color: white;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .dist__shop-address {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .dist__shop-address {
    font-size: 12px;
  }
}
.dist__shop-hours {
  color: white;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .dist__shop-hours {
    font-size: 11px;
  }
}
.dist__scrollbar {
  width: 7px;
  background: #7D2F45;
  border-radius: 500px;
  margin: 10px 10px 10px 0;
  position: relative;
  cursor: pointer;
}
.dist__scrollbar-thumb {
  width: 7px;
  height: 100px;
  background: #9D576C;
  border-radius: 500px;
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.3s;
}
.dist__scrollbar-thumb:hover {
  background: rgb(178.3401639344, 116.6598360656, 135.1639344262);
}
.dist__marketplaces-title {
  color: #313131;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media (max-width: 1419px) {
  .dist__marketplaces-title {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .dist__marketplaces-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .dist__marketplaces-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .dist__marketplaces-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.dist__marketplaces-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dist__marketplace-item {
  padding: 5px;
  background: #f8f8f8;
  border-radius: 500px;
  outline: 1px solid #e4e4e4;
  outline-offset: -1px;
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  transition: all 0.3s;
}
.dist__marketplace-item:hover {
  background: #f0f0f0;
}
@media (max-width: 991px) {
  .dist__marketplace-item {
    gap: 8px;
  }
}
.dist__marketplace-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.dist__marketplace-icon--wb {
  background: url("/assets/icons/wb.svg") center/contain;
}
.dist__marketplace-icon--ozon {
  background: url("/assets/icons/ozon.svg") center/contain;
}
.dist__marketplace-icon--ym {
  background: url("/assets/icons/ym.svg") center/contain;
}
@media (max-width: 991px) {
  .dist__marketplace-icon {
    width: 20px;
    height: 20px;
  }
}
.dist__marketplace-name {
  color: #531628;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  white-space: nowrap;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .dist__marketplace-name {
    font-size: 10px;
    padding-right: 2px;
  }
}
.dist__shop-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
}
.dist__shop-item2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 20px 0;
  gap: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.dist__shop-item2:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 1419px) {
  .dist__shop-item2 {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .dist__shop-item2 {
    display: grid;
    grid-template-columns: auto 145px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .dist__shop-item2 {
    grid-template-columns: 1fr;
    padding: 15px;
    gap: 15px;
  }
}
.dist__shop-col--1 {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 200px;
}
@media (max-width: 991px) {
  .dist__shop-col--1 {
    min-width: 180px;
  }
}
@media (max-width: 767px) {
  .dist__shop-col--1 {
    width: 100%;
    min-width: 100%;
  }
}
.dist__shop-col--2 {
  flex: 1 1 auto;
  text-align: center;
}
@media (max-width: 1419px) {
  .dist__shop-col--2 {
    text-align: right;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .dist__shop-col--2 {
    grid-row: 2;
    text-align: left;
    padding-left: 29px;
  }
}
@media (max-width: 767px) {
  .dist__shop-col--2 {
    width: 100%;
    text-align: left;
    padding-left: 28px;
  }
}
.dist__shop-col--3 {
  flex: 0 0 auto;
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .dist__shop-col--3 {
    width: 100%;
    padding-left: 28px;
  }
}
.dist__shop-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dist__shop-icon svg {
  width: 16px;
  height: 20px;
}
.dist__shop-name {
  color: #313131;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 1419px) {
  .dist__shop-name {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .dist__shop-name {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .dist__shop-name {
    font-size: 14px;
    line-height: 16px;
  }
}
.dist__shop-address2 {
  color: #313131;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .dist__shop-address2 {
    font-size: 13px;
  }
}
.dist__shop-schedule {
  color: #313131;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .dist__shop-schedule {
    white-space: normal;
  }
}
.dist__shop-schedule-label {
  color: #313131;
  font-size: 12px;
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */