:root {
  --themeColor: #f58414;
  --themeColorHover: #da7715;
}

/*
        font-size: 18px;
        line-height: 24px;

        @include xlg {
            font-size: 1.25vw;
            line-height: 1.667vw;
        }

        @include lg {
            font-size: 1.758vw;
            line-height: 2.344vw;
        }

        @include sm {
            font-size: 2.344vw;
            line-height: 3.125vw;
        }

        @include smm {
            font-size: 3.344vw;
            line-height: 4.6vw;
        }

        @include xs {
            font-size: 4.4vw;
            line-height: 6vw;
        }



 font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 1vw;

        @include xlg {
            font-size: 1.65vw;
            line-height: 2.133vw;
        }

        @include lg {
            font-size: 2.36vw;
            line-height: 3vw;
        }

        @include sm {
            font-size: 3.13vw;
            line-height: 4.6vw;
        }

        @include smm {
            font-size: 5.25vw;
            line-height: 8vw;
        }

        @include xs {
            font-size: 6.64vw;
            line-height: 9vw;
        }
fz16
   @include xlg {
    line-height: 1.5vw;
    font-size: 1.111vw;
  }

  @include lg {
    font-size: 1.562vw;
    line-height: 2.15vw;
  }

  @include sm {
    line-height: 2.6vw;
    font-size: 2.07vw;
  }

  @include smm {
    line-height: 4.73vw;
    font-size: 3.45vw;
  }

  @include xs {
    line-height: 6vw;
    font-size: 4.5vw;
  }
*/
/*
fz14
        font-size: 14px;
                line-height: 20px;

                @include xlg {
                    font-size: 1vw;
                    line-height: 1.3vw;
                }

                @include lg {
                    font-size: 1.38vw;
                    line-height: 1.87vw;
                }

                @include sm {
                    font-size: 1.8vw;
                    line-height: 2.5vw;
                }

                @include smm {
                    font-size: 3vw;
                    line-height: 4.4vw;
                }

                @include xs {
                    font-size: 3.85vw;
                    line-height: 5vw;
                }


*/
/*
fz12
              font-size: 12px;
        line-height: 18px;

        @include xlg {
            font-size: 0.86vw;
            line-height: 1.3vw;
        }

        @include lg {
            font-size: 1.18vw;
            line-height: 2vw;
        }

        @include sm {
            font-size: 1.56vw;
            line-height: 2.5vw;
        }

        @include smm {
            font-size: 2.63vw;
            line-height: 4.1vw;
        }

        @include xs {
            font-size: 3.37vw;
            line-height: 4.5vw;
        }

*/
.block-breadcrumbs {
  padding-bottom: 32px;
}
@media screen and (max-width: 1440.02px) {
  .block-breadcrumbs {
    padding-bottom: 2.222vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .block-breadcrumbs {
    padding-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768.02px) {
  .block-breadcrumbs {
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 360.02px) {
  .block-breadcrumbs {
    padding-bottom: 6.667vw;
  }
}
.block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}
@media screen and (max-width: 1440.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list {
    gap: 0.556vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list {
    gap: 0.781vw;
  }
}
@media screen and (max-width: 768.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list {
    gap: 1.042vw;
  }
}
@media screen and (max-width: 360.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list {
    gap: 2.222vw;
  }
}
.block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li {
  display: flex;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 1440.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li {
    font-size: 0.972vw;
    line-height: 1.389vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li {
    font-size: 1.367vw;
    line-height: 1.953vw;
  }
}
@media screen and (max-width: 768.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li {
    font-size: 2.23vw;
    line-height: 2.604vw;
  }
}
@media screen and (max-width: 460.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li {
    font-size: 3vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 360.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li {
    font-size: 3.889vw;
    line-height: 5.556vw;
  }
}
.block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li a {
  color: #80808a;
  transition: all 0.3s;
  padding-right: 15px;
  position: relative;
}
@media screen and (max-width: 1440.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li a {
    padding-right: 1.042vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li a {
    padding-right: 1.465vw;
  }
}
@media screen and (max-width: 768.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li a {
    padding-right: 1.953vw;
  }
}
@media screen and (max-width: 360.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li a {
    padding-right: 4.167vw;
  }
}
.block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li a:hover {
  color: var(--themeColor);
}
.block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li a::after {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #d1d1db;
}

.pagination__wrapper {
  display: flex;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 1440.02px) {
  .pagination__wrapper {
    gap: 0.347vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .pagination__wrapper {
    gap: 0.488vw;
  }
}
@media screen and (max-width: 768.02px) {
  .pagination__wrapper {
    gap: 0.651vw;
  }
}
@media screen and (max-width: 360.02px) {
  .pagination__wrapper {
    gap: 1.389vw;
  }
}
.pagination__wrapper .pag-list {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1440.02px) {
  .pagination__wrapper .pag-list {
    gap: 0.347vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .pagination__wrapper .pag-list {
    gap: 0.488vw;
  }
}
@media screen and (max-width: 768.02px) {
  .pagination__wrapper .pag-list {
    gap: 0.651vw;
  }
}
@media screen and (max-width: 360.02px) {
  .pagination__wrapper .pag-list {
    gap: 1.389vw;
  }
}
.pagination__wrapper .pag-button {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e5e5eb;
  border-radius: 8px;
  background-color: #fff;
  color: #16151c;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 1440.02px) {
  .pagination__wrapper .pag-button {
    width: 2.222vw;
    height: 2.222vw;
    border-radius: 0.556vw;
    font-size: 0.833vw;
    line-height: 1.389vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .pagination__wrapper .pag-button {
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 0.781vw;
    font-size: 1.172vw;
    line-height: 1.953vw;
  }
}
@media screen and (max-width: 768.02px) {
  .pagination__wrapper .pag-button {
    width: 4.167vw;
    height: 4.167vw;
    border-radius: 1.042vw;
    font-size: 1.563vw;
    line-height: 2.604vw;
  }
}
@media screen and (max-width: 768.02px) {
  .pagination__wrapper .pag-button {
    width: 6.167vw;
    height: 6.167vw;
    border-radius: 1.042vw;
    font-size: 2.563vw;
    line-height: 3.604vw;
  }
}
@media screen and (max-width: 360.02px) {
  .pagination__wrapper .pag-button {
    width: 8.889vw;
    height: 8.889vw;
    border-radius: 2.222vw;
    font-size: 3.333vw;
    line-height: 5.556vw;
  }
}
.pagination__wrapper .pag-button svg {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1440.02px) {
  .pagination__wrapper .pag-button svg {
    width: 1.111vw;
    height: 1.111vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .pagination__wrapper .pag-button svg {
    width: 1.563vw;
    height: 1.563vw;
  }
}
@media screen and (max-width: 768.02px) {
  .pagination__wrapper .pag-button svg {
    width: 2.083vw;
    height: 2.083vw;
  }
}
@media screen and (max-width: 360.02px) {
  .pagination__wrapper .pag-button svg {
    width: 4.444vw;
    height: 4.444vw;
  }
}
.pagination__wrapper .pag-button svg path {
  stroke: #16151c;
  transition: all 0.3s;
}
.pagination__wrapper .pag-button.active {
  background-color: var(--themeColor);
  border-color: var(--themeColor);
  color: #fff;
}
.pagination__wrapper .pag-button:hover {
  color: #fff;
  background-color: var(--themeColor);
  border-color: var(--themeColor);
}
.pagination__wrapper .pag-button:hover svg path {
  stroke: #fff;
}
.pagination__wrapper .dots {
  width: 32px;
  height: 32px;
  font-size: 13px;
  line-height: 32px;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1440.02px) {
  .pagination__wrapper .dots {
    width: 2.222vw;
    height: 2.222vw;
    font-size: 0.903vw;
    line-height: 2.222vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .pagination__wrapper .dots {
    width: 3.125vw;
    height: 3.125vw;
    font-size: 1.27vw;
    line-height: 3.125vw;
  }
}
@media screen and (max-width: 768.02px) {
  .pagination__wrapper .dots {
    width: 4.167vw;
    height: 4.167vw;
    font-size: 1.693vw;
    line-height: 4.167vw;
  }
}
@media screen and (max-width: 360.02px) {
  .pagination__wrapper .dots {
    width: 8.889vw;
    height: 8.889vw;
    font-size: 3.611vw;
    line-height: 8.889vw;
  }
}
.pagination__wrapper .button-next svg {
  transform: rotate(180deg);
}

.reviews-page .pagination__wrapper {
  justify-content: flex-start;
}
.reviews-page__wrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 30%;
}
@media screen and (max-width: 1024.02px) {
  .reviews-page__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1440.02px) {
  .reviews-page__title.title {
    margin-bottom: 24px;
  }
}
@media (min-width: 1440.02px) {
  .reviews-page__title-wrapper {
    margin-bottom: 24px;
  }
}
.reviews-page__main-feedback {
  display: none;
  margin: 32px 0;
}
@media screen and (max-width: 1024.02px) {
  .reviews-page__main-feedback {
    display: block;
  }
}
@media screen and (max-width: 1440.02px) {
  .reviews-page__main-feedback {
    margin: 3vw 0;
  }
}
@media screen and (max-width: 768.02px) {
  .reviews-page__main-feedback {
    margin: 4vw 0;
  }
}
@media screen and (max-width: 360.02px) {
  .reviews-page__main-feedback {
    margin: 9.267vw 0;
  }
}
@media screen and (max-width: 1024.02px) {
  .reviews-page__aside {
    display: none;
  }
}
.reviews-page__aside-img {
  max-width: 100%;
}
.reviews-page__feedback-block {
  margin: 32px 0;
}
@media screen and (max-width: 1440.02px) {
  .reviews-page__feedback-block {
    margin: 3vw 0;
  }
}
@media screen and (max-width: 768.02px) {
  .reviews-page__feedback-block {
    margin: 8.267vw 0;
  }
}
@media screen and (max-width: 360.02px) {
  .reviews-page__feedback-block {
    margin: 9.267vw 0;
  }
}

.reviews {
  margin: 64px 0;
}
@media screen and (max-width: 1440.02px) {
  .reviews {
    margin: 4.267vw 0;
  }
}
@media screen and (max-width: 768.02px) {
  .reviews {
    margin: 5.267vw 0;
  }
}
@media screen and (max-width: 360.02px) {
  .reviews {
    margin: 11vw 0;
  }
}
.reviews__filter {
  margin-bottom: 32px;
  max-width: 100vw;
  position: relative;
}
.reviews__filter::before {
  content: "";
  right: 0;
  top: 0;
  width: 6vw;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: linear-gradient(270deg, #ffffff 29.46%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 360.02px) {
  .reviews__filter {
    margin: 0 -4.444vw;
    padding: 0 4.444vw;
  }
}
@media screen and (max-width: 1440.02px) {
  .reviews__filter {
    margin-bottom: 2.133vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .reviews__filter {
    margin-bottom: 3.6vw;
  }
}
.reviews__filter-wrapp {
  display: flex;
  gap: 5px;
  overflow: auto;
  margin: 0 -4.444vw;
  padding: 0 4.444vw;
  scrollbar-width: thin;
}
@media screen and (max-width: 360.02px) {
  .reviews__filter-wrapp {
    padding-bottom: 2vw;
  }
}
.reviews__btn-filter {
  white-space: nowrap;
  border-color: #d1d1db;
  flex: 0 1 auto;
}
.reviews__btn-filter._active {
  background-color: #00a743;
  color: #fff;
  border-color: #00a743;
}
.reviews__pagination {
  margin-top: 32px;
}
@media screen and (max-width: 1440.02px) {
  .reviews__pagination {
    margin-top: 2.133vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .reviews__pagination {
    margin-top: 4.133vw;
  }
}
@media screen and (max-width: 768.02px) {
  .reviews__pagination {
    margin-top: 5.133vw;
  }
}
@media screen and (max-width: 360.02px) {
  .reviews__pagination {
    margin-top: 6.5vw;
  }
}

.review {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
}
.review:not(:last-child) {
  border-bottom: 1px solid #e5e5eb;
  margin-bottom: 16px;
}
@media screen and (max-width: 1440.02px) {
  .review {
    gap: 0.8vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .review {
    gap: 1.3vw;
  }
}
@media screen and (max-width: 768.02px) {
  .review {
    gap: 2vw;
  }
}
@media screen and (max-width: 360.02px) {
  .review {
    gap: 3vw;
  }
}
.review__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1vw;
}
@media screen and (max-width: 768.02px) {
  .review__header {
    column-gap: 2vw;
  }
}
.review__rating {
  flex: 0 0 auto;
}
.review__rating img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1440.02px) {
  .review__rating img {
    height: 1.333vw;
    width: 1.333vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .review__rating img {
    height: 2.5vw;
    width: 2.5vw;
  }
}
@media screen and (max-width: 768.02px) {
  .review__rating img {
    height: 3.6vw;
    width: 3.6vw;
  }
}
@media screen and (max-width: 360.02px) {
  .review__rating img {
    height: 5.333vw;
    width: 5.333vw;
  }
}
@media screen and (max-width: 360.02px) {
  .review__rating {
    flex: 0 0 100%;
  }
}
.review__product {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
  flex: 1;
}
@media screen and (max-width: 1440.02px) {
  .review__product {
    font-size: 1vw;
    line-height: 1.667vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .review__product {
    font-size: 1.38vw;
    line-height: 2.344vw;
  }
}
@media screen and (max-width: 768.02px) {
  .review__product {
    font-size: 1.8vw;
    line-height: 3.125vw;
  }
}
@media screen and (max-width: 460.02px) {
  .review__product {
    font-size: 2.6vw;
    line-height: 4.325vw;
  }
}
@media screen and (max-width: 360.02px) {
  .review__product {
    font-size: 4vw;
    line-height: 5vw;
  }
}
.review__product-name {
  color: #80808a;
  width: 359px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}
@media screen and (max-width: 1440.02px) {
  .review__product-name {
    width: 20vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .review__product-name {
    width: 30vw;
  }
}
.review__move {
  display: flex;
  gap: 5px;
  align-items: center;
  flex: 1;
}
.review__move:hover {
  color: var(--themeColor);
}
.review__move:hover svg path {
  stroke: var(--themeColor);
}
@media screen and (max-width: 768.02px) {
  .review__move {
    flex: 0 1 auto;
  }
}
@media screen and (max-width: 360.02px) {
  .review__move {
    flex: 0 0 100%;
  }
}
.review__author {
  font-weight: 600;
}
.review__date {
  font-size: 14px;
  line-height: 20px;
  color: #80808a;
}
@media screen and (max-width: 1440.02px) {
  .review__date {
    font-size: 1vw;
    line-height: 1.667vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .review__date {
    font-size: 1.38vw;
    line-height: 2.344vw;
  }
}
@media screen and (max-width: 768.02px) {
  .review__date {
    font-size: 1.8vw;
    line-height: 3.125vw;
  }
}
@media screen and (max-width: 460.02px) {
  .review__date {
    font-size: 2.5vw;
    line-height: 4.125vw;
  }
}
@media screen and (max-width: 360.02px) {
  .review__date {
    font-size: 4vw;
    line-height: 5vw;
  }
}

.feedback-block {
  padding: 24px;
  border-radius: 20px;
  background-color: #fafafc;
}
@media screen and (max-width: 1440.02px) {
  .feedback-block {
    padding: 1.6vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .feedback-block {
    padding: 2.1vw;
  }
}
@media screen and (max-width: 768.02px) {
  .feedback-block {
    padding: 2.5vw;
  }
}
@media screen and (max-width: 460.02px) {
  .feedback-block {
    padding: 4vw;
  }
}
@media screen and (max-width: 360.02px) {
  .feedback-block {
    padding: 5vw;
  }
}
.feedback-block__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 1440.02px) {
  .feedback-block__title {
    margin-bottom: 1vw;
    font-size: 1.6vw;
    line-height: 2.133vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .feedback-block__title {
    font-size: 2.1vw;
    line-height: 3.133vw;
  }
}
@media screen and (max-width: 768.02px) {
  .feedback-block__title {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
}
@media screen and (max-width: 460.02px) {
  .feedback-block__title {
    font-size: 4vw;
    line-height: 5.333vw;
    margin-bottom: 1.3vw;
  }
}
@media screen and (max-width: 360.02px) {
  .feedback-block__title {
    margin-bottom: 2.5vw;
    font-size: 5vw;
    line-height: 6.133vw;
  }
}
.feedback-block__text {
  margin-bottom: 32px;
}
@media screen and (max-width: 1440.02px) {
  .feedback-block__text {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 460.02px) {
  .feedback-block__text {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 360.02px) {
  .feedback-block__text {
    margin-bottom: 5vw;
  }
}