.catalog-filter__btn-icon::before, .select2-container--default .select2-selection--single .select2-selection__arrow::before {
  content: "";
  position: absolute;
}

.catalog-filter__btn-icon::before {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.select2 {
  display: block;
}
.select2.select2-container {
  width: 100% !important;
}
.select2-results__options {
  padding: 8px 0;
}
.select2-results__option {
  padding: 9px 16px;
  transition: all 0.35s ease;
  font-size: 16px;
}
.select2-results__option:first-child .stars {
  color: #544F71;
}
.select2-results__option .stars {
  color: #F7F300;
  margin-right: 8px;
}
.select2-dropdown {
  border: none;
}
.select2-container {
  z-index: 300;
}
.select2-container--open .select2-dropdown {
  top: 6px;
  border-radius: 10px !important;
  box-shadow: -3px 14px 14px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.select2-container--open .select2-selection__arrow::before {
  transform: translate(-50%, -50%) rotate(180deg) !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #2C293D;
  background: transparent;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #2C293D;
  background: transparent;
}
.select2-container--default .select2-selection {
  border: 1px solid #E4E4EF;
  border-radius: 10px !important;
  transition: all 0.35s ease;
}
.select2-container--default .select2-selection:hover {
  border-color: #ADAABE;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  border-left: 1px solid rgba(217, 217, 217, 0.05);
  width: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
  width: 16px;
  height: 16px;
  background: url("../images/select-arrow.svg") no-repeat center center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transition: all 0.35s ease;
  transform: translate(-50%, -50%);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 6px 0;
  padding-left: 16px;
  padding-right: 16px;
  color: #2C293D;
  font-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #ADAABE;
}
.select2-container .select2-selection--single {
  height: auto;
}
.select2-selection {
  outline: none !important;
}
.select2-selection__rendered {
  padding: 8px 0;
  padding-left: 12px;
  padding-right: 12px;
}
.select2-selection__rendered .stars {
  color: #F7F300;
  margin-right: 8px;
}
.select2-search {
  display: none;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 220px;
}

.modal {
  display: none;
  max-width: 736px;
  padding: 47px 60px 74px;
  border-radius: 32px;
  width: 100%;
}
.modal-close {
  position: absolute;
  right: 16px;
  top: 20px;
  cursor: pointer;
  transition: all 0.35s ease;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #E4E4EF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-close svg {
  display: block;
}
.modal-close:hover {
  background: #cacae0;
}
.modal-header {
  margin-bottom: 33px;
}
.modal-thanks {
  min-height: 615px;
  text-align: center;
  background: #fff url("../images/thanks-bg.png") no-repeat -2px -2px;
  background-size: calc(100% + 4px) calc(100% + 4px);
  align-items: center;
  justify-content: center;
  padding: 60px;
}
.modal-thanks p {
  margin-top: 24px;
}
.modal-thanks .btn {
  width: 100%;
  max-width: 147px;
  margin-top: 36px;
}
.modal-thanks .modal-header {
  margin-bottom: 0;
}

.fancybox__backdrop {
  background: rgba(84, 79, 113, 0.2);
  opacity: 1;
  backdrop-filter: blur(6px);
}
.fancybox__slide {
  padding: 16px 16px;
}
.fancybox__slide .modal-thanks {
  display: flex;
}

.catalog {
  padding-top: 34px;
}
.catalog-sort {
  display: none;
}
.catalog-item {
  margin-bottom: 21px;
}
.catalog-item:last-child {
  margin-bottom: 0;
}
.catalog-row {
  display: flex;
  align-items: flex-start;
  gap: 110px;
  height: 100%;
}
.catalog-seo {
  margin-top: 49px;
}
.catalog-seo h2 {
  font-size: 48px;
  line-height: 52px;
  font-family: "manrope_bold", sans-serif;
  margin-bottom: 24px;
  color: #2C293D;
  letter-spacing: -0.03em;
}
.catalog-seo p {
  margin-bottom: 20px;
  line-height: 1.375;
}
.catalog-seo p:last-child {
  margin-bottom: 0;
}
.catalog-box {
  margin-top: 42px;
  margin-bottom: 49px;
}
.catalog-nav .btn {
  width: 100%;
  max-width: 197px;
  font-family: "manrope_semibold", sans-serif;
}
.catalog-content {
  width: 70%;
}
.catalog-sidebar {
  width: 30%;
  background: #EFEFF5;
  border-radius: 24px;
  padding: 20px 20px;
  top: 30px;
  position: sticky;
}
.catalog-sidebar__head {
  font-size: 20px;
  color: #2C293D;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: "manrope_bold", sans-serif;
}
.catalog-sidebar__form-item {
  margin-bottom: 20px;
}
.catalog-sidebar__form-item:last-child {
  margin-bottom: 0;
}
.catalog-header .title {
  font-family: "manrope_bold", sans-serif;
  letter-spacing: -0.03em;
}
.catalog-header p {
  margin: 0;
  margin-top: 20px;
  line-height: 1.375;
}
.catalog-filter {
  margin-top: 32px;
  display: flex;
  gap: 15px;
}
.catalog-filter__btn {
  flex-grow: 1;
  width: 108px;
  height: 108px;
  padding: 18px 6px 16px;
  border-radius: 12px;
  background: #EFEFF5;
  transition: all 0.35s ease;
}
.catalog-filter__btn.active {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.11);
  background: #fff;
}
.catalog-filter__btn:hover {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.11);
  background: #fff;
}
.catalog-filter__btn-icon {
  position: relative;
  z-index: 1;
  box-shadow: -5.54px 25.84px 25.84px 0px rgba(0, 0, 0, 0.05);
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin: 0 auto 18px;
}
.catalog-filter__btn-icon::before {
  z-index: -1;
  width: 49px;
  height: 49px;
  background: linear-gradient(134.02deg, #FFE870 -12.53%, #FF80C5 14.43%, #6442FF 61.32%, #58ABF1 100%);
  opacity: 0.2;
  border-radius: 10px;
}
.catalog-filter__btn-text {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  line-height: 1;
  color: #2C293D;
  display: flex;
  justify-content: center;
  align-items: center;

}
.catalog-item {
  margin-bottom: 20px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
}
.catalog-item:hover .catalog-item__arrow {
  box-shadow: -3px 14px 14px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.catalog-item:hover .catalog-item__content {
  background: #EFEFF5;
}
.catalog-item:last-child {
  margin-bottom: 0;
}
.catalog-item__img {
  width: 176px;
  flex-shrink: 0;
  position: relative;
  padding-top: 23.92%;
}
.catalog-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.catalog-item__content {
  background: #fff;
  flex-grow: 1;
  padding: 22px 25px 22px 40px;
  transition: all 0.35s ease;
}
.catalog-item__row {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 100%;
}
.catalog-item__info {
  flex-grow: 1;
}
.catalog-item__info .btn {
  margin-top: 16px;
  width: 100%;
  max-width: 239px;
}
.catalog-item__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #EFEFF5;
  border-radius: 10px;
  transition: all 0.35s ease;
  flex-shrink: 0;
}
.catalog-item__name {
  font-size: 20px;
  line-height: 1.3;
  font-family: "manrope_bold", sans-serif;
  margin-bottom: 4px;
  color: #2C293D;
}
.catalog-item__tag {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
  margin-bottom: 4px;
}
.catalog-item__tag-item {
  border-radius: 24px;
  background: linear-gradient(134.02deg, rgba(255, 232, 112, 0.2) -12.53%, rgba(255, 128, 197, 0.2) 14.43%, rgba(100, 66, 255, 0.2) 61.32%, rgba(88, 171, 241, 0.2) 100%);
  color: #CC2696;
  padding: 2px 10px;
}
.catalog-item__review {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.catalog-item__review-link {
  font-size: 14px;
  color: #544F71;
}
.catalog-item__review-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.catalog-item__review-rating-stars {
  display: flex;
  align-items: center;
  width: 80px;
  height: 17px;
  position: relative;
}
.catalog-item__review-rating-stars::after{
  content: '';
  position: absolute;
  inset: 0;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.6226 7.41927L8.0026 2.08594L6.3826 7.41927H1.33594L5.45594 10.3593L3.88927 15.4193L8.0026 12.2926L12.1226 15.4193L10.5559 10.3593L14.6693 7.41927H9.6226Z' fill='%23F7F300' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left center;
  width: var(--rating);
}
.catalog-item__review-rating-stars::before{
  content: '';
  display: block;
  background-image: url("data:image/svg+xml, %3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.6226 7.41927L8.0026 2.08594L6.3826 7.41927H1.33594L5.45594 10.3593L3.88927 15.4193L8.0026 12.2926L12.1226 15.4193L10.5559 10.3593L14.6693 7.41927H9.6226Z' stroke='%23F7F300' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left center;
  width: 100%;
  height: 100%;
}

.catalog-item__review-rating-val {
  font-weight: 600;
  color: #2C293D;
}

.location-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.location-row:last-child {
  margin-bottom: 0;
}
.location-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-text {
  font-size: 14px;
  color: #2C293D;
}
.location-link {
  border-bottom: 1px solid transparent;
  transition: all 0.35s ease;
}
.location-link:hover {
  color: #CC2696;
  border-bottom-color: #CC2696;
}

.btn {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  border-radius: 12px;
  text-align: center;
  display: inline-block;
  transition: all 0.35s ease;
}
.btn-pink {
  background: #CC2696;
  color: #fff;
  padding: 13px 24px;
}
.btn-pink:hover {
  background: #B5107F;
  color: #fff;
}
.btn-gray {
  color: #282828;
  background: #E4E4EF;
  padding: 8px 24px;
}
.btn-gray:hover {
  background: #cecee2;
}

.forma_custom {
  padding-bottom: 165px;
  padding-top: 100px;
}

.square-arrow .slick-arrow {
  width: 32px;
  height: 32px;
  background: #fff url("../images/slick-arrows.svg") no-repeat center center;
  border-radius: 10px;
  z-index: 8;
  transition: all 0.35s ease;
}
.square-arrow .slick-arrow:hover {
  box-shadow: -3px 14px 14px 0px rgba(0, 0, 0, 0.05);
}
.square-arrow .slick-next {
  transform: translateY(-50%) rotate(180deg);
}

.title3 {
  font-size: 20px;
  line-height: 1.3;
  color: #2C293D;
  font-family: "manrope_bold", sans-serif;
}

.product {
  padding-top: 31px;
  padding-bottom: 120px;
}
.product .title2 {
  letter-spacing: -0.035em;
  font-family: "manrope_bold", sans-serif;
}
.product-wrap {
  max-width: 877px;
  margin: 0 auto;
}
.product-box {
  border-radius: 32px;
  background: #fff;
  padding: 32px 32px;
  margin-bottom: 32px;
}
.product-box .title2 {
  margin-bottom: 32px;
}
.product-card {
  display: flex;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 34px;
}
.product-card__item {
  height: 100%;
}
.product-card__slider {
  width: 46.3%;
  margin: 0;
}
.product-card__slider .slick-list {
  height: 100%;
  padding: 0 !important;
}
.product-card__slider .slick-track {
  display: flex;
  height: 100%;
}
.product-card__slider .slick-slide {
  height: auto;
}
.product-card__slider .slick-prev {
  left: 16px;
}
.product-card__slider .slick-next {
  right: 16px;
}
.product-card__slider .slick-list.draggable {
  margin: 0;
}
.product-card__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
}
.product-card__content {
  width: 53.7%;
  background: #fff;
  padding: 31px 40px;
}
.product-card__content .location-row {
  margin-bottom: 11px;
}
.product-card__content .catalog-item__review {
  margin-bottom: 23px;
}
.product-card__content .location {
  margin-bottom: 20px;
}
.product-card__nav .btn {
  width: 100%;
}
.product-card__header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
.product-card__header-info .title2 {
  margin-bottom: 8px;
}
.product-card__seo {
  margin-bottom: 20px;
}
.product-card__seo p {
  font-size: 14px;
  line-height: 1.57;
}
.product-card__seo a {
  font-size: 14px;
  line-height: 1.57;
  transition: all 0.35s ease;
  color: #CC2696;
  border-bottom: 1px solid transparent;
}
.product-card__seo a:hover {
  border-bottom-color: #CC2696;
}
.product-card__logo {
  width: 76px;
  height: 76px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.11);
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card__logo img {
  max-width: 52px;
}
.product-service {
  padding-bottom: 26px;
}
.product-service .title3 {
  margin-bottom: 6px;
}
.product-service__box {
  margin-bottom: 34px;
}
.product-service__box:last-child {
  margin-bottom: 0;
}
.product-service__content {
  display: flex;
  padding: 8px 0;
  border-bottom: 1px solid #E4E4EF;
  flex-grow: 1;
}
.product-service__head {
  width: 55%;
  font-size: 14px;
  line-height: 1.57;
}
.product-service__val {
  width: 40%;
  font-weight: 600;
  color: #2C293D;
}
.product-service__row {
  display: flex;
  align-items: flex-end;
  gap: 32px;
}
.product-service__row .btn {
  width: 100%;
  max-width: 147px;
}
.product-service__nav .btn {
  width: 100%;
  max-width: 279px;
}
.product-about {
  padding-bottom: 43px;
}
.product-about .title2 {
  margin-bottom: 22px;
}
.product-about p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.57;
}
.product-about p:last-child {
  margin-bottom: 0;
}
.product-promo {
  padding-bottom: 39px;
}
.product-promo .title2 {
  margin-bottom: 20px;
}
.product-promo__row {
  display: flex;
  gap: 28px;
}
.product-promo__item {
  width: calc(50% - 14px);
}
.product-promo__img {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  padding-top: 51.199%;
}
.product-promo__img img {
  display: block;
  width: 100%;
  border-radius: 24px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  object-fit: cover;
}
.product-promo__head {
  margin-bottom: 10px;
}
.product-promo__content p {
  font-size: 14px;
  line-height: 1.57;
}
.product-staff {
  padding-bottom: 40px;
}
.product-staff .title2 {
  margin-bottom: 30px;
}
.product-staff__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px -24px;
}
.product-staff__item {
  width: 25%;
  padding: 0 8px;
  position: relative;
  margin-bottom: 24px;
}
.product-staff__item img {
  display: block;
  width: 100%;
  border-radius: 24px;
  height: 304px;
  object-fit: cover;
}
.product-staff__content {
  position: absolute;
  bottom: 10px;
  left: 18px;
  width: calc(100% - 36px);
  border-radius: 12px;
  background: #fff;
  padding: 10px 14px;
}
.product-staff__content .catalog-item__tag {
  margin-bottom: 1px;
}
.product-staff__content .catalog-item__tag-item {
  font-size: 14px;
  padding: 3.5px 10px;
}
.product-staff__content p {
  font-size: 14px;
  line-height: 1.57;
  color: #79739D;
}
.product-staff__name {
  font-weight: 600;
  color: #2C293D;
  margin-bottom: 4px;
}
.product-gallery {
  position: relative;
}
.product-gallery__slider {
  margin: 0 -10px;
  position: static;
  width: calc(100% + 42px);
}
.product-gallery__slider .slick-track {
  display: flex;
}
.product-gallery__slider .slick-slide {
  height: auto;
}
.product-gallery__slider .slick-arrow {
  box-shadow: -3px 14px 14px 0px rgba(0, 0, 0, 0.05);
  width: 42px;
  height: 42px;
}
.product-gallery__slider .slick-arrow:hover {
  box-shadow: none;
}
.product-gallery__slider .slick-prev {
  left: -24px;
}
.product-gallery__slider .slick-next {
  right: -24px;
}
.product-gallery__slider .slick-list {
  padding-right: 110px;
  margin: 0 !important;
}
.product-gallery__slide {
  padding: 0 10px;
}
.product-gallery__slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
}
.product-reviews {
  padding-bottom: 62px;
}
.product-reviews__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 59px;
}
.product-reviews__header-filter {
  max-width: 213px;
}
.product-reviews__header-item:first-child {
  flex-grow: 1;
}
.product-reviews__header-item:last-child {
  width: 100%;
  max-width: 239px;
}
.product-reviews__header-item:last-child .btn {
  width: 100%;
}
.product-reviews__header .title2 {
  margin-bottom: 13px;
}
.product-reviews__header .catalog-item__review {
  margin-bottom: 24px;
  gap: 10px;
}
.product-reviews__header .catalog-item__review-item {
  gap: 11px;
}
.product-reviews__header .catalog-item__review-rating-stars svg {
  width: 20px;
  height: 20px;
}
.product-reviews__header .catalog-item__review-rating-val {
  font-size: 20px;
  line-height: 1.3;
}
.product-reviews__item {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
.product-reviews__item:last-child {
  margin-bottom: 0;
}
.product-reviews__img {
  flex-shrink: 0;
}
.product-reviews__img img {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  display: block;
}
.product-reviews__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 4px;
}
.product-reviews__name {
  font-size: 14px;
  line-height: 1.57;
}
.product-reviews__date {
  font-size: 14px;
  line-height: 1.57;
  color: #CC2696;
}
.product-reviews__title {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.3;
  font-family: "manrope_bold", sans-serif;
  color: #2C293D;
}
.product-reviews__content p {
  margin-bottom: 21px;
  line-height: 1.375;
}
.product-reviews__content p:last-child {
  margin-bottom: 0;
}
.product-reviews__nav {
  margin-top: 32px;
}
.product-reviews__nav .btn {
  width: 100%;
  max-width: 197px;
}
.product-salons {
  margin-top: 120px;
}
.product-salons .catalog-box {
  margin-bottom: 0;
}

.review-form input[type=file] {
  display: none;
}
.review-form label.forma_input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
}
.review-form label.forma_input span {
  color: #ADAABE;
}
.review-form label.forma_input.active span {
  color: #2C293D;
}

@media only screen and (max-width: 1350px) {
  /**/
  .catalog-row {
    gap: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  /**/
  .catalog {
    padding-top: 24px;
  }
  .catalog-sidebar {
    display: none;
  }
  .catalog-sidebar__form {
    max-width: 286px;
    margin: 24px auto 0;
    padding-bottom: 10px;
    display: none;
  }
  .catalog-content {
    width: 100%;
  }
  .catalog-box {
    margin-top: 32px;
  }
  .catalog-sort {
    display: block;
    padding: 14px 14px;
    margin: 32px 0;
    border-radius: 24px;
    background: #EFEFF5;
  }
  .catalog-sort__toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 20px;
    line-height: 1.3;
    font-family: "manrope_bold", sans-serif;
    color: #2C293D;
  }
  .catalog-item__content {
    padding-right: 24px;
  }
  .forma_custom {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1023px) {
  /**/
  .product-staff__item {
    width: 33.333%;
  }
  .product-gallery__slider .slick-list {
    padding-left: 0 !important;
  }
  .product-gallery__slider .slick-next {
    right: 0;
  }
  .product-gallery__slider .slick-prev {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  /**/
  .modal {
    padding: 30px 20px;
  }
  .modal .book_demo_form {
    padding-top: 0;
  }
  .modal-header {
    margin-bottom: 30px;
    padding-right: 40px;
  }
  .modal-thanks {
    min-height: 540px;
    padding: 60px 20px;
  }
  .modal-thanks .modal-header {
    margin-bottom: 0;
    padding-right: 0;
  }
  .title3 {
    font-size: 16px;
    line-height: 1.25;
  }
  .product {
    padding-top: 38px;
    padding-bottom: 80px;
  }
  .product-salons {
    margin-top: 60px;
  }
  .product-reviews__content p {
    font-size: 14px;
    line-height: 1.4287;
  }
  .product-reviews__item {
    display: block;
    margin-bottom: 32px;
  }
  .product-reviews__head {
    margin-bottom: 16px;
  }
  .product-reviews__title {
    font-size: 16px;
    line-height: 1.25;
  }
  .product-reviews__img {
    margin-bottom: 12px;
  }
  .product-reviews__header {
    margin-bottom: 16px;
  }
  .product-reviews__header-item:last-child {
    max-width: 100%;
    margin-top: 16px;
  }
  .product-reviews__header-filter {
    max-width: 100%;
  }
  .product-reviews__header .catalog-item__review {
    margin-bottom: 18px;
  }
  .product-gallery__slider {
    width: calc(100% + 30px);
  }
  .product-gallery__slider .slick-arrow {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }
  .product-staff__item {
    margin-bottom: 32px;
  }
  .product-staff .title2 {
    margin-bottom: 16px;
  }
  .product-staff__content {
    width: calc(100% - 46px);
    left: 23px;
    padding: 10px 9px;
  }
  .product-promo__row {
    gap: 32px;
  }
  .product-promo__head {
    margin-bottom: 16px;
  }
  .product-promo__content p {
    font-size: 14px;
    line-height: 1.4285;
  }
  .product-promo .title2 {
    margin-bottom: 16px;
  }
  .product-promo__img {
    margin-bottom: 16px;
    padding-top: 47%;
  }
  .product-about .title2 {
    margin-bottom: 16px;
  }
  .product-about p {
    font-size: 14px;
    line-height: 1.4285;
  }
  .product-box {
    padding: 32px 20px;
  }
  .product-service .title3 {
    margin-bottom: 26px;
  }
  .product-service__box {
    margin-bottom: 39px;
  }
  .product-service__box:nth-last-child(2) {
    margin-bottom: 24px;
  }
  .product-service__box:nth-last-child(2) .product-service__row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .product-service__head, .product-service__val {
    width: fit-content;
  }
  .product-service__content {
    border-bottom: none;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
  .product-service__row {
    display: block;
    padding-bottom: 18px;
    margin-bottom: 19px;
    border-bottom: 1px solid #E4E4EF;
  }
  .product-service__row .btn {
    max-width: 100%;
    margin-top: 18px;
  }
  .product-card {
    display: block;
    border-radius: 24px;
    margin-bottom: 32px;
  }
  .product-card__slider, .product-card__content {
    width: 100%;
  }
  .product-card__slider .slick-prev {
    left: 10px;
    margin-top: 10px;
  }
  .product-card__slider .slick-next {
    right: 10px;
    margin-top: 10px;
  }
  .product-card__item {
    position: relative;
    padding-top: 61.55%;
  }
  .product-card__item img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .product-card__content {
    padding: 20px 20px;
  }
  .product-card__content .location-row {
    margin-bottom: 12px;
  }
  .product-card__logo {
    width: 56px;
    height: 56px;
  }
  .product-card__logo img {
    max-width: 38px;
  }
  .product-card__header {
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  .product-card__header .title2 {
    font-size: 32px;
    line-height: 1;
  }
  .product-card__seo {
    margin-bottom: 22px;
  }
  .product-reviews__header {
    display: block;
  }
  .product-promo__row {
    flex-wrap: wrap;
  }
  .product-promo__item {
    width: 100%;
  }
  .product-staff__item {
    width: 50%;
  }
  .catalog-sidebar__form {
    padding-bottom: 15px;
    margin-top: 27px;
  }
  .catalog-seo {
    margin-top: 80px;
  }
  .catalog-seo h2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 12px;
  }
  .catalog-seo p {
    font-size: 14px;
    line-height: 1.57;
  }
  .catalog-box {
    margin-bottom: 30px;
  }
  .catalog-nav .btn {
    max-width: 100%;
  }
  .catalog-item {
    display: block;
    margin-bottom: 24px;
  }
  .catalog-item__row {
    display: block;
  }
  .catalog-item__arrow {
    display: none;
  }
  .catalog-item__tag {
    margin-bottom: 8px;
    flex-wrap: wrap;
  }
  .catalog-item__tag-item {
    white-space: nowrap;
  }
  .catalog-item__name {
    margin-bottom: 8px;
  }
  .catalog-item__img {
    width: 100%;
    padding-top: 58.15%;
    overflow: hidden;
    position: relative;
  }
  .catalog-item__img img {
    position: absolute;
    left: 0;
    object-fit: cover;
    top: 0;
  }
  .catalog-item__content {
    padding: 20px;
  }
  .catalog-item__info .btn {
    max-width: 100%;
  }
  .catalog-sort {
    border-radius: 10px;
    padding: 9px 20px;
    margin-top: 16px;
    margin-bottom: 32px;
  }
  .catalog-sort__toggler {
    font-size: 16px;
    gap: 10px;
  }
  .catalog-sort__toggler svg {
    width: 24px;
    height: 24px;
  }
  .catalog-filter {
    overflow-x: auto;
    gap: 10px;
    padding: 10px 20px;
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
    margin-top: 14px;
  }
  .catalog-filter__btn {
    width: 108px;
    flex-shrink: 0;
    height: auto;
    padding: 3px 7px;
    overflow: hidden;
  }
  .catalog-filter__btn-text {
    white-space: nowrap;
  }
  .catalog-filter__btn-icon {
    display: none;
  }
  .catalog-header p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.57;
  }
  .forma_custom {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 540px) {
  /**/	
  .product-staff__item {
    width: 100%;
  }
}