@charset 'utf-8';.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.about-swiper {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 1140px) 1fr;
  grid-template-rows: 1fr auto;
}
.about-swiper__swiper {
  grid-area: 1/1/-1/-1;
  width: 100%;
}
.about-swiper__wrapper {
  width: 100%;
}
.about-swiper__slide[class] {
  overflow: hidden;
  height: clamp(15.625rem, 19.633vw + 3.44rem, 27rem);
  transform: matrix(1, 0, -0.28, 1, 0, 0);
  border-top-left-radius: clamp(0.5rem, 2.083vw + -0.833rem, 1.25rem);
  border-top-right-radius: clamp(1rem, 4.167vw + -1.667rem, 2.5rem);
  border-bottom-left-radius: clamp(1rem, 4.167vw + -1.667rem, 2.5rem);
  border-bottom-right-radius: clamp(0.5rem, 2.083vw + -0.833rem, 1.25rem);
  user-select: none;
  transition: filter 0.2s linear;
  position: relative;
}
.about-swiper__slide[class]:not(.swiper-slide-active)::after {
  animation: p-opacity 1s linear;
  content: "";
  background-color: rgba(56, 50, 50, 0.5019607843);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.about-swiper__slide[class]:focus, .about-swiper__slide[class]:focus-visible {
  outline: none;
}
.about-swiper__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: matrix(1, 0, 0.28, 1, 0, 0) scale(1.3);
}
.about-swiper__arrow {
  font-size: 40px;
  color: white;
  transition: color 0.38s ease-in-out;
}
.about-swiper__prev, .about-swiper__next {
  margin: unset;
  grid-area: 1/1/-1/-1;
  position: static;
  height: 100%;
  width: 100%;
  justify-self: center;
}
.about-swiper__prev::after, .about-swiper__next::after {
  display: none;
}
.about-swiper__prev {
  grid-area: 1/1/-1/2;
}
.about-swiper__next {
  grid-area: 1/3/-1/-1;
}
.about-swiper__pagination {
  display: none;
}

@media (max-width: 992px) {
  .about-swiper {
    gap: 20px;
  }
  .about-swiper__swiper {
    grid-area: 1/1/-2/-1;
  }
  .about-swiper__prev, .about-swiper__next {
    display: none;
  }
  .about-swiper__pagination {
    display: flex;
    position: static;
    grid-area: 2/1/-1/-1;
    justify-content: center;
    --swiper-pagination-color: #bb3aa7;
    --swiper-pagination-bullet-inactive-color: #bbbbbb;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-pagination-bottom: 0;
  }
}
@media (max-width: 576px) {
  .about-swiper__slide[class] {
    height: 195px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.about {
  /* margin-top: fluid(30px, 50px); */
  margin-bottom: clamp(3.125rem, 13.021vw + -5.208rem, 7.813rem);
}
.about__title {
  text-align: center;
  margin-bottom: clamp(1.875rem, 4.167vw + -0.792rem, 3.375rem);
}
.about-description {
  margin-top: clamp(2.5rem, 3.472vw + 0.278rem, 3.75rem);
  margin-bottom: clamp(2.813rem, 7.813vw + -2.188rem, 5.625rem);
  text-align: justify;
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .about-description {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .about-description {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .about-description {
    --container-width: 100%;
  }
}
.about-description__container {
  line-height: 1.4;
  max-width: 1316px;
  width: 85%;
  grid-area: center;
  font-size: clamp(1rem, 0.694vw + 0.556rem, 1.25rem);
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.about-mission {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  margin-bottom: clamp(3.125rem, 6.944vw + -1.319rem, 5.625rem);
}
@media (max-width: 992px) {
  .about-mission {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .about-mission {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .about-mission {
    --container-width: 100%;
  }
}
.about-mission__container {
  grid-area: center;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3.472vw + -0.972rem, 2.5rem);
}
.about-mission__title {
  text-align: center;
}
.about-mission__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.938rem, 0.868vw + 0.382rem, 1.25rem);
}
.about-work {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .about-work {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .about-work {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .about-work {
    --container-width: 100%;
  }
}
.about-work__container {
  grid-area: center;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.about-work__title {
  margin-bottom: clamp(1.25rem, 2.604vw + -0.417rem, 2.188rem);
}
.about-work__content {
  margin-bottom: clamp(1.25rem, 3.472vw + -0.972rem, 2.5rem);
  line-height: 1.4;
}
.about-work__content p {
  font-weight: 400;
  font-size: clamp(1rem, 0.694vw + 0.556rem, 1.25rem);
  margin-bottom: 0.75em;
}
.about-work__content ul {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}
.about-work__content li {
  font-size: clamp(0.875rem, 0.694vw + 0.431rem, 1.125rem);
  position: relative;
  margin-left: 1.3em;
}
.about-work__content li::before {
  border-radius: 999px;
  top: 0.6em;
  left: -0.75em;
  position: absolute;
  content: "";
  width: 0.25em;
  height: 0.25em;
  background-color: #0a0909;
  display: block;
}
.about-work__image {
  border-radius: 30px;
  max-width: clamp(21.875rem, 50.347vw + -10.347rem, 40rem);
  max-height: clamp(14.75rem, 33.681vw + -6.806rem, 26.875rem);
  object-fit: cover;
  aspect-ratio: 1.5;
}

@media (max-width: 992px) {
  .about {
    /* margin-top: 74px; */
  }
  .about__title {
    margin-bottom: 24px;
  }
  .about-work__container {
    /* flex-direction: column-reverse; */
  }
  .about-work__image {
    max-width: 35%;
    border-radius: 20px;
  }
  .about-work__content p {
    margin-bottom: 0.65em;
  }
  .about-work__content ul {
    gap: 0.5em;
  }
  .about-description__container {
    width: unset;
  }
  .about-mission__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .about-work__container {
    flex-direction: column-reverse;
  }
  .about-work__image {
    max-width: 48.8%;
  }
  .about-mission__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .about-description__container {
    line-height: 1.5;
    gap: 1.3em;
  }
  .about-work__image {
    max-width: unset;
    width: 100%;
  }
  .about-mission__title {
    text-align: left;
  }
  .about-mission__list {
    grid-template-columns: 100%;
  }
}/*!
 * TOAST UI Pagination
 * @version 3.4.1
 * @author NHN FE Development Team <dl_javascript@nhn.com>
 * @license MIT
 */

.tui-pagination * {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tui-ico-ellipsis, .tui-ico-first, .tui-ico-last, .tui-ico-next, .tui-ico-prev {
    overflow: hidden;
}

.tui-pagination {
    height: 28px;
    margin: 14px 0 12px;
    line-height: normal;
    text-align: center;
    font-size: 0;
}

.tui-pagination .tui-page-btn {
    display: inline-block;
    position: relative;
    width: 28px;
    padding: 8px 0 6px;
    margin-left: 0;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-width: 1px 0;
}

.tui-pagination .tui-page-btn:hover {
    background-color: #f4f4f4;
}

.tui-pagination .tui-is-selected, .tui-pagination strong {
    color: #fff;
    background: #4b96e6;
    border-color: #4b96e6;
    cursor: default;
}

.tui-pagination .tui-is-selected:hover {
    background-color: #4b96e6;
}

.tui-pagination .tui-first-child.tui-is-selected, .tui-pagination strong.tui-first-child {
    margin-left: 0
}

.tui-pagination .tui-first-child, .tui-pagination .tui-prev-is-ellip {
    border-left: 1px solid #ddd
}

.tui-pagination .tui-last-child, .tui-pagination .tui-next-is-ellip {
    border-right: 1px solid #ddd
}

.tui-pagination .tui-first-child.tui-is-selected {
    border-left: 1px solid #4b96e6
}

.tui-pagination .tui-last-child.tui-is-selected {
    border-right: 1px solid #4b96e6
}

.tui-pagination .tui-first, .tui-pagination .tui-prev, .tui-pagination .tui-next, .tui-pagination .tui-last, .tui-pagination .tui-prev-is-ellip, .tui-pagination .tui-next-is-ellip {
    overflow: hidden;
    height: 26px;
    padding: 0;
    font-size: 0;
    line-height: 26px;
    white-space: nowrap;
    font-weight: normal;
    border: 1px solid #ddd;
}

.tui-pagination .tui-prev-is-ellip {
    border-right: 0
}

.tui-pagination .tui-next-is-ellip {
    border-left: 0
}

.tui-pagination .tui-first+.tui-prev, .tui-pagination .tui-next+.tui-last {
    border-left: 0
}

.tui-pagination .tui-ico-first, .tui-pagination .tui-ico-prev, .tui-pagination .tui-ico-next, .tui-pagination .tui-ico-last, .tui-pagination .tui-ico-ellip {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAiCAYAAAA+stv/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0YwN0I4MUNDNjk0MTFFNjgzNjg5NTM0OEZDQ0YxNTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0YwN0I4MURDNjk0MTFFNjgzNjg5NTM0OEZDQ0YxNTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3RjA3QjgxQUM2OTQxMUU2ODM2ODk1MzQ4RkNDRjE1NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3RjA3QjgxQkM2OTQxMUU2ODM2ODk1MzQ4RkNDRjE1NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlM+zvEAAAMuSURBVHjaxFdrS5RREH73Zako6kt92x8QRR+qXYjoQneTyKCoMAmKspLI6EMQFBjSxehCdLGixa5maHbZilIro9uH2C2IoF+w/6EstJnleXV2mvO+W6458CA+45mZc+aceV5jyWTSU7aEsJOwUXO5XK7A5fN5vWYFoZawXnOJRKLAufLEDbKTsCmC08nblN/izDy+Iu9h0TNwSw3OlbwLXIXBSSuK6avkNSp5h+JKSX4nInlRTC6g0kheGZG8ykheFZHcjClb0Gcs6nP08Ad+DkRwXlRMH9XUoLpl4C1OWhd22oZWuDhpZkxfOHlxuypCc+UooiimbMFz4Vwewukiqo0iqkOKKIrpO5x1EZy0biSsjeDMPDHvL8yYgCUbTUST971RtjjNaO7VDRxLYOcIHwm3Hes6sOaJ4C4ScoSWEk+voBV8AtdxYVYLJwc/Q9jmKOAy4RZhreDShCYIWZQFUzQdx61dB3HghPexkwr4xhAuqQAvCWsID/kUcaM/42l1Y815R/KicR2o4SuM0kdYfBcBWSN6CGMJZ1WgNzi1DNZwu74QFqNAXnMqLLmH6gN7S1iFvk4kXCV8FQEnERpVwPeElRgw7G8mfCMswqY4ToPQimtaK3xjTvcr7hcQZjz/vyuuX+iDUytkAXNQ2X7snm0q4TV21mgknofXs0/c/mlYw3fgWMToHixgPo6xHq+CbTqhF6/hhJF8AfpfJ57rDKw5TjhZin746DEH2oELwjYTgY6iAOvDIoNR2w5uFvreEPIC/tAKvoR7CFsQMLBdhEOiFdrYv1kNou2EA65B5NKP/6YFLl0YdS2IkRYEzyKmnknR7/Q/weBpQT9aVQu8TCYjtaIVk3JETqAFWrDB4W8WQydcDbPZrL4HUb97qVSqR4zhcYSb6k96MVXZPx5CNTS1BoZmUXwY7XuHt8yDaIIhWB+En4u8YJ7AMO9QFoLFb3sy4Yjyf8KceUGYQjg8El9EPw39KEUrylJAMDFPG7tnmw1/E1DWFrB4PSUcJFwx/HMJjzEd085X8I/JF+LjpR7PURt/Dzwg7Bb6UtYC9mL2dzr8nHiraxBJ+y3AAOpc//DIQNiHAAAAAElFTkSuQmCC) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.tui-pagination .tui-prev-is-ellip, .tui-pagination .tui-next-is-ellip {
    padding: 0;
    line-height: 1;
}

.tui-pagination .tui-prev {
    margin-right: 10px;
}

.tui-pagination .tui-next {
    margin-left: 10px;
}

.tui-pagination .tui-ico-first {
    width: 11px;
    height: 10px;
    background-position: 0px 0px
}

.tui-pagination .tui-ico-prev {
    width: 6px;
    height: 10px;
    background-position: -26px 0px
}

.tui-pagination .tui-ico-next {
    width: 6px;
    height: 10px;
    background-position: -13px -24px
}

.tui-pagination .tui-ico-last {
    width: 11px;
    height: 10px;
    background-position: 0px -12px
}

.tui-pagination .tui-ico-ellip {
    width: 10px;
    height: 2px;
    margin-top: 16px;
    vertical-align: top;
    background-position: 0px -24px
}

.tui-pagination .tui-is-disabled:hover {
    background: #fff;
    cursor: default
}

.tui-pagination .tui-is-disabled .tui-ico-prev {
    background-position: -26px -12px
}

.tui-pagination .tui-is-disabled .tui-ico-first {
    background-position: -13px 0px
}

.tui-pagination .tui-is-disabled .tui-ico-next {
    background-position: -21px -24px
}

.tui-pagination .tui-is-disabled .tui-ico-last {
    background-position: -13px -12px
}

.tui-page-inputs {
    display: inline-block;
    vertical-align: top;
}

.tui-page-inputs .tui-page-input {
    display: inline-block;
    width: 10px;
    height: 12px;
    padding: 8px 0 6px;
    font-size: 12px;
    text-align: center;
    color: #333;
    border: 0;
    outline: none;
}

.tui-page-inputs .tui-page-current {
    color: #4b96e6
}

.tui-page-separator {
    display: inline-block;
    font-size: 12px;
    height: 12px;
    padding: 8px 0 6px;
    vertical-align: top
}

.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.footer {
  order: 20;
  background-color: #1f1f1f;
  color: white;
  padding-top: clamp(1.875rem, 1.042vw + 1.208rem, 2.25rem);
  padding-bottom: clamp(2.25rem, 1.389vw + 1.361rem, 2.75rem);
}
.footer__icon {
  font-size: 24px;
  width: fit-content;
  color: #a7b3c0;
  transition: color 0.38s ease-in-out;
}
.footer__icon:hover {
  color: #bb3aa7;
}
.footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.938rem, 2.604vw + -0.729rem, 1.875rem);
}
.footer a:not(.footer__button) {
  transition: color 0.38s ease-in-out;
}
.footer a:not(.footer__button):hover {
  color: #d983f5;
}
.footer__button {
  border-radius: 999px;
  color: white;
  font-size: clamp(0.875rem, 0.347vw + 0.653rem, 1rem);
  text-align: center;
  padding: clamp(0.688rem, 0.174vw + 0.576rem, 0.75rem) clamp(1.875rem, 3.472vw + -0.347rem, 3.125rem);
  width: fit-content;
  font-weight: 400;
  transition: color 0.38s ease-in-out;
  transition-property: color, background-color;
  display: inline-flex;
  border: 1px solid white;
}
.footer__button:hover {
  color: black;
  background-color: white;
}
.footer__container {
  grid-area: center;
  display: grid;
  grid-template-columns: auto 1fr auto minmax(auto, clamp(21.875rem, 27.083vw + 4.542rem, 31.625rem));
  grid-template-rows: auto 1fr;
  row-gap: clamp(1.875rem, 3.472vw + -0.347rem, 3.125rem);
  grid-template-areas: "nav nav nav contact" "logo copy dev contact";
}
.footer__nav {
  margin-top: 6px;
  grid-area: nav;
  display: flex;
  column-gap: clamp(6.25rem, 9.375vw + 0.25rem, 9.625rem);
  row-gap: 20px;
  font-size: clamp(0.875rem, 0.347vw + 0.653rem, 1rem);
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: start;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.347vw + 0.278rem, 0.625rem);
}
.footer__logo {
  align-self: center;
  grid-area: logo;
  font-size: clamp(1.313rem, 0.521vw + 0.979rem, 1.5rem);
  font-weight: 500;
  display: flex;
  gap: 0.6em;
  align-items: center;
  margin-right: 20px;
}
.footer__logo img {
  object-fit: contain;
  height: 2.35em;
  width: auto;
}
.footer__copy {
  grid-area: copy;
  align-self: center;
  font-size: clamp(0.875rem, 0.694vw + 0.431rem, 1.125rem);
  font-weight: 300;
}
.footer__dev {
  grid-area: dev;
  align-self: center;
  display: flex;
  align-items: center;
  font-size: clamp(0.875rem, 0.347vw + 0.653rem, 1rem);
  padding-right: clamp(0.75rem, 1.736vw + -0.361rem, 1.375rem);
  font-weight: 300;
  gap: 1.5em;
  letter-spacing: 0.06em;
  justify-self: end;
}
.footer__contact {
  grid-area: contact;
  border-left: 1px solid white;
  grid-row: 1/-1;
  padding-left: clamp(1.875rem, 5.208vw + -1.458rem, 3.75rem);
  display: grid;
  row-gap: clamp(2.5rem, 2.257vw + 1.056rem, 3.313rem);
  grid-auto-rows: max-content;
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer__questions {
  display: flex;
  flex-direction: column;
}
.footer__text {
  font-size: clamp(0.875rem, 0.347vw + 0.653rem, 1rem);
}
.footer__map {
  font-size: clamp(0.875rem, 0.347vw + 0.653rem, 1rem);
  text-decoration: underline;
  width: fit-content;
}
.footer__time {
  font-size: clamp(0.875rem, 0.347vw + 0.653rem, 1rem);
  display: inline-flex;
  gap: 0.5em;
  text-transform: uppercase;
}
.footer__time span:not(:last-child)::after {
  content: "|";
  margin-left: 0.5em;
}
.footer__phone {
  font-weight: 600;
  font-size: clamp(1.25rem, 1.389vw + 0.361rem, 1.75rem);
  line-height: 1;
  margin-bottom: 5px;
  width: fit-content;
}
.footer__email {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.347vw + 0.653rem, 1rem);
  margin-bottom: 16px;
  width: fit-content;
}
.footer__social {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1400px) {
  .footer {
    padding-bottom: 20px;
  }
  .footer__container {
    row-gap: 1rem;
    grid-template-columns: auto 1fr minmax(auto, clamp(21.875rem, 27.083vw + 4.542rem, 31.625rem));
    grid-template-rows: auto auto auto;
    grid-template-areas: "nav nav  contact" "logo logo contact" "copy dev contact";
  }
}
@media (max-width: 992px) {
  .footer__container {
    grid-template-columns: auto 1fr minmax(auto, clamp(21.875rem, 27.083vw + 4.542rem, 31.625rem));
    grid-template-rows: auto auto auto;
    grid-template-areas: "nav nav  contact" "logo logo contact" "copy copy contact" "dev dev contact";
  }
  .footer__nav {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto 1fr;
    row-gap: 8px;
  }
  .footer__menu:first-child {
    grid-row: span 2;
  }
  .footer__dev {
    justify-self: start;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .footer__container {
    justify-content: center;
    row-gap: 25px;
    grid-template-columns: 100%;
    grid-template-rows: unset;
    grid-template-areas: "logo" "nav" "contact" "copy" "dev";
  }
  .footer__nav {
    margin: unset;
    justify-content: space-between;
    column-gap: 2rem;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, auto);
  }
  .footer__copy {
    line-height: 1.25;
    text-align: center;
  }
  .footer__dev {
    justify-self: center;
    margin-top: -15px;
    font-size: 16px;
  }
  .footer__contact {
    grid-row: unset;
    padding: unset;
    border: unset;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding-top: 25px;
    padding-bottom: 25px;
    row-gap: 25px;
  }
  .footer__column {
    grid-column: span 2;
  }
  .footer__social {
    grid-area: 1/2/2/3;
    line-height: 1;
    justify-self: end;
    gap: 10px;
  }
  .footer__social a {
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  .footer__container {
    grid-template-columns: auto;
    justify-content: unset;
  }
  .footer__nav {
    justify-content: unset;
    column-gap: 30%;
    grid-template-columns: repeat(2, auto);
  }
  .footer__column {
    gap: 4px;
  }
  .footer__email {
    margin-bottom: 6px;
  }
  .footer__social {
    text-align: end;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.drawer-footer {
  padding-top: 15px;
  border-top: 1px solid #bbbbbb;
  display: flex;
  justify-content: space-between;
}
.drawer-footer__contact {
  display: flex;
  flex-direction: column;
}
.drawer-footer__phone {
  font-size: 20px;
  font-weight: 600;
}
.drawer-footer__email {
  font-size: 14px;
  line-height: 2;
}
.drawer-footer__social {
  margin-top: 4px;
}
.drawer-footer__icon {
  font-size: 30px;
  color: #0a0909;
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.location {
  display: inline-flex;
  align-items: center;
  transition: color 0.28s ease-in-out;
}
.location:hover {
  color: #bb3aa7;
}
.location--small {
  font-size: 14px;
  gap: 6px;
}
.location--small span {
  font-size: 12px;
}
.location--medium {
  font-size: 16px;
  gap: 12px;
}
.location--medium span {
  font-size: 14px;
}
.location--large {
  font-size: 18px;
  gap: 20px;
  margin-right: 14px;
  margin-bottom: 4px;
}
.location--large span {
  font-size: 14px;
}

@media (max-width: 992px) {
  .location--large {
    font-size: 16px;
    margin: unset;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.drawer {
  display: none;
  overflow-y: auto;
  width: 100%;
  position: fixed;
  background-color: white;
  height: calc(100% - 64px);
  top: 64px;
  left: -100%;
  transition: left 0.38s ease-in-out;
}
.drawer__container {
  grid-area: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.drawer__menu {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}
.drawer__accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.drawer__accordion .ac.is-active > .ac-header .ac-trigger::after {
  content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 10.8L9 6.3L4.5 10.8" stroke="%230A0909" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.drawer__accordion .ac {
  margin-top: unset;
  border: unset;
  background-color: unset;
}
.drawer__accordion .ac-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: unset;
  color: inherit;
  text-align: unset;
  padding: unset;
  transition: unset;
  background-color: unset;
  font-weight: 400;
  font-size: 16px;
}
.drawer__accordion .ac-trigger::after {
  height: 18px;
  width: 18px;
}
.drawer__accordion .ac-trigger[aria-expanded=true]::after {
  content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 10.8L9 6.3L4.5 10.8" stroke="%230A0909" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.drawer__accordion .ac-trigger[aria-expanded=false]::after {
  content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 7.20001L9 11.7L4.5 7.20001" stroke="%230A0909" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.drawer__list {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  padding-top: 10px;
  gap: 11px;
  line-height: 1.5;
}
.drawer__link {
  font-weight: 400;
  font-size: 16px;
}
.drawer__sublink {
  font-size: 14px;
}

@media (max-width: 992px) {
  .drawer {
    --container-width: 1560px;
    display: grid;
    grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
    grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .drawer {
    --container-width: 920px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .drawer {
    --container-width: 640px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .drawer {
    --container-width: 100%;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.drawer-trigger {
  font-size: 32px;
  cursor: pointer;
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.dropdown-column {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 1.389vw + -0.389rem, 1rem);
}
.dropdown-column--sale {
  margin-left: clamp(5rem, 13.889vw + -3.889rem, 10rem);
}
.dropdown-column__title {
  min-height: 2em;
  font-size: clamp(0.875rem, 0.347vw + 0.653rem, 1rem);
  color: #bbbbbb;
}
.dropdown-column__list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.375rem, 0.868vw + -0.181rem, 0.688rem);
}
.dropdown-column__link {
  font-size: clamp(1rem, 0.694vw + 0.556rem, 1.25rem);
  line-height: 1.4;
  transition: color 0.38s ease-in-out;
}
.dropdown-column__link:hover, .dropdown-column__link--active {
  color: #bb3aa7;
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.dropdown {
  top: 100%;
  left: 0;
  position: absolute;
  background-color: white;
  opacity: 0;
  max-height: clamp(25.938rem, 34.722vw + 3.715rem, 38.438rem);
  min-height: clamp(19.375rem, 18.229vw + 7.708rem, 25.938rem);
  padding-top: clamp(0.5rem, 1.389vw + -0.389rem, 1rem);
  padding-bottom: clamp(0.5rem, 1.389vw + -0.389rem, 1rem);
  transition: opacity 0.38s ease-in-out;
  z-index: 12;
  width: 100%;
  overflow-y: auto;
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
.dropdown::-webkit-scrollbar {
  width: 10px;
}
.dropdown::-webkit-scrollbar-track {
  background: white;
}
.dropdown::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 20px;
  border: 3px solid white;
}
@media (max-width: 992px) {
  .dropdown {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .dropdown {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .dropdown {
    --container-width: 100%;
  }
}
.dropdown {
  display: none;
}
.dropdown--opacity {
  opacity: 1;
}
.dropdown--open {
  display: grid;
}
.dropdown__container {
  grid-area: center;
}
.dropdown__box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(0.938rem, 2.604vw + -0.729rem, 1.875rem);
}
.dropdown__item, .dropdown__catalog {
  opacity: 0;
  display: none;
  transition: opacity 0.38s ease-in-out;
}
.dropdown__item--active, .dropdown__catalog--active {
  display: flex;
  gap: clamp(3.125rem, 8.681vw + -2.431rem, 6.25rem);
}
.dropdown__item--opacity, .dropdown__catalog--opacity {
  opacity: 1;
}
.dropdown__catalog {
  margin-left: clamp(5rem, 13.889vw + -3.889rem, 10rem);
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.navigation__container {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .navigation__container {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .navigation__container {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .navigation__container {
    --container-width: 100%;
  }
}
.navigation__list {
  grid-area: center;
  display: flex;
  justify-content: space-between;
}
.navigation__wrap:not(:first-child) .navigation__item {
  padding-left: 8px;
}
.navigation__wrap:not(:last-child) .navigation__item {
  padding-right: 8px;
}
.navigation__item {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: clamp(1rem, 0.694vw + 0.556rem, 1.25rem);
  transition: color 0.38s ease-in-out;
  line-height: 1.4;
}
.navigation__item:hover, .navigation__item--active {
  color: #bb3aa7;
}

@media (max-width: 992px) {
  .navigation {
    display: none;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.search-trigger,
.search-close {
  cursor: pointer;
  font-size: 30px;
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.search {
  z-index: 30;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: top 0.38s ease-in-out;
  display: flex;
  flex-direction: column;
}
.search__header {
  padding-top: 20px;
  margin-bottom: 18px;
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .search__header {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .search__header {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .search__header {
    --container-width: 100%;
  }
}
.search__header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-area: center;
}
.search__body {
  padding-bottom: 20px;
  overflow-y: auto;
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .search__body {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .search__body {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .search__body {
    --container-width: 100%;
  }
}
.search__body-container {
  grid-area: center;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.search__title {
  font-size: 20px;
  font-weight: 500;
}
.search__form {
  margin-bottom: 27px;
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .search__form {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .search__form {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .search__form {
    --container-width: 100%;
  }
}
.search__form-container {
  grid-area: center;
}
.search__element {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.search__input {
  grid-area: 1/1/-1/-1;
  background-color: #eef4fa;
  font-size: 14px;
  padding: 15px;
  padding-left: 20px;
  padding-right: 42px;
  border-radius: 999px;
}
.search__input:focus, .search__input:focus-visible {
  outline: unset;
}
.search__input::placeholder {
  color: #bbbbbb;
}
.search__erase {
  font-size: 22px;
  grid-area: 1/2/-1/-1;
  padding: 12px;
  margin-right: 8px;
  opacity: 1;
  transition: opacity 0.38s ease-in-out;
}
.search__input:placeholder-shown + .search__erase {
  opacity: 0;
}
.search__item {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "image title title" "image price sale";
}
.search__item-image {
  height: 72px;
  width: 72px;
  aspect-ratio: 1;
  grid-area: image;
  margin-right: 10px;
  background-color: white;
  object-fit: contain;
}
.search__item-title {
  font-size: 14px;
  font-weight: 400;
  color: #857f7f;
  grid-area: title;
  line-height: 1.4;
}
.search__item-price {
  font-weight: 500;
  font-size: 18px;
  grid-area: price;
  align-self: end;
  margin-right: 15px;
  line-height: 1;
}
.search__item-sale {
  font-weight: 500;
  font-size: 14px;
  text-decoration: line-through;
  color: #bbbbbb;
  grid-area: sale;
  align-self: end;
  line-height: 1.2;
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.search-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  flex: 1;
}
.search-bar__element {
  grid-area: 1/1/-1/-1;
  border-radius: 999px;
  padding: 14px 20px;
  font-size: 16px;
  padding-right: 60px;
  border: 1px solid white;
  transition: border 0.38s ease-in-out;
}
.search-bar__element::placeholder {
  color: #bbbbbb;
}
.search-bar__element:focus, .search-bar__element:focus-visible {
  outline: unset;
  border-color: #bb3aa7;
}
.search-bar__submit {
  grid-area: 1/2/-1/-1;
  font-size: 26px;
  padding: 14px 20px;
  transition: color 0.38s ease-in-out;
}
.search-bar__submit:hover {
  color: #bb3aa7;
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.top-menu {
  margin-top: 20px;
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .top-menu {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .top-menu {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .top-menu {
    --container-width: 100%;
  }
}
.top-menu__container {
  grid-area: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-menu__left {
  display: flex;
  gap: 29px;
  align-items: center;
  grid-area: menu;
}
.top-menu__right {
  align-items: center;
  display: flex;
  gap: clamp(1.563rem, 4.34vw + -1.215rem, 3.125rem);
}
.top-menu__link {
  text-transform: uppercase;
  font-size: 14px;
  transition: color 0.38s ease-in-out;
}
.top-menu__link:hover {
  color: #bb3aa7;
}

.header {
  background-color: #eef4fa;
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
}
.header__desktop {
  padding-top: 30px;
  padding-bottom: 30px;
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .header__desktop {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .header__desktop {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .header__desktop {
    --container-width: 100%;
  }
}
.header__desktop-container {
  grid-area: center;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.header__desktop-bottom {
  display: flex;
  align-items: center;
  gap: clamp(1.875rem, 2.778vw + 0.097rem, 2.875rem);
}
.header__desktop-logo {
  align-items: center;
  display: flex;
  gap: 0.55em;
  font-size: clamp(1.5rem, 0.694vw + 1.056rem, 1.75rem);
}
.header__desktop-logo span {
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 14px;
}
.header__desktop-logo img {
  height: 2.25em;
  object-fit: contain;
}
.header__desktop-action {
  width: 200px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
}
.header__desktop-price {
  font-size: 18px;
  font-weight: 400;
}
.header__mobile {
  display: none;
}
.header__compare, .header__buy {
  font-size: 30px;
  position: relative;
  transition: color 0.38s ease-in-out;
  cursor: pointer;
}
.header__compare:hover, .header__buy:hover {
  color: #bb3aa7;
}
.header__compare[data-count]::after, .header__buy[data-count]::after {
  top: 0;
  right: -2px;
  position: absolute;
  font-family: "UI", sans-serif;
  content: attr(data-count);
  background-color: #bb3aa7;
  border-radius: 999px;
  color: white;
  font-size: 9px;
  padding: 2px;
  aspect-ratio: 1;
  min-width: 3ch;
  min-height: 3ch;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eef4fa;
}

@media (max-width: 992px) {
  .top-menu {
    display: none;
  }
  .header {
    position: fixed;
  }
  .header__desktop {
    display: none;
  }
  .header__mobile {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
    min-height: 64px;
    --container-width: 1560px;
    display: grid;
    grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
    grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .header__mobile {
    --container-width: 920px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .header__mobile {
    --container-width: 640px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .header__mobile {
    --container-width: 100%;
  }
}
@media (max-width: 992px) {
  .header__mobile-container {
    grid-area: center;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
  }
  .header__mobile-left {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .header__mobile-right {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .header__mobile-logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header__mobile-logo img {
    height: 38px;
  }
  .header__mobile-logo span {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 6px;
  }
  .header__location {
    font-size: 16px;
    gap: 12px;
  }
  .header__location span {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .header__mobile-right, .header__mobile-left {
    gap: 8px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.modal {
  color: #0a0909;
  background-color: white;
  display: none;
  border-radius: 30px;
  padding: 50px 40px;
  width: 100%;
}
.modal__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.modal--location {
  max-width: 455px;
}
.modal--product {
  max-width: 645px;
}
.modal--click {
  padding: 40px;
  max-width: 430px;
}
.modal--click .modal__title {
  text-align: center;
}
.modal--anketa {
  padding: 40px;
  max-width: 430px;
}
.modal--contact {
  max-width: 622px;
  padding: 50px 65px;
}
.modal__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
.modal__link {
  font-weight: 400;
  font-size: 20px;
  transition: colot 0.38s ease-in-out;
}
.modal__link:hover, .modal__link--active {
  color: #bb3aa7;
  flex-wrap: wrap;
}
.modal__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
.modal__col {
  display: grid;
  gap: 30px;
  justify-items: center;
  text-align: center;
}
.modal__list {
  gap: 14px;
  display: flex;
  flex-direction: column;
}
.modal__product {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "image content" ". buttons";
  column-gap: 16px;
  row-gap: 4px;
}
.modal__product-image {
  width: 150px;
  height: 150px;
  aspect-ratio: 1;
  object-fit: contain;
  background-color: white;
  grid-area: image;
}
.modal__product-content {
  grid-area: content;
  display: flex;
  flex-direction: column;
}
.modal__product-title {
  color: #857f7f;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
  max-width: 20ch;
  margin-bottom: 15px;
}
.modal__product-price {
  font-weight: 500;
  line-height: 1;
  font-size: 22px;
  margin-bottom: 16px;
}
.modal__product-buttons {
  grid-area: buttons;
  display: flex;
  justify-content: space-between;
  gap: 6px;
  flex-wrap: wrap;
}
.modal__check {
  height: 116px;
  width: 116px;
  object-fit: contain;
  aspect-ratio: 1;
  margin-bottom: -10px;
}
.modal__stack {
  display: grid;
  gap: 20px;
}
.modal--anketa .modal__stack {
  gap: 15px;
}
.modal__click {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "image title title" "image price sale";
}
.modal__click-image {
  height: 90px;
  width: 90px;
  aspect-ratio: 1;
  object-fit: contain;
  grid-area: image;
  margin-right: 20px;
}
.modal__click-title {
  font-size: 16px;
  font-weight: 400;
  color: #857f7f;
  max-width: 20ch;
  grid-area: title;
}
@media (max-width: 992px) {
  .modal__click-title {
    line-height: 1.3;
  }
}
.modal__click-price {
  font-size: 20px;
  font-weight: 500;
  grid-area: price;
  align-self: end;
  margin-right: 15px;
}
@media (max-width: 992px) {
  .modal__click-price {
    line-height: 1;
  }
}
.modal__click-sale {
  font-weight: 500;
  font-size: 14px;
  color: #857f7f;
  grid-area: sale;
  line-height: 2;
  align-self: end;
  text-decoration: line-through;
}
@media (max-width: 992px) {
  .modal__click-sale {
    line-height: 1;
  }
}

.fancybox__slide {
  padding-inline: 15px;
}

.fancybox__content > .f-button.is-close-btn {
  top: 24px;
  right: 24px;
  opacity: 1;
  --f-button-svg-width: 10px;
  --f-button-svg-height: 10px;
  --f-button-width: 26px;
  --f-button-height: 26px;
  --f-button-border-radius: 999px;
  --f-button-color: #0a0909;
  --f-button-hover-color: #bb3aa7;
  transition: all 0.38s ease-in-out;
  transition-property: border, color;
  border: 2px solid #0a0909;
}
.fancybox__content > .f-button.is-close-btn:hover {
  border-color: #bb3aa7;
}
.fancybox__content > .f-button.is-close-btn svg {
  stroke-width: 4px;
}

.fancybox__backdrop {
  background-color: rgba(34, 32, 32, 0.6509803922);
}

@media (max-width: 992px) {
  .modal {
    border-radius: 20px;
    padding: 40px 20px;
  }
  .modal--product {
    padding: 20px;
    max-width: 350px;
  }
  .modal--product .is-close-btn {
    display: none;
  }
  .modal--popover {
    padding: 20px;
    padding-right: 35px;
    max-width: 345px;
  }
  .modal--click {
    max-width: 345px;
  }
  .modal--anketa {
    max-width: 345px;
    padding-inline: 20px;
  }
  .modal--contact {
    padding: 40px 15px;
    max-width: 345px;
  }
  .modal--contact .button {
    min-width: 282px;
  }
  .modal__container {
    gap: 20px;
  }
  .modal--anketa .modal__container {
    gap: 30px;
  }
  .modal--click .modal__container {
    gap: 32px;
  }
  .modal__check {
    margin-bottom: unset;
  }
  .modal__text {
    font-size: 16px;
  }
  .modal__col {
    gap: 21px;
  }
  .modal__check {
    height: 86px;
    width: 86px;
  }
  .modal__title {
    font-size: 22px;
  }
  .modal--contact .modal__title {
    font-size: 24px;
  }
  .modal--anketa .modal__title {
    text-align: center;
  }
  .modal__link {
    font-size: 18px;
  }
  .modal__product {
    grid-template-areas: "image content" "buttons buttons";
    row-gap: 22px;
    column-gap: 12px;
  }
  .modal__product-image {
    width: 100px;
    height: 100px;
  }
  .modal__product-title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 17px;
  }
  .modal__product-price {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .modal__product-text {
    font-size: 12px;
  }
  .modal__click-image {
    height: 73px;
    width: 73px;
    margin-right: 10px;
  }
  .modal__click-title {
    font-size: 14px;
  }
  .modal__click-price {
    font-size: 18px;
  }
  .modal__stack {
    gap: 15px;
  }
  .modal--anketa .modal__stack {
    gap: 10px;
  }
  .fancybox__content > .f-button.is-close-btn {
    top: 12px;
    right: 12px;
  }
}
.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

@font-face {
  font-family: "UI";
  src: url("../fonts/UI_font/SFUIDisplay-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "UI";
  src: url("../fonts/UI_font/SFUIDisplay-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "UI";
  src: url("../fonts/UI_font/SFUIDisplay-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "UI";
  src: url("../fonts/UI_font/SFUIDisplay-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  font-family: "UI", sans-serif;
  font-weight: 300;
  color: #0a0909;
  background-color: #eef4fa;
  display: flex;
  flex-direction: column;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes p-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animation-spin {
  animation: spin 1s linear infinite;
}

.ruble::after {
  content: "₽";
  margin-left: 0.25em;
}

.tippy-box[data-theme~=apple] {
  background-color: white;
  color: #0a0909;
  font-size: 14px;
  line-height: 20px;
  padding: clamp(0.625rem, 1.736vw + -0.486rem, 1.25rem);
  box-shadow: 0px 0px 14px 0px rgba(146, 148, 151, 0.2509803922);
  border-radius: 20px;
}

.bg-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 10%, #ffffff 50%, #ffffff 90%, rgba(255, 255, 255, 0) 100%);
}

.title {
  font-size: clamp(1.75rem, 2.083vw + 0.417rem, 2.5rem);
  line-height: 1.2;
}

.wp-block-column #map {
  height: clamp(18.75rem, 17.361vw + 7.639rem, 25rem);
}

@media (max-width: 992px) {
  html {
    scroll-padding-top: 64px;
  }
  .body-overflow {
    overflow-y: hidden;
  }
  .bg-gradient--desktop {
    background: unset;
  }
}
@media (max-width: 576px) {
  .title--small {
    font-size: 22px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.button {
  border-radius: 999px;
  overflow: hidden;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.button::before {
  border-radius: 999px;
  overflow: hidden;
}
.button:focus-visible {
  outline: none;
}
.button__icon {
  font-size: 30px;
}
.button--primary {
  position: relative;
  color: white;
  border: 1px solid transparent;
  transition: border 0.38s ease-in-out;
}
.button--primary::before {
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(131.78deg, #a23fd4 0.29%, #e77982 101.04%);
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.38s ease-in-out;
  transition-property: opacity, color;
}
.button--primary:hover {
  border: 1px solid #bb3aa7;
  color: #bb3aa7;
}
.button--primary:hover::before {
  opacity: 0;
}
.button--primary span {
  z-index: 2;
}
.button--secondary, .button--twin {
  position: relative;
  color: #0a0909;
  border: 1px solid #bb3aa7;
  outline-offset: -1px;
  transition: border 0.38s ease-in-out;
}
.button--secondary::before, .button--twin::before {
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(131.78deg, #a23fd4 0.29%, #e77982 101.04%);
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.38s ease-in-out;
  transition-property: opacity, color;
}
.button--secondary:hover, .button--twin:hover {
  color: white;
  border: 1px solid transparent;
}
.button--secondary:hover::before, .button--twin:hover::before {
  opacity: 1;
}
.button--secondary span, .button--twin span {
  z-index: 2;
}
.button--twin {
  color: #bb3aa7;
}
.button--tertiary {
  color: #bb3aa7;
  transition: outline-color 0.38s ease-in-out;
  outline: 1px solid transparent;
  outline-offset: -1px;
  transition-property: outline-color, color;
}
.button--tertiary:hover {
  color: #0a0909;
  outline-color: #bb3aa7;
}
.button--product {
  padding: 10px 20px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.button--submit {
  line-height: 1.4;
  font-size: 18px;
  font-weight: 600;
  padding: 12px;
  flex-grow: 1;
}
.button--more {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  padding: 14px;
  flex-grow: 1;
}
.button--buy {
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px;
  font-weight: 600;
  line-height: 1.4;
}
.button--wide {
  min-width: 282px;
}
.button--loading {
  pointer-events: none;
}
.button--loading span:not(.button__icon) {
  display: none;
}
.button--loading:hover {
  color: white;
}
.button--loading:hover::before {
  opacity: 1;
}

@media (max-width: 992px) {
  .button--product {
    font-size: 12px;
    padding: 10px;
    flex-grow: 1;
  }
  .button--submit {
    padding: 14px;
    font-size: 16px;
  }
  .button--buy {
    font-size: 14px;
    padding: 8px;
  }
  .button--wide {
    min-width: 230px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.input {
  border-radius: 6px;
  padding: 14px 15px;
  border: 1px solid #bbbbbb;
  transition: border-color 0.38s ease-in-out;
  line-height: 1;
}
.input:hover {
  border-color: #bb3aa7;
}
.input:focus, .input:focus-visible {
  outline: unset;
}
.input::placeholder {
  color: #bbbbbb;
}
.input--filter {
  padding: 9px 10px;
}
.input--filter::placeholder {
  color: #857f7f;
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.about-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  padding: clamp(0.938rem, 2.604vw + -0.729rem, 1.875rem);
  row-gap: clamp(0.5rem, 1.215vw + -0.278rem, 0.938rem);
  column-gap: 10px;
  background-color: white;
  border-radius: 30px;
  box-shadow: 0px 0px 14px 0px rgba(146, 148, 151, 0.2509803922);
}
.about-card__icon {
  height: 30px;
  width: 30px;
}
.about-card__title {
  align-self: center;
  font-size: clamp(1rem, 0.347vw + 0.778rem, 1.125rem);
}
.about-card__text {
  color: #857f7f;
  font-size: clamp(0.875rem, 0.347vw + 0.653rem, 1rem);
  grid-column: span 2;
  line-height: 1.4;
}

@media (max-width: 992px) {
  .about-card {
    border-radius: 20px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.breadcrumb {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  margin-top: 40px;
  margin-bottom: 45px;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .breadcrumb {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .breadcrumb {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .breadcrumb {
    --container-width: 100%;
  }
}
@media (max-width: 992px) {
  .breadcrumb {
    margin-top: 65px;
    margin-bottom: 20px;
  }
}
.breadcrumb__container {
  grid-area: center;
}
.breadcrumb a, .breadcrumb_last {
  font-size: 16px;
  color: #857f7f;
  font-weight: 400;
  transition: color 0.38s ease-in-out;
}
@media (max-width: 992px) {
  .breadcrumb a, .breadcrumb_last {
    font-size: 14px;
  }
}
.breadcrumb a::before, .breadcrumb_last::before {
  content: "/";
  margin-right: 15px;
}
.breadcrumb span:first-child > a::before {
  display: none;
}
.breadcrumb span {
  margin-right: 12px;
}
.breadcrumb_last {
  color: #0a0909;
}
.breadcrumb a:hover {
  color: #bb3aa7;
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.article {
  padding-top: 20px;
  /* margin-top: 56px; */
  margin-bottom: clamp(1.25rem, 6.944vw + -3.194rem, 3.75rem);
}
.article__hero {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  --container-width: 1296px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .article__hero {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .article__hero {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .article__hero {
    --container-width: 100%;
  }
}
.article__image {
  grid-area: center;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 2.25;
  border-radius: 30px;
}
.article__body {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  --container-width: 1034px;
}
@media (max-width: 992px) {
  .article__body {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .article__body {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .article__body {
    --container-width: 100%;
  }
}
.article__container {
  grid-area: center;
}
.article__info {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: clamp(1.25rem, 3.472vw + -0.972rem, 2.5rem);
  align-items: center;
}
.article__date, .article__views {
  font-size: 16px;
  color: #857f7f;
  font-weight: 300;
  line-height: 1;
}
.article__title {
  margin-bottom: 1.2em;
  font-size: clamp(1.5rem, 1.736vw + 0.389rem, 2.125rem);
  font-weight: 600;
  line-height: 1.2;
}
.article__views {
  display: flex;
  align-items: center;
  gap: 8px;
}
.article__views-icon {
  font-size: 20px;
}
.article__content {
  font-size: clamp(1rem, 0.347vw + 0.778rem, 1.125rem);
  line-height: 1.4;
  text-align: justify;
}
.article__content p {
  margin-bottom: 1.3em;
}
.article__content img {
  border-radius: 30px;
  margin-top: 44px;
  margin-bottom: 57px;
}
.article__content h2 {
  font-size: clamp(1.25rem, 1.389vw + 0.361rem, 1.75rem);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.7em;
}
.article__content h3 {
  font-size: 18px;
  margin-bottom: 1.4em;
  font-weight: 500;
  line-height: 1.1;
}
.article__content ul {
  list-style: disc;
  margin-left: 2.2em;
}
.article__content li {
  margin-bottom: 1.1em;
  line-height: 1.5;
  margin-top: -0.5em;
}
.article__content li::marker {
  color: #bb3aa7;
}
.article__content b,
.article__content strong {
  font-weight: 500;
}
.article__content blockquote {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: white;
  color: #bb3aa7;
  font-size: clamp(1rem, 0.694vw + 0.556rem, 1.25rem);
  padding: 32px;
  border-radius: 20px;
  font-weight: 400;
}
.article-image-block {
  margin-top: clamp(1.875rem, 6.076vw + -2.014rem, 4.063rem);
  margin-bottom: clamp(1.875rem, 5.208vw + -1.458rem, 3.75rem);
  border-radius: 30px;
  overflow: hidden;
}
.article-image-block img {
  margin: unset;
  max-width: unset;
  border-radius: unset;
}
.article-image-block > div {
  background-color: #1f1f1f;
  color: white;
  padding: 30px;
}
.article-image-block p:last-child {
  margin-bottom: unset;
}

@media (max-width: 992px) {
  .article {
    /* margin-top: 75px; */
    padding-top: unset;
  }
}
@media (max-width: 768px) {
  .article {
    margin-bottom: 15px;
  }
  .article__hero {
    margin-bottom: 13px;
  }
  .article__image {
    aspect-ratio: 1.8;
    border-radius: 20px;
  }
  .article__title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 1em;
  }
  .article__date, .article__views {
    gap: 4px;
    font-size: 12px;
  }
  .article__content {
    line-height: 1.5;
  }
  .article__content img {
    border-radius: 20px;
    margin-bottom: 36px;
    margin-top: 40px;
  }
  .article__content ul {
    margin-left: 1.7em;
  }
  .article__content li {
    margin-bottom: 0.9em;
  }
  .article__content h3 {
    margin-bottom: 0.8em;
  }
  .article__content blockquote {
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .article-image-block {
    border-top-right-radius: 30px;
    border-top-left: 30px;
  }
  .article-image-block img {
    margin: unset;
    aspect-ratio: 1.8;
    border-radius: unset;
  }
  .article-image-block > div {
    padding: 20px 15px;
    line-height: 1.625;
  }
  .article-image-block p:last-child {
    margin-bottom: unset;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.blog-card {
  display: flex;
  flex-direction: column;
}
.blog-card__image {
  object-fit: cover;
  border-radius: 30px;
  aspect-ratio: 2/1.1;
  margin-bottom: clamp(1rem, 2.083vw + -0.333rem, 1.75rem);
  box-shadow: 0px 0px 14px 0px rgba(146, 148, 151, 0.2509803922);
}
.blog-card__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(0.75rem, 2.778vw + -1.028rem, 1.75rem);
}
.blog-card__date, .blog-card__views {
  font-size: clamp(0.75rem, 0.347vw + 0.528rem, 0.875rem);
  color: #857f7f;
  font-weight: 300;
  line-height: 1;
}
.blog-card__views {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-card__views-icon {
  font-size: 20px;
}
.blog-card__title {
  line-height: 1.3;
  font-size: clamp(0.875rem, 0.694vw + 0.431rem, 1.125rem);
  margin-bottom: clamp(0.625rem, 2.083vw + -0.708rem, 1.375rem);
}
.blog-card__link {
  color: #bb3aa7;
  width: fit-content;
  font-weight: 300;
  line-height: 1.4;
  font-size: clamp(0.875rem, 0.694vw + 0.431rem, 1.125rem);
  display: flex;
  align-items: center;
  gap: 13px;
  transition: color 0.38s ease-in-out;
}
.blog-card__link:hover {
  color: #0a0909;
}
.blog-card__link-icon {
  font-size: 12px;
}

@media (max-width: 992px) {
  .blog-card__image {
    border-radius: 20px;
    aspect-ratio: 2/1.23;
  }
}
@media (max-width: 768px) {
  .blog-card__title {
    font-size: 16px;
  }
  .blog-card__views {
    gap: 4px;
  }
  .blog-card--full .blog-card__image {
    aspect-ratio: 2/1.11;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.tui-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
.tui-pagination .tui-is-selected,
.tui-pagination .tui-pagination strong {
  border: transparent;
  color: rgb(10, 9, 9);
}
.tui-pagination .tui-prev, .tui-pagination .tui-next {
  margin: 0;
}
.tui-pagination .tui-page-btn {
  border: transparent;
  color: rgb(10, 9, 9);
  font-size: 20px;
  background-color: transparent !important;
  font-weight: 400;
  line-height: 1;
  min-width: 1em;
  text-align: center;
}
.tui-pagination .tui-is-selected {
  border: none !important;
  background-color: transparent !important;
  color: #bb3aa7;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.pagination__prev, .pagination__next {
  font-size: 18px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination__prev, .pagination__next, .pagination__item {
  transition: color 0.38s ease-in-out;
  cursor: pointer;
}
.pagination__prev:not(span):hover, .pagination__prev--active, .pagination__next:not(span):hover, .pagination__next--active, .pagination__item:not(span):hover, .pagination__item--active {
  color: #bb3aa7;
}

@media (max-width: 992px) {
  .pagination__item {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 1.55em;
  }
}
@media (max-width: 576px) {
  .pagination {
    gap: 10px;
  }
  .tui-pagination .tui-page-btn {
    font-size: 20px;
    width: 20px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.blog {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  flex-grow: 1;
}
@media (max-width: 992px) {
  .blog {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .blog {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .blog {
    --container-width: 100%;
  }
}
.blog__container {
  /* margin-top: 32px; */
  margin-bottom: clamp(5rem, 13.194vw + -3.444rem, 9.75rem);
  grid-area: center;
  display: grid;
  grid-template-areas: "title title" "content content" "pagination more";
}
.blog__title {
  margin-bottom: clamp(1.25rem, 3.472vw + -0.972rem, 2.5rem);
  grid-area: title;
}
.blog__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: clamp(1.25rem, 2.778vw + -0.528rem, 2.25rem);
  grid-area: content;
  margin-bottom: clamp(2.5rem, 6.944vw + -1.944rem, 5rem);
}
.blog__pagination {
  grid-area: pagination;
  justify-self: start;
}
.blog__more {
  grid-area: more;
  justify-self: end;
  min-width: 215px;
  display: flex;
}

@media (max-width: 992px) {
  .blog__container {
    /* margin-top: 75px; */
  }
  .blog__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .blog__container {
    grid-template-areas: "title" "content" "more" "pagination";
  }
  .blog__pagination {
    justify-self: center;
  }
  .blog__more {
    justify-self: center;
    margin-bottom: 28px;
  }
}
@media (max-width: 576px) {
  .blog__content {
    grid-template-columns: 100%;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.cart-aside {
  align-self: start;
  box-shadow: 0px 0px 14px 0px rgba(146, 148, 151, 0.2509803922);
  border-radius: 30px;
  background-color: white;
  grid-area: aside;
  padding: clamp(1.563rem, 4.34vw + -1.215rem, 3.125rem) clamp(1.25rem, 3.472vw + -0.972rem, 2.5rem);
}
.cart-aside__top {
  display: flex;
  flex-direction: column;
  gap: clamp(0.938rem, 0.868vw + 0.382rem, 1.25rem);
  padding-bottom: clamp(1.25rem, 3.472vw + -0.972rem, 2.5rem);
}
.cart-aside__bottom {
  padding-top: clamp(0.938rem, 2.604vw + -0.729rem, 1.875rem);
  border-top: 1px solid #dddddd;
}
.cart-aside__row {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  gap: 15px;
}
.cart-aside__text {
  color: #857f7f;
  font-size: clamp(1rem, 1.042vw + 0.333rem, 1.375rem);
  font-weight: 400;
}
.cart-aside__bottom .cart-aside__text {
  color: #0a0909;
}
.cart-aside__price {
  font-size: clamp(1.125rem, 1.042vw + 0.458rem, 1.5rem);
  font-weight: 500;
}

@media (max-width: 992px) {
  .cart-aside {
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .cart-aside {
    border-radius: 20px;
    padding: 22px 15px;
    padding-bottom: 15px;
  }
  .cart-aside__top {
    gap: 16px;
    padding-bottom: 10px;
  }
  .cart-aside__text {
    font-size: 14px;
  }
  .cart-aside__price {
    font-size: 18px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.cart-product {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.cart-product__description {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 1.736vw + -0.486rem, 1.25rem);
}
.cart-product__image {
  width: clamp(5.313rem, 11.285vw + -1.91rem, 9.375rem);
  height: clamp(5.313rem, 11.285vw + -1.91rem, 9.375rem);
  object-fit: contain;
}
.cart-product__title {
  font-weight: 400;
  font-size: clamp(1rem, 0.694vw + 0.556rem, 1.25rem);
  color: #857f7f;
  line-height: 1.3;
  min-height: 4em;
  max-width: 20ch;
  transition: color 0.38s ease-in-out;
}
.cart-product__title:hover {
  color: #bb3aa7;
}
.cart-product__action {
  display: grid;
  grid-template-columns: max-content max-content auto;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.cart-product__counter {
  border: 1px solid #dddddd;
  border-radius: 10px;
  display: grid;
  grid-template-columns: clamp(1.875rem, 1.736vw + 0.764rem, 2.5rem) minmax(clamp(1.625rem, 3.299vw + -0.486rem, 2.813rem), 1fr) clamp(1.875rem, 1.736vw + 0.764rem, 2.5rem);
  grid-template-rows: clamp(2.125rem, 1.042vw + 1.458rem, 2.5rem);
  font-size: clamp(1.125rem, 1.042vw + 0.458rem, 1.5rem);
  line-height: 1;
  align-items: center;
  justify-items: center;
  user-select: none;
  overflow: hidden;
}
.cart-product__counter-minus, .cart-product__counter-plus {
  font-weight: 400;
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.38s ease-in-out;
}
.cart-product__counter-minus:hover, .cart-product__counter-plus:hover {
  background-color: #f5f5f5;
}
.cart-product__counter-amount {
  font-weight: 500;
}
.cart-product__price {
  font-weight: 500;
  font-size: clamp(1.125rem, 1.042vw + 0.458rem, 1.5rem);
  line-height: 1;
}
.cart-product__delete {
  cursor: pointer;
}
.cart-product__delete-icon {
  font-size: 35px;
  transition: color 0.38s ease-in-out;
}
.cart-product__delete-icon:hover {
  color: #bb3aa7;
}
.cart-product__delete-text {
  display: none;
}

@media (max-width: 768px) {
  .cart-product {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "image title title" "image price count" ". . delete";
    row-gap: 9px;
  }
  .cart-product__description {
    display: contents;
  }
  .cart-product__image {
    grid-area: image;
    align-self: start;
  }
  .cart-product__title {
    margin-top: 10px;
    grid-area: title;
    min-height: 3em;
  }
  .cart-product__action {
    display: contents;
  }
  .cart-product__counter {
    grid-area: count;
  }
  .cart-product__price {
    grid-area: price;
  }
  .cart-product__delete {
    grid-area: delete;
    justify-self: end;
  }
  .cart-product__delete-icon {
    display: none;
  }
  .cart-product__delete-text {
    display: block;
    font-size: 12px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.cart {
  margin-bottom: clamp(5rem, 14.41vw + -4.222rem, 10.188rem);
}
.cart__container {
  grid-area: center;
  display: grid;
  grid-template-areas: "header ." "body aside";
  column-gap: 20px;
  row-gap: 30px;
  grid-template-columns: 2.05fr 1fr;
  grid-template-rows: max-content auto;
}
.cart__container-wrap {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  flex-grow: 1;
}
@media (max-width: 992px) {
  .cart__container-wrap {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .cart__container-wrap {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .cart__container-wrap {
    --container-width: 100%;
  }
}
.cart__recommendations {
  margin-top: clamp(2.5rem, 6.944vw + -1.944rem, 5rem);
}
.cart__header {
  grid-area: header;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.cart__count {
  font-size: clamp(1rem, 0.694vw + 0.556rem, 1.25rem);
  color: #857f7f;
  font-weight: 400;
}
.cart__body {
  box-shadow: 0px 0px 14px 0px rgba(146, 148, 151, 0.2509803922);
  border-radius: 30px;
  background-color: white;
  grid-area: body;
  padding: clamp(1.25rem, 3.472vw + -0.972rem, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1.563rem, 3.993vw + -0.993rem, 3rem);
}
.cart__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cart__service {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cart__service-title {
  font-size: clamp(1.25rem, 0.694vw + 0.806rem, 1.5rem);
  font-weight: 500;
}
.cart__service-item {
  display: flex;
}
.cart__service-text {
  display: none;
}
.cart__service-trigger {
  cursor: pointer;
  color: #bbbbbb !important;
  font-size: 19px;
  vertical-align: text-bottom;
  margin-left: 12px;
  margin-top: 4px;
}
.cart__data-title {
  font-size: clamp(1.375rem, 1.389vw + 0.486rem, 1.875rem);
  line-height: 1;
  margin-bottom: clamp(0.938rem, 3.299vw + -1.174rem, 2.125rem);
}
.cart__data-form {
  display: flex;
  flex-direction: column;
  gap: clamp(0.938rem, 1.736vw + -0.174rem, 1.563rem);
  width: 88%;
}
.cart__data-column {
  display: grid;
  gap: clamp(0.938rem, 1.736vw + -0.174rem, 1.563rem);
  max-width: 350px;
  width: 100%;
}
.cart__data-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .cart {
    /* margin-top: 77px; */
  }
  .cart__container {
    grid-area: center;
    display: grid;
    grid-template-areas: "header" "body" "aside";
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: 100%;
    grid-template-rows: max-content;
  }
  .cart__header {
    gap: 15px;
  }
  .cart__count {
    font-size: 14px;
  }
  .cart__body {
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .cart {
    margin-bottom: 40px;
  }
  .cart__body {
    padding: 15px;
    gap: 27px;
  }
  .cart__service {
    margin-top: -15px;
    gap: 12px;
  }
  .cart__service-title {
    line-height: 1.7;
  }
  .cart__service-trigger {
    margin-top: 3px;
  }
  .cart__data-title {
    line-height: unset;
  }
  .cart__data-column {
    gap: 8px;
    max-width: unset;
  }
  .cart__data-col {
    margin-top: 10px;
    align-items: unset;
    gap: 20px;
  }
  .cart__data-form {
    width: unset;
    gap: 8px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.checkbox {
  display: flex;
  gap: 15px;
  /* align-items: center; */
}
.checkbox--mt20 {
  margin-top: 20px;
}
.checkbox--mi-10 {
  margin-inline: -10px;
}
.checkbox--normal {
  font-size: 18px;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 1;
}
.checkbox--small {
  font-size: 16px;
  gap: 9px;
}
.checkbox--service {
  font-size: 20px;
  gap: 14px;
}
.checkbox__label {
  cursor: pointer;
  hyphens: auto;
  font-weight: 400;
  line-height: 1.4;
}
.checkbox__element {
  margin-top: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  color: white;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #dddddd;
  cursor: pointer;
  transition-property: border-color color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.38s;
}
.checkbox__element:checked {
  background-size: 8px;
  color: #bb3aa7;
  border-color: #bb3aa7;
  background-color: currentColor;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.25017 6.43242L1.226 4.40826C1.11693 4.29919 0.968998 4.23791 0.81475 4.23791C0.660501 4.23791 0.51257 4.29919 0.4035 4.40826C0.294429 4.51733 0.233154 4.66526 0.233154 4.81951C0.233154 4.89588 0.248198 4.97151 0.277426 5.04207C0.306654 5.11264 0.349494 5.17675 0.4035 5.23076L2.84183 7.66909C3.06933 7.89659 3.43683 7.89659 3.66433 7.66909L9.836 1.49742C9.94507 1.38835 10.0063 1.24042 10.0063 1.08617C10.0063 0.931924 9.94507 0.783993 9.836 0.674923C9.72693 0.565853 9.579 0.504578 9.42475 0.504578C9.2705 0.504578 9.12257 0.565853 9.0135 0.674923L3.25017 6.43242Z" fill="white"/></svg>');
}
.checkbox--service .checkbox__element {
  height: 20px;
  width: 20px;
}
.checkbox--normal .checkbox__element {
  height: 20px;
  width: 20px;
}
.checkbox--small .checkbox__element {
  height: 19px;
  width: 19px;
}
.checkbox a {
  transition: color 0.38s ease-in-out;
  text-decoration: underline;
}
.checkbox a:hover {
  color: #bb3aa7;
}

@media (max-width: 768px) {
  .checkbox--normal {
    gap: 10px;
  }
  .checkbox--normal .checkbox__label {
    font-size: 14px;
  }
  .checkbox--service .checkbox__label {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .checkbox {
    margin-inline: unset;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.nav-button {
  font-size: clamp(0.688rem, 1.563vw + -0.313rem, 1.25rem);
  color: #dddddd;
  position: static;
  border-radius: 999px;
  height: clamp(2.063rem, 4.34vw + -0.715rem, 3.625rem);
  width: clamp(2.063rem, 4.34vw + -0.715rem, 3.625rem);
  background-color: white;
  border: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.38s ease-in-out;
}
.nav-button:hover {
  color: #bb3aa7;
}
.nav-button::after {
  display: none;
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.product-buy {
  grid-area: buy;
  justify-self: end;
  align-self: center;
  font-size: 30px;
  background-image: linear-gradient(131.78deg, #a23fd4 0.29%, #e77982 101.04%);
  background-clip: text;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  cursor: pointer;
  color: #bb3aa7;
  transition: color 0.38s ease-in-out;
}
.product-buy:hover {
  background-image: unset;
  background-clip: unset;
  color: #52ba33;
  -webkit-background-clip: unset;
  -moz-background-clip: unset;
  -webkit-text-fill-color: unset;
  -moz-text-fill-color: unset;
}
.product-buy:focus, .product-buy:focus-visible {
  outline: unset;
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.product-card {
  display: block;
  background-color: white;
  border-radius: 30px;
  box-shadow: 0px 0px 8px 0px rgba(146, 148, 151, 0.2509803922);
  height: 100%;
}
.product-card--normal {
  padding: clamp(1.25rem, 3.472vw + -0.972rem, 2.5rem);
}
.product-card--small {
  padding: clamp(0.938rem, 2.604vw + -0.729rem, 1.875rem);
}
.product-card__container {
  display: grid;
  grid-template-areas: "image image" "title title" "sale sale" "price price" "compare buy";
  grid-template-columns: 1fr auto;
  font-size: clamp(0.875rem, 0.347vw + 0.653rem, 1rem);
  height: 100%;
}
:where(.product-card--normal .product-card__container) {
  max-width: 295px;
  grid-template-rows: auto minmax(5.25em, 1fr) minmax(1.8em, auto) minmax(2.8em, auto) auto;
}
:where(.product-card--small .product-card__container) {
  grid-template-rows: auto minmax(5.7em, 1fr) minmax(1.6em, auto) minmax(2.2em, auto) auto;
}
.product-card__image {
  aspect-ratio: 1;
  grid-area: image;
  border-radius: 15px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .product-card__image {
    border-radius: 10px;
  }
}
.product-card__title {
  line-height: 1.4;
  margin-bottom: 4px;
  grid-area: title;
  margin-top: 1em;
  font-weight: 500;
}
:where(.product-card--normal .product-card__title) {
  font-size: clamp(1rem, 0.347vw + 0.778rem, 1.125rem);
}
:where(.product-card--small .product-card__title) {
  font-size: 16px;
}
.product-card__sale {
  color: #857f7f;
  font-weight: 500;
  text-decoration-line: line-through;
  grid-area: sale;
}
:where(.product-card--normal .product-card__sale) {
  font-size: clamp(1rem, 0.347vw + 0.778rem, 1.125rem);
}
:where(.product-card--small .product-card__sale) {
  font-size: 14px;
  min-height: 1.5em;
}
.product-card__price {
  font-weight: 500;
  line-height: 1;
  grid-area: price;
}
:where(.product-card--normal .product-card__price) {
  font-size: clamp(1.25rem, 0.694vw + 0.806rem, 1.5rem);
}
:where(.product-card--small .product-card__price) {
  font-size: 20px;
}
.product-card__compare {
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  transition: color 0.38s ease-in-out;
  grid-area: compare;
  justify-self: start;
}
.product-card__compare:hover {
  color: #bb3aa7;
}
.product-card__compare-icon {
  font-size: 24px;
}
.product-card__tag {
  background-color: #bb3aa7;
  color: white;
  border-radius: 8px;
  padding: 0.1em 1.1em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: clamp(0.875rem, 0.694vw + 0.431rem, 1.125rem);
  grid-area: image;
  justify-self: end;
  align-self: start;
  margin-top: -10px;
  margin-right: -10px;
}

@media (max-width: 576px) {
  .product-card {
    border-radius: 20px;
    padding: 12px;
  }
  .product-card__container {
    grid-template-rows: auto minmax(5.5em, 1fr) minmax(1.75em, auto) minmax(2.1em, auto) auto;
  }
  .product-card__title {
    font-weight: 300;
    font-size: 14px;
  }
  .product-card__sale {
    font-size: 14px;
  }
  .product-card__price {
    font-size: 18px;
  }
  .product-card__tag {
    font-size: 12px;
    padding: 0.25em 0.9em;
    margin: unset;
  }
  .product-card__compare-text {
    display: none;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.service-card {
  background-color: white;
  border-radius: 30px;
  box-shadow: 0px 0px 8px 0px rgba(146, 148, 151, 0.2509803922);
  height: 100%;
  padding: clamp(1.25rem, 3.472vw + -0.972rem, 2.5rem);
}
.service-card__container {
  display: grid;
  grid-template-areas: "image image" "title title" "price buy";
  grid-template-columns: 1fr auto;
  grid-template-rows: auto minmax(4.3em, 1fr) auto;
  font-size: clamp(0.875rem, 0.347vw + 0.653rem, 1rem);
  height: 100%;
}
.service-card__image {
  grid-area: image;
  aspect-ratio: 1;
  margin-bottom: 1.6em;
}
.service-card__title {
  grid-area: title;
  line-height: 1.4;
  font-size: clamp(1rem, 0.347vw + 0.778rem, 1.125rem);
}
.service-card__price {
  align-self: center;
  grid-area: price;
  font-size: clamp(1.25rem, 0.694vw + 0.806rem, 1.5rem);
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 576px) {
  .service-card {
    border-radius: 20px;
    padding: 10px;
  }
  .service-card__container {
    grid-template-rows: auto minmax(4.7em, 1fr) auto;
  }
  .service-card__image {
    margin-bottom: 0.2em;
  }
  .service-card__title {
    font-size: 14px;
  }
  .service-card__price {
    font-size: 18px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.product-swiper {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  margin-bottom: clamp(1.875rem, 6.944vw + -2.569rem, 4.375rem);
}
@media (max-width: 992px) {
  .product-swiper {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .product-swiper {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .product-swiper {
    --container-width: 100%;
  }
}
.product-swiper--bottom {
  margin-bottom: clamp(2.5rem, 17.708vw + -8.833rem, 8.875rem);
}
.product-swiper--no-bottom {
  margin-bottom: 0;
}
.product-swiper__container {
  grid-area: center;
  margin-inline: -14px;
  display: grid;
  grid-template-columns: 100%;
  row-gap: clamp(0.625rem, 3.472vw + -1.597rem, 1.875rem);
}
.product-swiper__title {
  padding-left: 15px;
}
.product-swiper__swiper {
  overflow-y: unset;
  padding-inline: 15px;
  width: 100%;
  grid-area: 2/1/3/-1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-swiper__prev {
  grid-area: 2/1/3/1;
  align-self: center;
  justify-self: start;
  z-index: 2;
  margin-top: 1%;
  margin-left: -16px;
}
.product-swiper__next {
  grid-area: 2/1/3/1;
  align-self: center;
  justify-self: end;
  z-index: 2;
  margin-top: 1%;
  margin-right: -16px;
}
@media (max-width: 1650px) {
  .product-swiper__prev {
    margin-left: unset;
  }
  .product-swiper__next {
    margin-right: unset;
  }
}
@media (max-width: 992px) {
  .product-swiper__container {
    grid-template-columns: auto 1fr auto auto;
    column-gap: 10px;
  }
  .product-swiper__prev {
    margin: unset;
    grid-area: 1/-3/2/-2;
  }
  .product-swiper__next {
    margin: unset;
    grid-area: 1/-2/2/-1;
    margin-right: 15px;
  }
  .product-swiper__swiper {
    padding-inline: 10px;
  }
}
@media (max-width: 576px) {
  .product-swiper__swiper {
    padding-inline: 5px;
  }
  .product-swiper__container {
    grid-area: full;
    margin-inline: 10px;
  }
  .product-swiper__title {
    padding-left: 5px;
  }
  .product-swiper__next {
    margin-right: 5px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.textarea {
  border-radius: 6px;
  padding: 13px 15px;
  border: 1px solid #bbbbbb;
  transition: border-color 0.38s ease-in-out;
  height: 230px;
  resize: none;
}
.textarea:hover {
  border-color: #bb3aa7;
}
.textarea:focus, .textarea:focus-visible {
  outline: unset;
}
.textarea::placeholder {
  color: #bbbbbb;
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.category-tag {
  background-color: white;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  gap: clamp(0.5rem, 1.215vw + -0.278rem, 0.938rem);
  outline: 1px solid transparent;
  /* outline-offset: -1px; */
  transition: outline-color 0.38s ease-in-out;
}
.category-tag:hover, .category-tag--active {
  outline-color: #bb3aa7;
}
.category-tag--active {
  font-weight: bold;
}
.category-tag__image {
  height: clamp(1.75rem, 1.042vw + 1.083rem, 2.125rem);
  width: clamp(1.75rem, 1.042vw + 1.083rem, 2.125rem);
  object-fit: contain;
}
.category-tag__text {
  font-size: clamp(0.875rem, 0.694vw + 0.431rem, 1.125rem);
}
.category-tag__close {
  font-size: 20px;
}

@media (max-width: 992px) {
  .category-tag {
    flex-shrink: 0;
    gap: 15px;
  }
  .category-tag__image {
    display: none;
  }
  .category-tag__text {
    font-size: 16px;
  }
  .category-tag--small .category-tag__text {
    font-size: 14px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.fieldset__legend {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 16px;
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.filter-trigger {
  display: none;
}

.filter-close {
  cursor: pointer;
  font-size: 30px;
}

@media (max-width: 992px) {
  .filter-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
  }
  .filter-trigger__icon {
    font-size: 25px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.switch {
  width: 45px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.switch__slider {
  position: absolute;
  inset: 0;
  background: #bbbbbb;
  border-radius: 25px;
}
.switch__slider::before {
  content: "";
  position: absolute;
  height: 21px;
  width: 21px;
  left: 2px;
  top: 2px;
  background: white;
  transition: 0.38s all;
  border-radius: 50%;
}
.switch__element {
  display: none;
}
.switch__element:checked + .switch__slider {
  background: #52ba33;
}
.switch__element:checked + .switch__slider::before {
  transform: translateX(20px);
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.filter {
  border-radius: 30px;
  background-color: white;
  padding: clamp(1.25rem, 1.736vw + 0.139rem, 1.875rem);
  box-shadow: 0px 0px 14px 0px rgba(146, 148, 151, 0.2509803922);
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.736vw + 0.139rem, 1.875rem);
}
.filter__header {
  display: none;
}
.filter__content-container {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.filter__row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.filter__even {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.filter__title {
  font-size: 20px;
  font-weight: 500;
}
.filter__subtitle {
  font-size: 16px;
  font-weight: 600;
}
.filter__heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 9px;
}
.filter__heading-icon {
  font-size: 30px;
}
.filter__submit {
  display: none;
}
.filter__submit-container {
  display: flex;
}
.filter__accordion {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.filter__accordion .ac.is-active > .ac-header .ac-trigger::after {
  content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 10.8L9 6.3L4.5 10.8" stroke="%230A0909" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.filter__accordion .ac {
  margin-top: unset;
  border: unset;
  background-color: unset;
}
.filter__accordion .ac-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: unset;
  color: inherit;
  text-align: unset;
  padding: unset;
  transition: unset;
  background-color: unset;
  font-weight: 400;
  font-size: 16px;
}
.filter__accordion .ac-trigger::after {
  height: 18px;
  width: 18px;
  right: -4px;
}
.filter__accordion .ac-trigger[aria-expanded=true]::after {
  content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 10.8L9 6.3L4.5 10.8" stroke="%230A0909" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.filter__accordion .ac-trigger[aria-expanded=false]::after {
  content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 7.20001L9 11.7L4.5 7.20001" stroke="%230A0909" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.filter__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
  max-height: 135px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.filter__link {
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 992px) {
  .filter {
    border-radius: unset;
    box-shadow: unset;
    z-index: 30;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: top 0.38s ease-in-out;
    gap: unset;
    padding: unset;
  }
  .filter__header {
    padding-top: 20px;
    --container-width: 1560px;
    display: grid;
    grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
    grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .filter__header {
    --container-width: 920px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .filter__header {
    --container-width: 640px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .filter__header {
    --container-width: 100%;
  }
}
@media (max-width: 992px) {
  .filter__header-container {
    display: flex;
    align-items: center;
    grid-area: center;
    justify-content: space-between;
  }
  .filter__heading {
    display: none;
  }
  .filter__content {
    --container-width: 1560px;
    display: grid;
    grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
    grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
    flex-grow: 1;
    overflow-x: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .filter__content {
    --container-width: 920px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .filter__content {
    --container-width: 640px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .filter__content {
    --container-width: 100%;
  }
}
@media (max-width: 992px) {
  .filter__content-container {
    grid-area: center;
  }
  .filter__submit {
    --container-width: 1560px;
    display: grid;
    grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
    grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
    padding-top: 15px;
    padding-bottom: 25px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .filter__submit {
    --container-width: 920px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .filter__submit {
    --container-width: 640px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .filter__submit {
    --container-width: 100%;
  }
}
@media (max-width: 992px) {
  .filter__submit-container {
    grid-area: center;
    display: flex;
    justify-items: center;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.choices {
  font-size: 14px;
  margin: unset;
  line-height: 1;
}

.choices__list--single {
  font-size: 16px;
  font-weight: 400;
  padding: 6px 32px 4px 4px;
}

.choices__inner {
  border: 1px solid #dddddd;
  background-color: white;
  border-radius: 8px;
  min-height: unset;
  border: unset;
  background-color: unset;
}

.select--filter .choices__inner {
  font-size: 16px;
  font-weight: 500;
}

.choices[data-type*=select-one] .choices__inner {
  padding: 0px 5px;
}

.select--filter .choices[data-type*=select-one] .choices__inner {
  padding-left: 44px;
  padding-right: 4px;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  padding: 10px;
}

.choices[data-type*=select-one]::after {
  background-image: url('data:image/svg+xml,<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.9172 5.91819L8.22974 10.6057C8.16441 10.6712 8.08679 10.7232 8.00133 10.7587C7.91586 10.7942 7.82423 10.8125 7.73169 10.8125C7.63915 10.8125 7.54752 10.7942 7.46205 10.7587C7.37658 10.7232 7.29896 10.6712 7.23364 10.6057L2.54614 5.91819C2.41405 5.7861 2.33984 5.60694 2.33984 5.42014C2.33984 5.23334 2.41405 5.05418 2.54614 4.92209C2.67823 4.79 2.85738 4.7158 3.04419 4.7158C3.23099 4.7158 3.41015 4.79 3.54224 4.92209L7.73227 9.11213L11.9223 4.92151C12.0544 4.78942 12.2336 4.71521 12.4204 4.71521C12.6072 4.71521 12.7863 4.78942 12.9184 4.92151C13.0505 5.0536 13.1247 5.23275 13.1247 5.41956C13.1247 5.60636 13.0505 5.78551 12.9184 5.9176L12.9172 5.91819Z" fill="%23BB3AA7"/></svg>');
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  border: unset;
  margin-top: -5px;
}

.select--filter .choices[data-type*=select-one]::after {
  background-image: url('data:image/svg+xml,<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.9172 5.91819L8.22974 10.6057C8.16441 10.6712 8.08679 10.7232 8.00133 10.7587C7.91586 10.7942 7.82423 10.8125 7.73169 10.8125C7.63915 10.8125 7.54752 10.7942 7.46205 10.7587C7.37658 10.7232 7.29896 10.6712 7.23364 10.6057L2.54614 5.91819C2.41405 5.7861 2.33984 5.60694 2.33984 5.42014C2.33984 5.23334 2.41405 5.05418 2.54614 4.92209C2.67823 4.79 2.85738 4.7158 3.04419 4.7158C3.23099 4.7158 3.41015 4.79 3.54224 4.92209L7.73227 9.11213L11.9223 4.92151C12.0544 4.78942 12.2336 4.71521 12.4204 4.71521C12.6072 4.71521 12.7863 4.78942 12.9184 4.92151C13.0505 5.0536 13.1247 5.23275 13.1247 5.41956C13.1247 5.60636 13.0505 5.78551 12.9184 5.9176L12.9172 5.91819Z" fill="%23BB3AA7"/></svg>');
  height: 20px;
  width: 20px;
  right: unset;
}

.choices[data-type*=select-one].is-open::after {
  margin-top: -8px;
  transform: rotate(180deg);
}

.select--filter .choices[data-type*=select-one].is-open::after {
  transform: unset;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #bb3aa7;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.select--filter .is-focused .choices__inner,
.select--filter .is-open .choices__inner {
  border-color: #dddddd;
  border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.is-flipped.is-open .choices__inner {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #bb3aa7;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  /* border-top-width: 0; */
  border-radius: 8px;
  margin-top: 8px;
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  border-color: #bb3aa7;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-width: 1px;
  /* border-bottom-width: 0; */
  border-radius: 8px;
}

.select--filter .is-open .choices__list--dropdown,
.select--filter .is-open .choices__list[aria-expanded] {
  margin-top: 8px;
  border-radius: 8px;
  border: unset;
  box-shadow: 0px 4px 15.6px 0px rgba(133, 150, 160, 0.2117647059);
}
.select--filter .is-flipped .choices__list--dropdown,
.select--filter .is-flipped .choices__list[aria-expanded] {
  margin-bottom: 8px;
}
.select--filter .choices__list--dropdown .choices__item,
.select--filter .choices__list[aria-expanded] .choices__item {
  font-size: 16px;
  line-height: 1.25;
  padding-top: 11px;
  padding-bottom: 11px;
}
.select--filter .choices__list--dropdown .choices__list,
.select--filter .choices__list[aria-expanded] .choices__list {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-inline: 20px;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f5f5f5;
}

.select--filter .choices__list--dropdown .choices__item--selectable.is-highlighted,
.select--filter .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: unset;
  color: #dfe1e3;
}
.select--filter .choices__list--dropdown .choices__item,
.select--filter .choices__list[aria-expanded] .choices__item {
  padding-inline: unset;
}
.select--filter .choices__list--dropdown .choices__item:not(:last-child),
.select--filter .choices__list[aria-expanded] .choices__item:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}

@media (max-width: 992px) {
  .choices__list--single {
    font-size: 14px;
    padding: 6px 11px 4px 4px;
  }
  .choices__inner {
    /* border: 1px solid $color-border-gray; */
    /* background-color: white; */
    /* border-radius: 8px; */
  }
  .choices[data-type*=select-one] .choices__inner {
    /* padding: 9px 13px; */
  }
  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item {
    /* padding: 11px 17px; */
    font-size: 12px;
  }
  .choices[data-type*=select-one]::after {
    right: -3px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.category {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  flex-grow: 1;
  margin-bottom: clamp(6.25rem, 20.139vw + -6.639rem, 13.5rem);
}
@media (max-width: 992px) {
  .category {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .category {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .category {
    --container-width: 100%;
  }
}
.category__container {
  display: grid;
  grid-area: center;
  align-items: start;
  grid-template-areas: "tags tags tags" "filter sort count" "filter content content" ". pagination more";
  grid-template-columns: 340px auto auto;
  grid-template-rows: auto auto 1fr auto;
  column-gap: clamp(1rem, 2.778vw + -0.778rem, 2rem);
}
.category__tags {
  grid-area: tags;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.5rem, 1.215vw + -0.278rem, 0.938rem);
  margin-bottom: clamp(1.25rem, 3.472vw + -0.972rem, 2.5rem);
}
.category__filter {
  grid-area: filter;
}
.category__sort {
  grid-area: sort;
  justify-self: start;
  display: flex;
  gap: 12px;
  /* align-items: center; */
}
.category__sort-text {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #857f7f;
}
.category__count {
  grid-area: count;
  justify-self: end;
  font-size: 16px;
  color: #857f7f;
  font-weight: 400;
  align-self: center;
}
.category__content {
  margin-top: 25px;
  grid-area: content;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(clamp(11.25rem, 8.681vw + 5.694rem, 14.375rem), 1fr));
  margin-bottom: clamp(2.5rem, 3.472vw + 0.278rem, 3.75rem);
}
.category__pagination {
  justify-self: start;
  grid-area: pagination;
}
.category__pagination.hidden {
  display: none;
}
.category__more {
  grid-area: more;
  justify-self: end;
  display: flex;
  min-width: 215px;
}
.category__more.hidden {
  display: none;
}

@media (max-width: 992px) {
  .category__container {
    row-gap: 20px;
  }
  .category__content {
    margin-bottom: 5px;
  }
  .category__tags {
    margin: unset;
    gap: 5px;
  }
  .category__sort-text {
    display: none;
  }
  .category__pagination {
    margin-top: 8px;
  }
}
@media (max-width: 992px) {
  .category {
    margin-bottom: 45px;
  }
  .category__container {
    grid-template-areas: "filter sort" "tags tags" "content content" "more more" "pagination pagination" "count count";
    grid-template-columns: auto auto;
  }
  .category__content {
    grid-template-columns: repeat(3, 1fr);
    margin-top: unset;
  }
  .category__tags {
    flex-wrap: unset;
    overflow-x: auto;
  }
  .category__filter {
    justify-self: start;
  }
  .category__sort {
    justify-self: end;
  }
  .category__count {
    justify-self: center;
  }
  .category__pagination {
    justify-self: center;
  }
  .category__more {
    justify-self: center;
  }
}
@media (max-width: 768px) {
  .category__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .category__count {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .category__tags {
    margin-inline: -30px;
    padding-inline: 30px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.compare-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "image image" "title title" "sale sale" "price buy";
  grid-template-rows: minmax(clamp(10.625rem, 22.569vw + -3.819rem, 18.75rem), auto) minmax(5.5em, 1fr) minmax(1.8em, auto) auto;
  justify-items: end;
  padding: clamp(1.25rem, 1.736vw + 0.139rem, 1.875rem);
  font-size: clamp(0.875rem, 0.347vw + 0.653rem, 1rem);
  height: 100%;
}
.compare-card__image {
  aspect-ratio: 1;
  object-fit: contain;
  grid-area: image;
  justify-self: center;
}
.compare-card__title {
  grid-area: title;
  font-size: clamp(1rem, 0.694vw + 0.556rem, 1.25rem);
  font-weight: 400;
  color: #857f7f;
  line-height: 1.3;
  justify-self: start;
  margin-top: 8px;
}
.compare-card__sale {
  grid-area: sale;
  color: #857f7f;
  font-size: clamp(0.875rem, 0.694vw + 0.431rem, 1.125rem);
  font-weight: 500;
  justify-self: start;
  text-decoration: line-through;
}
.compare-card__price {
  grid-area: price;
  font-size: clamp(1.25rem, 0.694vw + 0.806rem, 1.5rem);
  font-weight: 500;
  justify-self: start;
}
.compare-card__tag {
  grid-area: image;
  background-color: #bb3aa7;
  color: white;
  border-radius: 8px;
  padding: 0.4em 0.9em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: clamp(0.875rem, 0.694vw + 0.431rem, 1.125rem);
  justify-self: end;
  align-self: start;
  line-height: 1;
}
.compare-card__close {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 20px;
  transition: color 0.38;
}
.compare-card__close:hover {
  color: #bb3aa7;
}

@media (max-width: 576px) {
  .compare-card {
    padding: 10px;
    grid-template-rows: auto minmax(5.25em, auto) minmax(1.25em, auto) auto;
  }
  .compare-card__title {
    margin-top: 12px;
    font-size: 14px;
  }
  .compare-card__sale {
    font-size: 14px;
  }
  .compare-card__price {
    font-size: 18px;
    margin-top: 4px;
  }
  .compare-card__tag {
    font-size: 12px;
    padding: 0.55em 0.85em;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.compare-swiper {
  display: grid;
  grid-auto-columns: auto 1fr auto;
  grid-template-rows: auto auto;
}
.compare-swiper:nth-child(2) {
  display: none;
}
.compare-swiper__swiper {
  padding-inline: clamp(0.625rem, 1.736vw + -0.486rem, 1.25rem);
  width: 100%;
  box-shadow: 0px 0px 14px 0px rgba(146, 148, 151, 0.2509803922);
  background-color: white;
  border-radius: 30px;
  grid-area: 1/1/2/-1;
}
.compare-swiper__table {
  background-color: white;
  margin-top: 30px;
  grid-area: bottom;
  width: 100%;
  box-shadow: 0px 0px 14px 0px rgba(146, 148, 151, 0.2509803922);
  grid-area: 2/1/-1/-1;
  width: 100%;
  display: grid;
  border-radius: 30px;
  padding-bottom: 30px;
}
.compare-swiper__table-wrapper {
  cursor: pointer;
  user-select: none;
}
.compare-swiper__table-row {
  width: 100%;
  padding-top: clamp(0.625rem, 1.736vw + -0.486rem, 1.25rem);
  padding-bottom: clamp(0.625rem, 1.736vw + -0.486rem, 1.25rem);
}
.compare-swiper__table-row:nth-child(odd) {
  background-color: #f5f5f5;
}
.compare-swiper__table-title {
  padding-top: clamp(1.25rem, 2.604vw + -0.417rem, 2.188rem);
  font-weight: 600;
  font-size: clamp(1rem, 0.694vw + 0.556rem, 1.25rem);
  padding-left: clamp(1.875rem, 3.472vw + -0.347rem, 3.125rem);
  margin-bottom: clamp(0.313rem, 0.868vw + -0.243rem, 0.625rem);
}
.compare-swiper__table-subtitle {
  color: #857f7f;
  font-size: clamp(0.875rem, 0.694vw + 0.431rem, 1.125rem);
  padding-left: clamp(1.875rem, 3.472vw + -0.347rem, 3.125rem);
  margin-bottom: 5px;
}
.compare-swiper__table-text {
  font-size: clamp(1rem, 0.694vw + 0.556rem, 1.25rem);
  padding-left: clamp(1.875rem, 3.472vw + -0.347rem, 3.125rem);
}
.compare-swiper__slide {
  cursor: pointer;
  user-select: none;
}
.compare-swiper__next {
  align-self: center;
  grid-area: 1/-1/2/-1;
  z-index: 10;
  justify-self: end;
  margin-right: -32px;
}
.compare-swiper__prev {
  justify-self: start;
  align-self: center;
  grid-area: 1/1/2/2;
  z-index: 10;
  margin-left: -32px;
}
.compare-swiper__counter {
  display: none;
  user-select: none;
}

@media (max-width: 1650px) {
  .compare-swiper__next {
    margin-right: -8px;
  }
  .compare-swiper__prev {
    margin-left: -8px;
  }
}
@media (max-width: 768px) {
  .compare-swiper {
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "top top top" "prev count next" "bottom bottom bottom";
    row-gap: 10px;
    grid-template-columns: 1.1fr auto 1fr;
  }
  .compare-swiper:first-child .compare-swiper__swiper {
    margin-right: 5px;
    width: calc(100% - 5px);
  }
  .compare-swiper:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr auto 1.1fr;
  }
  .compare-swiper:nth-child(2) .compare-swiper__swiper {
    margin-left: 5px;
    width: calc(100% - 5px);
  }
  .compare-swiper__swiper {
    grid-area: top;
    padding-inline: unset;
    box-shadow: 0px 0px 8px 0px rgba(146, 148, 151, 0.2509803922);
  }
  .compare-swiper__table {
    grid-area: bottom;
    border-radius: unset;
    box-shadow: unset;
  }
  .compare-swiper__table-title {
    padding-left: 20px;
  }
  .compare-swiper__table-subtitle {
    padding-left: 20px;
  }
  .compare-swiper__table-text {
    padding-left: 20px;
  }
  .compare-swiper:first-child .compare-swiper__table {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .compare-swiper:last-child .compare-swiper__table {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .compare-swiper:nth-child(2) .compare-swiper__table-title, .compare-swiper:nth-child(2) .compare-swiper__table-subtitle {
    opacity: 0;
  }
  .compare-swiper__next {
    grid-area: next;
    justify-self: start;
    align-self: center;
    margin: unset;
  }
  .compare-swiper__prev {
    grid-area: prev;
    justify-self: end;
    align-self: center;
    margin: unset;
  }
  .compare-swiper__counter {
    display: block;
    grid-area: count;
    justify-self: center;
    align-self: center;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    color: #857f7f;
    margin-inline: 10px;
  }
}
@media (max-width: 576px) {
  .compare-swiper:first-child .compare-swiper__swiper {
    margin-left: 15px;
    margin-right: 5px;
    width: calc(100% - 20px);
  }
  .compare-swiper:nth-child(2) .compare-swiper__swiper {
    margin-left: 5px;
    margin-right: 15px;
    width: calc(100% - 20px);
  }
  .compare-swiper__swiper {
    border-radius: 20px;
  }
  .compare-swiper__table-row {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .compare-swiper__table-title {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 8px;
    padding-top: 16px;
  }
  .compare-swiper__table-subtitle {
    font-size: 12px;
    padding-left: 15px;
    margin-bottom: unset;
  }
  .compare-swiper__table-text {
    font-size: 14px;
    padding-left: 15px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.compare {
  margin-bottom: clamp(3.125rem, 5.208vw + -0.208rem, 5rem);
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  flex-grow: 1;
}
@media (max-width: 992px) {
  .compare {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .compare {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .compare {
    --container-width: 100%;
  }
}
.compare__container {
  grid-area: center;
}
.compare__tags {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.compare__content {
  grid-auto-flow: column;
  grid-auto-columns: minmax(48%, 1fr);
  /* column-gap: 10px; */
  opacity: 0;
  display: none;
}
.compare__content--active {
  display: grid;
}
.compare__content--opacity {
  opacity: 1;
}

@media (max-width: 992px) {
  .compare__tags {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .compare__container {
    grid-area: full;
  }
  .compare__title {
    margin-left: 15px;
  }
  .compare__tags {
    margin-left: 15px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.tab {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3.472vw + -0.972rem, 2.5rem);
}
.tab__header {
  display: flex;
  justify-content: center;
}
.tab--options {
  gap: 30px;
}
.tab--options .tab__header {
  justify-content: space-between;
  gap: clamp(0.938rem, 0.868vw + 0.382rem, 1.25rem);
}
.tab__list {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.tab__item {
  cursor: pointer;
  border-radius: 8px;
  font-size: clamp(0.875rem, 0.347vw + 0.653rem, 1rem);
  padding: 9px clamp(0.875rem, 0.868vw + 0.319rem, 1.188rem);
  border: 1px solid #dddddd;
  user-select: none;
  background-color: white;
  transition: border-color 0.38s ease-in-out;
  font-weight: 400;
}
.tab__item:hover, .tab__item--active {
  border-color: #bb3aa7;
}
.tab__content {
  display: none;
  gap: clamp(1.875rem, 5.208vw + -1.458rem, 3.75rem);
  opacity: 0;
  transition: opacity 0.38s ease-in-out;
}
.tab__content--active {
  display: flex;
  flex-direction: column;
}
.tab__content--opacity {
  opacity: 1;
}
.tab__wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(0.938rem, 2.604vw + -0.729rem, 1.875rem);
}

@media (max-width: 992px) {
  .tab__list {
    gap: 8px;
  }
  .tab--options .tab__header {
    flex-direction: column-reverse;
    justify-content: unset;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.contacts {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  flex-grow: 1;
}
@media (max-width: 992px) {
  .contacts {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .contacts {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .contacts {
    --container-width: 100%;
  }
}
.contacts__container {
  grid-area: center;
}
.contacts__title {
  margin-bottom: clamp(0.875rem, 1.91vw + -0.347rem, 1.563rem);
  font-size: clamp(1.75rem, 2.083vw + 0.417rem, 2.5rem);
  /* margin-top: 25px; */
}
.contacts__map {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  margin-bottom: clamp(2.813rem, 22.569vw + -11.632rem, 10.938rem);
}
.contacts__map .ymaps-2-1-79-controls__control_toolbar {
  display: none;
}
.contacts__map .ymaps-2-1-79-controls__control {
  display: none;
}
.contacts__map-container {
  box-shadow: 0px 0px 14px 0px rgba(146, 148, 151, 0.2509803922);
  grid-area: 1/1/-1/-1;
  height: 510px;
  border-radius: 30px;
  overflow: hidden;
}
.contacts__map-content {
  height: 100%;
  width: 100%;
}
.contacts__card {
  box-shadow: 0px 0px 14px 0px rgba(146, 148, 151, 0.2509803922);
  border-radius: 30px;
  grid-area: 1/1/-1/-1;
  background-color: white;
  padding: clamp(0.938rem, 0.868vw + 0.382rem, 1.25rem);
  z-index: 2;
  justify-self: flex-start;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: clamp(2.5rem, 17.708vw + -8.833rem, 8.875rem);
}
.contacts__card--margin {
  margin: clamp(1.25rem, 1.736vw + 0.139rem, 1.875rem);
}
.contacts__card-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.contacts__card-icon {
  font-size: 24px;
  color: #bb3aa7;
}
.contacts__card-address {
  line-height: 22px;
  font-weight: 400;
  font-size: 18px;
  transition: color 0.38s ease-in-out;
}
.contacts__card-address:hover {
  color: #bb3aa7;
}
.contacts__card-phone {
  line-height: 22px;
  font-weight: 400;
  font-size: 16px;
  transition: color 0.38s ease-in-out;
}
.contacts__card-phone:hover {
  color: #bb3aa7;
}
.contacts__card-time {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
.contacts__card-email {
  line-height: 22px;
  font-size: 18px;
  color: #bb3aa7;
}
.contacts__card-site {
  line-height: 22px;
  font-size: 18px;
  transition: color 0.38s ease-in-out;
}
.contacts__card-site:hover {
  color: #bb3aa7;
}
.contacts__card-list {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 35px;
  align-items: baseline;
  row-gap: 15px;
}
.contacts__card-row {
  display: contents;
}
.contacts__card-text {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 992px) {
  .contacts {
    /* margin-top: 64px; */
  }
  .contacts__title {
    margin-top: unset;
  }
}
@media (max-width: 768px) {
  .contacts__card {
    border-radius: 20px;
  }
  .contacts__card--margin {
    margin: 10px;
  }
  .contacts__card-address {
    font-size: 16px;
  }
  .contacts__card-phone {
    font-size: 16px;
  }
  .contacts__card-time {
    font-size: 16px;
  }
  .contacts__card-email {
    font-size: 18px;
  }
  .contacts__card-site {
    font-size: 18px;
  }
  .contacts__card-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .contacts__card-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .contacts__card-title {
    font-size: 14px;
  }
  .contacts__card-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contacts__card {
    justify-self: center;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.advantages {
  margin-bottom: clamp(2.5rem, 6.944vw + -1.944rem, 5rem);
}
.advantages__container {
  grid-area: center;
}
.advantages__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 18px;
}
.advantages__item {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 0.868vw + 0.069rem, 0.938rem);
}
.advantages__top {
  display: flex;
  align-items: center;
  gap: 6px;
}
.advantages__title {
  font-size: clamp(0.813rem, 0.868vw + 0.257rem, 1.125rem);
  font-weight: 300;
  line-height: 1.4;
  color: #0a0909;
}
.advantages__icon {
  height: clamp(1.25rem, 1.736vw + 0.139rem, 1.875rem);
  width: clamp(1.25rem, 1.736vw + 0.139rem, 1.875rem);
  object-fit: contain;
}
.advantages__text {
  line-height: 1.4;
  font-weight: 300;
  color: #857f7f;
  font-size: clamp(0.75rem, 0.694vw + 0.306rem, 1rem);
  max-width: 36ch;
}

@media (max-width: 992px) {
  .advantages__list {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
  .advantages__item {
    gap: 12px;
  }
  .advantages__title {
    font-size: 16px;
  }
  .advantages__icon {
    font-size: 30px;
  }
  .advantages__text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .advantages {
    order: 1;
  }
}
@media (max-width: 576px) {
  .advantages__list {
    grid-template-columns: repeat(1, 1fr);
    justify-items: unset;
  }
  .advantages__text {
    max-width: unset;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.preview-swiper {
  display: flex;
  align-items: start;
}
.preview-swiper__vertical {
  display: grid;
  grid-template-rows: auto clamp(15.625rem, 27.431vw + -1.931rem, 25.5rem) auto;
  gap: 30px;
  justify-items: center;
}
.preview-swiper__wrap {
  grid-row: 2/-2;
}
.preview-swiper__prev, .preview-swiper__next {
  font-size: 30px;
  cursor: pointer;
  color: #857f7f;
  transition: color 0.38s ease-in-out;
}
.preview-swiper__prev:hover, .preview-swiper__next:hover {
  color: #bb3aa7;
}
.preview-swiper__thumbs {
  height: 100%;
}
.preview-swiper__thumbs-item {
  cursor: pointer;
  border: 1px solid #dddddd;
  background-color: white;
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
.preview-swiper__thumbs-image {
  width: clamp(3.125rem, 9.549vw + -2.986rem, 6.563rem);
  height: clamp(3.125rem, 9.549vw + -2.986rem, 6.563rem);
  object-fit: contain;
}
.preview-swiper__main-wrapper {
  height: clamp(20.625rem, 31.944vw + 0.181rem, 32.125rem);
  width: clamp(20.625rem, 31.944vw + 0.181rem, 32.125rem);
}
.preview-swiper__main-item:focus, .preview-swiper__main-item:focus-visible {
  outline: unset;
}
.preview-swiper__main-image {
  height: clamp(20.625rem, 31.944vw + 0.181rem, 32.125rem);
  width: clamp(20.625rem, 31.944vw + 0.181rem, 32.125rem);
  aspect-ratio: 1;
  object-fit: contain;
  background-color: white;
  user-select: none;
}
.preview-swiper__pagination {
  display: none;
}
.preview-swiper .swiper-slide-thumb-active {
  border-color: #bb3aa7;
}

.fancybox__container.has-toolbar {
  --fancybox-color: #0a0909;
  --f-button-bg: white;
}
.fancybox__container.has-toolbar .f-button {
  --f-button-bg: white;
  --f-button-hover-bg: #bb3aa7;
}
.fancybox__container.has-toolbar .f-button svg {
  filter: unset;
}
.fancybox__container.has-toolbar .fancybox__backdrop {
  background-color: white;
}
.fancybox__container.has-toolbar .f-thumbs__slide__img {
  object-fit: contain;
}

@media (max-width: 992px) {
  .preview-swiper__vertical {
    display: none;
  }
  .preview-swiper__main-wrapper {
    max-height: 400px;
    width: 100%;
    margin-bottom: 15px;
  }
  .preview-swiper__main-image {
    height: 100%;
    width: 100%;
  }
  .preview-swiper__pagination {
    display: flex;
    justify-content: center;
    width: auto;
    margin-inline: auto;
    --swiper-pagination-color: #bb3aa7;
    --swiper-pagination-bullet-inactive-color: #bbbbbb;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-pagination-bottom: 0;
  }
}
@media (max-width: 576px) {
  .preview-swiper__main-wrapper {
    max-height: 248px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.product-compare {
  border-radius: 8px;
  font-weight: 400;
  font-size: clamp(1rem, 0.347vw + 0.778rem, 1.125rem);
  border: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: border 0.38s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .product-compare-text {
    font-size: 16px;
  }
}
.product-compare span {
  transition: color 0.38s ease-in-out;
}
.product-compare:hover {
  border-color: #bb3aa7;
}
.product-compare:hover span {
  color: #bb3aa7;
}
@media (max-width: 992px) {
  .product-compare {
    border: unset;
    font-size: 0;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.product-hero {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  margin-bottom: clamp(2.625rem, 7.986vw + -2.486rem, 5.5rem);
  /* &__compare { */
  /*   border-radius: 8px; */
  /*   font-weight: 400; */
  /*   font-size: 18px; */
  /*   border: 1px solid $color-border-gray; */
  /*   display: flex; */
  /*   justify-content: center; */
  /*   align-items: center; */
  /*   gap: 6px; */
  /*   transition: border 0.38s ease-in-out; */
  /*   cursor: pointer; */
  /**/
  /*   span { */
  /*     transition: color 0.38s ease-in-out; */
  /*     font-size: 30px; */
  /*   } */
  /**/
  /*   &:hover { */
  /*     border-color: $color-text-purple; */
  /**/
  /*     span { */
  /*       color: $color-text-purple; */
  /*     } */
  /*   } */
  /* } */
}
@media (max-width: 992px) {
  .product-hero {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .product-hero {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .product-hero {
    --container-width: 100%;
  }
}
.product-hero__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-area: center;
  background-color: white;
  border-radius: 30px;
  box-shadow: 0px 0px 14px 0px rgba(146, 148, 151, 0.2509803922);
  padding: clamp(1.563rem, 4.34vw + -1.215rem, 3.125rem);
  column-gap: clamp(1.875rem, 13.021vw + -6.458rem, 6.563rem);
}
.product-hero__content {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.736vw + 0.139rem, 1.875rem);
}
.product-hero__title {
  font-weight: 600;
  font-size: clamp(1.5rem, 1.042vw + 0.833rem, 1.875rem);
  line-height: 1.1;
  max-width: 30ch;
}
.product-hero__top {
  display: grid;
  grid-template-columns: 165px 182px;
  grid-template-rows: 44px;
  gap: 15px;
}
.product-hero__green {
  background-color: #bb3aa7;
  color: white;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-hero__feature {
  line-height: 1.3;
  font-size: 18px;
  text-decoration: underline;
}
.product-hero__info {
  font-weight: 400;
  line-height: 1.3;
}
.product-hero__info-text {
  display: none;
}
.product-hero__info span {
  color: #bb3aa7;
}
.product-hero__info-trigger {
  cursor: pointer;
  color: #bbbbbb !important;
  font-size: 19px;
  vertical-align: text-bottom;
  margin-left: 12px;
}
.product-hero__money {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: -16px;
}
.product-hero__price {
  font-size: 32px;
  font-weight: 500;
}
.product-hero__sale {
  font-weight: 500;
  font-size: 22px;
  color: #bbbbbb;
  text-decoration: line-through;
}
.product-hero__action {
  display: grid;
  gap: 20px;
  grid-template-columns: 202px 247px;
  margin-top: -20px;
}
.product-hero__options {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 1.389vw + -0.389rem, 1rem);
}
.product-hero__row {
  display: grid;
  grid-template-columns: clamp(6.25rem, 5.208vw + 2.917rem, 8.125rem) auto;
  align-items: center;
}
.product-hero__col {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.313rem, 1.736vw + -0.799rem, 0.938rem);
}
.product-hero__label {
  font-size: clamp(0.875rem, 0.694vw + 0.431rem, 1.125rem);
  font-weight: 400;
}
.product-hero__text-p {
  font-weight: 400;
  border-radius: 8px;
  font-size: clamp(0.875rem, 0.347vw + 0.653rem, 1rem);
  padding: clamp(0.188rem, 0.521vw + -0.146rem, 0.375rem) clamp(0.5rem, 1.042vw + -0.167rem, 0.875rem);
}
.product-hero__img-p {
  border-radius: 12px;
  overflow: hidden;
}
.product-hero__img-p img {
  height: clamp(3.75rem, 2.778vw + 1.972rem, 4.75rem);
  width: clamp(3.75rem, 2.778vw + 1.972rem, 4.75rem);
  object-fit: contain;
  aspect-ratio: 1;
}
.product-hero__text-p, .product-hero__img-p {
  cursor: pointer;
  border: 1px solid #dddddd;
  transition: border-color 0.38s ease-in-out;
}
.product-hero__text-p:hover, .product-hero__text-p--active, .product-hero__img-p:hover, .product-hero__img-p--active {
  border-color: #bb3aa7;
}
.product-hero__text-p--active, .product-hero__img-p--active {
  font-weight: bold;
}

@media (max-width: 992px) {
  .product-hero {
    /* &__compare { */
    /*   border: unset; */
    /*   font-size: 0; */
    /*   span { */
    /*     font-size: 30px; */
    /*   } */
    /* } */
  }
  .product-hero__container {
    grid-template-columns: 100%;
    padding: 15px;
    padding-bottom: 20px;
    border-radius: 20px;
  }
  .product-hero__content {
    display: contents;
  }
  .product-hero__title {
    margin-top: 25px;
    max-width: unset;
    font-size: 22px;
  }
  .product-hero__top {
    margin-bottom: 15px;
    order: -1;
    justify-content: space-between;
    grid-template-columns: 103px auto;
    grid-template-rows: 32px;
    display: flex;
    height: 32px;
  }
  .product-hero__top .product-compare {
    margin-left: auto;
  }
  .product-hero__green {
    font-size: 14px;
  }
  .product-hero__feature {
    font-size: 14px;
    margin-top: 20px;
  }
  .product-hero__options {
    gap: 15px;
    margin-top: 22px;
  }
  .product-hero__green {
    min-width: 103px;
  }
  .product-hero__info {
    font-size: 14px;
    margin-top: 16px;
  }
  .product-hero__info-text {
    display: none;
  }
  .product-hero__text-p {
    font-size: 12px;
    border-radius: 6px;
    padding: 4px 8px;
  }
  .product-hero__money {
    gap: 18px;
    align-items: center;
    margin-top: 25px;
  }
  .product-hero__img-p {
    border-radius: 6px;
  }
  .product-hero__price {
    font-size: 24px;
  }
  .product-hero__sale {
    font-size: 18px;
  }
  .product-hero__action {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 14px;
  }
}
@media (max-width: 576px) {
  .product-hero__container {
    grid-area: full;
  }
  .product-hero__action {
    grid-template-columns: 1.15fr 1fr;
  }
}
@media (max-width: 350px) {
  .product-hero__action {
    grid-template-columns: 100%;
    grid-template-rows: 46px 46px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.product-tab {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  margin-bottom: clamp(2.813rem, 6.076vw + -1.076rem, 5rem);
}
@media (max-width: 992px) {
  .product-tab {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .product-tab {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .product-tab {
    --container-width: 100%;
  }
}
.product-tab__container {
  grid-area: center;
}
.product-tab__ad {
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 5.208vw + -1.458rem, 3.75rem);
  align-items: center;
  max-width: 1134px;
  margin-inline: auto;
}
.product-tab__spec {
  background-color: white;
  padding: clamp(0.938rem, 2.604vw + -0.729rem, 1.875rem) clamp(1.563rem, 4.34vw + -1.215rem, 3.125rem);
  border-radius: 30px;
  box-shadow: 0px 0px 14px 0px rgba(146, 148, 151, 0.2509803922);
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.736vw + 0.139rem, 1.875rem);
  text-align: justify;
}
.product-tab__text {
  text-align: center;
  width: min(100%, 80vw);
  line-height: 1.4;
}
.product-tab__image {
  height: clamp(25.625rem, 58.16vw + -11.597rem, 46.563rem);
  object-fit: contain;
}
.product-tab__title {
  font-weight: 600;
  font-size: clamp(1.125rem, 0.347vw + 0.903rem, 1.25rem);
  line-height: 2.1;
}
.product-tab__block {
  display: grid;
  grid-template-columns: minmax(max-content, clamp(18.75rem, 13.542vw + 10.083rem, 23.625rem)) 1fr;
}
.product-tab__block .product-tab__row {
  border-bottom: 1px solid #dddddd;
  padding-top: clamp(0.75rem, 0.694vw + 0.306rem, 1rem);
  padding-bottom: clamp(0.75rem, 0.694vw + 0.306rem, 1rem);
}
.product-tab__block:last-child .product-tab__row:last-child {
  border-bottom: unset;
}
.product-tab__col {
  display: flex;
  flex-direction: column;
}
.product-tab__row {
  display: grid;
  grid-template-columns: minmax(300px, 370px) 1fr;
  gap: 8px;
}
.product-tab__label {
  font-size: clamp(1rem, 0.347vw + 0.778rem, 1.125rem);
  color: #857f7f;
  text-align: left;
}
.product-tab__value {
  font-size: clamp(1rem, 0.347vw + 0.778rem, 1.125rem);
}

@media (max-width: 992px) {
  .product-tab__ad {
    gap: 27px;
  }
  .product-tab__spec {
    border-radius: 20px;
  }
  .product-tab__block {
    grid-template-columns: auto;
  }
  .product-tab__row {
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .product-tab__text {
    font-size: 14px;
  }
  .product-tab__spec {
    padding-inline: 15px;
    gap: 14px;
  }
  .product-tab__block {
    gap: 2px;
  }
  .product-tab__row {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-tab__block .product-tab__row {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .product-tab__label, .product-tab__value, .product-tab__title {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .product-tab__text {
    width: 100%;
  }
  .product-tab__image {
    height: 365px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.file__element {
  display: none;
}
.file__label {
  font-size: 18px;
  /* border-radius: 8px; */
  /* border: 1px solid $color-border-gray; */
  /* padding: 12px 20px; */
  /* display: flex; */
  /* align-items: center; */
  /* gap: 10px; */
  width: fit-content;
  cursor: pointer;
  /* background-color: $color-background-gray-light; */
  transition: color 0.38s ease-in-out;
  text-decoration: underline;
}
.file__label:hover {
  color: #bb3aa7;
  /* background-color: $color-background-blue-light-2; */
  /* border-color: $color-background-blue-light; */
}
.file__icon {
  color: #3f69d4;
  font-size: 20px;
}
.file__list {
  margin-top: 25px;
  display: flex;
  gap: 15px;
  flex-direction: column;
  max-width: 256px;
}
.file__list:empty {
  margin-top: unset;
}
.file__row {
  order: 2;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.file__col {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.file__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #dddddd;
  padding: 10px 20px;
  overflow-wrap: anywhere;
  gap: 15px;
  padding-right: 10px;
  animation: fade-in 0.5s forwards;
}
.file__image {
  background-color: white;
  border-radius: 8px;
  height: 74px;
  width: 74px;
  background-size: cover;
  position: relative;
  animation: fade-in 0.5s forwards;
}
.file__close {
  font-size: 12px;
  color: #857f7f;
  padding: 5px;
  cursor: pointer;
}
.file__close:hover {
  /* color: $color-text-red; */
}
.file__image .file__close {
  position: absolute;
  right: 0;
  top: 0;
  mix-blend-mode: difference;
}
.file__image .file__close:hover {
  mix-blend-mode: unset;
}

@media (max-width: 768px) {
  .file__label {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .file__label {
    width: 100%;
    justify-content: center;
  }
  .file__list {
    max-width: unset;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.contact-form--center .contact-form__col {
  align-items: center;
}
.contact-form__title {
  font-weight: 600;
  font-size: clamp(1.625rem, 1.389vw + 0.736rem, 2.125rem);
  margin-bottom: clamp(1.563rem, 5.208vw + -1.771rem, 3.438rem);
}
.contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact-form__wrapper {
  position: relative;
}
.contact-form__indicator {
  margin-top: 20px;
  position: absolute;
  left: -4.2vw;
  display: grid;
  grid-template-rows: auto 42px auto 50px auto 55px auto 213px auto 1fr auto 40px auto;
  gap: 5px;
  justify-items: center;
  height: 95%;
}
@media (max-width: 992px) {
  .contact-form__indicator {
    display: none;
  }
}
.contact-form__indicator-dot {
  height: 14px;
  width: 14px;
  background-color: #dfe1e3;
  border-radius: 999px;
  transition: background-color 0.38s ease-in-out;
}
.contact-form__indicator-dot:first-child, .contact-form__indicator-dot:last-child {
  position: relative;
  height: 18px;
  width: 18px;
}
.contact-form__indicator-dot:first-child::before {
  top: -7px;
  left: -5px;
  position: absolute;
  transition: background-color 0.38s ease-in-out;
  mask-repeat: no-repeat;
  background-color: #dfe1e3;
  mask-position: center;
  mask-size: 28px;
  mask-image: url('data:image/svg+xml,<svg width="28" height="24" viewBox="0 0 28 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.8913 22.8913C23.4481 23.4481 24.3574 23.4523 24.8547 22.8417C26.2932 21.0757 27.2838 18.9793 27.731 16.7313C28.2712 14.0155 27.9939 11.2006 26.9343 8.64243C25.8747 6.08427 24.0803 3.89776 21.778 2.35942C19.4757 0.821085 16.7689 0 14 0C11.2311 0 8.5243 0.821087 6.22201 2.35943C3.91973 3.89777 2.12531 6.08427 1.06569 8.64244C0.00605895 11.2006 -0.271187 14.0155 0.269007 16.7313C0.716165 18.9793 1.70682 21.0757 3.14532 22.8417C3.64263 23.4523 4.55189 23.4481 5.10869 22.8913C5.6655 22.3345 5.65704 21.4366 5.1758 20.8133C4.12772 19.4559 3.40285 17.8695 3.06579 16.175C2.63562 14.0124 2.8564 11.7708 3.7002 9.73368C4.54399 7.69658 5.97292 5.95543 7.80627 4.73042C9.63961 3.50542 11.795 2.85158 14 2.85158C16.2049 2.85157 18.3604 3.50542 20.1937 4.73042C22.0271 5.95543 23.456 7.69657 24.2998 9.73368C25.1436 11.7708 25.3644 14.0124 24.9342 16.175C24.5971 17.8695 23.8723 19.4559 22.8242 20.8133C22.343 21.4366 22.3345 22.3345 22.8913 22.8913Z" fill="%23000000"/></svg>');
  content: "";
  width: 28px;
  height: 28px;
}
.contact-form__indicator-dot:last-child::before {
  top: -3px;
  left: -5px;
  position: absolute;
  transition: background-color 0.38s ease-in-out;
  mask-repeat: no-repeat;
  background-color: #dfe1e3;
  mask-position: center;
  mask-size: 28px;
  mask-image: url('data:image/svg+xml,<svg width="28" height="24" viewBox="0 0 28 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.8913 1.10869C23.4481 0.551883 24.3574 0.547743 24.8547 1.15827C26.2932 2.92426 27.2838 5.02072 27.731 7.26873C28.2712 9.98447 27.9939 12.7994 26.9343 15.3576C25.8747 17.9157 24.0803 20.1022 21.778 21.6406C19.4757 23.1789 16.7689 24 14 24C11.2311 24 8.5243 23.1789 6.22201 21.6406C3.91973 20.1022 2.12531 17.9157 1.06569 15.3576C0.00605895 12.7994 -0.271187 9.98447 0.269007 7.26873C0.716165 5.02072 1.70682 2.92426 3.14532 1.15827C3.64263 0.547741 4.55189 0.551881 5.10869 1.10869C5.6655 1.66549 5.65704 2.56343 5.1758 3.1867C4.12772 4.54411 3.40285 6.13051 3.06579 7.82505C2.63562 9.98763 2.8564 12.2292 3.7002 14.2663C4.54399 16.3034 5.97292 18.0446 7.80627 19.2696C9.63961 20.4946 11.795 21.1484 14 21.1484C16.2049 21.1484 18.3604 20.4946 20.1937 19.2696C22.0271 18.0446 23.456 16.3034 24.2998 14.2663C25.1436 12.2292 25.3644 9.98763 24.9342 7.82505C24.5971 6.13051 23.8723 4.54412 22.8242 3.18671C22.343 2.56343 22.3345 1.66549 22.8913 1.10869Z" fill="%23DFE1E3"/></svg>');
  content: "";
  width: 28px;
  height: 28px;
}
.contact-form__indicator-dot--active {
  background-color: #bb3aa7;
}
.contact-form__indicator-dot--active:first-child::before, .contact-form__indicator-dot--active:last-child::before {
  background-color: #bb3aa7;
}
.contact-form__indicator-line {
  height: auto;
  width: 6px;
  background-color: #dfe1e3;
  border-radius: 999px;
  transition: background-color 0.38s ease-in-out;
}
.contact-form__indicator-line--active {
  background-color: #bb3aa7;
}
.contact-form__column {
  display: grid;
  gap: 25px;
  max-width: 350px;
  width: 100%;
}
.contact-form__col {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
}
.contact-form__file {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 30px;
}
.contact-form__file-text {
  display: none;
}
.contact-form__file-trigger {
  cursor: pointer;
  color: #bbbbbb !important;
  font-size: 19px;
  vertical-align: text-bottom;
  margin-left: 16px;
  align-self: flex-start;
}

@media (max-width: 992px) {
  .contact-form__file-text {
    display: none;
  }
}
@media (max-width: 768px) {
  .contact-form--center .contact-form__col {
    align-items: unset;
  }
  .contact-form__title {
    margin-bottom: 15px;
  }
  .contact-form__form {
    gap: 13px;
  }
  .contact-form__col {
    align-items: unset;
    margin-top: 10px;
    gap: 25px;
  }
  .contact-form__column {
    max-width: unset;
    gap: 13px;
  }
  .contact-form__file {
    margin-bottom: unset;
  }
}
@media (max-width: 576px) {
  .contact-form__title {
    font-size: 22px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.service {
  /* margin-top: fluid(30px, 58px); */
  margin-bottom: clamp(2.813rem, 7.813vw + -2.188rem, 5.625rem);
}
.service__title {
  text-align: center;
  margin-bottom: clamp(2.5rem, 6.25vw + -1.5rem, 4.75rem);
}
.service__list {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  --container-width: 1300px;
  margin-bottom: clamp(2.5rem, 7.292vw + -2.167rem, 5.125rem);
}
@media (max-width: 992px) {
  .service__list {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .service__list {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .service__list {
    --container-width: 100%;
  }
}
.service__list-container {
  grid-area: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service__content {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  --container-width: 1300px;
}
@media (max-width: 992px) {
  .service__content {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .service__content {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .service__content {
    --container-width: 100%;
  }
}
@media (max-width: 1450px) {
  .service__content {
    margin-left: 5vw;
  }
}
.service__content-container {
  grid-area: right;
  display: grid;
  grid-template-columns: minmax(600px, 53%) auto;
  gap: clamp(1.25rem, 6.944vw + -3.194rem, 3.75rem);
}
.service__form {
  max-width: 845px;
}
.service__image {
  height: clamp(21.875rem, 22.569vw + 7.431rem, 30rem);
  width: clamp(25rem, 52.083vw + -8.333rem, 43.75rem);
  object-fit: contain;
  justify-self: end;
  order: 1;
}

@media (max-width: 992px) {
  .service__title {
    /* margin-top: 45px; */
    margin-bottom: 20px;
  }
  .service__list-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .service__content {
    margin-left: unset;
  }
  .service__form {
    grid-area: 1/1/-1/-1;
    margin-right: 30px;
  }
  .service__image {
    grid-area: 1/1/-1/-1;
    height: 320px;
    width: 350px;
    order: 0;
  }
}
@media (max-width: 768px) {
  .service__list-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .service__content {
    overflow: hidden;
  }
  .service__content-container {
    grid-template-columns: 100%;
    grid-area: center;
  }
  .service__form {
    grid-area: unset;
    margin-right: unset;
  }
  .service__image {
    grid-area: unset;
    margin-right: -10%;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .service__list {
    margin-bottom: 20px;
  }
  .service__content-container {
    gap: unset;
  }
  .service__image {
    grid-area: unset;
    margin-right: -30px;
    max-height: 245px;
    width: auto;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.product-grid {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  margin-bottom: clamp(2.813rem, 6.076vw + -1.076rem, 5rem);
}
@media (max-width: 992px) {
  .product-grid {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .product-grid {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .product-grid {
    --container-width: 100%;
  }
}
.product-grid--bottom {
  margin-bottom: clamp(2.5rem, 12.153vw + -5.278rem, 6.875rem);
}
.product-grid__container {
  grid-area: center;
  gap: clamp(1.25rem, 3.472vw + -0.972rem, 2.5rem);
  display: flex;
  flex-direction: column;
}
.product-grid__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 992px) {
  .product-grid__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .product-grid__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .product-grid__list {
    gap: 10px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.tradein {
  margin-bottom: clamp(2.813rem, 7.813vw + -2.188rem, 5.625rem);
  margin-top: clamp(1rem, 2.778vw + -0.778rem, 2rem);
  overflow: hidden;
}
.tradein__titles {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tradein__title {
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.75rem, 1.042vw + 1.083rem, 2.125rem);
}
.tradein__wrap {
  display: contents;
}
.tradein__top {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr 1fr 1fr;
  gap: clamp(1.25rem, 3.472vw + -0.972rem, 2.5rem);
  max-height: clamp(21.875rem, 9.549vw + 15.764rem, 25.313rem);
  margin-top: clamp(2.813rem, 7.813vw + -2.188rem, 5.625rem);
}
.tradein__bottom {
  display: grid;
  grid-template-columns: minmax(30px, 1fr) minmax(auto, 842px) minmax(30px, 1fr);
  gap: clamp(1.25rem, 3.472vw + -0.972rem, 2.5rem);
}
.tradein__text {
  text-align: justify;
  grid-area: 1/3/2/-1;
  font-size: clamp(1rem, 0.694vw + 0.556rem, 1.25rem);
  max-width: 52ch;
  font-weight: 400;
  line-height: 1.4;
  margin-top: clamp(45px, 4.5vw, 90px);
  z-index: 2;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.tradein__form {
  grid-area: 2/2/2/-2;
  margin-top: clamp(4.688rem, 12.153vw + -3.09rem, 9.063rem);
}
.tradein__hand-left {
  grid-area: 1/1/2/3;
  object-fit: contain;
  max-height: 720px;
}
.tradein__hand-right {
  grid-area: 1/2/3/-1;
  object-fit: contain;
  max-height: clamp(31.25rem, 42.535vw + 4.028rem, 46.563rem);
  justify-self: end;
}

@media (max-width: 992px) {
  .tradein {
    margin-top: 8px;
  }
  .tradein__top {
    margin-top: 36px;
  }
  .tradein__hand-right {
    max-height: 350px;
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .tradein__titles {
    margin-inline: 15px;
  }
  .tradein__title {
    font-size: 20px;
  }
  .tradein__top {
    --container-width: 1560px;
    display: grid;
    grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
    grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
    margin-top: unset;
    gap: unset;
    max-height: unset;
    margin-top: 36px;
  }
}
@media (max-width: 768px) and (max-width: 992px) {
  .tradein__top {
    --container-width: 920px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .tradein__top {
    --container-width: 640px;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .tradein__top {
    --container-width: 100%;
  }
}
@media (max-width: 768px) {
  .tradein__bottom {
    --container-width: 1560px;
    display: grid;
    grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
    grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
    gap: unset;
    margin-top: 25px;
  }
}
@media (max-width: 768px) and (max-width: 992px) {
  .tradein__bottom {
    --container-width: 920px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .tradein__bottom {
    --container-width: 640px;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .tradein__bottom {
    --container-width: 100%;
  }
}
@media (max-width: 768px) {
  .tradein__wrap {
    display: grid;
    grid-area: center;
  }
  .tradein__text {
    margin-top: unset;
    grid-area: center;
    max-width: unset;
    margin-right: unset;
  }
  .tradein__form {
    margin-top: unset;
    grid-area: unset;
  }
  .tradein__hand-left {
    display: none;
  }
  .tradein__hand-right {
    grid-area: unset;
    margin-right: -10%;
    margin-bottom: -100px;
    margin-top: unset;
    height: 400px;
  }
}
@media (max-width: 576px) {
  .tradein__form {
    margin-top: 30px;
  }
  .tradein__hand-right {
    margin-right: -30px;
    height: 295px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.front-categories {
  margin-bottom: clamp(2.5rem, 6.944vw + -1.944rem, 5rem);
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .front-categories {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .front-categories {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .front-categories {
    --container-width: 100%;
  }
}
.front-categories__container {
  grid-area: center;
}
.front-categories__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(0.625rem, 3.819vw + -1.819rem, 2rem);
}
.front-categories__item {
  border-radius: 30px;
  box-shadow: 0px 0px 14px 0px rgba(146, 148, 151, 0.2509803922);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(0.5rem, 0.694vw + 0.056rem, 0.75rem);
  padding: clamp(1rem, 2.083vw + -0.333rem, 1.75rem);
}
.front-categories__item img {
  object-fit: contain;
  height: clamp(4.375rem, 3.472vw + 2.153rem, 5.625rem);
}
.front-categories__title {
  font-weight: 300;
  color: #0a0909;
  font-size: clamp(1rem, 0.694vw + 0.556rem, 1.25rem);
  transition: color 0.38s ease-in-out;
}
.front-categories__item:hover .front-categories__title {
  color: #bb3aa7;
}

@media (max-width: 992px) {
  .front-categories__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .front-categories__item {
    border-radius: 20px;
    gap: 14px;
  }
  .front-categories__item img {
    height: 90px;
  }
}
@media (max-width: 768px) {
  .front-categories__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .front-categories__item {
    border-radius: 20px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.front-blog {
  margin-bottom: clamp(2.5rem, 6.944vw + -1.944rem, 5rem);
}
.front-blog__container {
  grid-area: center;
}
.front-blog__title {
  margin-bottom: clamp(0.625rem, 3.472vw + -1.597rem, 1.875rem);
}
.front-blog__swiper {
  padding-top: 10px;
  overflow: unset;
}

@media (max-width: 768px) {
  .front-blog__container {
    margin-left: -10px;
    grid-area: right;
  }
  .front-blog__title {
    padding-left: 10px;
  }
  .front-blog__swiper {
    overflow: hidden;
    padding-left: 10px;
  }
}
@media (max-width: 576px) {
  .front-blog__container {
    margin-left: unset;
    grid-area: full;
  }
  .front-blog__title {
    margin-left: 15px;
    padding-left: unset;
  }
  .front-blog__swiper {
    padding-left: unset;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.hero {
  margin-top: clamp(0.938rem, 3.472vw + -1.285rem, 2.188rem);
  margin-bottom: clamp(2.5rem, 3.819vw + 0.056rem, 3.875rem);
  overflow-x: hidden;
}
.hero__wrapper {
  grid-area: full;
}
.hero__arrow {
  font-size: 40px;
  color: #857f7f;
}
.hero__next, .hero__prev {
  grid-area: center;
}
.hero__next::after, .hero__prev::after {
  display: none;
}
.hero__swiper {
  position: relative;
}
.hero__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__slide img {
  height: clamp(23.438rem, 27.951vw + 5.549rem, 33.5rem);
  object-fit: contain;
}
.hero__pagination {
  display: none;
  --swiper-pagination-color: #bb3aa7;
  --swiper-pagination-bullet-inactive-color: #bbbbbb;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bottom: 0;
}

@media (max-width: 992px) {
  .hero {
    margin-top: 72px;
    margin-bottom: 15px;
  }
  .hero__next, .hero__prev {
    display: none;
  }
  .hero__swiper {
    margin-bottom: 50px;
  }
  .hero__slide img {
    height: 100%;
    min-height: 150px;
  }
  .hero__pagination {
    display: block;
    margin-bottom: -40px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.reviews {
  order: 3;
  margin-bottom: clamp(5.625rem, 6.944vw + 1.181rem, 8.125rem);
}
.reviews__container {
  grid-area: center;
  gap: clamp(1.25rem, 8.681vw + -4.306rem, 4.375rem);
  display: grid;
  grid-template-columns: clamp(28.125rem, 46.875vw + -1.875rem, 45rem) 1fr;
}
.reviews__swiper {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.reviews__wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: max-content max-content max-content;
  grid-template-areas: "title" "swiper" "nav";
  overflow: hidden;
  gap: clamp(1.25rem, 3.472vw + -0.972rem, 2.5rem);
}
.reviews__slide {
  display: flex;
  flex-direction: column;
  column-gap: 15px;
}
.reviews__info {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "avatar stars" "avatar name";
  column-gap: 15px;
}
.reviews .title {
  grid-area: title;
}
.reviews__name {
  font-size: clamp(1rem, 0.694vw + 0.556rem, 1.25rem);
  grid-area: name;
}
.reviews__text {
  margin-top: clamp(0.938rem, 0vw + 0.938rem, 0.938rem);
  font-size: clamp(0.875rem, 0.694vw + 0.431rem, 1.125rem);
  grid-area: text;
  color: #857f7f;
  line-height: 1.4;
  margin-bottom: clamp(1rem, 1.042vw + 0.333rem, 1.375rem);
}
.reviews__link {
  align-self: flex-end;
  color: #3f69d4;
  transition: color 0.38s ease-in-out;
  text-decoration: underline;
}
.reviews__link:hover {
  color: #bb3aa7;
}
.reviews__stars {
  grid-area: stars;
  display: flex;
  gap: 5px;
}
.reviews__star {
  color: #eeeb00;
  font-size: 22px;
}
.reviews__nav {
  grid-area: nav;
  display: flex;
  gap: 12px;
}
.reviews__avatar {
  min-height: clamp(3.063rem, 0.521vw + 2.729rem, 3.25rem);
  min-width: clamp(3.063rem, 0.521vw + 2.729rem, 3.25rem);
  height: clamp(3.063rem, 0.521vw + 2.729rem, 3.25rem);
  width: clamp(3.063rem, 0.521vw + 2.729rem, 3.25rem);
  grid-area: avatar;
}
.reviews__swiper {
  grid-area: swiper;
}
.reviews__gallery {
  display: grid;
  grid-template-columns: 1fr 1.075fr;
  gap: clamp(1.25rem, 3.472vw + -0.972rem, 2.5rem);
}
.reviews__gallery img {
  border-radius: 30px;
  width: 100%;
  object-fit: cover;
  min-height: clamp(15rem, 15.625vw + 5rem, 20.625rem);
}
.reviews__gallery img:nth-child(2) {
  height: 100%;
  grid-row: span 2;
  min-height: clamp(25rem, 52.083vw + -8.333rem, 43.75rem);
}

@media (max-width: 992px) {
  .reviews {
    margin-bottom: 40px;
  }
  .reviews__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .reviews__wrapper {
    grid-template-areas: "title nav" "swiper swiper";
    grid-template-columns: 70% 30%;
    row-gap: 22px;
    column-gap: unset;
    grid-template-rows: max-content max-content;
  }
  .reviews__gallery {
    order: 2;
    aspect-ratio: 1;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .reviews__gallery img {
    min-height: 100%;
  }
  .reviews__gallery img:nth-child(2) {
    min-height: unset;
  }
  .reviews__text {
    font-size: 16px;
  }
  .reviews__link {
    align-self: start;
    font-size: clamp(0.875rem, 0.347vw + 0.653rem, 1rem);
  }
  .reviews__nav {
    justify-self: end;
    gap: 10px;
  }
  .reviews__stars {
    gap: 1px;
  }
}
@media (max-width: 768px) {
  .reviews__gallery {
    gap: 10px;
  }
  .reviews__gallery img {
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .reviews__text {
    font-size: 14px;
  }
}.section {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}

.section__container {
  grid-area: center;
}

.front-map {
  --container-width: 1560px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  order: 2;
  margin-bottom: clamp(2.5rem, 6.944vw + -1.944rem, 5rem);
}
@media (max-width: 992px) {
  .front-map {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .front-map {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .front-map {
    --container-width: 100%;
  }
}
.front-map .ymaps-2-1-79-controls__control_toolbar {
  display: none;
}
.front-map__container {
  height: clamp(21.625rem, 26.736vw + 4.514rem, 31.25rem);
  border-radius: 30px;
  overflow: hidden;
  grid-area: center;
}
.front-map__content {
  height: 100%;
  width: 100%;
}

@media (max-width: 992px) {
  .front-map__container {
    border-radius: 20px;
  }
}